@charset "UTF-8";
.ep-gdpr-badge{
z-index: 1;
width: 10em;
height: 13em;
color: #000;
background-color: #fff;
border: 1px solid #dadada;
border-radius: 1em;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
text-decoration: none;
transition: box-shadow .2s, border-color .2s;
display: flex;
position: relative;
overflow: hidden;
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);
}
.ep-gdpr-badge-icon-wrap {
height: 65%;
background-color: #3f45da;
background-image: linear-gradient(315deg, #4047db, #6e73f7);
flex: none;
justify-content: center;
align-items: center;
display: flex;
}
.ep-gdpr-badge-icon {
width: 60%;
justify-content: center;
align-items: center;
display: flex;
}
.ep-gdpr-badge-text {
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: .8em;
padding-bottom: .5em;
font-size: .9em;
line-height: 1.5em;
display: flex;
}
.ep-gdpr-badge-bold {
font-size: 200%;
font-weight: 700;
}
ul.ep-gdpr-modal-content {
margin:0px;
padding: 0px;
}.emagic * {
box-sizing: border-box;
}
.emagic a {
text-decoration: none !important;
box-shadow: none !important;
}
.emagic a:hover{
opacity: 1
}
html.ep-embed-responsive .emagic{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 14px;
font-size: var(--themefontsize);
line-height: 1.8;
}
:root { --ep-light-color: 248,249,250;
--ep-dark-color: 33,37,41;
--ep-white-color: 255,255,255;
--ep-black-color: 0,0,0;
--ep-border-color: #dee2e6;
--ep-border-color-rgb: 222,226,230;
--ep-border-light-color: #e8e8e8;
--ep-border-green-color: #cbf9d6;
--ep-default-color: #1a202c;
--ep-body-color: #212529;
--ep-border-opacity-color :rgb(34 113 177 / 50%);
--ep-warning-color: 255,193,7;
--ep-warning-text: #997404;
--ep-warning-bg-subtle: #fff3cd;
--ep-warning-border-subtle: #ffe69c;
--ep-success-color: 25,135,84;
--ep-danger-color: 220,53,69;
--ep-lightgreen-color: 42,175,74;
--ep-dark-bg: 33,37,41;
--ep-transparent-bg:transparent;
--ep-transparent-border:transparent;
--ep-secondary-rgb: 108,117,125;  --ep-border-radius: 0.375rem;
--ep-border-radius-sm: 0.25rem;
--ep-border-radius-lg: 0.5rem;
--ep-border-radius-2xl: 2rem;
--ep-border-radius-pill: 50rem;  --ep-modal-width: 800px; } .ep-dark-mode-enabled {
--ep-white-color:38, 38, 38;
--ep-border-color-rgb: 58, 58, 58;
--ep-border-color:#4D4C4D;
--ep-default-color: #fff;
--ep-dark-color :96,96,96;
--ep-light-color: 58, 58, 58;
--ep-dark-bg: 58, 58, 58;
}
.ep-dark-mode-enabled .ep-list-group{
--ep-list-group-bg: 38, 38, 38; }
.ep-dark-mode-enabled .ep-list-group-item{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-list-group-bg), var(--ep-bg-opacity)) !important;
}  .ep-pe-none {
pointer-events: none!important;
}
.ep-cursor{
cursor: pointer;
}
.ep-cursor-move{
cursor: move;
}
.ep-text-decoration-none{
text-decoration: none;
}
.ep-desc-truncate {
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}  .ep-alert {
--ep-alert-bg: transparent;
--ep-alert-padding-x: 1rem;
--ep-alert-padding-y: 1rem;
--ep-alert-margin-bottom: 1rem;
--ep-alert-color: inherit;
--ep-alert-border-color: transparent;
--ep-alert-border: var(--ep-border-width) solid var(--ep-alert-border-color);
--ep-alert-border-radius: 0.375rem;
--ep-alert-link-color: inherit;
position: relative;
padding: var(--ep-alert-padding-y) var(--ep-alert-padding-x);
margin-bottom: var(--ep-alert-margin-bottom);
color: var(--ep-alert-color);
background-color: var(--ep-alert-bg);
border: var(--ep-alert-border);
border-radius: var(--ep-alert-border-radius);
}
.ep-alert-warning {
--ep-alert-color: var(--ep-warning-text);
--ep-alert-bg: var(--ep-warning-bg-subtle);
--ep-alert-border-color: var(--ep-warning-border-subtle);
--ep-alert-link-color: var(--ep-warning-text);
}
.ep-alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}  .ep-button-text{
padding: 0px;
margin: 0px;
color: inherit;
font-weight: normal;
font-size: 0.8rem;
box-shadow: none;
cursor: pointer
}
.ep-button-text:focus{
outline: 0px;
}  .emagic .ep-btn {
--ep-btn-font-size: 1rem;
--ep-border-width:1px;
--ep-btn-bg: transparent;
--ep-btn-padding-x: 0.75rem;
--ep-btn-padding-y: 0.375rem;
--ep-btn-border-color: transparent;
--ep-btn-line-height: 1.5;
--ep-btn-font-weight: 400;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
font-size: var(--ep-btn-font-size);
font-weight: var(--ep-btn-font-weight);
line-height: var(--ep-btn-line-height);
color: var(--ep-btn-color) !important;
text-align: center;
user-select: none;
line-height: 1.75;
text-transform: capitalize;
border-radius: 0.375rem !important;
outline: 0;
margin: 0;
height: auto;
min-width: auto;
display: inline-block;
padding: var(--ep-btn-padding-y) var(--ep-btn-padding-x);
border: var(--ep-border-width) solid var(--ep-btn-border-color);
background-color: var(--ep-btn-bg);
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
box-shadow: none !important;
}
.emagic .ep-btn:hover {
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg);
border-color: var(--ep-btn-hover-border-color);
}
.ep-btn-check:checked+.ep-btn, .ep-btn.active, .ep-btn:first-child:active, :not(.ep-btn-check)+.ep-btn:active {
color: var(--ep-btn-active-color) !important;
background-color: var(--ep-btn-active-bg)!important;
border-color: var(--ep-btn-active-border-color)!important;
}
.emagic .ep-btn-sm {
--ep-btn-padding-y: 0.25rem;
--ep-btn-padding-x: 0.5rem;
--ep-btn-font-size: 0.875rem;
--ep-btn-border-radius: 0.25rem;
} .emagic .ep-btn-primary {
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 1);
}
.emagic .ep-btn-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 0.95);
} .emagic .ep-btn-outline-primary {
--ep-btn-color: rgba(var(--themeColor), 1);
--ep-btn-border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color: rgba(var(--themeColor), 1)!important;
border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-danger {
--ep-btn-color: rgba(var(--ep-danger-color), 1);
--ep-btn-border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-danger:hover{
color: rgba(var(--ep-white-color), 1);
background-color: rgba(var(--ep-danger-color), 1);
border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-secondary {
--ep-border-width:2px;
--ep-btn-border-color: var(--ep-border-color);
}
.emagic .ep-btn-outline-secondary:hover {
}  .emagic .ep-btn-outline-dark {
--ep-btn-color: #212529;
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #212529;
--ep-btn-hover-border-color: #212529;
--ep-btn-focus-shadow-rgb: 33,37,41;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #212529;
--ep-btn-active-border-color: #212529;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #212529;
--ep-btn-disabled-bg: transparent;
--ep-btn-disabled-border-color: #212529;
--ep-gradient: none;
}
.emagic .ep-btn-dark {
--ep-btn-color: rgba(var(--ep-white-color), 1);
--ep-btn-bg: rgba(var(--ep-dark-color), 1);
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: rgba(var(--ep-white-color), 1);
--ep-btn-hover-bg: #424649;
--ep-btn-hover-border-color: #373b3e;
--ep-btn-focus-shadow-rgb: 66,70,73;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #4d5154;
--ep-btn-active-border-color: #373b3e;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #212529;
--ep-btn-disabled-border-color: #212529;
} .ep-dark-mode-enabled .emagic .ep-btn-dark {
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark:hover {
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark {
--ep-btn-top-color: #424242;
--ep-btn-bottom-color: #383838;
--ep-btn-border-color: #595959;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
--ep-btn-hover-border-color: #595959;
} .emagic .ep-btn-light {
--ep-btn-color: #000;
--ep-btn-bg: #f8f9fa;
--ep-btn-border-color: #f8f9fa;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #d3d4d5;
--ep-btn-hover-border-color: #c6c7c8;
--ep-btn-focus-shadow-rgb: 211,212,213;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #c6c7c8;
--ep-btn-active-border-color: #babbbc;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #f8f9fa;
--ep-btn-disabled-border-color: #f8f9fa;
}
.emagic .ep-btn-warning {
--ep-btn-color: #000;
--ep-btn-bg: #ffc107;
--ep-btn-border-color: #ffc107;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #ffca2c;
--ep-btn-hover-border-color: #ffc720;
--ep-btn-focus-shadow-rgb: 217,164,6;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #ffcd39;
--ep-btn-active-border-color: #ffc720;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #ffc107;
--ep-btn-disabled-border-color: #ffc107;
}
.ep-dark-mode-enabled .emagic .ep-btn-warning{
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:hover{
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:active{
}
.ep-dark-mode-enabled .emagic .ep-btn-warning {
--ep-btn-top-color: #AD8200;
--ep-btn-bottom-color: #997300;
--ep-btn-border-color: #CC9900;
--ep-btn-hover-border-color: #CC9900;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
}
.emagic .ep-btn-danger {
--ep-btn-color: #fff;
--ep-btn-bg: #dc3545;
--ep-btn-border-color: #dc3545;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #bb2d3b;
--ep-btn-hover-border-color: #b02a37;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #b02a37;
--ep-btn-active-border-color: #a52834;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #dc3545;
--ep-btn-disabled-border-color: #dc3545;
}
.emagic .ep-btn-green {
--ep-btn-color: #fff;
--ep-btn-bg: #2AAF4A;
--ep-btn-border-color: #2AAF4A;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #3abc59;
--ep-btn-hover-border-color: #2ead4c;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #2ead4c;
--ep-btn-active-border-color: #2ead4c;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #2AAF4A;
--ep-btn-disabled-border-color: #2AAF4A;
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.ep-btn.disabled, .ep-btn:disabled, fieldset:disabled .ep-btn {
pointer-events: none;
opacity: .65;
} .ep-box-dropdown{
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 14%);
border: 1px solid var(--ep-border-color);
border-radius: var(--ep-border-radius);
background-color: #fff;
position: absolute;
top: 40px;
z-index: 9999;
width: 200px;
padding: 16px 20px 24px;
}
.ep-box-dropdown-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: -1;
background-color: rgb(0 0 0 / 0%);
}   .ep-button-text-color {
color:var(--ep-default-color);
}
.ep-btn-text-fill-color {
fill:var(--ep-default-color);
}
.ep-text-warning {
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
}
.ep-text-danger {
--ep-text-opacity: 1;
color: rgba(var(--ep-danger-color),var(--ep-text-opacity))!important;
}
.ep-text-success {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}  .ep-bg-light {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-light-color),var(--ep-bg-opacity))!important;
}
.ep-bg-dark {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-dark-bg),var(--ep-bg-opacity))!important;
}
.ep-bg-success {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-success-color),var(--ep-bg-opacity))!important;
}
.ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity));
}
.ep-dark-mode-enabled .ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity))!important;
}
.ep-bg-warning {
background-color:rgba(var(--ep-warning-color));
}
.ep-bg-danger {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-danger-color),var(--ep-bg-opacity))!important;
}
.ep-bg-light-green{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-lightgreen-color),var(--ep-bg-opacity))!important;
}
.ep-bg-primary {
--ep-bg-opacity: 1;
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
}
.ep-bg-secondary {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-secondary-rgb),var(--ep-bg-opacity))!important;
}
.ep-transparent-bg{
background-color:var(--ep-transparent-bg)!important;
}  .ep-bg-opacity-10 {
--ep-bg-opacity: 0.1;
}
.ep-bg-opacity-6 {
--ep-bg-opacity: 0.6;
}
.ep-bg-opacity-4 {
--ep-bg-opacity: 0.4;
}
.ep-bg-opacity-3 {
--ep-bg-opacity: 0.3;
}  .emagic .ep-border,
.ep-blocks .ep-border,
.ep-widgets .ep-border{
--ep-border-opacity: 1;
--ep-border-width: 1px;
--ep-border-style: solid;
border: var(--ep-border-width) var(--ep-border-style) rgba(var(--ep-border-color-rgb),var(--ep-border-opacity))!important;
}
.emagic .ep-border-primary {
--ep-border-opacity: 1;
border-color: rgba(var(--themeColor),var(--ep-border-opacity))!important;
}
.emagic .ep-transparent-border{
border-color:var(--ep-transparent-border)!important;
}
.ep-border-0 {
border: 0px !important;
}
.ep-border-2 {
border: 2px solid var(--ep-border-color);
}
.ep-border-1 {
border: 1px solid var(--ep-border-color);
}
.ep-border-top {
border-top: 1px solid var(--ep-border-color);
}
.ep-border-bottom {
--ep-border-width: 1px;
border-bottom: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-left {
--ep-border-width: 1px;
border-left: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-right {
--ep-border-width: 1px;
border-right: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-rounded {
border-radius: var(--ep-border-radius);
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-5{
border-radius:  var(--ep-border-radius-2xl)
}
.ep-rounded-circle {
border-radius: 50%!important;
}
.ep-rounded-pill {
border-radius: var(--ep-border-radius-pill)!important;
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-top {
border-top-left-radius: var(--ep-border-radius)!important;
border-top-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-bottom {
border-bottom-left-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbr-right {
border-top-right-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbl-right {
border-top-left-radius: var(--ep-border-radius)!important;
border-bottom-left-radius: var(--ep-border-radius)!important;
}
.ep-border-opacity-50 {
border-bottom: 2px solid var(--ep-border-opacity-color);
}
.ep-border-warning {
--ep-border-opacity: 1;
border-color: rgba(var(--ep-warning-color),var(--ep-border-opacity))!important;
}
.ep-border-3 {
--ep-border-width: 3px;
}
.ep-border-2 {
--ep-border-width: 2px;
}
.ep-border-1 {
--ep-border-width: 1px;
}
.ep-border-light {
border-color:var(--ep-border-light-color)!important;
}
.ep-border-green {
border-color:var(--ep-border-green-color)!important;
}
.emagic .ep-border-top-0 {
border-top: 0!important;
}  .emagic .ep-bg-opacity-10 {
--ep-border-opacity: 0.1;
}
.emagic .ep-border-opacity-4 {
--ep-border-opacity: 0.4;
} .ep-img-fluid {
max-width: 100%;
height: auto;
}
.ep-white-space {
white-space: nowrap;
}
.ep-white-space-normal{
white-space: normal;
} .ep-text-primary {
color: rgba(var(--themeColor), 1)!important;
}
.ep-text-white{
--ep-text-opacity: 1;
color: rgba(var(--ep-white-color),var(--ep-text-opacity))!important;
}
.ep-text-muted {
opacity: 1;
color: #6c757d!important;
}
.ep-dark-mode-enabled .ep-text-muted{
color: #757575!important;
}
.ep-text-dark {
opacity: 1;
color: #212529!important;
}
.ep-text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .ep-dark-mode-enabled .ep-text-dark {
opacity: 1;
color: #fff!important;
} .ep-text-small{
font-size: .900em !important;
}
.ep-text-smaller{
font-size: .850em !important;
}
.ep-fw-bold {
font-weight: 700!important;
}
.ep-fw-normal {
font-weight: 400!important;
}
.ep-text-uppercase {
text-transform: uppercase!important;
}
.ep-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ep-content-truncate {
--ep-line-clamp: 5;
-webkit-line-clamp:  var(--ep-line-clamp);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ep-content-truncate-line-3{
--ep-line-clamp: 3;
}
.ep-content-truncate-line-4{
--ep-line-clamp: 4;
}
.ep-content-truncate-line-5{
--ep-line-clamp: 5;
}
.ep-fs-6 {
font-size: 1rem!important;
}
.ep-fs-5 {
font-size: 1.25rem!important;
}
.ep-fs-4 {
font-size: 1.5rem!important;
}
.ep-fs-3 {
font-size: 1.75rem!important;
}
.ep-fs-2 {
font-size: 2rem!important;
}
.ep-fs-1 {
font-size: 2.5rem!important;
}
body .emagic .h1,
body .emagic .h2,
body .emagic .h3,
body .emagic .h4,
body .emagic .h5,
body .emagic.h6,
body .emagic h1,
body .emagic h2,
body .emagic h3,
body .emagic h4,
body .emagic h5,
body .emagic h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
font-style: normal;
}  .ep-img-100{
width:100%;
height: 100%;
}  .ep-box-h-100{
height: 100%!important;
}
.ep-box-w-25{
width: 25%!important;
}
.ep-box-w-50{
width: 50%!important;
}
.ep-box-w-75{
width: 75%!important;
}
.ep-box-w-100{
width: 100%!important;
}  .ep-position-relative {
position: relative!important;
}
.ep-position-absolute {
position: absolute!important;
}
.ep-z-index {
z-index: 999
}
.ep-z-index-1 {
z-index: 1 !important ;
}
.ep-z-index-2 {
z-index: 2!important;
}
.ep-z-index-3 {
z-index: 3 !important;
}  .ep-pb-2 {
padding-bottom: 0.5rem!important;
}
.ep-pb-3 {
padding-bottom: 1rem!important;
}
.ep-p-3 {
padding: 1rem!important;
}
.ep-p-1 {
padding: 0.25rem!important;
}
.ep-p-2{
padding: 0.5rem!important;
}
.ep-p-4{
padding: 1.5rem!important;
}
.ep-p-5{
padding: 3rem!important;
}
.ep-py-3 {
padding: 1rem 0rem;
}
.ep-py-4 {
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
.ep-py-5 {
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
.ep-py-2 {
padding-top: 0.5rem!important;
padding-bottom: 0.5rem!important;
}
.ep-pr-2{
padding-right: 0.5rem!important;
}
.ep-pr-4{
padding-right: 1.5rem!important;
}
.ep-pr-0{
padding-right: 0!important;
}
.ep-pl-0{
padding-left: 0!important;
}
.ep-pl-1 {
padding-left: 0.25rem!important;
}
.ep-pl-2 {
padding-left: 0.5rem!important;
}
.ep-pt-2 {
padding-top: 0.5rem!important;
}
.ep-pt-4 {
padding-top: 1.5rem!important;
}
.ep-px-4 {
padding-right: 1.5rem!important;
padding-left: 1.5rem!important;
}
.ep-px-1 {
padding-right: 0.25rem!important;
padding-left: 0.25rem!important;
}
.ep-px-2 {
padding-left: 0.5rem!important;
padding-right: 0.5rem!important;
}
.ep-px-3 {
padding-left: 1rem!important;
padding-right: 1rem!important;
}
.ep-p-0{
padding: 0px !important;
}
.ep-px-0{
padding-right: 0!important;
padding-left: 0!important
}
.ep-py-0{
padding-top: 0!important;
padding-bottom: 0!important
}
.ep-ps-3 {
padding-left: 1rem!important;
}
.ep-pe-3 {
padding-right: 1rem!important;
}
.ep-box-pl-0, .ep-box-px-0 {
padding-left: 0!important;
}
.ep-box-pr-0, .ep-box-px-0 {
padding-right: 0!important;
}
.ep-box-py-0 {
padding-top: 0!important;
padding-bottom: 0!important;
}
.ep-py-1{
padding-top: 0.25rem!important;
padding-bottom: 0.25rem!important;
}
.ep-box-px-0 {
padding-left: 0!important;
padding-right: 0!important;
}
.ep-pt-3 {
padding-top: 1rem ;
}  .ep-mb-5 {
margin-bottom: 3rem!important;
}
.ep-mb-3 {
margin-bottom: 1rem!important;
}
.ep-mb-4 {
margin-bottom: 1.5rem!important;
}
.ep-mb-0 {
margin-bottom: 0rem!important;
}
.ep-mt-4 {
margin-top: 1.5rem!important;
}
.ep-mt-5 {
margin-top: 3rem!important;
}
.ep-mt-6 {
margin-top: 3.5rem!important;
}
.ep-mt-7 {
margin-top: 4rem!important;
}
.ep-mt-3 {
margin-top: 1rem!important;
}
.ep-mt-1 {
margin-top: 0.25rem!important;
}
.ep-mt-2 {
margin-top: 0.5rem!important;
}
.ep-mb-2 {
margin-bottom: 0.5rem!important;
}
.ep-m-2 {
margin: 0.5rem!important;
}
.ep-m-3 {
margin: 1rem!important;
}
.ep-m-0{
margin: 0px !important;
}
.ep-ml-2{
margin-left: 0.5rem!important;
}
.ep-ml-3{
margin-left: 1rem!important;
}
.ep-ml-4{
margin-left: 1.5rem!important;
}
.ep-mr-4{
margin-right: 1.5rem!important;
}
.ep-mr-3{
margin-right: 1rem!important;
}
.ep-mx-2{
margin-left: 0.5rem!important;
margin-right: 0.5rem!important;
}
.ep-mx-3{
margin-left: 1rem!important;
margin-right: 1rem!important;
}
.ep-mr-2{
margin-right: 0.5rem!important;
}
.ep-mr-1{
margin-right: 0.25rem!important;
}
.ep-ml-1{
margin-left: 0.25rem!important;
}
.ep-my-1{
margin-top: 0.25rem!important;
margin-bottom: 0.25rem!important;
}
.ep-my-2{
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}
.ep-my-3{
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.ep-my-4{
margin-top: 1.5rem!important;
margin-bottom: 1.5rem!important;
}
.ep-my-5{
margin-top: 2rem!important;
margin-bottom: 2rem!important;
}
.ep-mx-0{
margin-left: 0rem!important;
margin-right: 0rem!important;
}
.ep-my-0{
margin-top: 0rem!important;
margin-bottom: 0rem!important;
}
.ep-mt-auto{
margin-top: auto;
}
.ep-mx-auto{
margin-left: auto !important;
margin-right: auto!important;
}
.ep-my-auto{
margin-top: auto !important;
margin-bottom: auto!important;
}
.ep-mb-auto{
margin-bottom: auto;
}
.ep-box-ml-0, .ep-box-mx-0 {
margin-left: 0!important;
}
.ep-box-mr-0, .ep-box-mx-0 {
margin-right: 0!important;
}  .ep-list-group {
--ep-list-group-color: #212529;
--ep-list-group-bg: #fff;
--ep-list-group-border-color: rgba(0, 0, 0, 0.125);
--ep-list-group-border-width: 1px;
--ep-list-group-border-radius: 0.375rem;
--ep-list-group-item-padding-x: 1rem;
--ep-list-group-item-padding-y: 0.5rem;
--ep-list-group-action-color: #495057;
--ep-list-group-action-hover-color: #495057;
--ep-list-group-action-hover-bg: #f8f9fa;
--ep-list-group-action-active-color: #212529;
--ep-list-group-action-active-bg: #e9ecef;
--ep-list-group-disabled-color: #6c757d;
--ep-list-group-disabled-bg: #fff;
--ep-list-group-active-color: #fff;
--ep-list-group-active-bg: #0d6efd;
--ep-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--ep-list-group-border-radius);
}
.ep-list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.ep-list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.emagic .ep-list-group-item {
--ep-bg-opacity: 0.25;
position: relative;
display: block;
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
color: var(--ep-list-group-color);
text-decoration: none;
background-color: rgba(var(--ep-white-color), var(--ep-bg-opacity));
border: var(--ep-list-group-border-width) solid var(--ep-list-group-border-color);
margin: 0px !important;
}
.emagic .ep-list-group-item+.ep-list-group-item {
border-top-width: 0 !important;
}
.ep-list-group-item:hover{
background-color: rgba(var(--themeColor), 0.1);
}
.ep-list-group-item .ep-tab-link.ep-tab-active{
--ep-bg-opacity: 1;
z-index: 2;
color: var(--ep-list-group-active-color);
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
border-color: var(--ep-list-group-active-border-color);
display: block;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item.ep-tab-item {
padding:0px !important;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
display: block;
box-shadow: none;
text-decoration: none;
}  .ep-dark-mode-enabled .ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
--ep-bg-opacity: 0.2;
}  .ep-items-center {
align-items: center!important;
}
.ep-align-items-center {
align-items: center!important;
}
.ep-items-end {
align-items: flex-end!important;
}
.ep-items-start {
align-items: flex-start!important;
}
.ep-content-center{
justify-content: center!important;
}
.ep-content-left{
justify-content: flex-start !important;
}
.ep-content-right{
justify-content: flex-end!important;
}
.ep-justify-content-between {
justify-content: space-between;
}
.ep-justify-content-end {
justify-content: flex-end!important;
}
.ep-justify-content-center {
justify-content: center!important;
}
.ep-align-right{
text-align: right;
}
.ep-text-start {
text-align: left!important;
}
.ep-text-end {
text-align: right;
}
.ep-text-center {
text-align: center!important;
}
.ep-align-middle {
vertical-align: middle!important;
}
.ep-align-top {
vertical-align: top!important;
}
.ep-align-bottom {
vertical-align: bottom!important;
}  .ep-item-hide{
display:none
}
.ep-d-none{
display:none
}
.ep-d-inline-block {
display: inline-block!important;
}  .ep-overflow-hidden {
overflow: hidden!important;
}
.ep-overflow-auto {
overflow: auto!important;
}
.ep-overflow-visible {
overflow: visible!important;
}
.ep-overflow-scroll {
overflow: scroll!important;
}
.ep-overflow-x-hidden{
overflow-x: hidden!important;
} .ep-flex-wrap{
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.ep-inline-block{
display: inline-block;
}
.ep-d-flex {
display: flex;
}
.ep-flex-1{
flex: 1;
}
.ep-d-inline-flex {
display: inline-flex;
}
.ep-di-flex {
display: inline-flex;
}
.ep-box-direction {
flex-direction: column;
}
.ep-flex-column {
flex-direction: column!important;
}
.ep-flex-row-reverse {
flex-direction: row-reverse!important;
}
.ep-justify-content-between {
justify-content: space-between!important;
}
.ep-shadow {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.ep-shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.ep-object-cover-fit{
object-fit: cover;
}
.ep-lh-0 {
line-height: 0!important;
}
.ep-lh-1 {
line-height: 1!important;
}
.ep-lh-2 {
line-height: 2!important;
}
.ep-lh-sm {
line-height: 1.25!important;
}
.ep-lh-base {
line-height: 1.5!important;
}
.ep-lh-lg {
line-height: 2!important;
}
.ep-box-wrap{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background: none;
}
.ep-box-row{
--ep-gutter-x: 1.5rem;
--ep-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--ep-gutter-y));
margin-right: calc(-.5 * var(--ep-gutter-x));
margin-left: calc(-.5 * var(--ep-gutter-x));
}
.ep-box-row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--ep-gutter-x) * .5);
padding-left: calc(var(--ep-gutter-x) * .5);
margin-top: var(--ep-gutter-y);
}
.ep-box-col-1,
.ep-box-col-2,
.ep-box-col-3,
.ep-box-col-4,
.ep-box-col-5,
.ep-box-col-6,
.ep-box-col-7,
.ep-box-col-8,
.ep-box-col-9,
.ep-box-col-10,
.ep-box-col-11,
.ep-box-col-12,
.ep-box-col-left-2,
.ep-box-col-right-10{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 540px){ .ep-xsm-text-start {
text-align: left!important;
}
.ep-xsm-text-end {
text-align: right;
}
.ep-xsm-text-center {
text-align: center!important;
}
}
@media (min-width:360px){
.ep-box-col-xsm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-xsm-10{
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
}
@media (min-width: 767px){
.ep-box-col-sm-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-sm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-sm-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-sm-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-sm-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-sm-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#ep-event-organizers-loader-section .ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#ep-event-organizers-loader-section .ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
#ep-event-organizers-loader-section .ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .ep-sm-text-center {
text-align: center!important;
}
}
.ep-event-organizers-colored_grid-container .ep-organizer-colored_grid-wrap{
padding-left: 1rem !important;
padding-right: 1rem !important;
}
@media (min-width: 992px){
.ep-box-col-md-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
} @media (max-width: 1068px){
.ep-justify-content-between-sm{
justify-content: space-between !important;
}
.ep-user-booking-btn-section{
margin-bottom: 1rem;
}
.ep-checkout-cart-section {
margin-top: 10px;
}
.ep-buy-ticket-section, .ep-profile-coming-up-section{
margin-bottom: 2rem;
}
.ep-booking-payment-option-button-container{
justify-content: center !important;
}
.ep-user-coming-up-section{
margin-left: 1rem;
}
} @media (min-width: 1068px){
.ep-box-col-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .ep-box-col-left-2 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.ep-box-col-right-10 {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
} }
@media (min-width: 768px){
.ep-box-col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.ep-flex-row-reverse-md{
flex-direction: row-reverse!important;
}
}
.ep-box-col {
-ms-flex: 0 0 0%;
flex: 1 0 0%;
max-width: 100%;
}
.ep-box-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.ep-box-row-cols-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.ep-box-row-cols-4>* {
flex: 0 0 auto;
width: 25%;
} .ep-g-5, .ep-gy-5 {
--ep-gutter-y: 3rem;
}
.ep-g-5, .ep-gx-5 {
--ep-gutter-x: 3rem;
}
.ep-g-4, .ep-gy-4 {
--ep-gutter-y: 1.5rem;
}
.ep-g-4, .ep-gx-4 {
--ep-gutter-x: 1.5rem;
}
.ep-g-3, .ep-gy-3 {
--ep-gutter-y: 1rem;
}
.ep-g-3, .ep-gx-3 {
--ep-gutter-x: 1rem;
}  .ep-card-col-3,
.ep-card-col-4,
.ep-card-col-6,
.ep-card-col-12
{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 650px){
.ep-card-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-card-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-card-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}    .ep-nav-pills,
.ep-nav-tabs {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.ep-nav-pills .ep-tab-active {
background-color: rgba(var(--themeColor), 1);
color: rgba(var(--ep-white-color),1) !important;
}
.ep-tab-link.ep-tab-active{
padding: 0px;
margin: 0px
}
.ep-nav-pills .ep-tab-item .ep-tab-link,
.ep-nav-tabs .ep-tab-item .ep-tab-link{
padding: 0.5rem 1rem;
border-radius: var(--ep-border-radius);
box-shadow: none;
display: inline-flex;
box-shadow: none;
} .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #495057;
background-color: rgba(var(--ep-white-color), 1);
border-color: var(--ep-border-color);
border-bottom: 1px solid rgba(var(--ep-white-color), 1);
} .ep-dark-mode-enabled .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #fff;
} .ep-nav-tabs .ep-tab-link{
margin-bottom: -1px !important;
background: 0 0;
border: 1px solid transparent;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0px !important;
}
.ep-nav-tabs .ep-tab-link:focus{
outline: 0px;
}
.ep-nav-tabs {
border-bottom: 1px solid var(--ep-border-color);
}  .ep-btn-group{
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-check {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-outline-secondary:active {
}
.ep-btn-check:checked+.ep-btn-outline-secondary:before{
font-family: 'Material Icons Outlined';
content: "\e876";
position: absolute;
top: -8px;
left: -5px;
font-size: 1.25rem!important;
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
background-color: #fff;
line-height: 16px;
border-radius:  var(--ep-border-radius-sm)
} .ep-dark-mode-enabled .ep-btn-check:checked+.ep-btn-outline-secondary:before{
background-color: #424242;
} .ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>.ep-btn:not(:first-child) {
margin-left: 3px;
}
.ep-btn-group>.ep-btn {
position: relative;
flex: 1 1 auto;
line-height: 1;
}
.ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #fff !important;
}
.ep-dark-mode-enabled .ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #333 !important;
}  .ep-btn-group {
border-radius: 0.375rem;
}
.ep-btn-group, .ep-btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-group>.ep-btn-group:not(:last-child)>.ep-btn, .ep-btn-group>.ep-btn.dropdown-toggle-split:first-child,
.ep-btn-group>.ep-btn:not(:last-child):not(.ep-dropdown-toggle) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ep-btn-group>.ep-btn-group:not(:first-child)>.ep-btn, .ep-btn-group>.ep-btn:nth-child(n+3),
.ep-btn-group>:not(.ep-btn-check)+.ep-btn {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}  body.ep-modal-open-body {
overflow: hidden;
padding-right: 15px;
}
.ep-modal {
--ep-modal-margin: 1.75rem;
--ep-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--ep-modal-padding: 1rem;
}
.ep-modal-view {
position: fixed;
width: 100%;
top: 0px;
height: 100%;
z-index: 99999;
max-height: 100%;
left: 0px;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
background: rgba(0, 0, 0, 0.7);
}
#ep_show_woocommerce_products_popup.ep-modal-view{
height: auto !important;
}
.ep-modal-overlay {
z-index: 1;
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.ep-modal-wrap{
margin: 1.75rem;
}
.ep-modal-wrap {
width: 100%;
max-width: var(--ep-modal-width); top:0px;
z-index: 9999;
position: relative;
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
margin-right: auto;
margin-left: auto;
height: auto;
}
.ep-modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
}
.ep-modal-dialog {
position: relative;
width: auto;
margin: var(--ep-modal-margin);
pointer-events: none;
}
@media (min-width: 576px){
.ep-modal-dialog {
max-width: var(--ep-modal-width);
margin-right: auto;
margin-left: auto;
}
}
.ep-modal-content {
background: #fff;
border-radius: 6px;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
z-index: 9999;
height: 100%;
} .ep-dark-mode-enabled .ep-modal-content, .ep-dark-mode-enabled .ep-modal-body{
background: #333;
}
.ep-dark-mode-enabled .emagic .ep-btn-outline-dark{
--ep-btn-color: #fff;
} .ep-modal-body {
background: #fff;
border-radius: 6px;
position: relative;
flex: 1 1 auto;
padding: var(--ep-modal-padding);
}
.ep-modal-lg {
--ep-modal-width: 800px;
}
.ep-modal-xl {
--ep-modal-width: 1140px;
}
.ep-modal-xxl {
--ep-modal-width: 1440px;
}
.ep-modal-titlebar {
position: relative;
width: 100%;
justify-content: space-between; }
.ep-modal-titlebar .ep-modal-close {
font-size: 25px;
padding: 0px 20px 0px 20px;
float: right;
cursor: pointer;
text-decoration: none;
color: #8b8b8b;
position: relative;
z-index: 99
}
.ep-modal-in {
animation: ep-bounceIn 0.8s ease-in forwards;
}
.ep-modal-out {
animation: ep-bounceOut 0.6s ease-out forwards;
}
.ep-modal-overlay-fade-in {
animation: ep-globalSetting-fadeIn 0.3s ease-in forwards;
}
.ep-modal-overlay-fade-out {
animation: ep-globalSetting-fadeOut 0.3s ease-in forwards;
}
@keyframes ep-bounceIn {
0%   {
transform: translateY(-200%) scale(1.5);
opacity:0;
}
30%  {
opacity:1;
}
58%  {
transform: translateY(0) rotate(1deg) scale(1);
opacity: 1
}
72%  {
transform: translateY(-30px) rotate(-1deg);
}
80%  {
transform: translateY(0) rotate(0.5deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}
@keyframes ep-bounceOut {
0%   {
transform: translateY(0);
}
10%  {
transform: translateY(-10px) rotate(-0.5deg);
}
30%  {
transform: translateY(20px) rotate(8deg);
}
70%  {
opacity: 1;
}
90%  {
transform: translateY(300%) translateX(40px) rotate(35deg);
opacity: 0;
}
100% {
display: none;
}
}
@keyframes ep-globalSetting-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes ep-globalSetting-fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}  .emagic .ep-form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
margin: 0px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.emagic .ep-form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.ep-form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.emagic .ep-form-select {
--ep-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
background-image: var(--ep-form-select-bg-img), var(--ep-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.ep-input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.emagic .ep-input-group>.ep-form-control {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.emagic .ep-input-group>:not(:first-child) {
margin-left: -1px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.emagic .ep-input-group:not(.has-validation)>.ep-dropdown-toggle:nth-last-child(n+3),
.emagic .ep-input-group:not(.has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group .ep-btn {
position: relative;
z-index: 2;
}
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>:not(.ep-btn-check:first-child)+.ep-btn {
margin-left: -1px;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn{
margin-left: -1px !important;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:focus{
border-style: solid;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:hover{
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg) !important;
border-color: var(--ep-btn-hover-border-color)!important ;
}
.ep-input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.375rem;
}
.ep-input-group:not(.ep-has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu):not(.ep-form-floating){
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group-sm>.ep-input-group-text {
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.ep-form-range {
width: 100%;
height: 1.5rem;
padding: 0;
} .ep-dark-mode-enabled .emagic .ep-form-control {
background-color: rgba(86,86,86,0.33);
color: #fff;
border: 1px solid rgba(128,128,128,0.5);
}
.ep-dark-mode-enabled .emagic .ep-input-group-text{
border: 1px solid rgba(var(--themeColor), 1);
border: 1px solid rgba(128,128,128,0.5);
}   .ep-invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-feedback {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}
.ep-error-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #8CC600;
}  .emagic .ep-table {
--ep-table-color: var(--ep-body-color);
--ep-table-bg: transparent;
--ep-table-border-color: var(--ep-border-color);
--ep-table-accent-bg: transparent;
--ep-table-striped-color: var(--ep-body-color);
--ep-table-striped-bg: rgba(0, 0, 0, 0.05);
--ep-table-active-color: var(--ep-body-color);
--ep-table-active-bg: rgba(0, 0, 0, 0.1);
--ep-table-hover-color: var(--ep-body-color);
--ep-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--ep-table-color);
vertical-align: top;
border-color: var(--ep-table-border-color);
border: 0px;
table-layout: auto;
}
.ep-table-danger {
--ep-table-color: #000;
--ep-table-bg: #f8d7da;
--ep-table-border-color: #dfc2c4;
--ep-table-striped-bg: #eccccf;
--ep-table-striped-color: #000;
--ep-table-active-bg: #dfc2c4;
--ep-table-active-color: #000;
--ep-table-hover-bg: #e5c7ca;
--ep-table-hover-color: #000;
color: var(--ep-table-color);
border-color: var(--ep-table-border-color);
}
.ep-table-hover>tbody>tr:hover>* {
--ep-table-accent-bg: var(--ep-table-hover-bg);
color: var(--ep-table-hover-color);
}
.emagic table.ep-table-borderless>:not(caption)>*>* {
border-width: 0;
}
.emagic table.ep-table-borderless {
border-width: 0;
}
.ep-table>thead {
vertical-align: bottom;
}
.ep-table>tbody {
vertical-align: inherit;
}
.ep-table tbody, .ep-table td, .ep-table tfoot, .ep-table th, .ep-table thead, .ep-table tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
.ep-table>:not(caption)>*>* {
padding: 0.5rem 0.5rem;
background-color: var(--ep-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--ep-table-accent-bg);
}  .ep-sl-other-event-img {
width: 60px;
height: 60px;
object-fit: cover;
background-color: rgba(var(--themeColor), 0.2);
}
#ep_event_edit_booking_page .ep-checkout-img-icon{
background-color: rgba(var(--themeColor), 0.2);
}  .ep-loader-fw-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgb(8 8 8 / 66%);
z-index: 9999;
}
.ep-loader {
width: 48px;
height: 48px;
border: 3px solid rgb(0 0 0 / 8%);
border-radius: 50%;
-webkit-animation: rotation 1s linear infinite;
animation: rotation 1s linear infinite;
margin: 50px auto;
position: absolute;
top: 30%;
left: 40%;
z-index: 9999999;
}
.ep-loader:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid transparent;
border-bottom-color: rgba(var(--themeColor), 1);
}
.ep-loader-overlay {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: #000;
}
@keyframes rotation {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
} .ep-modal-body.ep-loader-active:after {
content: "";
background-color: transparent;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
} .ep-event-loader {
align-items: flex-start;
background-color: rgb(255 255 255 / 60%);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
}
.ep-event-loader-circles-wrap {
display: flex;
padding-top: 94px;
}
.ep-event-loader-circle-dot:not(:first-of-type) {
margin-left: 8px;
}
.ep-event-loader svg:not(:root) {
overflow: hidden;
}
.ep-event-loader .ep-event-loader-circle-icon {
color: rgba(var(--themeColor), 1);
}
.ep-event-loader .ep-event-loader-circle-dot {
width: 15px;
}
.ep-event-loader .ep-event-loader-circle-dot circle {
animation-direction: normal;
animation-duration: 2.24s;
animation-iteration-count: infinite;
animation-name: epLoader;
fill: currentColor;
opacity: 0.07;
}
.ep-event-loader .ep-event-loader-first circle {
animation-delay: .45s;
}
.ep-event-loader .ep-event-loader-second circle {
animation-delay: 1.05s;
}
.ep-event-loader .ep-event-loader-third circle {
animation-delay: 1.35s;
}
@keyframes epLoader {
50% {
opacity: 1;
}
}  .ep-progress {
--ep-progress-height: 4px;
--ep-progress-font-size: 0.75rem;
--ep-progress-bg: 233, 236, 239;
--ep-progress-border-radius: 0.375rem;
--ep-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--ep-progress-bar-color: #fff;
--ep-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--ep-progress-height);
overflow: hidden;
font-size: var(--ep-progress-font-size);
background-color: rgba(var(--ep-progress-bg), 0.75);
border-radius: var(--ep-progress-border-radius);
margin-top: 4px;
}
.ep-progress-bar{
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--ep-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color:rgba(var(--themeColor), 1);
transition: var(--ep-progress-bar-transition);
} .ep-dark-mode-enabled .ep-progress-bar{
background-color:#37854A;
}
.ep-dark-mode-enabled .ep-progress{
--ep-progress-bg: #2B4A33;
}   .ep-spinner {
display: none;
visibility: hidden;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.ep-spinner.ep-is-active{
visibility: visible;
display: inline-block;
}
.ep-spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
} @media (max-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
.ep-col-order-1{
order:1
}
.ep-col-order-2{
order:2
}
}
@media (max-width: 600px){
}
@media (min-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
} @media (min-width: 1080px){
.ep-md-py-4{
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
}
@media (min-width: 1200px){
.ep-lg-py-5{
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
} .emagic a::after {
display: none;
}
.theme-twentytwentytwo .emagic{
display: table;
}
.theme-twentytwentythree .emagic, .theme-twentytwentyfour .emagic{
max-width: 1200px;
width: 100%;
}
.theme-twentytwentytwo .emagic {
width: 100%;
max-width: 1000px;
}
.theme-twentytwenty .entry-content .emagic{
max-width: 120rem !important;
font-family: sans-serif; } .ep-ui-show-on-top {
z-index: 99999 !important;
}
.em-events-gcal img{
margin-right: 10px;
}
.ep-checkout-ticket-quantity-num {
border-right-width: 0px !important;
border-color: var(--ep-btn-border-color) !important;
}
#ep-frontend-event-submission-section input.ep-disabled-input{
background-color: #f0f0f1;
border: 1px solid #ccc;
color: rgba(44, 51, 56, .5);
}
.ep-outline-width-0{
outline-width: 0px !important;
} .ep-popover-wrap{
display: inline-flex;
}
.ep-popover-wrap .ep-popover-icon:hover .ep-popover-info {
display: block !important;
position: absolute;
transform: translate(0, 10px);
background: #fff;
padding: 6px 8px;
width: 200px;
border-radius: 6px;
left: -1.5em;
font-weight: normal;
z-index: 99999;
border: 1px solid rgba(0, 0, 0, 0.175);
line-height: 18px;
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub{
position: absolute;
top: -9px;
left: 22px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(0, 0, 0, 0.175);
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub:after{
content: "";
position: absolute;
top: 2px;
left: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
}  .theme-coral-dark .emagic textarea{
min-height: auto !important;
background-color: rgb(var(--ep-white-color));
}
.theme-coral-dark .emagic .select2-container--classic .select2-selection--multiple{
background-color: rgb(var(--ep-white-color));
}  #ep_gdpr_modal{
display: none;
}
#ep_gdpr_modal.ep_gdpr_modal_active{
} #ep-gdpr-badge{
cursor: pointer;
}
ul.ep-gdpr-modal-content {
margin-left: 8px;
padding: 0px;
width: 90%;
}
#ep-gdpr-modal-content li {
position: relative;
padding: 12px 12px 12px 48px;
font-size: 15px;
line-height: 1.6;
list-style: none;
margin: 8px auto;
}
#ep-gdpr-modal-content li::before {
content: "✔";
position: absolute;
left: 1em;
top: 50%;
transform: translateY(-50%);
font-size: 1em;
color: rgba(var(--themeColor), 1);
background: #fff;
border-radius: 50%;
width: 27px;
height: 27px;
text-align: center;
padding: 1.5px 4.5px;
box-shadow: 0 0 0 1px rgba(var(--themeColor), 1);
box-sizing: border-box;
}
#ep-gdpr-modal-content li::marker{
display: none;
}
.ep_gdpr_modal_wrap a.ep-modal-close{
box-shadow:none !important;
}
.ep_gdpr_modal_wrap a.ep-modal-close:focus{
outline:0px !important;
box-shadow:none !important;
} .ep-cookie-banner {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
max-width: 720px;
margin: 0 auto;
background: #fff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 16px 20px;
z-index: 99999;
font-family: "Inter", sans-serif;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
animation: fadeInUp 0.3s ease-in-out;
}
.ep-cookie-banner .ep-cookie-banner-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-text {
font-size: 14px;
color: #2d3748;
flex: 1 1 auto;
}
.ep-cookie-banner .ep-cookie-actions {
display: flex;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-btn {
padding: 8px 16px;
border-radius: 6px;
border: none;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.ep-cookie-banner .ep-cookie-accept {
background-color: rgba(var(--themeColor), 1);
}
.ep-cookie-banner .ep-cookie-accept:hover {
background-color: rgba(var(--themeColor), 0.9);
}
.ep-cookie-banner .ep-cookie-decline {
background-color: #edf2f7;
color: #4a5568;
}
.ep-cookie-banner .ep-cookie-decline:hover {
background-color: #e2e8f0;
color: #4a5568;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .ep_checkout_attendee-term-content{}@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.sgstudents.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons.woff2) format("woff2"), url(//www.sgstudents.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons.woff) format("woff");
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}
@font-face {
font-family: "Material Icons Outlined";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.sgstudents.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-outlined.woff2) format("woff2"), url(//www.sgstudents.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-outlined.woff) format("woff");
}
.material-icons-outlined {
font-family: "Material Icons Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}
@font-face {
font-family: "Material Icons Round";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.sgstudents.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-round.woff2) format("woff2"), url(//www.sgstudents.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-round.woff) format("woff");
}
.material-icons-round {
font-family: "Material Icons Round";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}.jq-toast-wrap.top-right {z-index: 99999 !important;}.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}.emagic * {
box-sizing: border-box;
}
.emagic a {
text-decoration: none !important;
box-shadow: none !important;
}
.emagic a:hover{
opacity: 1
}
html.ep-embed-responsive .emagic{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 14px;
font-size: var(--themefontsize);
line-height: 1.8;
}
:root { --ep-light-color: 248,249,250;
--ep-dark-color: 33,37,41;
--ep-white-color: 255,255,255;
--ep-black-color: 0,0,0;
--ep-border-color: #dee2e6;
--ep-border-color-rgb: 222,226,230;
--ep-border-light-color: #e8e8e8;
--ep-border-green-color: #cbf9d6;
--ep-default-color: #1a202c;
--ep-body-color: #212529;
--ep-border-opacity-color :rgb(34 113 177 / 50%);
--ep-warning-color: 255,193,7;
--ep-warning-text: #997404;
--ep-warning-bg-subtle: #fff3cd;
--ep-warning-border-subtle: #ffe69c;
--ep-success-color: 25,135,84;
--ep-danger-color: 220,53,69;
--ep-lightgreen-color: 42,175,74;
--ep-dark-bg: 33,37,41;
--ep-transparent-bg:transparent;
--ep-transparent-border:transparent;
--ep-secondary-rgb: 108,117,125;  --ep-border-radius: 0.375rem;
--ep-border-radius-sm: 0.25rem;
--ep-border-radius-lg: 0.5rem;
--ep-border-radius-2xl: 2rem;
--ep-border-radius-pill: 50rem;  --ep-modal-width: 800px; } .ep-dark-mode-enabled {
--ep-white-color:38, 38, 38;
--ep-border-color-rgb: 58, 58, 58;
--ep-border-color:#4D4C4D;
--ep-default-color: #fff;
--ep-dark-color :96,96,96;
--ep-light-color: 58, 58, 58;
--ep-dark-bg: 58, 58, 58;
}
.ep-dark-mode-enabled .ep-list-group{
--ep-list-group-bg: 38, 38, 38; }
.ep-dark-mode-enabled .ep-list-group-item{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-list-group-bg), var(--ep-bg-opacity)) !important;
}  .ep-pe-none {
pointer-events: none!important;
}
.ep-cursor{
cursor: pointer;
}
.ep-cursor-move{
cursor: move;
}
.ep-text-decoration-none{
text-decoration: none;
}
.ep-desc-truncate {
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}  .ep-alert {
--ep-alert-bg: transparent;
--ep-alert-padding-x: 1rem;
--ep-alert-padding-y: 1rem;
--ep-alert-margin-bottom: 1rem;
--ep-alert-color: inherit;
--ep-alert-border-color: transparent;
--ep-alert-border: var(--ep-border-width) solid var(--ep-alert-border-color);
--ep-alert-border-radius: 0.375rem;
--ep-alert-link-color: inherit;
position: relative;
padding: var(--ep-alert-padding-y) var(--ep-alert-padding-x);
margin-bottom: var(--ep-alert-margin-bottom);
color: var(--ep-alert-color);
background-color: var(--ep-alert-bg);
border: var(--ep-alert-border);
border-radius: var(--ep-alert-border-radius);
}
.ep-alert-warning {
--ep-alert-color: var(--ep-warning-text);
--ep-alert-bg: var(--ep-warning-bg-subtle);
--ep-alert-border-color: var(--ep-warning-border-subtle);
--ep-alert-link-color: var(--ep-warning-text);
}
.ep-alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}  .ep-button-text{
padding: 0px;
margin: 0px;
color: inherit;
font-weight: normal;
font-size: 0.8rem;
box-shadow: none;
cursor: pointer
}
.ep-button-text:focus{
outline: 0px;
}  .emagic .ep-btn {
--ep-btn-font-size: 1rem;
--ep-border-width:1px;
--ep-btn-bg: transparent;
--ep-btn-padding-x: 0.75rem;
--ep-btn-padding-y: 0.375rem;
--ep-btn-border-color: transparent;
--ep-btn-line-height: 1.5;
--ep-btn-font-weight: 400;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
font-size: var(--ep-btn-font-size);
font-weight: var(--ep-btn-font-weight);
line-height: var(--ep-btn-line-height);
color: var(--ep-btn-color) !important;
text-align: center;
user-select: none;
line-height: 1.75;
text-transform: capitalize;
border-radius: 0.375rem !important;
outline: 0;
margin: 0;
height: auto;
min-width: auto;
display: inline-block;
padding: var(--ep-btn-padding-y) var(--ep-btn-padding-x);
border: var(--ep-border-width) solid var(--ep-btn-border-color);
background-color: var(--ep-btn-bg);
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
box-shadow: none !important;
}
.emagic .ep-btn:hover {
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg);
border-color: var(--ep-btn-hover-border-color);
}
.ep-btn-check:checked+.ep-btn, .ep-btn.active, .ep-btn:first-child:active, :not(.ep-btn-check)+.ep-btn:active {
color: var(--ep-btn-active-color) !important;
background-color: var(--ep-btn-active-bg)!important;
border-color: var(--ep-btn-active-border-color)!important;
}
.emagic .ep-btn-sm {
--ep-btn-padding-y: 0.25rem;
--ep-btn-padding-x: 0.5rem;
--ep-btn-font-size: 0.875rem;
--ep-btn-border-radius: 0.25rem;
} .emagic .ep-btn-primary {
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 1);
}
.emagic .ep-btn-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color:rgba(var(--themeColor), 0.95);
} .emagic .ep-btn-outline-primary {
--ep-btn-color: rgba(var(--themeColor), 1);
--ep-btn-border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-primary:hover{
color: rgba(var(--ep-white-color), 1) !important;
background-color: rgba(var(--themeColor), 1)!important;
border-color: rgba(var(--themeColor), 1);
}
.emagic .ep-btn-outline-danger {
--ep-btn-color: rgba(var(--ep-danger-color), 1);
--ep-btn-border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-danger:hover{
color: rgba(var(--ep-white-color), 1);
background-color: rgba(var(--ep-danger-color), 1);
border-color: rgba(var(--ep-danger-color), 1);
}
.emagic .ep-btn-outline-secondary {
--ep-border-width:2px;
--ep-btn-border-color: var(--ep-border-color);
}
.emagic .ep-btn-outline-secondary:hover {
}  .emagic .ep-btn-outline-dark {
--ep-btn-color: #212529;
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #212529;
--ep-btn-hover-border-color: #212529;
--ep-btn-focus-shadow-rgb: 33,37,41;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #212529;
--ep-btn-active-border-color: #212529;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #212529;
--ep-btn-disabled-bg: transparent;
--ep-btn-disabled-border-color: #212529;
--ep-gradient: none;
}
.emagic .ep-btn-dark {
--ep-btn-color: rgba(var(--ep-white-color), 1);
--ep-btn-bg: rgba(var(--ep-dark-color), 1);
--ep-btn-border-color: rgba(var(--ep-dark-color), 1);
--ep-btn-hover-color: rgba(var(--ep-white-color), 1);
--ep-btn-hover-bg: #424649;
--ep-btn-hover-border-color: #373b3e;
--ep-btn-focus-shadow-rgb: 66,70,73;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #4d5154;
--ep-btn-active-border-color: #373b3e;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #212529;
--ep-btn-disabled-border-color: #212529;
} .ep-dark-mode-enabled .emagic .ep-btn-dark {
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark:hover {
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-dark {
--ep-btn-top-color: #424242;
--ep-btn-bottom-color: #383838;
--ep-btn-border-color: #595959;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
--ep-btn-hover-border-color: #595959;
} .emagic .ep-btn-light {
--ep-btn-color: #000;
--ep-btn-bg: #f8f9fa;
--ep-btn-border-color: #f8f9fa;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #d3d4d5;
--ep-btn-hover-border-color: #c6c7c8;
--ep-btn-focus-shadow-rgb: 211,212,213;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #c6c7c8;
--ep-btn-active-border-color: #babbbc;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #f8f9fa;
--ep-btn-disabled-border-color: #f8f9fa;
}
.emagic .ep-btn-warning {
--ep-btn-color: #000;
--ep-btn-bg: #ffc107;
--ep-btn-border-color: #ffc107;
--ep-btn-hover-color: #000;
--ep-btn-hover-bg: #ffca2c;
--ep-btn-hover-border-color: #ffc720;
--ep-btn-focus-shadow-rgb: 217,164,6;
--ep-btn-active-color: #000;
--ep-btn-active-bg: #ffcd39;
--ep-btn-active-border-color: #ffc720;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #000;
--ep-btn-disabled-bg: #ffc107;
--ep-btn-disabled-border-color: #ffc107;
}
.ep-dark-mode-enabled .emagic .ep-btn-warning{
background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:hover{
background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}
.ep-dark-mode-enabled .emagic .ep-btn-warning:active{
}
.ep-dark-mode-enabled .emagic .ep-btn-warning {
--ep-btn-top-color: #AD8200;
--ep-btn-bottom-color: #997300;
--ep-btn-border-color: #CC9900;
--ep-btn-hover-border-color: #CC9900;
--ep-btn-color: #fff;
--ep-btn-hover-color: #fff;
--ep-btn-active-color: #fff;
}
.emagic .ep-btn-danger {
--ep-btn-color: #fff;
--ep-btn-bg: #dc3545;
--ep-btn-border-color: #dc3545;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #bb2d3b;
--ep-btn-hover-border-color: #b02a37;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #b02a37;
--ep-btn-active-border-color: #a52834;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #dc3545;
--ep-btn-disabled-border-color: #dc3545;
}
.emagic .ep-btn-green {
--ep-btn-color: #fff;
--ep-btn-bg: #2AAF4A;
--ep-btn-border-color: #2AAF4A;
--ep-btn-hover-color: #fff;
--ep-btn-hover-bg: #3abc59;
--ep-btn-hover-border-color: #2ead4c;
--ep-btn-focus-shadow-rgb: 225,83,97;
--ep-btn-active-color: #fff;
--ep-btn-active-bg: #2ead4c;
--ep-btn-active-border-color: #2ead4c;
--ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--ep-btn-disabled-color: #fff;
--ep-btn-disabled-bg: #2AAF4A;
--ep-btn-disabled-border-color: #2AAF4A;
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.ep-btn.disabled, .ep-btn:disabled, fieldset:disabled .ep-btn {
pointer-events: none;
opacity: .65;
} .ep-box-dropdown{
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 14%);
border: 1px solid var(--ep-border-color);
border-radius: var(--ep-border-radius);
background-color: #fff;
position: absolute;
top: 40px;
z-index: 9999;
width: 200px;
padding: 16px 20px 24px;
}
.ep-box-dropdown-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: -1;
background-color: rgb(0 0 0 / 0%);
}   .ep-button-text-color {
color:var(--ep-default-color);
}
.ep-btn-text-fill-color {
fill:var(--ep-default-color);
}
.ep-text-warning {
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
}
.ep-text-danger {
--ep-text-opacity: 1;
color: rgba(var(--ep-danger-color),var(--ep-text-opacity))!important;
}
.ep-text-success {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}  .ep-bg-light {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-light-color),var(--ep-bg-opacity))!important;
}
.ep-bg-dark {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-dark-bg),var(--ep-bg-opacity))!important;
}
.ep-bg-success {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-success-color),var(--ep-bg-opacity))!important;
}
.ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity));
}
.ep-dark-mode-enabled .ep-bg-white {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity))!important;
}
.ep-bg-warning {
background-color:rgba(var(--ep-warning-color));
}
.ep-bg-danger {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-danger-color),var(--ep-bg-opacity))!important;
}
.ep-bg-light-green{
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-lightgreen-color),var(--ep-bg-opacity))!important;
}
.ep-bg-primary {
--ep-bg-opacity: 1;
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
}
.ep-bg-secondary {
--ep-bg-opacity: 1;
background-color: rgba(var(--ep-secondary-rgb),var(--ep-bg-opacity))!important;
}
.ep-transparent-bg{
background-color:var(--ep-transparent-bg)!important;
}  .ep-bg-opacity-10 {
--ep-bg-opacity: 0.1;
}
.ep-bg-opacity-6 {
--ep-bg-opacity: 0.6;
}
.ep-bg-opacity-4 {
--ep-bg-opacity: 0.4;
}
.ep-bg-opacity-3 {
--ep-bg-opacity: 0.3;
}  .emagic .ep-border,
.ep-blocks .ep-border,
.ep-widgets .ep-border{
--ep-border-opacity: 1;
--ep-border-width: 1px;
--ep-border-style: solid;
border: var(--ep-border-width) var(--ep-border-style) rgba(var(--ep-border-color-rgb),var(--ep-border-opacity))!important;
}
.emagic .ep-border-primary {
--ep-border-opacity: 1;
border-color: rgba(var(--themeColor),var(--ep-border-opacity))!important;
}
.emagic .ep-transparent-border{
border-color:var(--ep-transparent-border)!important;
}
.ep-border-0 {
border: 0px !important;
}
.ep-border-2 {
border: 2px solid var(--ep-border-color);
}
.ep-border-1 {
border: 1px solid var(--ep-border-color);
}
.ep-border-top {
border-top: 1px solid var(--ep-border-color);
}
.ep-border-bottom {
--ep-border-width: 1px;
border-bottom: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-left {
--ep-border-width: 1px;
border-left: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-border-right {
--ep-border-width: 1px;
border-right: var(--ep-border-width) solid var(--ep-border-color)!important;
}
.ep-rounded {
border-radius: var(--ep-border-radius);
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-5{
border-radius:  var(--ep-border-radius-2xl)
}
.ep-rounded-circle {
border-radius: 50%!important;
}
.ep-rounded-pill {
border-radius: var(--ep-border-radius-pill)!important;
}
.ep-rounded-1{
border-radius:  var(--ep-border-radius-sm)
}
.ep-rounded-top {
border-top-left-radius: var(--ep-border-radius)!important;
border-top-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-bottom {
border-bottom-left-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbr-right {
border-top-right-radius: var(--ep-border-radius)!important;
border-bottom-right-radius: var(--ep-border-radius)!important;
}
.ep-rounded-tbl-right {
border-top-left-radius: var(--ep-border-radius)!important;
border-bottom-left-radius: var(--ep-border-radius)!important;
}
.ep-border-opacity-50 {
border-bottom: 2px solid var(--ep-border-opacity-color);
}
.ep-border-warning {
--ep-border-opacity: 1;
border-color: rgba(var(--ep-warning-color),var(--ep-border-opacity))!important;
}
.ep-border-3 {
--ep-border-width: 3px;
}
.ep-border-2 {
--ep-border-width: 2px;
}
.ep-border-1 {
--ep-border-width: 1px;
}
.ep-border-light {
border-color:var(--ep-border-light-color)!important;
}
.ep-border-green {
border-color:var(--ep-border-green-color)!important;
}
.emagic .ep-border-top-0 {
border-top: 0!important;
}  .emagic .ep-bg-opacity-10 {
--ep-border-opacity: 0.1;
}
.emagic .ep-border-opacity-4 {
--ep-border-opacity: 0.4;
} .ep-img-fluid {
max-width: 100%;
height: auto;
}
.ep-white-space {
white-space: nowrap;
}
.ep-white-space-normal{
white-space: normal;
} .ep-text-primary {
color: rgba(var(--themeColor), 1)!important;
}
.ep-text-white{
--ep-text-opacity: 1;
color: rgba(var(--ep-white-color),var(--ep-text-opacity))!important;
}
.ep-text-muted {
opacity: 1;
color: #6c757d!important;
}
.ep-dark-mode-enabled .ep-text-muted{
color: #757575!important;
}
.ep-text-dark {
opacity: 1;
color: #212529!important;
}
.ep-text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .ep-dark-mode-enabled .ep-text-dark {
opacity: 1;
color: #fff!important;
} .ep-text-small{
font-size: .900em !important;
}
.ep-text-smaller{
font-size: .850em !important;
}
.ep-fw-bold {
font-weight: 700!important;
}
.ep-fw-normal {
font-weight: 400!important;
}
.ep-text-uppercase {
text-transform: uppercase!important;
}
.ep-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ep-content-truncate {
--ep-line-clamp: 5;
-webkit-line-clamp:  var(--ep-line-clamp);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ep-content-truncate-line-3{
--ep-line-clamp: 3;
}
.ep-content-truncate-line-4{
--ep-line-clamp: 4;
}
.ep-content-truncate-line-5{
--ep-line-clamp: 5;
}
.ep-fs-6 {
font-size: 1rem!important;
}
.ep-fs-5 {
font-size: 1.25rem!important;
}
.ep-fs-4 {
font-size: 1.5rem!important;
}
.ep-fs-3 {
font-size: 1.75rem!important;
}
.ep-fs-2 {
font-size: 2rem!important;
}
.ep-fs-1 {
font-size: 2.5rem!important;
}
body .emagic .h1,
body .emagic .h2,
body .emagic .h3,
body .emagic .h4,
body .emagic .h5,
body .emagic.h6,
body .emagic h1,
body .emagic h2,
body .emagic h3,
body .emagic h4,
body .emagic h5,
body .emagic h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
font-style: normal;
}  .ep-img-100{
width:100%;
height: 100%;
}  .ep-box-h-100{
height: 100%!important;
}
.ep-box-w-25{
width: 25%!important;
}
.ep-box-w-50{
width: 50%!important;
}
.ep-box-w-75{
width: 75%!important;
}
.ep-box-w-100{
width: 100%!important;
}  .ep-position-relative {
position: relative!important;
}
.ep-position-absolute {
position: absolute!important;
}
.ep-z-index {
z-index: 999
}
.ep-z-index-1 {
z-index: 1 !important ;
}
.ep-z-index-2 {
z-index: 2!important;
}
.ep-z-index-3 {
z-index: 3 !important;
}  .ep-pb-2 {
padding-bottom: 0.5rem!important;
}
.ep-pb-3 {
padding-bottom: 1rem!important;
}
.ep-p-3 {
padding: 1rem!important;
}
.ep-p-1 {
padding: 0.25rem!important;
}
.ep-p-2{
padding: 0.5rem!important;
}
.ep-p-4{
padding: 1.5rem!important;
}
.ep-p-5{
padding: 3rem!important;
}
.ep-py-3 {
padding: 1rem 0rem;
}
.ep-py-4 {
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
.ep-py-5 {
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
.ep-py-2 {
padding-top: 0.5rem!important;
padding-bottom: 0.5rem!important;
}
.ep-pr-2{
padding-right: 0.5rem!important;
}
.ep-pr-4{
padding-right: 1.5rem!important;
}
.ep-pr-0{
padding-right: 0!important;
}
.ep-pl-0{
padding-left: 0!important;
}
.ep-pl-1 {
padding-left: 0.25rem!important;
}
.ep-pl-2 {
padding-left: 0.5rem!important;
}
.ep-pt-2 {
padding-top: 0.5rem!important;
}
.ep-pt-4 {
padding-top: 1.5rem!important;
}
.ep-px-4 {
padding-right: 1.5rem!important;
padding-left: 1.5rem!important;
}
.ep-px-1 {
padding-right: 0.25rem!important;
padding-left: 0.25rem!important;
}
.ep-px-2 {
padding-left: 0.5rem!important;
padding-right: 0.5rem!important;
}
.ep-px-3 {
padding-left: 1rem!important;
padding-right: 1rem!important;
}
.ep-p-0{
padding: 0px !important;
}
.ep-px-0{
padding-right: 0!important;
padding-left: 0!important
}
.ep-py-0{
padding-top: 0!important;
padding-bottom: 0!important
}
.ep-ps-3 {
padding-left: 1rem!important;
}
.ep-pe-3 {
padding-right: 1rem!important;
}
.ep-box-pl-0, .ep-box-px-0 {
padding-left: 0!important;
}
.ep-box-pr-0, .ep-box-px-0 {
padding-right: 0!important;
}
.ep-box-py-0 {
padding-top: 0!important;
padding-bottom: 0!important;
}
.ep-py-1{
padding-top: 0.25rem!important;
padding-bottom: 0.25rem!important;
}
.ep-box-px-0 {
padding-left: 0!important;
padding-right: 0!important;
}
.ep-pt-3 {
padding-top: 1rem ;
}  .ep-mb-5 {
margin-bottom: 3rem!important;
}
.ep-mb-3 {
margin-bottom: 1rem!important;
}
.ep-mb-4 {
margin-bottom: 1.5rem!important;
}
.ep-mb-0 {
margin-bottom: 0rem!important;
}
.ep-mt-4 {
margin-top: 1.5rem!important;
}
.ep-mt-5 {
margin-top: 3rem!important;
}
.ep-mt-6 {
margin-top: 3.5rem!important;
}
.ep-mt-7 {
margin-top: 4rem!important;
}
.ep-mt-3 {
margin-top: 1rem!important;
}
.ep-mt-1 {
margin-top: 0.25rem!important;
}
.ep-mt-2 {
margin-top: 0.5rem!important;
}
.ep-mb-2 {
margin-bottom: 0.5rem!important;
}
.ep-m-2 {
margin: 0.5rem!important;
}
.ep-m-3 {
margin: 1rem!important;
}
.ep-m-0{
margin: 0px !important;
}
.ep-ml-2{
margin-left: 0.5rem!important;
}
.ep-ml-3{
margin-left: 1rem!important;
}
.ep-ml-4{
margin-left: 1.5rem!important;
}
.ep-mr-4{
margin-right: 1.5rem!important;
}
.ep-mr-3{
margin-right: 1rem!important;
}
.ep-mx-2{
margin-left: 0.5rem!important;
margin-right: 0.5rem!important;
}
.ep-mx-3{
margin-left: 1rem!important;
margin-right: 1rem!important;
}
.ep-mr-2{
margin-right: 0.5rem!important;
}
.ep-mr-1{
margin-right: 0.25rem!important;
}
.ep-ml-1{
margin-left: 0.25rem!important;
}
.ep-my-1{
margin-top: 0.25rem!important;
margin-bottom: 0.25rem!important;
}
.ep-my-2{
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}
.ep-my-3{
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.ep-my-4{
margin-top: 1.5rem!important;
margin-bottom: 1.5rem!important;
}
.ep-my-5{
margin-top: 2rem!important;
margin-bottom: 2rem!important;
}
.ep-mx-0{
margin-left: 0rem!important;
margin-right: 0rem!important;
}
.ep-my-0{
margin-top: 0rem!important;
margin-bottom: 0rem!important;
}
.ep-mt-auto{
margin-top: auto;
}
.ep-mx-auto{
margin-left: auto !important;
margin-right: auto!important;
}
.ep-my-auto{
margin-top: auto !important;
margin-bottom: auto!important;
}
.ep-mb-auto{
margin-bottom: auto;
}
.ep-box-ml-0, .ep-box-mx-0 {
margin-left: 0!important;
}
.ep-box-mr-0, .ep-box-mx-0 {
margin-right: 0!important;
}  .ep-list-group {
--ep-list-group-color: #212529;
--ep-list-group-bg: #fff;
--ep-list-group-border-color: rgba(0, 0, 0, 0.125);
--ep-list-group-border-width: 1px;
--ep-list-group-border-radius: 0.375rem;
--ep-list-group-item-padding-x: 1rem;
--ep-list-group-item-padding-y: 0.5rem;
--ep-list-group-action-color: #495057;
--ep-list-group-action-hover-color: #495057;
--ep-list-group-action-hover-bg: #f8f9fa;
--ep-list-group-action-active-color: #212529;
--ep-list-group-action-active-bg: #e9ecef;
--ep-list-group-disabled-color: #6c757d;
--ep-list-group-disabled-bg: #fff;
--ep-list-group-active-color: #fff;
--ep-list-group-active-bg: #0d6efd;
--ep-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--ep-list-group-border-radius);
}
.ep-list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.ep-list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.emagic .ep-list-group-item {
--ep-bg-opacity: 0.25;
position: relative;
display: block;
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
color: var(--ep-list-group-color);
text-decoration: none;
background-color: rgba(var(--ep-white-color), var(--ep-bg-opacity));
border: var(--ep-list-group-border-width) solid var(--ep-list-group-border-color);
margin: 0px !important;
}
.emagic .ep-list-group-item+.ep-list-group-item {
border-top-width: 0 !important;
}
.ep-list-group-item:hover{
background-color: rgba(var(--themeColor), 0.1);
}
.ep-list-group-item .ep-tab-link.ep-tab-active{
--ep-bg-opacity: 1;
z-index: 2;
color: var(--ep-list-group-active-color);
background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
border-color: var(--ep-list-group-active-border-color);
display: block;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item.ep-tab-item {
padding:0px !important;
}
.ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
display: block;
box-shadow: none;
text-decoration: none;
}  .ep-dark-mode-enabled .ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
--ep-bg-opacity: 0.2;
}  .ep-items-center {
align-items: center!important;
}
.ep-align-items-center {
align-items: center!important;
}
.ep-items-end {
align-items: flex-end!important;
}
.ep-items-start {
align-items: flex-start!important;
}
.ep-content-center{
justify-content: center!important;
}
.ep-content-left{
justify-content: flex-start !important;
}
.ep-content-right{
justify-content: flex-end!important;
}
.ep-justify-content-between {
justify-content: space-between;
}
.ep-justify-content-end {
justify-content: flex-end!important;
}
.ep-justify-content-center {
justify-content: center!important;
}
.ep-align-right{
text-align: right;
}
.ep-text-start {
text-align: left!important;
}
.ep-text-end {
text-align: right;
}
.ep-text-center {
text-align: center!important;
}
.ep-align-middle {
vertical-align: middle!important;
}
.ep-align-top {
vertical-align: top!important;
}
.ep-align-bottom {
vertical-align: bottom!important;
}  .ep-item-hide{
display:none
}
.ep-d-none{
display:none
}
.ep-d-inline-block {
display: inline-block!important;
}  .ep-overflow-hidden {
overflow: hidden!important;
}
.ep-overflow-auto {
overflow: auto!important;
}
.ep-overflow-visible {
overflow: visible!important;
}
.ep-overflow-scroll {
overflow: scroll!important;
}
.ep-overflow-x-hidden{
overflow-x: hidden!important;
} .ep-flex-wrap{
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.ep-inline-block{
display: inline-block;
}
.ep-d-flex {
display: flex;
}
.ep-flex-1{
flex: 1;
}
.ep-d-inline-flex {
display: inline-flex;
}
.ep-di-flex {
display: inline-flex;
}
.ep-box-direction {
flex-direction: column;
}
.ep-flex-column {
flex-direction: column!important;
}
.ep-flex-row-reverse {
flex-direction: row-reverse!important;
}
.ep-justify-content-between {
justify-content: space-between!important;
}
.ep-shadow {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.ep-shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.ep-object-cover-fit{
object-fit: cover;
}
.ep-lh-0 {
line-height: 0!important;
}
.ep-lh-1 {
line-height: 1!important;
}
.ep-lh-2 {
line-height: 2!important;
}
.ep-lh-sm {
line-height: 1.25!important;
}
.ep-lh-base {
line-height: 1.5!important;
}
.ep-lh-lg {
line-height: 2!important;
}
.ep-box-wrap{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
background: none;
}
.ep-box-row{
--ep-gutter-x: 1.5rem;
--ep-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--ep-gutter-y));
margin-right: calc(-.5 * var(--ep-gutter-x));
margin-left: calc(-.5 * var(--ep-gutter-x));
}
.ep-box-row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--ep-gutter-x) * .5);
padding-left: calc(var(--ep-gutter-x) * .5);
margin-top: var(--ep-gutter-y);
}
.ep-box-col-1,
.ep-box-col-2,
.ep-box-col-3,
.ep-box-col-4,
.ep-box-col-5,
.ep-box-col-6,
.ep-box-col-7,
.ep-box-col-8,
.ep-box-col-9,
.ep-box-col-10,
.ep-box-col-11,
.ep-box-col-12,
.ep-box-col-left-2,
.ep-box-col-right-10{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 540px){ .ep-xsm-text-start {
text-align: left!important;
}
.ep-xsm-text-end {
text-align: right;
}
.ep-xsm-text-center {
text-align: center!important;
}
}
@media (min-width:360px){
.ep-box-col-xsm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-xsm-10{
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
}
@media (min-width: 767px){
.ep-box-col-sm-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-sm-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-sm-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-sm-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-sm-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-sm-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
#ep-event-organizers-loader-section .ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#ep-event-organizers-loader-section .ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
#ep-event-organizers-loader-section .ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
} .ep-sm-text-center {
text-align: center!important;
}
}
.ep-event-organizers-colored_grid-container .ep-organizer-colored_grid-wrap{
padding-left: 1rem !important;
padding-right: 1rem !important;
}
@media (min-width: 992px){
.ep-box-col-md-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
} @media (max-width: 1068px){
.ep-justify-content-between-sm{
justify-content: space-between !important;
}
.ep-user-booking-btn-section{
margin-bottom: 1rem;
}
.ep-checkout-cart-section {
margin-top: 10px;
}
.ep-buy-ticket-section, .ep-profile-coming-up-section{
margin-bottom: 2rem;
}
.ep-booking-payment-option-button-container{
justify-content: center !important;
}
.ep-user-coming-up-section{
margin-left: 1rem;
}
} @media (min-width: 1068px){
.ep-box-col-1{
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.ep-box-col-2{
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.ep-box-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-box-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-box-col-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.ep-box-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.ep-box-col-7 {
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.ep-box-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.ep-box-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.ep-box-col-10 {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.ep-box-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.ep-box-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} .ep-box-col-left-2 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.ep-box-col-right-10 {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
} }
@media (min-width: 768px){
.ep-box-col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.ep-flex-row-reverse-md{
flex-direction: row-reverse!important;
}
}
.ep-box-col {
-ms-flex: 0 0 0%;
flex: 1 0 0%;
max-width: 100%;
}
.ep-box-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.ep-box-row-cols-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.ep-box-row-cols-4>* {
flex: 0 0 auto;
width: 25%;
} .ep-g-5, .ep-gy-5 {
--ep-gutter-y: 3rem;
}
.ep-g-5, .ep-gx-5 {
--ep-gutter-x: 3rem;
}
.ep-g-4, .ep-gy-4 {
--ep-gutter-y: 1.5rem;
}
.ep-g-4, .ep-gx-4 {
--ep-gutter-x: 1.5rem;
}
.ep-g-3, .ep-gy-3 {
--ep-gutter-y: 1rem;
}
.ep-g-3, .ep-gx-3 {
--ep-gutter-x: 1rem;
}  .ep-card-col-3,
.ep-card-col-4,
.ep-card-col-6,
.ep-card-col-12
{
position: relative;
width: 100%;
min-height: 1px;
}
@media (min-width: 650px){
.ep-card-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.ep-card-col-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.ep-card-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}    .ep-nav-pills,
.ep-nav-tabs {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.ep-nav-pills .ep-tab-active {
background-color: rgba(var(--themeColor), 1);
color: rgba(var(--ep-white-color),1) !important;
}
.ep-tab-link.ep-tab-active{
padding: 0px;
margin: 0px
}
.ep-nav-pills .ep-tab-item .ep-tab-link,
.ep-nav-tabs .ep-tab-item .ep-tab-link{
padding: 0.5rem 1rem;
border-radius: var(--ep-border-radius);
box-shadow: none;
display: inline-flex;
box-shadow: none;
} .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #495057;
background-color: rgba(var(--ep-white-color), 1);
border-color: var(--ep-border-color);
border-bottom: 1px solid rgba(var(--ep-white-color), 1);
} .ep-dark-mode-enabled .ep-nav-tabs .ep-tab-link.ep-tab-active {
color: #fff;
} .ep-nav-tabs .ep-tab-link{
margin-bottom: -1px !important;
background: 0 0;
border: 1px solid transparent;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0px !important;
}
.ep-nav-tabs .ep-tab-link:focus{
outline: 0px;
}
.ep-nav-tabs {
border-bottom: 1px solid var(--ep-border-color);
}  .ep-btn-group{
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-check {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-outline-secondary:active {
}
.ep-btn-check:checked+.ep-btn-outline-secondary:before{
font-family: 'Material Icons Outlined';
content: "\e876";
position: absolute;
top: -8px;
left: -5px;
font-size: 1.25rem!important;
--ep-text-opacity: 1;
color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
background-color: #fff;
line-height: 16px;
border-radius:  var(--ep-border-radius-sm)
} .ep-dark-mode-enabled .ep-btn-check:checked+.ep-btn-outline-secondary:before{
background-color: #424242;
} .ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>.ep-btn:not(:first-child) {
margin-left: 3px;
}
.ep-btn-group>.ep-btn {
position: relative;
flex: 1 1 auto;
line-height: 1;
}
.ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #fff !important;
}
.ep-dark-mode-enabled .ep-btn-group input[type="number"] {
margin: 0px !important;
background-color: #333 !important;
}  .ep-btn-group {
border-radius: 0.375rem;
}
.ep-btn-group, .ep-btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.ep-btn-group>.ep-btn-group:not(:last-child)>.ep-btn, .ep-btn-group>.ep-btn.dropdown-toggle-split:first-child,
.ep-btn-group>.ep-btn:not(:last-child):not(.ep-dropdown-toggle) {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ep-btn-group>.ep-btn-group:not(:first-child)>.ep-btn, .ep-btn-group>.ep-btn:nth-child(n+3),
.ep-btn-group>:not(.ep-btn-check)+.ep-btn {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}  body.ep-modal-open-body {
overflow: hidden;
padding-right: 15px;
}
.ep-modal {
--ep-modal-margin: 1.75rem;
--ep-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--ep-modal-padding: 1rem;
}
.ep-modal-view {
position: fixed;
width: 100%;
top: 0px;
height: 100%;
z-index: 99999;
max-height: 100%;
left: 0px;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
background: rgba(0, 0, 0, 0.7);
}
#ep_show_woocommerce_products_popup.ep-modal-view{
height: auto !important;
}
.ep-modal-overlay {
z-index: 1;
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
.ep-modal-wrap{
margin: 1.75rem;
}
.ep-modal-wrap {
width: 100%;
max-width: var(--ep-modal-width); top:0px;
z-index: 9999;
position: relative;
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
margin-right: auto;
margin-left: auto;
height: auto;
}
.ep-modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - var(--ep-modal-margin) * 2);
}
.ep-modal-dialog {
position: relative;
width: auto;
margin: var(--ep-modal-margin);
pointer-events: none;
}
@media (min-width: 576px){
.ep-modal-dialog {
max-width: var(--ep-modal-width);
margin-right: auto;
margin-left: auto;
}
}
.ep-modal-content {
background: #fff;
border-radius: 6px;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
z-index: 9999;
height: 100%;
} .ep-dark-mode-enabled .ep-modal-content, .ep-dark-mode-enabled .ep-modal-body{
background: #333;
}
.ep-dark-mode-enabled .emagic .ep-btn-outline-dark{
--ep-btn-color: #fff;
} .ep-modal-body {
background: #fff;
border-radius: 6px;
position: relative;
flex: 1 1 auto;
padding: var(--ep-modal-padding);
}
.ep-modal-lg {
--ep-modal-width: 800px;
}
.ep-modal-xl {
--ep-modal-width: 1140px;
}
.ep-modal-xxl {
--ep-modal-width: 1440px;
}
.ep-modal-titlebar {
position: relative;
width: 100%;
justify-content: space-between; }
.ep-modal-titlebar .ep-modal-close {
font-size: 25px;
padding: 0px 20px 0px 20px;
float: right;
cursor: pointer;
text-decoration: none;
color: #8b8b8b;
position: relative;
z-index: 99
}
.ep-modal-in {
animation: ep-bounceIn 0.8s ease-in forwards;
}
.ep-modal-out {
animation: ep-bounceOut 0.6s ease-out forwards;
}
.ep-modal-overlay-fade-in {
animation: ep-globalSetting-fadeIn 0.3s ease-in forwards;
}
.ep-modal-overlay-fade-out {
animation: ep-globalSetting-fadeOut 0.3s ease-in forwards;
}
@keyframes ep-bounceIn {
0%   {
transform: translateY(-200%) scale(1.5);
opacity:0;
}
30%  {
opacity:1;
}
58%  {
transform: translateY(0) rotate(1deg) scale(1);
opacity: 1
}
72%  {
transform: translateY(-30px) rotate(-1deg);
}
80%  {
transform: translateY(0) rotate(0.5deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}
@keyframes ep-bounceOut {
0%   {
transform: translateY(0);
}
10%  {
transform: translateY(-10px) rotate(-0.5deg);
}
30%  {
transform: translateY(20px) rotate(8deg);
}
70%  {
opacity: 1;
}
90%  {
transform: translateY(300%) translateX(40px) rotate(35deg);
opacity: 0;
}
100% {
display: none;
}
}
@keyframes ep-globalSetting-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes ep-globalSetting-fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}  .emagic .ep-form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
margin: 0px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.emagic .ep-form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.ep-form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.emagic .ep-form-select {
--ep-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
background-image: var(--ep-form-select-bg-img), var(--ep-form-select-bg-icon, none);
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.ep-input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.emagic .ep-input-group>.ep-form-control {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.emagic .ep-input-group>:not(:first-child) {
margin-left: -1px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.emagic .ep-input-group:not(.has-validation)>.ep-dropdown-toggle:nth-last-child(n+3),
.emagic .ep-input-group:not(.has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group .ep-btn {
position: relative;
z-index: 2;
}
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>:not(.ep-btn-check:first-child)+.ep-btn {
margin-left: -1px;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn{
margin-left: -1px !important;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:focus{
border-style: solid;
}
.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:hover{
color: var(--ep-btn-hover-color) !important;
background-color: var(--ep-btn-hover-bg) !important;
border-color: var(--ep-btn-hover-border-color)!important ;
}
.ep-input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.375rem;
}
.ep-input-group:not(.ep-has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu):not(.ep-form-floating){
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ep-input-group-sm>.ep-input-group-text {
padding: 0.25rem 0.5rem;
font-size: .875rem;
border-radius: 0.25rem;
}
.ep-form-range {
width: 100%;
height: 1.5rem;
padding: 0;
} .ep-dark-mode-enabled .emagic .ep-form-control {
background-color: rgba(86,86,86,0.33);
color: #fff;
border: 1px solid rgba(128,128,128,0.5);
}
.ep-dark-mode-enabled .emagic .ep-input-group-text{
border: 1px solid rgba(var(--themeColor), 1);
border: 1px solid rgba(128,128,128,0.5);
}   .ep-invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-feedback {
--ep-text-opacity: 1;
color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}
.ep-error-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.ep-success-message {
width: 100%;
margin-top: 0.25rem;
font-size: .875em;
color: #8CC600;
}  .emagic .ep-table {
--ep-table-color: var(--ep-body-color);
--ep-table-bg: transparent;
--ep-table-border-color: var(--ep-border-color);
--ep-table-accent-bg: transparent;
--ep-table-striped-color: var(--ep-body-color);
--ep-table-striped-bg: rgba(0, 0, 0, 0.05);
--ep-table-active-color: var(--ep-body-color);
--ep-table-active-bg: rgba(0, 0, 0, 0.1);
--ep-table-hover-color: var(--ep-body-color);
--ep-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--ep-table-color);
vertical-align: top;
border-color: var(--ep-table-border-color);
border: 0px;
table-layout: auto;
}
.ep-table-danger {
--ep-table-color: #000;
--ep-table-bg: #f8d7da;
--ep-table-border-color: #dfc2c4;
--ep-table-striped-bg: #eccccf;
--ep-table-striped-color: #000;
--ep-table-active-bg: #dfc2c4;
--ep-table-active-color: #000;
--ep-table-hover-bg: #e5c7ca;
--ep-table-hover-color: #000;
color: var(--ep-table-color);
border-color: var(--ep-table-border-color);
}
.ep-table-hover>tbody>tr:hover>* {
--ep-table-accent-bg: var(--ep-table-hover-bg);
color: var(--ep-table-hover-color);
}
.emagic table.ep-table-borderless>:not(caption)>*>* {
border-width: 0;
}
.emagic table.ep-table-borderless {
border-width: 0;
}
.ep-table>thead {
vertical-align: bottom;
}
.ep-table>tbody {
vertical-align: inherit;
}
.ep-table tbody, .ep-table td, .ep-table tfoot, .ep-table th, .ep-table thead, .ep-table tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
.ep-table>:not(caption)>*>* {
padding: 0.5rem 0.5rem;
background-color: var(--ep-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--ep-table-accent-bg);
}  .ep-sl-other-event-img {
width: 60px;
height: 60px;
object-fit: cover;
background-color: rgba(var(--themeColor), 0.2);
}
#ep_event_edit_booking_page .ep-checkout-img-icon{
background-color: rgba(var(--themeColor), 0.2);
}  .ep-loader-fw-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgb(8 8 8 / 66%);
z-index: 9999;
}
.ep-loader {
width: 48px;
height: 48px;
border: 3px solid rgb(0 0 0 / 8%);
border-radius: 50%;
-webkit-animation: rotation 1s linear infinite;
animation: rotation 1s linear infinite;
margin: 50px auto;
position: absolute;
top: 30%;
left: 40%;
z-index: 9999999;
}
.ep-loader:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50%;
border: 3px solid transparent;
border-bottom-color: rgba(var(--themeColor), 1);
}
.ep-loader-overlay {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: #000;
}
@keyframes rotation {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
} .ep-modal-body.ep-loader-active:after {
content: "";
background-color: transparent;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
} .ep-event-loader {
align-items: flex-start;
background-color: rgb(255 255 255 / 60%);
bottom: 0;
display: flex;
justify-content: center;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
}
.ep-event-loader-circles-wrap {
display: flex;
padding-top: 94px;
}
.ep-event-loader-circle-dot:not(:first-of-type) {
margin-left: 8px;
}
.ep-event-loader svg:not(:root) {
overflow: hidden;
}
.ep-event-loader .ep-event-loader-circle-icon {
color: rgba(var(--themeColor), 1);
}
.ep-event-loader .ep-event-loader-circle-dot {
width: 15px;
}
.ep-event-loader .ep-event-loader-circle-dot circle {
animation-direction: normal;
animation-duration: 2.24s;
animation-iteration-count: infinite;
animation-name: epLoader;
fill: currentColor;
opacity: 0.07;
}
.ep-event-loader .ep-event-loader-first circle {
animation-delay: .45s;
}
.ep-event-loader .ep-event-loader-second circle {
animation-delay: 1.05s;
}
.ep-event-loader .ep-event-loader-third circle {
animation-delay: 1.35s;
}
@keyframes epLoader {
50% {
opacity: 1;
}
}  .ep-progress {
--ep-progress-height: 4px;
--ep-progress-font-size: 0.75rem;
--ep-progress-bg: 233, 236, 239;
--ep-progress-border-radius: 0.375rem;
--ep-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--ep-progress-bar-color: #fff;
--ep-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--ep-progress-height);
overflow: hidden;
font-size: var(--ep-progress-font-size);
background-color: rgba(var(--ep-progress-bg), 0.75);
border-radius: var(--ep-progress-border-radius);
margin-top: 4px;
}
.ep-progress-bar{
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--ep-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color:rgba(var(--themeColor), 1);
transition: var(--ep-progress-bar-transition);
} .ep-dark-mode-enabled .ep-progress-bar{
background-color:#37854A;
}
.ep-dark-mode-enabled .ep-progress{
--ep-progress-bg: #2B4A33;
}   .ep-spinner {
display: none;
visibility: hidden;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.ep-spinner.ep-is-active{
visibility: visible;
display: inline-block;
}
.ep-spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
} @media (max-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
.ep-col-order-1{
order:1
}
.ep-col-order-2{
order:2
}
}
@media (max-width: 600px){
}
@media (min-width: 600px){
.ep-sm-py-3{
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}
} @media (min-width: 1080px){
.ep-md-py-4{
padding-top: 1.5rem!important;
padding-bottom: 1.5rem!important;
}
}
@media (min-width: 1200px){
.ep-lg-py-5{
padding-top: 3rem!important;
padding-bottom: 3rem!important;
}
} .emagic a::after {
display: none;
}
.theme-twentytwentytwo .emagic{
display: table;
}
.theme-twentytwentythree .emagic, .theme-twentytwentyfour .emagic{
max-width: 1200px;
width: 100%;
}
.theme-twentytwentytwo .emagic {
width: 100%;
max-width: 1000px;
}
.theme-twentytwenty .entry-content .emagic{
max-width: 120rem !important;
font-family: sans-serif; } .ep-ui-show-on-top {
z-index: 99999 !important;
}
.em-events-gcal img{
margin-right: 10px;
}
.ep-checkout-ticket-quantity-num {
border-right-width: 0px !important;
border-color: var(--ep-btn-border-color) !important;
}
#ep-frontend-event-submission-section input.ep-disabled-input{
background-color: #f0f0f1;
border: 1px solid #ccc;
color: rgba(44, 51, 56, .5);
}
.ep-outline-width-0{
outline-width: 0px !important;
} .ep-popover-wrap{
display: inline-flex;
}
.ep-popover-wrap .ep-popover-icon:hover .ep-popover-info {
display: block !important;
position: absolute;
transform: translate(0, 10px);
background: #fff;
padding: 6px 8px;
width: 200px;
border-radius: 6px;
left: -1.5em;
font-weight: normal;
z-index: 99999;
border: 1px solid rgba(0, 0, 0, 0.175);
line-height: 18px;
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub{
position: absolute;
top: -9px;
left: 22px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(0, 0, 0, 0.175);
}
.ep-popover-wrap .ep-popover-info .ep-popover-nub:after{
content: "";
position: absolute;
top: 2px;
left: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ffffff;
}  .theme-coral-dark .emagic textarea{
min-height: auto !important;
background-color: rgb(var(--ep-white-color));
}
.theme-coral-dark .emagic .select2-container--classic .select2-selection--multiple{
background-color: rgb(var(--ep-white-color));
}  #ep_gdpr_modal{
display: none;
}
#ep_gdpr_modal.ep_gdpr_modal_active{
} #ep-gdpr-badge{
cursor: pointer;
}
ul.ep-gdpr-modal-content {
margin-left: 8px;
padding: 0px;
width: 90%;
}
#ep-gdpr-modal-content li {
position: relative;
padding: 12px 12px 12px 48px;
font-size: 15px;
line-height: 1.6;
list-style: none;
margin: 8px auto;
}
#ep-gdpr-modal-content li::before {
content: "✔";
position: absolute;
left: 1em;
top: 50%;
transform: translateY(-50%);
font-size: 1em;
color: rgba(var(--themeColor), 1);
background: #fff;
border-radius: 50%;
width: 27px;
height: 27px;
text-align: center;
padding: 1.5px 4.5px;
box-shadow: 0 0 0 1px rgba(var(--themeColor), 1);
box-sizing: border-box;
}
#ep-gdpr-modal-content li::marker{
display: none;
}
.ep_gdpr_modal_wrap a.ep-modal-close{
box-shadow:none !important;
}
.ep_gdpr_modal_wrap a.ep-modal-close:focus{
outline:0px !important;
box-shadow:none !important;
} .ep-cookie-banner {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
max-width: 720px;
margin: 0 auto;
background: #fff;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 16px 20px;
z-index: 99999;
font-family: "Inter", sans-serif;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
animation: fadeInUp 0.3s ease-in-out;
}
.ep-cookie-banner .ep-cookie-banner-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-text {
font-size: 14px;
color: #2d3748;
flex: 1 1 auto;
}
.ep-cookie-banner .ep-cookie-actions {
display: flex;
gap: 10px;
}
.ep-cookie-banner .ep-cookie-btn {
padding: 8px 16px;
border-radius: 6px;
border: none;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.ep-cookie-banner .ep-cookie-accept {
background-color: rgba(var(--themeColor), 1);
}
.ep-cookie-banner .ep-cookie-accept:hover {
background-color: rgba(var(--themeColor), 0.9);
}
.ep-cookie-banner .ep-cookie-decline {
background-color: #edf2f7;
color: #4a5568;
}
.ep-cookie-banner .ep-cookie-decline:hover {
background-color: #e2e8f0;
color: #4a5568;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .ep_checkout_attendee-term-content{}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.sgstudents.com/wp-content/plugins/wpforo/assets/css/font-awesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}#wpforo {width: 100%;}
#wpforo #wpforo-wrap .wpforo-main{clear:both;}
#wpforo #wpforo-wrap.wpf-dark{ padding:30px; margin:2px;}
#wpforo #wpforo-wrap .wpforo-subtop{display: block!important; position: relative;}
#wpforo #wpforo-wrap .wpforo-content{width:71%; float:left; padding:0; box-sizing: border-box;}
#wpforo #wpforo-wrap .wpforo-content.wpfrt{padding-right: 20px;}
#wpforo #wpforo-wrap .wpforo-right-sidebar{width:26%; float:right; padding:0 0 0 0; box-sizing: border-box;}
#wpforo #wpforo-wrap [class*="content"]:after{clear: none;}
#wpforo #wpforo-wrap {margin:0; font-size:13px; text-align:left; width:100%; padding:10px; text-transform:none; box-sizing: border-box;}
#wpforo #wpforo-wrap * {box-sizing: border-box; box-shadow:none; color:inherit;}
#wpforo #wpforo-wrap html, #wpforo #wpforo-wrap body, #wpforo #wpforo-wrap div, #wpforo #wpforo-wrap span, #wpforo #wpforo-wrap applet, #wpforo #wpforo-wrap object, #wpforo #wpforo-wrap iframe, #wpforo #wpforo-wrap h1, #wpforo #wpforo-wrap h2, #wpforo #wpforo-wrap h3, #wpforo #wpforo-wrap h4, #wpforo #wpforo-wrap h5, #wpforo #wpforo-wrap h6, #wpforo #wpforo-wrap p, #wpforo #wpforo-wrap blockquote, #wpforo #wpforo-wrap pre, #wpforo #wpforo-wrap a, #wpforo #wpforo-wrap abbr, #wpforo #wpforo-wrap acronym, #wpforo #wpforo-wrap address, #wpforo #wpforo-wrap big, #wpforo #wpforo-wrap cite, #wpforo #wpforo-wrap code, #wpforo #wpforo-wrap del, #wpforo #wpforo-wrap dfn, #wpforo #wpforo-wrap em, #wpforo #wpforo-wrap img, #wpforo #wpforo-wrap ins, #wpforo #wpforo-wrap kbd, #wpforo #wpforo-wrap q, #wpforo #wpforo-wrap s, #wpforo #wpforo-wrap samp, #wpforo #wpforo-wrap small, #wpforo #wpforo-wrap strike, #wpforo #wpforo-wrap sub, #wpforo #wpforo-wrap sup, #wpforo #wpforo-wrap tt, #wpforo #wpforo-wrap var, #wpforo #wpforo-wrap b, #wpforo #wpforo-wrap u, #wpforo #wpforo-wrap i, #wpforo #wpforo-wrap center, #wpforo #wpforo-wrap dl, #wpforo #wpforo-wrap dt, #wpforo #wpforo-wrap dd, #wpforo #wpforo-wrap ol, #wpforo #wpforo-wrap ul, #wpforo #wpforo-wrap li, #wpforo #wpforo-wrap fieldset, #wpforo #wpforo-wrap form, #wpforo #wpforo-wrap label, #wpforo #wpforo-wrap legend, #wpforo #wpforo-wrap table, #wpforo #wpforo-wrap caption, #wpforo #wpforo-wrap tbody, #wpforo #wpforo-wrap tfoot, #wpforo #wpforo-wrap thead, #wpforo #wpforo-wrap tr, #wpforo #wpforo-wrap th, #wpforo #wpforo-wrap td, #wpforo #wpforo-wrap article, #wpforo #wpforo-wrap aside, #wpforo #wpforo-wrap canvas, #wpforo #wpforo-wrap details, #wpforo #wpforo-wrap embed, #wpforo #wpforo-wrap figure, #wpforo #wpforo-wrap figcaption, #wpforo #wpforo-wrap footer, #wpforo #wpforo-wrap header, #wpforo #wpforo-wrap hgroup, #wpforo #wpforo-wrap menu, #wpforo #wpforo-wrap nav, #wpforo #wpforo-wrap output, #wpforo #wpforo-wrap ruby, #wpforo #wpforo-wrap section, #wpforo #wpforo-wrap summary, #wpforo #wpforo-wrap time, #wpforo #wpforo-wrap mark, #wpforo #wpforo-wrap audio, #wpforo #wpforo-wrap video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
#wpforo #wpforo-wrap strong{ font-weight:bold; }
#wpforo #wpforo-wrap .wpforo-admin-note .aligncenter{clear: both; display: block; margin: 0 auto 1.75em;}
#wpforo #wpforo-wrap .wpforo-admin-note .alignright {float: right; margin: 0.375em 0 1.75em 1.75em;}
#wpforo #wpforo-wrap .wpforo-admin-note .alignleft {float: left;margin: 0.375em 1.75em 1.75em 0;}
#wpforo #wpforo-wrap .wpforo-post-content blockquote,
#wpforo #wpforo-wrap .wpforo-revision-body blockquote{ clear: none;}
#wpforo #wpforo-wrap ol,
#wpforo #wpforo-wrap ul,
#wpforo #wpforo-wrap li {list-style: none; margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; line-height:1.6;}
#wpforo #wpforo-wrap ul li:before {content: "";}
#wpforo #wpforo-wrap input,
#wpforo #wpforo-wrap textarea,
#wpforo #wpforo-wrap select{margin:0; padding:0; display:inline; width: auto; min-height: auto;}
#wpforo #wpforo-wrap form input[type="checkbox"], form input[type="radio"]{display: inline-block;}
#wpforo #wpforo-wrap p{font-size: 14px;line-height: 20px;padding: 0;margin: 0;}
#wpforo #wpforo-wrap h3{font-size:16px; padding:5px 0; margin:0;  line-height:18px; font-weight:500; text-transform:none;}
#wpforo #wpforo-wrap h2{font-size:20px; padding:10px 2px; margin:0;  line-height:22px; font-weight:bold; text-transform:none;}
#wpforo #wpforo-wrap h1{font-size:20px; padding:10px 2px; margin:0;  line-height:22px; font-weight:bold; text-transform:none;}
#wpforo #wpforo-wrap img {height:inherit;max-width:none; border:none; margin:0; padding:0; float:none; box-shadow:none;}
#wpforo #wpforo-wrap pre {width:100%; overflow-x:auto; padding:10px 10px 15px 10px; margin:10px 0; font-size:13px; white-space:pre;}
#wpforo #wpforo-wrap label{display:inline; font-weight:normal; cursor: pointer;}
#wpforo #wpforo-wrap span{display:inline; font-weight:normal;}
#wpforo #wpforo-wrap #footer {padding: 0 10px;}
#wpforo #wpforo-wrap #footer p {margin: 0; padding: 10px 0; font-size:13px }
#wpforo #wpforo-wrap .wpf-p-error {font-size: 14px; padding: 28px 29px; text-align:center;}
#wpforo #wpforo-wrap .wpf-res-menu{display:none; font-weight:normal; cursor:pointer;}
#wpforo #wpforo-wrap #wpforo-menu {margin-bottom: 5px; line-height:18px; display: flex;width: 100%;justify-content: space-between;flex-direction: row;align-items: center;flex-wrap: nowrap; min-height: 48px; padding: 0;} #wpforo #wpforo-wrap #wpforo-menu .wpf-left{ margin-bottom: -3px;}
#wpforo #wpforo-wrap #wpforo-menu > ul {margin: 0 !important;}
#wpforo #wpforo-wrap #wpforo-menu li {display:inline-block; list-style: none outside none; padding: 0;line-height:1.4;}
#wpforo #wpforo-wrap #wpforo-menu ul.sub-menu li {margin-left:0;}
#wpforo #wpforo-wrap #wpforo-menu li:first-child{ margin-left:0;}
#wpforo #wpforo-wrap #wpforo-menu li a {display: block; border:none; padding: 15px 24px;} #wpforo #wpforo-wrap #wpforo-menu li > ul {visibility: hidden; display: inline-block; position: absolute; z-index: 2; margin: 0 !important;}
#wpforo #wpforo-wrap #wpforo-menu li:hover > ul {visibility: visible;}
#wpforo #wpforo-wrap #wpforo-menu li > ul > li {float: none; display: block }
#wpforo #wpforo-wrap .wpforo-td input[type="text"],
#wpforo #wpforo-wrap .wpforo-td input[type="email"],
#wpforo #wpforo-wrap .wpforo-td input[type="url"],
#wpforo #wpforo-wrap .wpforo-td input[type="number"],
#wpforo #wpforo-wrap .wpforo-td input[type="search"],
#wpforo #wpforo-wrap .wpforo-td input[type="password"]{height:auto;}
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu{padding:2px;}
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu i{padding: 12px 24px; font-size:19px; line-height:18px;}
#wpforo #wpforo-wrap .wpforo-pm-note{padding:1px 5px 1px 5px; font-size:13px; font-weight:bold; border-radius: 10px; border:1px solid transparent;}
#wpforo #wpforo-wrap table, #wpforo #wpforo-wrap table tr, #wpforo #wpforo-wrap table tr td, #wpforo #wpforo-wrap table tr th{border:none; padding:0; box-sizing: border-box; background:none; margin:0; text-align:left;}
#wpforo #wpforo-wrap .wpf-action {background-color:transparent; text-transform:none; text-decoration:none; text-shadow:none; border-radius: 0; border:none; content: ""; left: 0; position:relative; top: 0; width:auto; display: inline-block; white-space:nowrap; line-height:20px; height:auto; min-height:inherit;}
#wpforo #wpforo-wrap .wpf-action:hover{text-decoration:none;} #wpforo #wpforo-wrap .wpf-action i{margin-right:3px;} #wpforo #wpforo-wrap .wpf-action i.fa-link{margin-right:0;} #wpforo #wpforo-wrap .wpf-action.wpforo-tools{margin-right: 5px;}
#wpforo #wpforo-wrap .wpf-action.wpforo-tools i{margin-right:4px;}
#wpforo #wpforo-wrap .wpf-vsep{ display:inline-block; padding:0 5px;}
#wpforo #wpforo-wrap .wpforo-feed{float:right;font-size:12px;}
#wpforo #wpforo-wrap .wpforo-admin-note{margin: 5px auto 20px auto; padding: 20px; font-size: 14px; box-shadow: inset 0 0 20px 5px rgba(240,240,240,0.6);}
#wpforo #wpforo-wrap .wpforo-text ol,
#wpforo #wpforo-wrap .wpforo-text ol li {list-style:decimal; margin: 2px 15px;}
#wpforo #wpforo-wrap .wpforo-text ul,
#wpforo #wpforo-wrap .wpforo-text ul li{list-style:disc;  margin: 2px 15px;}
#wpforo #wpforo-wrap .wpforo-text h3{ line-height: normal; margin: 10px 0}
#wpforo #wpforo-wrap .wpforo-text p{ line-height: normal; margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpforo-table{display:table; width:100%;}
#wpforo #wpforo-wrap .wpforo-tr{display:table-row;}
#wpforo #wpforo-wrap .wpforo-th{display:table-cell;}
#wpforo #wpforo-wrap .wpforo-td{display:table-cell;}
#wpforo #wpforo-wrap .wpf-table{display:block; width:100%; padding: 10px 0;}
#wpforo #wpforo-wrap .wpf-tr{display:block; width:100%; box-sizing: border-box;}
#wpforo #wpforo-wrap .wpf-th{display:block; float: left; box-sizing: border-box;}
#wpforo #wpforo-wrap .wpf-td{display:block; float: left; box-sizing: border-box;}
#wpforo #wpforo-wrap .wpf-cl{ clear: both;}
#wpforo #wpforo-wrap .wpfw-1{ width: 100%; }
#wpforo #wpforo-wrap .wpfw-2{ width: 50%; }
#wpforo #wpforo-wrap .wpfw-3{ width: 33.3%; }
#wpforo #wpforo-wrap .wpfw-4{ width: 25%; }
#wpforo #wpforo-wrap .wpfw-5{ width: 20%; }
#wpforo #wpforo-wrap .wpfw-6{ width: 16.6%; }
#wpforo #wpforo-wrap .wpf-bar-right{min-width: 120px; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; text-align:right; position:relative;}
#wpforo #wpforo-wrap .wpf-search .wpf-search-form{display: initial; padding-right: 3px;}
#wpforo #wpforo-wrap .wpf-search form{display:inline-block;}
#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field{z-index: 30;cursor:pointer;border:none;box-shadow: none; margin: 0; box-sizing: border-box;color: #666666; height: 28px; max-width: none; outline: 0 none; padding: 5px 3px 5px 24px; position: relative;transition-duration: 0.4s; transition-property: width, background; transition-timing-function: ease;width: 24px;vertical-align:baseline;}
#wpforo #wpforo-wrap .wpf-search input[type="text"].wpf-search-field:focus{z-index: 1;cursor: text;width: 180px;padding-left:28px;position:inherit;vertical-align:baseline; background-color: #fff;}
#wpforo #wpforo-wrap .wpf-search i{position: absolute; margin: 0 0 7px 0; top:0; font-size: 16px; line-height:30px; padding: 0 0 0 7px; z-index: 10; cursor:pointer; vertical-align:baseline;}
#wpforo #wpforo-wrap .wpf-head-bar{padding: 10px 20px; border-radius: 0px 0 60% 0; margin-bottom: 20px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bar{border-radius: 0;}
#wpforo #wpforo-wrap.wpft-post .wpf-head-bar{padding: 10px 0; border-radius: 0; margin-bottom: 1px;}
#wpforo #wpforo-wrap.wpft-post .wpf-head-bar .wpf-action-link{ display: flex; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap.wpft-post .wpf-head-bar .wpf-head-title{ display: flex; justify-content: space-between; align-items: flex-start;}
#wpforo #wpforo-wrap .wpf-head-bar-left{float:left; width:69%;}
#wpforo #wpforo-wrap .wpf-head-bar-right{text-align:right;}
#wpforo #wpforo-wrap .wpf-head-bar .wpf-head-bar-right{ padding: 30px 1px 0 1px; width:30%; text-align:right; float: right;}
#wpforo #wpforo-wrap .wpf-button-outlined{cursor: pointer; font-size: 13px; line-height: 1.8; display: inline-block; padding: 0 15px 0; border-radius: 15px;}
#wpforo #wpforo-wrap.wpft-post .wpf-manage-link .wpf-action{cursor: pointer; font-size: 13px; line-height: 1.8; display: inline-block; padding: 1px 12px 0; border-radius: 15px; margin-left: 5px;}
#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts{display: inline-block; padding: 0 15px 0 10px; margin-right: 10px;position: initial;}
#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts i, #wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts svg{display: inline-block;font-size: 21px; position: initial;line-height: 30px; margin: 0 2px 0 0; width: 21px; height: 21px;}
#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts-count{font-size: 15px; font-family: Arial, sans-serif;}
#wpforo #wpforo-wrap .wpf-alerts [wpf-tooltip]::after{left: 35%; top: -15px; white-space: normal;}
#wpforo #wpforo-wrap .wpf-alerts [wpf-tooltip]::before{left: 35%; top: -15px;}
#wpforo #wpforo-wrap .wpf-alerts .wpf-bell{white-space: nowrap; display: inline-flex; justify-content: center; align-items: center; transition: transform .2s ease;cursor: pointer;}
#wpforo #wpforo-wrap .wpf-alerts .wpf-bell:hover{ transform: scale(1.1) }
#wpforo #wpforo-wrap .wpf-notifications{display:none; position: absolute; top: -7px; right: 0; min-width: 300px; width: 25%; z-index: 100000; padding: 0 10px;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head{padding: 12px 5px 9px 5px; font-weight: 600; letter-spacing: 1px; font-size: 14px; }
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head i, #wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head svg{ font-size: 15px; margin-right: 3px; height: 15px; vertical-align: text-top;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content{padding: 10px 0 1px; overflow-y: auto; overflow-x: hidden; max-height: 400px; font-size: 12px;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content .wpf-nspin{text-align: center; padding: 0 10px 5px 0; font-size: 20px; color: #999;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content ul,
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li{margin: 0; list-style: none;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li{padding: 7px 4px 7px 6px; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li .wpf-nleft{ flex-basis: 10%; padding-top: 4px;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li .wpf-nright{ flex-basis: 90%;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li .wpf-nleft svg{font-size: 16px; width: 16px; height: 16px;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content .wpf-ndesc{font-size: 11px; line-height: 18px;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-actions{text-align: right; padding: 10px 5px 5px 5px; font-size: 12px;}
#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content .wpf-no-notification{padding: 5px 10px 15px 10px; font-size: 13px;}
#wpforo #wpforo-wrap #wpforo-poweredby{margin:0; padding:5px; text-align:center; font-size:12px; line-height: 16px; vertical-align:middle; height:30px;}
#wpforo #wpforo-wrap #wpforo-poweredby p{text-align: end;}
#wpforo-poweredby span {display: inline-block;}
#wpforo-poweredby .wpf-by{margin:0; padding:0; text-align:right; vertical-align:middle; line-height: 18px;}
#wpforo-poweredby #bywpforo {display: none;line-height: 20px;color:#ddd; font-size: 12px;}
#wpforo-poweredby .by-wpforo a {border: 0 none;color: #ccc;font-size: 11px;font-weight: bold; line-height: 12px;margin: 0;padding: 1px;text-align: right;text-decoration: none;}
#wpforo-poweredby img.wpdimg{ border: 0 none; clear: both; cursor: pointer;display:inline-block;width: 18px;height: 18px;line-height:18px;margin: 0;padding: 0;}
#wpforo #wpforo-wrap .cat-title{cursor: default;}
#wpforo #wpforo-wrap #wpforo-title{font-size:20px; line-height: 26px; padding:2px 0 15px 0; margin:1px 0 15px 0; font-weight:normal;}
#wpforo #wpforo-wrap #wpforo-description{margin-bottom:20px; margin-top:-12px; font-size:14px; display:block; width:100%; padding:0 0 7px 0;}
#wpforo #wpforo-wrap a:link {text-decoration: none;}
#wpforo #wpforo-wrap a:visited {text-decoration: none;}
#wpforo #wpforo-wrap a:hover{text-decoration: none;}
#wpforo #wpforo-wrap a:active {text-decoration: none;}
#wpforo #wpforo-wrap a{direction: ltr; unicode-bidi: embed; border:none; cursor: pointer;} #wpforo #wpforo-wrap a.is_guest { pointer-events: auto; cursor: text !important; }
#wpforo #wpforo-wrap a.is_guest:hover { text-decoration: none; color: inherit; }
#wpforo #wpforo-wrap a.is_guest:active { pointer-events: none; }
#wpforo #wpforo-wrap .wpflink { cursor: pointer}
#wpforo #wpforo-wrap .wpf-spoiler-wrap {display: block; margin: 20px 0; background-color: #ececec;}
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-head {display: block;padding: 10px;min-height: 36px;cursor: pointer;border-left: 3px solid;}
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-head i{font-style: normal;}
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-title{display: inline-block;}
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-body {display: none; padding: 10px 20px; border-left: 3px solid; border-top: 1px dashed #ccc;}
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-chevron{padding: 0 15px 0 6px;}   #wpforo #wpforo-wrap .author-rating {height: 8px; width: 90px; margin: 15px auto 2px 0; padding: 0;}
#wpforo #wpforo-wrap .author-rating .bar{height:8px;}
#wpforo #wpforo-wrap .author-rating-short{color: #ffffff; display: inline-block; font-size: 14px; font-weight: bold; line-height: 16px; min-width: 30px; padding: 2px 8px; text-align: center; white-space: nowrap;}
#wpforo #wpforo-wrap .author-rating-full{display: inline-block; font-size: 16px; font-weight: bold; line-height: 18px; min-width: 30px; padding: 2px 8px; text-align: center; white-space: nowrap;}
#wpforo #wpforo-wrap .author-rating-full i.fa-certificate,
#wpforo #wpforo-wrap .author-rating-full i.fa-shield-alt,
#wpforo #wpforo-wrap .author-rating-full i.fa-trophy{font-size: 19px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .author-rating-full i.fa-certificate{font-size: 16px; margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .author-rating-full i.fa-shield-alt{font-size: 16px; margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .author-rating-full i.fa-trophy{font-size: 16px; margin-right: 5px;}
#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-rating-full{display: block;}
.ui-dialog {z-index: 999998 !important;}
.wpf-video{	margin: 10px !important;}
.wp-editor-tools{display: none;}
#wpforo #wpforo-wrap.wpft-topic .wp-editor-container .mce-edit-area iframe{min-height: 130px;}   .fa-1x{font-size:1.6em; padding-top:2px;}
.fa-0x{font-size:1.05em; padding-top:1px;}
.wpfsx{font-size:1.05em; padding-top:1px;}
.fa-sx{font-size:0.85em; padding-top:0;}   #wpforo #wpforo-wrap .wpf-breadcrumb {display: inline-block; counter-reset: flag; margin:15px 0 15px 0;}
#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root i{ font-size:14px;}
#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-end {width:20px; padding:0; border:none; outline:none; text-decoration:none; cursor:default;}
#wpforo #wpforo-wrap .wpf-breadcrumb div{text-decoration: none; outline: none; display: block; float: left; font-size: 11px; line-height: 24px; padding: 0 15px 0 22px; position: relative;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:first-child {padding-left: 10px;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:first-child:before {left: 14px;}
#wpforo #wpforo-wrap .wpf-breadcrumb div.active{cursor:default;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:after {content: ''; position: absolute; top: 0; right: -8px; width: 24px; height: 24px; -webkit-transform: scale(0.70) rotate(45deg); -moz-transform: scale(0.70) rotate(45deg); -o-transform: scale(0.70) rotate(45deg); transform: scale(0.70) rotate(45deg); z-index: 1; box-shadow: 2px -2px }
#wpforo #wpforo-wrap .wpf-breadcrumb div.active:after {content: ''; position: absolute; top: 0; right: -8px; width: 24px; height: 24px; -webkit-transform: scale(0.70) rotate(45deg);-moz-transform: scale(0.70) rotate(45deg);-o-transform: scale(0.70) rotate(45deg); transform: scale(0.70) rotate(45deg); z-index: 1; box-shadow: 2px -2px }
#wpforo #wpforo-wrap .wpf-breadcrumb div:last-child:after {content: none;}   [wpf-tooltip]{position:relative;}
[wpf-tooltip]::before {content: "";position: absolute;top:-8px;left:50%;transform: translateX(-50%);border-width: 6px 6px 0 6px;border-style: solid;border-color: rgba(10,10,10,0.7) transparent transparent transparent;z-index: 100;opacity: 0;}
[wpf-tooltip]::after {content: attr(wpf-tooltip); position: absolute;left:50%;top:-8px;transform: translateX(-50%)   translateY(-100%);background: #555555;text-align: center;color: #fff;padding:8px 10px;font-size: 11px; line-height:1.5; min-width: 6vw; border-width: 0; border-radius: 4px;pointer-events: none;z-index: 99;opacity: 0;text-transform: none; font-weight: normal;}
[wpf-tooltip]:hover::after,[wpf-tooltip]:hover::before {opacity: 1;transition: all .4s ease-in-out;}
[wpf-tooltip-size='small']::after{min-width: 5vw;}
[wpf-tooltip-size='medium']::after{min-width: 10vw;}
[wpf-tooltip-size='long']::after{min-width: 14vw;}
[wpf-tooltip-position='left']::before{left:0;top:50%;margin-left:-11px; transform:translatey(-50%) rotate(-90deg)}
[wpf-tooltip-position='top']::before{left:50%;}
[wpf-tooltip-position='bottom']::before{top:100%;margin-top:8px;transform: translateX(-50%) translatey(-100%) rotate(-180deg)}
[wpf-tooltip-position='right']::before{left:100%;top:50%;margin-left:1px;transform:translatey(-50%) rotate(90deg)}
[wpf-tooltip-position='left']::after{left:0;top:50%;margin-left:-8px;transform: translateX(-100%)   translateY(-50%);}
[wpf-tooltip-position='top']::after{left:50%;}
[wpf-tooltip-position='bottom']::after{top:100%;margin-top:8px;transform: translateX(-50%) translateY(0%);}
[wpf-tooltip-position='right']::after{left:100%;top:50%;margin-left:8px;transform: translateX(0%)   translateY(-50%);}   #wpforo #wpforo-wrap .wpf-action-link { padding:12px 1px 3px 1px; margin-top:-15px;}
#wpforo #wpforo-wrap .wpf-action-link span{cursor:pointer; font-size:13px;}
#wpforo #wpforo-wrap .wpf-action-link span i.fa-envelope{font-size: 14px;}   #wpforo #wpforo-wrap .post-wrap, #wpforo #wpforo-wrap [id^=post-][data-postid]{position: relative;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content{padding:10px 30px 10px 10px; min-height:130px; font-size:14px; word-wrap: break-word;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p,
#wpforo #wpforo-wrap .wpforo-revision-body p{font-size:14px; padding:0; margin:0 0 10px 0; line-height:inherit}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img,
#wpforo #wpforo-wrap .wpforo-revision-body img{max-width:100%; max-height:500px; margin:2px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content .emoji,
#wpforo #wpforo-wrap .wpforo-revision-body .emoji{font-size:20px;}
#wpforo #wpforo-wrap .wpforo-post blockquote,
#wpforo #wpforo-wrap .wpforo-revision-body blockquote{display:block; margin:5px 0 15px 0; width:90%; padding:10px; font-size:13px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-quote-author,
#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-quote-author{padding:5px 0; font-weight:bold;}
.wpforo-post-quote-head{ display: flex; justify-content: space-between; flex-wrap: nowrap; }
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-code,
#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0; font-size:12px }
#wpforo #wpforo-wrap .wpforo-post code,
#wpforo #wpforo-wrap .wpforo-revision-body code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0; font-size:12px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-code-title,
#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-code-title{font-size:12px; margin-bottom:10px; padding:0 2px 5px 2px; font-weight:bold;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-attachments,
#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-attachments{padding:10px 10px 7px 10px; margin:20px 0 5px 0; width:90%;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-attachments img,
#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-attachments img{max-width:100%; height:80px; padding:2px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature{width:90%; padding:10px 2px; font-size:13px; line-height:18px; margin: 10px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpforo-post-signature{ margin: 10px 0 0 10px; }
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature p{font-size:12px !important; line-height:16px; margin:0; padding:2px 0;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature img {max-height: 200px; max-width: 100%; width: auto;}
#wpforo #wpforo-wrap .wpforo-post  ol,
#wpforo #wpforo-wrap .wpforo-post  ol li,
#wpforo #wpforo-wrap .wpforo-revision-body  ol,
#wpforo #wpforo-wrap .wpforo-revision-body  ol li {list-style:decimal; margin: 2px 15px;}
#wpforo #wpforo-wrap .wpforo-post  ul,
#wpforo #wpforo-wrap .wpforo-post  ul li,
#wpforo #wpforo-wrap .wpforo-revision-body  ul,
#wpforo #wpforo-wrap .wpforo-revision-body  ul li{list-style:disc;  margin: 2px 15px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file{ padding:10px 15px 15px 15px; margin:30px 0 10px 0; border:#bbb dotted 1px; display:table;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file i.fa-paperclip{ font-size:22px; display:inline-block; padding-right:7px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file.wpfa-deleted{ color:#aaa; padding:10px; }
#wpforo #wpforo-wrap .wpforo-post .wpf-action{display:inline-block; margin:4px 4px; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list .wpf-vat{font-size:12px; text-align: left; width: 100%; padding: 5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list .wpf-vat a{font-size:12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list .wpf-vat{text-align:right;}
#wpforo #wpforo-wrap  img.wpforo-auto-embeded-image{ width:auto; max-width:60%; max-height:300px; padding:5px; background:#fff;}
#wpforo #wpforo-wrap .wpforo-topic-badges{ position:absolute; top:14px; right:1px; cursor:default;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-badges{ top:4px; right:2px;}
#wpforo #wpforo-wrap .wpforo-topic-badges i.fa,
#wpforo #wpforo-wrap .wpforo-topic-badges i.fas,
#wpforo #wpforo-wrap .wpforo-topic-badges i.fab,
#wpforo #wpforo-wrap .wpforo-topic-badges i.far,
#wpforo #wpforo-wrap .wpforo-topic-badges i.fal { padding:2px 5px; margin:1px; color:#777; line-height:14px; font-size:16px; border-bottom:1px dotted #999; border-left:1px dotted #aaa;}
#wpforo #wpforo-wrap h3.wpforo-forum-title{ padding-top:0;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle{cursor:pointer; top:0; font-size:18px; line-height:18px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo{padding:3px; text-align:center; display:none;}
#wpforo #wpforo-wrap .wpforo-post .wpf-member-profile-button {display: inline-block;font-size: 14px;line-height: 14px;margin-right:3px; padding:1px;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo .wpf-member-socnet-wrap{ display:block; padding:6px 15px; text-align:center;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo .wpf-member-socnet-button img{ opacity:0.7; border:none; text-decoration:none; float:none; display: inline-block;font-size: 16px;line-height: 16px; padding:0 1px 1px 1px; border-radius: 0;}
#wpforo #wpforo-wrap .wpforo-post .wpforo-memberinfo .wpf-member-socnet-button img:hover{opacity:1;}
#wpforo #wpforo-wrap .wpforo-post .wpf-mod-message{display:inline-block; float:left; text-align:left;}
#wpforo #wpforo-wrap .wpforo-comment .wpf-mod-message{text-align:right; font-size: 12px; line-height: 16px;}
#wpforo #wpforo-wrap .wpforo-post .author-title span{display:block}
#wpforo #wpforo-wrap .wpf-author-nicename{ font-size:12px; font-family:"Courier New", Courier, monospace; line-height: 18px;padding-top: 4px;}
#wpforo #wpforo-wrap .wpforo-members-content .wpf-members-info .wpf-author-nicename{ display:inline; font-size:13px;padding-top: 0;}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video, #wpforo #wpforo-wrap .wpforo-post-content .wpf-video iframe{max-width: 98%;}
#wpforo #wpforo-wrap .wpforo-revision-body .wpf-video, #wpforo #wpforo-wrap .wpforo-revision-body .wpf-video iframe{max-width: 98%;}
#wpforo #wpforo-wrap .wpf-member-title{ display:block; cursor:default; }
#wpforo #wpforo-wrap .wpf-author-title .wpf-member-cf:not(:last-of-type){ margin-right: 5px;}
#wpforo #wpforo-wrap .wpf-member-title.wpfut{font-size:11px; line-height:15px; padding:2px 15px; margin:5px auto; border-radius: 15px;}
#wpforo #wpforo-wrap .wpf-post-edit-wrap{ padding: 10px 0; margin: 20px 10px 20px; width: 90%; }
#wpforo #wpforo-wrap .wpfl-2 .wpf-post-edit-wrap, #wpforo #wpforo-wrap .wpfl-3 .wpf-post-edit-wrap{ margin: 20px 0 10px; }
#wpforo #wpforo-wrap .wpf-post-edit-wrap .wpf-post-edited{font-size:11px; font-style:italic; padding:0;}
#wpforo #wpforo-wrap .wpf-post-edit-wrap .wpf-post-edited i{ padding: 0 5px 0 2px;}
#wpforo #wpforo-wrap .wpf-extra-fields{line-height: 2em;}
#wpforo #wpforo-wrap .wpf-extra-fields > br:first-of-type{display: none;}
#wpforo #wpforo-wrap .wpf-extra-fields .wpf-default-attachment{padding-top: 5px; text-align: left;}
#wpforo #wpforo-wrap .wpf_forum_unread, #wpforo #wpforo-wrap .wpf_forum_unread a{ font-weight:bold; }
#wpforo #wpforo-wrap .wpf_topic_unread, #wpforo #wpforo-wrap .wpf_topic_unread a{ font-weight:bold; font-size:98%; }
#wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpforo-topic-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpf-thread-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpf-spost-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpforo-last-topic-title a,
#wpforo #wpforo-wrap .wpf-unread-post .wpf-spost-title a,
#wpforo #wpforo-wrap .wpf-unread-post .wpforo-last-post-title a,
#wpforo #wpforo-wrap .wpf-unread-post .posttitle a,
#wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum a,
#wpforo #wpforo-wrap .wpf-forum-item.wpf-unread-forum a{font-weight:bold;}
#wpforo #wpforo-wrap a.wpf-new-button,
#wpforo #wpforo-wrap span.wpf-new-button{font-weight: normal!important;background:#FF812D;color:#fff!important;padding: 0 5px 1px 5px!important; line-height: inherit; font-size: 90%; line-height: 16px; font-family: Arial; border-radius: 3px; margin: 0px 3px; text-transform: lowercase; display: inline;}
#wpforo #wpforo-wrap.wpft-topic a.wpf-new-button,
#wpforo #wpforo-wrap.wpft-topic span.wpf-new-button{font-size: 13px !important; vertical-align: middle;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a.wpf-new-button,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title span.wpf-new-button{font-size: 90%;}
#wpforo #wpforo-wrap a.wpf-new-button:hover,
#wpforo #wpforo-wrap span.wpf-new-button:hover{color: #fff; background: #ff9945; }
#wpforo #wpforo-wrap .wpf-head-bar-right {display: flex; justify-content: flex-end; align-items: flex-end;}
#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button{box-shadow: none; line-height: 10px; padding: 6px 18px 7px 18px !important; display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap [data-copy-wpf-furl], #wpforo #wpforo-wrap [data-copy-wpf-shurl]{cursor: pointer;}
.wpforo-copy-url-wrap{display: flex; flex-direction: column; margin-bottom: 13px !important; cursor: copy; position: relative}
.wpforo-copy-url-wrap .wpforo-copy-input{flex-grow: 1}
.wpforo-copy-url-wrap .wpforo-copy-input-header{margin-bottom: -2px !important;}
.wpforo-copy-url-wrap .wpforo-copy-input-body{border: 1px solid #bbb; border-radius: 3px; background-color: white; display: flex; align-items: center;}
.wpforo-copy-url-wrap .wpforo-copy-url-label{display: inline-block; padding: 2px 10px !important;cursor: copy;border: 1px solid #bbb;background: white;border-bottom: none;border-radius: 3px 3px 0 0;}
.wpforo-copy-url-wrap .wpforo-copy-url-label i{margin-right: 5px !important;}
.wpforo-copy-url-wrap .wpforo-copy-url{display:block; width: 100%; height: 40px !important; padding: 3px 10px !important; cursor: copy; border: 0; border-radius: unset; background: transparent; outline: none; flex-grow: 1;}
.wpforo-copy-url-wrap .wpforo-copied-txt{display: inline-block !important; align-items: center !important; transition: opacity 0.2s linear !important; justify-content: center !important; position: absolute !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; padding: 3px 15px !important; border-radius: 3px !important; background: rgba(0, 0, 0, 0.8) !important; opacity: 0 !important; color: #ffffff !important; font-weight: bold !important;}
.wpforo-copy-animate{animation: wpforo-bounce 0.4s linear !important;}
.wpforo-copy-url-wrap.wpforo-copy-animate .wpforo-copied-txt{opacity: 1 !important;}
@keyframes wpforo-bounce { 0%{transform: scale(1);} 20%{transform: scale(0.95);} 40%{transform: scale(1.04);} 60%{transform: scale(0.97);} 80%{transform: scale(1.02);} 100%{transform: scale(1);} }
#wpforo #wpforo-wrap .wpf-post-starter{padding: 3px 10px; display: inline-block; line-height: 16px; font-size: 12px;}
#wpforo #wpforo-wrap .wpf-post-starter i{margin-right: 2px;}
#wpforo #wpforo-wrap .wpforo-post-head{border-radius: 0 0 20px 0;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top{display: flex; justify-content: space-between; align-items: flex-end; padding: 12px 12px 14px 19px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-info{display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-info .wpf-post-info-forum{display: flex; justify-content: flex-start; align-items: center; margin-bottom: 4px; text-transform: uppercase;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-info .wpf-post-info-forum i{ margin-right: 8px; font-size: 16px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat {display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box{display: flex; justify-content: center; flex-direction: column; align-items: center;  margin-left: 20px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tstat{ font-size: 16px; display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tlabel{display: inline-block; width: 100%; text-align: center;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tstat svg{ height: 18px; fill: #555; margin-right: 6px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more{margin-left: 20px;  padding-left: 20px; padding-right: 10px; cursor: pointer;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more span{line-height: 16px; margin-top: 9px; display: inline-block; min-width: 18px; min-height: 18px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more svg{width: 18px; height:18px; vertical-align: middle;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-bottom{display: flex; justify-content: space-between; align-items: flex-end;  padding: 6px 4px 8px 0; margin-top: 12px; margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info{padding: 10px 20px 20px 20px; margin-bottom: 20px; display: none;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info.wpforo-section-loading{ min-height: 130px; width: 99%; background-color: transparent; border: none; outline: none; box-shadow: none; resize: none; background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"); background-repeat: no-repeat; background-position: 50% 50%; }
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info h3{font-weight: normal; font-size: 15px; margin: 0 0 15px 0; padding: 0 20% 8px 5px; display: block;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-users-data{display: flex; justify-content: flex-start; align-items: flex-end; flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-user-avatar{display: flex; justify-content: flex-start; align-items: flex-end; min-width: 54px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-user-avatar img,
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-user-avatar img.avatar{width: 42px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-user-avatar .wpf-tmi-user-posts{ position: relative; top:-4px; margin-left: -15px; padding: 0 6px;line-height: 18px;border-radius: 10px;font-size: 13px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi{ margin-bottom: 15px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi .wpf-tmi-boxh{ font-size: 16px; color: #999; display: inline-block; margin-right: 5px; margin-left: 5px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview{ margin-top: 20px; }
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview img,
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview img.avatar{ width: 20px; display: inline-block; margin-right: 7px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview li .wpf-tmi-item{display: flex; justify-content: flex-start; align-items: flex-start; padding: 2px 5px; line-height: 18px; font-size: 13px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview .wpf-topic-overview-load-more{font-size: 13px; padding: 5px 13px 0 13px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview ul[data-nomore="1"] + .wpf-topic-overview-load-more{ display: none; }
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview li .wpf-tmi-item .wpfto-date{white-space: nowrap;}
#wpforo #wpforo-wrap .wpforo-content .wpforo-section ~ .wpforo-section{margin-top: 30px;}
#wpforo #wpforo-wrap .wpforo-content .wpf-logout-message{padding: 25px 20px; font-size: 16px;  border: 3px solid #fac7c7; background: #fff9f9;  border-left: none; border-right: none;  margin-top: 45px;}
#wpforo #wpforo-wrap .wpforo-content .wpf-logout-message .wpflm-text{font-size: 18px; color: #a20808; line-height: 27px; text-align: center;}
#wpforo #wpforo-wrap .wpforo-content .wpf-logout-message .wpflm-form {text-align: right; margin-top: 25px; padding-top: 25px;  border-top: 1px dashed #bbb;  }
#wpforo #wpforo-wrap .wpforo-content .wpf-logout-message .wpflm-form textarea{width: 100%;  height: 80px;  padding: 10px;}
#wpforo #wpforo-wrap img.avatar,
#wpforo #wpforo-wrap .wpf-sbd-avatar img,
#wpforo #wpforo-wrap .wpforo-last-post-avatar img,
#wpforo #wpforo-wrap .wpforo-topic-author img,
#wpforo #wpforo-wrap .wpforo-last-topic-avatar img,
#wpforo #wpforo-wrap .wpf-thread-last-avatar img,
#wpforo #wpforo-wrap .wpf-thread-users-avatars img,
#wpforo #wpforo-wrap .wpf-tmi-user-avatar img,
#wpforo #wpforo-wrap .wpf-tmi-item img,
#wpforo #wpforo-wrap .wpforo-topic-avatar img,
#wpforo #wpforo-wrap .author-avatar img,
#wpforo #wpforo-wrap .wpforo-post-avatar img,
#wpforo #wpforo-wrap .wpforo-comment-avatar img,
#wpforo #wpforo-wrap .wpf-author-avatar img{border-radius: 50%;}
#wpforo #wpforo-wrap .wpforo-cat-panel{width: 100%; flex-wrap: wrap; display: flex; justify-content: space-between; align-items: center; padding: 6px 10px 6px 23px; border-radius: 0 0 20px 0;}
#wpforo #wpforo-wrap .wpforo-forum-description p{font-size:13px; padding:0 0 5px 0; line-height:17px; margin:0;}
#wpforo #wpforo-wrap .wpforo-forum-description p:last-child{padding-bottom: 0;}   #wpforo #wpforo-wrap .wpfl-1 .wpforo-category{flex-wrap: wrap; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 17px; border-radius: 0 0 20px 0;}
#wpforo #wpforo-wrap .wpfl-1 .cat-title{text-align:left; flex-grow: 1; font-size:16px; font-weight: 600;}
#wpforo #wpforo-wrap .wpfl-1 .cat-title .cat-name{ padding:5px 0; line-height: 36px;}
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts {width:7%; text-align:center; padding:7px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics {width:8%; text-align:center; padding:7px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum{min-height: 60px; padding: 12px 12px 12px 0; display: flex; justify-content: space-between; align-items: stretch;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-icon{width:7%; text-align:center; vertical-align:top; padding:2px 0 5px 0; font-size:1.8em; line-height:1.5em;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-info{width:75%; text-align:left; padding:8px 8px 0 0; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-title{font-size:17px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-description{font-size:13px; padding:5px 0 5px 0; line-height:17px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-subforum{padding:5px 0 6px 0; margin-top:5px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-subforum ul{font-size:14px;  padding-left:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-subforum li{float:left; margin-right:10px; padding-left:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-subforum .first{list-style:none; padding-left:0; margin-left:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-footer{font-size:13px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts{width:7%; float:right; text-align:center; padding:3px 0 5px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{width:8%; float:right; text-align:center; padding:3px 0 5px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics{ padding: 3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{width:6%; float:left; text-align:center; padding:0 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{width:94%; float:right; text-align:left; padding:1px 0 4px 0; font-size:16px; min-height:30px; margin-bottom: 15px; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list ul{font-size:12px; list-style:none; padding-left:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list li{padding-bottom:0; padding-left: 10px; display: flex; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-title{font-size:14px; cursor:default; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-title i{display: inline-block; padding-right: 7px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-title img{height:12px; padding-right:5px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-user{width:130px; text-align:left; padding:2px 5px 3px 10px; line-height: 16px; font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-avatar{width:40px; text-align:right; padding: 5px 5px 0 5px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-avatar img,
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-avatar img.avatar{ height: 25px; width: 25px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-date{width:110px; text-align:right;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-posts{width:80px; text-align:right;}  #wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-head{padding: 6px 12px 1px 12px;}
#wpforo #wpforo-wrap .wpfl-1 .head-title{width:83%; float:left; text-align:left; padding:5px 0; font-size:14px;}
#wpforo #wpforo-wrap .wpfl-1 .head-stat-posts {width:8%; float:right; text-align:center; padding:7px 0; font-size:13px; white-space:nowrap;}
#wpforo #wpforo-wrap .wpfl-1 .head-stat-views {width:8%; float:right; text-align:center; padding:7px 0; font-size:13px; white-space:nowrap;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic{padding: 4px 12px 12px 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-icon{width:7%; float:left; text-align:center; padding:1px 0 7px 0; font-size:2em; cursor:default;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-icon i.fa-check-circle{ font-size:26px; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-info{width:74%; float:left; text-align:left; padding:2px 0 0 10px; position:relative;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-title{padding:10px 2px 5px 0; font-weight:500; line-height:20px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-title a{font-size:16px; line-height:20px; padding:7px 2px 9px 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-title i{display: inline-block; padding-right: 10px; font-size: 1.1em;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-start-info{font-size:12px; line-height:20px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{width:8%; float:right; text-align:center; padding:9px 0 5px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{width:8%; float:right; text-align:center; padding:9px 0 5px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts{padding: 3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{width:6%; float:left; text-align:center; padding:0 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list{text-align:left; padding:10px 0 10px 20px; font-size:16px; min-height:25px; margin-left: 20px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list ul{font-size:12px; list-style:none; padding-left:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list li{ display: flex; justify-content: space-between; align-items: center; padding: 0 0 3px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-title{font-size:13px; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-title img{height:12px; padding-right:5px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-user{width:220px;text-align:left; padding:0 5px 0 10px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-more a{width: 100%; display: inline-block; text-align: left; padding-left: 26px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic .fa-chevron-down, #wpforo #wpforo-wrap .wpfl-1 .wpforo-topic .fa-chevron-right, .wpfcl-a{cursor:pointer } #wpforo #wpforo-wrap .wpfl-1 .post-wrap{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-action{margin: 0 2px; padding: 0 10px; border-radius: 15px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpforo-post-content-top .wpf-action{padding: 0 4px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left{float: left; padding: 20px 1px 10px; text-align: center;  width: 160px; border-radius: 0 0 5px 5px; position: relative;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right{margin-left: 162px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:right; padding:5px 10px 5px 0; margin-left:10px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{width:80px; max-height:80px; padding:2px; float:none; display:inline-block; border-radius: 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar{display:block; width:100%; float:none;max-height: 80px; max-width: 80px; margin:0 auto;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name{font-size:14px; text-align:center; font-weight:600; padding:5px 0 0 0; margin-left:-10px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title{display: flex;font-size: 12px;text-align: center;padding: 3px 0 0 0;font-weight: normal;justify-content: center;align-items: center;flex-direction: column;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title:first-letter{text-transform:uppercase;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{height:8px; width:90px; margin:7px auto 2px auto; padding:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating .bar{height:8px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined{font-size:12px; padding:1px; line-height:18px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts{font-size:12px; padding:1px; line-height:18px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .wpforo-reaction{position: absolute; right: -15px; bottom: -2px; background: #fff; padding: 12px 5px 0px 15px; border-radius: 28px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .wpforo-reaction > span > i{font-size: 20px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom {font-size:12px; padding:12px 10px 10px; display: flex; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .reacted-users{text-align:left; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright{text-align:right;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpf-post-starter{margin-right: 10px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright .wpf-action i.fa-quote-left{font-size: 18px; vertical-align: top;}   #wpforo #wpforo-wrap .wpfl-2 .wpforo-category{flex-wrap: wrap; display: flex; justify-content: space-between; align-content: flex-end; border-radius: 0 0 20px 0; margin-bottom: 30px;}
#wpforo #wpforo-wrap .wpfl-2 .cat-title{width:65%; text-align:left; font-size:16px; font-weight: 600;}
#wpforo #wpforo-wrap .wpfl-2 .cat-title .cat-name{ padding:5px 0; line-height: 36px;}
#wpforo #wpforo-wrap .wpfl-2 .forum-wrap{padding-bottom: 1px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum{min-height: 50px; padding: 0px 0 10px 0; display: flex; flex-direction: row; justify-content: space-between; align-content: stretch;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon{width:8%; text-align:center; vertical-align:top; padding:2px 0 5px 0; font-size:1.8em; line-height:1.5em;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-info{width:47%; text-align:left; padding:8px 10px 0 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-title{font-size:17px; margin-bottom: 4px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-description{font-size:13px; padding:0; line-height:17px; padding-bottom: 4px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum{padding:5px 0 6px 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum ul{font-size:14px;  padding-left:0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum li{float:left; margin-right:10px; padding-left:0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum .first {list-style:none; padding-left:0; margin-left:0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data{ padding: 5px 10px 0 10px; width: 45%; }
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details{display: flex; justify-content: flex-start; align-content: stretch;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box{ min-width: 60px; margin: 0 5px; }
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbl{ font-size: 12px; padding-bottom: 2px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbd{ font-size: 16px; padding: 0 2px; line-height: 16px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbd.wpf-sbd-avatar{display: flex; justify-content: flex-start; align-items: center; overflow: hidden;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbd.wpf-sbd-avatar img{ width: 25px; height: 25px; border: 2px solid #fff; margin-right: -8px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box .wpf-sbd.wpf-sbd-avatar .wpf-sbd-count{font-size: 13px; margin-left: 13px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-last-post-info{display: flex; justify-content: flex-start; align-content: center; margin-top: 5px; padding-top: 1px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-stat{font-size:12px;display: inline-block; padding-top: 2px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post{text-align:left; padding:0 3px; width: 100%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post p{line-height: 18px; width: calc(100% - 30px); overflow: hidden;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-title{font-size:13px; padding-top:7px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-title a{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline; width: 100%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-author{font-size:12px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{text-align:left; padding:5px 7px 5px 2px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{padding:1px; width:38px; height:38px;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-head{padding: 6px 12px 5px 12px; display: flex; justify-content: space-between; align-items: flex-end;}
#wpforo #wpforo-wrap .wpfl-2 .head-title{width:60%; text-align:left; padding:5px 0; font-size:14px;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-posts {width:7%; text-align:center; padding:7px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-views {width:8%; text-align:center; padding:7px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost {width:22%; text-align:left; padding:7px 0 7px 10px; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic{padding: 4px 12px 3px 0; display: flex; justify-content: space-between; align-items: stretch;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-avatar{width:10%; text-align:center; padding:3px 0 3px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{ padding:1px; width:50px; height:50px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info{width:50%; text-align:left; padding:2px 0 0 5px;position:relative;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title{font-size:16px; padding:3px 0 0 0; font-weight:500; margin:2px 0 5px 0; line-height:20px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title i.fa,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title i.fas,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title i.fab,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title i.far,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title i.fal { display:inline-block; margin-right:3px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title i{display: inline-block; padding-right: 6px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-start-info{font-size:11px; padding:3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{width:7%; text-align:center; padding:9px 0 5px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{width:8%; text-align:center; padding:9px 0 5px 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{width:22%; text-align:center; padding:2px 0 5px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic .wpf-sbd.wpf-sbd-avatar{display: flex; justify-content: flex-start; align-items: flex-start; padding-top: 8px; padding-left: 10px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic .wpf-sbd.wpf-sbd-avatar img{ width: 34px; height: 34px; border: 2px solid #fff; margin-right: -15px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic .wpf-sbd.wpf-sbd-avatar .wpf-sbd-count{font-size: 13px; margin-left: 18px; padding-top: 5px;} #wpforo #wpforo-wrap .wpfl-2 .post-wrap{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post-head .wpf-post-head-bottom{padding: 20px 4px 7px 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left{width: 156px; float:left; text-align:center; padding:10px 1px 10px 1px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{margin-left:158px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content{min-height:110px; padding:0 20px 5px 20px; position: relative;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top{text-align: right; padding: 7px 8px 10px 15px; display: flex; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-post-actions{text-align:right; font-size:12px; padding:0 5px; display:inline-block; margin:0 5px; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action{ margin:0 6px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions{display:flex; justify-content: flex-end; align-items: center; width:100%; text-align:right; padding-top:40px; padding-left: 45px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions span.wpf-action{ padding:3px 12px; font-size:13px; line-height:16px; border-radius: 20px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{text-align:right; font-size:12px; padding:5px 5px 5px 10px; margin-top:10px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft{float:left; text-align:left;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbright{}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{width:110px; height:110px; padding:2px; border-radius:50%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-avatar{display:block; width:100%; float:none;max-height: 110px; max-width: 110px; margin:0 auto;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-name{font-size:13px; text-align:center; font-weight:bold; padding:5px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{display: flex; justify-content: center;align-items: center;flex-direction: column;font-size:12px; text-align:center; padding:0; font-weight:normal;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .wpf-member-profile-buttons{padding:2px 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-mod-message{font-size: 13px; line-height: 25px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-starter{margin-right: 10px; border-top: none; border-left: none; padding-left: 0; background: transparent;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-post-button-actions .wpforo-action-buttons-wrap .wpf-action i{margin-right: 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content .wpforo-reaction{position: absolute;background: #fff;padding: 10px 18px 3px 13px;border-radius: 0 30px 0 0px;left: -4px;bottom: -13px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content .wpforo-reaction > span > i{font-size: 20px;}   #wpforo #wpforo-wrap .wpfl-3 .wpforo-category{flex-wrap: wrap; display: flex; justify-content: space-between; align-content: flex-end; border-radius: 0 0 20px 0; margin-bottom: 20px;}
#wpforo #wpforo-wrap .wpfl-3 .forum-wrap{margin-bottom: 5px;}
#wpforo #wpforo-wrap .wpfl-3 .cat-title{width:64%; text-align:left; font-size:16px; font-weight: 600;}
#wpforo #wpforo-wrap .wpfl-3 .cat-title .cat-name{ padding:5px 0; line-height: 36px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum{min-height: 50px; margin-bottom: 10px; padding: 7px 12px 10px 0; width:100%; display: flex; justify-content: space-between; align-items: stretch;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-icon{width:8%; text-align:center; padding:2px 0 5px 0; font-size:1.8em; line-height:1.5em;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-info{width:72%; text-align:left; padding:8px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-title{font-size:17px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-description{font-size:13px; padding:0; line-height:17px; margin-bottom: 5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat{width: 20%; padding-left: 30px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat .wpft-row{display: flex; justify-content: flex-start; flex-direction: row; align-items: center; width: 100%;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat .wpft-cell-left{width: 75%; text-align: right; padding: 1px 10px;  font-size: 13px; white-space: nowrap;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat .wpft-cell-right{width: 25%; text-align: right; padding: 1px 0 1px 10px;  font-size: 14px; white-space: nowrap;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-subforum{padding:5px 0 6px 0;  margin-top:5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-subforum ul{font-size:14px;  padding-left:20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-subforum li{float:left; margin-right:10px; padding-left:0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-subforum .first{list-style:none; padding-left:0; margin-left:-20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-footer{font-size:11px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics{padding: 3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{width:5%; float:left; text-align:center; padding:0 0; font-size:16px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list{width:95%; float:right; text-align:left; padding:3px 0 3px 0; font-size:16px; min-height:30px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list ul{font-size:12px; list-style:none; padding-left:0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list li{padding-bottom:7px; width:100%; display: flex; justify-content: space-between; align-items: flex-start;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title{font-size:15px; line-height:20px; padding-left: 16px; width: calc(100% - 175px);}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title img{height:12px; padding-right:5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title .wpforo-topic-author{display: flex; justify-content: flex-start; align-items: center; margin: 3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title .wpforo-topic-author img,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title .wpforo-topic-author img.avatar{width: 19px; height: 19px; margin-right: 7px; padding: 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-status{width: 30px; text-align: center; padding: 0 5px; min-height: 30px; font-size: 15px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic{ width:132px; text-align:center; padding:0 5px 0 0; border-collapse:separate; border-spacing:3px 0; display: flex; justify-content: space-between; align-items: stretch;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox {min-width:60px; width:48%; text-align:center; display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox .wpforo-label{box-sizing: border-box; height: 30px; font-size:12px; padding:5px 3px 0 3px; line-height:16px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox .wpforo-label svg{ height: 28px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox .count{box-sizing: border-box; height: 26px; font-size:16px; padding:0 3px 7px 3px; line-height:18px; display: flex; justify-content: stretch; align-items: flex-end;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{padding:4px 2px 0 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .answers{padding:4px 2px 0 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .views{padding:0 2px 0 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox.answers .wpforo-label svg{ height: 22px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox.votes .wpforo-label svg{ height: 22px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-info{font-size:12px; line-height:16px; margin-right: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-replies{font-size:13px; margin-left: 5px; white-space: nowrap;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-replies i{margin-right: 3px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-voteup.wpf-vote-active,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-votedown.wpf-vote-active{ color: orange !important; }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom {display: flex; justify-content: flex-start; align-items: center; line-height: 21px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom .wpforo-tags{margin: 0 15px; padding: 0; background-color: transparent; font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom .wpforo-tags .wpf-ttt{display: none;} #wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-head{padding: 6px 12px 5px 12px; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: flex-end;}
#wpforo #wpforo-wrap .wpfl-3 .head-stat {width:200px; text-align:left; padding:1px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-3 .head-title{width:calc(100% - 480px); text-align:left; padding:1px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-3 .head-status {width:200px; text-align:right; padding:1px 0; font-size:13px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic{padding-bottom: 7px; width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-title{font-size:15px; line-height:20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-details{font-size:15px; line-height:20px; padding-left: 5px; width: calc(100% - 290px);}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-details img{height:12px; padding-right:5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-details .wpforo-topic-author{display: flex; justify-content: flex-start; align-items: center; margin: 3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar {width: 50px; text-align: center; padding: 3px 5px 3px 7px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar img,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar img.avatar{width: 42px; height: 42px; padding: 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-status{width: 30px; text-align: center; padding: 0 5px; min-height: 30px; font-size: 15px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-stat{ width:190px; text-align:center; padding:0 5px 0 0; border-collapse:separate; border-spacing:3px 0; display: flex; justify-content: space-between; align-items: stretch;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox {min-width:60px; width:32%; text-align:center; display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox .wpforo-label{box-sizing: border-box; height: 30px; font-size:12px; padding:5px 3px 0 3px; line-height:16px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox .wpforo-label svg{ height: 28px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox .count{box-sizing: border-box; height: 26px; font-size:16px; padding:0 3px 7px 3px; line-height:18px; display: flex; justify-content: stretch; align-items: flex-end;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .votes{padding:4px 2px 0 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .answers{padding:4px 2px 0 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .views{padding:0 2px 0 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox.answers .wpforo-label svg{ height: 22px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox.votes .wpforo-label svg{ height: 22px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-info{font-size:13px; line-height:16px; margin-right: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-replies{font-size:13px; margin-left: 5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-replies i{margin-right: 3px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-voteup.wpf-vote-active,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-votedown.wpf-vote-active{ color: orange !important; }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-bottom {display: flex; justify-content: flex-start; align-items: center; line-height: 21px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-bottom .wpforo-tags{margin: 0 15px; padding: 0; background-color: transparent; font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-bottom .wpforo-tags .wpf-ttt{display: none;} #wpforo #wpforo-wrap .wpfl-3 .post-wrap{margin-bottom:2px;  }
#wpforo #wpforo-wrap .wpfl-3 .wpf-answer-wrap{margin-top:20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post{display: flex; justify-content: space-between; align-items: flex-start;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post.wpforo-tags{justify-content: flex-start;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left{width: 90px; text-align:center; padding:10px 1px 10px 1px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-up{font-size:32px; text-align:center }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-num{font-size:28px; text-align:center }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-down{font-size:32px; text-align:center }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:34px; padding-top:5px; text-align:center;cursor: pointer;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:34px; padding-top:5px; text-align:center; cursor: pointer;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{width: calc(100% - 100px)}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-date{line-height: 28px; float: right;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-link{float:right; padding-left:10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author{padding-top:6px; padding-left:20px; padding-bottom: 10px; display: flex; justify-content: flex-start; align-items: flex-end;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-avatar{padding-right: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-avatar img,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-avatar img.avatar{width: 56px; height: 56px; display: block;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details{display: flex; justify-content: flex-start; align-items: flex-end;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpf-pa-name{font-size: 16px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpf-pa-online{font-size: 15px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpf-author-nicename{padding: 0; line-height: 16px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-name{padding-bottom: 4px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-data{padding-left: 12px; margin-left: 12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-stat{padding-left: 12px; margin-left: 12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{min-height:40px; padding-top:6px; padding-left:20px; margin-left: -6px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:right; padding: 0px 10px 2px 10px; margin-bottom:8px; margin-left: 20px; display:block; position:inherit;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-lb-box{font-size:11px; display:table-cell;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-action-links{font-size:12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{text-align:right; padding:8px 10px 10px 10px; font-size:13px; display:block;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{border-top:#659FBE 1px dotted; margin-top:10px; width:80%; padding:10px 0 20px 0; font-size:11px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-left{width:25%; padding:5px; text-align:center; float:left;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-right{margin-left:27%;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .author-stat-item{font-size:13px; padding-right:7px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .author-stat-item i{padding-right:5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .author-rating-full{ min-width:auto; padding:0; font-size:14px; line-height:14px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-answer-button, #wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-add-comment-button{display:inline-block; padding:3px 15px 3px 0; text-align:right; margin:1px 0 10px 0; cursor:pointer; font-size:14px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-add-comment-button{margin:8px 0 0; text-align:right; }
#wpforo #wpforo-wrap .wpfl-3 .wpf-add-comment-button .wpf-button{display: inline; padding: 3px 15px 4px 15px !important; cursor: pointer; font-size: 12px; box-shadow: none; text-transform: none;}
#wpforo #wpforo-wrap .wpfl-3 .comment-wrap{margin-bottom:1px; margin-top:6px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment{padding: 1px; min-height: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpforo-comment-action-links .wpf-action{ margin:1px 5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-left{width: 90px; float:left; text-align:center; padding:5px 1px 5px 1px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-left .wpf-comment-icon {font-size:20px; text-align:center; padding-left:35px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{margin-left:92px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-content{padding:10px 20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-content p{font-size:14px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-action-links{text-align:right; font-size:11px; clear:both; margin-top: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-top{padding:3px 0 6px 0; display:block;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpf-post-starter{margin: 0 5px; padding: 1px 10px; font-size: 11px; border-radius: 0; background: transparent; border-radius: 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-avatar{margin-right: 3px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-avatar img,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-avatar img.avatar{width: 18px; height: 18px; vertical-align: text-bottom; display: inline-block; }
#wpforo #wpforo-wrap .wpfl-3 .wpf-positive{font-size:28px; cursor: pointer;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-negative{font-size:28px; cursor: pointer;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-vote-number{font-size:28px; line-height:30px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-member-title {cursor: default;display: inline;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-member-title.wpfut {margin: 0 0 3px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-button{font-size: 13px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep{font-size: 18px; padding: 5px 1px 5px 10px; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; flex-direction: row;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep select{margin: 0 0 5px 0; outline: 0 none;padding: 3px 5px 3px 7px;font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep svg{height: 24px; width: 24px; margin-right: 10px; vertical-align: middle;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar{display:block; margin-left: 95px; border: 1px dashed #ccc; padding: 12px 10px; border-radius: 20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-bottom-bar .wpf-answer-button{}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-post-starter{margin-right: 10px; border: none; margin-top: 2px; float: right; border-radius: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-topic-sbs{padding: 0 2px;}   #wpforo #wpforo-wrap .wpf-circle{display: flex; flex-direction: column; align-items: center; justify-content: space-around; }
#wpforo #wpforo-wrap .wpf-circle.wpf-m{width: 48px; height: 48px;}
#wpforo #wpforo-wrap .wpf-circle.wpf-m i{font-size: 19px; opacity: 0.7;}
#wpforo #wpforo-wrap .wpf-circle.wpf-s{width: 20px; height: 20px; min-width: 20px; min-height: 20px;}
#wpforo #wpforo-wrap .wpf-circle.wpf-s i{font-size: 13px;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-category{flex-wrap: wrap; display: flex; justify-content: space-between; align-items: flex-end; float: none; border-radius: 0 0 20px 0; margin-bottom: 20px;}
#wpforo #wpforo-wrap .wpfl-4.wpf-subforums .wpforo-category{padding: 12px 0 5px 0; border-radius: 0;}
#wpforo #wpforo-wrap .wpfl-4.wpf-subforums .wpforo-category i{font-size: 14px; margin-right: 7px;}
#wpforo #wpforo-wrap .wpfl-4 .cat-title{text-align:left; padding:5px 10px 5px 0; font-size:16px; font-weight: 600;}
#wpforo #wpforo-wrap .wpfl-4 .cat-icon{ margin-right: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar {padding: 14px 12px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar-left,
#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar-right{width: auto; min-height: auto; float: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar-left{flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-topic-form-extra-wrap .wpf-topic-create {border: none;margin-bottom: 20px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads a{ opacity:0.5; font-size: 17px; border-bottom: 1px dashed transparent; display: inline-block; padding:4px 2px; line-height: 20px; margin: 0 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads a:hover,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads a.wpf-active{opacity: 1;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-forums{cursor:pointer; padding: 3px 5px 3px 2px; font-size: 15px; line-height: 30px; display: inline-block; margin-right: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-forums i{ display: inline-block; padding: 0; margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forums{width: 100%; margin: 0 0 10px 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list{display: flex; justify-content: space-between; align-content: flex-start; flex-direction: row; flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item .wpf-circle{margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item{width: 49.8%; min-width: 200px; padding: 7px 5px 6px 15px; margin-top: 3px; display: flex; justify-content: flex-start; align-items:flex-start; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a{line-height: 1.5; outline: hidden;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item .wpf-forum-item-stat{ white-space: nowrap; color:#777777; margin-left: 5px; font-size: 11px; padding: 0px 6px; border: 1px solid #cccccc; line-height: 16px; border-radius: 3px; cursor: default;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item .wpf-forum-item-stat sep{color: #999999; padding: 0px 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-list .wpf-no-thread{width: 100%; display: block; text-align: center; font-size: 13px; padding: 5px; color: #555555;}
#wpforo #wpforo-wrap .wpfl-4 img.avatar{border-radius: 50%; display: block;width: 42px;} #wpforo #wpforo-wrap .wpfl-4 .wpf-threads{ margin-top: 15px; margin-bottom: 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread{ padding: 7px 0; box-shadow: inset 0px -10px 7px -6px rgba(0, 0, 0, 0.02);}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items:stretch;width: 100%; min-height: 35px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-label{padding: 3px 5px 3px 2px; font-size: 15px; line-height: 20px; display: inline-block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box{ float: left; font-size: 12px; padding: 5px 1px; text-align: center; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-status{min-width: 63px; width: 85px; text-align: left; padding-left: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-title{ width: 45%; text-align: left; flex-grow: 2; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-forum{ width:70px; text-align: left; padding-left: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-author{width: 7%; text-align: center; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-posts{min-width: 65px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-views{min-width: 65px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-last-reply{ width:160px; text-align: left; padding-left: 20px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-last-avatar img,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-last-avatar img.avatar{width: 24px; height: 24px; box-shadow: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-body {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items:flex-start;width: 100%; min-height: 35px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box{padding:1px 5px; text-align: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-status{min-width: 63px; width: 85px; margin-left: 10px; padding-top: 4px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title{width: 45%; text-align: left; padding-left: 5px; padding-right: 20px; flex-grow: 2; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title i{margin-right: 7px;text-shadow: 1px 0px 1px #ccc;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum{width:70px; text-align: center; padding-right: 0; padding-left: 0; margin-top: 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum span{padding-left: 1px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-author{width:auto; text-align: left; padding: 4px 15px 0 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title .wpf-thread-author-name,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title .wpf-thread-author-name a{font-size: 13px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-posts{min-width: 65px; line-height: 2.3; font-size: 15px; display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-posts span{padding: 12px 1px; display: block; margin: -5px auto 0; border-radius: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views{min-width: 65px; line-height: 2.3; font-size: 15px;display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views span{padding: 12px; display: block; margin: -5px auto 0; border-radius: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply{width: 160px; padding-left: 20px; text-align: right; line-height: 1.5; font-size: 12px; display: flex; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-user{display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; text-align: left;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-user span{margin-right: 4px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-date{display: flex; justify-content: flex-start; align-items: center; text-align: left;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-date i{margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-avatar{margin-right: 3px;display: flex; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-avatar i{margin-right: 9px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-info{font-size: 12px; line-height: 18px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title .wpf-thread-head{line-height: 19px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a {line-height: 18px; display: inline; font-size: 14px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-status-mobile{display: none; font-size: 12px; margin-right: 2px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-status-mobile i{margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-forum-mobile{display: none; font-size: 12px; cursor: default;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-date-mobile{display: none; font-size: 11px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status{display: flex; justify-content: flex-start; flex-direction: row; align-items: flex-start; padding-top: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-thread-statuses{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items:flex-end;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle{margin-left: -6px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle:first-child{ width: 48px; height: 48px; min-width: 28px; min-height: 28px; margin-left: -6px; margin-right: -10px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle:first-child i{font-size: 20px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-forum{display: flex; justify-content: center; flex-direction: row; align-items: center; padding-top: 1px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users{display: flex; justify-content: flex-start; flex-direction: row; align-items: flex-start; padding-top: 1px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users-avatars{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items:flex-end;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users a img{ display: inline-block; border-radius: 50%; padding: 1px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle.wpf-s{width: 22px;height: 22px; min-width: 22px; min-height: 22px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle{margin-left: -8px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle a{display: inline-block;line-height: 1vw; padding: 0; margin: 0; max-width: 100%;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle img{width: 100%;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle:first-child{ width: 2.2vw; height: 2.2vw; min-width: 28px; min-height: 28px; margin-left: 0; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-filter i{ width: 17px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags{padding: 0; font-size: 11px; margin: 0; display: inline-block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags .wpf-tags-text i{padding-right: 0; margin-right: 4px; font-size: 14px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags .wpf-tags-text span.wpf-ttt{ display: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags tag a{padding: 2px 0; font-size: 11px;}
#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-threads-head{ padding: 7px 7px; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items:stretch;width: 100%; min-height: 35px;}
#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-threads{ margin-top: 10px;}
#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-threads-head .wpf-thead-date{padding-right: 5px;}
#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-thread-box.wpf-thread-date{padding-right: 15px;} #wpforo #wpforo-wrap .wpfl-4 .post-wrap{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpfl-4 .post-wrap:first-child{margin-bottom:-10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-right .wpf-member-title.wpfut{display: inline-block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: flex-start;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-topic-meta{margin-left: 110px;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-topic-meta .wpf-parent-post{display: block;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-topic-meta .wpforo-tags{padding: 20px 20px 0 20px; margin-bottom: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-topic-meta .wpforo-tags .wpf-tags-title{ padding-top: 1px; padding-right: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-post-btns .wpf-action{ margin:0 6px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left{padding: 15px 1px 10px; text-align: center;  width: 100px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .avatar{width:80px; max-height:80px; padding:3px; float:none; display:inline-block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .wpf-author-avatar{display:block; width:100%; float:none;max-height: 80px; max-width: 80px; margin:0 auto 7px auto}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .wpf-author-posts{font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right{flex-grow: 1; padding-top: 15px; padding-left: 10px; width: calc(100% - 100px);}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top{ display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items:flex-end; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author{display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items:flex-end; flex-grow: 1; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name{font-size:16px; font-weight:600; margin-right: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name i{font-size: 14px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-member-title{ margin-right: 5px; border-radius: 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-post-date{ text-align: right; font-size: 12px; padding-bottom: 2px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom{display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items:baseline;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author{display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items:flex-end; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-nicename{ font-size: 13px; margin-right: 5px; line-height: 21px; padding-top: 0px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-title{font-size:11px; margin-right: 7px; display: flex;flex-direction: row; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-joined{font-size:11px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-joined i{margin-right: 2px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-post-btns i{font-size: 12px; opacity: 0.8;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content{ width: 100%; padding: 5px 1px; margin-top: 7px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .author-rating-full{font-size: 14px;min-width: 26px;padding: 2px 0px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content .wpforo-post-content{min-height: auto; padding: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content .wpf-post-edit-wrap{margin: 20px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content .wpf-mod{display: block; margin-top: -15px; padding-bottom: 1px; font-size: 12px; line-height: 16px; text-align: right;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content .wpf-mod .wpf-mod-message{float: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot{width: 100%; padding:8px 20px 9px 15px; border-radius: 10px 0 0 0; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items:center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reaction-wrap{opacity: 0.8; margin-right: 7px; padding-right: 10px; border-right: 1px solid #ededed;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reaction-wrap:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reaction-wrap .wpf-like-count{ margin-right: 5px; border-right: 1px solid #ccc; padding-right: 14px; white-space: normal; cursor:pointer; font-size: 15px; display: inline-block; line-height: 20px;}
#wpforo #wpforo-wrap .wpfl-4 .wpfp-first .wpf-content-foot .wpf-reaction-wrap .wpf-like-count{ border-right: none}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply{ }
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply .wpf-action{margin: 0;line-height: 20px; padding: 2px 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply i{ font-size: 12px; line-height: 20px; padding-right: 3px; margin-right: 6px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons{flex-grow: 1; text-align: right; margin-right: -10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action{margin: 0 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action i.fa-thumbtack {font-size: 14px; vertical-align: middle;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action i.fa-eye,
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action i.fa-eye-slash,
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action i.fa-quote-left{font-size: 18px; vertical-align: text-bottom;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar{  cursor: pointer; margin-bottom: 15px; margin-left: 110px; margin-top: 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-post-replies-info i{margin-right: 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-post-replies-info span{font-weight: 600;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-post-replies-info .wpf-post-replies-count{margin-right: 1px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-post-replies-info{font-size: 12px; text-transform: uppercase; padding-right: 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-prsep{flex-grow: 1; height: 1px;margin-right: 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpforo-ttgg{ font-size: 18px; line-height: 16px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpforo-ttgg i{vertical-align: middle; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-1{margin-left: 110px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-2,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-3,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-4,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-5,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-6,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-7{margin-left: 40px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post{ margin-bottom: 20px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head{display: flex; flex-wrap: wrap; flex-direction: row; justify-content:space-between; align-items:center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar{width: 70px; height: 52px; padding:0 10px; align-self:flex-start;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar img,
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar .avatar{ padding: 3px; width: 50px; height: 50px; max-width: 100%; max-height: 100%;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author{flex-grow: 3; padding-bottom: 7px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-head{display:flex; flex-wrap: wrap; flex-direction: row; justify-content:flex-start; align-items:center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-membertoggle{display: inline-block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-memberinfo{text-align: left; font-size: 12px; padding: 0 0 10px 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-memberinfo .wpf-member-profile-button{font-size: 13px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-memberinfo .wpf-member-socnet-wrap{padding: 5px 0 7px 0; text-align: left;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-memberinfo .wpf-author-title{margin: 0 7px 0 2px; font-size: 11px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-name{display: inline-block;font-size: 13px; font-weight: 600; margin-right: 7px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-name i{font-size:12px}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-title{display: inline-block; margin: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-title .wpf-member-title.wpfut { font-size: 10px; line-height: 13px; padding: 2px 15px; margin: 5px 7px 5px auto; border: none; border-radius: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-title .wpf-member-title.wpfut.wpfsut{background-color: #f1f1f1; padding: 3px 10px 2px 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-nicename{display: inline-block; margin-right: 4px; font-size: 13px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-posts{display: inline-block; margin-right: 6px; font-size: 11px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-joined{display: inline-block; font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-joined i{margin-right: 2px; font-size: 11px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .author-rating-full { display: inline-block; font-size: 13px; line-height: 16px; min-width: auto; padding: 2px 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-date{flex-grow: 1; align-self: flex-end; padding-bottom: 18px; text-align: right; padding-right: 15px; font-size: 11px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-btns{align-self: flex-end; font-size: 11px; padding-bottom: 15px; line-height: 26px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-btns .wpf-sb-top{font-size: 12px; line-height: 26px; padding: 0 0 0 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-btns .wpf-sb.wpf-sb-top .wpf-sb-buttons i{line-height: 29px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-sb.wpf-sb-top .wpf-sb-buttons i{font-size: 14px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content{margin-top: -10px; padding: 1px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-mod{margin-top: -10px;  font-size: 11px; padding: 1px 25px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree{margin:12px 25px 15px 25px; padding: 0 0 5px 10px; display:flex; flex-wrap: wrap; flex-direction: row; justify-content:flex-start; align-items:center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree i.fa-ellipsis-h{margin-left: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-reply-to.wpf-tree-item{margin-left: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item a{display:flex; flex-wrap: wrap; flex-direction: row; justify-content:flex-start; align-items:center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item em{cursor: text; font-style: normal;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item img,
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item .avatar{width: 18px; height: 18px; display: inline-block; margin: 0 5px 0 8px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item.wpf-starter .avatar{ width: 22px; height: 22px; padding: 1px; box-sizing: border-box;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-sep{font-size: 16px; margin-left: 10px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpforo-post-content{margin: 5px 25px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpforo-post-meta{margin: 5px 25px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-content-foot{margin: 10px 0 0 0; width: 100%; min-height: 35px; padding:8px 15px 9px 15px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items:center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-content-foot .wpf-reaction-wrap .wpf-like-count{margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-memberinfo .wpf-member-profile-buttons{padding-top: 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpforo-post-meta{margin: 30px 25px 10px 25px;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpforo-post-signature{margin-top: 30px;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpforo-post-footer .reacted-users:not(:empty){padding: 5px 15px; font-size: 12px; display: flex;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpforo-post-footer .reacted-users:not(:empty) a{margin: 0 4px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-replies-sep{padding: 20px 0 5px 10px;margin: 5px 0 0 12px;font-size: 13px;text-transform: uppercase;font-weight: bold;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-replies-sep i{margin-right: 3px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-replies-sep span{font-weight: bold;}
#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-field-name-title{display:none;}
#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4{width: calc(100% - 110px);margin: 0 0 0 auto;}
#wpforo #wpforo-wrap .reply-wrap .wpf-form-wrapper.wpfel-4{width: 100%;}
#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4 .wpf-reply-form-title{font-size: 16px;margin: 20px 0 10px 0;font-weight: normal;line-height: 20px;display: block;}
#wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
#wpforo #wpforo-wrap .wpfl-4 .post-wrap .wpf-post-create .wpf-field-name-title,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies .wpf-post-create .wpf-field-name-title{display:block!important;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-post-starter{margin: 5px; padding: 1px 7px 3px 7px; font-size: 12px; border-radius: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-post-starter{margin-right: 7px; padding: 1px 6px; font-size: 11px; border-radius: 2px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-post-starter i{margin-right: 0px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-member-title{display: inline-block;}
#wpforo #wpforo-wrap .wpf-add-topic-title{text-align: center; margin-bottom: 10px; font-size: 18px; font-weight: normal; padding: 12px; border-left: none; border-right: none; text-transform: uppercase;}   #wpforo #wpforo-wrap .wpf-popover { display: inline-block; text-decoration: none; position: relative; margin: 0 2px; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content {background: #f5f5f5;color: #555;border-radius: 15px;font-size: 14px;font-weight: bold;position:  absolute;bottom: 0;left: -20px;right: -20px;padding: 5px 7px;visibility: hidden;opacity: 0;-webkit-transition: all .4s;-moz-transition: all .4s;transition: all .4s;text-align: center;box-shadow: 0 0 7px #ccc;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content:before {content: '';border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 11px solid transparent;position: absolute;bottom: -11px;left: 45%;text-align: center;}
#wpforo #wpforo-wrap .wpf-popover:hover .wpf-popover-content,
#wpforo #wpforo-wrap .wpf-popover:focus .wpf-popover-content,
#wpforo #wpforo-wrap .wpf-popover:active .wpf-popover-content{bottom: 35px; visibility: visible; opacity: 1; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px 5px;}
#wpforo #wpforo-wrap .wpf-popover > span > i,
#wpforo #wpforo-wrap .wpf-popover > div > i{font-size: 18px; line-height: 18px; cursor: pointer;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content span,
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content div{display: block; padding: 1px 0;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content i{font-size: 18px; line-height: 18px; cursor: pointer; background: transparent; border-radius: 50%; padding: 5px;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content i:hover{background: #fff;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content [data-type]{transition: transform .2s ease;}
#wpforo #wpforo-wrap .wpf-popover .wpf-popover-content [data-type]:hover{transform: scale(1.5); z-index: 1;}
.wpf-reaction-icon {cursor: pointer !important; display: inline-flex !important; justify-content: center !important; align-items: center !important;}
#wpforo #wpforo-wrap .wpf-reaction-wrap .wpf-popover .wpf-reaction-icon img,
#wpforo #wpforo-wrap .wpf-reaction-wrap .wpf-popover .wpf-reaction-icon img.emoji{height: 20px!important; width: 20px!important;}
.wpf-reaction-icon img,
.wpf-reaction-icon img.emoji{height: 20px; width: 20px;}   #wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head{position:relative; width:100%; height: 200px; border-radius: 15px; margin-bottom: 0; background-size: cover; background-position: center;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head .wpforo-profile-back{position: absolute; top:12px; right: 12px; opacity: 0.8; display: inline-block; padding: 2px 15px; border-radius: 0 10px 0 10px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head .wpforo-profile-back:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head .wpforo-profile-back a{color: #fff; font-weight: normal; font-size: 13px; line-height: 22px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head .wpforo-profile-back i{padding-right: 3px; vertical-align: baseline; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel{width: calc(100% - 30px); position: absolute; left: 20px; bottom: -37px; display: flex; justify-content: space-between; align-items: center;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-member-title.wpfut{border-radius: 4px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-profile-avatar {width: 170px; position: relative;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-profile-avatar .wpf-profile-online {position: absolute; left: 16px; bottom: 16px; font-size: 18px; border: 2px solid #fff; line-height: 18px; border-radius: 50%;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-profile-avatar img,
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-profile-avatar img.avatar{width: 150px; height: 150px; border: 3px solid #fff;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-top{display: flex; justify-content: space-between; align-items: flex-end; width: 100%;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data{width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; flex-grow: 1; padding-left: 10px; padding-top: 22px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data .wpf-profile-details{ background-color: #fff; padding: 3px 20px; opacity: 0.8; max-width: 50%; border-radius: 7px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data .wpf-profile-details .wpfp-name{ font-size: 16px; font-weight: 600; color: #333;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-details .wpfp-name .wpf-author-nicename {display: inline-block;border-left: 2px solid #bbb; font-weight: normal; padding-left: 8px; margin-left: 6px; line-height: 20px; vertical-align: initial; color: #111; font-size: 15px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data .wpfp-box{padding-right: 16px; margin-right: 0;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data .wpf-profile-head-right{display: flex; justify-content: flex-end; align-items: flex-end;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-edit-cover{font-size: 20px; padding: 0 4px; margin: 0; line-height: 18px; color: #555; cursor: pointer; position: relative;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-edit-cover i{background-color: #ccc; opacity: 0.7; padding: 1px 2px; border-radius: 3px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-edit-cover ul.wpf-edit-cover-options{ position: absolute; z-index: 1; min-width: 150px; background-color: white; color: black; display: none; flex-direction: column; font-size: 12px; right: 35px; bottom: 0; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-edit-cover ul.wpf-edit-cover-options li{ opacity: 0.7; flex-grow: 1; flex-shrink: 0; width: 100%; white-space: nowrap; padding: 7px 15px; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-edit-cover ul.wpf-edit-cover-options li:hover{ opacity: 1; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom{padding: 18px 0 0 180px; display: flex; justify-content: space-between; align-items: flex-start; width: 100%; margin-top: -12px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-flex{flex-grow: 1;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-box{padding-right: 16px; margin-right: 0;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-reputation{border-right: none; line-height: 30px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-joined{padding-right: 0; margin-right: 0; border-right: none; flex-grow: 1; text-align: right; line-height: 18px; color: #777;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-actions{margin-top: 6px; padding: 10px 12px; border: 1px solid #f5f5f5; border-width: 1px 0 1px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-plugin-menu{text-align:right;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-plugin-menu .wpf-pp-menu{text-align:center; min-width:3%; margin:1px 0; float:right; opacity:0.9;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item{padding:2px 10px; font-size:13px; display:block; text-align:center;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item a{font-size:13px;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item i{font-size:15px; padding-right:3px;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item a i{font-size:15px; padding-right:5px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-wrap{display: flex; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-user{display: inline-block; margin-right: 15px; opacity: 1; cursor: pointer; font-size: 14px; line-height: 22px; padding: 2px 15px 2px 15px; border: 1px solid #666; color: #666; border-radius: 20px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-user:hover{background-color: #f5f5f5;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-user svg{width: 18px; height: 18px; fill: #666; vertical-align: text-bottom; margin-right: 3px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-follow-tabs{font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span{font-size: 17px; margin-left: 10px; cursor: pointer;opacity: 0.9;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span svg{width: 19px; height: 19px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-grow{flex-grow: 1;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu{padding:0; text-align:center; width:100%; margin:20px 0 0; padding:0; border:none; display: flex; justify-content: flex-start; align-items: flex-end;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu{padding:8px 15px; line-height: 23px; min-width: 15%; margin-bottom: -2px; font-size: 14px; text-align: left;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu i,
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu svg{display:inline-block; padding-right:4px; width: 20px; height: 14px;}
#wpforo #wpforo-wrap .wpf-profile-section{width:100%; margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head{padding:5px 0 10px 0;font-size:17px;text-align:left;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head i{font-size:22px; padding-right:5px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-body{ width:100%; margin-top:10px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-section-stat{margin-top: 25px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-stat-wrap{width:100%; margin-top:10px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox{display: flex; justify-content: flex-start; align-items: center; width: 195px; margin-right: 3px; margin-bottom: 17px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-icon{width: 46px; height: 46px; border-radius: 50%; font-size: 20px; display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-icon svg{width: 20px; height: 20px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-data{padding-left: 15px}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-value{font-size: 16px; font-weight: 600; line-height: 20px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-title{font-size: 13px;}
#wpforo #wpforo-wrap .wpforo-profile-account{margin-top:2px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-label{padding:10px; font-size:15px; vertical-align:top;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-socnet {border:none!important; background:transparent!important;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-socnet input[type="text"]{width:80%;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-content{background:transparent; margin-top:0; border-top: none;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-content table{border:none!important; margin-top:0;}
#wpforo #wpforo-wrap .wpforo-profile .wpf-username{font-weight:bold; font-size:15px; display:inline-block; padding-left:10px;}
#wpforo #wpforo-wrap .wpforo-profile input[type="file"].wpf-custom-avatar{ width:40%; vertical-align:baseline; margin-left:10px; }
#wpforo #wpforo-wrap .wpforo-profile img.wpf-custom-avatar-img{ vertical-align:bottom; max-height:40px; max-width:100px; border:1px solid #ccc; padding:2px; margin-top:5px; display: inline-block; }
#wpforo #wpforo-wrap .wpforo-profile .wpf-member-title{display: inline-block;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field{padding: 8px 0;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field.wpf-field-name-about{ border-top:none; padding-bottom:20px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field.wpf-field-name-html_soc_net{font-size: 18px; border-bottom: 2px solid #ddd; margin-bottom: 6px; padding-bottom: 6px; margin-top: 10px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field.wpf-field-name-html_soc_net .wpf-label{font-size: 18px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field-name-about .wpf-label-wrap{ width:100%; display:block; text-align:justify; margin-bottom:10px; padding-bottom:10px; margin-top:5px; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field-name-about .wpf-label{ font-size:20px; font-weight:normal; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field-name-about .wpf-label i{ display:inline-block; padding-right:5px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field-name-about .wpf-field-wrap{ width:100%; font-style:italic; font-size:14px; line-height:22px; text-align:justify; font-size: 15px; line-height: 22px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field-name-about .wpf-field-wrap p{font-size: 15px; line-height: 22px;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(1){ width: 40%;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(2){ width: 30%;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(3){ width: 30%;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(2) .wpf-field{text-align: center;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(3) .wpf-field{text-align: center;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar li{border-bottom: medium none; font-size: 13px;padding: 5px 0;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="url"]{ padding: 2px; width: 50%;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="file"]{ font-size: 14px; padding: 2px; line-height: 18px;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-name-about textarea{ height: 110px;}
#wpforo #wpforo-wrap .wpforo-profile-home .wpfw-2 .wpf-field .wpf-field-wrap, #wpforo #wpforo-wrap .wpforo-profile-home .wpfw-3 .wpf-field .wpf-field-wrap{padding-left: 35px;}
#wpforo #wpforo-wrap .wpf-board-panel{display: flex; justify-content: space-between; align-items: stretch; margin:0 0 20px; padding: 0; margin-top: 4px;}
#wpforo #wpforo-wrap .wpf-board-panel-left{display: flex; justify-content: flex-start; align-items: center; font-size: 16px; padding: 0 15px;}
#wpforo #wpforo-wrap .wpf-board-panel-right{display: flex; justify-content: flex-end; align-items: center; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-board-panel-right span{padding: 0 20px; line-height: 45px; display: inline-block;}
#wpforo #wpforo-wrap .wpf-board-panel-right span.wpf-active{margin-bottom: -6px;height: 50px;}
#wpforo #wpforo-wrap .wpf-pt-favored .wpf-activity-icon{width: 90px; padding: 5px 10px; position: relative; text-align: center;}   #wpforo #wpforo-wrap .wpf-activity-panel{display: flex; justify-content: space-between; align-items: stretch; border-radius: 10px; margin:30px 0; padding: 10px;}
#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-left{display: flex; justify-content: flex-start; align-items: center; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-left span{padding: 0 3px;}
#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-right{display: flex; justify-content: flex-end; align-items: center; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-right span{padding: 0 10px;}
#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-right span:last-child{border-right: none;}
#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-right span.wpf-active{border-radius: 5px;}
#wpforo #wpforo-wrap .wpf-activity{display: flex; justify-content: space-between; align-items: stretch; margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpf-activity{display: flex; justify-content: space-between; align-items: stretch; margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpf-activity-icon{width: 70px; padding:5px 10px; position: relative;}
#wpforo #wpforo-wrap .wpf-activity-icon i{position: absolute; display: inline-block; width: 23px; height: 23px; text-align: center; left: -2px; top: 39px; border-radius: 50%; font-size: 14px; line-height: 23px;}
#wpforo #wpforo-wrap .wpf-activity-icon svg{width: 34px; height: 34px;}
#wpforo #wpforo-wrap .wpf-activity-icon .wpf-activity-tlabel{line-height: 15px; font-size: 11px; text-transform: uppercase;}
#wpforo #wpforo-wrap .wpf-activity-data{flex-grow: 1; padding-left: 20px; width: calc(100% - 80px);}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-top{display: flex; justify-content: space-between; align-items: flex-start;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-bottom{display: flex; justify-content: flex-start; align-items: center; margin-top: 1px;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-date{width: 130px; text-align: right; font-size: 13px;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-stat{display: flex; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-stat div{margin-right: 15px;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-bottom .wpf-activity-flabel{font-size: 12px; text-transform: uppercase;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-bottom .wpf-activity-forum{padding-left: 10px; font-size: 12px; margin-left: 10px;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-bottom .wpf-activity-forum i{margin-right: 5px;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-top .wpf-activity-title{font-size: 15px;}
#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-top .wpf-activity-title i{padding-right: 3px;}
#wpforo #wpforo-wrap .wpfa-reply .wpf-activity-icon svg{width: 32px; height: 32px; margin-top: 5px; margin-left: 2px;}   #wpforo #wpforo-wrap .wpforo-subscriptions{margin-top:0; padding-top: 20px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-head{font-size: 16px; padding: 5px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk{padding: 15px 0;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk div{padding:5px 20px 5px 0; display: inline-block; margin-right: 10px; }
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options{width: 100%; overflow-x: hidden; overflow-y:auto; padding: 10px; height: 190px; margin-top: 5px;  }
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options ul{list-style: none; margin-left: 0; padding-left: 0;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options ul li{padding: 5px 0 5px 0;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options ul li:last-child{border: none;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-tool-foot{text-align: right; padding: 10px 0;}
#wpforo #wpforo-wrap .wpforo-subscriptions  input[type="checkbox"] {padding: 10px;margin-left: 8px;}
#wpforo #wpforo-wrap .wpforo-subscriptions  label {display: inline; padding: 10px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-div{ display: inline-block;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-checkbox{vertical-align: top; font-style: italic;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-form-title{font-weight: bold; padding: 0 5px; vertical-align: top; width: 50%;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-cat.wpf-sbs-div{ display: block; width: 100%; padding: 7px 10px; font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options input[type="checkbox"] {padding: 10px; margin-left: 8px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options label {display: inline; padding: 10px;}
#wpforo #wpforo-wrap .wpf-sbs-panel{display: flex; justify-content: space-between; align-items: stretch; border-radius: 10px; margin:35px 0 30px 0; padding: 10px;}
#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-left{display: flex; justify-content: flex-start; align-items: center; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-left span{padding: 0 3px;}
#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-right{display: flex; justify-content: flex-end; align-items: center; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-right span{padding: 0 10px;}
#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-right span:last-child{border-right: none;}
#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-right span.wpf-active{border-radius: 5px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sbs{margin-top: 20px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb{display: flex; justify-content: space-between; align-items: stretch; text-align: left; padding: 8px 0;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb .sbn-icon{width: 40px; text-align: center; font-size: 17px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb .sbn-title{width: calc(100% - 100px); text-align: left; font-size: 16px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb .sbn-action{text-align: center;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb .sbn-action i{font-size: 17px;}
#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb .sbn-action .wpf-sbn-unsbscrb{ cursor: pointer; }
#wpforo #wpforo-wrap .wpforo-followers .wpf-tab-subtitle{padding: 12px 14px 15px; font-weight: normal; margin-bottom: 20px; text-transform: uppercase;font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-followers .wpforo-followers-list{width: 100%;display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-followers .wpforo-follower{width: 150px;display: flex;flex-direction: column;justify-content: center;align-items: center; margin: 1%;padding: 15px 10px;border-radius: 0 10px 10px;}
#wpforo #wpforo-wrap .wpforo-followers .wpforo-follower .follower-title{font-size: 14px}
#wpforo #wpforo-wrap .wpforo-followers .wpforo-follower .follower-avatar img{border: 1px solid #fff;}
#wpforo #wpforo-wrap .wpforo-following .wpf-tab-subtitle{padding: 12px 14px 15px; font-weight: normal; margin-bottom: 20px; text-transform: uppercase;font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-following .wpforo-following-list{width: 100%;display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-following .wpforo-follower{width: 150px;display: flex;flex-direction: column;justify-content: center;align-items: center; margin: 1%;padding: 15px 10px;border-radius: 0 10px 10px;}
#wpforo #wpforo-wrap .wpforo-following .wpforo-follower .follower-title{font-size: 14px}
#wpforo #wpforo-wrap .wpforo-following .wpforo-follower .follower-avatar img{border: 1px solid #fff;} #wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-head { min-height: 110px; }
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel{min-height: 150px;}   #wpforo #wpforo-wrap input{border-radius: 0; box-shadow: none; font-weight: normal;}
#wpforo #wpforo-wrap textarea{padding: 5px 3px 3px 5px; border-radius: 0; box-shadow: none; font-weight: normal;}
#wpforo #wpforo-wrap select {text-indent: 0.01px; text-overflow: ''; padding: 5px 5px 5px 7px; font-size: 14px; line-height:18px;}
#wpforo #wpforo-wrap input[type="text"], #wpforo #wpforo-wrap input[type="password"], #wpforo #wpforo-wrap input[type="email"], #wpforo #wpforo-wrap textarea, #wpforo #wpforo-wrap select {margin: 2px; outline: 0 none; padding: 5px 5px 5px 7px; font-size: 14px; line-height:18px;}
#wpforo #wpforo-wrap input[type="submit"],
#wpforo #wpforo-wrap input[type="reset"],
#wpforo #wpforo-wrap input[type="button"]{padding:6px 18px!important; font-size:13px; font-weight:normal; cursor:pointer; border-radius: 20px; white-space:nowrap; box-shadow: 0 1px 1px #999999; outline: 0;}
#wpforo #wpforo-wrap .wpforo-widget-wrap input[type="submit"]{box-shadow: none;}
#wpforo #wpforo-wrap .wpf-button{padding:3px 18px!important; font-size:13px; font-weight:normal; cursor:pointer; border-radius: 20px; white-space:nowrap; box-shadow: 0 1px 1px #999999; outline: 0;display: inline-flex;
justify-content: center;
align-items: center;}
#wpforo #wpforo-wrap .wpf-button i, #wpforo #wpforo-wrap .wpf-button svg{margin-right: 5px; font-size: 13px; width: 13px; height: 13px;}
#wpforo #wpforo-wrap .wpf-button-secondary{border-radius: 16px; padding: 7px 20px; margin: 0 10px; background-color: #F5F5F5; opacity: 0.8; color: #555555; border: 1px solid #cccccc; line-height: 16px; font-size: 13px;}
#wpforo #wpforo-wrap .wpf-button-secondary:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpf-topic-create{padding: 0; margin-bottom:50px;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-subject-label{font-size: 15px; display: inline-block; padding-bottom: 2px;}
#wpforo #wpforo-wrap .wpf-topic-create .wp-editor-tools{padding:5px 10px 0 5px; margin-bottom:10px;}
#wpforo #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{padding:5px 10px; border-bottom:none;}
#wpforo #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{padding:5px 10px; border-bottom:none;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-subject,
#wpforo #wpforo-wrap .wpf-topic-form-wrap .wpf-field-name-title input[type="text"]{width: 100%; font-size: 15px; line-height: 22px; padding: 5px 10px;}
#wpforo #wpforo-wrap .wpf-topic-create .mce-container-body .mce-container .mce-container-body  .mce-container > div{margin: 2px;}
#wpforo #wpforo-wrap .wpf-topic-form-extra-wrap .wpf-topic-create .mce-container-body{padding-bottom:0;}
#wpforo #wpforo-wrap .wpf-topic-form-extra-wrap .wpf-icon-spinner{ font-size: 2em; display: table; margin-left: auto; margin-right: auto; margin-bottom: 20px; color: #999; }
#wpforo #wpforo-wrap .wpf-topic-create .quicktags-toolbar {padding-left:2px; margin-bottom:1px;}
#wpforo #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"] {padding:5px 7px!important; border:none; margin-right:1px; font-size:14px; cursor:pointer; line-height: 16px;}
#wpforo #wpforo-wrap form .wpf-buttons-wrap{display: flex; align-items: baseline; justify-content: flex-end; margin-top: -5px; padding: 0 20px;} #wpforo #wpforo-wrap .wpf-topic-create .mce-toolbar .mce-btn button i{font-size:20px;}
#wpforo #wpforo-wrap .wpf-topic-create .mce-toolbar .mce-btn button i.mce-i-code{font-weight: bold;}
#wpforo #wpforo-wrap .wpf-topic-create .wp-switch-editor{height:30px;}
#wpforo #wpforo-wrap .mce-btn button{background-color: transparent;}
#wpforo #wpforo-wrap .mce-btn-small i {line-height: 20px;vertical-align: top;}
#wpforo #wpforo-wrap .mce-btn .mce-caret {margin-left: 0;margin-top: 8px;}
#wpforo #wpforo-wrap .mce-btn-small .mce-caret {margin-left: 0; margin-top: 8px;}
#wpforo #wpforo-wrap .mce-caret {border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #333 !important; content: ""; display: inline-block; height: 0; vertical-align: top;width: 0;}
#wpforo #wpforo-wrap .mce-caret:hover { background-color:inherit;}
#wpforo #wpforo-wrap .mce-disabled .mce-caret {border-top-color: #aaa;}
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group { width: 100%; } #wpforo #wpforo-wrap #wpf-profile-account-form .mce-toolbar .mce-btn-group .mce-btn.mce-last { float: none; }
#mce-modal-block{ z-index: 100011 !important; }
.mce-window, .mce-floatpanel, .mce-popover{ z-index: 100012 !important; }
#wpforo #wpforo-wrap .wpf-form-wrapper{padding-top:10px;}
#wpforo #wpforo-wrap .wpf-post-create{padding:10px 0;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-field.wpf-field-name-title input[type="text"],
#wpforo #wpforo-wrap .wpf-post-create .wpf-field.wpf-field-name-title input[type="text"]{padding: 5px 15px;}
#wpforo #wpforo-wrap .wpf-reply-form-title{ margin:25px 0 15px 0; font-size:22px; font-weight:normal; line-height:26px; display:block;}
#wpforo #wpforo-wrap .wpf-post-create .wp-editor-tools{padding:5px 10px 0 5px; margin-bottom:10px;}
#wpforo #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{padding:5px 10px; border-bottom:none;}
#wpforo #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{padding:5px 10px; border-bottom:none;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-subject{width:100%; margin:5px 0 15px 0; padding:8px 10px;}
#wpforo #wpforo-wrap .wpf-post-create .mce-container-body .mce-container .mce-container-body  .mce-container > div{margin: 2px;}
#wpforo #wpforo-wrap .wpf-post-create .quicktags-toolbar {padding-left:2px; margin-bottom:1px;}
#wpforo #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"] {padding:5px 7px!important; border:none; margin-right:1px; font-size:14px; cursor:pointer; line-height: 16px;}
#wpforo #wpforo-wrap .wpf-post-create input[type="submit"]{float: right;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-topic-sbs{float: left;}
#wpforo #wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn button i{font-size:20px;}
#wpforo #wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn button i.mce-i-code{font-weight: bold;}
#wpforo #wpforo-wrap .wpf-post-create .wp-switch-editor{height:30px;}
#wpforo #wpforo-wrap .wpf-extra-fields{padding:10px 0;}
#wpforo #wpforo-wrap .wpf-default-attachment label{font-size:14px; vertical-align:middle;}
#wpforo #wpforo-wrap .wpf-default-attachment input[type="file"]{font-size:13px; vertical-align:middle; padding:1px 5px; line-height:16px;}
#wpforo #wpforo-wrap .wpf-default-attachment p{ font-size:12px; line-height:30px; font-style:italic; }
#wpforo #wpforo-wrap .wpf-extra-fields .wpf-main-fields{ padding: 0 20px;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-topic-guest-fields{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-topic-guest-fields input[type="text"]{width:100%;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-topic-guest-name{width:49%; display:block; margin-right:1%; float:left;}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-topic-guest-email{width:49%; display:block; float:right;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-post-guest-fields{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-post-guest-fields input[type="text"]{width:100%;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-post-guest-name{width:49%; display:block; margin-right:1%; float:left;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-post-guest-email{width:49%; display:block; float:right;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-extra-fields{margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap{display: none; background-color: #FAFAFA;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpforo-post-form {padding: 5px 15px 15px 15px;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpf_post_form_textarea_wrap{padding: 5px 0 0;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap textarea.wpf_post_body{resize: vertical;width: 100%;min-height: 80px;padding: 10px;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpf-button, #wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpf-button-secondary{float: right; line-height: 20px;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpf-button-secondary{padding: 3px 15px 4px;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpf-topic-sbs{float: left;}
#wpforo #wpforo-wrap .wpforo-portable-form-wrap .wpf-extra-fields{margin-bottom: 10px;}
#wpforo #wpforo-wrap .wpforo-qa-comments-footer{display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-qa-comments-footer .wpf-add-comment-button{margin: 8px 0 0 auto;}
#wpforo #wpforo-wrap form[data-textareaid]{ position: relative }
#wpforo #wpforo-wrap .wpforo-dropzone{ position: absolute; z-index: 11; left: 0; top: 0; bottom: 0; right: 0; background: #0b0b0b; opacity: 0.7; display: flex; justify-content: center; align-items: center; font-size: 60px; font-weight: bold; border: 3px dashed white; border-radius: 5px; }
#wpforo #wpforo-wrap .wpforo-form-load{ position: absolute; z-index: 11; left: 0; top: 0; bottom: 0; right: 0; background: #0b0b0b; opacity: 0.8; display: flex; justify-content: center; align-items: center; font-size: 60px; font-weight: bold; border: 3px dashed white; border-radius: 5px; }
#wpforo #wpforo-wrap form[data-textareaid] textarea.wpeditor{width: 99%;background-color: transparent;border: none;outline: none;box-shadow: none;resize: none;background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");background-repeat: no-repeat;background-position: 50% 50%;}
#wpforo #wpforo-wrap .wpf-form-wrapper .wpf-desc { display: block !important; margin-left: 0 !important; padding-bottom: 10px; font-style: italic;}
#wpforo #wpforo-wrap .wpf-topic-fields {padding-top: 15px; margin-top: 25px;}
#wpforo #wpforo-wrap .wpf-topic-fields .wpf-topic-field{display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;padding: 2px 0;}
#wpforo #wpforo-wrap .wpf-topic-field .wpf-topic-field-label{border-top: 1px solid #ddd; font-weight: bold; margin-right: 15px; background: #eee; min-width: 35%; padding: 5px 2px 5px 10px;}
#wpforo #wpforo-wrap .wpf-topic-field .wpf-topic-field-label i{margin-right: 2px;}
#wpforo #wpforo-wrap .wpf-topic-field .wpf-topic-field-value{border-top: 1px dashed #ccc; padding: 5px; width: 100%;}
#wpforo #wpforo-wrap .wpf-topic-sbs{padding: 0 20px;}
#wpforo #wpforo-wrap .wpforo-main.wpforo-left-sidebar-layout .wpforo-content{
float: right;
}
#wpforo #wpforo-wrap .wpforo-main.wpforo-left-sidebar-layout .wpforo-right-sidebar{
float: left;
}
#wpforo #wpforo-wrap .wpforo-main.wpforo-right-sidebar-layout .wpforo-content{
float: left;
}
#wpforo #wpforo-wrap .wpforo-main.wpforo-right-sidebar-layout .wpforo-right-sidebar{
float: right;
}   #wpforo #wpforo-wrap .wpforo-tags{margin: -8px 0 15px 0; padding: 15px 30px;}
#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title{float: left; font-size: 14px; padding-top: 4px; padding-right: 20px; margin-right: 30px; margin-bottom: 5px;}
#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title i{padding-right: 5px;}
#wpforo #wpforo-wrap .wpf-search-tags{ padding: 10px 45px 10px;}
#wpforo #wpforo-wrap .wpf-tags tag{ margin: 4px 0; font-family:Verdana; }
#wpforo #wpforo-wrap .wpf-tags tag, #wpforo #wpforo-wrap .wpf-tags a{float:left; outline: none; height:24px; line-height:23px; position:relative; font-size:11px;}
#wpforo #wpforo-wrap .wpf-tags.wpf-tags-small tag, #wpforo #wpforo-wrap .wpf-tags.wpf-tags-small a{height:20px; line-height:18px;font-size:10px;}
#wpforo #wpforo-wrap .wpf-tags a{ margin-right:25px; padding:0 10px 0 12px; text-decoration:none; -moz-border-radius-bottomright:2px; -webkit-border-bottom-right-radius:2px; border-bottom-right-radius:2px; -moz-border-radius-topright:2px; -webkit-border-top-right-radius:2px; border-top-right-radius:2px;}
#wpforo #wpforo-wrap .wpf-tags a:before{ content:""; float:left; position:absolute; top:0; left:-12px; width:0; height:0; border-style:solid; border-width:12px 12px 12px 0;}
#wpforo #wpforo-wrap .wpf-tags.wpf-tags-small a:before{ left: -9px; border-width: 10px 10px 10px 0;}
#wpforo #wpforo-wrap .wpf-tags-text sep:last-child{display: none;}
#wpforo #wpforo-wrap .wpf-tags-text i{padding-right: 3px;}
@media screen and (-webkit-min-device-pixel-ratio:0){  #wpforo #wpforo-wrap .wpf-tags.wpf-tags-small a:before{ left: -10px; border-width: 10px 10px 10px 0;}  }
#wpforo #wpforo-wrap .wpf-tags a:after{ content:""; position:absolute; top:10px; left:0; float:left; width:4px; height:4px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#wpforo #wpforo-wrap .wpf-tags.wpf-tags-small a:after{top:8px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-tags {margin: 0px 0 15px 90px; padding: 10px 20px;}
#wpforo #wpforo-wrap .wpf-topic-tags{margin: 15px 20px;}
#wpforo #wpforo-wrap .wpf-topic-tags .wpf-topic-tags-label{font-size: 1em; padding: 0 2px 7px;}
#wpforo #wpforo-wrap .wpf-topic-tags .wpf-topic-tags-label i{padding-right: 5px; font-size: 1.1em;}
#wpforo #wpforo-wrap .wpf-topic-tags .wpf-topic-tags-label span{font-size: 0.8em; font-style: italic; padding: 0 5px; display: inline-block;}
#wpforo #wpforo-wrap .wpf-topic-tags .wpf-tags{width: 99%; padding: 8px 10px; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-default-attachment p{float: right;}
.wpf_ac_results {padding: 0;margin: 0; list-style: none;position: absolute;z-index: 10000; border: 1px solid #dddddd; box-shadow: 0 1px 2px rgba( 100, 100, 100, 0.8 );background-color: #fff;}
.wpf_ac_results li {margin-bottom: 0; min-width: 200px; padding: 2px 10px; font-size: 14px; white-space: nowrap; text-align: left; cursor: pointer;}
.wpf_ac_results .wpf_ac_over { background-color: #ddd;}
.wpf_ac_results .wpf_ac_over { background-color: #0073aa; color: #fff;}
#wpforo #wpforo-wrap .wpforo-tags-wrap .wpforo-tags-content{margin:20px 10px;}
#wpforo #wpforo-wrap .wpforo-tags-wrap .wpforo-tags-content tag a{font-weight: 400; padding-right: 5px; white-space: nowrap;}
#wpforo #wpforo-wrap .wpforo-tags-wrap .wpf-snavi{width:100%; margin:20px 0 -10px auto; text-align:right; padding:1px 0;}   #wpforo #wpforo-wrap .wpforo-topic-footer{margin: 40px 0 -5px;}
#wpforo #wpforo-wrap .wpf-tag-list .wpforo-tags{margin: 0; padding: 13px 10px 15px 20px;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-wrap{padding: 11px 10px 10px 20px;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-title{font-size: 14px; padding: 4px 10px 0 0;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-title i{padding-right: 5px;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-topics{margin: 10px 0 5px 0;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-topics li{list-style: none; padding: 0 0 0 1px; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-topics li i {padding-right: 10px;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-topics li .wpf-rel-date{ display: inline; float: right; font-size: 12px; padding: 0 10px;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-navi-wrap{ padding: 15px 10px 14px 20px; }
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-navi-item { font-size: 14px;padding: 0; }
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump {float: left;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump span{ margin-right: 5px;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump span i{ margin-right: 3px;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump select{ padding: 3px 7px 5px 7px; max-width: 270px; }
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-topic-prnx {float: right; display: flex; flex-direction: row;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-topic-prev {padding: 0 5px;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-topic-next {padding: 0 5px;}
#wpforo #wpforo-wrap .wpf-topic-visitors{padding: 15px 35px 18px 20px;}
#wpforo #wpforo-wrap .wpf-topic-visitors p{font-size: 13px; line-height: 22px; margin: 0;}
#wpforo #wpforo-wrap .wpf-topic-visitors p.wpf-viewing-users i{font-size: 17px; padding-right: 7px;}
#wpforo #wpforo-wrap .wpf-topic-visitors p.wpf-viewed-users i{font-size: 17px; padding-right: 7px;}
#wpforo #wpforo-wrap .wpf-viewing{white-space: nowrap; display: inline-block; font-style: italic; padding-left: 3px; font-size: 11px;}   #wpforo #wpforo-wrap .wpforo-members-search{padding:10px 0 10px 0;}
#wpforo #wpforo-wrap .wpforo-members-search .wpf-member-search{font-size:13px; margin:1px; line-height: 16px;}
#wpforo #wpforo-wrap .wpforo-members{display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: stretch; padding-left: 4%;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member{width: 30%; padding: 0px 0 15px 0px; border-radius: 10px 10px 2px 2px; min-width: 200px; margin:0 3% 3% 0; padding: 2px; position: relative;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpf-member-avatar {position: relative;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpf-member-avatar img,
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpf-member-avatar img.avatar{width: 80px; height: 80px; border-radius: 50%; margin-top: 10px; border: 3px solid #fff;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpf-member-online {position: absolute; left: 8px; bottom: 8px; font-size: 15px; border: 3px solid #fff; line-height: 15px; border-radius: 50%;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-head{width: 100%; padding: 5px 10px; display: flex; justify-content: flex-start; align-items: flex-end;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-head .wpf-member-name{font-size: 14px; line-height: 20px; padding-bottom: 7px; padding-left: 5px;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-bg{width: 98%; height: 70px; position: absolute; background-size: cover; background-position: center; border-radius: 6px;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-ug{display:inline-block; min-width: 110px; padding: 0 0 2px 0; border: 1px dashed #f5f5f5; border-radius: 50%; }
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-ug .wpf-member-title.wpfut{border-radius: 0 15px 15px 0;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpf-members-info{padding-left: 12px;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-reputation{display: flex; justify-content: flex-start; align-items: center; font-size: 13px; width: 90%;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-joined{font-size: 13px; line-height: 20px;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-stat{font-size: 13px; line-height: 20px;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-social a{font-size: 18px; margin: 1px 2px;}   #wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content {margin-top:2px;}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content > h3{ text-align: center; font-size: 18px; margin: -10px 0 22px 0; padding: 0;}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input[type="submit"]{width: 60%; padding: 8px 20px !important; margin: 10px auto; font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content .wpforo_recaptcha_widget{ width: 100%; display: block; text-align: center; margin-top: 15px; margin-bottom: 0;}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content .wpforo_recaptcha_widget > div{ display: inline-block;}   #wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table{ min-width: 400px; width: 50%; margin: 0 auto; text-align: center; background-color: #eeeeee;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-content {margin-top:2px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-label{padding:2px 2px 4px 2px; margin:0; line-height:18px; font-size:16px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-extra{padding:0 5px 10px 5px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field.wpf-field-hook{ padding-top: 1px; padding-bottom: 1px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-login-field input[type="submit"]{ margin:0 5px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-login-remember{padding:0; margin:0; cursor:pointer; font-size:13px; line-height:16px }
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-forgot-pass{padding:0; margin:0; cursor:pointer; font-size:13px; line-height:16px; text-decoration:none;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(even) {background-color: #eeeeee;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap{width: 100%; text-align: center; display: block;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"],
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"],
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"]{ padding: 10px 20px 10px 34px; font-size: 14px; }
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="submit"]{ padding: 10px 20px 10px 20px!important; font-size: 16px; width: 80%; }
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap .wpforo_recaptcha_widget{display: inline-block;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap .wpf-field-icon {left: 14px; top: 15px; font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap .wpf-show-password {right: 12px; top: 16px; font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-content h3{ text-align: center; font-size: 18px; margin: -10px 0 22px 0; padding: 0;}   #wpforo #wpforo-wrap .wpforo-404-wrap .wpforo-404-content {margin:2px 1px 5px 1px; padding:10px 10px 20px 10px;}
#wpforo #wpforo-wrap .wpforo-404-wrap .wpf-404{width:300px; font-size:86px; margin:10px auto; text-align:center; line-height: 100px;}
#wpforo #wpforo-wrap .wpforo-404-wrap .wpf-404-desc{text-align:center; font-size:14px; padding-top:20px;}
#wpforo #wpforo-wrap .wpforo-404-wrap .wpf-404-desc a {font-size:14px }
#wpforo #wpforo-wrap .wpforo-404-wrap .wpf-search-box {text-align:center; width:350px; padding:20px; margin:20px auto;}
#wpforo #wpforo-wrap .wpforo-404-wrap .wpf-search-box p {white-space:nowrap }   #wpforo #wpforo-wrap #wpforo-search-title {font-size:16px; font-weight:100; padding:20px 0;}
#wpforo #wpforo-wrap #wpforo-search-title i{font-size: 0.9em;}
#wpforo #wpforo-wrap .wpforo-search-wrap table{border-spacing:0; border-collapse:collapse; padding:0; background:transparent; border:none;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar{padding:10px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{padding:2px 5px; vertical-align:top;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{padding:2px 5px; vertical-align:top;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-last{border-bottom:none!important;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-last{border-bottom:none!important;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpff{height:150px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfd{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-search-label{font-size:13px; line-height:16px; display: inline-block; padding: 10px 0;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content {margin-top:2px; padding-top:10px; padding-bottom:0;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-sword{}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ptr{}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{width:45px; padding:15px 7px; text-align:center;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-title{padding:15px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-result{padding:15px; text-align:center;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-date{padding:15px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-user{padding:15px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-forum{padding:15px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon {width:37px; padding:10px; text-align:center;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-title {padding:10px; font-size:14px; line-height:18px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-result {padding:10px; text-align:center; text-transform:lowercase;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-date {padding:10px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-user {padding:10px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-forum {padding:10px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-stext{padding:10px;word-break: break-all;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-snavi{width:100%; margin:5px 0 1px auto; text-align:right; padding:5px 5px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-toggle-wrap .wpf-toggle{padding: 5px; text-align: right; margin-bottom: 10px; border-bottom: 1px dashed #CCCCCC; font-size: 14px; color: #666666;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-toggle-wrap .wpf-toggle .wpf-toggle-button{cursor: pointer;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-toggle-wrap .wpf-toggle i{font-size: 12px; margin-right: 5px;}
#wpforo #wpforo-wrap .wpf-search-advanced-fields, #wpforo #wpforo-wrap .wpf-search-custom-fields{display: none}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-field{padding: 5px;}   #wpforo #wpforo-wrap #wpforo-recent-title {font-size:16px; font-weight:100; padding:20px 0;}
#wpforo #wpforo-wrap .wpforo-recent-wrap table{border-spacing:0; border-collapse:collapse; padding:0; background:transparent; border:none;}
#wpforo #wpforo-wrap .wpforo-recent-wrap select{padding: 3px 5px 3px 7px;font-size: 13px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap #wpforo-title{margin-bottom: 0px; padding-bottom: 0;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-top{margin-bottom:15px; display: flex;flex-wrap: wrap; justify-content: space-between;align-items: flex-end;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bottom{display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bottom .wpf-head-buttons{display: flex;  flex-direction: row; justify-content: right; align-items: center;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar{padding:5px 10px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfltd{padding:10px 5px; vertical-align:top;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfrtd{padding:10px 5px; vertical-align:top;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpf-last{border-bottom:none!important;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpf-last{border-bottom:none!important;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpff{height:150px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfd{margin-bottom:10px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpf-recent-label{font-size:13px; line-height:16px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content {margin-top:5px; margin-bottom: 15px; padding-top:5px; padding-bottom:0;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-avatar{width:72px; text-align:center;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-title{padding:5px 5px 10px 5px; font-size: 14px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-forum{padding:15px 5px; width:30%;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-avatar {width:68px; text-align:center; padding:15px 10px 5px 10px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-avatar img.avatar{ max-width:48px; }
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title {padding:10px 5px; vertical-align:top;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title i{display: inline-block; padding-right: 7px; font-size: 1.1em;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title .wpf-spost-title-link{font-size:16px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content div.wpf-spost-forum .wpf-spost-forum-label {text-transform: uppercase; display: inline-block; margin-right: 10px; padding-right: 10px; border-right: 1px dashed #999; line-height: 18px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{padding: 4px 0 12px 0;word-break: break-all;font-size: 13px;line-height: 20px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext li{margin: 2px 0;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-snavi{text-align:right; padding:1px 0;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bottom .wpf-navi{margin: 0 0 0 15px; }
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content.wpfr-topics td.wpf-spost-avatar {width:62px; text-align:center; padding:13px 10px 0 10px;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content.wpfr-topics td.wpf-spost-avatar img.avatar{ max-width:42px; }
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content.wpfr-topics .wpf-spost-topic-recent-posts{ float:right; font-size:11px; line-height:18px;}   #wpforo #wpforo-wrap .wpf-navi {margin:5px 0;}
#wpforo #wpforo-wrap .wpf-navi.wpf-navi-topic-top{clear: both;}
#wpforo #wpforo-wrap .wpf-navi.wpf-navi-post-top{clear: both;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap{white-space:nowrap; text-align:right; display: flex; justify-content: flex-end; align-items: stretch;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{font-size:13px; line-height:20px; font-weight:normal; padding-right:8px;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{padding:3px 8px!important; color:#fff; font-size:12px; cursor:pointer; line-height: 16px; border-radius: 10px 0 0 10px;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{padding:3px 8px!important; color:#fff; font-size:12px; cursor:pointer; line-height: 16px; border-radius: 0 10px 10px 0;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap i.fa-chevron-left{font-size:10px; margin: 0 2px;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap i.fa-chevron-right{font-size:10px; margin: 0 2px;}
#wpforo #wpforo-wrap .wpf-navi select.wpf-navi-dropdown {appearance:none; width:auto; -webkit-appearance:none; -moz-appearance: none; font-size:12px; padding:1px 10px!important; margin:0; cursor:pointer; border-radius: 0; background-image: none;}   #wpforo #wpforo-wrap #wpforo-footer{margin-top:60px;}
#wpforo #wpforo-wrap #wpforo-stat-header{margin:0; padding: 0; min-height: 35px; display: flex; justify-content: space-between; align-items: flex-end; font-size: 14px;}
#wpforo #wpforo-wrap #wpforo-stat-header span{line-height:18px;}
#wpforo #wpforo-wrap #wpforo-stat-header i{line-height:18px; font-size: 16px;}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title{font-size: 16px; display: flex; justify-content: flex-start; align-items: center; font-weight: bold; padding: 10px 50px 10px 10px;}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title span{ white-space: nowrap; }
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title svg{ height: 24px; fill: #999; margin-right: 7px; margin-bottom: 1px}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons{display: flex; justify-content: flex-start; align-items: center; font-size: 13px; padding: 0 3px 5px;}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons i{font-size: 13px;}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons div{margin-left: 14px;}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons .wpf-mark-all-read svg{height: 14px;vertical-align: text-bottom;}
#wpforo #wpforo-wrap #wpforo-stat-body {width:100%; text-align:left; border:none; padding: 0;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member{font-size: 14px; line-height: 1.75; display: inline-block; margin-right: 15px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-post{font-size: 14px; line-height: 1.75; display: inline-block;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member svg{height: 15px; margin-right: 5px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-post svg{height: 14px; margin-right: 5px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-row{ padding-bottom:10px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data{margin-bottom:7px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-row{padding:1px 5px 7px 5px;font-size:13px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item:first-child{}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item:last-child{ border-right:none;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{text-align:center; font-size:12px; width:19%; min-width:90px; display:inline-block; margin-top:5px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item i{font-size:24px; display:inline-block; padding-bottom:3px; vertical-align:baseline; line-height:26px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item i.fa-file-alt{font-size:23px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value{ display:inline-block; vertical-align:bottom; margin-left:5px; padding:0; line-height:30px; font-size:24px; font-weight:normal;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label{display:block; margin:5px auto 0 auto; padding:5px; line-height:14px; font-size:13px; border-top:1px dotted #ccc; color:#777; white-space:nowrap; width:50%;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info.wpf-footer-box { padding-bottom: 5px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info i{ font-size:12px; padding-right:4px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div{line-height:16px; font-size:11px; padding-bottom:10px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div span{ margin-right:10px; margin-left:5px; display:inline-block;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-stat-other{font-size: 13px; line-height: 22px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons{ border-top: 1px solid #e6e6e6; padding: 10px 0 0; }
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons a{font-size: 12px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons,
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-topic-icons {margin-top:8px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons span,
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-topic-icons span{margin-right:5px; margin-left:5px; display:inline-block;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons span.wpf-stat-label,
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-topic-icons span.wpf-stat-label{ margin-right:2px; margin-left:0; display:inline-block; font-size:11px;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box{padding: 8px 28px 0px; width: 100%;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box:first-child{ padding-bottom: 0; padding-top: 15px; }
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box ul{display: flex; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li{padding: 10px 25px 10px 0; font-size: 17px; display: flex; justify-content: flex-start; align-items: center;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li svg{height: 28px; fill: #888; height: 18px; margin-right: 7px}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li span{margin-right: 5px}   #wpf_multi_quote{position: absolute; z-index: 99999999999;}
#wpf_multi_quote .wpf-multi-quote {cursor: pointer; padding: 7px 10px; box-shadow: 1px 6px 26px 2px rgba(0, 0, 0, 0.5);}
#wpforo-dialog-backups{display: none !important; visibility: hidden !important;}
body.wpforo-dialog-visible > *:not(#wpforo-dialog-extra-wrap):not(#wpforo-load):not(#wpf-msg-box){filter: blur(3px);-webkit-filter: blur(3px);}
#wpforo-dialog-extra-wrap{display: none;position: fixed;z-index: 999998;left: 0;right: 0;top: 0;bottom: 0;background: transparent;outline: none;}
#wpforo-dialog-wrap{display: flex; width: 100%; height: 100%;}
body.wpforo-dialog-visible #wpforo-dialog-extra-wrap{display: block;}
#wpforo-dialog, #wpforo-dialog *{-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;line-height: normal;}
#wpforo-dialog{overflow: hidden;height: calc(100vh - 10%);width: 65%;margin: auto;padding: 20px;background: #fbfbfb;-webkit-box-shadow: 0 0 48px -9px rgba(0,0,0,1);box-shadow: 0 0 48px -9px rgba(0,0,0,1);}
#wpforo-dialog .wpforo-dialog-loading{display: inline-block;font-size: 5em;position: fixed;top: 50%;left: 50%;transform:translate(-50%, -50%);z-index: 999999;}
#wpforo-dialog #wpforo-dialog-header{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;width: 100%;height: 20px; padding: 10px;}
#wpforo-dialog #wpforo-dialog-header #wpforo-dialog-close{position: absolute;right: 0;top: 0;cursor: pointer;font-size: 20px;}
#wpforo-dialog #wpforo-dialog-header #wpforo-dialog-close:hover{opacity: 0.85;}
#wpforo-dialog #wpforo-dialog-body{width: 100%;height: calc(100% - 50px);margin: 20px 0;padding: 10px;overflow-x: hidden;overflow-y: auto;}
#wpforo-dialog #wpforo-report-content{width: 100%;resize: vertical;min-height: 150px;max-height: 80%;padding: 10px;margin-bottom: 10px;}
#wpforo-dialog input[type="submit"], #wpforo-dialog input[type="reset"], #wpforo-dialog input[type="button"], #wpforo-dialog button{border-radius: 0;font-weight: normal;padding: 5px 15px!important;font-size: 13px;cursor: pointer;line-height: 16px;box-shadow: 0 1px 1px #999999;outline: 0;float: right;}
#wpforo-report{display: none;}
#wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar {width: 7px;}
#wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-track {-webkit-border-radius: 10px;border-radius: 10px;}
#wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;}
#wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
#wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-thumb { background: #444; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
#wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-thumb:window-inactive { background: #444; }
body.wpf-dark #wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-thumb,
body.wpf-dark #wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-thumb:window-inactive { background: #efefef; }
body.wpf-dark #wpforo-dialog-extra-wrap #wpforo-dialog *::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);  }
body.wpf-dark #wpforo-dialog-extra-wrap #wpforo-dialog{background-color: #000; color: #efefef;}   #wpforo #wpforo-wrap .wpforo-rcn-wrap{width: 100%;border: 1px dashed #facdac; padding: 15px 25px 10px;background: #fffaf3; margin: 10px 0 20px 0;}
#wpforo #wpforo-wrap .wpforo-rcn-head{color: #f16d1d;font-weight: 600;display: block;font-size: 15px;padding-bottom: 5px;}
#wpforo #wpforo-wrap .wpforo-rcn-head i{padding-right: 7px; font-size: 23px;}
#wpforo #wpforo-wrap .wpforo-rcn-body{color: #333;font-size: 14px;padding: 0 10px;line-height: 1.65;}
#wpforo #wpforo-wrap .wpforo-rcn-footer{margin-top: 10px;border-top: 1px dashed #aaa;padding: 5px 10px 0;line-height: 1.5;display: flex;justify-content: space-between;align-items: center;flex-direction: row;}
#wpforo #wpforo-wrap .wpforo-rcn-info{font-size: 13px;font-style: italic;color: #666; padding-right: 20px; line-height: 17px;}
#wpforo #wpforo-wrap .wpforo-rcn-dismiss{padding: 0;text-align: right;}
#wpforo #wpforo-wrap .wpforo-rcn-dismiss span{display: inline-block;cursor: pointer;line-height: initial;font-size: 13px;background-color: #f0903c; color: #fff;padding: 7px 15px; white-space: nowrap;}
#wpforo #wpforo-wrap .wpforo-rcn-dismiss span:hover{background-color: #f8831b;}   #wpforo-notifications-bar{position:fixed;top:35px;right:0;margin-right:0.5%;z-index:99999999999;box-sizing: border-box;width:24%; overflow-x: hidden; overflow-y: auto; max-height: 92vh;}
#wpf-msg-box{display:none;box-sizing: border-box;width:100%;}
#wpf-msg-box a{text-decoration:underline;}
#wpf-msg-box > p{width:100%;line-height: 20px;font-size:14px;position:relative;padding:15px; margin:0;cursor:pointer; box-shadow:1px 6px 7px 1px rgba(0, 0, 0, 0.5);box-sizing: border-box;}  #wpf-msg-box > p + p{margin-top: 12px;}
.wpf-topic-create,.wpf-topic-form-extra-wrap{display: none;}
.wpf-add-topic-wrap .wpf-topic-create, .wpf-add-topic-wrap .wpf-topic-form-extra-wrap{display: block;}
.wpf-topic-create, .wpf-topic-form-extra-wrap{padding: 4px 12px 0 0;}
.wpf-topic-form-extra-wrap{padding: 10px 15px 0 !important;}
.wpf-topic-added{color: green;background-color: #fff;-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);border: 5px;height: 22px;padding: 12px 11px;width: auto;box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);border-left: 4px solid #7ad03a;margin-bottom: 24px;}
.wpf-post-create{width: auto;background-color: #f6f6f6;height: auto; border:1px solid #CFCFCF;}
#wpforo-load{display: none; flex-direction: column; align-items: flex-end; overflow: hidden; text-align: center; padding-right: 15px; font-size: 13px; font-weight: bold; width: 100%; margin-bottom: 12px;}
#wpforo-load .wpf-load-txt-wrap{margin-top: 5px; text-transform: capitalize;}
.mce-container, .mce-container *, .mce-widget, .mce-widget *{ color: #333; }
#wpforo #wpforo-wrap .wpf-suggested-topics-list{padding: 5px 10px; font-size: 13px; line-height: 20px;}
#wpforo #wpforo-wrap .wpf-suggested-topics-title{font-size: 14px; margin-bottom: 3px}
#wpforo #wpforo-wrap .wpf-suggested-topics-title i{font-size: 13px;}   #wpforo #wpforo-wrap .wpf-field { padding: 8px 10px 8px 10px; box-sizing: border-box;  border-bottom: 1px solid #ffffff;}
#wpforo #wpforo-wrap .wpf-field .wpf-label-wrap {display: inline-block; width: 38%; float: left; box-sizing: border-box; padding-right: 20px; }
#wpforo #wpforo-wrap .wpf-field .wpf-label{ font-size: 15px; white-space: nowrap;}
#wpforo #wpforo-wrap .wpf-field .wpf-field-wrap {display: inline-block; width: 62%; box-sizing: border-box; padding: 0;}
#wpforo #wpforo-wrap .wpfw-2 .wpf-field .wpf-label-wrap,
#wpforo #wpforo-wrap .wpfw-3 .wpf-field .wpf-label-wrap{display: block; width: 100%; float: none!important; padding: 0 3px 5px;}
#wpforo #wpforo-wrap .wpfw-2 .wpf-field .wpf-field-wrap,
#wpforo #wpforo-wrap .wpfw-3 .wpf-field .wpf-field-wrap {display: block; width: 100%;}
#wpforo #wpforo-wrap .wpf-field.wpf-field-type-checkbox .wpf-field-item{ float:left; min-width:30%; margin-left:1%; }
#wpforo #wpforo-wrap .wpfw-2 .wpf-field.wpf-field-type-radio .wpf-field-item,
#wpforo #wpforo-wrap .wpfw-2 .wpf-field.wpf-field-type-checkbox .wpf-field-item{ float:left; min-width:45%; }
#wpforo #wpforo-wrap .wpfw-3 .wpf-field.wpf-field-type-radio .wpf-field-item,
#wpforo #wpforo-wrap .wpfw-3 .wpf-field.wpf-field-type-checkbox .wpf-field-item{ float:none; width:100%; }
#wpforo #wpforo-wrap .wpfw-2 .wpf-field .wpf-field-wrap select,
#wpforo #wpforo-wrap .wpfw-3 .wpf-field .wpf-field-wrap select{max-width:100%; font-size: 14px; padding: 5px 4px 5px 10px; margin: 3px 2px 2px 2px;}
#wpforo #wpforo-wrap .wpf-field .wpf-field-cl{ clear:both;}
#wpforo #wpforo-wrap .wpf-field input {max-width: 100%;}
#wpforo #wpforo-wrap .wpf-field input[type="text"],
#wpforo #wpforo-wrap .wpf-field input[type="password"],
#wpforo #wpforo-wrap .wpf-field input[type="email"],
#wpforo #wpforo-wrap .wpf-field input[type="date"],
#wpforo #wpforo-wrap .wpf-field input[type="number"],
#wpforo #wpforo-wrap .wpf-field input[type="url"],
#wpforo #wpforo-wrap .wpf-field input[type="tel"],
#wpforo #wpforo-wrap .wpf-field input[type="search"],
#wpforo #wpforo-wrap .wpf-field input[type="color"],
#wpforo #wpforo-wrap .wpf-field textarea,
#wpforo #wpforo-wrap .wpf-field select{ width:100%; max-width:100%; margin: 2px; outline: 0 none; padding: 3px 4px 3px 32px; font-size: 14px; line-height: 24px; height: auto; border-radius: 6px;}
#wpforo #wpforo-wrap .wpf-field select{ width:100%; max-width:300px; padding: 7px 30px;}
#wpforo #wpforo-wrap .wpf-field textarea{ padding: 10px 10px 2px 30px; }
#wpforo #wpforo-wrap .wpf-field input[type="color"]{ height: 30px;}
#wpforo #wpforo-wrap .wpf-field-wrap {position: relative;}
#wpforo #wpforo-wrap .wpf-field-wrap .wpf-field-icon {position: absolute; left: 12px; top:12px; font-size: 14px;}
#wpforo #wpforo-wrap .wpf-field-type-textarea .wpf-field-wrap .wpf-field-icon {left: 12px; top:15px;}
#wpforo #wpforo-wrap .wpf-field-wrap .wpf-show-password {position: absolute; right: 10px; top: 10px;cursor: pointer;}
#wpforo #wpforo-wrap .wpf-desc{margin:0; padding: 3px 0 0 0; line-height:16px; font-size:12px;}
#wpforo #wpforo-wrap .wpf-field.wpf-field-type-html{ border-bottom: none;}
#wpforo #wpforo-wrap .wpf-field.wpf-field-type-submit{ text-align: right; border-bottom: none;}
#wpforo #wpforo-wrap .wpf-field input::-webkit-input-placeholder, #wpforo #wpforo-wrap .wpf-field textarea::-webkit-input-placeholder  { color: #999999;}
#wpforo #wpforo-wrap .wpf-field input::-moz-placeholder, #wpforo #wpforo-wrap .wpf-field textarea::-moz-placeholder  {color: #999999;}
#wpforo #wpforo-wrap .wpf-field input:-ms-input-placeholder, #wpforo #wpforo-wrap .wpf-field textarea:-ms-input-placeholder  {color: #999999;}
#wpforo #wpforo-wrap .wpf-field input:-moz-placeholder, #wpforo #wpforo-wrap .wpf-field textarea:-moz-placeholder {color: #999999;}
#wpforo #wpforo-wrap .wpf-field .wpf-label i{ padding-right:5px; width:25px;}
#wpforo #wpforo-wrap .wpf-field .wpf-filed-value{ padding:5px 10px 5px 10px; }
#wpforo #wpforo-wrap .wpf-field .wpf-filed-value i{ display:inline-block; padding-right:7px; font-size:14px; border-right: 1px solid #ccc; margin-right:5px;}
#wpforo #wpforo-wrap .wpf-field .wpf-field-required-icon{cursor:default;} #wpforo #wpforo-wrap .wpforo-profile-account .wpf-field .wpf-field-wrap .mce-toolbar .mce-btn button, .qt-dfw {padding: 7px 5px 3px 5px;line-height: normal;font-size: 18px;}   #wpforo #wpforo-wrap .wpforo-fb-login-wrap{padding: 10px 15px 15px;}
#wpforo #wpforo-wrap .wpforo-fb-login-wrap span{display:inherit;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg{padding-top: 20px; text-align: center; margin-bottom: -5px}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field-login{padding-top: 8px; text-align: center; margin-bottom: 5px}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a,
#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field-login a{font-size: 13px; border: 1px dashed; padding: 3px 10px; line-height: 14px;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field-reg a i,
#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field-login a i{margin-right: 3px; color: inherit;}   #wpforo #wpforo-wrap .wpf-page-message-wrap{border: #E6E6E6 1px solid; margin-top:3px;}
#wpforo #wpforo-wrap .wpf-page-message-text{display: block; font-size: 14px; text-align: center; padding: 10px 10px;color: #000; background-color: #F5F5F5; width:90%; margin:10px auto;}   #wpforo #wpforo-wrap #wpf_moderation_tools{display: none;}
#wpforo #wpforo-wrap .wpf-tools {padding: 20px; margin: -2px auto 10px; border-radius: 0 17px 0 0;background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs{display: block; width: 100%; margin-bottom: 1px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{ display: inline-block; margin-right: 2px; padding: 10px 15px 5px 15px; font-size: 14px; cursor: pointer; border: 1px solid transparent; border-top-width: 2px; }
#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab:first-letter{text-transform: uppercase;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab.wpf-tt-active{border-bottom-color: transparent;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool { width: 100%; padding: 1px 15px; margin-bottom: 20px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool h3{ padding: 1px 0 5px 10px; display: inline-block; float: right; margin: 0 0 -20px auto; text-align: right; font-size: 30px; line-height: 30px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool ul{list-style: none; margin-left: 0; padding-left: 0;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li{padding: 5px 0;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li {font-size: 13px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li label.wpf-input-label{font-size: 15px; font-weight:normal; display: block; padding: 1px 0 5px 0;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 70%; display: block; padding: 5px 10px; font-size: 14px; line-height: 20px; margin: 3px 0;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li select{width: 70%; margin: 1px 0;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li sup{font-size: 11px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="checkbox"]{ padding: 3px; font-size: 14px; display: inline-block; margin-right: 5px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li.wpf-submit{ text-align: right; padding-top: 10px; }
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li.wpf-submit input[type="submit"]{ padding: 5px 30px !important; border-radius: 20px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-tool-desc{ font-size: 12px; font-style: italic; line-height: 18px; margin: 2px auto 8px 1px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts{width: 100%; overflow-x: hidden; overflow-y:auto; padding: 10px; height: 140px; margin-top: 5px;  }
#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul{list-style: none; margin-left: 0; padding-left: 0;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li{padding: 5px 0 3px 0; }
#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li:last-child{border: none;}
#wpforo #wpforo-wrap .wpf-tools #wpf_tool_tab_content_wrap{ min-height: 8vw; display: flex; justify-content: center; align-items: center;}
#wpforo #wpforo-wrap .wpf-tools #wpf_tool_tab_content_wrap .wpf-icon-spinner{ font-size: 2em }   #wpforo #wpforo-wrap .wpf-sb-top{display: inline-block; float: right; font-size: 14px; padding: 3px 0 3px 10px; background-color: transparent!important; line-height: 16px;}
#wpforo #wpforo-wrap .wpf-sb-left {width: 26px; left: -26px;  padding: 4px 5px 4px 8px; line-height: 40px; text-align: center; font-size: 16px; top: 0; display: inline-block; position: absolute;}
#wpforo #wpforo-wrap .wpf-sb-right {width: 26px; right: -26px;  padding: 4px 8px 4px 3px; line-height: 40px; text-align: center; font-size: 16px; top: 0; display: inline-block; position: absolute;}
#wpforo #wpforo-wrap .wpf-sb.sb-tt-expanded .wpf-sb-buttons{display: block!important;}
#wpforo #wpforo-wrap .wpfn-1 .wpf-sb.wpf-sb-right{top: 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-top,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-top{padding: 5px 0 0 10px;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-top.sb-tt-expanded,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-top.sb-tt-expanded{padding: 3px 0 0 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-left,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-left{top: -20px; padding: 0 5px; font-size:17px;}
#wpforo #wpforo-wrap .wpfl-2 .wpfn-1 .wpf-sb-left,
#wpforo #wpforo-wrap .wpfl-2 .wpfn-1 .wpf-sb-right,
#wpforo #wpforo-wrap .wpfl-3 .wpfn-1 .wpf-sb-left,
#wpforo #wpforo-wrap .wpfl-3 .wpfn-1 .wpf-sb-right{top: 0;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-right.wpf-sb-1,
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-right.wpf-sb-2,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-right.wpf-sb-1,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-right.wpf-sb-2{top: -1px; line-height: 23px; font-size: 14px;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-right,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-right{top: -1px !important;}
#wpforo #wpforo-wrap .wpfl-1 .wpf-sb-left.wpf-sb-3,
#wpforo #wpforo-wrap .wpfl-1 .wpf-sb-left.wpf-sb-4{font-size:17px;padding:0 2px;top:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-1,
#wpforo #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-2{top:29px; border-left:none !important;}
#wpforo #wpforo-wrap .wpf-sb-right.wpf-sb-3,
#wpforo #wpforo-wrap .wpf-sb-right.wpf-sb-4{font-size:16px;padding:0 1px 0 5px;top:0;line-height: 33px;}
#wpforo #wpforo-wrap .wpf-sb-right.wpf-sb-3 .wpf-sb-toggle,
#wpforo #wpforo-wrap .wpf-sb-right.wpf-sb-4 .wpf-sb-toggle{ padding-bottom: 10px;}
#wpforo #wpforo-wrap .wpf-sb .wpf-sb-toggle{cursor: pointer;}
#wpforo #wpforo-wrap .wpf-sb-top .wpf-sb-toggle{ display: inline-block;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-top .wpf-sb-toggle,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-top .wpf-sb-toggle{ font-size: 14px; line-height: 18px; }
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-toggle{display: none;}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons{padding: 0 0 0 10px; opacity: 0.8;}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-post-link,
#wpforo #wpforo-wrap .wpfl-3 .wpf-post-link{display: inline-block; font-size: 13px; line-height: 18px;}
#wpforo #wpforo-wrap .wpf-sb .wpf-sb-buttons {line-height: 29px;}
#wpforo #wpforo-wrap .wpf-sb .wpf-sb-buttons i{cursor: pointer; font-size: 18px;}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{ float: left; padding: 0 10px; line-height: 16px;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb.wpf-sb-top .wpf-sb-buttons{padding: 2px 10px; line-height: 18px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb.wpf-sb-top .wpf-sb-buttons{padding: 0 10px; line-height: 18px;}
#wpforo #wpforo-wrap .wpfl-2 .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons,
#wpforo #wpforo-wrap .wpfl-3 .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons{padding: 2px 0 2px 10px; font-size: 17px;}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons i{font-size: 16px; display: inline-block; padding: 0 2px; line-height: 16px;}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-right .wpf-sb-buttons{line-height: 27px;}
#wpforo #wpforo-wrap .wpf-sb.wpf-sb-right .wpf-sb-buttons i{font-size: 17px;}
#wpforo #wpforo-wrap .wpf-sbtn {margin: 40px 0 -20px 0;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw{display: inline-block; padding: 0 3px; margin-top: 2px; }
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw table, #wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw > div{display: inline-block;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .fb_iframe_widget iframe{position: relative;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-title{display: block; float: left; vertical-align: bottom;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-title i{font-size: 14px; display: inline-block; padding-right: 5px;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-title span{display: inline-block; font-size: 15px; }
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap{display: block; float: left;  padding: 0 10px; vertical-align: bottom;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button{display: inline-block; line-height: 20px; cursor: pointer; text-decoration: none; border: none; padding: 1px 10px; vertical-align: bottom; font-size: 13px;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-sb-icon{ width: 36px;  line-height: 16px; text-align: center; vertical-align: bottom; font-size: 14px; padding: 4px 5px 3px 5px;}
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button i{display: inline-block; }
#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button span{display: inline-block; padding-left: 7px;}
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button{opacity: 0.9;}
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-top {padding: 15px 0 15px 0; margin: 0; float: right; border: none;}
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-top .wpf-sbtn-title{display: none;}
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-top .wpf-sbtn-wrap{padding: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-sb-left{top:30px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-sb-right{top: 30px;}   #wpforo #wpforo-wrap .wpforo-legal-checkbox:first-child{margin-top: 20px;}
#wpforo #wpforo-wrap .wpforo-legal-checkbox{ margin: 0 0 5px 0; display: block; padding: 0 21px; line-height: 20px;}
#wpforo #wpforo-wrap .wpforo-legal-checkbox input{ display: inline;}
#wpforo #wpforo-wrap .wpforo-legal-checkbox span{display: inline;}
#wpforo #wpforo-wrap .wpforo-legal-rules{box-sizing: border-box; height: 300px; overflow-y:auto; margin: 20px 0 40px 0; padding: 20px 30px; border-bottom: 1px solid #ccc;}
#wpforo #wpforo-wrap .wpforo-legal-rules .wpflegal-rules-buttons{display:block; text-align: center; padding: 20px 20px 40px 20px;}
#wpforo #wpforo-wrap .wpforo-legal-rules .wpflegal-rules-buttons .wpflegal-rules-button{ cursor: pointer; border: 1px dotted #999999; padding: 5px 20px; display: inline-block; margin: 5px;}
#wpforo #wpforo-wrap .wpforo-legal-rules .wpflb-active-yes{background-color: green; color: #fff; border-color: green; }
#wpforo #wpforo-wrap .wpforo-legal-rules .wpflb-active-not{background-color: red; color: #fff; border-color: red;}
#wpforo #wpforo-wrap .wpforo-legal-privacy{box-sizing: border-box; height: 400px; overflow-y:auto; margin: 20px 0 40px 0; padding: 20px 30px; border-bottom: 1px solid #ccc;}
#wpforo #wpforo-wrap .wpforo-legal-privacy .wpflegal-privacy-buttons{display:block; text-align: center; padding: 20px 20px 40px 20px;}
#wpforo #wpforo-wrap .wpforo-legal-privacy .wpflegal-privacy-buttons .wpflegal-privacy-button{ cursor: pointer; border: 1px dotted #999999; padding: 5px 20px; display: inline-block; margin: 5px;}
#wpforo #wpforo-wrap .wpforo-legal-privacy .wpflb-active-yes{background-color: green; color: #fff; border-color: green; }
#wpforo #wpforo-wrap .wpforo-legal-privacy .wpflb-active-not{background-color: red; color: #fff; border-color: red;}
#wpforo #wpforo-wrap .wpforo-fb-info{text-align: center; font-size: 12px;}
#wpforo #wpforo-wrap .wpforo-fb-info .wpforo-fb-info-title{display: block}
#wpforo #wpforo-wrap .wpforo-fb-info .wpforo-legal-checkbox{font-size: 13px;}
#wpforo #wpforo-wrap .wpf-post-create label.wpforo-legal-checkbox,
#wpforo #wpforo-wrap .wpf-topic-create label.wpforo-legal-checkbox{margin: 0; padding: 3px 0 0;  display: block; clear: both;}
#wpforo #wpforo-wrap.wpf-guest .wpf-post-create label.wpforo-legal-checkbox,
#wpforo #wpforo-wrap.wpf-guest .wpf-topic-create label.wpforo-legal-checkbox{padding-left: 20px;}
#wpforo #wpforo-wrap .wpf-post-create .wpf-topic-sbs label,
#wpforo #wpforo-wrap .wpf-topic-create .wpf-topic-sbs label{padding-left: 5px;}
#wpforo #wpforo-wrap .wpf-contact-admin{ border: 1px dotted; padding: 2px 10px; display: inline-block;}
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-contact-admin{float: left;}
#wpforo #wpforo-wrap .fa-info-circle.wpf-reg-info{padding-left: 20px;}
#wpforo #wpforo-wrap .wpforo-fb-info .wpforo-legal-checkbox{margin: 10px 0 2px 0;}   #wpforo #wpforo-wrap .wpforo-revisions-wrap{border-top: 1px solid; margin-top: 11px;padding: 8px 20px;}
#wpforo #wpforo-wrap .wpforo-revision{margin-top: 17px;}
#wpforo #wpforo-wrap .wpforo-revision .wpforo-revision-created{opacity: 0.85;}
#wpforo #wpforo-wrap .wpforo-revisions-action-buttons{padding: 5px 3px 0px 3px;}
#wpforo #wpforo-wrap .wpforo-revision .wpforo-revision-actions span{opacity: 0.8;}
#wpforo #wpforo-wrap .wpforo-revision .wpforo-revision-actions span:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpforo-revision-action-button{cursor: pointer; padding: 5px 10px 5px 0px; opacity: 0.85; display: inline-block;}
#wpforo #wpforo-wrap .wpforo-revision-action-button:hover:not(.wpf-disabled){opacity: 1;}
#wpforo #wpforo-wrap .wpf-disabled{cursor: initial;opacity: 0.4;}
#wpforo #wpforo-wrap .wpforo-revisions-wrap .wpforo-revision-top{display: flex;justify-content: space-between;align-items: center;flex-wrap: nowrap;padding: 7px;}
#wpforo #wpforo-wrap .wpforo-revisions-wrap .wpforo-revision-body {padding: 18px 12px; border-top: 1px dashed;}   #wpforo #wpforo-wrap .wpf-admincp{display: block; margin: 80px auto 10px; position: relative;}
#wpforo #wpforo-wrap .wpf-acp-header{display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end;}
#wpforo #wpforo-wrap .wpf-acp-title{display:inline-block; background: #F5F5F5; padding: 3px 10px; font-size: 13px; color: #666;}
#wpforo #wpforo-wrap .wpf-acp-toggle{text-align: right; display: inline-block; padding-right: 1px; cursor: pointer;}
#wpforo #wpforo-wrap .wpf-acp-toggle i{font-size: 17px; line-height: 1; opacity: 0.7;}
#wpforo #wpforo-wrap .wpf-acp-toggle i:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpf-acp-content{background: #F5F5F5; padding: 10px; display: flex; flex-direction: column; justify-content: center; color: #666;}
#wpforo #wpforo-wrap .wpf-acp-content a.wpf-button-secondary{margin: 5px auto!important; padding: 7px 15px!important; display: inline-block; width: auto; box-shadow: 0px 0px 5px #ccc; background: #fff;}
#wpforo #wpforo-wrap .wpf-acp-content a.wpf-button-secondary:hover{box-shadow: 0px 0px 8px #ccc;}
#wpforo #wpforo-wrap .wpf-acp-content p.wpf-acp-forum-info{font-size: 13px; line-height: 1.55; margin: 3px 0 1px; padding: 5px 10px 0 10px;}
#wpforo #wpforo-wrap .wpf-acp-footer{background: #F5F5F5; padding:10px; border-top: 1px dashed #ccc; display: flex; justify-content: center; flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpf-acp-footer a.wpf-button-secondary{margin: 2px; background: #fff; padding: 5px 7px; font-size: 12px;}   #wpforo #wpforo-wrap .wpf-please-login{padding: 10px 30px; margin-top: 15px; text-align: center;}
#wpforo #wpforo-wrap #wpf-profile-action{font-size: smaller; margin-top: 0; float: right;}
@media only screen and (min-width: 2000px) {
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users .wpf-circle.wpf-m img {
width: 34px;
height: 34px;
}
}
@media screen and (max-width:800px) {
#wpforo #wpforo-wrap .wpforo-content{width:100% !important; float:none; }
#wpforo #wpforo-wrap .wpforo-right-sidebar{width:100% !important; float:none; margin-top:25px;}
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width:99%; height:99%;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top{flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-info,
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat{width: 100%; justify-content: flex-start;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat{margin-left: -20px; margin-top: 15px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more{flex-grow: 1; padding-right: 0; align-items: flex-end; border-left: none;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more:before,
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more:after{display: none;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-bottom{flex-wrap: wrap;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-bottom .wpf-left,
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-bottom .wpf-right{width: 100%;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-bottom .wpf-right{padding: 10px 5px; text-align: right;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-user{display:none;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-title{display:inline; float:none;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-date{display:inline; float:none;}
#wpforo #wpforo-wrap .wpfl-1 .wpf-last-post-by{display:block;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-user{display:none;}
#wpforo #wpforo-wrap .wpfl-1 .author-rating-full{ text-align:left; display: block; }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .views{display:none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic{width:130px;}
#wpforo #wpforo-wrap .wpfl-3 .cat-stat-posts{ display:none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{ display:none;}
#wpforo #wpforo-wrap .wpfl-3 .head-title{width: 28%;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .views{display:none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-stat{width:135px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-topic-sbs{width: 100%; margin-bottom: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-status-mobile{display: inline;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread .wpf-thread-forum-mobile{display: block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum,
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-forum,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-status,
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-status{display: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-author{width: 18%; white-space: nowrap;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-posts{min-width: 40px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post {display: block; position: relative;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left{float: left; padding: 5px 0; margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left{float: left; padding: 5px 0; margin-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .avatar {width: 64px;max-height: 64px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .author-rating-full {text-align: center;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .wpf-member-profile-button{font-size: 12px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right{width: 100%;padding-top: 14px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpforo-post-content{clear: both;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-memberinfo{display: block;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpforo-membertoggle{display: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-author-title{flex-basis: 100%;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-post-starter {margin: 2px 0 8px 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author-nicename{margin-left: -4px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-post-btns{flex-basis: 100%;text-align: right;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-foot .wpf-reply{flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-content-foot .wpf-reaction-wrap .wpf-like-count {margin-right: 7px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-content-foot .wpf-buttons .wpf-action i{margin-right: 0; vertical-align: top;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons{margin-right: -5px; padding-top: 6px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-1{margin-left: 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-2,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-3{margin-left: 20px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-4,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-5,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-6,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-7,
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies.level-8{margin-left: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree {margin: 6px 5px 15px 7px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpforo-post-content {margin: 5px 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar {margin-left: 15px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar {width: 50px;height: 40px;padding: 0 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar img,
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar .avatar {padding: 1px;width: 38px;height: 38px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpf-author-name{flex-basis: 100%; font-size: 13px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-date{text-align: left; width: 80%;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author{padding-bottom: 0;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item:nth-child(2n) {border-left: none!important;}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video,
#wpforo #wpforo-wrap .wpforo-revision-body .wpf-video{max-width:95%;height:280px;}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video iframe,
#wpforo #wpforo-wrap .wpforo-revision-body .wpf-video iframe{max-width: 100%;height:280px;}
#wpforo #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu i{display:inline;}
#wpforo #wpforo-wrap .wpf-field { padding-bottom: 3px;}
#wpforo #wpforo-wrap .wpf-field .wpf-label-wrap {display: block; width: 100%; float: none; }
#wpforo #wpforo-wrap .wpf-field .wpf-field-wrap {display: block; width: 100%; }
#wpforo #wpforo-wrap .wpf-th{display:block; float: none; box-sizing: border-box; width: 100%;}
#wpforo #wpforo-wrap .wpf-td{display:block; float: none; box-sizing: border-box; width: 100%;}
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu { top:12px; right: 12px;}
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item span{ display:none; }
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table{width: 80%; min-width:auto; }
#wpforo #wpforo-wrap .wpforo-fb-login-wrap{padding: 5px 0;}
#wpforo #wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input[type="submit"]{width: 100%;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool h3{display: none;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool {margin-top: 15px;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li select{width: 100%;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 100%;}
#wpforo-dialog-wrap #wpforo-dialog{width: 95% !important;}
#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4{width: 100%;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon{}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-result,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-result{ visibility:hidden; width:0; font-size:0; line-height:0; padding:0;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-title{width: calc(100% - 40px)!important;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-title a{ font-size:13px;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-forum,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-forum,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-user,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-user,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-date,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-date{ font-size:12px; line-height:14px;}
#wpforo-notifications-bar { width:35%;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:31%}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-right:none!important;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member{width: 48%;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel{bottom: 12px; align-items: flex-start; flex-direction: column;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-profile-avatar img, #wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-profile-avatar img.avatar{width: 100px; height: 100px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data{padding-left: 0;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom{padding-left: 20px;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box ul {flex-wrap: wrap;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li {padding: 5px 26px 5px 0;min-width: 30%;}
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons div a span{display:none}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons span.wpf-no-new{display:block}
}
@media screen and (min-width:621px) {
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu{display:block!important;}
}
@media screen and (max-width:620px) {
#wpforo #wpforo-wrap {padding: 10px 1px; }
#wpforo #wpforo-wrap.wpf-dark{ padding: 30px 1px; } #wpforo #wpforo-wrap .wpforo-table{display:block;}
#wpforo #wpforo-wrap .wpforo-tr{display:block; width:100%!important;}
#wpforo #wpforo-wrap .wpforo-th{display:block; width:100%!important;}
#wpforo #wpforo-wrap .wpforo-td{display:block; width:100%!important;}
#wpforo #wpforo-wrap .wpforo-td input[type="text"],
#wpforo #wpforo-wrap .wpforo-td input[type="email"],
#wpforo #wpforo-wrap .wpforo-td input[type="search"],
#wpforo #wpforo-wrap .wpforo-td input[type="url"],
#wpforo #wpforo-wrap .wpforo-td input[type="password"],
#wpforo #wpforo-wrap .wpforo-td select,
#wpforo #wpforo-wrap .wpforo-td textarea{width:100%!important;}
#wpforo #wpforo-wrap .wpf-topic-fields .wpf-topic-field{flex-wrap: wrap; margin-bottom: 12px;}
#wpforo #wpforo-wrap .wpf-topic-field .wpf-topic-field-label,
#wpforo #wpforo-wrap .wpf-topic-field .wpf-topic-field-value{width: 100%;}
#wpforo #wpforo-wrap .wpf-button{}
#wpforo #wpforo-wrap .wpf-head-bar-left #wpforo-title{font-size: 17px;margin: 7px 0 10px;}
#wpforo #wpforo-wrap .wpforo-feed{ float:none; display:block; padding-top:5px;}
#wpforo #wpforo-wrap .wpf-head-bar-left{width: 100%;}
#wpforo #wpforo-wrap .wpf-head-bar .wpf-head-bar-right{width: 100%; padding: 20px 1px 10px 1px; justify-content: flex-start;}
#wpforo #wpforo-wrap .wpf-breadcrumb div{display:none;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:first-child {display: inline-block!important;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:nth-last-child(2) {display: inline-block!important;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:nth-last-child(3) {display: inline-block!important;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:last-child {display: inline-block!important;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-icon{display: none;}
#wpforo #wpforo-wrap .wpfl-1 .cat-title{width: 60%;}
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts,
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics{width: 13%; white-space: nowrap;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left{ float:none; width:100%;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{width:70px; max-height:70px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar{display:inline-block; width:80px; float:left; margin-right:10px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-data{ margin-left:80px; display:block; text-align:left;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name{text-align:left; padding:0; margin:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title{text-align:left; padding:0; margin:0; line-height:16px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{margin:5px 0 5px 10px; display:block; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined{text-align:left; display:inline-block; padding-right:5px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts{text-align:left; display:inline-block; padding-right:0;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right{ float:none; width:100%; margin-left:0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-info{width: 52%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon{display: none;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{display: none;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box{min-width: auto;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box:last-child{display: none;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left{width: 100%; float:none; text-align:left;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{float:none; width:100%; margin-left:0;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{width:54px; max-height:54px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-avatar{display:inline-block; width:54px; float:left; margin-right:10px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-data{ margin-left:54px; display:block;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-name{text-align:left; line-height:20px; font-size:14px; font-weight:normal;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{text-align:left; line-height:20px;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-views,
#wpforo #wpforo-wrap .wpfl-2 .head-stat-posts,
#wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic .wpf-sbd.wpf-sbd-avatar{display:none;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info {width: auto; flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-avatar {width: auto;padding-right: 12px;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{padding-left: 10px;}
#wpforo #wpforo-wrap .wpfl-3 .cat-title,
#wpforo #wpforo-wrap .wpfl-3 .wpf-head-bar-right{width: 100%; padding-top: 10px; justify-content: flex-start;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat{padding-left: 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-icon{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-info{width: 100%; padding: 0 5px;}
#wpforo #wpforo-wrap .wpfl-3 .head-stat,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-stat{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-details {width: auto;flex-grow: 1;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-topic-avatar{width: 57px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-stat{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom{display:block;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom .wpforo-tags{margin: 0 5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left { width: 30px; padding: 25px 10px 10px 0px; border-right: none !important;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-positive,
#wpforo #wpforo-wrap .wpfl-3 .wpf-negative {font-size: 20px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-vote-number {font-size: 18px; line-height: 24px;}
#wpforo #wpforo-wrap .wpfl-3 .wpf-vote-number span { white-space: nowrap; }
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer,
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer {font-size: 22px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right {width: calc(100% - 38px);}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author { padding-left: 10px; }
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-date{text-align: left; width: 70%;}
#wpforo #wpforo-wrap .wpfl-4 .wpforo-topic-meta {margin-left: 0;}
#wpforo #wpforo-wrap .wpfl-4.wpforo-tags .wpf-tags-title {float: left;}
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu{ display:none; position:absolute; z-index:99999;}
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu{ display:inline-block; }
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li{ display:block; float:none; clear:both; }
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul{ display:none!important; }
#wpforo #wpforo-wrap .wpf-search input[type="text"]:focus{ width:80%;}
#wpforo #wpforo-wrap .wpf-search input[type="search"]:focus{ width:80%;}
#wpforo #wpforo-wrap .wpforo-activity-content .activity-icon{ display:none;}
#wpforo-notifications-bar { width:45%;}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap{white-space:normal;}
body.wpforo .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in{left: 5%!important;right: 5%!important;width: 88%!important;}
body.wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout{width: 100%!important;}
body.wpforo .mce-container.mce-panel .mce-combobox.mce-abs-layout-item{width: 100%!important;}
body.wpforo .mce-container.mce-panel .mce-textbox.mce-abs-layout-item.mce-last{width: 100%!important;}
body.wpforo .mce-container.mce-panel .mce-combobox.mce-abs-layout-item .mce-textbox{width: 100%!important;}
body.wpforo .mce-container.mce-panel .mce-container.mce-panel.mce-foot,
body.wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout{width: 90%!important;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-right:none!important;}
#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-rating-full{text-align: left;}
#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button{white-space: normal!important;}
#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title{ float: none; border-right:none; }
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-topics li .wpf-rel-date{ display: none; }
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump{ float: none; }
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-topic-prnx{ float: none; padding-top: 10px;}
#wpforo #wpforo-wrap .wpf-topic-navi .wpf-navi-wrap {padding:15px;}
#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-wrap {padding: 10px 20px;}
#wpforo #wpforo-wrap .wpf-tag-list .wpforo-tags {padding: 10px 20px;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-forum-icons span.wpf-stat-label{margin-left: 5px;}
#wpforo #wpforo-wrap .wpf-search-tags {padding: 10px 0 10px 15px;}
#wpforo #wpforo-wrap .wpf-topic-visitors{padding: 10px 20px;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title {display: block;}
#wpforo #wpforo-wrap .wpforo-post .author-title span {display: inline-block;}
#wpforo #wpforo-wrap .wpforo-post .author-title span.wpf-member-title.wpfrt{margin-right: 5px;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi .wpf-tmi-boxh{display: none;}
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview li .wpf-tmi-item .wpfto-author,
#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-overview li .wpf-tmi-item .wpfto-date{display: none;}
#wpforo #wpforo-wrap .wpforo-members .wpforo-member{width: 99%; margin-bottom: 20px;}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li {min-width: 48%;}
}
@media screen and (max-width:480px) {
#wpforo #wpforo-wrap .wpfl-1 .cat-title{width: 100%;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-info{width: 100%;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum{padding: 12px 0;}
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts,
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics,
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts,
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{display: none;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{display: none;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{width: 100%;}
#wpforo #wpforo-wrap .wpfl-2 .cat-title,
#wpforo #wpforo-wrap .wpfl-2 .wpf-head-bar-right{width: 100%; padding-top: 10px; justify-content: flex-start;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-stat{padding-left: 2px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title{width: calc(100% - 32px); padding-left: 0;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-title .wpforo-topic-author{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom{align-items: flex-start; margin-left: -5px;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list{width: 98%;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-data{display: none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-post-starter{display: none;}
#wpforo #wpforo-wrap .wpfl-4 .cat-title{width: calc(100% - 50px); padding-top: 10px; justify-content: flex-start;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar-left{width: 50px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar-right{width: 100%; padding-top: 10px; justify-content: flex-start;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-author,
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-posts,
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-views,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-author,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-posts,
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-views{display: none;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title {width: calc(100% - 160px);padding-right: 5px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply{width: 138px;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-date{text-align: left; width: 60%;}
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-content-foot .wpf-reply{text-align: left;}
#wpforo #wpforo-wrap .wpf-breadcrumb div:nth-last-child(2){display: none!important;}
#wpforo #wpforo-wrap.wpft-forum .wpf-breadcrumb div:nth-last-child(2){display: inline-block!important;}
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-top{display: none!important;}
#wpforo #wpforo-wrap .wpforo-activity-content .activity-date{ display:none;}
#wpforo #wpforo-wrap .wpforo-subscriptions .sbn-icon{ display:none;}
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-forum,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-forum,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-user,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-user,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-date,
#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-date{visibility:hidden; width:0; font-size:0; line-height:0; padding:0;}
#wpforo-notifications-bar{right: 10px;width:80%;}
#wpf-msg-box > p{font-size: 13px; line-height: 14px;}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox{width:100%;}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video,
#wpforo #wpforo-wrap .wpforo-revision-body .wpf-video{max-width:95%;height:200px;}
#wpforo #wpforo-wrap .wpforo-post-content .wpf-video iframe,
#wpforo #wpforo-wrap .wpforo-revision-body .wpf-video iframe{max-width: 100%;height:200px;}
#wpforo #wpforo-wrap .wpf-navi.wpf-navi-topic-top{margin-top:0;}
#wpforo #wpforo-wrap .wpf-navi.wpf-navi-post-top{margin-top:0;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-right:none!important;}
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table{width: 98%; background-color: transparent;}
#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{border-bottom: none;}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info p span{line-height: 20px;}
#wpforo #wpforo-wrap .wpf-notifications{width: 100%; min-width: auto;}
.wpforo-copy-url-wrap .wpforo-copy-url{font-size: 10px;}
.wpforo .mce-container-body .mce-container.mce-form.mce-abs-layout-item{width: 94% !important;}
.wpforo .mce-container.mce-panel .mce-container.mce-panel.mce-foot,
.wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout {width: 94% !important;}
.wpforo .mce-container.mce-panel.mce-foot .mce-container-body.mce-abs-layout .mce-widget.mce-btn{position: relative!important; left:5%!important; margin-left: 5%; float:right;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data .wpf-profile-details{width: 70%; max-width: none;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpforo-profile-head-data .wpfp-reputation .wpf-member-title{display: none;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom{flex-direction: column; align-items: flex-start;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-bottom .wpfp-joined{text-align: left;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bottom .wpf-head-buttons{flex-direction: column; align-items: flex-start; width: 100%;}
#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-head-bottom .wpf-navi {margin: 10px 0 0 3px;}
#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu span{display: none;}
}
@media screen and (max-width:350px) {
#wpforo #wpforo-wrap .wpf-button{white-space: nowrap;}
#wpforo #wpforo-wrap .wpf-button .wpf-button-text{white-space: normal;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-post-date{display:none}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-stat-posts{display:none;}
#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-status{display:none;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-posts{display:none;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{display:none;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info{width:100%;}
#wpforo #wpforo-wrap .wpforo-profile .profile-rating-bar-wrap .rating-bar-cell {font-size: 11px; line-height: 16px; min-width: 18px; }
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:99%}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-right:none!important;}
}    .mce-wpf-emoji-extra-wrap{height: auto !important;max-width: 250px!important;max-height: 250px!important;overflow: auto;}
#wpf-emoji-wrap.wpf-emoji-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 5px;}
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji{cursor: pointer;padding: 5px;}
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji > img{font-size: 20px;}
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji:hover{outline: 1px dotted black;}
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji:hover > img{filter: grayscale(100%);} #wpforo #wpforo-wrap .mce-toolbar [id^=mceu_].mce-listbox button {font-size: 12px; line-height: 25px; padding-left: 3px; padding-right: 0; text-transform: lowercase; background: transparent; width: 34px;}
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group [id^=mceu_].mce-btn.mce-listbox {background: transparent;}
#wpforo #wpforo-wrap .mce-toolbar [id^=mceu_].mce-listbox button i{display:none;} #wpforo #wpforo-wrap .wpforo_recaptcha_widget{ -webkit-transform:scale(0.9); transform:scale(0.9); }
@media screen and (max-width:1000px){ #wpforo #wpforo-wrap .wpforo_recaptcha_widget{ transform:scale(0.75);-webkit-transform:scale(0.75); }}
@media screen and (max-width:600px){ #wpforo #wpforo-wrap .wpforo_recaptcha_widget{ transform:scale(0.65);-webkit-transform:scale(0.65); -webkit-transform-origin:left 0; transform-origin:left 0; }}
#wpforo #wpforo-wrap .wpf-extra-fields .wpforo_recaptcha_widget{ -webkit-transform:scale(0.85); transform:scale(0.85); -webkit-transform-origin:left 0; transform-origin:left 0; padding-top: 10px;}
@media screen and (max-width:800px){ #wpforo #wpforo-wrap .wpf-extra-fields .wpforo_recaptcha_widget{ transform:scale(0.75);-webkit-transform:scale(0.75); transform-origin:left 0;-webkit-transform-origin:left 0; }}
@media screen and (max-width:420px){ #wpforo #wpforo-wrap .wpf-extra-fields .wpforo_recaptcha_widget{ transform:scale(0.65);-webkit-transform:scale(0.65); transform-origin:left 0;-webkit-transform-origin:left 0; }} #wpforo #wpforo-wrap .fa-reply:before { content: "\f3e5" !important; }
#wpforo #wpforo-wrap .fas.far{font-weight: normal;} .wpfw-0 {width:0 !important;}
.wpfw-10{width:10% !important;}
.wpfw-20{width:20% !important;}
.wpfw-30{width:30% !important;}
.wpfw-40{width:40% !important;}
.wpfw-50{width:50% !important;}
.wpfw-60{width:60% !important;}
.wpfw-70{width:70% !important;}
.wpfw-80{width:80% !important;}
.wpfw-90{width:90% !important;}
.wpfw-100{width:100% !important;}
.wpf-clear {clear:both; height:0; line-height: 0;}
.wpf-clear-left {clear:left; height:0; line-height: 0;}
.wpf-clear-right {clear:right; height:0; line-height: 0;}
.wpforo-widget-wrap .wpf-button{padding:5px 15px!important; font-size:13px; font-weight:normal; cursor:pointer; line-height: 16px; border-radius: 0; white-space:nowrap; box-shadow: 0 1px 1px #999999; outline: 0; display: inline-flex;
justify-content: center;
align-items: center;}
.wpforo-widget-wrap .wpf-button i, .wpforo-widget-wrap .wpf-button svg{margin-right: 5px;}
.wpforo-widget-wrap .wpf-button-secondary{border-radius: 0; padding: 5px 15px; margin: 0 10px; background-color: #F5F5F5; opacity: 0.8; color: #555555; border: 1px solid #cccccc; line-height: 16px; font-size: 13px;}
.wpforo-widget-wrap .wpf-button-secondary:hover{opacity: 1;}
#wpforo #wpforo-wrap .wpforo-loading-portable{position: absolute;z-index: 11;left: 0;top: 0;bottom: 0;right: 0;background: #0b0b0b;opacity: 0.2;display: flex;justify-content: center;align-items: center;font-size: 60px;font-weight: bold;}
#wpforo #wpforo-wrap .wpforo-loading-portable .fa-spin{color: #ebebeb;}
.wpf-processing > i.fas,
.wpf-processing > i.far,
.wpf-processing > i.fab,
.wpf-processing > i.fal,
.wpf-processing > i.fad,
.wpf-processing > i.fa-solid,
.wpf-processing > i.fa-regular,
.wpf-processing > i.fa-brands,
.wpf-processing > i.fa-light,
.wpf-processing > i.fa-thin,
.wpf-processing > i.fa-duotone{
font-weight: bold;
}
.wpf-processing > i.fas::before,
.wpf-processing > i.far::before,
.wpf-processing > i.fab::before,
.wpf-processing > i.fal::before,
.wpf-processing > i.fad::before,
.wpf-processing > i.fa-solid::before,
.wpf-processing > i.fa-regular::before,
.wpf-processing > i.fa-brands::before,
.wpf-processing > i.fa-light::before,
.wpf-processing > i.fa-thin::before,
.wpf-processing > i.fa-duotone::before{
content: "\f1ce" !important;
}
.wpf-processing > i.fas,
.wpf-processing > i.far,
.wpf-processing > i.fab,
.wpf-processing > i.fal,
.wpf-processing > i.fad,
.wpf-processing > i.fa-solid,
.wpf-processing > i.fa-regular,
.wpf-processing > i.fa-brands,
.wpf-processing > i.fa-light,
.wpf-processing > i.fa-thin,
.wpf-processing > i.fa-duotone{
-webkit-animation: fa-spin 2s linear infinite !important;
animation: fa-spin 2s linear infinite !important;
}
.wpf-link{
cursor: pointer !important;
}
.wpf-link:hover{
opacity: 0.8 !important;
}
#add_wpftopic[disabled]{
opacity: 0.8;
}.wpfw-0 {width:0 !important;}
.wpfw-10{width:10% !important;}
.wpfw-20{width:20% !important;}
.wpfw-30{width:30% !important;}
.wpfw-40{width:40% !important;}
.wpfw-50{width:50% !important;}
.wpfw-60{width:60% !important;}
.wpfw-70{width:70% !important;}
.wpfw-80{width:80% !important;}
.wpfw-90{width:90% !important;}
.wpfw-100{width:100% !important;}
.wpf-clear {clear:both; height:0; line-height: 0;}
.wpf-clear-left {clear:left; height:0; line-height: 0;}
.wpf-clear-right {clear:right; height:0; line-height: 0;}
#wpforo .wpforo-widget-wrap .wpf-button,
.wpforo-widget-wrap .wpf-button{padding:2px 15px 4px 15px!important; font-size:13px; font-weight:normal; cursor:pointer; line-height: 16px; border-radius: 20px; white-space:nowrap; box-shadow: 0 1px 1px #999999; outline: 0; display: inline-flex;
justify-content: center;
align-items: center;}
#wpforo .wpforo-widget-wrap .wpf-button i,
.wpforo-widget-wrap .wpf-button i, #wpforo .wpforo-widget-wrap .wpf-button svg,
.wpforo-widget-wrap .wpf-button svg{margin-right: 5px; font-size: 13px; width: 13px; height: 13px;}
#wpforo .wpforo-widget-wrap .wpf-button-secondary,
.wpforo-widget-wrap .wpf-button-secondary{border-radius: 20px; padding: 2px 15px 4px 15px!important; margin: 0 10px; background-color: #F5F5F5; opacity: 0.8; color: #555555; border: 1px solid #cccccc; line-height: 16px; font-size: 13px;}
#wpforo .wpforo-widget-wrap .wpf-button-secondary:hover,
.wpforo-widget-wrap .wpf-button-secondary:hover{opacity: 1;}   #wpf-widget-search #wpforo-search-form .wpf-search-widget-label{position: relative!important; display: block!important;}
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label input[type="text"]{position: relative!important; display: block!important; padding: 7px 8px; height: 32px;}
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label svg{enable-background:new 0 0 16 16; fill: #999; position: absolute; width: 19px; height: 19px; right:5px; bottom: 6px; cursor: pointer;}
#wpforo #wpforo-wrap .widget-title,
#wpforo .wpforo-widget-wrap .widget-title,
.wpforo-widget-wrap .widget-title{ padding:10px 0 15px 0; margin-bottom:5px; font-size:20px;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content,
.wpforo-widget-wrap .wpforo-widget-content{padding:10px 1px 20px 1px!important; margin:0;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content ul,
.wpforo-widget-wrap .wpforo-widget-content ul{padding:0; margin:0; border:none;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content li,
.wpforo-widget-wrap .wpforo-widget-content li{padding:8px 0!important; margin:0; list-style:none; border:none;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .avatar,
.wpforo-widget-wrap .wpforo-widget-content .avatar{border-radius: 50%;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpf-widget-note,
.wpforo-widget-wrap .wpforo-widget-content .wpf-widget-note{ font-size:13px; line-height:18px;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left{float:left; width:16%;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width:42px; height:42px; max-width:100%!important;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right{float:right; width:80%;}
#wpforo #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li:last-child,
#wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li:last-child{border:none;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttitle,
#wpf-widget-recent-replies .wpforo-list-item-right p.posttitle{font-size:14px; padding:0; margin:0; line-height:18px; font-weight:normal;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttext,
#wpf-widget-recent-replies .wpforo-list-item-right p.posttext{font-size:13px; padding:0; margin:5px 0 0; line-height:1.4;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postuser,
#wpf-widget-recent-replies .wpforo-list-item-right p.postuser{font-size:12px; padding:0; margin:0; line-height:16px;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postdate,
#wpf-widget-recent-replies .wpforo-list-item-right p.postdate{font-size:12px; padding:0; margin:0; line-height:16px;}
#wpforo #wpf-widget-online-users .wpforo-widget-content a.onlineuser,
#wpf-widget-online-users .wpforo-widget-content a.onlineuser{ padding:3px 7px; display:inline-block; margin:0 3px 5px 2px; line-height:18px; font-size:13px;}
#wpforo #wpf-widget-online-users .wpforo-widget-content a.onlineavatar,
#wpf-widget-online-users .wpforo-widget-content a.onlineavatar{ padding:1px; display:inline-block; margin:0 3px 5px 2px; width:20%;max-width: 64px;}
#wpforo #wpf-widget-search input[type="text"],
#wpf-widget-search input[type="text"]{ font-size:14px; line-height:16px; padding:2px 5px; display:inline-block; margin:0; height:28px;}
#wpforo #wpf-widget-search input[type="submit"],
#wpf-widget-search input[type="submit"]{ font-size:14px; line-height:16px; padding:2px 5px; display:inline-block; margin:0; height:28px;}
#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-item,
#wpf-widget-forums .wpforo-widget-content .wpf-dl-item{ padding-top:2px; display:block; line-height: 22px;}
#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-item i,
#wpf-widget-forums .wpforo-widget-content .wpf-dl-item i{margin-right:7px;}
#wpforo #wpf-widget-forums .wpforo-widget-content dl,
#wpf-widget-forums .wpforo-widget-content dl{ display:block; padding:0; margin:0;}
#wpforo #wpf-widget-forums .wpforo-widget-content dd,
#wpf-widget-forums .wpforo-widget-content dd{ display:block; margin-left:15px;}
#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-current .wpf-dl-item-label,
#wpf-widget-forums .wpforo-widget-content .wpf-dl-current .wpf-dl-item-label{ font-weight: 700; color: #666; }
#wpforo .wpforo-widget-wrap ul.wpf-widget-tags,
.wpforo-widget-wrap ul.wpf-widget-tags{display: flex;flex-flow: row wrap;justify-content:start;}
#wpforo .wpforo-widget-wrap .wpf-widget-tags li,
.wpforo-widget-wrap .wpf-widget-tags li{list-style: none!important;display: inline-block!important;padding: 0!important;margin: 0 10px 8px 0!important;font-family:Merriweather, Georgia, Verdana!important;}
#wpforo .wpforo-widget-wrap .wpf-widget-tags li a,
.wpforo-widget-wrap .wpf-widget-tags li a{display:inline-block!important;padding: 1px 8px!important;line-height: 18px!important;vertical-align: baseline!important;font-size: 11px!important;border-width: 1px!important;border-style: solid!important;border-right-style: dotted!important;border-right-width: 2px!important;}
#wpforo .wpforo-widget-wrap .wpf-widget-tags li span,
.wpforo-widget-wrap .wpf-widget-tags li span{display:inline-block!important;margin: 0 !important;padding: 1px 6px!important;line-height: 18px!important;text-align: center!important;vertical-align: baseline!important;font-size: 11px!important;min-width: 22px;}
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpf-all-tags,
.wpforo-widget-wrap .wpforo-widget-content .wpf-all-tags{padding-top: 10px!important;}
#wpforo .wpforo-widget-wrap .wpforo-list-item a.wpf-new-button,
.wpforo-widget-wrap .wpforo-list-item a.wpf-new-button,
#wpforo .wpforo-widget-wrap .wpforo-list-item span.wpf-new-button,
.wpforo-widget-wrap .wpforo-list-item span.wpf-new-button{font-size: 85% !important; vertical-align: bottom !important; font-weight: normal!important; background:#FF812D; color:#fff!important; padding: 0.5px 5px 1px 5px!important; line-height: inherit; line-height: 16px; font-family: Arial; border-radius: 3px; margin: 0 3px; text-transform: lowercase; }
#wpf-widget-profile, #wpf-widget-profile *{box-sizing: border-box;  box-shadow: none;  color: inherit;}
#wpforo #wpf-widget-profile .wpf-prof-header,
#wpf-widget-profile .wpf-prof-header{display: flex; flex-direction: row; justify-content: space-between; align-items:flex-end;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar,
#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar{padding-right: 15px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-info,
#wpf-widget-profile .wpf-prof-header .wpf-prof-info{flex-grow: 2;  border-bottom: 1px dashed #CCCCCC; padding-bottom: 5px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img,
#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img,
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img.avatar,
#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img.avatar{ max-width: 48px; max-height:48px; border-radius: 50%; vertical-align: bottom;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-name,
#wpf-widget-profile .wpf-prof-header .wpf-prof-name{font-size: 13px; font-weight: 600; color: #666;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-author-nicename,
#wpf-widget-profile .wpf-prof-header .wpf-author-nicename {font-size: 12px; font-weight: normal; font-family: "Courier New", Courier, monospace; line-height: 18px; padding-top: 0;}
#wpforo #wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after,
#wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after{left: 18px; top: -5px; white-space: normal;}
#wpforo #wpf-widget-profile .wpf-prof-header [wpf-tooltip]::before,
#wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after{left: 18px; top: -5px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts{ border-bottom: 1px dashed #CCCCCC;align-self: stretch;padding-top: 0; margin-top: 1px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell{ margin-bottom: 4px; transition: transform .2s ease;cursor: pointer; display: inline-flex;justify-content: center;align-items: center;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell > svg,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell > svg{ border-radius: 50%; width: 36px; height: 34px; text-align: center; background: #f5f5f5; margin: 0 2px 0 0; display: inline-block; position: initial; padding: 6px;}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell:hover,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell:hover{ transform: scale(1.1)}
#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-alerts-count,
#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-alerts-count{padding: 0; display: inline-block; font-size: 13px; line-height: 16px; font-weight: 600;}
#wpforo #wpf-widget-profile .wpf-prof-notifications,
#wpf-widget-profile .wpf-prof-notifications{position: relative;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications{ display:none; position: absolute; background: #fafafa; border-bottom: 3px solid #999; border-top: none; min-width: 220px; width: 100%; top:7px; z-index: 100000; padding: 0 10px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head{padding: 12px 5px 9px 5px; font-weight: 600; letter-spacing: 0.5px; font-size: 14px; }
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head i,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head i{font-size: 15px; margin-right: 3px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content{padding: 10px 0 1px 0; overflow-y: auto; overflow-x: hidden; max-height: 400px; font-size: 12px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-nspin,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-nspin{text-align: center; padding: 0 10px 5px 0; font-size: 22px; color: #999;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content ul,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content ul,
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li{margin: 0; list-style: none;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li{padding: 7px 4px 7px 6px; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft{ flex-basis: 10%; padding-top: 4px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nright,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nright{ flex-basis: 90%; line-height: 19px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft svg,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft svg{font-size: 16px; width: 16px; height: 16px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-ndesc,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-ndesc{font-size: 11px; line-height: 18px; display: inline; margin-left: 5px; border-left: 1px solid #ccc; padding-left: 10px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-actions,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-actions{display:none; text-align: right; padding: 10px 5px 5px 5px; font-size: 12px;}
#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-no-notification,
#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-no-notification{padding: 5px 10px 15px 10px; font-size: 13px;}
#wpforo #wpf-widget-profile .wpf-prof-content,
#wpf-widget-profile .wpf-prof-content{padding:10px 5px; border-bottom: 1px dashed #CCCCCC;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data span.wpf-member-title,
#wpf-widget-profile .wpf-prof-content .wpf-prof-data span.wpf-member-title{display: inline-block; margin-right: 5px; font-size: 13px; color: #666;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data .wpf-member-title.wpfut,
#wpf-widget-profile .wpf-prof-content .wpf-prof-data .wpf-member-title.wpfut {display: inline-block !important;font-size: 11px;line-height: 15px;padding: 2px 15px;margin: 5px auto; border: 1px solid #dddddd; border-radius: 3px;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data .author-rating-full ,
#wpf-widget-profile .wpf-prof-content .wpf-prof-data .author-rating-full {display: inline-block;font-size: 16px;font-weight: bold;line-height: 18px;min-width: 30px;padding: 2px;text-align: center;white-space: nowrap;}
#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-rating .author-rating-full i.fa-trophy,
#wpf-widget-profile .wpf-prof-content .wpf-prof-rating .author-rating-full i.fa-trophy{font-size:20px;}
#wpforo #wpf-widget-profile .wpf-prof-footer,
#wpf-widget-profile .wpf-prof-footer{margin-bottom: 5px;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons{ margin-top: 3px;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a{margin-right: 3px;padding: 4px 10px 4px 10px;text-align: center;line-height: 16px;font-size: 13px;background:#f5f5f5;margin-top: 10px;display: inline-block; border-radius: 2px;color: #21759b;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a:hover,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a:hover{color: #f5f5f5;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout{padding: 4px 15px 4px 15px; color: #f42d2c;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout:hover,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout:hover{background-color: #f42d2c!important; color: #fff;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-button,
#wpf-widget-profile .wpf-prof-footer .wpf-button{box-shadow: none;}
#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons svg,
#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons svg{min-height: 13px; width: 16px;}   #wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item i.fa-chart-bar,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item i.fa-chart-bar{ font-size:20px;}
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right{ width:calc(100% - 30px);}
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .polldate,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .polldate{font-size:12px; color:#888888;}
#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .pollvotes,
#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .pollvotes{font-size:12px; color:#888888; line-height:16px;}
@media screen and (max-width:800px) {
#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img,
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width:99%; height:99%;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttext,
#wpf-widget-recent-replies .wpforo-list-item-right p.posttext{font-size:14px;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postuser,
#wpf-widget-recent-replies .wpforo-list-item-right p.postuser{font-size:13px;}
#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postdate,
#wpf-widget-recent-replies .wpforo-list-item-right p.postdate{font-size:13px;}
}
   html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-size: 100%;
font-family: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button,
input[type=submit] {
box-sizing: content-box;
-webkit-appearance: none;
cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type=search] {
-webkit-appearance: none;
}
textarea {
overflow: auto;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img {
min-height: 1px;
}
} ::-webkit-input-placeholder {
color: inherit;
}
::-moz-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder {
color: inherit;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
} :root {
--body-font: "Public Sans", system-ui, sans-serif;
--ui-font: var(--body-font);
--text-font: var(--body-font);
--title-font: var(--ui-font);
--h-font: var(--ui-font);
--text-size: 14px;
--text-lh: 1.714;
--main-width: 1200px;
--grid-gutter: 36px;
--wrap-padding: 35px;
--boxed-pad: 45px;
--sidebar-width: 33.3333333333%;
--sidebar-c-width: var(--sidebar-width);
--sidebar-pad: 38px;
--sidebar-c-pad: var(--sidebar-pad);
--c-sidebar-sep: var(--c-separator2);
--max-width-md: 680px;
--title-size-xs: 14px;
--title-size-s: 16px;
--title-size-n: 18px;
--title-size-m: 20px;
--title-size-l: 25px;
--title-size-xl: 30px;
--title-fw-semi: 600;
--title-fw-bold: 700;
--grid-p-title: var(--title-size-m);
--grid-sm-p-title: var(--title-size-s);
--grid-lg-p-title: var(--title-size-l);
--list-p-title: calc(var(--title-size-m) * 1.05);
--small-p-title: var(--title-size-xs);
--feat-grid-title-s: var(--title-size-n);
--feat-grid-title-m: var(--title-size-m);
--feat-grid-title-l: var(--title-size-l);
--excerpt-size: 15px;
--post-content-size: 1.186rem;
--post-content-lh: 1.7;
--post-content-gaps: 1.54em;
--single-content-size: var(--post-content-size);
--p-media-margin: 1.867em;
--p-spacious-pad: 0px;
--c-facebook: #1a6dd4;
--c-twitter: #55acef;
--c-pinterest: #e4223e;
--c-linkedin: #02669a;
--c-tumblr: #44546b;
--c-instagram: #c13584;
--c-vk: #45668e;
--c-vimeo: #1ab7ea;
--c-youtube: #ff0000;
--c-dribbble: #ea4c89;
--c-flickr: #0063dc;
--c-email: #080808;
--c-whatsapp: #23c761;
--c-soundcloud: #ff8800;
--c-rss: #f97d1e;
--c-reddit: #ff4500;
--c-telegram: #0088cc;
--c-tiktok: #fe2c55;
--c-discord: #5865f2;
--c-twitch: #7b3ed6;
--c-snapchat: #fffc00;
--c-threads: #000;
--c-mastodon: #6364ff;
--c-spotify: #1db954;
--c-bluesky: #1285fe;
--block-wrap-mb: 55px;
--btn-height: 38px;
--btn-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
:root {
--block-wrap-mb: 45px;
}
}
:root,
.s-light {
--c-main: #2ab391;
--c-main-rgb: 42, 179, 145;
--c-contrast-0: #fff;
--c-contrast-10: #fbfbfb;
--c-contrast-50: #f7f7f7;
--c-contrast-75: #efefef;
--c-contrast-100: #e8e8e8;
--c-contrast-125: #e2e2e2;
--c-contrast-150: #ddd;
--c-contrast-200: #ccc;
--c-contrast-300: #bbb;
--c-contrast-400: #999;
--c-contrast-450: #8a8a8a;
--c-contrast-500: #777;
--c-contrast-600: #666;
--c-contrast-650: #505050;
--c-contrast-700: #444;
--c-contrast-800: #333;
--c-contrast-850: #191919;
--c-contrast-900: #161616;
--c-contrast: #000;
--c-rgba: 0, 0, 0;
--c-separator: var(--c-contrast-100);
--c-separator2: var(--c-contrast-125);
--c-links: var(--c-contrast-900);
--c-headings: var(--c-contrast-900);
--c-excerpts: var(--c-contrast-650);
--c-nav: var(--c-contrast-900);
--c-nav-hov-bg: transparent;
--c-nav-drop-sep: rgba(0, 0, 0, .07);
--c-nav-blip: var(--c-contrast-300);
--c-post-meta: var(--c-contrast-450);
--footer-mt: 60px;
--footer-bg: #f7f7f7;
--footer-lower-bg: #f0f0f0;
}
.s-dark:not(i),
.site-s-dark,
.site-s-dark .s-light {
--c-contrast-0: #000;
--c-contrast-10: #070707;
--c-contrast-50: #111;
--c-contrast-75: #151515;
--c-contrast-100: #222;
--c-contrast-125: #2b2b2b;
--c-contrast-150: #333;
--c-contrast-200: #444;
--c-contrast-300: #555;
--c-contrast-400: #777;
--c-contrast-450: #999;
--c-contrast-500: #bbb;
--c-contrast-600: #c0c0c0;
--c-contrast-650: #ccc;
--c-contrast-700: #d1d1d1;
--c-contrast-800: #ddd;
--c-contrast-850: #ececec;
--c-contrast-900: #f0f0f0;
--c-contrast: #fff;
--c-rgba: 255, 255, 255;
--c-a-hover: rgba(var(--c-rgba), .7);
--c-headings: var(--c-contrast-850);
--c-excerpts: var(--c-contrast-650);
--c-separator: rgba(var(--c-rgba), .13);
--c-separator2: rgba(var(--c-rgba), .13);
--c-links: var(--c-contrast-900);
--c-headings: var(--c-contrast-850);
--c-nav: var(--c-contrast-900);
--c-nav-drop-bg: var(--c-contrast-10);
--c-nav-drop-sep: rgba(255, 255, 255, .1);
--c-post-meta: rgba(var(--c-rgba), .65);
--c-email: var(--c-contrast-300);
--c-input-bg: rgba(var(--c-rgba), .1);
--footer-bg: #0f0f11;
--footer-lower-bg: #040404;
}
.site-s-dark {
--footer-bg: #070708;
}
.site-s-dark body {
background: #151516;
}
html {
font-size: 14px;
}
body {
font-family: var(--body-font);
line-height: 1.5;
color: var(--body-color, var(--c-contrast-700));
background: var(--c-contrast-0);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow-x: hidden;
}
.elementor-top-section.elementor-section-full_width {
max-width: 100%;
overflow-x: hidden;
}
@media (max-width: 1200px) {
.main-wrap {
overflow-x: clip;
}
}
@media (max-width: 767px) {
body,
html {
overflow-x: hidden;
}
}
::selection {
background: var(--c-main);
color: #fff;
}
img::selection {
background: transparent;
}
:root {
--admin-bar-h: 32px;
}
@media (max-width: 782px) {
:root {
--admin-bar-h: 46px;
}
}
*,
:before,
:after {
-webkit-font-smoothing: antialiased;
}
p {
margin-bottom: 21px;
word-break: break-all;
word-break: break-word;
overflow-wrap: break-word;
}
h1 {
font-size: 1.846em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.285em;
}
h4 {
font-size: 1.21em;
}
h5 {
font-size: 1.107em;
}
h6 {
font-size: 1.07em;
}
h1, h2, h3, h4, h5, h6, .h-tag {
font-weight: var(--title-fw-bold);
font-family: var(--h-font);
color: var(--c-headings);
} a {
color: var(--c-a, var(--c-links));
text-decoration: none;
transition: all 0.25s ease-in-out;
}
a:hover {
text-decoration: none;
color: var(--c-a-hover, var(--c-main));
} code,
pre {
background: rgba(var(--c-rgba), 0.03);
}
code {
padding: 4px 10px;
}
pre {
padding: 1.5em 1em;
border-left: 3px solid var(--c-separator);
border-bottom: 1px solid transparent;
display: block;
word-break: break-all;
word-wrap: break-word;
font-family: Menlo, Monaco, Consolas, monospace;
font-size: max(14px, .9em);
}
pre code {
white-space: pre-wrap;
background: transparent;
font-size: inherit;
}
table {
max-width: 100%;
background-color: transparent;
}
th, td {
background: transparent;
padding: 5px 9px;
border: 1px solid var(--c-separator2);
text-align: initial;
}
th {
background: rgba(var(--c-rgba), 0.05);
}
table caption {
padding: 0 0 7px 0;
width: auto;
font-weight: 600;
}
small {
font-size: 0.92308em;
}
sub {
vertical-align: sub;
font-size: 0.7em;
}
sup {
vertical-align: super;
font-size: 0.7em;
}
ul,
ol {
list-style-type: var(--ul-style, none);
margin: var(--ul-margin, 0);
margin-left: var(--ul-ml, 0);
}
@media (max-width: 540px) {
ul,
ol {
margin-left: var(--ul-ml-xs, 0);
}
}
ol li::marker {
font-size: max(0.95em, 12px);
}
li {
padding: var(--li-padding, 0);
padding-left: var(--li-pl, 0);
margin: var(--li-margin, 0);
margin-bottom: var(--li-mb, 0);
}
input,
textarea,
select {
border: 1px solid var(--c-contrast-150);
padding: 7px 12px;
outline: 0;
height: auto;
font-size: 14px;
color: var(--c-contrast-500);
max-width: 100%;
border-radius: 2px;
box-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.1);
background: var(--c-input-bg, var(--c-contrast-0));
}
input {
width: var(--input-width, initial);
height: var(--input-height, 38px);
}
input[type=checkbox],
input[type=radio] {
width: initial;
height: initial;
}
textarea {
width: 100%;
padding: 14px 12px;
line-height: 1.5;
}
input:focus,
textarea:focus,
select:focus {
border-color: var(--c-contrast-400);
color: var(--c-contrast-650);
}
input[type=submit],
button,
input[type=reset] input[type=button],
.ts-button {
-webkit-appearance: none;
padding: var(--btn-pad, 0 17px);
font-family: var(--ui-font);
font-size: var(--btn-f-size, 12px);
font-weight: var(--btn-f-weight, 600);
line-height: var(--btn-l-height, var(--btn-height));
height: var(--btn-height);
letter-spacing: 0.03em;
text-transform: uppercase;
text-align: center;
box-shadow: var(--btn-shadow);
transition: 0.25s ease-in-out;
background: var(--c-main);
color: #fff;
border: 0;
border-radius: 2px;
}
input[type=submit]:hover,
button:hover,
input[type=reset] input[type=button]:hover,
.ts-button:hover {
background: #161616;
border-color: #161616;
color: #fff;
}
.s-dark input[type=submit]:hover,
.s-dark button:hover,
.s-dark input[type=reset] input[type=button]:hover,
.s-dark .ts-button:hover {
border-color: #555;
}
button:focus {
outline: 0;
}
input[type=submit]:active,
button:active,
input[type=button]:active {
opacity: 0.9;
}
.ts-button-alt {
--btn-l-height: 1;
--btn-height: auto;
--btn-pad: 10px 17px;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent;
border: 1px solid var(--c-contrast-100);
color: var(--c-contrast-650);
}
.ts-button-b {
background: transparent;
border: 1px solid var(--c-main);
color: var(--c-main);
}
.ts-button:not(._),
.ts-button-alt:not(._) {
box-shadow: var(--btn-shadow);
}
blockquote {
padding: 0.5em 1.5em;
color: var(--c-contrast-850);
font-family: var(--blockquote-font, inherit);
font-size: 1.12em;
font-weight: 400;
}
blockquote cite,
blockquote [class*=__citation] {
font-family: var(--ui-font);
color: var(--c-contrast-450);
font-size: 13px;
font-size: max(12px, .7em);
font-weight: 400;
font-style: normal;
letter-spacing: 0.02em;
}
blockquote p + cite,
blockquote [class*=__citation] {
display: block;
margin-top: 15px;
}
blockquote cite:before {
content: "—";
margin-right: 5px;
opacity: 0.6;
}
blockquote > p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote.is-style-modern blockquote,
.modern-quote {
position: relative;
padding: 0;
padding-left: calc(28px + 1em);
padding-right: 14px;
padding-top: 17px;
padding-bottom: 0;
margin-top: 35px;
margin-bottom: 35px;
font-family: "Merriweather", Georgia, serif;
font-weight: 300;
font-size: 1.142em;
font-style: italic;
border: 0;
border-top: 2px solid var(--c-main);
background: transparent;
}
.wp-block-pullquote.is-style-modern blockquote:before,
.modern-quote:before {
content: "“";
position: absolute;
top: 0;
left: 0;
color: var(--c-contrast-100);
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
opacity: 1;
font-weight: 400;
transform: none;
margin-left: 0;
font-size: 4em;
line-height: 1;
margin-top: 15px;
}
.wp-block-pullquote.is-style-modern blockquote cite,
.modern-quote cite {
margin-top: 21px;
font-size: 12px;
font-family: var(--ui-font);
text-transform: uppercase;
color: var(--c-contrast-400);
font-style: italic;
}
.wp-block-pullquote.is-style-modern blockquote p > cite,
.modern-quote p > cite {
display: block;
}
.wp-block-pullquote.is-style-modern blockquote cite:before,
.modern-quote cite:before {
content: "—";
margin-right: 3px;
}
.modern-quote.alignleft {
margin-right: 35px;
}
.modern-quote.alignright {
margin-left: 35px;
}
.modern-quote.pull {
margin-bottom: 28px;
margin-top: 0.6em;
padding-right: 0;
min-width: 250px;
max-width: 30%;
}
.search-form {
display: flex;
}
.search-form label {
flex-grow: 1;
max-width: 400px;
}
.search-form .search-field {
width: 100%;
}
.search-form input[type=submit] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -2px;
}
.ts-tooltip {
position: relative;
--ts-tip-anim: all .18s ease-in-out;
--ts-tip-bg: rgba(17, 17, 17, .95);
}
.s-dark .ts-tooltip {
--ts-tip-bg: rgba(47, 47, 47, 0.98);
}
.ts-tooltip::before, .ts-tooltip::after {
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
opacity: 0;
pointer-events: none;
transition: var(--ts-tip-anim);
position: absolute;
box-sizing: border-box;
z-index: 10;
transform-origin: top;
transform: translate3d(var(--_x), var(--_y), 0);
}
.ts-tooltip:hover::before, .ts-tooltip:hover::after {
opacity: 1;
pointer-events: auto;
}
.ts-tooltip::before {
background-size: 100% auto !important;
content: "";
}
.ts-tooltip::after {
content: attr(aria-label);
width: 300px;
width: -webkit-max-content;
width: max-content;
max-width: min(450px, 90vw);
background: var(--ts-tip-bg);
border-radius: 4px;
color: #fff;
font-family: var(--ui-font);
font-size: var(--ts-tip-fs, 13px);
font-weight: var(--ts-tip-fw, normal);
text-transform: var(--ts-tip-case, none);
padding: 0.5em 1em;
box-sizing: content-box;
}
.ts-tooltip-top {
--_x: -50%;
--_y: 0;
}
.ts-tooltip-top::before {
height: 6px;
width: 12px;
margin-bottom: 5px;
background: var(--ts-tip-bg);
-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.ts-tooltip-top::after {
margin-bottom: 11px;
}
.ts-tooltip-top::before, .ts-tooltip-top::after {
bottom: 100%;
left: 50%;
}
.ts-tooltip-top:hover::before {
--_y: -6px;
}
.ts-tooltip-top:hover::after {
--_y: -5px;
}
.ts-tooltip-top-left::after {
--_x: -16px;
bottom: 100%;
}
.ts-tooltip-top-left:hover::after {
--_y: -5px;
} .cf:after, .cf:before {
content: "";
display: table;
flex-basis: 0;
order: 1;
}
.cf:after {
clear: both;
}
.limit-line {
overflow: hidden;
white-space: nowrap;
}
.limit-lines {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
-webkit-line-clamp: var(--limit-lines, 5);
overflow: hidden;
word-wrap: break-word;
text-overflow: ellipsis;
}
.l-lines-1 {
--limit-lines: 1;
}
.l-lines-2 {
--limit-lines: 2;
}
.l-lines-3 {
--limit-lines: 3;
}
.l-lines-4 {
--limit-lines: 4;
}
.ellipsis {
text-overflow: ellipsis;
} .ir {
background-color: transparent;
border: 0;
overflow: hidden;
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 100%;
} .visuallyhidden,
.screen-reader-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.main-color {
color: var(--c-main);
}
.post-title {
color: var(--c-headings);
font-family: var(--title-font);
line-height: 1.36;
}
.post-title a {
--c-links: initial;
--c-a: initial;
--c-a-hover: var(--c-main);
display: block;
}
hr,
hr.separator {
margin: 41px 0;
height: 1px;
background: var(--c-separator);
}
hr.no-line {
background: transparent;
}
hr.half {
margin-top: 0;
}
.ts-spinner {
width: 40px;
height: 40px;
border: 3px solid transparent;
border-radius: 50%;
position: relative;
}
.ts-spinner::before, .ts-spinner::after {
content: "";
position: absolute;
border-radius: 50%;
animation: ts-spinner-scale 1s ease-out infinite;
}
.ts-spinner::before {
border: 3px solid rgba(var(--c-main-rgb), 0.5);
width: 48px;
height: 48px;
top: -7px;
left: -7px;
animation-delay: 1s;
opacity: 0;
}
.ts-spinner::after {
border: 3px solid rgba(var(--c-main-rgb), 1);
width: 40px;
height: 40px;
top: -3px;
left: -3px;
animation-delay: 0.5s;
}
@keyframes ts-spinner-scale {
0% {
transform: scale(0);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.lazyload,
.lazyloading {
will-change: opacity !important;
background-color: var(--c-contrast-150);
}
.lazyload:not(._),
.lazyloading:not(._) {
opacity: 0.1;
}
.no-display {
will-change: opacity;
opacity: 0;
}
.lazyloaded,
.appear {
will-change: initial;
opacity: 1;
}
.wp-post-image,
.post-content img,
.appear,
.lazyload,
.lazyloading {
transition: opacity 0.3s ease-in-out;
}
@media (min-width: 941px) {
.wp-post-image,
.post-content:hover img {
will-change: opacity;
}
}
:where(.ts-img-hov-fade) .wp-post-image:hover {
opacity: 0.85;
}
:where(.ts-img-hov-saturate) .wp-post-image {
transition-property: filter;
}
:where(.ts-img-hov-saturate) .wp-post-image:hover {
filter: brightness(1.08);
}
.bg-ratio {
--a-ratio: 0;
padding-bottom: calc(100% / var(--a-ratio));
}
.bg-cover {
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
} @keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes bouncedelay {
0%, 80%, 100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
}
@keyframes fade-in-up {
from {
opacity: 0;
transform: translate3d(0, var(--fade-transform), 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fade-in-up-lg {
from {
opacity: 0;
transform: translate3d(0, 8px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes fade-in-down-lg {
from {
opacity: 0;
transform: translate3d(0, -8px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fade-in:not(._) {
visibility: visible;
opacity: 1;
}
.fade-out {
visibility: hidden;
opacity: 0;
}
.fade-in-up {
--fade-transform: 2px;
will-change: transform;
animation: 0.5s fade-in-up ease-out;
animation-fill-mode: both;
}
.fade-in-up-lg {
will-change: transform;
animation: 0.65s fade-in-up-lg ease-out;
animation-fill-mode: both;
}
.fade-in-down-lg {
will-change: transform;
animation: 0.65s fade-in-down-lg ease-out;
animation-fill-mode: both;
}
.no-transition {
transition: none !important;
}
.media-ratio {
position: relative;
display: block;
height: 0;
}
.media-ratio .wp-post-image,
.media-ratio > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: var(--media-radius, 0);
}
.media-ratio.ratio-1-1 {
padding-bottom: 100%;
}
.media-ratio.ratio-4-3 {
padding-bottom: 75%;
}
.media-ratio.ratio-3-2 {
padding-bottom: 66.6666666667%;
}
.media-ratio.ratio-16-9 {
padding-bottom: 56.25%;
}
.media-ratio.ratio-21-9 {
padding-bottom: 42.8571428571%;
}
.media-ratio.ratio-3-4 {
padding-bottom: 133.3333333333%;
}
.media-ratio.ratio-2-3 {
padding-bottom: 150%;
}
.show-lg:not(#_),
.show-md:not(#_),
.show-sm:not(#_),
.show-xs:not(#_) {
display: none;
}
@media (min-width: 941px) {
.show-lg:not(#_) {
display: var(--display-init, block);
}
}
@media (min-width: 768px) and (max-width: 940px) {
.show-md:not(#_) {
display: var(--display-init, block);
}
}
@media (min-width: 541px) and (max-width: 767px) {
.show-sm:not(#_) {
display: var(--display-init, block);
}
}
@media (max-width: 540px) {
.show-xs:not(#_) {
display: var(--display-init, block);
}
} .ts-contain,
.wrap,
.main-wrap {
max-width: 100%;
box-sizing: border-box;
}
.ts-contain,
.wrap {
width: 100%;
margin: 0 auto;
}
@media (min-width: 1201px) {
.wrap {
width: var(--main-width);
}
}
@media (max-width: 940px) {
.wrap {
max-width: var(--max-width-md);
}
}
@media (min-width: 1201px) {
.ts-contain,
.main {
width: calc(var(--main-width) + var(--wrap-padding) * 2);
}
}
@media (max-width: 940px) {
.ts-contain,
.main {
max-width: calc(var(--max-width-md) + 70px);
}
}
.main {
margin: 42px auto;
}
.ts-contain,
.main {
padding: 0 35px;
padding: 0 var(--wrap-padding);
}
@media (max-width: 940px) {
.ts-contain,
.main {
--wrap-padding: 25px;
}
}
@media (max-width: 540px) {
.ts-contain,
.main {
--wrap-padding: 20px;
}
}
@media (max-width: 350px) {
.ts-contain,
.main {
--wrap-padding: 15px;
}
}
.ts-contain .ts-contain,
.main .ts-contain {
padding: 0;
}
.no-sidebar .col-8.main-content {
width: 100%;
}
@media (min-width: 941px) {
.main-content:not(.main),
.no-sidebar .right-sidebar .main-content {
width: calc(100% - var(--sidebar-c-width));
}
} .ts-row,
.row,
.b-row {
--grid-gutter-h: calc(var(--grid-gutter) / 2);
display: flex;
flex-wrap: wrap;
margin-right: calc(-1 * var(--grid-gutter-h));
margin-left: calc(-1 * var(--grid-gutter-h));
}
.grid {
display: grid;
grid-column-gap: var(--grid-gutter);
grid-row-gap: var(--grid-row-gap, 0);
}
@media (max-width: 767px) {
.grid {
--grid-gutter: 26px;
}
}
.cols-not-eq {
align-items: start;
}
.cols-gap-sm {
--grid-gutter: 26px;
}
.cols-gap-lg {
--grid-gutter: 50px;
}
@media (max-width: 767px) {
.cols-gap-lg {
--grid-gutter: 26px;
}
}
.cols-gap-xlg {
--grid-gutter: 64px;
}
@media (max-width: 767px) {
.cols-gap-xlg {
--grid-gutter: 26px;
}
}
.cols-gap-min {
--grid-gutter: 2px;
} .grid-1 {
--col: 100%;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-2 {
--col: 50%;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
--col: 33.3333333333%;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4 {
--col: 25%;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-5 {
--col: 20%;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-6 {
--col: 16.6666666667%;
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-auto {
grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
}
.grid-4-8 {
grid-template-columns: 4fr 8fr;
}
.grid-8-4 {
grid-template-columns: 8fr 4fr;
}
@media (max-width: 940px) {
.md\:grid-1 {
--col: 100%;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:grid-2 {
--col: 50%;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-3 {
--col: 33.3333333333%;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-4 {
--col: 25%;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:grid-5 {
--col: 20%;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.md\:grid-6 {
--col: 16.6666666667%;
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.md\:grid-auto {
grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
}
}
@media (max-width: 767px) {
.sm\:grid-1 {
--col: 100%;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sm\:grid-2 {
--col: 50%;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:grid-3 {
--col: 33.3333333333%;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:grid-4 {
--col: 25%;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sm\:grid-5 {
--col: 20%;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sm\:grid-6 {
--col: 16.6666666667%;
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.sm\:grid-auto {
grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
}
}
@media (max-width: 540px) {
.xs\:grid-1 {
--col: 100%;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.xs\:grid-2 {
--col: 50%;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.xs\:grid-3 {
--col: 33.3333333333%;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.xs\:grid-4 {
--col: 25%;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.xs\:grid-5 {
--col: 20%;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.xs\:grid-6 {
--col: 16.6666666667%;
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.xs\:grid-auto {
grid-template-columns: repeat(auto-fit, minmax(var(--w-min, 0), 1fr));
}
}
.col-1 {
width: 8.3333333333%;
}
.col-2 {
width: 16.6666666667%;
}
.col-2-4 {
width: 20%;
}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.3333333333%;
}
.col-5 {
width: 41.6666666667%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.3333333333%;
}
.col-8 {
width: 66.6666666667%;
}
.col-9 {
width: 75%;
}
.col-10 {
width: 83.3333333333%;
}
.col-11 {
width: 91.6666666667%;
}
.col-12 {
width: 100%;
} .column {
width: 100%;
}
.column.three-fourth {
width: 75%;
}
.column.two-third {
width: 66.6666666667%;
}
.column.half {
width: 50%;
}
.column.one-third {
width: 33.3333333333%;
}
.column.one-fourth {
width: 25%;
}
.column.one-fifth {
width: 20%;
}
.column.two-fifth {
width: 40%;
}
.column.three-fifth {
width: 60%;
}
.column.four-fifth {
width: 80%;
}
.column.right {
text-align: right;
}
.column.left {
text-align: left;
}
.column.center {
text-align: center;
}
.column,
[class^=col-],
[class*=" col-"] {
flex: 0 0 auto;
padding-left: var(--grid-gutter-h);
padding-right: var(--grid-gutter-h);
}
@media (max-width: 940px) {
.column,
[class^=col-],
[class*=" col-"] {
width: 100%;
}
}  .breadcrumbs {
margin: 0 auto;
margin-bottom: 30px;
font-family: var(--ui-font);
--c-a: var(--c-contrast-450);
--c-a-hover: var(--c-links);
font-size: 12px;
color: var(--c-contrast-400);
line-height: 1;
}
.breadcrumbs .delim,
.breadcrumbs .separator {
font-family: Arial, system-ui, sans-serif;
padding: 0 10px;
font-size: 1.141em;
line-height: 0.7;
opacity: 0.8;
}
.breadcrumbs .separator {
padding: 0 3px;
}
.breadcrumbs .label {
color: var(--c-main);
margin-right: 21px;
text-transform: uppercase;
}
.breadcrumbs .inner {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 1.2;
}
.breadcrumbs-a {
margin-top: 20px;
margin-bottom: 20px;
}
.breadcrumbs-a + .main {
margin-top: 35px;
}
.post-layout-large-center .breadcrumbs-a {
margin-top: 25px;
text-align: center;
}
.breadcrumbs-b {
font-size: 13px;
--c-a: var(--c-contrast-500);
}
@media (max-width: 767px) {
.breadcrumbs-b {
font-size: 12px;
}
}
.breadcrumbs-b .inner {
padding-top: 16px;
padding-bottom: 16px;
}
.breadcrumbs-b.is-full-width {
background: var(--c-contrast-50);
}
.breadcrumbs-b:not(.is-full-width) > .inner {
background: var(--c-contrast-50);
padding: 16px 25px;
}
@media (max-width: 767px) {
.breadcrumbs-b:not(.is-full-width) {
padding: 0;
width: 100%;
max-width: initial;
}
.breadcrumbs-b:not(.is-full-width) > .inner {
width: 100%;
max-width: initial;
}
}
.breadcrumbs-b + .main {
margin-top: 38px;
}
.main-featured.is-container {
--max-width-md: 100%;
margin-top: 35px;
margin-bottom: 50px;
border-right: 0;
border-left: 0;
}
@media (max-width: 940px) {
.main-featured.is-container {
margin-top: 0;
padding-left: 0;
padding-right: 0;
}
}
.main-featured .row {
opacity: 0;
}
.main-featured .row.appear {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
.main-featured .slides {
position: relative;
min-height: 170px;
}
@keyframes slider-fade-in {
from {
opacity: 0;
transform: translate3d(0, 0px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.common-slider .slick-initialized img {
display: inline;
}
.common-slider .slick-arrow {
--trans-x: 0;
display: none;
position: absolute;
z-index: 100;
top: var(--arrow-top, 50%);
left: 0;
background: transparent;
border: 1px solid #fff;
color: #fff;
font-size: 18px;
height: 32px;
width: 30px;
line-height: 30px;
text-align: center;
transition-property: color, background;
transform: translate(var(--trans-x), -50%) translateY(var(--trans-ey, 0));
}
.common-slider .slick-arrow i {
line-height: inherit;
}
.common-slider .slick-arrow:hover {
background: var(--c-contrast-0);
color: var(--c-contrast-900);
}
.common-slider .slick-arrow.slick-disabled {
opacity: 0;
pointer-events: none;
}
.common-slider .slick-track {
-webkit-perspective: 2000;
}
.common-slider .prev-arrow {
left: 25px;
}
.common-slider .next-arrow {
left: auto;
right: 25px;
}
.common-slider .item {
opacity: 0;
transition: opacity 0.2s ease-in;
}
.common-slider .slides {
max-height: 700px;
}
.common-slider .loaded.slides {
max-height: none;
}
.common-slider .loaded .item {
opacity: 1;
}
.common-slider .parallax img {
visibility: hidden;
}
.common-slider.arrow-hover .slick-arrow {
opacity: 0;
visibility: hidden;
transition-property: all;
}
.common-slider.arrow-hover:hover .slick-arrow:not(.slick-disabled) {
opacity: 1;
visibility: visible;
}
.common-slider .nav-dots {
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.common-slider .nav-dots button {
display: block;
border: 0;
padding: 7px 4px;
font-size: 0;
background: transparent;
width: initial;
height: initial;
line-height: 1;
box-shadow: none;
}
.common-slider .nav-dots button:before {
content: "";
display: block;
width: 9px;
height: 9px;
border-radius: 50%;
border: 1px solid rgba(var(--c-rgba), 0.3);
outline: 0;
transition: 0.4s ease-out;
}
.common-slider .nav-dots .slick-active button:before {
transform: scale(1.25);
background: var(--c-main);
border-color: var(--c-main);
}
.slider-arrow-b .slick-arrow {
margin: 0;
height: 40px;
width: 40px;
line-height: 38px;
background: var(--c-contrast-0);
box-shadow: 0 2px 4px 0 rgba(var(--c-rgba), 0.1);
color: var(--c-contrast-900);
font-size: 22px;
border-radius: 50%;
border: 1px solid var(--c-contrast-50);
transition: 0.25s ease-in;
will-change: transform;
}
.slider-arrow-b .slick-arrow:hover {
--trans-ey: -2px;
box-shadow: 0 4px 17px 0 rgba(var(--c-rgba), 0.1);
}
.slider-arrow-b .next-arrow {
--trans-x: 50%;
right: 0;
letter-spacing: -3px;
}
@media (max-width: 767px) {
.slider-arrow-b .next-arrow {
--trans-x: 0;
}
}
.slider-arrow-b .prev-arrow {
--trans-x: -50%;
left: 0;
letter-spacing: 3px;
}
@media (max-width: 767px) {
.slider-arrow-b .prev-arrow {
--trans-x: 0;
}
} html :where([style*=border-width]) {
border-style: solid;
}
.alignnone,
.wp-block-image figure,
figure.wp-block-image,
.wp-block-gallery,
.wp-block-embed {
margin: var(--p-media-margin) auto;
}
.alignwide,
.alignfull {
margin: calc(var(--p-media-margin) + 4px) auto;
}
.alignright,
a img.alignright,
.wp-block-image .alignright {
float: right;
margin: 4px 0 20px 30px;
}
.alignleft,
a img.alignleft,
.wp-block-image .alignleft {
float: left;
margin: 4px 30px 20px 0;
}
@media (max-width: 1200px) {
.alignleft,
.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
max-width: 50%;
}
}
@media (max-width: 540px) {
.alignleft,
.alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
width: 100%;
max-width: 100%;
float: none;
padding: 0;
margin: 30px auto !important;
text-align: center;
}
}
@media (max-width: 540px) {
figure.alignleft img,
figure.alignright img,
a img.alignleft,
a img.alignright {
float: none;
width: 100% !important;
max-width: initial;
}
}
.aligncenter,
div.aligncenter {
display: block;
margin: var(--p-media-margin) auto;
text-align: center;
}
.aligncenter > img,
div.aligncenter > img {
margin: 0 auto;
}
p img.alignnone,
img.alignnone {
display: block;
margin: var(--p-media-margin) auto;
}
p img,
figure img {
vertical-align: middle;
}
.wp-caption {
max-width: 100%;
}
.wp-caption-text,
figcaption {
font-style: italic;
font-size: calc(0.3em + 8.4px);
text-align: center;
color: var(--c-contrast-450);
}
.wp-caption-text,
.wp-block-image figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption {
margin-top: calc(0.5em + 5px);
padding-bottom: 2px;
} .wp-block-image:not(figure) {
margin: 0;
}
.wp-block-image figcaption {
margin-bottom: 0;
}
.wp-element-caption a {
display: initial;
}
.wp-block-embed__wrapper {
display: flex;
flex-direction: column;
}
.wp-block-embed figcaption {
text-align: inherit;
}
.aligncenter .wp-block-embed__wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.wp-block-embed-twitter figcaption, .wp-block-embed-instagram figcaption {
margin-top: calc(0.5em - 4px);
}
.wp-block-embed-youtube {
text-align: center;
}
.wp-block-quote {
border-left: 3px solid var(--c-contrast-150);
}
.wp-block-quote.is-style-large {
border-left: 0;
}
.wp-block-quote.is-style-large p {
font-size: 1.4em;
}
.wp-block-quote.is-style-large cite {
font-size: max(13px, 0.85em);
}
.wp-block-quote.is-style-plain {
border-left: 0;
}
.wp-block-pullquote {
margin: calc(var(--post-content-gaps) + 0.3em) auto;
padding: 0;
padding-left: 62px;
font-size: 1.4em;
font-weight: 600;
font-style: normal;
text-align: left;
line-height: 1.5;
color: var(--c-contrast-850);
}
.wp-block-pullquote blockquote {
position: relative;
margin: 0;
padding: 0;
font: inherit;
font-weight: inherit;
line-height: inherit;
}
.wp-block-pullquote blockquote:not(.has-text-color) {
color: inherit;
}
.wp-block-pullquote blockquote:before {
content: "“";
position: absolute;
top: 0;
margin-left: -0.32em;
color: var(--c-main);
opacity: 0.5;
transform: translateX(-100%) translateY(68%) rotate(1deg);
font-size: 3em;
line-height: 0.41;
font-family: Georgia, Arial, sans-serif;
font-style: normal;
font-weight: 600;
}
.wp-block-pullquote blockquote p {
font-size: inherit;
line-height: inherit;
}
.wp-block-pullquote blockquote cite {
font-size: max(12px, .56em);
letter-spacing: 0.02em;
font-weight: 500;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
padding-top: 0.15em;
padding-bottom: 1em;
max-width: 40%;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
font-size: inherit;
}
@media (max-width: 767px) {
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
width: 100%;
max-width: initial;
margin: 0 !important;
margin-top: 2em;
margin-bottom: 2em;
padding-left: 0;
padding-right: 0;
}
}
.wp-block-pullquote.alignleft.is-style-default, .wp-block-pullquote.alignright.is-style-default {
padding-left: 48px;
font-size: 1.2em;
}
.wp-block-pullquote.alignleft {
margin-right: 5%;
}
.wp-block-pullquote.alignright {
margin-left: 3.9%;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote p + cite {
margin-top: 20px;
color: var(--c-contrast-400);
font-style: normal;
}
.wp-block-pullquote.is-style-solid-color, .wp-block-pullquote.is-style-solid-bg {
padding: 35px;
font-size: calc(1em + 6px);
font-weight: 600;
}
.wp-block-pullquote.is-style-solid-color blockquote, .wp-block-pullquote.is-style-solid-bg blockquote {
max-width: initial;
text-align: center;
}
.wp-block-pullquote.is-style-solid-color blockquote:before, .wp-block-pullquote.is-style-solid-bg blockquote:before {
display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-pullquote.is-style-solid-bg blockquote p {
font-size: inherit;
}
.wp-block-pullquote.is-style-solid-bg cite,
.wp-block-pullquote.is-style-solid-bg .wp-block-pullquote__citation {
color: inherit;
}
.wp-block-pullquote .has-text-color cite {
color: inherit;
}
.wp-block-pullquote.is-style-modern {
padding: 0;
font: inherit;
}
.wp-block-pullquote.is-style-modern blockquote {
margin: 0;
}
.wp-block-pullquote.is-style-modern.alignleft, .wp-block-pullquote.is-style-modern.alignright {
padding-top: 0.15em;
padding-bottom: 1em;
}
.wp-block-separator {
color: var(--c-separator2);
border-color: currentColor;
border: none;
background: none;
border-top: 1px solid;
}
.wp-block-separator:not(.is-style-wide) {
border-top-width: 2px;
margin: 2.8em auto;
max-width: 180px;
}
.wp-block-separator.is-style-dots {
background: none;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto;
}
.wp-block-separator.is-style-dots:before {
content: "···";
padding-left: 21px;
color: inherit;
font-size: 21px;
font-weight: bold;
letter-spacing: 21px;
font-family: georgia, serif;
}
hr.is-style-dots {
color: var(--c--contrast-600);
}
.wp-block-audio.aligncenter > audio, .wp-block-audio.alignwide > audio, .wp-block-audio.alignfull > audio {
width: 100%;
}
.wp-block-columns:not(._) {
gap: var(--wp--style--block-gap, 2em);
row-gap: var(--post-content-gaps, 32px);
margin-bottom: var(--post-content-gaps, 32px);
}
.wp-block-columns + .wp-block-separator {
margin-top: 2.4em;
}
.wp-block-column > :not(._):first-child {
margin-top: 0;
}
.wp-block-column > :not(._):last-child {
margin-bottom: 0;
}
.wp-block-column > ul,
.wp-block-column > ol {
margin-bottom: 2em;
margin-left: 25px;
}
p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: calc(70px + 2.2em);
line-height: 0.78;
margin: 0.02em 13px 0em 0;
text-transform: uppercase;
font-family: -apple-system, BlinkMacSystemFont, Verdana, Arial, sans-serif;
font-style: normal;
font-weight: 400;
color: rgba(var(--c-rgba), 0.8);
}
@media (max-width: 540px) {
p.has-drop-cap:not(:focus):first-letter {
font-size: calc(60px + 1.8em);
}
}
@supports (-ms-ime-align: auto) {
p.has-drop-cap:not(:focus):first-letter {
font-size: 6.1em;
}
}
p.has-background {
padding: 25px 30px;
}
.wp-block-buttons {
padding: 6px 0;
display: flex;
flex-wrap: wrap;
}
.wp-block-buttons:not(._) {
gap: 18px;
}
.wp-block-button {
--bg-color: var(--c-main);
--text-color: #fff;
--btn-height: 42px;
--btn-pad: 0 24px;
}
@media (max-width: 767px) {
.wp-block-button {
--btn-pad: .875em 2em;
}
}
.wp-block-button.is-style-outline {
--bg-color: transparent;
--text-color: var(--black-color);
--btn-pad: 0 1.75em;
}
.wp-block-button.is-style-outline a {
padding: var(--btn-pad);
}
@media (max-width: 767px) {
.wp-block-button.is-style-outline {
--btn-pad: 0.7916666667em 1.75em;
}
}
.wp-block-button__link {
-webkit-appearance: none;
padding: var(--btn-pad, 0 17px);
font-family: var(--ui-font);
font-size: var(--btn-f-size, 12px);
font-weight: var(--btn-f-weight, 600);
line-height: var(--btn-l-height, var(--btn-height));
height: var(--btn-height);
letter-spacing: 0.03em;
text-transform: uppercase;
text-align: center;
box-shadow: var(--btn-shadow);
transition: 0.25s ease-in-out;
border-radius: 0;
display: inline-flex;
align-items: center;
}
@media (max-width: 767px) {
.wp-block-button__link {
line-height: 1.75;
height: auto;
}
}
.wp-block-button__link:not(.has-background) {
background: var(--bg-color);
}
.wp-block-button__link:not(.has-text-color) {
color: var(--text-color);
}
.wp-block-button__link:not(._):hover {
opacity: 1;
background: #000;
border-color: #000;
color: #fff;
}
.wp-block-cover {
width: auto;
color: var(--c-contrast-0);
}
.wp-block-cover__inner-container > :last-child {
margin-bottom: 0;
}
.wp-block-cover .aligncenter {
margin: 0 auto;
}
.wp-block-media-text figure > img {
display: block;
margin-bottom: 0;
}
.wp-block-group:not(._) {
margin: 2.5em auto;
}
.wp-block-group.has-background {
padding: clamp(1.2em, 2vw + 0.825em, 2em);
}
.wp-block-group__inner-container > :last-child {
margin-bottom: 0;
}
.wp-block-group .alignfull {
margin-top: 2.5em;
}
.wp-block-latest-posts__list {
display: flex;
flex-direction: column;
}
.wp-block-latest-posts li,
.wp-block-social-links li {
padding: 0;
margin-bottom: 0;
}
.wp-block-social-links a {
color: var(--c-contrast-0);
}
.wp-block-table {
margin: calc(var(--post-content-gaps) + 0.66em) auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 1200px) {
.wp-block-table {
display: block;
width: 100%;
}
}
.wp-block-table thead {
border-bottom-width: 2px;
}
.wp-block-table table:not(i) {
-webkit-hyphens: none;
hyphens: none;
margin: 0;
}
.wp-block-table.is-style-stripes {
border: 0;
}
.wp-block-table.is-style-stripes thead {
border-color: var(--c-separator2);
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
padding: 0.55em 0.75em;
border: 1px solid var(--c-separator2);
border-right: 0;
border-left: 0;
}
.wp-block-table.is-style-stripes th {
background: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: rgba(var(--c-rgba), 0.04);
}
.alignfull > .wp-block-group__inner-container,
.alignwide > .wp-block-group__inner-container {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: var(--post-content-width, var(--main-width));
}
.alignfull .alignfull,
.alignwide .alignwide {
margin-left: 0;
margin-right: 0;
}
.no-sidebar .alignnone:not(img) {
width: auto !important;
}
.no-sidebar .alignnone img,
.no-sidebar img.alignnone {
width: 100%;
max-width: initial;
}
.no-sidebar .entry-content .alignfull {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-left: calc(50% - 50vw - var(--content-share-ml, 0px) / 2);
margin-right: 0;
}
.no-sidebar .entry-content .alignfull.wp-block-image img {
max-width: 100vw;
width: 100vw;
}
:root .has-very-light-gray-background-color {
background: var(--c-contrast-50);
}
:root .has-dark-gray-color {
color: var(--c-contrast-500);
}
:root .has-dark-gray-background-color {
background: var(--c-contrast-500);
}
.s-dark .has-white-background-color {
background-color: var(--c-contrast-0);
}
.s-dark .has-very-light-gray-background-color {
background-color: var(--c-contrast-125);
}
.s-dark .has-cyan-bluish-gray-background-color {
background-color: #32363a;
}
.s-dark .has-very-dark-gray-background-color {
background-color: var(--c-contrast-800);
}
.s-dark .has-black-background-color {
background-color: var(--c-contrast);
}
.s-dark .has-white-color {
color: var(--c-contrast-0);
}
.s-dark .has-very-light-gray-color {
color: var(--c-contrast-125);
}
.s-dark .has-cyan-bluish-gray-color {
color: #32363a;
}
.s-dark .has-very-dark-gray-color {
color: var(--c-contrast-800);
}
.s-dark .has-black-color {
color: var(--c-contrast);
} .post-content,
.textwidget,
.wp-block-group__inner-container {
--ul-style: disc;
--ul-margin: calc(var(--post-content-gaps) + .26em) auto;
--ul-ml: 35px;
--ul-ml-xs: 22px;
--li-pl: 3px;
--li-mb: 0.44em;
}
.post-content p,
.post-content > div,
.post-content > dl,
.post-content > iframe,
.textwidget p,
.textwidget > div,
.textwidget > dl,
.textwidget > iframe,
.wp-block-group__inner-container p,
.wp-block-group__inner-container > div,
.wp-block-group__inner-container > dl,
.wp-block-group__inner-container > iframe {
margin-bottom: var(--post-content-gaps);
}
.post-content strong,
.textwidget strong,
.wp-block-group__inner-container strong {
font-weight: var(--title-fw-bold);
}
.post-content > pre,
.post-content > blockquote,
.textwidget > pre,
.textwidget > blockquote,
.wp-block-group__inner-container > pre,
.wp-block-group__inner-container > blockquote {
margin: calc(var(--post-content-gaps) + 0.3em) auto;
}
.post-content ol,
.textwidget ol,
.wp-block-group__inner-container ol {
list-style-type: decimal;
}
.post-content li > ul,
.post-content li > ol,
.textwidget li > ul,
.textwidget li > ol,
.wp-block-group__inner-container li > ul,
.wp-block-group__inner-container li > ol {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.post-content,
.textwidget {
--c-a: var(--c-main);
--c-a-hover: var(--c-links);
}
.post-content > :not(._):last-child,
.textwidget > :not(._):last-child {
margin-bottom: 0;
}
.post-content > :not(._):first-child,
.textwidget > :not(._):first-child {
margin-top: 0;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
margin-top: 1.35em;
margin-bottom: 0.75em;
font-weight: var(--title-fw-bold);
color: var(--c-headings);
font-family: var(--text-h-font, inherit);
line-height: 1.5;
}
.post-content a:hover img,
.textwidget a:hover img {
opacity: 1;
}
.post-content table,
.textwidget table {
margin: calc(var(--post-content-gaps) + 0.66em) auto;
}
.post-content .wp-block-pullquote.alignleft,
.post-content .wp-block-pullquote.alignright,
.textwidget .wp-block-pullquote.alignleft,
.textwidget .wp-block-pullquote.alignright {
margin-top: 0;
margin-bottom: 0;
}
.post-content iframe,
.textwidget iframe {
max-width: 100%;
}
.post-content figcaption a,
.post-content .wp-caption-text a,
.textwidget figcaption a,
.textwidget .wp-caption-text a {
text-decoration: underline;
}
.post-content {
font-family: var(--text-font);
font-size: var(--text-size);
line-height: var(--text-lh);
text-rendering: optimizeLegibility;
font-size: var(--post-content-size);
line-height: var(--post-content-lh);
color: var(--c-contrast-800);
--wp--preset--font-size--small: 14px;
--wp--preset--font-size--large: 22px;
}
@media (max-width: 767px) {
.post-content {
font-size: max(14px, calc(var(--post-content-size) * .96));
}
}
.post-content .has-small-font-size {
font-size: 14px;
}
.post-content .has-regular-font-size {
font-size: inherit;
}
.post-content .has-large-font-size {
font-size: 22px;
line-height: 1.6;
}
.post-content .has-larger-font-size {
font-size: 28px;
line-height: 1.5;
}
.post-content .search-field {
vertical-align: top;
}
.post-content .tiled-gallery,
.post-content .wp-block-media-text {
margin: calc(var(--post-content-gaps) + 0.66em) auto;
}
.post-content .alignwide.wp-block-image img {
width: 100%;
max-width: initial;
}
.post-content .wp-block-cover-image.alignwide {
width: auto;
}
.no-sidebar .post-content .alignfull {
width: 100vw;
max-width: 100vw;
}
.post-content figure > a:not(.pinit-btn) {
display: block;
}
.post-content .modern-quote,
.post-content .wp-block-quote.is-style-large {
margin-top: 1.8em;
margin-bottom: 1.9em;
}
.post-content > iframe.instagram-media,
.post-content > .twitter-tweet {
margin: var(--p-media-margin) auto !important;
}
.post-content > p .fluid-width-video-wrapper,
.post-content .wp-block-cover {
margin: var(--p-media-margin) auto;
}
.post-content table {
font-size: calc(0.6923076923em + 4px);
}
.post-content > blockquote:not([class]) {
border-left: 3px solid var(--c-contrast-150);
}
.post-content figure > ul,
.post-content figure > ol {
margin: 0;
list-style: none;
}
.entry-content {
--post-content-size: var(--single-content-size);
} .content-spacious {
--p-spacious-pad: 3.9340101523%;
}
@media (max-width: 767px) {
.content-spacious {
--p-spacious-pad: min(3.9340101523%, calc(var(--wrap-padding) + 8px));
}
}
@media (min-width: 768px) {
.content-spacious {
padding-left: var(--p-spacious-pad);
padding-right: var(--p-spacious-pad);
}
}
@media (min-width: 941px) and (max-width: 1100px) {
.content-spacious {
--p-spacious-pad: 0px;
}
}
.content-spacious > p img.alignnone,
.content-spacious .wp-caption.alignnone,
.content-spacious figure.alignnone,
.content-spacious .alignwide,
.content-spacious .alignfull,
.content-spacious .gallery,
.content-spacious .review-box,
.content-spacious .fluid-width-video-wrapper {
margin-left: calc(-1 * var(--p-spacious-pad));
margin-right: calc(-1 * var(--p-spacious-pad));
max-width: calc(100% + var(--p-spacious-pad) * 2);
}
.content-spacious .wp-caption:not([class*=align]) {
max-width: unset;
}
.content-spacious .fluid-width-video-wrapper {
width: auto;
}
.content-spacious > p img.alignleft,
.content-spacious .wp-caption.alignleft,
.content-spacious figure.alignleft,
.content-spacious .wp-block-pullquote.alignleft {
margin-left: calc(-1 * var(--p-spacious-pad));
}
.content-spacious > p img.alignright,
.content-spacious .wp-caption.alignright,
.content-spacious figure.alignright,
.content-spacious .wp-block-pullquote.alignright {
margin-right: calc(-1 * var(--p-spacious-pad));
}
.content-spacious > p img.aligncenter,
.content-spacious .wp-caption.aligncenter,
.content-spacious .wp-block-image.aligncenter,
.content-spacious .wp-block-gallery.aligncenter,
.content-spacious .gallery.aligncenter {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.content-spacious .wp-block-cover-image {
width: auto;
}
.content-spacious .wp-block-pullquote.alignwide {
margin-left: -5px;
margin-right: 0;
} .content-spacious-full .alignnone,
.content-spacious-full .wp-block-embed,
.content-spacious-full .wp-block-image:not(.alignleft):not(.alignright),
.content-spacious-full .wp-block-gallery {
margin-top: calc(var(--p-media-margin) + 0.25vw);
margin-bottom: calc(var(--p-media-margin) + 0.25vw);
}
.content-spacious-full .wp-caption-text,
.content-spacious-full .wp-block-image figcaption,
.content-spacious-full .blocks-gallery-caption {
margin-top: 1em;
}
.content-spacious-full .alignfull {
margin-top: calc(var(--p-media-margin) + 1vw);
margin-bottom: calc(var(--p-media-margin) + 1vw);
}
@media (min-width: 1201px) {
.content-spacious-full {
--post-content-width: 720px;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.content-spacious-full > p img.alignnone,
.content-spacious-full .wp-caption.alignnone,
.content-spacious-full figure.alignnone,
.content-spacious-full .alignwide,
.content-spacious-full .alignfull,
.content-spacious-full .gallery {
margin-left: -190px;
margin-right: -190px;
width: calc(100% + 380px);
max-width: 100vw;
}
.content-spacious-full > p img.alignleft,
.content-spacious-full .wp-caption.alignleft,
.content-spacious-full figure.alignleft,
.content-spacious-full .wp-block-pullquote.alignleft {
margin-left: -6%;
}
.content-spacious-full > p img.alignright,
.content-spacious-full .wp-caption.alignright,
.content-spacious-full figure.alignright,
.content-spacious-full .wp-block-pullquote.alignright {
margin-right: -6%;
}
.content-spacious-full > p img.aligncenter,
.content-spacious-full .wp-caption.aligncenter,
.content-spacious-full .wp-block-image.aligncenter,
.content-spacious-full .wp-block-gallery.aligncenter,
.content-spacious-full .gallery.aligncenter {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
.spc-social {
display: flex;
align-items: center;
}
.spc-social .icon {
font-size: var(--spc-social-fs, 14px);
line-height: 1.6;
width: 1.2em;
text-align: center;
}
.spc-social .service {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
padding: 0 3px;
margin-right: var(--spc-social-space, 2px);
color: var(--c-spc-social, inherit);
background: var(--c-spcs-bg, transparent);
}
.spc-social .service:hover {
opacity: var(--spcs-hov-opacity, 0.8);
color: var(--c-spc-social-hov, var(--c-main));
}
.spc-social .service:last-child {
margin-right: 0;
}
.spc-social-b {
--spc-social-fs: 19px;
--spc-social-size: 38px;
--spc-social-space: 9px;
}
.spc-social-b .icon {
line-height: 1;
width: auto;
}
.spc-social-b .service {
padding: 0;
width: var(--spc-social-size);
height: var(--spc-social-size);
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius: 50%;
}
.s-dark .spc-social-b .service {
background: rgba(var(--c-rgba), 0.12);
background: var(--c-spcs-bg, rgba(var(--c-rgba), 0.12));
}
.spc-social-c {
--spc-social-fs: 12px;
--spc-social-size: 22px;
--spc-social-space: 6px;
--c-spc-social: var(--c-contrast-0);
}
.spc-social-c .service {
padding: 0;
border-radius: 2px;
height: var(--spc-social-size);
width: var(--spc-social-size);
}
.spc-social-c .service:hover {
color: #fff;
}
.spc-social-bg {
--c-spc-social: #fff;
--spcs-hov-opacity: .8;
}
.spc-social-bg .service {
--c-spcs-bg: var(--c-spcs-icon);
}
.spc-social-bg .service:hover {
color: var(--c-spc-social);
}
.spc-social-colored .service {
--c-spc-social: var(--c-spcs-icon);
}
.spc-social-colored .service:hover {
color: var(--c-spc-social);
}
.spc-social-colors .service {
--c-spcs-icon: #000;
}
:where(.s-dark) .spc-social-colors .service {
--c-spcs-icon: #7b7b7b;
}
.spc-social-colors .s-facebook {
--c-spcs-icon: var(--c-facebook);
}
.spc-social-colors .s-twitter {
--c-spcs-icon: var(--c-twitter);
}
.spc-social-colors .s-instagram {
--c-spcs-icon: var(--c-instagram);
}
.spc-social-colors .s-pinterest {
--c-spcs-icon: var(--c-pinterest);
}
.spc-social-colors .s-vimeo {
--c-spcs-icon: var(--c-vimeo);
}
.spc-social-colors .s-rss {
--c-spcs-icon: var(--c-rss);
}
.spc-social-colors .s-tumblr {
--c-spcs-icon: var(--c-tumblr);
}
.spc-social-colors .s-youtube {
--c-spcs-icon: var(--c-youtube);
}
.spc-social-colors .s-linkedin {
--c-spcs-icon: var(--c-linkedin);
}
.spc-social-colors .s-dribbble {
--c-spcs-icon: var(--c-dribbble);
}
.spc-social-colors .s-soundcloud {
--c-spcs-icon: var(--c-soundcloud);
}
.spc-social-colors .s-vk {
--c-spcs-icon: var(--c-vk);
}
.spc-social-colors .s-whatsapp {
--c-spcs-icon: var(--c-whatsapp);
}
.spc-social-colors .s-reddit {
--c-spcs-icon: var(--c-reddit);
}
.spc-social-colors .s-telegram {
--c-spcs-icon: var(--c-telegram);
}
.spc-social-colors .s-tiktok {
--c-spcs-icon: var(--c-tiktok);
}
.spc-social-colors .s-discord {
--c-spcs-icon: var(--c-discord);
}
.spc-social-colors .s-twitch {
--c-spcs-icon: var(--c-twitch);
}
.spc-social-colors .s-flickr {
--c-spcs-icon: var(--c-flickr);
}
.spc-social-colors .s-snapchat {
--c-spcs-icon: var(--c-snapchat);
}
.spc-social-colors .s-threads {
--c-spcs-icon: var(--c-threads);
}
.spc-social-colors .s-mastodon {
--c-spcs-icon: var(--c-mastodon);
}
.spc-social-colors .s-spotify {
--c-spcs-icon: var(--c-spotify);
}
.spc-social-colors .s-bluesky {
--c-spcs-icon: var(--c-bluesky);
}
:where(.s-light) .spc-social-colors .s-link {
--c-spcs-icon: #222433;
}
.spc-social-block {
flex-wrap: wrap;
margin-bottom: calc(-1 * var(--spc-social-space, 2px));
}
.spc-social-block .service {
margin-bottom: var(--spc-social-space, 2px);
} .post-meta {
--p-meta-sep: "—";
display: flex;
flex-direction: column;
margin-bottom: var(--p-meta-mb, initial);
font-family: var(--ui-font);
font-size: 12px;
color: var(--c-post-meta);
line-height: 1.5;
}
.post-meta-items a {
color: inherit;
}
.post-meta .has-author-img,
.post-meta .has-sponsor-logo {
line-height: 1.9;
}
.post-meta .meta-item:before {
content: "—";
content: var(--p-meta-sep);
padding: 0 var(--p-meta-sep-pad, 4px);
display: inline-block;
transform: scale(0.916);
}
.post-meta .has-icon {
white-space: nowrap;
}
.post-meta .has-icon:before {
display: none;
}
.post-meta .has-icon i {
font-size: var(--p-meta-icons-s, 1.083em);
color: var(--c-p-meta-icons);
margin-right: 4px;
}
.post-meta .has-next-icon {
margin-right: var(--p-meta-icons-mr, 10px);
}
.post-meta .has-next-icon:not(.has-icon) {
margin-right: 18px;
}
.post-meta .rank-hot {
color: #ed6d08;
}
.post-meta .rank-trend {
color: #f73f20;
}
.post-meta .rank-viral {
color: #ff0000;
}
.post-meta .meta-item:first-child:before {
display: none;
}
.post-meta .post-title {
margin: var(--p-title-space, 9px) 0;
}
.post-meta .post-cat {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.post-meta .post-cat > a {
padding: 0;
color: var(--c-main);
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.post-meta .post-cat > a:hover {
opacity: 0.8;
}
.post-meta .post-cat a + a:before {
content: "•";
display: inline-flex;
padding: 0 6px;
font-size: 0.9em;
font-weight: 400;
line-height: 1;
}
.post-meta .post-author > a {
color: var(--c-contrast-850);
font-weight: 500;
}
.post-meta .post-author img {
display: inline-flex;
vertical-align: middle;
border-radius: 50%;
align-self: center;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.post-meta .post-author img + img {
margin-left: -3px;
}
.post-meta .post-author img:last-of-type {
margin-right: var(--p-meta-author-img-mr, 7px);
}
.post-meta .post-author .has-img {
display: inline-flex;
vertical-align: middle;
align-items: center;
}
.post-meta .sponsor-info {
color: var(--c-contrast-900);
font-size: 1.05em;
}
.post-meta .sponsor-info > a {
text-decoration: underline;
}
.post-meta .sponsor-info .name {
margin-left: 0.25em;
font-weight: 700;
}
.post-meta .sponsor-info .tsi {
font-size: 1.1em;
color: var(--c-contrast-450);
vertical-align: middle;
margin-right: 5px;
margin-top: -0.1em;
}
.post-meta .sp-logo {
display: inline-block;
vertical-align: middle;
margin-top: -0.15em;
}
.post-meta .sp-logo:not(img) {
margin-left: 7px;
margin-right: 3px;
}
.post-meta .sp-logo-img {
display: block;
max-height: var(--sp-logo-max-height, 1.66667em);
width: auto;
margin-left: 0.2em;
}
.post-meta .sp-logo-img-dark {
display: none;
}
.s-dark .post-meta .sp-logo-img-dark {
display: block;
}
.s-dark .post-meta .sp-logo-img-dark ~ .sp-logo-img {
display: none;
}
.post-meta .cat-labels {
display: inline-flex;
margin-bottom: -5px;
}
.post-meta .cat-labels .text-in {
display: none;
}
.post-meta .cat-labels .category {
display: inline-flex;
margin-bottom: 6px;
}
.post-meta .meta-item + .cat-labels {
vertical-align: middle;
margin-left: 8px;
}
.post-meta .meta-item + .cat-labels:before {
content: "";
}
.post-meta .cat-labels + .meta-item:before {
content: "";
margin-left: 3px;
}
.post-meta .updated-on {
margin-right: 7px;
}
.post-meta .star-rating {
margin-top: -0.3em;
display: inline-block;
vertical-align: middle;
}
.post-meta .star-rating + .post-cat {
display: inline-block;
}
.post-meta .main-stars {
margin-top: 0;
font-size: 18px;
}
.post-meta .star-rating + .meta-item::before,
.post-meta .meta-item + .star-rating:before {
content: "";
padding: 0 7px;
}
.post-meta > :last-child {
margin-bottom: 0;
}
.post-meta > :first-child {
margin-top: 0;
}
.post-meta > .is-title:last-child {
margin-bottom: 0 !important;
}
.post-meta > .is-title:first-child {
margin-top: 0 !important;
}
.meta-below-has-right {
display: flex;
align-items: center;
}
@media (max-width: 940px) {
.meta-below-has-right {
flex-direction: column;
gap: 20px;
}
}
.meta-below-has-right .post-meta-items {
min-width: 30%;
}
@media (max-width: 940px) {
.meta-below-has-right .post-meta-items {
width: 100%;
}
} .pagination-numbers {
font-size: 13px;
display: flex;
flex-wrap: wrap;
row-gap: 6px;
}
.pagination-numbers .page-numbers,
.pagination-numbers .post-page-numbers,
.pagination-numbers a {
display: block;
color: var(--c-contrast-650);
padding: 0 10px;
margin-right: 6px;
line-height: 30px;
font-weight: 500;
border-radius: 2px;
border: 1px solid var(--c-contrast-100);
}
.pagination-numbers .current,
.pagination-numbers a:hover {
color: #fff;
border-color: transparent;
background: var(--c-main);
text-decoration: none;
}
.pagination-numbers .dots {
border: 0;
padding: 0 6px;
}
.pagination-numbers .prev,
.pagination-numbers .next {
font-size: 1.08em;
}
.load-button {
--btn-f-size: 13px;
padding: 12px 16px;
width: 30%;
min-width: 270px;
max-width: 100%;
height: auto;
line-height: 1;
font-weight: 700;
}
.load-button .icon {
margin-left: 7px;
}
.load-button.loading {
cursor: default;
}
.load-button-a {
color: var(--c-contrast-800);
}
.pagination-more {
display: flex;
justify-content: center;
} .author-box {
border-top: 1px solid var(--c-separator);
padding-top: 35px;
margin-bottom: 45px;
}
.author-info {
font-size: 14px;
overflow: hidden;
}
.author-info .avatar {
float: left;
margin-right: 25px;
border-radius: 50%;
}
@media (max-width: 767px) {
.author-info .avatar {
width: 70px;
margin-right: 17px;
}
}
.author-info [rel=author] {
color: var(--c-links);
font-weight: 600;
font-size: 17px;
font-family: var(--ui-font);
line-height: 1.2;
}
.author-info .social-icons {
margin-left: auto;
}
@media (max-width: 540px) {
.author-info .social-icons {
display: block;
float: none;
width: 100%;
text-align: left;
margin-top: 13px;
}
}
.author-info .social-icons li {
margin-right: 10px;
}
.author-info .social-icons li a {
background: transparent;
color: var(--c-contrast-700);
font-size: 14px;
}
.author-info .social-icons li a:hover {
color: var(--c-contrast);
}
.author-info .description {
display: flex;
flex-wrap: wrap;
line-height: 1.714;
}
.author-info .bio {
width: 100%;
margin-top: 14px;
margin-bottom: 0;
}
.gallery-slider {
visibility: hidden;
margin-bottom: 7px;
}
.gallery-slider.slick-initialized {
visibility: visible;
}
.has-media-shadows .gallery-slider {
margin-bottom: 0;
}
.gallery-slider img {
will-change: opacity;
transition: opacity 0.3s ease-in;
}
.gallery-slider img:hover {
opacity: 0.84;
}
.gallery-slider .slick-slide {
position: relative;
}
.gallery-slider .slick-slide img {
margin-bottom: 0 !important;
}
.gallery-slider .caption {
position: absolute;
padding: 7px 10px;
background: rgba(17, 17, 17, 0.7);
bottom: 0;
left: 0;
right: 0;
color: #fff;
font-size: 12px;
font-style: italic;
} .gallery {
--g-cols: 1;
display: grid;
grid-template-columns: repeat(var(--g-cols), 1fr);
grid-gap: 10px;
}
@media (max-width: 767px) {
.gallery {
grid-template-columns: repeat(var(--g-cols-sm, 3), 1fr);
}
}
.gallery-columns-1 {
--g-cols-sm: 1;
}
.gallery-columns-2 {
--g-cols-sm: 2;
}
.gallery-columns-2 {
--g-cols: 2;
}
.gallery-columns-3 {
--g-cols: 3;
}
.gallery-columns-4 {
--g-cols: 4;
}
.gallery-columns-5 {
--g-cols: 5;
}
.gallery-columns-6 {
--g-cols: 6;
}
.gallery-columns-7 {
--g-cols: 7;
}
.gallery-columns-8 {
--g-cols: 8;
}
.gallery-columns-9 {
--g-cols: 9;
}
.gallery-item {
text-align: center;
}
.gallery-item a img {
display: block;
width: 100%;
}
.gallery-columns-1 .wp-caption-text {
margin-top: 12px;
margin-bottom: 28px;
}
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
display: none;
}
.right-sidebar .gallery-columns-5 .wp-caption-text,
.right-sidebar .gallery-columns-6 .wp-caption-text {
display: none;
} .wp-block-gallery {
--gallery-block--gutter-size: 10px;
--wp--style--gallery-gap-default: 10px;
}
.wp-block-gallery li {
padding: 0;
}
.wp-block-gallery li:before {
display: none !important;
}
.wp-block-gallery .blocks-gallery-item {
padding-left: 0;
}
.wp-block-gallery .blocks-gallery-item figure {
position: relative;
}
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery figure figcaption {
position: absolute;
overflow: hidden;
box-sizing: border-box;
opacity: 0;
visibility: hidden;
padding: 7px 10px;
background: rgba(17, 17, 17, 0.7);
bottom: 0;
left: 0;
right: 0;
margin: 0;
color: #fff;
font-size: 12px;
transition: all 0.3s ease-in;
}
.wp-block-gallery .blocks-gallery-item:hover figcaption,
.wp-block-gallery figure:hover figcaption {
visibility: visible;
opacity: 1;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 5px 10px;
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
width: calc((100% - 10px) / 2);
}
@media (min-width: 541px) {
.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
width: calc((100% - 10px * 2) / 3);
margin-right: 10px;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
width: calc((100% - 10px * 3) / 4);
margin-right: 10px;
}
.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
width: calc((100% - 10px * 4) / 5);
margin-right: 10px;
}
.wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
width: calc((100% - 10px * 5) / 6);
margin-right: 10px;
}
.wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
width: calc((100% - 10px * 6) / 7);
margin-right: 10px;
}
.wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
width: calc((100% - 10px * 7) / 8);
margin-right: 10px;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
margin-right: 0;
}
}
.wp-block-gallery .blocks-gallery-caption {
margin-top: 5px;
width: 100%;
text-align: center;
} .grid-overlay {
width: 100%;
height: 100%;
}
.grid-overlay .content-wrap {
display: flex;
pointer-events: none;
}
.grid-overlay:before,
.grid-overlay .content-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.grid-overlay:before {
pointer-events: none;
z-index: 1;
transition: 0.25s ease-in;
will-change: opacity;
border-radius: var(--media-radius, 0);
}
.pos-center .grid-overlay {
text-align: center;
justify-content: center;
align-items: center;
}
.pos-center .grid-overlay .post-meta {
align-items: center;
}
.pos-v-center .grid-overlay .content {
align-self: center;
}
.pos-top .grid-overlay .content {
align-self: flex-start;
padding: 30px;
}
@media (max-width: 540px) {
.pos-bot .grid-overlay .content {
padding-bottom: 18px;
}
}
.grid-overlay .media {
width: 100%;
height: 100%;
}
.grid-overlay .media .image-link,
.grid-overlay .media .wp-post-image {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.grid-overlay .media .wp-post-image {
object-fit: cover;
pointer-events: none;
transition: opacity 0.3s ease-in-out, transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
will-change: initial;
}
.grid-overlay.hover-zoom .wp-post-image {
will-change: transform;
}
.grid-overlay.hover-zoom:hover .wp-post-image {
transform: scale(1.06);
}
.grid-overlay .content {
position: relative;
pointer-events: none;
z-index: 1;
box-sizing: border-box;
padding: var(--g-overlay-content-pad, 24px);
align-self: flex-end;
width: 100%;
}
@media (max-width: 540px) {
.grid-overlay .content {
padding: 14px;
}
}
.grid-overlay .content a {
pointer-events: auto;
}
.grid-overlay .post-title {
margin: 13px 0;
line-height: 1.28;
}
.grid-overlay .post-meta {
margin-bottom: 0;
}
.grid-overlay .post-meta .text-in,
.grid-overlay .post-meta .by {
display: none;
}
.grid-overlay .post-meta .post-author a {
color: inherit;
font-weight: inherit;
}
.grid-overlay .post-meta > :last-child {
margin-bottom: 0;
}
.grid-overlay .is-title a:hover {
opacity: 0.9;
}
.grid-overlay .meta-contrast {
color: var(--c-overlay-text, #efefef);
}
.grid-overlay .meta-contrast a,
.grid-overlay .meta-contrast .meta-item,
.grid-overlay .meta-contrast time {
color: inherit;
}
.grid-overlay .meta-contrast .post-title {
color: var(--c-overlay-title, #fff);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
@media (min-width: 541px) {
.grid-overlay.meta-hide .post-meta {
overflow: hidden;
}
.grid-overlay.meta-hide .meta-below {
margin-bottom: -28px;
opacity: 0;
transition: all 0.2s ease-in, opacity 0.4s ease-in-out;
will-change: opacity;
}
.grid-overlay.meta-hide:hover .meta-below {
margin-bottom: 0;
opacity: 1;
max-height: auto;
}
}
.grid-overlay-a {
--grad-opacity: 0.85;
--grad-color: rgba(0, 0, 0, var(--grad-opacity));
}
.grid-overlay-a:before {
content: "";
background: linear-gradient(transparent 35%, var(--grad-color) 100%);
opacity: 0.9;
}
.grid-overlay-a:hover:before {
opacity: 1;
}
.grid-overlay-b:before {
content: "";
background: #000;
opacity: 0.25;
}
.grid-overlay-b:hover:before {
opacity: 0.1;
} .l-post .media {
position: relative;
align-self: flex-start;
border-radius: var(--media-radius, 0);
overflow: hidden;
}
.l-post .content {
position: relative;
}
.l-post img {
max-width: initial;
}
.l-post .image-link {
display: block;
position: relative;
max-width: 100%;
}
.l-post .image-link .star-rating {
position: absolute;
bottom: 12px;
right: 0;
background: rgba(255, 255, 255, 0.5);
padding: 1px 10px;
}
.l-post .p-meta-b {
margin-top: 11px;
}
.l-post .post-title {
font-size: var(--title-size-m);
font-weight: var(--title-fw-bold);
}
@media (max-width: 540px) {
.l-post .post-title a {
display: initial;
}
}
.l-post .excerpt {
margin-top: var(--excerpt-mt, 16px);
color: var(--c-excerpts);
font-size: var(--excerpt-size);
line-height: var(--excerpt-lh, 1.6);
word-break: break-all;
word-break: break-word;
overflow-wrap: break-word;
}
.l-post .excerpt p:last-of-type {
margin-bottom: 0;
}
.has-nums .l-post {
--num-width: 40px;
}
.has-nums .l-post .content {
padding-left: var(--num-c-pad, var(--num-width));
}
.has-nums-a .l-post .post-title:before, .has-nums .l-post .content:before {
content: counter(ts-loop);
counter-increment: ts-loop;
position: absolute;
top: 0;
left: 0;
width: var(--num-width);
height: var(--num-height, auto);
border-radius: var(--num-b-radius, 0);
background: var(--num-bg);
font-family: var(--num-font, Arial, sans-serif);
line-height: var(--num-l-height, 1);
font-size: var(--num-f-size, 37px);
text-align: var(--num-align, initial);
font-weight: bold;
color: var(--num-color, var(--c-contrast-200));
}
.has-nums-a .l-post {
--num-width: 46px;
--num-align: center;
--num-f-size: 1.9em;
}
.has-nums-a .l-post .content:before {
display: none;
}
.has-nums-a .l-post .post-title {
position: relative;
}
.has-nums-a .l-post .post-title:before {
left: -50px;
top: 50%;
transform: translateY(-50%);
}
.has-nums-c .l-post {
--num-c-pad: 44px;
--num-f-size: 22px;
--num-height: 30px;
--num-width: 30px;
--num-l-height: 30px;
--num-bg: var(--c-main);
--num-color: #fff;
--num-b-radius: 50%;
--num-align: center;
}
.l-post .c-overlay {
position: absolute;
bottom: 0;
z-index: 1;
}
.l-post .c-overlay.p-top-left, .l-post .c-overlay.p-top-center {
top: 0;
bottom: auto;
}
.l-post .c-overlay.p-top-center, .l-post .c-overlay.p-bot-center {
left: 50%;
transform: translateX(-50%);
}
.l-post .c-overlay.p-top-right {
top: 0;
bottom: auto;
right: 0;
}
.l-post .c-overlay.p-bot-left {
top: auto;
}
.l-post .c-overlay.p-bot-right {
right: 0;
}
.l-post .c-overlay.p-center {
margin: 0;
top: 50%;
left: 50%;
bottom: initial;
transform: translate(-50%, -50%);
}
.l-post .format-overlay {
--size: calc(42px * var(--post-format-scale, 1.096));
width: var(--size);
height: var(--size);
font-size: calc(var(--size) * 0.405);
margin: calc(1% + 5px);
pointer-events: none;
border-radius: 50%;
border: 2px solid #fff;
border-width: clamp(1px, 0.12em, 5px);
color: #fff;
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
background: rgba(0, 0, 0, 0.35);
display: flex;
justify-content: center;
align-items: center;
}
.l-post .format-video i {
letter-spacing: -0.28em;
}
.l-post .review {
font-family: var(--ui-font);
}
.l-post .review-radial {
position: absolute;
top: 0;
right: 0;
bottom: initial;
margin: calc(1% + 5px);
display: grid;
grid-template-columns: 1fr;
align-items: center;
text-align: center;
pointer-events: none;
}
.l-post .review-radial svg,
.l-post .review-radial .counter {
grid-row: 1/1;
grid-column: 1/1;
}
.l-post .review-radial .counter {
font-weight: 600;
font-size: 13px;
color: #fff;
}
.l-post .review-radial .percent:after {
content: "%";
font-size: 0.7em;
margin-left: 1px;
}
.l-post .review-number {
position: absolute;
right: 0;
bottom: 0;
background: #080808;
height: 32px;
line-height: 32px;
min-width: 30px;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #efefef;
}
.l-post .review-number span {
display: block;
position: relative;
z-index: 1;
}
.l-post .review-number .progress {
z-index: 0;
position: absolute;
top: 0;
left: 0;
background: var(--c-main);
height: 100%;
width: 0;
}
.l-post .progress-radial circle {
transform: rotate(-90deg);
transform-origin: 50% 50%;
stroke: rgba(255, 255, 255, 0.15);
fill: rgba(0, 0, 0, 0.2);
}
.l-post .progress-radial .progress {
stroke: var(--c-main);
stroke-linecap: round;
}
.l-post-title-bg .post-title a {
display: inline;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
padding: 0.24em 0.34em;
line-height: 1.85;
background: #000;
color: #fff;
}
.l-post-center {
text-align: center;
}
.l-post-media-v-center .media {
align-items: center;
align-self: center;
}
@media (max-width: 540px) {
.l-post .post-meta-items a {
pointer-events: none;
}
.touch .l-post .post-meta-items a {
pointer-events: auto;
}
}
.list-card-post, .grid-card-post {
overflow: hidden;
background: var(--c-contrast-0);
border: 1px solid var(--c-contrast-75);
box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.06);
} .grid-post .content-above {
margin-bottom: 16px;
}
.grid-post .media {
margin-bottom: 16px;
}
.grid-post .media:last-child {
margin-bottom: 0;
}
.grid-post .image-link {
width: 100%;
}
.grid-post .post-title {
font-size: var(--grid-p-title);
}
.grid-post .p-meta-b {
margin-bottom: 14px;
}
.grid-sm-post .image-link {
width: 100%;
}
.grid-sm-post .post-title {
font-size: var(--grid-sm-p-title);
margin-top: 11px;
}
.grid-sm-post .p-meta-b {
margin-top: 10px;
margin-bottom: 0;
}
.grid-lg-post {
--post-format-scale: 1.42;
--grid-p-title: var(--grid-lg-p-title);
}
.grid-lg-post .content-above {
margin-bottom: 20px;
}
.grid-lg-post .media {
margin-bottom: 20px;
}
.grid-lg-post .excerpt {
margin-top: 25px;
font-size: calc(var(--excerpt-size) * 1.067);
line-height: var(--post-content-lh);
}
.grid-lg-post .read-more-link {
margin-top: 25px;
}
.grid-stylish-post .media,
.grid-card-post .media {
margin-bottom: 0;
}
.grid-stylish-post .content,
.grid-card-post .content {
padding: var(--grid-content-pad, 26px);
}
.grid-stylish-post {
--grid-content-pad: 18px 22px;
}
.grid-stylish-post .media {
margin-bottom: -36px;
}
.grid-stylish-post .content {
background: var(--c-contrast-0);
margin: 0 18px;
} .list-post {
display: flex;
width: 100%;
--list-p-content-pad: 5px 0;
}
@media (max-width: 767px) {
.list-post {
--list-p-content-pad: 3px 0;
--list-p-media-width: 40%;
}
}
.list-post .media {
display: block;
max-width: var(--list-p-media-max-width, 60%);
width: var(--list-p-media-width, 38%);
margin-right: var(--list-p-media-margin, 25px);
flex-shrink: 0;
}
@media (max-width: 540px) {
.list-post .media {
min-width: 100px;
margin-right: var(--list-p-media-margin, 16px);
}
}
.list-post .post-title {
font-size: var(--list-p-title);
}
@media (max-width: 540px) {
.list-post .post-title {
font-size: calc(14px + (var(--list-p-title) - 14px) * 0.4);
}
}
@media (max-width: 540px) {
.list-post:not(.grid-on-sm) .image-link {
padding: 0;
height: 10vh;
min-height: 100px;
width: auto;
}
}
@media (max-width: 540px) {
.list-post:not(.grid-on-sm) .cat-labels {
display: none;
}
}
@media (max-width: 540px) {
.list-post:not(.grid-on-sm) .excerpt,
.list-post:not(.grid-on-sm) .read-more-link {
display: none;
}
}
@media (max-width: 540px) {
.list-post-on-sm:has(.cat-labels) .post-title {
margin-top: 0;
}
}
.list-post .content {
padding: var(--list-p-content-pad);
display: flex;
flex-direction: column;
flex-grow: 1;
}
.list-post-v-center .content {
justify-content: center;
}
.list-post.m-pos-right .media {
order: 3;
margin-right: 0;
margin-left: var(--list-p-media-margin, 30px);
}
@media (max-width: 540px) {
.list-post.m-pos-right .media {
margin-left: var(--list-p-media-margin, 20px);
}
}
@media (max-width: 767px) {
.list-post.grid-on-sm {
--list-p-content-pad: 0;
flex-direction: column;
}
.list-post.grid-on-sm .media {
order: initial;
width: 100%;
max-width: 100%;
margin: 0;
margin-bottom: 18px;
}
}
.list-card-post {
--list-p-media-margin: 4px;
--list-p-content-pad: 30px;
}
@media (max-width: 767px) {
.list-card-post.grid-on-sm {
--list-p-content-pad: 22px;
}
.list-card-post.grid-on-sm .media {
margin-bottom: 0;
}
} .small-post {
display: flex;
width: 100%;
--post-format-scale: .82;
}
.slick-slider .small-post:not(._) {
display: flex;
}
.small-post .p-meta-b {
margin-top: 9px;
}
.small-post .post-title {
font-size: var(--small-p-title);
font-weight: var(--title-fw-semi);
line-height: 1.43;
}
.small-post .media {
display: block;
width: 110px;
max-width: 40%;
margin-right: 18px;
flex-shrink: 0;
}
.small-post .media img {
display: block;
}
.small-post .content {
margin-top: 2px;
flex-grow: 1;
}
.small-post .review-number {
height: 26px;
line-height: 26px;
min-width: 26px;
}
.small-post .post-meta .main-stars {
font-size: 15px;
}
.small-post .review-radial {
transform: scale(0.85);
margin: 0;
}
.small-post.m-pos-right .media {
order: 2;
margin-right: 0;
margin-left: 18px;
}
.small-b-post .post-meta {
margin-left: 20px;
}
.small-b-post .post-title:before {
position: absolute;
display: inline-flex;
margin-left: -7px;
content: "\f105";
float: left;
font-family: ts-icons;
font-size: 15px;
color: var(--c-main);
line-height: 1.39;
transform: translateX(-13px);
} .overlay-post {
position: relative;
}
.overlay-post .content {
padding: calc(12px + 1.4%);
}
.overlay-post .post-title {
margin: 12px 0;
}
.overlay-post .image-link {
width: 100%;
}
.loop + .main-pagination {
margin-top: 50px;
}
.loop.has-nums {
counter-reset: ts-loop;
}
.loops-mixed + .main-pagination {
margin-top: 45px;
}
.loops-mixed + .loops-mixed {
margin-top: 40px;
}
.loop-sep-col {
overflow: hidden;
}
.loop-sep-col .l-post {
position: relative;
}
.loop-sep-col .l-post:before {
content: "";
position: absolute;
top: 0;
height: calc(100% + var(--grid-row-gap));
right: calc(-1px - var(--grid-gutter) / 2);
border-right: 1px solid var(--c-separator);
}
.loop-sep {
overflow: hidden;
}
.loop-sep .l-post:after {
content: "";
position: absolute;
left: 0;
width: 100%;
bottom: calc(var(--grid-row-gap) / 2 * -1);
border-bottom: 1px solid var(--c-separator);
} .loop-grid {
--grid-row-gap: 36px;
}
.loop-grid .l-post .image-link {
overflow: hidden;
}
.loop-grid .l-post.sticky {
background: var(--c-contrast-75);
padding: 15px;
}
.loop-grid-sm {
--grid-row-gap: 26px;
}
.loop-grid-lg {
--grid-row-gap: 45px;
} .loop-list {
--grid-row-gap: 35px;
}
.loop-list .l-post {
position: relative;
}
.loop-list-sep {
--grid-row-gap: 52px;
} .loop-small {
--grid-row-gap: 25px;
}
.loop-small .l-post {
position: relative;
}
.loop-small-sep {
--grid-row-gap: 32px;
}
.loop-small-b {
--grid-row-gap: 12px;
}
.loop-small-b.loop-small-sep {
--grid-row-gap: 24px;
} .loop-overlay {
--grid-row-gap: 26px;
} .loop-timeline {
margin-top: 42px;
border-left: 1px solid var(--c-separator);
}
.loop-timeline .month {
margin-left: 25px;
position: relative;
margin-bottom: 42px;
color: var(--c-headings);
}
.loop-timeline .heading {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
float: left;
padding: 0 15px;
line-height: 28px;
border: 1px solid var(--c-separator);
margin-top: -14px;
margin-bottom: 28px;
}
.loop-timeline .heading:before {
display: block;
content: " ";
position: absolute;
top: 0px;
left: -25px;
width: 25px;
height: 1px;
background: var(--c-separator);
}
.loop-timeline .posts {
clear: both;
}
.loop-timeline .posts article {
font-size: 13px;
line-height: 1.714;
margin-bottom: 10px;
font-family: var(--title-font);
}
.loop-timeline .posts time {
text-transform: uppercase;
padding-top: 1px;
padding-right: 42px;
color: var(--c-contrast-600);
min-width: 40px;
display: block;
float: left;
}
.loop-timeline .posts .post-title {
display: block;
overflow: hidden;
}
.loop-timeline .post-title {
font-size: var(--title-size-xs);
font-weight: 500;
line-height: inherit;
} .block-highlights .loop-small {
margin-top: 26px;
}
@media (max-width: 767px) {
.block-highlights .grid-post:nth-child(odd):last-child {
grid-column: span 2;
}
} .feat-grid {
--main-ratio: 1.8;
--grid-gap: 2px;
}
@media (max-width: 1200px) {
.feat-grid {
overflow: hidden;
}
}
.feat-grid .items-wrap {
display: flex;
}
@supports (display: grid) {
.feat-grid .items-wrap {
display: grid;
grid-gap: var(--grid-gap, 2px);
}
}
.feat-grid .item {
flex: 1;
position: relative;
min-height: 135px;
}
@media (max-width: 540px) {
.feat-grid .cat-labels a {
font-size: 10px;
line-height: 20px;
}
}
.feat-grid .item-1 {
grid-area: item1;
}
.feat-grid .item-2 {
grid-area: item2;
}
.feat-grid .item-3 {
grid-area: item3;
}
.feat-grid .item-4 {
grid-area: item4;
}
.feat-grid .item-5 {
grid-area: item5;
}
@media (min-width: 768px) {
.feat-grid .item-large .post-title {
max-width: 80%;
}
}
.feat-grid .item-small .post-title {
font-size: var(--feat-grid-title-s);
margin: 10px 0;
}
@media (max-width: 767px) {
.feat-grid .item-small .post-title {
font-size: calc(var(--feat-grid-title-s) * 0.85);
}
}
.feat-grid .item-medium .post-title {
font-size: var(--feat-grid-title-m);
}
@media (max-width: 1200px) {
.feat-grid .item-medium .post-title {
font-size: calc(var(--feat-grid-title-m) * 0.9);
}
}
@media (max-width: 767px) {
.feat-grid .item-medium .post-title {
font-size: calc(var(--feat-grid-title-m) * 0.85);
}
}
.feat-grid .item-large {
--post-format-scale: 1.25;
}
.feat-grid .item-large .post-title {
font-size: var(--feat-grid-title-l);
line-height: 1.2;
}
@media (max-width: 767px) {
.feat-grid .item-large .post-title {
font-size: calc(var(--feat-grid-title-l) * 0.82);
}
}
@media (max-width: 540px) {
.feat-grid .item:not(.item-large) .category + .category {
display: none;
}
}
@media (max-width: 350px) {
.feat-grid .item:not(.item-large) .meta-below {
display: none;
}
.feat-grid .item:not(.item-large) :nth-last-child(2) {
margin-bottom: 0;
}
}
.feat-grid .parallax img {
visibility: hidden;
}
.feat-grid .media .wp-post-image {
width: 100.5%;
}
.feat-grid.slider {
max-width: 100vw;
}
.feat-grid.slider .slick-slide {
display: grid;
}
.feat-grid .slick-track {
-webkit-perspective: 2000;
}
@media (max-width: 940px) {
.feat-grid .wrap .prev-arrow {
left: 50px;
}
}
@media (max-width: 940px) {
.feat-grid .wrap .next-arrow {
right: 50px;
}
}
@media (min-width: 1201px) {
.feat-grid-full {
--feat-grid-title-s: calc(var(--title-size-n) * 1.2);
--feat-grid-title-m: calc(var(--title-size-m) * 1.3);
--feat-grid-title-l: calc(var(--title-size-xl) * 1.1);
}
}
@media (min-width: 1201px) {
.feat-grid-full .grid-overlay-a .content,
.feat-grid-full .grid-overlay-b .content,
.feat-grid-full .grid-overlay-c .content {
padding: var(--overlay-pad, 25px);
}
.feat-grid-full .grid-overlay-a .post-title,
.feat-grid-full .grid-overlay-b .post-title,
.feat-grid-full .grid-overlay-c .post-title {
margin: 15px 0;
}
}
.feat-grid-ratio .item-main:before {
content: "";
display: block;
width: 100%;
height: 0;
padding-top: 55.5555555556%;
padding-top: calc(100% / var(--main-ratio));
pointer-events: none;
}
.feat-grid-ratio .grid-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.feat-grid-height {
--main-height: 550px;
}
@media (min-width: 941px) {
.feat-grid-height:not(.feat-grid-equals) .items-wrap {
height: var(--main-height);
}
.feat-grid-height:not(.feat-grid-equals) .item-main {
height: 100%;
}
}
.feat-grid-height.feat-grid-equals .item {
height: var(--main-height);
}
.feat-grid-equals {
--g-overlay-content-pad: 24px calc(13px + 1.5%);
}
.feat-grid-equals .item {
grid-area: unset;
}
.feat-grid-equals.slider .slick-slide {
display: block;
overflow: hidden;
}
.feat-grid-equals.slider .slick-list {
margin-right: calc(var(--grid-gap) * -1);
}
.feat-grid-equals.slider .item {
margin-right: var(--grid-gap);
}
@media (max-width: 940px) {
.feat-grid-equals.static {
--columns: 2;
}
}
@media (max-width: 767px) {
.feat-grid-equals.static {
--columns: 1;
}
}
.feat-grid-equals.static .slides {
display: flex;
}
@supports (display: grid) {
.feat-grid-equals.static .slides {
display: grid;
grid-gap: var(--grid-gap, 2px);
grid-template-columns: repeat(var(--columns), 1fr);
}
}
.feat-grid-equals.static .item {
flex: 1;
}
@media (max-width: 767px) {
.feat-grid-equals.static .item {
max-height: 400px;
}
}
.feat-grid-a {
--main-ratio: 1.1320754717;
}
@media (max-width: 767px) {
.feat-grid-a > .wrap {
width: 100%;
max-width: initial;
padding: 0;
}
}
.feat-grid-a .items-wrap {
grid-template-areas: "item1 item2 item4" "item1 item3 item5";
grid-template-columns: 2fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
@media (max-width: 940px) {
.feat-grid-a .items-wrap {
grid-template: unset;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
grid-auto-rows: minmax(auto, 250px);
}
.feat-grid-a .items-wrap .item {
grid-area: initial;
}
.feat-grid-a .items-wrap .item-main {
grid-column: 1/-1;
}
}
@media (max-width: 767px) {
.feat-grid-a .items-wrap {
grid-auto-rows: minmax(190px, calc(50vw / var(--main-ratio)));
}
}
@media (max-width: 940px) {
.feat-grid-a .item-main {
height: 450px;
}
}
.feat-grid-a .item-small,
.feat-grid-a .item-medium {
--g-overlay-content-pad: 24px 18px;
}
.feat-grid-a-full {
--main-ratio: 1.4615384615;
}
.feat-grid-b {
--main-ratio: 1.443;
}
@media (max-width: 940px) {
.feat-grid-b > .wrap {
width: 100%;
max-width: initial;
padding: 0;
}
}
.feat-grid-b .items-wrap {
grid-template-areas: "item1 item2" "item1 item3";
grid-template-columns: 66.66666% 1fr;
grid-template-rows: 1fr 1fr;
}
@media (max-width: 940px) {
.feat-grid-b .items-wrap {
grid-template-areas: "item1 item1" "item2 item3";
grid-template-columns: 1fr 1fr;
grid-template-rows: auto minmax(190px, calc(50vw / var(--main-ratio)));
}
}
@media (max-width: 940px) {
.feat-grid-b .item {
min-height: 200px;
max-height: 40vh;
}
}
@media (max-width: 940px) {
.feat-grid-b .item-main {
height: 400px;
max-height: 50vh;
}
}
.feat-grid-c {
--main-ratio: 1.08;
--grid-gap: 0;
}
.feat-grid-c .items-wrap {
grid-template-areas: "item1 item2 item3";
grid-template-columns: 45% 1fr 1fr;
grid-template-rows: 1fr;
}
@media (max-width: 940px) {
.feat-grid-c .items-wrap {
grid-template-areas: "item1 item1" "item2 item3";
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 940px) {
.feat-grid-c .item {
height: 300px;
max-height: 55vh;
}
}
@media (max-width: 540px) {
.feat-grid-c .item {
height: 66vw;
}
}
@media (max-width: 940px) {
.feat-grid-c .item-main {
height: 400px;
}
}
.feat-grid-c .grid-overlay-a:before {
background: linear-gradient(transparent 40%, var(--grad-color) 100%);
}
.feat-grid-c-full {
--main-ratio: 1.4869565217;
--main-height: 400px;
--overlay-pad: 33px;
}
@media (min-width: 1201px) {
.feat-grid-c-full {
--feat-grid-title-l: calc(var(--title-size-xl) * 1.2);
}
}
@media (min-width: 1201px) {
.feat-grid-c-full {
--main-height: 570px;
}
}
.feat-grid-d {
--main-ratio: 1.3048543689;
}
@media (max-width: 767px) {
.feat-grid-d > .wrap {
width: 100%;
max-width: initial;
padding: 0;
}
}
.feat-grid-d .items-wrap {
grid-template-areas: "item1 item2 item2" "item1 item3 item4";
grid-template-columns: 56% 1fr 1fr;
grid-template-rows: 52fr 48fr;
}
@media (max-width: 940px) {
.feat-grid-d .items-wrap {
grid-template: unset;
grid-template-areas: "item1 item1" "item2 item2";
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
grid-auto-rows: minmax(auto, 250px);
}
.feat-grid-d .items-wrap .item:not(.item-1):not(.item-2) {
grid-area: initial;
}
}
@media (max-width: 767px) {
.feat-grid-d .items-wrap {
grid-auto-rows: minmax(auto, calc(50vw / var(--main-ratio)));
}
}
@media (max-width: 940px) {
.feat-grid-d .item-main {
max-height: 450px;
}
}
.feat-grid-d .item-small,
.feat-grid-d .item-medium {
--g-overlay-content-pad: 24px 18px;
}
.feat-grid-d-full {
--main-ratio: 1.5833333333;
}
@media (max-width: 540px) {
.feat-grid-a .item:not(.item-large) .meta-below,
.feat-grid-b .item:not(.item-large) .meta-below,
.feat-grid-c .item:not(.item-large) .meta-below,
.feat-grid-d .item:not(.item-large) .meta-below {
display: none;
}
.feat-grid-a .item:not(.item-large) :nth-last-child(2),
.feat-grid-b .item:not(.item-large) :nth-last-child(2),
.feat-grid-c .item:not(.item-large) :nth-last-child(2),
.feat-grid-d .item:not(.item-large) :nth-last-child(2) {
margin-bottom: 0;
}
}
.feat-grid-eq1 {
--main-ratio: .75;
--columns: 1;
--grid-gap: 0px;
}
@media (max-width: 940px) {
.feat-grid-eq1 .item-1 {
grid-column: 1/-1;
}
}
.feat-grid-eq1-full {
--main-ratio: 1.25;
}
.feat-grid-eq2 {
--main-ratio: 1.25;
--columns: 2;
--grid-gap: 0px;
}
@media (max-width: 940px) {
.feat-grid-eq2.static {
--columns: 1;
}
}
.feat-grid-eq2-full {
--main-ratio: 1.35;
}
.feat-grid-eq3 {
--main-ratio: 1;
--columns: 3;
--grid-gap: 0px;
}
@media (max-width: 940px) {
.feat-grid-eq3 .item-1 {
grid-column: 1/-1;
}
}
.feat-grid-eq3-full {
--main-ratio: 1.15;
}
.feat-grid-eq4 {
--main-ratio: 0.75;
--columns: 4;
--grid-gap: 0px;
}
.feat-grid-eq5 {
--main-ratio: 0.6666666667;
--columns: 5;
--grid-gap: 0px;
}
@media (max-width: 940px) {
.feat-grid-eq5 .item-1 {
grid-column: 1/-1;
}
}
.feat-grid-eq5-full {
--main-ratio: 0.75;
}
@media (max-width: 767px) {
.feat-grid-eq5 .item,
.feat-grid-eq4 .item {
--feat-grid-title-s: var(--feat-grid-title-m);
}
} @media (max-width: 767px) {
.block-news-focus .loop-small {
margin-top: 26px;
}
} .block-focus-grid .loop-grid {
--grid-row-gap: 22px;
--grid-sm-p-title: calc(var(--title-size-xs) * 1.072);
}
.block-focus-grid .loop-grid .media {
margin-bottom: 12px;
}
@media (max-width: 767px) {
.block-focus-grid .loop-grid-sm {
margin-top: 30px;
}
}
.loop-carousel {
overflow: hidden;
}
.loop-carousel.slick-slider {
position: static;
}
.loop-carousel .slick-list {
margin-right: calc(var(--grid-gutter) * -1);
}
.loop-carousel .slick-slide {
margin-right: var(--grid-gutter);
}
.loop-carousel:not(.loaded).grid {
overflow: hidden;
grid-template-columns: unset;
grid-auto-flow: column;
grid-auto-columns: var(--col);
}
.loop-carousel.slick-dotted {
margin-bottom: 25px;
}
.loop-carousel.slick-dotted .slick-arrow {
top: var(--arrow-top, calc(50% - 27px));
}
.loop-carousel .nav-dots {
margin-top: 30px;
} .block-newsletter {
display: flex;
}
.spc-newsletter {
--inner-pad: 30px calc(10px + 7%);
--heading-fs: 24px;
--message-fs: 14px;
--disclaimer-fs: .9rem;
--max-width: 700px;
position: relative;
color: rgba(var(--c-rgba), 0.8);
width: 100%;
border-radius: var(--box-roundness, 0);
}
.spc-newsletter .bg-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.spc-newsletter > .inner {
position: relative;
width: 100%;
border: 1px solid var(--c-separator);
padding: var(--inner-pad);
border-radius: inherit;
display: flex;
flex-direction: column;
}
.spc-newsletter > .inner > * {
max-width: var(--max-width);
}
.spc-newsletter .media {
margin-bottom: 10px;
}
.spc-newsletter .media-full {
background: inherit;
margin-bottom: -1px;
}
.spc-newsletter .media-full img {
display: block;
object-fit: cover;
height: 200px;
width: 100%;
}
.spc-newsletter .heading {
font-size: var(--heading-fs);
line-height: 1.3;
letter-spacing: -0.01em;
font-weight: 800;
margin-bottom: 18px;
margin-top: 8px;
max-width: 95%;
}
.spc-newsletter .message {
margin-bottom: 22px;
font-size: var(--message-fs);
}
.spc-newsletter .message p:last-child {
margin-bottom: 0;
}
.spc-newsletter .fields,
.spc-newsletter form {
width: 100%;
}
.spc-newsletter .fields-style {
--btn-l-height: 40px;
}
.spc-newsletter .fields-style p {
margin-bottom: 13px;
}
.spc-newsletter .fields-style p:last-child {
margin-bottom: 0;
}
.spc-newsletter .fields-style input {
width: 100%;
height: 44px;
box-sizing: border-box;
text-align: inherit;
}
.spc-newsletter .fields-style input[type=submit],
.spc-newsletter .fields-style button {
height: 40px;
text-align: center;
font-weight: 700;
letter-spacing: 0.05em;
}
.spc-newsletter .fields-style input[type=checkbox],
.spc-newsletter .fields-style input[type=radio] {
margin-right: 5px;
height: initial;
width: initial;
}
.spc-newsletter .fields-style input[type=checkbox] {
display: inline-block;
vertical-align: text-top;
margin-top: 1px;
}
.spc-newsletter .fields-style .disclaimer {
margin-top: 20px;
font-size: var(--disclaimer-fs);
opacity: 0.7;
line-height: 1.7;
}
.spc-newsletter .fields-inline .main-fields {
display: flex;
}
.spc-newsletter .fields-inline .main-fields p {
flex-shrink: 0;
margin-bottom: 0;
}
@media (max-width: 540px) {
.spc-newsletter .fields-inline .main-fields .field-email {
flex-shrink: 1;
}
.spc-newsletter .fields-inline .main-fields input[type=submit] {
padding: 0 min(17px, 3vw);
}
}
.spc-newsletter .fields-inline .main-fields input {
border-radius: 3px;
height: 44px;
}
.spc-newsletter .fields-inline .field-email {
text-align: center;
flex-grow: 1;
margin-right: 5px;
}
.spc-newsletter .fields-inline .field-email input {
padding: 7px 16px;
text-align: left;
}
.spc-newsletter .fields-inline .field-submit {
min-width: calc(50px + 13%);
}
.spc-newsletter .fields-full {
max-width: 650px;
}
.spc-newsletter.has-top-icon {
margin-top: 25px;
}
.spc-newsletter .mail-bg-icon {
color: var(--c-contrast);
position: absolute;
font-size: 100px;
line-height: 1;
top: 7px;
transform: rotate(12deg);
z-index: 0;
opacity: 0.04;
pointer-events: none;
}
.s-dark .spc-newsletter .mail-bg-icon {
opacity: 0.1;
}
.spc-newsletter .mail-top-icon {
position: absolute;
top: 0;
margin-bottom: 8px;
height: 62px;
width: 62px;
display: flex;
align-items: center;
justify-content: center;
transform: translateY(-50%);
background: var(--c-main);
font-size: 30px;
line-height: 1;
color: var(--c-contrast-0);
border-radius: 50%;
}
.spc-newsletter .mail-top-icon + .heading {
margin-top: 25px;
}
.spc-newsletter .mail-icon {
font-size: 32px;
line-height: 1;
margin-bottom: 8px;
}
.spc-newsletter-xs {
--inner-pad: 20px;
--heading-fs: 22px;
--message-fs: 13px;
}
@media (min-width: 941px) {
.spc-newsletter-lg {
--inner-pad: 38px;
--heading-fs: 28px;
--message-fs: 15px;
--disclaimer-fs: 13px;
}
}
.spc-newsletter-a {
background: transparent;
}
.spc-newsletter-a > .inner {
border: none;
padding: 0;
}
.spc-newsletter-a .main-top-icon {
display: none;
}
.spc-newsletter-center .fields-inline {
margin-left: -10px;
margin-right: -10px;
}
.spc-newsletter-center > .inner {
text-align: center;
align-items: center;
}
.spc-newsletter-leter .fields-inline {
margin: 0;
}
.spc-newsletter-b {
background: var(--c-contrast-0);
border: 6px solid var(--c-contrast-50);
}
.spc-newsletter-b .mail-top-icon {
border: 10px solid var(--c-contrast-0);
box-sizing: content-box;
}
.spc-newsletter-c {
background: var(--c-contrast-50);
} .mobile-menu {
--c-sep: rgba(var(--c-rgba), .08);
font-size: 16px;
font-family: var(--ui-font);
font-weight: 700;
letter-spacing: 0;
color: var(--c-links);
-webkit-font-smoothing: antialiased;
}
.mobile-menu.s-dark, .s-dark .mobile-menu {
--c-sep: rgba(var(--c-rgba), 0.11);
}
.mobile-menu li {
position: relative;
display: flex;
width: 100%;
flex-wrap: wrap;
border-bottom: 1px solid var(--c-sep);
}
.mobile-menu li a {
max-width: calc(100% - 65px);
float: none;
display: block;
padding: 12px 0;
padding-right: 50px;
line-height: 1.5;
color: inherit;
}
.mobile-menu li li {
padding-left: 12px;
border: 0;
}
.mobile-menu li ul li:last-child ul {
border-bottom-color: transparent;
}
.mobile-menu ul {
width: 100%;
max-height: 0;
opacity: 0;
background: transparent;
overflow: hidden;
border: 0;
transition: opacity 0.6s ease, max-height 0.8s ease;
}
.mobile-menu ul > li > ul li {
padding-left: 15px;
}
.mobile-menu ul li a {
padding: 8px 0;
font-size: 0.93em;
font-size: max(13px, .93em);
font-weight: 500;
}
.mobile-menu .nav-icons,
.mobile-menu .mega-menu {
display: none;
}
.mobile-menu .item-active > ul {
opacity: 1;
max-height: 3000px;
transition: opacity 0.4s ease-in, max-height 1s ease-in;
}
.mobile-menu > .item-active {
padding-bottom: 10px;
}
.mobile-menu .chevron {
display: flex;
align-items: center;
margin-left: auto;
padding: 0 25px;
margin-right: -15px;
border: 0;
color: var(--c-contrast-400);
text-align: center;
font-size: 12px;
-webkit-text-stroke: 1.2px var(--c-contrast-0);
line-height: 1.8;
cursor: pointer;
}
.mobile-menu .item-active > .chevron {
transform: rotate(180deg);
}
.mobile-menu li:hover > a {
opacity: 0.8;
} .off-canvas {
position: fixed;
top: 0;
left: 0;
display: flex;
flex-direction: column;
height: 100%;
width: 80vw;
min-width: 320px;
max-width: 370px;
box-sizing: border-box;
background: var(--c-contrast-0);
z-index: 10000;
transform: translate3d(-100%, 0, 0);
transition: 0.4s ease-in-out;
transition-property: transform, visibility;
visibility: hidden;
content-visibility: auto;
}
@media (max-width: 350px) {
.off-canvas {
min-width: 300px;
}
}
.off-canvas-head {
padding: 0 25px;
padding-top: 38px;
margin-bottom: 20px;
}
.off-canvas-content {
display: flex;
flex-direction: column;
padding: 25px;
overflow-y: auto;
overflow-x: hidden;
flex: 1 1 auto;
}
@media (min-width: 941px) {
.off-canvas-content {
--c-sb: var(--c-contrast-200);
--c-sb-track: transparent;
--sb-size: 4px;
--sb-width: thin;
scrollbar-width: var(--sb-width);
scrollbar-color: var(--c-sb) var(--c-sb-track);
}
.off-canvas-content::-webkit-scrollbar-track {
background-color: var(--c-sb-track);
}
.off-canvas-content::-webkit-scrollbar-thumb {
background-color: var(--c-sb);
border-radius: 3px;
}
.has-scrollbar .off-canvas-content::-webkit-scrollbar {
width: var(--sb-size);
}
}
.off-canvas .mobile-menu {
margin-bottom: 45px;
}
.off-canvas .logo-image {
display: inline-block;
max-width: calc(100% - 34px);
}
.off-canvas .ts-logo {
display: flex;
justify-content: center;
align-items: center;
}
.off-canvas .close {
position: absolute;
top: 0;
right: 0;
padding: 0 9px;
background: #161616;
color: #fff;
line-height: 26px;
font-size: 14px;
}
.off-canvas .mobile-menu {
margin-top: -10px;
transition: opacity 0.5s ease-in;
opacity: 0.2;
}
.off-canvas .spc-social {
--c-spc-social: var(--c-contrast);
--spc-social-fs: 17px;
padding-top: 10px;
margin-top: auto;
justify-content: center;
}
.off-canvas.s-dark .close, .s-dark .off-canvas .close {
background: var(--c-contrast-200);
}
.admin-bar .off-canvas {
top: var(--admin-bar-h);
height: calc(100% - var(--admin-bar-h));
}
@media (max-width: 940px) {
.off-canvas.hide-widgets-sm .off-canvas-widgets {
display: none;
}
}
@media (min-width: 941px) {
.off-canvas.hide-menu-lg .mobile-menu {
display: none;
}
}
.off-canvas-backdrop {
content: "";
position: fixed;
opacity: 0;
z-index: 9999;
pointer-events: none;
height: 0;
width: 0;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease-in-out;
}
.off-canvas-active {
overflow: hidden;
}
.off-canvas-active .off-canvas {
transform: translate3d(0, 0, 0);
visibility: visible;
box-shadow: 2px 0px 15px 0 rgba(0, 0, 0, 0.1);
}
.off-canvas-active .mobile-menu {
opacity: 1;
}
.off-canvas-active .off-canvas-backdrop {
opacity: 1;
width: 100%;
height: 100%;
pointer-events: auto;
}
.off-canvas-widgets {
margin-bottom: 45px;
}
.off-canvas-widgets .widget {
margin-bottom: 45px;
}
.off-canvas-widgets .widget:last-child {
margin-bottom: 0;
} .search-modal.s-dark, .s-dark .search-modal {
--bg-opacity: .95;
}
.search-modal.mfp-bg {
background: var(--c-contrast-0);
opacity: 0;
transition: 0.35s ease-in-out;
will-change: opacity;
position: fixed;
z-index: 10001;
pointer-events: none;
}
.search-modal.mfp-bg.mfp-ready {
opacity: var(--bg-opacity, 0.98);
}
.search-modal.mfp-bg.mfp-removing {
opacity: 0;
}
.search-modal .search-modal-wrap {
display: block;
}
.search-modal.mfp-ready.mfp-wrap {
opacity: 1;
transform: none;
}
.search-modal.mfp-wrap, .search-modal.mfp-removing.mfp-wrap {
opacity: 0;
will-change: opacity;
transition: 0.4s ease-in-out;
transform: scale(0.95);
}
.search-modal.mfp-removing.mfp-wrap {
transition-duration: 0.2s;
}
.search-modal .mfp-close {
position: absolute;
z-index: 1046;
top: 20px;
right: 20px;
padding: 0;
background: transparent;
color: var(--c-contrast);
font-size: 60px;
font-family: Arial, Baskerville, monospace;
line-height: 44px;
opacity: 0.65;
-webkit-text-stroke: 2px var(--c-contrast-0);
}
.search-modal .mfp-close:active {
top: 20px;
}
.admin-bar .search-modal .mfp-close {
top: 50px;
}
.search-modal .search-form {
flex-wrap: wrap;
position: relative;
}
.search-modal .search-field {
padding: 0;
padding-bottom: 12px;
margin-bottom: 22px;
border: 0;
border-bottom: 1px solid var(--c-separator2);
height: auto;
font-size: 60px;
font-weight: bold;
line-height: 1;
color: var(--c-contrast-850);
background: transparent;
}
@media (max-width: 767px) {
.search-modal .search-field {
font-size: 42px;
}
}
.search-modal .message {
font-size: 18px;
color: var(--c-contrast-400);
}
.search-modal-box {
padding: 0 50px;
margin: 0 auto;
max-width: 790px;
}
@media (max-width: 767px) {
.search-modal-box {
max-width: 100%;
}
}
.search-modal .live-search-results {
top: 84px;
left: 0;
right: auto;
width: 100%;
margin-bottom: 15px;
border: 1px solid var(--c-separator);
border-top: 0;
box-shadow: none;
}
.search-modal-wrap {
display: none;
}
.base-text {
font-family: var(--text-font);
font-size: var(--text-size);
line-height: var(--text-lh);
text-rendering: optimizeLegibility;
} .block-head {
--line-weight: 1px;
--c-border: var(--c-separator2);
--space-below: 26px;
--c-block: var(--c-main);
display: flex;
flex-wrap: nowrap;
font-family: var(--ui-font);
align-items: center;
justify-content: space-between;
margin-bottom: var(--space-below);
}
.block-head .heading {
font-size: 17px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
color: var(--c-block);
flex-shrink: 0;
max-width: 100%;
}
.block-head .heading .color {
color: var(--c-contrast-900);
}
.block-head .heading a {
color: inherit;
}
.block-head .heading .arrow {
margin-left: 5px;
transform: scale(1.4) translatey(-5%);
}
.block-head .view-link {
order: 5;
display: flex;
align-items: center;
margin-left: 15px;
font-size: 13px;
font-weight: 500;
text-transform: none;
color: var(--c-contrast-400);
}
.block-head .view-link:hover {
color: var(--c-links);
}
.block-head .view-link .arrow {
margin-left: 7px;
font-size: 15px;
}
.block-head .view-link-b {
padding: 0.385em 1.0769em;
border: 1px solid var(--c-separator);
border-radius: 20px;
margin-bottom: -0.03em;
line-height: 1;
}
.block-head .filters + .view-link {
padding-left: 15px;
border-left: 1px solid var(--c-contrast-150);
}
.block-head .filters {
display: flex;
margin-left: 25px;
font-size: 13px;
overflow-x: auto;
flex-wrap: nowrap;
font-size: 13px;
scrollbar-width: none;
}
.block-head .filters::-webkit-scrollbar {
display: none;
}
.block-head .filters li {
display: inline-block;
margin-left: 15px;
flex-shrink: 0;
}
.block-head .filters a {
color: var(--c-contrast-400);
}
.block-head .filters .active {
color: var(--c-block);
}
.block-head.is-center {
justify-content: center;
}
.block-head-ac {
--c-block: var(--c-contrast-900);
}
.block-head-ac .heading .color {
color: var(--c-heading-multi, var(--c-main));
}
.block-head-a {
--space-below: 28px;
--c-border: var(--c-separator);
--line-weight: 2px;
padding: 10px 14px;
background: var(--c-contrast-10);
border: 1px solid var(--c-border);
border-bottom-width: var(--line-weight);
border-left: 0;
border-right: 0;
color: var(--c-headings);
text-transform: uppercase;
}
.block-head-a .heading {
color: var(--c-block);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.02em;
}
.block-head-a .filters li {
position: relative;
font-size: 12px;
margin-left: 14px;
}
.block-head-a .filters li:before {
content: "";
border-left: 1px solid rgba(var(--c-rgba), 0.11);
margin-right: 15px;
}
.block-head-a .filters li:first-child:before {
display: none;
}
.block-head-a .filters a {
color: var(--c-contrast-450);
}
.block-head-a2 {
--c-border: var(--c-contrast-150);
--space-below: 28px;
--line-weight: 1px;
background: rgba(var(--c-rgba), 0.025);
padding: 9px 14px;
}
.block-head-a2 .heading {
letter-spacing: 0;
font-weight: 600;
}
.block-head-a2 .filters li:before {
display: none;
}
.block-head-b {
--space-below: 28px;
}
.block-head-c {
--c-line: var(--c-main);
--line-width: 40px;
--line-weight: 2px;
--border-weight: 1px;
border-bottom: var(--border-weight) solid var(--c-border);
padding-bottom: 13px;
position: relative;
}
.block-head-c:after {
content: "";
position: absolute;
bottom: calc(-1 * var(--border-weight));
left: 0;
width: var(--line-width);
height: var(--line-weight);
background-color: var(--c-line);
}
.block-head-c.is-center:after {
left: 50%;
transform: translateX(-50%);
}
.block-head-c .heading a {
color: inherit;
}
.block-head-c2 {
border-bottom: 0;
--line-weight: 1px;
--space-below: 30px;
}
.block-head-d {
--c-border: var(--c-block);
--line-weight: 2px;
--space-below: 28px;
--box-roundness: 2px;
border-bottom: var(--line-weight) solid var(--c-border);
}
.block-head-d .heading {
display: inline-block;
margin-bottom: 1px;
padding: 9px 14px;
border-radius: var(--box-roundness);
color: #fff;
background: var(--c-block);
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0.025em;
}
.block-head-d .filters {
align-self: flex-end;
margin-bottom: 8px;
}
.block-head-d .filters .active {
color: var(--c-contrast-900);
}
.block-head-e {
--c-line: var(--c-separator2);
--line-weight: 1px;
--inner-pad: 20px;
}
.block-head-e:after, .block-head-e:before {
content: "";
margin-top: 1px;
height: var(--line-weight);
background-color: var(--c-line);
flex: 1 1 auto;
margin-left: var(--inner-pad);
}
.block-head-e:before {
margin-left: 0;
margin-right: var(--inner-pad);
}
.block-head-e.is-left:before {
display: none;
}
.block-head-e .filters {
order: 5;
margin-left: 5px;
}
.block-head-e2 {
--line-weight: 2px;
--c-block: var(--c-contrast-900);
}
.block-head-e2 .heading {
font-size: 20px;
text-transform: none;
}
.block-head-e3 {
--inner-pad: 24px;
}
.block-head-e3:after, .block-head-e3:before {
height: 2px;
box-sizing: content-box;
border-bottom: var(--line-weight) solid;
border-top: var(--line-weight) solid;
background: transparent;
border-color: var(--c-line);
}
.block-head-e3 .heading {
font-size: 20px;
text-transform: none;
}
.block-head-f {
--c-line: var(--c-block);
--line-weight: 3px;
border-bottom: 1px solid var(--c-border);
border-top: var(--line-weight) solid var(--c-line);
padding: 11px 0;
}
.block-head-f .heading {
text-transform: none;
font-size: 19px;
color: var(--c-block);
}
.block-head-g {
padding: 10px 14px;
background: #080808;
}
.block-head-g .heading {
font-size: 13px;
font-weight: 500;
color: #fff;
letter-spacing: 0.02em;
}
.block-head-h {
--border-weight: 1px;
border-bottom: var(--border-weight) solid var(--c-border);
padding-bottom: 14px;
}
.block-head-h .heading {
font-size: 18px;
font-weight: 800;
}
.block-head-h .view-link {
text-transform: uppercase;
color: var(--c-contrast-700);
}
.block-head-i {
--line-weight: 4px;
}
.block-head-i .heading {
font-weight: 600;
letter-spacing: 0.03em;
line-height: 1.5;
padding-left: calc(var(--line-weight) + 13px);
position: relative;
}
.block-head-i .heading:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: var(--line-weight);
height: 100%;
background: var(--c-main);
}
.has-media-shadows .media, .has-media-shadows.featured {
box-shadow: 0 2px 6px -1px rgba(7, 10, 25, 0.2), 0 6px 12px -6px rgba(7, 10, 25, 0.2);
} .feedburner .heading {
margin-bottom: 14px;
}
.feedburner label {
display: none;
}
.feedburner input {
padding: 8px 12px;
outline: 0;
}
.feedburner-email {
min-width: 200px;
}
.feedburner-subscribe {
margin-left: 4px;
}
.social-icons li {
float: left;
margin-right: 5px;
height: 20px;
}
.social-icons li:last-child {
margin-right: 0;
}
.social-icons .icon {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 12px;
color: #fff;
transition: all 0.4s ease;
}
.social-icons .icon:hover {
text-decoration: none;
border-radius: 50%;
}
.main-stars {
position: relative;
font-size: 13px;
line-height: 1;
height: 1em;
color: var(--c-main);
overflow: hidden;
display: inline-block;
vertical-align: middle;
margin-top: -2px;
}
.main-stars span {
color: inherit;
position: absolute;
top: 0;
left: 0;
padding-top: 2em;
overflow: hidden;
}
.main-stars:before,
.main-stars span:before {
content: "\f005\f005\f005\f005\f005";
color: inherit;
letter-spacing: 2px;
margin-right: -2px;
display: block;
font-family: ts-icons;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.main-stars:before {
content: "\f006\f006\f006\f006\f006";
}
.main-stars span:before {
top: 0;
left: 0;
position: absolute;
color: inherit;
}
.cat-labels {
line-height: 0;
}
.cat-labels-overlay {
position: absolute;
bottom: 0;
z-index: 1;
display: block;
max-width: 90%;
max-width: calc(100% - 14px);
text-transform: uppercase;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.cat-labels a,
.cat-labels .category {
display: inline-flex;
background: var(--c-main);
margin-right: var(--cat-label-mr, 5px);
padding: 0 8px;
color: #fff;
border-radius: 1px;
font-family: var(--ui-font);
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.03em;
line-height: 22px;
}
.cat-labels a:hover,
.cat-labels .category:hover {
background: var(--hover-bg, var(--c-main));
color: #fff;
filter: contrast(1.2);
}
.cat-labels a:last-child,
.cat-labels .category:last-child {
margin-right: 0;
}
.ts-snackbar {
display: flex;
position: fixed;
width: 500px;
padding: 10px 18px;
max-width: 95%;
bottom: 10px;
left: 50%;
transform: translate(-50%, 100%);
color: #fff;
background-color: rgba(0, 0, 0, 0.95);
border-radius: 4px;
opacity: 0;
pointer-events: none;
transition: 0.4s ease-in-out;
align-items: center;
}
.ts-snackbar-active {
opacity: 1;
transform: translate(-50%, 0);
pointer-events: initial;
}
.ts-snackbar .tsi-close {
padding: 10px;
margin-right: -5px;
cursor: pointer;
margin-left: auto;
font-size: 13px;
}
.ar-bunyad-main-full {
padding-bottom: 47.8333333333%;
}
.ar-bunyad-main {
padding-bottom: 65.3553299492%;
}
.ar-bunyad-grid {
padding-bottom: 56.2334217507%;
}
.ar-bunyad-list {
padding-bottom: 66.6666666667%;
}
.ar-bunyad-overlay {
padding-bottom: 75.0663129973%;
}
.ar-bunyad-thumb {
padding-bottom: 69.0909090909%;
}
.ar-bunyad-classic-slider {
padding-bottom: 47.8260869565%;
}
.ar-bunyad-classic-slider-sm {
padding-bottom: 81.8181818182%;
}
.ar-bunyad-classic-slider-md {
padding-bottom: 52.6854219949%;
} .navigation {
--nav-height: var(--head-h, 43px);
font-family: var(--ui-font);
color: var(--c-nav);
height: 100%;
align-self: center;
}
.s-dark .navigation {
--c-nav-blip: initial;
}
.navigation ul {
display: flex;
list-style: none;
line-height: 1.6;
}
.navigation .menu,
.navigation .menu li {
height: 100%;
}
.navigation .menu > li > a,
.navigation .sub-menu > li > a {
display: flex;
align-items: center;
}
.navigation .menu > li > a {
color: inherit;
}
@media (max-width: 940px) {
.navigation .menu {
display: none;
}
}
.navigation .menu > li > a {
height: 100%;
text-decoration: none;
text-transform: var(--nav-text-case);
padding: 0 var(--nav-items-space, 17px);
font-size: var(--nav-text, 15px);
font-weight: var(--nav-text-weight, 600);
letter-spacing: var(--nav-ls, inherit);
}
@media (min-width: 941px) and (max-width: 1200px) {
.navigation .menu > li > a {
padding: 0 5px;
padding: 0 max(5px, calc(var(--nav-items-space) * .6));
font-size: calc(10px + (var(--nav-text) - 10px) * 0.7);
}
}
.navigation .menu li > a:after {
display: inline-block;
content: "\f107";
font-family: ts-icons;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 1;
color: var(--c-nav-blip, inherit);
margin-left: 8px;
}
@media (min-width: 941px) and (max-width: 1200px) {
.navigation .menu li > a:after {
margin-left: 5px;
font-size: 12px;
}
}
.navigation .menu li > a:only-child:after,
.navigation .menu .only-icon > a:after {
display: none;
}
.navigation .menu > li:first-child > a {
border-left: 0;
box-shadow: none;
}
.navigation .menu > li:hover,
.navigation .menu > .current-menu-item,
.navigation .has-parent-state .current-menu-parent,
.navigation .has-parent-state .current-menu-ancestor {
background: var(--c-nav-hov-bg);
}
.navigation .menu > li:hover > a,
.navigation .menu > .current-menu-item > a,
.navigation .has-parent-state .current-menu-parent > a,
.navigation .has-parent-state .current-menu-ancestor > a {
color: var(--c-nav-hov);
}
.navigation .menu > li:hover > a:after,
.navigation .menu > .current-menu-item > a:after,
.navigation .has-parent-state .current-menu-parent > a:after,
.navigation .has-parent-state .current-menu-ancestor > a:after {
color: inherit;
}
.navigation .menu-item > a .fa,
.navigation .sub-menu a > .fa {
margin-right: 7px;
}
.navigation .menu .fa.only-icon,
.navigation .only-icon .fa {
margin-right: 0;
}
.navigation .menu ul,
.navigation .menu .sub-menu {
position: absolute;
overflow: visible;
visibility: hidden;
display: block;
opacity: 0;
padding: 5px 0px;
background: var(--c-nav-drop-bg, var(--c-contrast-0));
border: 1px solid var(--c-nav-drop-sep);
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 3px -1px, rgba(0, 0, 0, 0.06) 0px 4px 11px -2px;
transition: all 0.2s ease-in;
z-index: 110;
pointer-events: none;
}
.navigation .menu > li:not(.item-mega-menu) {
position: relative;
}
.navigation .menu > li > ul {
top: 100%;
}
.navigation .menu ul ul {
left: 100%;
top: 0;
margin-top: -5px;
}
.navigation .menu li:first-child > ul {
margin-top: -6px;
}
.navigation li:hover > ul,
.navigation li:hover > .sub-menu {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.navigation .sub-menu li > a:after {
content: "\f105";
font-size: 13px;
margin-left: 25px;
text-shadow: none;
display: inline-flex;
align-self: center;
}
.navigation .menu li li > a:after {
display: block;
float: right;
line-height: inherit;
}
.navigation .menu > li li a {
float: none;
display: block;
padding: 9px 22px;
border-top: 1px solid var(--c-nav-drop-sep);
font-size: var(--nav-drop-text, 14px);
letter-spacing: var(--nav-drop-ls, inherit);
font-weight: var(--nav-drop-fw, 400);
color: var(--c-nav-drop, inherit);
text-transform: none;
text-decoration: none;
pointer-events: none;
}
.navigation .menu > li:hover li a {
pointer-events: auto;
}
.navigation .menu li {
transition: 0.3s ease-in;
transition-property: opacity, background;
}
.navigation .menu ul li {
float: none;
min-width: 235px;
max-width: 350px;
border-top: 0;
padding: 0 0;
position: relative;
}
.navigation .menu ul > li:first-child > a {
border-top: 0px;
box-shadow: none;
}
.navigation .menu li li:hover,
.navigation .menu li .current-menu-item {
background: var(--c-nav-drop-hov-bg);
}
.navigation .menu li li:hover > a,
.navigation .menu li .current-menu-item > a {
color: var(--c-nav-drop-hov);
}
.nav-hov-a {
--c-nav-hov: var(--c-main);
--c-nav-drop-hov: var(--c-nav-hov);
}
.nav-hov-b {
--c-nav-drop-hov-bg: rgba(0, 0, 0, 0.03);
}
.nav-hov-b .menu > li > a {
position: relative;
}
.nav-hov-b .menu > li > a:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 9997;
border-bottom: 2px solid transparent;
}
.nav-hov-b .menu > li:hover > a:before,
.nav-hov-b .menu > .current-menu-item > a:before,
.nav-hov-b .has-parent-state .current-menu-parent > a:before,
.nav-hov-b .has-parent-state .current-menu-ancestor > a:before {
border-color: var(--c-term, var(--c-main));
}
.s-dark .nav-hov-b {
--c-nav-hov-bg: rgba(255, 255, 255, 0.08);
--c-nav-drop-hov-bg: rgba(255, 255, 255, 0.05);
}
.s-dark .nav-hov-b .menu > li > ul {
top: calc(100% - 1px);
}
.nav-hov-b .mega-menu-a .sub-cats li:hover a {
opacity: 0.7;
} .navigation .mega-menu .sub-menu li,
.navigation .menu .mega-menu > li {
min-width: 0;
} .mega-menu {
top: 100%;
}
.mega-menu .sub-cats {
padding: 25px 30px;
padding-bottom: 35px;
width: 19.5%;
border-right: 1px solid var(--c-separator2);
}
.mega-menu .sub-cats li {
min-width: initial;
max-width: initial;
}
.mega-menu .sub-cats li:first-child {
margin-top: 0;
}
.mega-menu .sub-cats li:first-child a {
border-top: 0;
}
.mega-menu .sub-cats li:hover {
background: none;
}
.mega-menu .sub-cats:not(._) a {
padding-left: 0;
font-size: max(14px, var(--nav-drop-text, 0));
}
.mega-menu .sub-cats li:last-child a {
border-bottom: 1px solid var(--c-nav-drop-sep);
}
.smart-head-row-full .items-center .mega-menu {
left: 50%;
transform: translateX(-50%);
margin-left: 0;
}
.smart-head-row-full .items-right .mega-menu {
right: 0;
left: auto;
}
.navigation .mega-menu {
width: var(--main-width);
left: 0;
max-width: 100%;
}
@media (min-width: 1201px) {
.navigation .mega-menu {
max-width: calc(100vw - var(--wrap-padding) * 2);
}
}
@media (min-width: 941px) and (max-width: 1200px) {
.navigation .mega-menu {
max-width: 100vw;
margin-left: calc(-1 * var(--head-row-pad));
}
}
.navigation .menu .mega-menu {
display: flex;
flex: 0 1 auto;
padding: 0;
}
.navigation li:hover > .mega-menu-a .lazyload {
display: block;
}
.navigation li:not(:hover) > .mega-menu .wp-post-image {
pointer-events: none;
}
.mega-menu-a .recent-posts {
float: none;
vertical-align: top;
padding: 35px 30px 45px;
width: 100%;
}
.s-dark .mega-menu-a .recent-posts {
background: rgba(var(--c-rgba), 0.03);
}
.mega-menu-a .recent-posts .posts {
display: none;
}
.mega-menu-a .recent-posts .posts.active {
display: block;
animation: 0.5s fade-in ease-out;
animation-fill-mode: both;
}
.mega-menu-a .recent-posts .post {
padding: 0 13px;
}
.mega-menu-a .recent-posts .post-title {
font-weight: var(--title-fw-semi);
font-size: 15px;
}
.mega-menu-a .sub-cats + .recent-posts {
width: 80.5%;
}
.mega-menu-b .sub-cats {
width: 25%;
padding: 40px;
padding-top: 35px;
}
.mega-menu-b .extend {
flex-grow: 1;
width: 25%;
padding: 32px 40px;
padding-bottom: 40px;
}
.mega-menu-b .sub-nav ul {
top: 0;
left: 100%;
}
.mega-menu-b .sub-nav ul li:not(._) {
min-width: 220px;
}
.mega-menu-b .sub-nav ul li:last-child a {
border-bottom: 0;
}
.mega-menu-b .heading {
display: block;
border-bottom: 1px solid rgba(var(--c-rgba), 0.1);
padding: 9px 0;
margin-bottom: 21px;
text-transform: uppercase;
font-weight: 600;
}
.navigation .mega-menu.links {
padding: 35px 10px 40px 10px;
}
.navigation .mega-menu.links > li.current-menu-item {
background: inherit;
}
.navigation .mega-menu.links > li {
width: 25%;
padding: 0 25px;
}
.navigation .mega-menu.links .sub-menu {
--c-nav-drop-sep: rgba(var(--c-rgba), .05);
box-shadow: none;
border: 0;
}
.s-dark .navigation .mega-menu.links .sub-menu {
--c-nav-drop-sep: rgba(var(--c-rgba), .08);
}
.navigation .mega-menu.links > li > a {
border: 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid var(--c-nav-drop-sep);
padding: 9px 0;
}
.navigation .mega-menu.links > li > a:after {
display: none;
}
.navigation .mega-menu.links > li ul {
visibility: inherit;
opacity: 1;
position: static;
margin-top: 0;
}
.navigation .mega-menu.links > li li a {
padding-left: 10px;
}
.navigation .mega-menu.links > li li:last-child a {
border-bottom: 1px solid var(--c-nav-drop-sep);
}
.navigation .mega-menu.links > li li a:before {
display: inline-block;
font-family: ts-icons;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 0.9;
content: "\f105";
margin-right: 10px;
}
.navigation .mega-menu.links > li:hover {
background: transparent;
}
.navigation-small .menu > li > a {
line-height: 1;
}
.smart-head-search {
position: relative;
}
.smart-head-search .search-button {
padding: 0;
margin-left: -27px;
width: 20px;
background: transparent;
color: var(--c-contrast-400);
font-size: 14px;
}
@media (max-width: 940px) {
.smart-head-search {
display: none;
}
}
.smart-head-search .search-form {
display: flex;
align-items: center;
}
.smart-head-search .query {
width: 150px;
height: 30px;
padding: 0 10px;
font-size: 13px;
border: 0;
background: rgba(var(--c-rgba), 0.03);
box-shadow: none;
transition: all 0.4s ease-in-out;
}
.smart-head-search .query:focus {
width: 190px;
}
.social-icons {
float: right;
}
@media (max-width: 940px) {
.social-icons {
clear: both;
text-align: center;
float: none;
}
}
@media (max-width: 940px) {
.social-icons li {
float: none;
display: inline-block;
}
}
.live-search-results {
visibility: hidden;
opacity: 0;
position: absolute;
right: 0;
z-index: 1500;
top: 100%;
width: 350px;
padding: 25px;
background: var(--c-contrast-0);
box-shadow: 0 2px 6px rgba(var(--c-rgba), 0.15);
transition: opacity 0.3s ease-in;
}
.live-search-results .media {
width: 80px;
}
.live-search-results .view-all {
--c-a: var(--c-contrast-450);
margin: -25px;
margin-top: 25px;
border-bottom: 0;
}
.live-search-results .view-all a {
display: block;
text-align: center;
background: var(--c-contrast-50);
border-top: 1px solid var(--c-separator);
padding: 14px;
text-transform: uppercase;
font-size: 12px;
}
.live-search-results .no-results {
float: none;
font-size: 13px;
display: block;
text-align: center;
}
.smart-head-row.wrap .items-right .smart-head-search:last-child {
position: initial;
}
.trending-ticker {
--max-width: 450px;
}
@media (max-width: 1200px) {
.trending-ticker {
--max-width: 400px;
}
}
@media (max-width: 940px) {
.trending-ticker {
--max-width: 40vw;
}
}
.trending-ticker ul {
float: left;
}
.trending-ticker li {
display: none;
color: var(--c-contrast-700);
}
.trending-ticker li:first-child {
display: block;
}
.trending-ticker .post-link {
max-width: 450px;
max-width: min(var(--max-width), 100%);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
vertical-align: middle;
line-height: 1.3;
padding-right: 10px;
margin-top: -2px;
color: inherit;
}
.trending-ticker .post-link:hover {
color: inherit;
opacity: 0.8;
}
.trending-ticker .heading {
float: left;
color: var(--c-main);
text-transform: uppercase;
margin-right: 35px;
}
.ts-logo .logo-image-dark {
display: none;
}
.s-dark .ts-logo .logo-image-dark {
display: block;
}
.s-dark .ts-logo .logo-image-dark ~ .logo-image {
display: none;
}
@media (max-width: 940px) {
.smart-head {
display: none;
}
}
.smart-head-row {
--icons-size: 16px;
--c-icons: var(--c-links);
}
.smart-head-row.s-dark, .s-dark .smart-head-row {
--c-a-hover: var(--c-main);
}
.smart-head .logo-link {
--c-a-hover: var(--c-headings);
display: flex;
flex-shrink: 0;
align-items: center;
font-size: 37px;
font-weight: bold;
text-align: center;
letter-spacing: -1px;
}
@media (max-width: 540px) {
.smart-head .logo-link {
font-size: 28px;
flex-shrink: 1;
}
}
.smart-head .logo-link:not(:last-child) {
--item-mr: 35px;
}
.smart-head .logo-link > h1,
.smart-head .logo-link > span {
font: inherit;
display: flex;
align-items: center;
}
.smart-head .logo-is-image {
font-size: 0;
}
.smart-head .logo-image {
padding: 10px 0;
max-height: var(--head-h);
object-fit: contain;
width: auto;
height: revert-layer;
max-height: calc(var(--head-h) - 20px);
box-sizing: content-box;
}
.smart-head :where(.items-left) .logo-image {
object-position: left;
}
.smart-head .search-icon {
color: var(--c-search-icon, var(--c-icons));
font-size: var(--search-icon-size, var(--icons-size));
display: flex;
align-items: center;
padding-left: 5px;
height: 100%;
}
.smart-head .search-icon:hover {
color: var(--c-main);
}
.smart-head .ts-button-alt {
--btn-f-size: 13px;
padding: 10px 17px;
line-height: 1;
height: auto;
letter-spacing: 0.11em;
border-color: rgba(var(--c-rgba), 0.2);
}
.smart-head .ts-button-alt:not(:hover) {
color: var(--c-contrast-900);
}
.smart-head .h-date {
--item-mr: 30px;
flex-shrink: 0;
font-size: 13px;
}
.smart-head .cart-icon, .smart-head .cart-link {
display: flex;
align-items: center;
height: 100%;
max-height: 55px;
--c-a: var(--c-icons);
font-size: var(--cart-icon-size, var(--icons-size));
}
.smart-head .cart-link.has-count {
padding-right: 15px;
}
.smart-head .cart-icon .text {
display: none;
}
.smart-head .cart-count-wrap {
position: relative;
}
.smart-head .cart-counter {
display: none;
position: absolute;
min-width: 14px;
padding: 2px 3px;
margin-left: calc(100% - 2px);
top: calc(50% - 4px);
transform: translateY(-100%);
border-radius: 2px;
color: #fff;
background: var(--c-main);
text-align: center;
line-height: 1;
font-size: 11px;
font-weight: 600;
}
.smart-head .cart-counter.active {
display: block;
}
.smart-head .auth-link {
--c-a: var(--c-icons);
font-size: 13px;
}
.smart-head .auth-link .icon {
font-size: var(--icons-size);
}
.smart-head .auth-link .icon + span {
margin-left: 6px;
}
.smart-head .h-text {
flex-shrink: 0;
font-size: 13px;
max-width: 100%;
}
.smart-head .h-text > ins {
min-width: 728px;
max-width: 100%;
}
.smart-head .is-icon {
padding: 0 4px;
}
.smart-head .has-icon,
.smart-head .has-icon-only {
display: inline-flex;
align-items: center;
height: 100%;
max-height: 45px;
}
.smart-head .has-icon:last-child, .smart-head .has-icon:last-child .is-icon,
.smart-head .has-icon-only:last-child,
.smart-head .has-icon-only:last-child .is-icon {
padding-right: 0;
}
.smart-head .has-icon-only {
--item-mr: 9px;
}
.smart-head .items-right .nav-wrap {
justify-content: flex-end;
}
.smart-head .items-center .nav-wrap {
justify-content: center;
}
.smart-head .spc-social {
flex-wrap: nowrap;
}
.smart-head .spc-social-a {
height: 100%;
max-height: 45px;
}
.scheme-switcher {
position: relative;
}
.scheme-switcher .icon {
font-size: var(--icons-size);
width: var(--icons-size);
}
.scheme-switcher .toggle {
--c-a: var(--c-icons);
line-height: 1;
width: 100%;
text-align: center;
}
.scheme-switcher .toggle-light {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
pointer-events: none;
}
.site-s-dark .scheme-switcher .toggle-dark {
transform: scale(0) rotate(80deg);
opacity: 0;
pointer-events: none;
}
.site-s-dark .scheme-switcher .toggle-light {
opacity: 1;
pointer-events: auto;
}
.smart-head {
--nav-items-space: 17px;
--head-top-h: 40px;
--head-mid-h: 110px;
--head-bot-h: 55px;
--head-row-pad: 30px;
--c-bg: transparent;
--c-border: var(--c-contrast-75);
--c-shadow: transparent;
position: relative;
box-shadow: 0 3px 4px 0 var(--c-shadow);
}
.smart-head-row {
padding: 0 var(--head-row-pad);
background-color: var(--c-bg);
height: var(--head-h);
border: 0 solid transparent;
color: var(--c-contrast-800);
}
@media (max-width: 767px) {
.smart-head-row {
padding: 0 20px;
}
}
.smart-head-row > .inner {
display: flex;
justify-content: space-between;
padding: var(--head-inner-pad, 0);
height: 100%;
position: relative;
}
.smart-head-row.wrap {
padding: 0;
--head-inner-pad: 0 25px;
}
.smart-head-row-full {
width: 100%;
}
.smart-head-row-3 > .inner {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
}
@media (min-width: 941px) and (max-width: 1200px) {
.smart-head-row.has-center-nav > .inner {
display: flex;
}
}
@media (min-width: 941px) {
.smart-head-row.has-center-nav .logo-link {
margin-right: 0;
min-width: 40px;
flex-shrink: 1;
}
}
.smart-head-top {
--c-bg: var(--c-contrast-50);
--head-h: var(--head-top-h);
--search-icon-size: 14px;
--icons-size: 14px;
}
.smart-head-top .spc-social-b {
--spc-social-fs: 14px;
--spc-social-size: 34px;
}
.smart-head-top .ts-button {
--btn-f-size: 11px;
}
.smart-head-top .ts-button-alt {
padding: 8px 16px;
}
.smart-head-top.s-dark, .s-dark .smart-head-top {
--c-bg: var(--c-contrast-0);
}
.smart-head-mid {
--head-h: var(--head-mid-h);
}
.smart-head-mid.s-dark, .s-dark .smart-head-mid {
--c-bg: var(--c-contrast-0);
}
.smart-head-bot {
--head-h: var(--head-bot-h);
border: 1px solid var(--c-border);
border-left: 0;
border-right: 0;
}
.smart-head-bot .ts-button {
--btn-f-size: 12px;
}
.smart-head-bot.s-dark, .s-dark .smart-head-bot {
--c-bg: var(--c-contrast-0);
--c-border: transparent;
}
.smart-head .items {
--item-mr: 15px;
display: flex;
align-items: center;
flex: 1 1 auto;
height: inherit;
}
.smart-head .items > * {
margin-left: var(--item-ml, 0);
margin-right: var(--item-mr);
}
.smart-head .items-right {
justify-content: flex-end;
}
.smart-head .items-center {
justify-content: center;
flex-shrink: 0;
}
.smart-head .items-center:not(.empty) {
padding-left: 15px;
padding-right: 15px;
}
.smart-head .items > :first-child {
margin-left: 0;
}
.smart-head .items-right > :last-child,
.smart-head .items-center > :last-child {
margin-right: 0;
}
.smart-head .navigation-small {
--nav-items-space: 13px;
--nav-text: 13px;
--nav-text-weight: 400;
--nav-ls: 0;
--nav-text-case: none;
}
.smart-head .auth-link {
letter-spacing: 0.08em;
text-transform: uppercase;
}
.smart-head-b {
--head-mid-h: 110px;
--head-bot-h: 60px;
--c-bg: transparent;
--c-border: var(--c-separator);
--nav-text: 14px;
--nav-text-weight: 600;
--nav-ls: 0.08em;
--nav-text-case: uppercase;
}
.smart-head-b .s-dark, .s-dark .smart-head-b {
--c-icons: var(--c-contrast-400);
}
.smart-head-b .navigation {
--c-nav-blip: #aaa;
}
.smart-head-b .smart-head-bot {
--icons-size: 18px;
--c-border: rgba(255,255,255,.1);
}
.smart-head-b .smart-head-bot.s-dark, .s-dark .smart-head-b .smart-head-bot {
--c-bg: var(--c-contrast-75);
}
.smart-head-legacy {
--head-top-h: 45px;
--head-mid-h: 135px;
--head-bot-h: 48px;
--nav-text: 14px;
--nav-items-space: 20px;
--nav-text-case: uppercase;
}
.smart-head-legacy .smart-head-search {
--item-ml: 5px;
--item-mr: 20px;
}
.site-s-dark .smart-head-legacy .smart-head-mid {
--c-bg: transparent;
}
.smart-head-legacy .smart-head-top:not(.s-dark) {
--c-bg: rgba(var(--c-rgba), .05);
border-top: 4px solid var(--c-main);
border-bottom: 1px solid var(--c-contrast-100);
}
.smart-head-legacy .smart-head-bot.wrap {
--head-inner-pad: 0 15px 0 0;
}
.smart-head-mobile {
--head-top-h: 45px;
--head-mid-h: 65px;
display: block;
}
@media (min-width: 941px) {
.smart-head-mobile {
display: none;
}
}
.smart-head-mobile .smart-head-row {
--icons-size: 18px;
--c-icons: var(--c-contrast-800);
}
.smart-head-mobile .smart-head-mid {
border-top-color: var(--c-main);
}
.smart-head-mobile > :last-child {
border-bottom: 1px solid var(--c-contrast-100);
}
.nav-wrap {
width: 100%;
height: 100%;
display: flex;
}
.offcanvas-toggle {
display: flex;
align-items: center;
background: none;
padding: 0;
box-shadow: none;
line-height: 1;
height: 100%;
}
.offcanvas-toggle:hover {
background: inherit;
--c-hamburger: var(--c-main);
}
.hamburger-icon {
--line-weight: 3px;
--line-width: 100%;
--height: 17px;
display: inline-flex;
vertical-align: middle;
height: var(--height);
width: 26px;
position: relative;
}
.hamburger-icon .inner,
.hamburger-icon .inner:before,
.hamburger-icon .inner:after {
position: absolute;
height: var(--line-weight);
background-color: var(--c-hamburger, var(--c-icons));
transition: background 0.2s ease-in-out;
}
.hamburger-icon .inner {
top: auto;
bottom: 0;
width: calc(100% - 6px);
}
.hamburger-icon .inner:before, .hamburger-icon .inner:after {
display: block;
content: "";
width: calc(100% + 6px);
}
.hamburger-icon .inner:before {
top: 0;
transform: translateY(calc(-1 * var(--height) + 100%));
}
.hamburger-icon .inner:after {
bottom: 0;
transform: translateY(calc(-1 * var(--height) / 2 + 50%));
}
.hamburger-icon-b {
--line-weight: 2px;
--height: 14px;
width: 20px;
}
.hamburger-icon-b .inner, .hamburger-icon-b .inner:before, .hamburger-icon-b .inner:after {
width: 100%;
}
.smart-head-scroll-nav {
padding: 0;
padding-left: 6px;
--head-h: 50px;
--nav-items-space: 14px;
--nav-text: 13px;
--nav-text-weight: 600;
--nav-ls: .07em;
--nav-text-case: uppercase;
}
.smart-head-scroll-nav.s-dark {
border-bottom: 0;
border-top: 1px solid #1f1f1f;
}
.smart-head-scroll-nav .navigation .menu {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.smart-head-scroll-nav .navigation li > a:after {
display: none;
}
.smart-head-scroll-nav .navigation .sub-menu,
.smart-head-scroll-nav .navigation .mega-menu {
display: none;
}
.smart-head-scroll-nav .nav-hov-b .menu > li > a:before {
width: calc(100% - var(--nav-items-space, 15px) * 2);
left: var(--nav-items-space);
}
.smart-head-scroll-nav > .inner {
display: flex;
overflow-x: scroll;
white-space: nowrap;
scrollbar-width: none;
}
.smart-head-scroll-nav > .inner::-webkit-scrollbar {
display: none;
}
.smart-head-sticky {
position: fixed !important;
top: 0;
z-index: 10000 !important;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.s-light .smart-head-sticky:not(.s-dark) {
background: #fff;
}
.smart-head-sticky.s-dark {
border-bottom: 0;
}
.smart-head-sticky:not(.smart-head-row-full):not(.sticky-is-full) {
left: 50%;
margin-left: calc(-1 * var(--main-width) / 2);
box-shadow: none;
}
.smart-head-sticky.sticky-is-full {
width: 100%;
}
.smart-head-sticky.sticky-is-full > .inner {
width: var(--main-width);
margin: 0 auto;
}
.smart-head-sticky.off {
transform: translateY(-102%);
}
.smart-head-sticky.animate {
animation: 0.3s smart-sticky ease-out;
transition: transform 0.3s ease-out;
will-change: opacity;
}
@keyframes smart-sticky {
from {
transform: translateY(-100%);
}
to {
transform: none;
}
}
@media (min-width: 600px) {
.admin-bar .smart-head-sticky {
top: 32px;
}
} .widget {
font-size: 14px;
--li-pad: 5px;
--c-li-sep: transparent;
}
.textwidget {
font-size: 15px;
}
.widget_recent_entries,
.widget_recent_comments {
--li-pad: 10px;
--c-li-sep: var(--c-separator);
}
.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_categories li,
.widget_product_categories li,
.widget_archive li {
border-bottom: 1px solid var(--c-li-sep);
padding: var(--li-pad, 8px) 0;
}
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child,
.widget_pages li:first-child,
.widget_nav_menu li:first-child,
.widget_categories li:first-child,
.widget_product_categories li:first-child,
.widget_archive li:first-child {
padding-top: 0;
} .widget_search {
overflow: hidden;
}
.widget_search label > span {
display: none;
}
.widget_search #searchsubmit {
margin-left: 5px;
} .widget_recent_comments .url {
color: var(--c-main);
}
.widget_recent_comments .recentcomments:before {
position: absolute;
left: -20px;
margin-top: 3px;
font-size: 10px;
font-family: ts-icons;
font-weight: normal;
font-style: normal;
vertical-align: middle;
content: "\f10c";
opacity: 0.7;
}
.widget_recent_comments .recentcomments {
position: relative;
margin-left: 23px;
padding: 10px 0px;
color: var(--c-contrast-300);
font-size: 12px;
font-style: italic;
}
.widget_recent_comments .recentcomments > a {
margin-top: 4px !important;
display: block !important;
font-size: 14px;
font-weight: 500;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
.widget_recent_comments .comment-author-link {
display: inline-block;
font-family: var(--ui-font);
font-style: normal;
font-size: 11px;
font-style: italic;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.widget .main-stars {
margin-bottom: 10px;
}
.widget.page-blocks .main-stars {
margin-bottom: 0;
}
.widget .main-stars:before {
content: "\f006\f006\f006\f006\f006";
}
.widget .main-stars:before,
.widget .main-stars span:before {
letter-spacing: 1px;
margin-right: -1px;
}
.widget_categories li,
.widget_product_categories li,
.widget_archive li {
overflow: hidden;
text-align: right;
font-weight: bold;
}
.widget_categories li a,
.widget_product_categories li a,
.widget_archive li a {
float: left;
font-weight: normal;
}
.widget_categories .children,
.widget_product_categories .children,
.widget_archive .children {
clear: both;
padding-top: var(--li-pad, 7px);
}
.widget_categories .children li,
.widget_product_categories .children li,
.widget_archive .children li {
border-top: 1px solid var(--c-li-sep);
margin-left: 14px;
}
.widget_categories .children li:first-child,
.widget_product_categories .children li:first-child,
.widget_archive .children li:first-child {
padding-top: var(--li-pad, 7px);
margin-left: 0;
padding-left: 14px;
}
.widget_categories .children li,
.widget_product_categories .children li,
.widget_archive .children li {
border-bottom: 0;
}
.widget_categories li ul li:last-child,
.widget_product_categories li ul li:last-child,
.widget_archive li ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
} .tagcloud a {
padding: 2px 7px;
border: 1px solid;
margin: 2px 0.1em;
display: inline-block;
} .widget_rss .widgettitle a {
color: inherit;
display: inline-block;
vertical-align: middle;
margin-right: 4px;
} .widget_calendar .wp-calendar-table {
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
text-align: center;
}
.widget-tabbed .block-head {
padding: 0;
}
.widget-tabbed .tabs-list {
display: flex;
flex-wrap: nowrap;
}
.widget-tabbed .tabs-list li {
line-height: 1.5;
border-bottom: 0;
padding: 0;
}
.widget-tabbed .tabs-list .active a {
border-bottom: 2px solid var(--c-main);
}
.widget-tabbed .tabs-list a {
display: block;
padding: 0 14px;
border-bottom: 2px solid transparent;
line-height: 34px;
}
@media (min-width: 941px) and (max-width: 1200px) {
.widget-tabbed .tabs-list a {
padding: 0 7px;
}
}
.widget-tabbed .tabs-list a:hover {
text-decoration: none;
}
.widget-tabbed .tabs-data {
border-bottom: 0;
}
.widget-tabbed .tabs-data > * {
display: none;
}
.widget-tabbed .tabs-data > :first-child {
display: block;
}
.widget-tabbed .tab-widget-wrap > * {
display: block;
width: 100%;
margin-bottom: 0;
list-style-type: none;
}
.widget-tabbed .tabs-data > .inactive {
display: none;
} .flickr-widget {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 12px;
grid-row-gap: 14px;
max-width: 450px;
}
.flickr-widget .media-ratio {
padding-bottom: 91.6666666667%;
}
.flickr-widget a:hover {
opacity: 0.8;
} .spc-social-follow {
--s-fsize: 13px;
}
@media (min-width: 941px) and (max-width: 1200px) {
.spc-social-follow .grid {
grid-template-columns: 1fr;
}
}
.spc-social-follow .service-link {
display: flex;
border-radius: 2px;
line-height: 44px;
background: var(--c-spcs-bg, transparent);
color: #fff;
font-weight: 600;
font-size: var(--s-fsize);
vertical-align: middle;
}
.spc-social-follow .service-link:hover {
opacity: 0.88;
}
.spc-social-follow .the-icon {
flex-shrink: 0;
color: var(--c-spc-social, inherit);
width: 40px;
font-size: 17px;
line-height: inherit;
text-align: center;
}
.spc-social-follow .label {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.spc-social-follow .count {
font-weight: 700;
}
.spc-social-follow-a .services {
grid-gap: 10px;
}
.spc-social-follow-a .grid-2 {
--s-fsize: 12px;
}
.spc-social-follow-a .service {
border: 0;
padding: 0;
}
.spc-social-follow-a .service-link {
font-weight: 600;
padding-right: 12px;
line-height: 36px;
color: #f8f8f8;
}
.spc-social-follow-a .the-icon {
width: 38px;
background: rgba(0, 0, 0, 0.07);
font-size: 15px;
color: #fff;
}
.spc-social-follow-a .label {
margin-left: 14px;
}
.spc-social-follow-a .count {
margin-left: auto;
line-height: inherit;
}
.spc-social-follow-b .services, .spc-social-follow-c .services {
grid-gap: 10px;
}
.spc-social-follow-b .service-link.has-count .label, .spc-social-follow-c .service-link.has-count .label {
order: 3;
margin: 0 8px;
font-size: 12px;
font-weight: 500;
opacity: 0.9;
}
.spc-social-follow-b .count, .spc-social-follow-c .count {
order: 2;
}
.spc-social-follow-c .service-link {
border: 1px solid var(--c-separator);
line-height: 40px;
color: var(--c-contrast-800);
}
.spc-social-follow-split .service-link {
display: grid;
grid-template-columns: minmax(min-content, 44px) 1fr;
padding: 6px 0;
padding-right: 5px;
height: 100%;
min-height: 48px;
align-items: center;
line-height: 1.2;
}
.spc-social-follow-split .service-link.has-count {
grid-template-rows: 1fr 1fr;
}
.spc-social-follow-split .service-link.has-count .label {
grid-column: 2/3;
margin: 0;
padding: 5px 0;
line-height: 1;
align-self: start;
}
.spc-social-follow-split .the-icon {
grid-row: 1/-1;
width: 1.5em;
font-size: 19px;
justify-self: center;
}
.spc-social-follow-split .count {
padding: 0;
align-self: end;
} .spc-insta-image-wrap {
position: relative;
display: block;
width: 100%;
padding-top: 100%;
}
.spc-insta-image-wrap > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.widget .spc-insta-media {
overflow: hidden;
margin: 0 -4px;
margin-bottom: -8px;
}
.widget .spc-insta-item {
float: left;
width: 33.3333333333%;
box-sizing: border-box;
padding: 0 4px;
margin-bottom: 8px;
}
.widget .spc-insta-image {
transition: opacity 0.3s ease-in;
will-change: opacity;
}
.widget .spc-insta-image:hover {
opacity: 0.8;
}
.widget .spc-insta-link {
margin: 20px 0 0;
}
.widget .spc-insta-link a {
display: flex;
margin: 20px 0;
justify-content: center;
align-items: center;
background: var(--c-contrast-50);
border-radius: 2px;
padding: 12px 0;
text-transform: uppercase;
letter-spacing: 0.07em;
font-size: 12px;
font-weight: 500;
}
.widget .spc-insta-link i {
margin-right: 5px;
}
.widget-about .logo-text {
font-size: 22px;
font-weight: 600;
line-height: 1;
margin-bottom: 28px;
}
.widget-about .image-logo {
display: flex;
margin-bottom: 20px;
}
.widget-about .image-full {
margin-bottom: 18px;
display: flex;
flex-direction: column;
align-items: center;
}
.widget-about .image-circle {
position: relative;
width: 100%;
margin-bottom: 25px;
}
.widget-about .image-circle:before {
content: "";
display: block;
padding-top: 100%;
}
.widget-about .image-circle img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.widget-about .about-text p:last-child {
margin-bottom: 0;
}
.widget-about .spc-social {
margin-top: 30px;
--c-spc-social: var(--c-contrast);
--spc-social-fs: 16px;
}
.widget-about-centered {
display: flex;
flex-direction: column;
text-align: center;
}
.widget-about-centered .image-logo,
.widget-about-centered .image-full {
display: flex;
flex-direction: column;
align-items: center;
}
.widget-about-centered .spc-social {
justify-content: center;
}  .the-post > .post {
margin-bottom: 45px;
}
.the-post .featured img {
width: 100%;
}
.the-post .featured .wp-caption-text {
padding-bottom: 5px;
font-size: 13px;
}
.the-post-header {
--sp-logo-max-height: 1.90477em;
}
@media (max-width: 540px) {
.the-post-header .has-sponsor-logo .sponsor-info {
display: block;
margin-bottom: 8px;
}
.the-post-header .has-sponsor-logo .sponsor-info + .meta-item:before {
display: none;
}
}
.the-post-modern,
.wrap-spacious-full {
--width: 67.5;
}
@media (min-width: 941px) and (max-width: 1200px) {
.the-post-modern,
.wrap-spacious-full {
max-width: 790px;
}
}
.the-post-modern {
margin: 0 auto;
}
@media (max-width: 940px) {
.the-post-modern {
width: 100%;
}
}
@media (min-width: 1201px) {
.the-post-modern {
width: calc(1% * var(--width));
}
.the-post-modern header,
.the-post-modern .single-featured {
margin-bottom: 35px;
}
.the-post-modern header .featured,
.the-post-modern .single-featured .featured {
width: var(--main-width);
margin-left: calc(50% - var(--main-width) / 2);
max-width: 100vw;
}
}
@media (max-width: 1200px) {
.the-post-modern .featured {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
}
}
.post-header {
margin-bottom: 21px;
}
.post-header .featured {
margin-bottom: 20px;
position: relative;
}
.post-header .wp-caption-text {
position: absolute;
right: 15px;
bottom: 5px;
color: #fff;
}
.post-header .post-title {
float: left;
font-size: 25px;
font-weight: 500;
position: relative;
padding-left: 18px;
margin-right: 35px;
}
.post-header .post-title:before {
content: " ";
display: block;
float: left;
position: absolute;
left: 0;
top: 0.2em;
height: calc(100% - 0.3em);
border-left: 3px solid var(--c-main);
}
.post-header .comments {
float: right;
margin-left: -35px;
color: var(--c-contrast-400);
font-size: 12px;
line-height: 32px;
}
.post-header .comments:hover {
text-decoration: none;
}
.post-header .comments i {
font-size: 13px;
}
.post-header .the-post-meta {
color: var(--c-contrast-400);
padding: 0;
font-size: 11px;
text-transform: uppercase;
padding: 10px 0;
border: 1px solid var(--c-separator);
border-left: 0;
border-right: 0;
margin-top: 21px;
overflow: hidden;
}
.post-header .the-post-meta time {
text-transform: uppercase;
}
.post-header .the-post-meta .cats {
float: right;
}
.main-content video {
width: 100%;
height: 100%;
max-width: 100%;
}
.title-above .post-header .the-post-meta {
margin-bottom: 28px;
}
.title-above .post-header .featured {
margin-bottom: 0;
}
.s-head-modern {
--cat-label-mr: 8px;
--p-meta-icons-mr: 12px;
--title-size: 35px;
margin-bottom: 25px;
}
.s-head-modern .cat-labels {
position: static;
}
.s-head-modern .post-meta {
--p-meta-author-img-mr: 11px;
}
.s-head-modern .post-share {
margin-top: 20px;
}
.s-head-modern.has-share-meta-right {
margin-bottom: 30px;
}
.s-head-modern.has-share-meta-right .post-share {
margin-top: -2px;
}
.s-head-modern .post-title {
margin: 15px 0;
font-size: var(--title-size);
font-weight: 700;
line-height: 1.24;
letter-spacing: -0.005em;
}
@media (max-width: 767px) {
.s-head-modern .post-title {
font-size: calc(var(--title-size) * 0.829);
}
}
.s-head-modern .sub-title {
margin-bottom: 15px;
margin-top: -3px;
font-size: 17px;
color: var(--c-contrast-500);
}
@media (max-width: 767px) {
.s-head-modern .sub-title {
font-size: 16px;
}
}
.s-head-modern .cat-labels {
padding-bottom: 1px;
}
.s-head-modern > :last-child {
margin-bottom: 0;
}
.s-head-modern .single-featured {
margin-top: 28px;
margin-bottom: 42px;
}
@media (max-width: 767px) {
.s-head-modern .single-featured {
width: 100vw;
margin-left: calc(50% - 50vw);
margin-bottom: 32px;
}
}
.s-head-modern-below {
margin-bottom: 35px;
border-bottom: 1px solid var(--c-separator2);
padding-bottom: 20px;
}
.s-head-modern-below .post-share {
margin-bottom: 5px;
}
.has-head-below .s-post-contain {
display: flex;
flex-direction: column;
}
.has-head-below .single-featured {
order: -1;
}
.has-head-below .single-featured .wp-caption-text {
display: none;
}
.s-head-has-sep .meta-below-has-right,
.s-head-has-sep .post-meta > .meta-below {
padding-top: 15px;
border-top: 1px solid var(--c-separator2);
}
.s-head-large {
margin-bottom: 26px;
}
.s-head-large .post-title {
margin: 16px 0;
margin-top: 15px;
max-width: 1050px;
font-size: 43px;
line-height: 1.2;
}
@media (max-width: 1200px) {
.s-head-large .post-title {
font-size: calc(1.2738853503vw + 24.7133757962px);
}
}
@media (min-width: 941px) {
.s-head-large .post-share {
max-width: 66%;
}
}
@media (min-width: 1201px) {
.s-head-large .sub-title {
margin-bottom: 18px;
font-size: 18px;
max-width: 1000px;
}
.s-head-large .cat-labels a {
font-size: 12px;
font-weight: 600;
line-height: 26px;
padding: 0 10px;
}
.s-head-large .post-cat > a {
font-weight: 700;
font-size: 14px;
letter-spacing: 0.05em;
}
}
.s-head-large-b {
--c-post-meta: var(--c-contrast-600);
}
.s-head-large-b .sub-title {
color: var(--c-contrast-650);
}
@media (min-width: 1201px) {
.s-head-large-b .sub-title {
font-size: 19px;
}
}
.s-head-large-b .post-title {
line-height: 1.3;
font-weight: 800;
}
@media (min-width: 1201px) {
.s-head-large-b .post-title {
font-size: 40px;
}
}
@media (min-width: 1201px) {
.s-post-large.the-post-modern .featured,
.s-post-large-center.the-post-modern .featured {
width: 100vw;
margin-left: calc(50% - 50vw);
}
}
.s-head-center {
text-align: center;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 40px;
max-width: 880px;
}
.s-head-center .post-title {
margin: 22px 0;
}
.s-head-center .post-meta {
align-items: center;
}
.s-head-center .post-share {
justify-content: center;
max-width: initial;
}
.s-head-center .post-share .show-more {
margin-right: initial;
}
@media (min-width: 941px) {
.has-s-large-bot .main-sidebar {
margin-top: -65px;
}
}
.single-featured {
margin-bottom: 32px;
}
.single-featured:empty {
margin-bottom: 6px;
}
.single-featured iframe {
width: 100%;
max-width: 100%;
}
.post-pagination {
margin: 40px 0;
}
.post-pagination:last-child:not(._) {
margin-bottom: 15px;
}
.the-post-tags {
display: flex;
flex-wrap: wrap;
margin-top: 35px;
font-family: var(--ui-font);
}
.the-post-tags:last-child {
margin-bottom: -10px;
}
.the-post-tags a {
display: inline-block;
margin-right: 5px;
margin-bottom: 3px;
padding: 0 10px;
background: var(--c-contrast-50);
color: var(--c-contrast-400);
font-size: 13px;
letter-spacing: 0.03em;
line-height: 28px;
border-radius: 2px;
}
.the-post-tags a:hover {
background: var(--c-contrast-900);
color: var(--c-contrast-0);
}
.spc-alp-main {
margin-bottom: 0;
}
.spc-auto-load-post {
box-sizing: content-box;
margin-top: 50px;
padding-top: 55px;
border-top: 1px solid var(--c-separator2);
}
.spc-auto-load-post > .main {
margin: 0 auto;
}
.spc-alp-loader {
position: relative;
left: 50%;
transform: translateX(-50%);
margin: 55px 0 50px;
}
.spc-social-follow-inline {
display: flex;
margin: 22px 0;
border-bottom: 1px solid var(--c-separator);
padding: 0 16px;
padding-bottom: 32px;
justify-content: center;
gap: 14px;
}
.spc-social-follow-inline .service {
display: flex;
align-items: center;
border: 1px solid var(--c-separator);
background: var(--c-contrast-10);
padding: 4px 16px;
border-radius: 5px;
color: var(--c-contrast-850);
}
.spc-social-follow-inline .service:hover {
border-color: var(--c-contrast-400);
background: var(--c-contrast-0);
opacity: 1;
}
.spc-social-follow-inline .icon-svg,
.spc-social-follow-inline .icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--c-contrast-75);
border-radius: 50%;
padding: 0 6px;
font-size: 20px;
color: var(--c-spcs-icon);
}
.spc-social-follow-inline .s-label {
margin-left: 13px;
font-size: 14px;
font-weight: 600;
}
.spc-social-follow-inline + .post-share-bot {
padding-top: 0;
}
.post-share-bot {
display: flex;
margin: 22px 0;
padding: 0;
padding-top: 10px;
justify-content: space-between;
align-items: center;
}
.post-share-bot + * {
margin-top: 22px;
}
.post-share-bot .info {
font-size: 13px;
font-weight: 500;
display: inline-block;
margin-right: 30px;
text-transform: uppercase;
color: var(--c-links);
}
@media (max-width: 767px) {
.post-share-bot .info {
display: none;
}
}
.post-share-bot .share-links {
display: flex;
width: 100%;
justify-content: flex-end;
--spc-social-space: 4px;
}
.post-share-bot .share-links a {
flex: 0 0 auto;
padding: 0;
width: 70px;
height: 32px;
line-height: 32px;
border-radius: 2px;
color: #fff;
font-size: 18px;
}
@media (max-width: 767px) {
.post-share-bot .share-links a {
flex: 1 1 auto;
}
}
.post-share-bot .share-links a:hover {
filter: brightness(110%);
opacity: 1;
}
.post-share-follow-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 15px;
}
.post-share-follow-top .post-share {
margin-top: 0;
align-items: center;
}
.post-share-b {
--display-init: flex;
--service-width: 140px;
--service-min-width: 100px;
--service-height: 38px;
--service-sm-width: 42px;
--service-gap: 5px;
--service-b-radius: 2px;
--service-icon-size: 17px;
--flex-grow-xs: 1;
display: flex;
font-family: var(--ui-font);
gap: var(--service-gap);
max-width: 100%;
}
.has-share-meta-right .post-share-b {
align-self: flex-start;
}
@media (min-width: 941px) {
.has-share-meta-right .post-share-b {
padding-left: 15px;
margin-left: auto;
}
}
.post-share-b a:hover {
text-decoration: none;
}
.post-share-b .service {
display: flex;
flex: 0 1 auto;
min-width: var(--service-min-width);
width: var(--service-width);
height: var(--service-height);
border-radius: var(--service-b-radius);
color: #fff;
background: var(--c-spcs-icon);
align-items: center;
justify-content: center;
line-height: 1;
box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 540px) {
.post-share-b .service {
min-width: initial;
flex-grow: var(--flex-grow-xs);
}
}
.post-share-b .service:hover {
filter: brightness(110%);
}
.post-share-b .service i {
padding: 0;
font-size: var(--service-icon-size);
}
.post-share-b .service .label {
margin-left: 11px;
font-size: 13px;
font-weight: 600;
}
@media (max-width: 540px) {
.post-share-b .service .label {
display: none;
}
}
.post-share-b .service-sm {
display: none;
min-width: initial;
width: min(var(--service-width), var(--service-sm-width));
}
.post-share-b .service-sm .label {
display: none;
}
.post-share-b .show-more {
display: flex;
width: 40px;
height: var(--service-height);
margin-right: auto;
min-width: 38px;
align-items: center;
justify-content: center;
border: 1px solid var(--c-contrast-150);
border-radius: var(--service-b-radius);
color: var(--c-contrast-200);
font-size: 13px;
}
.s-dark .post-share-b .show-more {
color: var(--c-contrast-500);
}
.post-share-b.all .service {
display: flex;
}
@media (max-width: 540px) {
.post-share-b.all .service {
min-width: initial;
width: var(--service-sm-width);
}
.post-share-b.all .label {
display: none;
}
}
.post-share-b.all .show-more {
display: none;
}
.post-share-b .share-text {
display: flex;
align-items: center;
margin-right: 10px;
font-weight: 600;
font-family: var(--ui-font);
font-size: 13px;
color: var(--c-contrast-650);
}
.post-share-b .share-text .icon {
font-size: 14px;
margin-right: 5px;
}
@media (min-width: 1201px) {
.post-share-b2 {
--service-width: 200px;
--service-sm-width: 55px;
--service-height: 40px;
}
.post-share-b2 .service i {
font-size: 18px;
}
.post-share-b2 .show-more {
width: 44px;
font-size: 14px;
}
}
.post-share-b3 {
--service-width: 134px;
--service-height: 40px;
}
.post-share-b3 .service {
background: transparent;
border: 1px solid var(--c-separator);
color: var(--c-contrast-800);
box-shadow: none;
}
.post-share-b3 .service i {
color: var(--c-spcs-icon);
}
.post-share-b3 .service .label {
font-size: 12px;
}
.post-share-b3 .service:hover {
filter: none;
opacity: 0.95;
}
.post-share-b3 .show-more {
width: 38px;
border: 1px solid var(--c-separator);
}
.post-share-b-circles {
--service-width: 34px;
--service-height: var(--service-width);
--service-sm-width: var(--service-width);
--service-min-width: initial;
--service-b-radius: 50%;
--flex-grow-xs: 0;
}
.post-share-b-circles .service {
box-shadow: none;
}
.post-share-b-circles .service .label {
display: none;
}
.post-share-b-circles .show-more {
width: var(--service-width);
min-width: initial;
}
.post-share-b3-circles {
--service-width: 36px;
}
.post-share-b4 {
--service-width: 30px;
--service-height: 32px;
--service-gap: 2px;
--service-sm-width: var(--service-width);
--service-min-width: initial;
--service-icon-size: 19px;
}
.post-share-b4 .label {
display: none;
}
.post-share-b4 .service {
border: 0;
box-shadow: none;
background: transparent;
}
.post-share-b4 .service i {
color: var(--c-spcs-icon);
}
.post-share-b4 .show-more {
width: 32px;
min-width: initial;
margin-left: 6px;
border-radius: 50%;
}
.post-share-float .service {
display: flex;
font-size: 17px;
justify-content: center;
align-items: center;
color: var(--c-spc-social, inherit);
background: var(--c-spcs-bg, transparent);
}
.post-share-float .share-text {
display: block;
margin-bottom: 25px;
color: var(--c-contrast);
font-family: var(--ui-font);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.07em;
text-align: center;
text-transform: uppercase;
word-wrap: normal;
overflow-wrap: normal;
}
@media (max-width: 767px) {
.post-share-float .share-text {
display: none;
}
}
.post-share-float .label {
display: none;
}
.share-float-a .service {
border: 1px solid var(--c-contrast-100);
margin-bottom: -1px;
width: 46px;
height: 46px;
}
.share-float-b .service {
margin-bottom: 11px;
width: 40px;
height: 40px;
border: 0;
box-shadow: -1px -1px 2px 0px rgba(var(--c-rgba), 0.05), 1px 3px 4px -1px rgba(var(--c-rgba), 0.12);
border-radius: 50%;
font-size: 16px;
will-change: transform;
}
@media (max-width: 767px) {
.share-float-b .service {
margin-left: 2%;
margin-right: 2%;
width: 40px;
height: 40px;
}
}
.share-float-b .service:hover {
background: var(--c-contrast-0);
transform: translateY(-2px);
}
.share-float-c .service {
margin-bottom: 8px;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.1);
font-size: 16px;
}
.share-float-d .service {
border: 0;
margin-bottom: 5px;
width: 40px;
height: 40px;
font-size: 16px;
border-radius: 3px;
}
.share-float-e .service {
color: var(--c-contrast-700);
background: var(--c-contrast-50);
margin-bottom: 7px;
width: 40px;
height: 40px;
font-size: 17px;
}
.share-float-e .service:hover {
color: var(--c-spcs-icon);
}
.post-share-float {
position: absolute;
margin-left: -90px;
height: calc(100% + 50px);
}
@media (max-width: 767px) {
.post-share-float {
display: none;
}
}
.post-share-float > .inner {
position: -webkit-sticky;
position: sticky;
top: 20px;
margin-top: 5px;
opacity: 1;
transition: opacity 0.2s ease-in, top 0.3s;
will-change: opacity;
}
.post-share-float.is-hidden .inner {
opacity: 0;
}
.post-share-float-vp {
margin-left: calc(-1 * (100vw - 20px - var(--main-width)) / 2);
}
.has-share-float {
position: relative;
}
@media (max-width: 940px) {
.has-share-float > .content-spacious-full {
--content-share-ml: 75px;
}
}
.has-share-float-in > .content-spacious {
--content-share-ml: calc(85px - var(--p-spacious-pad));
}
@media (max-width: 940px) {
.has-share-float-in > .content-spacious {
--content-share-ml: calc(75px - var(--p-spacious-pad));
}
}
.has-share-float-in > .content-normal {
--content-share-ml: 75px;
}
.has-share-float-in .post-share-float {
margin-left: 0;
}
.has-share-float > .post-content {
margin-left: var(--content-share-ml);
margin-left: max(0px, var(--content-share-ml));
}
@media (max-width: 767px) {
.has-share-float > .post-content {
--content-share-ml: 0px;
margin-left: auto;
}
}
@media (min-width: 1201px) {
.the-post-modern .post-share-float {
margin-left: -180px;
}
}
@media (min-width: 941px) and (max-width: 1200px) {
.the-post-modern .post-share-float {
margin-left: calc(-5.7692307692vw - 20.7692307692px);
}
}
@media (min-width: 941px) {
.the-post-modern .post-content {
margin-left: auto;
}
}
.social-follow-compact {
display: flex;
align-items: center;
border: 1px solid var(--c-separator);
border-radius: 3px;
background: var(--c-contrast-10);
padding: 1px 16px;
border-radius: 4px;
margin-top: -1px;
margin-bottom: -1px;
min-height: 40px;
}
.social-follow-compact .label {
font-size: 13px;
font-weight: 600;
margin-right: 11px;
}
.social-follow-compact .spc-social {
margin-bottom: 0;
flex-wrap: nowrap;
gap: 2px;
}
.social-follow-compact .f-service {
display: inline-flex;
}
.social-follow-compact .icon-svg,
.social-follow-compact .icon {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: var(--c-contrast-75);
border-radius: 50%;
padding: 0 6px;
font-size: 18px;
color: var(--c-spcs-icon);
}
.post-content > .review-box {
margin-top: 2.2em;
margin-bottom: 2.2em;
}
.review-box {
background: rgba(var(--c-rgba), 0.05);
border-left: 3px solid var(--c-separator);
padding: 10px 23px 0 20px;
}
@media (max-width: 767px) {
.review-box {
padding: 10px 15px 0 15px;
}
}
.review-box > .inner {
font-size: 0.9em;
font-size: max(14px, .9em);
}
.review-box .criteria {
font-size: 13px;
margin: 0;
}
.review-box .criteria,
.review-box .verdict {
font-family: var(--ui-font);
}
.review-box .heading {
font-size: 18px;
font-weight: var(--title-fw-semi);
border-left: 3px solid var(--c-main);
margin-left: -23px;
padding-left: 19px;
line-height: 2;
margin-top: 3px;
margin-bottom: 14px;
}
@media (max-width: 767px) {
.review-box .heading {
margin-left: -18px;
}
}
.review-box .verdict-box {
display: flex;
align-items: flex-start;
overflow: hidden;
padding: 34px 0;
border-top: 1px solid var(--c-separator2);
border-bottom: 1px solid var(--c-separator2);
}
.review-box .verdict-box:first-child {
border-top: 0;
}
.review-box .overall {
background: var(--c-main);
color: #fff;
padding: 10px 8px;
min-width: 130px;
max-width: 145px;
flex-shrink: 0;
text-align: center;
}
@media (max-width: 540px) {
.review-box .overall {
min-width: 100px;
}
}
.review-box .overall .number {
display: block;
font-size: 65px;
font-weight: 600;
line-height: 1;
}
@media (max-width: 540px) {
.review-box .overall .number {
font-size: 50px;
}
}
.review-box .overall .best {
display: none;
}
.review-box .overall .percent {
font-size: 25px;
}
.review-box .overall .verdict {
display: block;
font-size: 14px;
text-transform: uppercase;
margin-top: 10px;
}
.review-box .summary p:last-child {
margin-bottom: 0;
}
.review-box .verdict-box .text {
margin-left: 20px;
}
.review-box ul {
list-style: none;
margin-left: 0;
padding: 28px 0;
}
.review-box li {
margin-bottom: 15px;
flex-wrap: wrap;
}
.review-box li,
.review-box .criterion {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.review-box .label {
font-size: 14px;
}
.review-box .criterion {
overflow: hidden;
line-height: 2;
}
.review-box ul .rating {
float: right;
font-weight: 600;
margin-left: auto;
order: 3;
white-space: nowrap;
}
.review-box .rating-bar,
.review-box .bar {
width: 100%;
background: var(--c-contrast-0);
height: 21px;
order: 5;
}
.review-box .bar {
background: var(--c-main);
display: block;
}
.review-pros-cons {
padding: 32px 5px;
border-bottom: 1px solid var(--c-separator2);
display: flex;
gap: 28px;
}
@media (max-width: 767px) {
.review-pros-cons {
flex-direction: column;
}
}
.review-pros-cons .the-heading {
font-size: 1.2em;
margin-top: 0;
}
.review-pros-cons .the-pros {
flex: 0 1 50%;
--blip-color: #16a237;
}
@media (max-width: 767px) {
.review-pros-cons .the-pros {
flex-basis: auto;
}
}
.review-pros-cons .the-cons {
--blip-color: #d92335;
flex: 0 1 calc(50% + 28px);
padding-left: 28px;
border-left: 1px solid var(--c-separator);
}
@media (max-width: 767px) {
.review-pros-cons .the-cons {
flex-basis: auto;
padding-left: 0;
border-left: 0;
}
}
.review-pros-cons ol {
list-style: none;
margin: 0;
padding: 0;
}
.review-pros-cons li {
margin-bottom: 8px;
position: relative;
justify-content: initial;
align-items: initial;
flex-wrap: nowrap;
}
.review-pros-cons li svg {
fill: currentColor;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 0.5;
width: 12px;
height: 1.65em;
flex-shrink: 0;
margin-right: 13px;
margin-left: -2px;
color: var(--blip-color);
}
.review-pros-cons li:last-child {
margin: 0;
}
.review-box-stars .criteria li:first-child {
margin-top: -28px;
}
.review-box-stars .criteria li {
border-bottom: 1px solid var(--c-separator2);
padding: 10px 0;
margin: 0;
}
.review-box-stars .user-ratings .hover-number {
margin-right: 21px;
}
.review-box .overall-stars {
display: block;
height: 15px;
text-align: center;
}
.review-box .overall-stars .main-stars {
float: none;
max-width: 6em;
margin: 0 auto;
margin-top: 14px;
font-size: 15px;
color: rgba(255, 255, 255, 0.2);
text-align: left;
}
.review-box .overall-stars .main-stars span:before {
color: #fff;
}
.review-box .main-stars {
float: right;
font-size: 17px;
display: block;
padding-right: 1px;
color: var(--c-contrast-150);
order: 3;
}
.review-box .main-stars:before,
.review-box .main-stars span:before {
margin-right: -4px;
letter-spacing: 5px;
}
.review-box .main-stars:before {
content: "\f005\f005\f005\f005\f005";
}
.review-box .main-stars span:before {
color: var(--c-main);
}
.review-box-user-ratings .votes {
font-size: 11px;
letter-spacing: 1px;
margin-left: 5px;
text-transform: uppercase;
}
.review-box-user-ratings .hover-number {
letter-spacing: 1px;
float: right;
font-weight: 600;
margin-left: auto;
}
.review-box-user-ratings .main-stars,
.review-box-user-ratings .rating-bar {
cursor: pointer;
}
.review-box-user-ratings.voted .main-stars, .review-box-user-ratings.voted .rating-bar {
cursor: default;
} .navigate-posts {
border-top: 1px solid var(--c-separator);
padding: 0;
padding-top: 35px;
margin-bottom: 35px;
overflow: hidden;
display: flex;
width: 100%;
}
.navigate-posts .previous,
.navigate-posts .next {
flex: 1 1 auto;
width: 50%;
text-align: right;
box-sizing: border-box;
padding: 0 35px;
}
@media (max-width: 540px) {
.navigate-posts .previous,
.navigate-posts .next {
padding: 0 15px;
}
}
.navigate-posts .previous:only-child,
.navigate-posts .next:only-child {
text-align: inherit;
border-left: 0;
padding-left: 0;
}
.navigate-posts .title {
display: block;
margin-bottom: 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.navigate-posts .link {
font-family: var(--title-font);
font-weight: 500;
font-size: 15px;
}
@media (max-width: 540px) {
.navigate-posts .link {
font-size: 14px;
}
}
.navigate-posts .previous {
padding-left: 21px;
}
@media (max-width: 540px) {
.navigate-posts .previous {
padding-left: 0;
}
}
.navigate-posts .next {
text-align: left;
border-left: 1px solid var(--c-separator);
padding-right: 21px;
}
@media (max-width: 540px) {
.navigate-posts .next {
border-left: 0;
padding-right: 0;
}
}
.navigate-posts .previous i {
margin-right: 7px;
}
.navigate-posts .next i {
margin-left: 7px;
}
.related-posts {
--block-wrap-mb: 0;
margin-top: 46px;
margin-bottom: 46px;
} .comments-list {
margin-bottom: 42px;
}
.comments-list .comment {
margin-top: 28px;
}
.comments-list .comment-meta,
.comments-list .comment-content,
.comments-list .children {
margin-left: 64px;
}
@media (max-width: 767px) {
.comments-list .children {
margin-left: 15px;
}
}
.comments-list .avatar {
float: left;
border-radius: 50%;
}
.comments-list .bypostauthor .comment-author a {
color: var(--c-main);
}
.comments-list .pingback {
font-size: 13px;
margin-left: 75px;
border-bottom: 1px solid var(--c-separator);
padding-top: 21px;
}
.comments-list .comment-content {
font-size: 15px;
line-height: 1.714;
border-bottom: 1px solid var(--c-separator);
position: relative;
padding-bottom: 42px;
margin-top: 12px;
}
.comments-list .comment-content p {
margin-bottom: 1.5em;
}
.comments-list .comment-content p:last-of-type {
margin-bottom: 0;
}
.comments-list .comment-content .reply {
position: absolute;
bottom: -1px;
right: 0;
color: var(--c-contrast-400);
font-size: 12px;
letter-spacing: 0.03em;
border-bottom: 1px solid var(--c-main);
}
.comments-list .comment-content .reply a {
color: inherit;
padding: 5px 0;
text-transform: uppercase;
display: block;
}
.comments-list .comment-content .reply a:hover {
text-decoration: none;
}
.comments-list .comment-content .reply i {
font-size: 13px;
color: var(--c-contrast-300);
margin-left: 5px;
}
.comment-meta {
color: var(--c-contrast-400);
font-size: 13px;
font-family: var(--ui-font);
}
.comment-meta a {
color: inherit;
}
.comment-meta .comment-author {
display: inline-block;
margin-right: 3px;
font-size: 1.08em;
font-weight: 500;
color: var(--c-links);
}
.comment-nav {
overflow: hidden;
font-size: 13px;
margin: -14px 0 28px 75px;
}
.comment-nav .nav-previous {
float: left;
}
.comment-nav .nav-next {
float: right;
}
.comment-nav a {
color: var(--c-contrast-600);
}
.comment .comment-respond {
margin-top: -1px;
border-top: 1px solid var(--c-separator);
}
.comment-respond {
margin-top: 50px;
margin-bottom: 10px;
background: var(--c-contrast-50);
padding: 32px 28px;
}
.comment-respond .comment-reply-title {
font-weight: 700;
font-size: 15px;
margin-bottom: 20px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.comment-respond p {
margin-bottom: 28px;
}
.comment-respond small {
float: right;
margin-top: 3px;
font-size: 12px;
font-weight: 400;
font-family: var(--ui-font);
letter-spacing: 0.03em;
border-bottom: 1px solid var(--c-contrast-100);
}
.comment-respond small a {
color: var(--c-contrast-400);
}
.comment-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
color: var(--c-contrast-500);
}
.comment-form > * {
width: 100%;
}
.comment-form textarea {
display: block;
}
.comment-form p {
margin-bottom: 20px;
}
.comment-form .form-field {
width: calc(33% - 15px);
}
@media (max-width: 1200px) {
.comment-form .form-field {
width: 100%;
}
}
.comment-form .form-field input {
height: 42px;
width: 100%;
}
.comment-form input[type=checkbox] + label {
margin-left: 6px;
}
.comment-form .form-submit {
margin-top: 10px;
margin-bottom: 2px;
}
.comment-form .submit {
padding: 2px 22px;
background: #080808;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
font-size: 13px;
}
.ts-comments-hidden {
display: none;
}
.ts-comments-show {
display: flex;
justify-content: center;
margin: 40px 0 20px;
--btn-height: 42px;
--btn-f-size: 13px;
}
.ts-comments-show .ts-button {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 3px;
}
.ts-comments-show .ts-button-b {
font-weight: 700;
max-width: 350px;
}
.ts-comments-show .ts-button-alt {
max-width: 340px;
font-size: 13px;
font-weight: 700;
line-height: 20px;
}
.ts-comments-show .ts-button-alt:not(:hover) {
color: var(--c-contrast-700);
} .post-layout-cover .main {
margin-top: 35px;
}
@media (max-width: 940px) {
.post-layout-cover .main {
margin-top: 0;
}
}
.post-cover {
margin-bottom: 42px;
overflow: hidden;
}
@media (max-width: 940px) {
.post-cover {
width: 100vw;
margin-left: calc(50% - 50vw);
}
}
.post-cover .featured {
position: relative;
}
.post-cover .featured .wp-post-image {
display: block;
max-width: 100%;
}
.post-cover .featured .hidden {
visibility: hidden;
}
.post-cover .overlay {
--grad-color: rgba(0, 0, 0, 0.95);
position: absolute;
bottom: 0;
padding: 28px;
padding-top: 10%;
width: 100%;
box-sizing: border-box;
z-index: 5;
background: rgba(0, 0, 0, 0.8);
background: linear-gradient(to bottom, transparent 0%, var(--grad-color) 100%);
}
.post-cover .caption {
position: absolute;
z-index: 200;
color: #a6a6a6;
background: rgba(0, 0, 0, 0.35);
font-size: 12px;
font-style: italic;
text-shadow: none;
width: auto;
bottom: 0;
right: 0;
padding: 11px 21px;
}
.post-cover .caption a {
color: #eee;
}
.post-cover .post-meta {
color: #eee;
--p-meta-author-img-mr: 13px;
}
.post-cover .post-meta .post-author > a {
font-weight: 600;
}
.post-cover .post-meta .post-title {
margin: 20px 0;
max-width: 66.667%;
font-size: 34px;
line-height: 1.3;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 940px) {
.post-cover .post-meta .post-title {
max-width: initial;
}
}
@media (max-width: 767px) {
.post-cover .post-meta .post-title {
font-size: 26px;
}
}
@media (min-width: 768px) {
.post-cover .post-meta .has-next-icon:not(.has-icon) {
margin-right: 28px;
}
}
.post-cover .media-ratio {
min-height: 320px;
}
.post-cover .gallery-slider {
margin-bottom: 0;
} .post-slideshow {
margin-top: 14px;
background: rgba(var(--c-rgba), 0.025);
padding: 1.857em 30px;
}
@media (max-width: 540px) {
.post-slideshow {
margin-left: -20px;
margin-right: -20px;
}
}
.post-slideshow > p:last-child,
.post-slideshow .content-page > p:last-child {
margin-bottom: 7px;
}
.post-slideshow .content-page {
margin-bottom: 0;
opacity: 1;
transition: all 0.5s ease-in;
}
.post-slideshow .content-page.hidden {
opacity: 0;
}
.post-slideshow img.alignnone {
margin-bottom: 5px;
}
.post-slideshow .post-pagination-large,
.post-slideshow .post-pagination-large:first-child {
margin: 0 -30px;
padding: 14px 25px;
margin-top: -1.857em;
margin-bottom: 1.857em;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.post-slideshow .post-pagination-large.bottom,
.post-slideshow .post-pagination-large:first-child.bottom {
margin-top: 1.857em;
margin-bottom: -1.857em;
}
.post-pagination-large {
overflow: hidden;
background: rgba(var(--c-rgba), 0.03);
}
.post-pagination-large .info {
font-size: 12px;
text-transform: uppercase;
}
.post-pagination-large .info strong {
padding: 0 2px;
}
.post-pagination-large .ts-button {
--btn-height: 32px;
--btn-l-height: 32px;
display: inline-block;
font-size: 12px;
}
.post-pagination-large .next,
.post-pagination-large .prev {
padding: 0 3px;
font-size: 11px;
display: inline-block;
}
.post-pagination-large .links {
float: right;
} .main-heading {
--title-size: 35px;
font-weight: 700;
font-size: var(--title-size);
line-height: 1.3;
margin-bottom: 35px;
}
@media (max-width: 767px) {
.main-heading {
font-size: calc(var(--title-size) * 0.829);
}
}
.page-content .main-heading {
font-weight: 600;
}
.page-content + .author-box {
margin-top: 45px;
}
.author .section-head {
display: none;
}
.author .author-info {
border-bottom: 1px solid var(--c-separator);
padding-bottom: 42px;
}
.authors-list .posts {
display: block;
margin-top: 18px;
}
.authors-list .posts .ts-button {
display: inline-block;
text-transform: uppercase;
padding: 0 11px;
--btn-height: 32px;
}
.post-content + .authors-list {
margin-top: 40px;
}
.post-content .wpcf7 {
margin-top: 42px;
}
.post-content .wpcf7-not-valid-tip {
position: static;
margin-top: 8px;
padding-left: 10px;
border: 0;
font-size: 13px;
border-left: 2px solid var(--c-main);
}
.page-404 .main-heading {
text-align: center;
margin-bottom: 55px;
}
.page-404 .text-404 {
margin-top: -25px;
font-size: 105px;
font-family: Georgia, Times, serif;
letter-spacing: -0.04em;
line-height: 1;
text-align: center;
}
@media (max-width: 940px) {
.page-404 .text-404 {
margin-bottom: 35px;
}
}
.page-404 .links {
margin: 30px 0;
list-style-position: inside;
}
.mu_register.wp-signup-container {
max-width: 700px;
margin: 0 auto;
margin-top: 50px;
}
.archive-heading {
font-family: var(--ui-font);
font-size: 19px;
font-weight: 600;
text-transform: uppercase;
border-left: 3px solid var(--c-main);
padding-left: 14px;
line-height: 2;
letter-spacing: 0.01em;
margin-bottom: 40px;
}
.archive-heading span {
font-weight: 700;
margin-left: 10px;
}
.archive-heading span:first-child {
margin-left: 0;
}
.archive-description {
margin-top: -18px;
margin-bottom: 40px;
font-size: 15px;
color: var(--c-contrast-650);
line-height: 1.7;
}
.archive-description > :last-child {
margin-bottom: 0;
}
.archive-author-box {
margin-bottom: 40px;
}
.block-wrap {
margin-bottom: var(--block-wrap-mb);
}
.block-wrap.mb-sm {
margin-bottom: 30px;
}
.block-wrap.mb-md {
margin-bottom: 45px;
}
.block-wrap.mb-none {
margin-bottom: 0;
}
.block-content {
position: relative;
}
.block-content.loading {
will-change: transform;
opacity: 0.2;
}
.read-more-btn {
padding: 10px 16px;
height: auto;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
}
@media (max-width: 350px) {
.read-more-btn {
font-size: 10px;
padding: 10px 14px;
}
}
.read-more-btn-b {
background: var(--c-main);
color: #fff;
}
.read-more-link {
display: inline-block;
align-self: flex-start;
margin-top: 18px;
}
.read-more-basic {
margin-top: 15px;
border-bottom: 1px solid var(--c-contrast-100);
color: var(--c-main);
font-weight: var(--fw-semi);
font-size: 14px;
}
.read-more-basic:hover {
opacity: 0.8;
} .has-sb-sep {
--sidebar-c-pad: var(--sidebar-sep-pad, calc(var(--sidebar-pad) + 8px));
}
.main-sidebar .widget,
.ts-sidebar .widget {
margin-bottom: 45px;
}
.main-sidebar .widget:last-child,
.ts-sidebar .widget:last-child {
margin-bottom: 0;
}
.main-sidebar {
width: 100%;
}
@media (min-width: 941px) {
.main-sidebar {
padding-left: var(--sidebar-c-pad);
margin-left: auto;
width: var(--sidebar-c-width);
}
}
@media (max-width: 940px) {
.main-sidebar {
margin-top: 50px;
}
}
.has-sb-sep .main-sidebar {
position: relative;
border-left: 1px solid transparent;
}
.has-sb-sep .main-sidebar.elementor-column::before, .has-sb-sep .main-sidebar:before {
content: " ";
position: absolute;
border-left: 1px solid var(--c-sidebar-sep);
height: 100%;
margin-left: calc(-1 * (var(--grid-gutter) / 4 + var(--sidebar-c-pad) / 2));
}
@media (max-width: 940px) {
.has-sb-sep .main-sidebar.elementor-column::before, .has-sb-sep .main-sidebar:before {
display: none;
}
}
.main-sidebar .flickr-widget {
margin-bottom: -14px;
} .main-footer {
color: var(--c-contrast-600);
margin-top: var(--footer-mt);
background: var(--footer-bg);
}
.main-full + .main-footer {
margin-top: 0;
}
.main-footer:not(.s-dark) {
color: var(--c-contrast-700);
}
.upper-footer > .wrap {
padding-top: 60px;
padding-bottom: 60px;
}
@media (max-width: 940px) {
.upper-footer > .wrap {
padding-top: 55px;
padding-bottom: 55px;
}
}
.upper-footer .block-head {
--space-below: 30px;
}
.upper-footer .block-head .heading {
font-size: 15px;
letter-spacing: 0.04em;
}
.s-dark .upper-footer .block-head {
--c-block: var(--c-contrast);
}
.upper-footer .feedburner input {
background: #1f2c38;
color: #c5c7cb;
border: 0;
font-size: inherit;
line-height: 1.4;
}
.upper-footer input.feedburner-subscribe {
background: #2a3c4c;
padding: 0 14px;
font-weight: 600;
}
@media (min-width: 941px) {
.upper-footer .widgets {
margin-bottom: -55px;
}
}
.upper-footer .widget {
margin-bottom: 55px;
}
@media (max-width: 940px) {
.upper-footer .widget:last-child {
margin-bottom: 0;
}
}
.lower-footer {
font-size: 13px;
background: var(--footer-lower-bg);
--c-links: var(--c-contrast-700);
color: var(--c-contrast-500);
}
.lower-footer .menu {
display: flex;
}
.classic-footer-lower .inner {
padding-top: 24px;
padding-bottom: 24px;
display: flex;
}
@media (max-width: 940px) {
.classic-footer-lower .inner {
padding: 40px 0;
flex-direction: column;
align-items: center;
text-align: center;
}
}
.classic-footer-lower .links {
margin-left: auto;
}
@media (max-width: 940px) {
.classic-footer-lower .links {
margin-left: initial;
margin-top: 22px;
}
}
.classic-footer-lower .menu {
flex-wrap: wrap;
margin-bottom: -7px;
}
@media (max-width: 940px) {
.classic-footer-lower .menu {
justify-content: center;
}
}
.classic-footer-lower .menu li {
margin-bottom: 7px;
}
.classic-footer-lower .menu li:before {
content: "|";
padding: 0 10px;
display: inline-flex;
align-self: center;
font-size: 0.8em;
opacity: 0.3;
}
.classic-footer-lower .menu li:first-child:before {
content: "";
}
.classic-footer-lower .menu .sub-menu {
display: none;
}
@media (min-width: 941px) {
.bold-footer-upper > .wrap {
padding-top: 70px;
padding-bottom: 60px;
}
}
.bold-footer-lower {
--c-links: var(--c-contrast-500);
color: var(--c-contrast-400);
}
.bold-footer-lower .inner {
padding: 60px 20px;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 767px) {
.bold-footer-lower .inner {
padding: 50px 20px;
}
}
.bold-footer-lower .footer-logo {
margin-bottom: 34px;
}
.bold-footer-lower .footer-logo + .spc-social {
margin-top: -9px;
}
.bold-footer-lower .spc-social {
--c-spc-social: var(--c-contrast);
--spc-social-fs: 18px;
--spc-social-size: 42px;
--spc-social-space: 10px;
margin-bottom: calc(34px - var(--spc-social-space));
}
.bold-footer-lower .links {
margin-bottom: 20px;
--c-links: var(--c-foot-menu, var(--c-contrast));
}
.bold-footer-lower .links .menu {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.bold-footer-lower .links .menu-item {
margin-bottom: 11px;
margin-right: 25px;
font-family: var(--ui-font);
font-size: 13px;
font-weight: 600;
letter-spacing: 0.07em;
text-transform: uppercase;
}
@media (max-width: 940px) {
.bold-footer-lower .links .menu-item {
font-size: 13px;
margin-right: 25px;
}
}
@media (max-width: 767px) {
.bold-footer-lower .links .menu-item {
font-size: 12px;
margin-right: 20px;
}
}
.bold-footer-lower .links .menu-item:last-child {
margin-right: 0;
}
.main-footer .widget_calendar a {
color: var(--c-links);
}  .layout-boxed-inner {
--c-box-shadow: rgba(var(--c-rgba), .08);
}
@media (max-width: 767px) {
.layout-boxed-inner {
--wrap-padding: 25px;
}
}
.layout-boxed-inner .spc-auto-load-post {
padding-top: 0;
border-top: 0;
}
.layout-boxed-inner .main {
background: var(--c-contrast-0);
box-shadow: 0 0 15px 0 var(--c-box-shadow);
padding: var(--wrap-padding);
}
@media (min-width: 941px) {
.layout-boxed-inner .main {
width: var(--main-width);
}
}
@media (max-width: 1240px) {
.layout-boxed-inner .main {
margin: 0 auto;
padding: calc(var(--wrap-padding) + 15px) var(--wrap-padding);
}
}
@media (max-width: 767px) {
.layout-boxed-inner .main {
margin: 0 auto;
}
}
.s-dark .layout-boxed-inner .main {
--c-box-shadow: rgba(var(--c-rgba), .02);
box-shadow: 0 0 25px 0 var(--c-box-shadow);
border: 1px solid var(--c-contrast-100);
border-top: 0;
border-bottom: 0;
}
.layout-boxed-inner .main-featured:where(.is-container) {
margin-bottom: 35px;
}
@media (min-width: 1201px) {
.layout-boxed-inner.no-sidebar .alignfull,
.layout-boxed.no-sidebar .alignfull {
width: var(--main-wrap-width, 100vw);
margin-left: calc(-1 * var(--boxed-pad));
margin-right: calc(-1 * var(--boxed-pad));
}
.layout-boxed-inner.no-sidebar .alignfull img:not(._),
.layout-boxed.no-sidebar .alignfull img:not(._) {
width: inherit;
}
}
.layout-boxed {
background: var(--c-contrast-75);
}
.layout-boxed .main-wrap {
background: var(--c-contrast-0);
box-shadow: 0 0 15px 0 rgba(var(--c-rgba), 0.08);
}
@media (min-width: 1201px) {
.layout-boxed .main-wrap {
--main-wrap-width: calc(var(--main-width) + var(--boxed-pad) * 2);
width: var(--main-wrap-width);
max-width: 100%;
margin: 0 auto;
}
}
.s-dark .layout-boxed .main-wrap {
box-shadow: 0 0 25px 0 rgba(var(--c-rgba), 0.02);
border: 1px solid var(--c-contrast-100);
border-top: 0;
border-bottom: 0;
}
@media (min-width: 1201px) {
.layout-boxed .smart-head-sticky {
width: var(--main-wrap-width);
}
}
.layout-boxed .feat-grid-full {
width: calc(100% + 1px);
overflow: hidden;
}
.ts-bg-cover {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center center;
background-size: cover;
background-attachment: fixed;
will-change: transform;
z-index: -1;
}
.a-wrap {
--display-init: flex;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.a-wrap .label {
width: 100%;
margin-bottom: 4px;
color: var(--c-contrast-450);
text-align: center;
font-size: 12px;
line-height: 1.5;
}
.a-wrap a > img {
display: block;
}
.a-wrap > ins,
.a-wrap > iframe {
width: 100%;
text-align: center;
}
.a-wrap-base {
margin: 30px auto;
padding: 0 15px;
}
.a-wrap-bg {
margin: 0;
padding: 30px 15px;
background: var(--c-contrast-50);
}
.a-wrap-2 {
margin-top: 35px;
margin-bottom: 35px;
}
.a-wrap-3:not(.a-wrap-bg) {
margin-bottom: 42px;
}
.a-wrap-3 + .main-footer {
margin-top: 0;
}
.a-wrap-5,
.a-wrap-6 {
padding: 30px 0;
}
.a-wrap-8 {
padding: 0;
}
.post-content .a-wrap-8 {
margin: 2.3em auto;
} .ts-modal {
display: none;
position: relative;
z-index: 10001;
}
.ts-modal.is-open {
display: block;
}
.ts-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
outline: none;
}
.ts-modal[aria-hidden=false] .ts-modal-overlay {
animation: fade-in-up-lg 0.3s ease-in-out;
}
.ts-modal[aria-hidden=true] .ts-modal-overlay {
animation: fade-in 0.3s ease-in-out;
animation-direction: reverse;
}
.ts-modal-container {
position: relative;
background-color: var(--c-contrast-0);
padding: 30px;
max-width: 98vw;
max-height: 98vh;
border-radius: 4px;
overflow-y: auto;
}
.ts-modal-header {
display: flex;
}
.ts-modal .close-btn {
position: absolute;
top: 8px;
right: 9px;
padding: 10px;
height: auto;
line-height: 1;
background: none;
border: 0;
box-shadow: none;
color: var(--c-contrast-500);
font-size: 1.1em;
}
.ts-modal .close-btn:hover {
color: var(--c-contrast);
}
.ts-modal .close-btn:before {
content: "✕";
}
.auth-modal .ts-modal-container {
width: 400px;
padding: 45px 42px;
text-align: center;
}
.auth-modal-register {
display: none;
}
.auth-widget {
--c-a: var(--c-main);
--c-a-hover: var(--c-contrast);
}
.auth-widget .input-group {
margin-bottom: 14px;
--input-height: 42px;
}
.auth-widget .input-group input {
text-align: center;
width: 100%;
}
.auth-widget .heading {
margin-top: 12px;
font-size: 28px;
}
.auth-widget .message {
margin-top: 4px;
margin-bottom: 28px;
}
.auth-widget .message a {
font-weight: 500;
}
.auth-widget .submit {
--btn-height: 42px;
width: 100%;
box-sizing: border-box;
margin-top: 4px;
}
.auth-widget .footer {
display: flex;
justify-content: space-between;
margin-top: 20px;
font-size: 13px;
color: var(--c-contrast-500);
}
.auth-widget .footer p {
margin-bottom: 0;
flex: 1;
}
.auth-widget .remember {
display: inline-flex;
align-items: center;
}
.auth-widget .remember label {
margin-left: 6px;
}
.auth-widget .social-login {
margin-top: 25px;
}
.auth-widget .spc-social {
--spc-social-space: 8px;
--spc-social-fs: 18px;
margin-top: 28px;
}
.auth-widget .spc-social .service {
border: 1px solid var(--c-separator2);
border-radius: 3px;
flex: 1;
}
.auth-widget .spc-social .icon {
line-height: 1.8;
}
.auth-widget .spc-social .s-google .icon {
background: -webkit-linear-gradient(#ea4335, #ea4335);
background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.auth-widget .social-label {
margin: 25px auto;
display: flex;
align-items: center;
color: var(--c-contrast-500);
}
.auth-widget .social-label:before, .auth-widget .social-label:after {
flex: 1;
content: "";
margin-top: 1px;
border-bottom: 1px solid var(--c-separator2);
}
.auth-widget .social-label span {
padding: 0 15px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.05em;
flex-grow: 0;
}
.auth-widget .input-group {
width: 100%;
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus,
.slick-slide:focus,
.slick-slide a {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-backface-visibility: hidden;
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
body.elementor-default {
--e-global-color-smartmag-main: var(--c-main);
--e-global-color-smartmag: var(--c-main);
}
.has-el-gap {
--col-gutter: calc(var(--grid-gutter) / 2);
--grid-gutter-h: var(--col-gutter);
--width: calc(var(--main-width) + var(--col-gutter) * 2);
--width-md: calc(var(--max-width-md) + var(--col-gutter) * 2);
display: flex;
justify-content: center;
}
.has-el-gap .elementor-container {
flex: 1 1 auto;
margin-right: calc(-1 * var(--col-gutter));
margin-left: calc(-1 * var(--col-gutter));
}
.has-el-gap .elementor-column {
flex-shrink: 0;
padding-left: var(--col-gutter);
padding-right: var(--col-gutter);
}
.elementor-inner-section:not(.has-el-gap) {
--col-gutter: 0;
}
@media (min-width: 941px) {
.el-gap-default .main-sidebar {
width: var(--sidebar-c-width);
padding-left: var(--sidebar-c-pad);
}
}
.elementor-section-boxed .ts-contain {
padding-left: 0;
padding-right: 0;
}
.main-sidebar .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.main-sidebar .elementor-widget:last-child {
--block-wrap-mb: 0;
}
.el-gap-sm {
--col-gutter: 13px;
}
.el-gap-lg {
--col-gutter: 25px;
}
.el-gap-xlg {
--col-gutter: 32px;
}
.elementor-section.elementor-section-boxed {
display: flex;
justify-content: center;
}
.elementor-section.elementor-section-boxed.has-el-gap:not(.elementor-inner-section):before, .elementor-section.elementor-section-boxed.has-el-gap:not(.elementor-inner-section):after {
content: "";
padding-left: var(--spacer, var(--wrap-padding));
pointer-events: none;
z-index: -1;
}
@media (max-width: 940px) {
.elementor-section.elementor-section-boxed {
--spacer: 25px;
}
}
@media (max-width: 767px) {
.elementor-section.elementor-section-boxed.is-full-xs {
--spacer: 0;
}
}
@media (max-width: 540px) {
.elementor-section.elementor-section-boxed {
--spacer: 20px;
}
}
@media (max-width: 350px) {
.elementor-section.elementor-section-boxed {
--spacer: 15px;
}
}
.main .elementor-section.elementor-section-boxed {
--spacer: 0;
}
.elementor-section.elementor-section-boxed > div.elementor-container {
width: 100%;
max-width: initial;
}
@media (min-width: 1201px) {
.elementor-section.elementor-section-boxed > div.elementor-container {
max-width: var(--width, var(--main-width));
flex-grow: 0;
}
}
@media (max-width: 940px) {
.elementor-section.elementor-section-boxed > div.elementor-container {
max-width: var(--width-md, var(--max-width-md));
}
}
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
align-items: center;
--spacer: var(--wrap-padding);
--content-width: 100%;
--padding-top: 0;
--padding-bottom: 0;
--padding-left: 0;
--padding-right: 0;
}
@media (min-width: 1201px) {
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
--content-width: var(--main-width);
}
}
@media (max-width: 940px) {
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
--content-width: var(--max-width-md);
}
}
@media (max-width: 940px) {
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
--spacer: 25px;
}
}
@media (max-width: 767px) {
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con.is-full-xs {
--spacer: 0;
}
}
@media (max-width: 540px) {
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
--spacer: 20px;
}
}
@media (max-width: 350px) {
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
--spacer: 15px;
}
}
.main :is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con {
--spacer: 0;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .ts-el-con > .e-con-inner {
max-width: calc(var(--content-width) + var(--spacer) * 2);
padding-left: var(--spacer);
padding-right: var(--spacer);
}
.main-content .elementor-section {
--spacer: 0;
}
.elementor-section.s-dark {
color: var(--body-color, var(--c-contrast-700));
}
.elementor-inner-section.elementor-section-boxed > div.elementor-container {
width: 100%;
max-width: initial;
flex-grow: 1;
}
.ts-contain .elementor-section-boxed > div.elementor-container {
width: 100%;
padding: 0;
flex-grow: 1;
}
[class*=el-gap-]:not([class*=el-gap-none]) > .elementor-container > .elementor-column > .elementor-element-overlay {
right: auto;
left: var(--col-gutter);
width: calc(100% - var(--col-gutter));
}
[class*=el-gap-]:not([class*=el-gap-none]) > .elementor-container > .elementor-column:last-child > .elementor-element-overlay {
left: auto;
right: var(--col-gutter);
}
.elementor-top-section {
margin-bottom: var(--section-mb);
}
.main-full .elementor-top-section:last-child {
--section-mb: var(--footer-mt);
}
.ts-sticky-col.main-sidebar > .theiaStickySidebar:before {
display: none;
}
.ts-sticky-native:not(.elementor-column),
.ts-sticky-native > .elementor-widget-wrap,
.ts-sticky-native > .elementor-column-wrap > .elementor-widget-wrap {
align-self: flex-start;
position: -webkit-sticky;
position: sticky;
top: var(--ts-sticky-top, 40px);
transition: top 0.2s ease-in;
}
.elementor-widget-divider {
--divider-color: var(--c-separator2);
}
.elementor-widget .elementor-icon-list-item:after {
border-color: var(--c-separator2);
}
.elementor-widget-text-editor :where(p:last-child) {
--post-content-gaps: 0;
margin-bottom: 0;
}
.el-col-sep {
border-left: 1px solid var(--c-sidebar-sep);
}
@media (max-width: 940px) {
.el-col-sep {
border-left: 0;
}
}
.ts-el-list {
display: flex;
--sep-weight: 0;
--sep-style: solid;
--spacing: 8px;
--c-sep: var(--c-separator2);
--c-item: var(--c-a, var(--c-links));
}
.ts-el-list .item {
color: var(--c-item);
position: relative;
}
.ts-el-list .item:after {
content: "";
position: absolute;
}
.ts-el-list .item:last-child {
padding-right: 0;
padding-bottom: 0;
}
.ts-el-list .item:last-child:after {
display: none;
}
.ts-el-list-vertical {
flex-direction: column;
}
.ts-el-list-vertical .item {
padding-bottom: var(--spacing);
}
.ts-el-list-vertical .item:after {
left: 0;
bottom: calc(var(--spacing) / 2);
width: 100%;
border-bottom: var(--sep-weight) var(--sep-style) var(--c-sep);
}
.ts-el-list-inline {
--sep-height: 100%;
--spacing: 14px;
flex-wrap: wrap;
}
.ts-el-list-inline .item {
padding-right: var(--spacing);
}
.ts-el-list-inline .item:after {
top: 50%;
transform: translateY(-50%);
right: calc(var(--spacing) / 2);
height: var(--sep-height);
border-right: var(--sep-weight) var(--sep-style) var(--c-sep);
}
.ts-el-list-full a {
display: block;
}
.site-s-dark .ts-el-hide-s-dark {
display: none;
}
.site-s-light .ts-el-hide-s-light {
display: none;
}
@media (max-width: 767px) {
.elementor .elementor-hidden-phone,
.elementor .elementor-hidden-mobile {
display: none;
}
}
@media (min-width: 768px) and (max-width: 939px) {
.elementor .elementor-hidden-tablet {
display: none;
}
}
@media (min-width: 940px) {
.elementor .elementor-hidden-desktop {
display: none;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20000 !important;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-removing .mfp-arrow {
display: none;
} .mfp-fade.mfp-wrap .mfp-content,
.mfp-fade .mfp-arrow {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-ready .mfp-arrow {
opacity: 1
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-preloader {
width: 30px;
height: 30px;
background-color: #fff;
opacity: 0.65;
margin: 0 auto;
animation: rotateplane 1.2s infinite ease-in-out;
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}@font-face{font-family:'FontAwesome';src:url(//www.sgstudents.com/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.sgstudents.com/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.sgstudents.com/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.sgstudents.com/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.sgstudents.com/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.sgstudents.com/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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}@font-face {
font-family: 'ts-icons'; src:
url(//www.sgstudents.com/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.woff2?v3.2) format('woff2'),
url(//www.sgstudents.com/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.woff?v3.2) format('woff');
font-weight: normal;
font-style: normal;
font-display: block;
}
.tsi {
display: inline-block;
font: normal normal normal 14px/1 ts-icons;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tsi-spin {
-webkit-animation: tsi-spin 2s infinite linear;
animation: tsi-spin 2s infinite linear;
}
@-webkit-keyframes tsi-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes tsi-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .tsi-mastodon:before {
content: "\e90c";
}
.tsi-bluesky:before {
content: "\e90e";
}
.tsi-threads:before {
content: "\e909";
}
.tsi-twitter:before {
content: "\e90a";
}
.tsi-x-twitter:before {
content: "\e90a";
}
.tsi-discord:before {
content: "\e905";
}
.tsi-telegram:before {
content: "\e903";
}
.tsi-tiktok:before {
content: "\e904";
}
.tsi-moon:before {
content: "\e902";
}
.tsi-bar-chart-2:before {
content: "\e906";
}
.tsi-clock:before {
content: "\e900";
}
.tsi-eye:before {
content: "\e907";
}
.tsi-info:before {
content: "\e90d";
}
.tsi-link:before {
content: "\e90b";
}
.tsi-share1:before {
content: "\e908";
}
.tsi-bright:before {
content: "\e901";
}
.tsi-plus:before {
content: "\f067";
}
.tsi-music:before {
content: "\f001";
}
.tsi-search:before {
content: "\f002";
}
.tsi-envelope-o:before {
content: "\f003";
}
.tsi-heart:before {
content: "\f004";
}
.tsi-star:before {
content: "\f005";
}
.tsi-star-o:before {
content: "\f006";
}
.tsi-close:before {
content: "\f00d";
}
.tsi-remove:before {
content: "\f00d";
}
.tsi-times:before {
content: "\f00d";
}
.tsi-home:before {
content: "\f015";
}
.tsi-clock-o:before {
content: "\f017";
}
.tsi-repeat:before {
content: "\f01e";
}
.tsi-rotate-right:before {
content: "\f01e";
}
.tsi-image:before {
content: "\f03e";
}
.tsi-photo:before {
content: "\f03e";
}
.tsi-picture-o:before {
content: "\f03e";
}
.tsi-play:before {
content: "\f04b";
}
.tsi-chevron-left:before {
content: "\f053";
}
.tsi-mail-forward:before {
content: "\f064";
}
.tsi-share:before {
content: "\f064";
}
.tsi-chevron-down:before {
content: "\f078";
}
.tsi-shopping-cart:before {
content: "\f07a";
}
.tsi-heart-o:before {
content: "\f08a";
}
.tsi-facebook:before {
content: "\f09a";
}
.tsi-facebook-f:before {
content: "\f09a";
}
.tsi-feed:before {
content: "\f09e";
}
.tsi-rss:before {
content: "\f09e";
}
.tsi-bars:before {
content: "\f0c9";
}
.tsi-navicon:before {
content: "\f0c9";
}
.tsi-reorder:before {
content: "\f0c9";
}
.tsi-pinterest:before {
content: "\f0d2";
}
.tsi-linkedin:before {
content: "\f0e1";
}
.tsi-comment-o:before {
content: "\f0e5";
}
.tsi-comments-o:before {
content: "\f0e6";
}
.tsi-cutlery:before {
content: "\f0f5";
}
.tsi-angle-double-left:before {
content: "\f100";
}
.tsi-angle-double-right:before {
content: "\f101";
}
.tsi-angle-left:before {
content: "\f104";
}
.tsi-angle-right:before {
content: "\f105";
}
.tsi-angle-up:before {
content: "\f106";
}
.tsi-angle-down:before {
content: "\f107";
}
.tsi-circle-o:before {
content: "\f10c";
}
.tsi-mail-reply:before {
content: "\f112";
}
.tsi-reply:before {
content: "\f112";
}
.tsi-youtube-play:before {
content: "\f16a";
}
.tsi-instagram:before {
content: "\f16d";
}
.tsi-flickr:before {
content: "\f16e";
}
.tsi-tumblr:before {
content: "\f173";
}
.tsi-long-arrow-left:before {
content: "\f177";
}
.tsi-long-arrow-right:before {
content: "\f178";
}
.tsi-dribbble:before {
content: "\f17d";
}
.tsi-vk:before {
content: "\f189";
}
.tsi-google:before {
content: "\f1a0";
}
.tsi-steam:before {
content: "\f1b6";
}
.tsi-spotify:before {
content: "\f1bc";
}
.tsi-soundcloud:before {
content: "\f1be";
}
.tsi-twitch:before {
content: "\f1e8";
}
.tsi-lastfm:before {
content: "\f202";
}
.tsi-pinterest-p:before {
content: "\f231";
}
.tsi-whatsapp:before {
content: "\f232";
}
.tsi-clone:before {
content: "\f24d";
}
.tsi-vimeo:before {
content: "\f27d";
}
.tsi-reddit-alien:before {
content: "\f281";
}
.tsi-shopping-bag:before {
content: "\f290";
}
.tsi-snapchat:before {
content: "\f2ac";
}
.tsi-user-circle-o:before {
content: "\f2be";
}
.tsi-chevron-right:before {
content: "\f054";
}
.tsi-hot:before {
content: "\e9a9";
}:root {
--c-main: #e54e53;
--main-width: 1078px;
--c-excerpts: var(--c-contrast-500);
--excerpt-size: 13px;
--sidebar-pad: 25px;
--body-font: "Open Sans", system-ui, sans-serif;
--title-font: "Roboto Slab", Georgia, serif;
--title-size-xs: 13px;
--title-size-s: 14px;
--title-size-n: 14px;
--title-size-m: 15px;
--title-size-l: 18px;
--title-size-xl: 23px;
--title-fw-semi: 400;
--title-fw-bold: 500;
--list-p-title: var(--title-size-m);
--dark-color: #19232d;
--c-links: #19232d;
--c-headings: #19232d;
--post-content-size: 14px;
--post-content-lh: 1.857;
--post-content-gaps: 1.857em;
--block-wrap-mb: 42px;
--footer-mt: 50px;
}
@media (min-width: 1201px) {
:root {
--sidebar-width: 376px;
}
}
.s-light {
--body-color: #4d5053;
--c-post-meta: #a6a6a6;
--c-separator: #d9d9d9;
--c-separator2: var(--c-separator);
}
.site-s-light .s-dark {
--footer-bg: #19232d;
--footer-lower-bg: #121a21;
--c-nav-drop-bg: var(--dark-color);
}
.site-s-dark:not(i),
.site-s-dark .s-light {
--c-nav-drop-bg: #111;
}
.post-content {
color: var(--body-color);
}
.smart-head-legacy {
--head-bot-h: 46px;
--nav-items-space: 25px;
--nav-text-weight: 500;
--nav-drop-text: 13px;
}
.smart-head-bot.s-dark,
.s-dark .smart-head-bot {
--c-bg: var(--dark-color);
border: 0;
}
.site-s-dark .smart-head-bot {
--c-bg: #080808;
}
.s-dark .nav-hov-b {
--c-nav-hov-bg: rgba(255, 255, 255, 0.035);
--c-nav-drop-hov-bg: rgba(255, 255, 255, 0.035);
}
.mega-menu-b .sub-cats {
background: rgba(var(--c-rgba), 0.03);
border-right: 0;
}
.s-dark .mega-menu-b .sub-cats {
background: #1e2935;
}
.site-s-dark .mega-menu-b .sub-cats {
background: #1e1e1e;
}
.mega-menu-b .sub-cats li a:not(._) {
font-size: 13px;
text-transform: uppercase;
}
.mega-menu-b .grid-post .post-meta .meta-above {
background: #ddd;
}
.smart-head-mobile .smart-head-mid.s-dark {
background: var(--dark-color);
}
.off-canvas {
background: var(--dark-color);
}
.mobile-menu {
font-size: 14px;
}
.widget {
--li-pad: initial;
--c-li-sep: var(--c-separator);
font-size: 13px;
}
.textwidget {
font-size: 14px;
}
.post-title a {
--c-a-hover: var(--c-links);
}
.post-title a:hover {
text-decoration: underline;
}
.post-meta {
font-size: 11px;
color: var(--c-contrast-400);
}
.post-meta-items {
text-transform: uppercase;
}
.post-meta .meta-above {
display: flex;
}
.post-meta .meta-above .has-icon:not(:first-child) {
margin-left: auto;
}
.post-meta .post-author > a {
text-transform: uppercase;
color: var(--c-main);
font-weight: 400;
letter-spacing: 0.04em;
}
.post-meta .main-stars {
font-size: 16px;
}
.post-meta-single {
font-size: 12px;
}
.cat-labels a,
.cat-labels .category {
padding: 0 12px;
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 25px;
}
.cat-labels-overlay {
margin-left: 7px;
}
.block-head-a .heading {
font-size: 13px;
}
.block-head-a2 {
--c-border: var(--c-separator);
}
.block-head-g {
background: var(--dark-color);
}
.read-more-btn {
padding: 7px 12px;
}
.loop-grid {
--grid-row-gap: 30px;
}
.loop-grid-lg {
--grid-row-gap: 50px;
}
.loop + .main-pagination {
margin-top: 40px;
}
.l-post .excerpt {
margin-top: 14px;
}
.grid-post .post-meta .meta-above {
position: relative;
padding: 0 14px;
margin-top: -16px;
background: var(--c-contrast-50);
line-height: 26px;
}
.grid-post .post-title {
position: relative;
padding-left: 14px;
}
.grid-post .post-title:before {
content: " ";
display: block;
float: left;
position: absolute;
left: 0;
top: 0.1em;
height: 18px;
border-left: 3px solid var(--c-main);
}
.loop-small-sep {
--grid-row-gap: 28px;
}
.small-post .post-title {
margin: 8px 0;
}
.block-highlights .loop-small {
margin-top: 22px;
}
.block-highlights .loop-small-b {
margin-top: 14px;
padding-top: 12px;
border-top: 1px solid var(--c-separator);
}
@media (min-width: 941px) {
.main-featured.has-classic-slider {
margin: 28px 0 49px 0;
padding: 28px 0;
background: rgba(var(--c-rgba), 0.05);
border: 1px solid var(--c-contrast-100);
border-right: 0;
border-left: 0;
}
.site-s-dark .main-featured.has-classic-slider {
background: rgba(0, 0, 0, 0.25);
}
}
.breadcrumbs-b {
font-size: 12px;
--c-a: var(--c-contrast-600);
}
.breadcrumbs-b:not(.is-full-width) > .inner {
padding: 14px 25px;
}
.s-light .breadcrumbs-b {
color: #8d97a1;
}
.main-sidebar .block-head {
--space-below: 30px;
}
.main-sidebar .widget {
margin-bottom: 38px;
}
.main-heading {
font-size: 18px;
text-transform: uppercase;
border-left: 3px solid var(--c-main);
padding-left: 14px;
line-height: 2;
margin-bottom: 28px;
font-weight: 600;
}
.post-header .post-title {
font-size: 20px;
font-weight: 400;
}
.entry-content {
--title-fw-bold: 700;
}
.author-info .description {
font-size: 13px;
}
.author-info .bio {
margin-top: 10px;
}
.author-info [rel=author] {
font-weight: 600;
font-size: 14px;
line-height: 1.5;
text-transform: uppercase;
}
.comments-list .comment-content {
font-size: 13px;
}
.post-cover .post-meta .post-author > a {
color: #fff;
margin-left: 2px;
}
.classic-footer-lower .inner {
padding: 18px 0;
}
.upper-footer .block-head-h {
--space-below: 35px;
padding-bottom: 10px;
}
.s-dark .upper-footer .block-head-h {
--c-block: var(--c-contrast-800);
}
.upper-footer .block-head-h .heading {
letter-spacing: 0.01em;
font-size: 14px;
}
.upper-footer.s-dark, .s-dark .upper-footer {
color: #eee;
}