@charset "UTF-8";
@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;}section,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-spacing:0;border-collapse:collapse;}input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="button"],input[type="submit"],input[type="reset"],textarea,button{-webkit-appearance:none;}input::-moz-focus-inner{margin-top:0;margin-bottom:-1px;padding:0;border:0;}  * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
-webkit-text-size-adjust: none;
}
html {
overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
font-size: 100%;
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
}
.gp-loader {
display: block;
overflow: hidden;
position: fixed;
z-index: 999999;
top: 0; 
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
background: #fff;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.gp-loader.gp-remove-loader {
opacity: 0;
visibility: hidden;
}
.gp-loader-custom-icon {
position: relative;
top: 50%;
left: 50%;
margin: 0 auto;
} a {
text-decoration: none;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0 0 10px 0;
padding: 0;
word-wrap: break-word;
}
p,
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
em, 
var,
tt,
q {
font-style: italic;
}
small {
font-size: xx-small;
line-height: 1em;
}
sup {
vertical-align: top;
font-size: xx-small;
line-height: 1em;
} 
sub {
vertical-align: bottom;
font-size: xx-small;
line-height: 1em;
}
mark {
padding: 3px 5px;
border: 1px solid #FFD600;
background: #FFEB00;
color: #726C29;
font-weight: bold;
}
ins {
text-decoration: none;
}
dl {
margin-bottom: 20px;
}
dd {
margin-bottom: 10px;
}
dt {
font-weight: bold;
} ol {
margin: 0 0 12px 24px;
padding: 0;
list-style-type: decimal;
}
ul {
margin: 0 0 12px 24px;
padding: 0;
list-style-type: square;
} pre:not(.wp-block-verse) {
overflow: auto;
margin: 0 0 20px 0;
padding: 15px 20px;
font-family: 'Courier New';
white-space: pre-wrap;
word-wrap: break-word;
}
code,
kbd {
font-family: 'Courier New';
} .wp-block-verse {
font-family: Georgia, 'Times New Roman';    
font-size: 24px;
line-height: 1;
}  blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
position: relative;
overflow: hidden;
margin: 40px 0;
padding: 20px;
border-width: 0;
border-top-width: 3px;
border-bottom-width: 3px;
border-style: solid;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
blockquote p,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 20px;
line-height: 30px;
font-weight: 500;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-size: 24px;
line-height: 34px;
font-style: normal;
} .wp-block-pullquote {
border: 0;
padding: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
border: 0;
} blockquote cite {
margin-top: 15px;
}
cite,
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer,
.wp-block-quote__citation, 
.wp-block-quote cite, 
.wp-block-quote footer,
.wp-block-pullquote__citation, 
.wp-block-pullquote cite, 
.wp-block-pullquote footer {
display: block;
opacity: 0.5;
font-size: 18px;
line-height: 22px;
font-style: normal;
text-align: inherit;
text-transform: inherit;
} .gp-entry-content > *.alignwide {
margin-left: auto;
margin-right: auto;
clear: both;
}
.gp-entry-content > *.alignfull {
clear: both;
position: relative;
left: 50%;
right: 50%;
width: 100vw;
margin-left: -50vw;
margin-right: -50vw;
max-width: none;
}
.alignleft,
.gp-entry-content *.alignleft {
float: left;
max-width: calc(5 * (100vw / 12));
margin: 10px 2rem 10px 0;
}
.alignright,
.gp-entry-content *.alignright {
float: right;
max-width: calc(5 * (100vw / 12));
margin: 10px 0 10px 2rem;
}
.aligncenter,
.gp-entry-content *.aligncenter {
display: block;
clear: both;
margin: 10px auto;
text-align: center;
} .gp-clear {
display: block;
clear: both;
margin: 0;
padding: 0;
width: 100%;
height: 0;
content: '';
font-size: 0;
line-height: 0;
}
.gp-hidden {
display: none;
}
.invisible {
visibility: visible;
}
.js .invisible {
visibility: hidden;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .wp-caption,
.wp-block-image figcaption {
max-width: 100%;
margin-top: .5em;
margin-bottom: 1em;
color: inherit;
text-align: center;
font-size: 14px;
line-height: 20px;
}
.wp-caption-text {
font-size: 14px;
line-height: 20px;
} .gallery {
overflow: hidden !important;
}
.gallery-item img {
max-width: 100% !important;
border: 0 !important;
}
.gallery-caption {
margin: 0 10px;
padding: 0;
border: 0;
} table {
width: 100%;
margin: 0 0 12px 0;
}
th {
padding: 8px;
vertical-align: middle;
text-align: left;
font-weight: 600;
border-width: 1px;
border-style: solid;
}
td {
padding: 8px;
vertical-align: middle;
border-width: 1px;
border-style: solid;
} hr:not(.wp-block-separator) {
border-top: 0;
border-bottom-width: 1px;
} object,
embed,
video,
iframe {
max-width: 100%;
} img {
max-width: 100%;
height: auto;
}
.avatar {
border-radius: 100%;
} input,
textarea {
margin: 0;
padding: 6px 12px;
max-width: 100%;
}
input:focus,
textarea:focus {
border-color: #d3ced2;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'] {
height: 34px;
}
textarea {
width: 100%;
height: 150px;
resize: vertical;
}
select:not([multiple]) {
height: 34px;
padding: 0 40px 0 10px;
max-width: 100%;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAAAeklEQVRIx2O4//8HJfDjj7U/VBkYGCg0BgTf/1CnhjH/f6yljjGfqWPM/1FjRo0Z5sbM/78dzj73v4RcY979D/rfDGZt/6/8/yb5noIYRMgQIsIGZBAhQ4gK4ncEDRlNfqPGjBpDZWM+D6IWxfsfGpQa8wnY2lJnYAAA6pJTWSjyMvsAAAAASUVORK5CYII=);
background-position: center right;
background-repeat: no-repeat;
-webkit-appearance: none;
white-space: nowrap;
}
@-moz-document url-prefix() { select:not([multiple]) {
padding: 5px 8px;
background-image: none;
}
}
@media screen\0 { select:not([multiple]) {
padding: 5px 8px;
background-image: none;
}
}
select[multiple] {
padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 28px !important;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button,
.wp-block-search__button {
display: inline-block;
margin: 0;
padding: 10px 14px;
cursor: pointer;
text-align: center;
background-size: 200% 100%;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover,
.wp-block-search__button:hover {
background-position: 100% 0;
}
input[type='radio'],
input[type='checkbox'] {
margin-right: 5px;
background: transparent;
}
input[type='radio'] {
-webkit-appearance: radio;
}
input[type='checkbox'] {
-webkit-appearance: checkbox;
}
::-webkit-input-placeholder {
opacity: 0.7;
}
::-moz-placeholder {
opacity: 0.7;
}
:-ms-input-placeholder {  
opacity: 0.7;
}  @-moz-keyframes gpScroll {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
@-webkit-keyframes gpScroll {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
@keyframes gpScroll {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
} .sk-folding-cube {
position: relative;
top: 50%;
width: 40px;
height: 40px;
margin: 0 auto;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.admin-bar .sk-folding-cube {
top: calc(50% - 32px);
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #eee;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-moz-keyframes sk-foldCubeAngle {
0%, 10% {
-moz-transform: perspective(140px) rotateX(-180deg);
opacity: 0;
} 
25%, 75% {
-moz-transform: perspective(140px) rotateX(0deg);
opacity: 1;
} 
90%, 100% {
-moz-transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
opacity: 0;
} 
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
opacity: 1;
} 
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes sk-foldCubeAngle {
0%, 10% {
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
} 
25%, 75% {
transform: perspective(140px) rotateX(0deg);
opacity: 1;
} 
90%, 100% {
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} .gp-slider {
position: relative;
overflow: hidden;
zoom: 1;
}
.gp-slider .slides {
margin: 0;
padding: 0;
line-height: 0;
zoom: 1;
list-style-type: none;
}
.gp-slider .slides > li {
position: relative;
display: none;
margin: 0;
padding: 0;
list-style-type: none;
-webkit-backface-visibility: hidden;
}
.gp-slider .slides li img {
width: 100%;
}
.gp-slider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .gp-slider .slides {
display: block;
}
* html .gp-slider .slides {
height: 1%;
}
.gp-slider .flex-direction-nav {
z-index: 99;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -15px 0 0 0;
list-style: none;
}
.gp-slider .flex-direction-nav li {
position: absolute;
border: 0;
}
.gp-slider .flex-direction-nav li:first-child {
left: 0;
border: 0;
}
.gp-slider .flex-direction-nav li:last-child {
right: 0;
}
.gp-slider .flex-direction-nav a {
display: block;
width: 40px;
height: 40px;
background: rgba(0,0,0,0.5);
text-align: center;
cursor: pointer;
}
.gp-slider .flex-direction-nav a:before {
color: #fff;
font-size: 26px;
line-height: 40px;
}
.gp-slider .flex-direction-nav .flex-next:before {
content: '\f105';
margin-left: 4px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-slider .flex-direction-nav .flex-prev:before {
content: '\f104';
margin-right: 4px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-slider .flex-direction-nav a:hover {
background: rgba(0,0,0,0.8);
color: #fff;
}
.gp-slider .flex-direction-nav .flex-disabled {
opacity: 0.2;
}
.gp-slider .flex-control-nav {
position: absolute;
bottom: 10px;
right: 10px;
overflow: hidden;
list-style: none;
margin: 0;
line-height: 0;
}
.gp-slider .flex-control-nav li {
display: inline-block;
margin: 0 2px;
padding: 0;
list-style: none;
}
.gp-slider .flex-control-nav li a {
position: relative;
z-index: 99;
display: block;
width: 14px;
height: 14px;
border-radius: 100%;
background: rgba(0,0,0,0.5);
border: 2px solid rgba(255,255,255,0.5);
text-indent: -8999px;
cursor: pointer;
}
.gp-slider .flex-control-nav li a:hover,
.gp-slider .flex-control-nav li .flex-active {
background: rgba(0,0,0,1);
border: 2px solid rgba(255,255,255,1);
} .gp-theme .featherlight {
box-sizing: content-box;
}
.gp-theme .featherlight .featherlight-close-icon {
top: 0;
right: 0;
width: auto;
height: auto;
font-size: 19px;
line-height: 1;
color: #fff;
background: transparent;
text-align: center;
}
.gp-theme .featherlight .featherlight-content {
margin-left: 5%;
margin-right: 5%;
padding: 30px 0;
border-bottom: 0;
background: transparent;
}
.featherlight .featherlight-image {
width: auto !important;
height: auto !important;
max-width: 100%;
max-height: 80vh;
}
.gp-theme .featherlight-next, 
.gp-theme .featherlight-previous {
display: none;
position: absolute;
top: 50%;
width: 40px;
height: 60px;
margin: -30px 0 0 0;
background: rgba(0,0,0,0.5);
color: #fff;
text-align: center;
text-indent: 0;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
font-size: 30px;
line-height: 60px;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-theme .featherlight-content:hover .featherlight-next, 
.gp-theme .featherlight-content:hover .featherlight-previous {
display: block;
}
.gp-theme .featherlight-next {
left: auto;
right: 0;
padding-left: 8px;
}
.gp-theme .featherlight-next:before {
content: '\f105';
}
.gp-theme .featherlight-previous {
left: 0;
padding-right: 8px;
}
.gp-theme .featherlight-previous:before {
content: '\f104';
}
.gp-theme .featherlight-next:hover, 
.gp-theme .featherlight-previous:hover {
background: rgba(0,0,0,0.8);
}
.gp-theme .featherlight-next:hover span, 
.gp-theme .featherlight-previous:hover span {
display: none;
}
.gp-theme .featherlight-caption {
margin-top: 10px;
font-size: 14px;
line-height: 22px;
color: #fff;
} .gp-theme #lightboxOverlay {
z-index: 99999;
}
.gp-theme #lightbox {
z-index: 100000;
}  #gp-site-wrapper {
position: relative;
overflow: hidden;
-webkit-transition: top 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}   
.gp-header-side-menu #gp-global-wrapper.gp-active-mobile-side-menu #gp-site-wrapper {
-webkit-transform: translate(250px);
-moz-transform: translate(250px);
transform: translate(250px);
} 
.rtl.gp-header-side-menu #gp-global-wrapper.gp-active-mobile-side-menu #gp-site-wrapper {
-webkit-transform: translate(-250px);
-moz-transform: translate(-250px);
transform: translate(-250px);
}
.gp-sticky-footer #gp-site-wrapper {
display: flex;
flex-direction: column;
height: 100vh;
overflow: visible;
}
#gp-page-wrapper {
position: relative;
width: 100%;
z-index: 2;
margin: 0 auto;
}
.gp-sticky-footer #gp-page-wrapper {
flex: 1 0 auto;
} .gp-container {
z-index: 1;
position: relative;
width: 100%;
margin: 0 auto;
} #gp-content-wrapper {
position: relative;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px;
}
.gp-homepage #gp-content-wrapper {
padding-top: 0;
padding-bottom: 0;
}
.gp-fullwidth #gp-content-wrapper {
width: 100%;
} #gp-content-wrapper,
.gp-boxed-layout #gp-content-wrapper,
.gp-full-page-page-header #gp-content-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.gp-wide-layout #gp-top-header,
.gp-wide-layout #gp-mobile-header,
.gp-wide-layout #gp-standard-header,
.gp-wide-layout .gp-header-row,
.gp-wide-layout #gp-footer,
.gp-wide-layout:not(.gp-full-page-page-header) #gp-page-title {
width: 100%;
}
#gp-top-header .gp-container,
#gp-mobile-header > .gp-container,
#gp-standard-header > .gp-container,
.gp-header-row .gp-container,
#gp-footer .gp-container,
#gp-page-title .gp-container {
padding-left: 15px;
padding-right: 15px;
}
.gp-wide-layout.gp-header-wide #gp-top-header .gp-container,
.gp-wide-layout.gp-header-wide #gp-mobile-header > .gp-container,
.gp-wide-layout.gp-header-wide #gp-standard-header > .gp-container,
.gp-wide-layout.gp-header-wide .gp-header-row .gp-container,
.gp-wide-layout #gp-footer.gp-footer-wide .gp-container,
.gp-wide-layout.gp-full-page-page-header #gp-page-title .gp-container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.gp-boxed-layout #gp-top-header .gp-container,
.gp-boxed-layout #gp-mobile-header > .gp-container,
.gp-boxed-layout #gp-standard-header > .gp-container,
.gp-boxed-layout .gp-header-row .gp-container,
.gp-boxed-layout #gp-footer .gp-container,
.gp-boxed-layout #gp-page-title .gp-container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
} #gp-content {
z-index: 1;
position: relative;
float: left;
margin: 0 auto;
order: 2;
}
.gp-no-sidebar #gp-content,
.gp-fullwidth #gp-content  {
width: 100% !important;
-webkit-flex: none;
flex: none;
} .gp-sidebar {
display: none;
position: relative;
float: left;
width: 100%;
}
.gp-sidebar-all .gp-sidebar {
display: block;
}
.gp-sidebar-divider {
display: none;
float: left;
overflow: hidden;
width: 100%;
height: 1px;
margin: 40px 0;
border-top-width: 1px;
border-style: solid;
}
.gp-sidebar-all .gp-sidebar-divider {
display: block;
}  .gp-nav {
height: 100%;
}
.gp-nav .menu {
margin: 0;
height: 100%;
list-style: none;
}
.gp-nav .menu-item {
display: inline-block;
}
.menu .menu-item.gp-hide-on-mobile {
display: none;
}
.gp-nav .menu > .menu-item {
float: left;
height: 100%;
white-space: nowrap;
}	
.gp-nav .gp-standard-menu {
position: relative;
}
.gp-nav .menu > .menu-item > a,
.gp-nav .menu > .menu-item > .gp-menu-text {
display: -webkit-inline-flex;
display: -webkit-inline-box;
display: inline-flex;
position: relative;
height: 100%;
padding: 0 12px;
line-height: 1 !important;
font-family: inherit;
-webkit-align-items: center;
align-items: center;
}
.gp-nav .gp-menu-icon {
padding-right: 5px;
}
.gp-nav .gp-hide-nav-label .gp-menu-icon {
padding-right: 0;
}
.gp-nav .menu-item-has-children > a:after,
.gp-nav .gp-tab-content-menu > a:after,
.gp-nav .gp-content-menu > a:after {
display: none;
content: '\f107';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .gp-more-menu-items {
height: 100% !important;
}
.gp-more-menu-items .gp-more-menu-items-icon:before {
content: '\f142' !important;    
display: -webkit-inline-flex;
display: -webkit-inline-box;
display: inline-flex;
height: 100%;
padding: 0 12px;
cursor: pointer;
line-height: 1 !important;
-webkit-align-items: center;
align-items: center;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-more-menu-items .gp-more-menu-items-icon:after {
content: '' !important;
}
.gp-more-menu-items .gp-more-menu-items-icon:hover:before {
position: relative !important;
left: auto !important;
bottom: auto !important;
width: auto !important;
} .gp-nav .sub-menu {
display: none;
position: absolute;
z-index: 1;
top: auto;
left: auto;
overflow: visible;
width: 250px;
margin: 0;
padding: 10px 0;
white-space: normal;
list-style: none;
text-align: left;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.gp-nav .gp-nav-shift .sub-menu {
right: 0;
}
.gp-nav .sub-menu .menu-item {
width: 100%;
position: relative;
}
.gp-nav .sub-menu .menu-item > a,
.gp-nav .sub-menu .menu-item > .gp-menu-text,
.gp-nav .sub-menu .menu-item > .gp-menu-image {
display: block;
margin: 0;
padding: 8px 20px;
}
.gp-nav .sub-menu .menu-item-has-children > a {
padding-right: 40px;
}
.gp-nav .gp-nav-shift .sub-menu .menu-item-has-children > a {
padding-left: 40px;
padding-right: 20px;
}
.gp-nav .sub-menu .menu-item .sub-menu {
top: -11px;
left: 100%;
}
.gp-nav .gp-nav-shift .sub-menu .menu-item .sub-menu {
left: auto;
right: 100%;
}
.gp-has-bg-image > .sub-menu {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.gp-nav .sub-menu .menu-item-has-children > a:after {
content: '\f105';
position: absolute;
top: 8px;
right: 20px;
}
.gp-nav .gp-nav-shift .sub-menu .menu-item-has-children > a:after {
content: '\f104';
right: auto;
left: 20px;    
margin-left: 0;
margin-right: 5px;
}
#gp-profile-menu.gp-nav-shift.sub-menu {
right: 0;
}
#gp-profile-menu.gp-nav-shift.sub-menu .menu-item-has-children > a {
padding-left: 40px;
padding-right: 20px;
}
#gp-profile-menu.gp-nav-shift.sub-menu .menu-item .sub-menu {
left: auto;
right: 100%;
}
#gp-profile-menu.gp-nav-shift.sub-menu .menu-item-has-children > a:after {
content: '\f104';
right: auto;
left: 20px;    
margin-left: 0;
margin-right: 5px;
} .gp-nav .gp-megamenu > .sub-menu {
left: 30px;
width: calc(100% - 60px);
padding: 22px 10px;
}
.gp-nav .gp-megamenu > .sub-menu > .menu-item {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-nav .gp-megamenu .menu-item-has-children > a:after {
display: none;
}
.gp-nav .gp-megamenu .sub-menu > li,
.gp-nav .gp-megamenu .sub-menu .sub-menu {
display: block;
z-index: 0;
position: relative;
top: auto;
left: auto;
right: auto;
width: auto;
width: 100%;
padding: 0;
border: 0;
background-color: transparent;
}
.gp-nav span.gp-menu-header {
display: block;
padding: 10px 0;
margin: 0 20px 10px 20px;
border-top: 0 !important;
border-right: 0 !important;
border-left: 0 !important;
} .gp-nav .gp-tab-content-menu .sub-menu,
.gp-nav .gp-content-menu .sub-menu {
left: 30px;
width: calc(100% - 60px);
padding: 0;
}
.gp-nav .gp-tab-content-menu .menu-item,
.gp-nav .gp-content-menu .menu-item {
display: table;
width: 100%;
padding: 0;
}
.gp-menu-tabs {
width: 20%;
margin: 0;
display: table-cell;
vertical-align: top;
border-top: 0 !important;
border-bottom: 0 !important;
border-left: 0 !important;
}
.gp-nav .gp-menu-tabs .menu-item {
list-style: none;
float: left;
width: 100%;
margin: 0;
padding: 0;
text-align: right;
margin-bottom: 1px;
cursor: pointer;
border-top: 0 !important;
border-right: 0 !important;
border-left: 0 !important;
}
.gp-nav .gp-menu-tabs .menu-item a {
padding: 8px 20px;
}
.gp-nav .gp-tab-content-menu .gp-section-loop,
.gp-nav .gp-content-menu .gp-section-loop {
display: table-cell;
width: 80%;
padding: 20px 20px 20px 0;
}
.gp-nav .gp-content-menu .gp-section-loop {
width: 100%;
}
.gp-nav .gp-tab-content-menu .gp-post-item,
.gp-nav .gp-content-menu .gp-post-item {
float: left;
width: 20%;
padding-left: 20px;
margin: 0;
}
.gp-nav .gp-tab-content-menu .gp-post-item {
width: 25%;
}
.gp-nav .gp-tab-content-menu .gp-post-audio.gp-loop-featured,
.gp-nav .gp-content-menu .gp-loop-featured {
margin-bottom: 12px;
}
.gp-nav .gp-tab-content-menu .gp-post-thumbnail + .gp-post-audio,
.gp-nav .gp-content-menu .gp-post-thumbnail + .gp-post-audio {
margin-top: -40px;
}
.gp-nav .gp-tab-content-menu .gp-post-audio.gp-loop-featured .mejs-container,
.gp-nav .gp-content-menu .gp-post-audio.gp-loop-featured .mejs-container {
width: 100% !important;
}
.gp-nav .gp-pagination-arrows {
margin: -10px 0 10px 0;
}  #gp-top-header {
position: relative;
clear: both;
z-index: 99998;
min-height: 40px;
padding-top: 14px;
}
.gp-scrolling #gp-top-header,
.gp-fixed-header #gp-top-header {
display: none !important;
}
.gp-top-header-desktop #gp-top-header {
display: none;
}
#gp-top-header .menu > .menu-item {
margin: -14px 15px 0 0;
}
#gp-top-header .menu > .menu-item:last-child {
margin-right: 0;
}
#gp-top-header .menu > .menu-item > a,
#gp-top-header .menu > .menu-item > .gp-menu-text {
padding: 14px 0 13px;
}
#gp-top-nav-left {
float: left;
}
#gp-top-nav-right {
float: right;
} #gp-mobile-header {
position: relative;
clear: both;
z-index: 99997;
}
.gp-header-over-content #gp-mobile-header {
position: absolute;
}
.gp-fixed-header-all.gp-scrolling #gp-mobile-header,
.gp-fixed-header-all.gp-fixed-header #gp-mobile-header {
position: fixed;
left: 0;
right: 0;
}
#gp-mobile-header > .gp-container {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
} #gp-standard-header {
display: none;
position: relative;
clear: both;
z-index: 99997;
}
.gp-header-over-content #gp-standard-header {
position: absolute;
}
.gp-boxed-layout.gp-header-over-content #gp-standard-header {
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.gp-scrolling #gp-standard-header,
.gp-fixed-header #gp-standard-header {
position: fixed;
left: 0;
right: 0;
}
.gp-header-side-menu.gp-scrolling #gp-standard-header,
.gp-header-side-menu.gp-scrolling #gp-mobile-header,
.gp-header-side-menu.gp-fixed-header #gp-standard-header,
.gp-header-side-menu.gp-fixed-header #gp-mobile-header {
left: auto;
right: auto;
}
#gp-standard-header .gp-container {
display: -webkit-flex;
display: flex;
height: 100%;
}
.gp-header-row {
width: 100%;
height: 100%;
}
#gp-fixed-header-padding {
display: none;
position: relative;
}
.gp-scrolling #gp-fixed-header-padding,
.gp-fixed-header #gp-fixed-header-padding {
display: block;
} .gp-logo {
display: -webkit-flex;
display: flex;
position: relative;
height: 100%;
line-height: 0;
-webkit-flex: 1 1 0;
flex: 1 1 0;
-webkit-align-items: center;
align-items: center;
}
.gp-logo-image { 
display: none;
} #gp-main-header-primary-nav {    
display: -webkit-flex;
display: flex;
float: left;
}
* + .gp-nav-column #gp-main-header-primary-nav > .menu > .menu-item:first-child,
* + #gp-main-header-primary-nav > .menu > .menu-item:first-child { 
margin-left: 8px;
}
#gp-main-header-primary-nav .menu > .menu-item > a:before {
content: '';
border-bottom-color: transparent;
transition: border-color 1s ease;  
}
#gp-main-header-primary-nav .menu > .current-menu-item > a:before,
#gp-main-header-primary-nav .menu > .menu-item > a:hover:before {
content: '';
position: absolute;
left: 12px;
bottom: 20px;    
width: calc(100% - 24px);
}
#gp-header-row-1 {
position: relative;
z-index: 2;
}
#gp-header-row-2 {
position: relative;
z-index: 1;
}
.gp-nav-column {
display: -webkit-flex;
display: flex;
-webkit-flex: 1 1 auto; flex: 1 1 auto;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.gp-hide-move-menu-links {
opacity: 0;
} #gp-main-header-secondary-nav {    
display: -webkit-flex;
display: flex;
float: left;
max-width: 400px;
}
#gp-main-header-secondary-menu {
display: -webkit-flex;
display: flex;
}
#gp-main-header-secondary-nav > .menu > .menu-item {
height: auto;
margin-left: 12px;
-webkit-align-self: center;
align-self: center;
}
#gp-main-header-secondary-nav > .menu > .menu-item:first-child {
margin-left: 0;
}
* + .gp-nav-column #gp-main-header-secondary-nav > .menu > .menu-item:first-child,
* + #gp-main-header-secondary-nav > .menu > .menu-item:first-child { 
margin-left: 20px;
}
#gp-main-header-secondary-nav .menu > .menu-item > a {
height: auto;
padding: 10px 25px;
border-radius: 4px;
}
#gp-main-header-secondary-nav .menu > .menu-item > .sub-menu {
top: 100%;
} #gp-header-search {
display: -webkit-flex;
display: flex;
z-index: 1;
width: 33%;
height: 100%;
-webkit-align-items: center;
align-items: center;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
* + .gp-nav-column #gp-header-search,
* + #gp-header-search {
margin-left: 20px;
}
#gp-header-search .searchform {
width: 100%;
}
#gp-header-search .gp-search-bar {
height: 40px;
border-radius: 4px;
}  .gp-header-buttons {
display: -webkit-flex;
display: flex;
float: left;
height: 100%;
}
#gp-mobile-header .gp-header-buttons {
float: right;
} 
.gp-header-button {
position: relative;
z-index: 2;
float: left;
height: 100%;
padding: 0 8px;
line-height: 1;
cursor: pointer;
-webkit-align-items: center;
align-items: center;
}
.gp-header-button:before {
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
} .gp-search-button {
display: none;
}
.gp-search-button-all .gp-search-button,
.gp-search-button-mobile .gp-search-button {
display: -webkit-flex;
display: flex;
}
.gp-search-button-desktop .gp-search-button {
display: none;
}
.gp-search-button:before {
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
content: '\f002';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-search-box { 
display: none;
z-index: 1;
position: absolute;
top: 100%;
left: 0;
width: 100%;
line-height: 1;
cursor: default;
}
.gp-search-box .gp-container {
padding: 0 !important;
}
.gp-search-box .searchform { 
width: 100%;
padding: 15px;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
#gp-mobile-header .gp-search-box .searchform,
.gp-boxed-layout #gp-standard-header .gp-search-box .searchform { 
border-right: 0 !important;
border-left: 0 !important;
}
.gp-search-box input.gp-search-bar {
height: auto !important;
padding: 0;
background: none;
border: 0;
font-size: 18px;
line-height: 1;
}  .gp-profile-button {
display: none;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}    	
.gp-profile-button-all .gp-profile-button,
.gp-profile-button-mobile .gp-profile-button {
display: -webkit-flex;
display: flex;
}
.gp-profile-button-desktop .gp-profile-button {
display: none;
}
.gp-profile-button .avatar {
width: 30px;
height: 30px;
}
body:not(.logged-in) .gp-profile-button:before {
content: '\f2c0';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
}
body:not(.logged-in).gp-fontawesome5 .gp-profile-button:before {
content: '\f007';
font-weight: 400;
}
.gp-profile-button-avatar {
padding: 0;
}
.gp-notification-counter {
position: absolute;
z-index: 1;  
top: auto;
right: 0;
width: auto;
height: auto;
margin-top: -15px;
padding: 3px 3px 2px 3px;
text-align: center;
border-radius: 3px;
font-size: 10px;
line-height: 1;
letter-spacing: 0;
}
.gp-profile-tab,
.gp-notifications-tab {
float: left;
width: 50%;
text-align: center;
padding: 15px;
border-top: 0 !important;
border-right: 0 !important;
border-left: 0 !important;
margin: -10px 0 10px;
cursor: pointer;
}
.gp-notifications-tab .gp-notification-counter {
top: 15px;
right: auto;
}
.gp-profile-tab {
border-right-width: 1px;
border-style: solid;
}
.gp-profile-tab:before,
.gp-notifications-tab:before {
font-size: 16px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
}
.gp-profile-tab:before {
content: '\f2c0';	
}
.gp-fontawesome5 .gp-profile-tab:before {
content: '\f007';	
}
.gp-notifications-tab:before {
content: '\f0a2';	
}
.gp-fontawesome5 .gp-notifications-tab:before {
content: '\f0f3';	
}
.gp-nav .gp-notification-link,
.gp-mobile-nav .gp-notification-link {
display: none;
}
.gp-nav .gp-notification-link, 
.gp-mobile-nav .gp-notification-link {
padding: 8px 20px;
}
.gp-nav .sub-menu .menu-item.gp-notification-link > a,
.gp-mobile-nav .sub-menu .menu-item.gp-notification-link > a {
display: inline;
padding: 0;
} #gp-profile-menu {
line-height: 18px;
}  .gp-header-logo-left-1 #gp-standard-header .gp-container {
-webkit-justify-content: space-between;
justify-content: space-between;
} .gp-header-logo-right-1 #gp-standard-header .gp-container {
-webkit-justify-content: space-between;
justify-content: space-between;
}
.gp-header-logo-right-1 .gp-nav-column #gp-main-header-secondary-nav > .menu > .menu-item:last-child,
.gp-header-logo-right-1 #gp-main-header-secondary-nav > .menu > .menu-item:last-child {
margin-right: 20px;
}
.gp-header-logo-right-1 .gp-logo { 
-webkit-justify-content: flex-end;
justify-content: flex-end;
order: 2;
} .gp-header-nav-bottom-1 #gp-header-row-2 .gp-container > div { 
display: -webkit-flex;
display: flex;
width: 100%;
height: 100%;
}
.gp-header-nav-bottom-1 #gp-main-header-primary-nav {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-header-nav-bottom-1 #gp-main-header-primary-nav > ul > li {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.gp-header-nav-bottom-1 #gp-main-header-primary-nav > ul > li:after {
content: ' ';   
position: absolute;
top: 50%;
right: 0;
height: 20px;
margin-top: -10px;
line-height: 1;
}
.gp-header-nav-bottom-1 #gp-main-header-primary-menu {
display: -webkit-flex;
display: flex;
}
.gp-header-nav-bottom-1 #gp-main-header-primary-menu {
width: 100%;
}	
.gp-header-nav-bottom-1 .gp-header-button:first-child {
margin-left: 20px;
}
.gp-header-nav-bottom-1 #gp-main-header-secondary-menu {
display: -webkit-flex;
display: flex;
}
.gp-header-nav-bottom-1 #gp-main-header-secondary-nav > .menu > .menu-item {
height: auto;
-webkit-align-self: center;
align-self: center;
} .gp-header-nav-bottom-2 #gp-header-row-1 .gp-container {
-webkit-justify-content: center;
justify-content: center;
}
.gp-header-nav-bottom-2 #gp-header-row-1 .gp-logo {
-webkit-justify-content: center;
justify-content: center;
}
.gp-header-nav-bottom-2 #gp-header-row-2 .gp-container > div { 
display: -webkit-flex;
display: flex;
width: 100%;
height: 100%;
}
.gp-header-nav-bottom-2 #gp-main-header-primary-nav {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-header-nav-bottom-2 #gp-main-header-primary-nav > ul > li {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.gp-header-nav-bottom-2 #gp-main-header-primary-nav > ul > li:after {
content: ' ';   
position: relative;
float: right; 
top: 50%;
height: 20px;
margin-top: -13px;
line-height: 1;
}
.gp-header-nav-bottom-2 #gp-main-header-primary-menu {
display: -webkit-flex;
display: flex;
}
.gp-header-nav-bottom-2 #gp-main-header-primary-menu {
width: 100%;
}	
.gp-header-nav-bottom-2 .gp-header-button:first-child {
margin-left: 20px;
}
.gp-header-nav-bottom-2 #gp-main-header-secondary-nav {
position: absolute;
right: 0;
top: 0;
} 
.gp-header-nav-bottom-2 #gp-main-header-secondary-menu {
display: -webkit-flex;
display: flex;
}
.gp-header-nav-bottom-2 #gp-main-header-secondary-nav > .menu > .menu-item {
height: auto;
-webkit-align-self: center;
align-self: center;
}
.gp-header-nav-bottom-2 #gp-header-search {
position: absolute;
left: 0;
top: 0;
} .gp-header-nav-bottom-3 #gp-header-row-1 .gp-container {
-webkit-justify-content: center;
justify-content: center;
}
.gp-header-nav-bottom-3 #gp-header-row-1 .gp-logo {
-webkit-justify-content: center;
justify-content: center;
}
.gp-header-nav-bottom-3 #gp-main-header-primary-nav {
margin-left: -12px;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-header-nav-bottom-3 #gp-main-header-secondary-menu {
display: -webkit-flex;
display: flex;
}
.gp-header-nav-bottom-3 #gp-main-header-secondary-nav > .menu > .menu-item {
height: auto;
-webkit-align-self: center;
align-self: center;
}
.gp-header-nav-bottom-3 #gp-header-search {
position: absolute;
right: 0;
top: 0;
}  .gp-header-side-menu #gp-global-wrapper {
padding-left: 0;
-webkit-transition: padding-left 0.5s ease;
-moz-transition: padding-left 0.5s ease;
-o-transition: padding-left 0.5s ease;
transition: padding-left 0.5s ease;
}
#gp-global-wrapper.gp-active-mobile-side-menu {
overflow: hidden;
} .gp-header-side-menu .gp-nav-column { 
width: 100%;
}
.gp-header-side-menu #gp-main-header-primary-nav { 
margin-left: -12px;
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
}
.gp-header-side-menu * + #gp-main-header-primary-nav { 
margin-left: 0;
}
.gp-header-side-menu .gp-header-buttons,
.gp-header-side-menu #gp-main-header-secondary-nav {
float: right;
} .gp-side-menu-all #gp-side-menu-wrapper {
display: block;
}
.gp-side-menu-desktop #gp-side-menu-wrapper,
.gp-side-menu-desktop #gp-open-side-menu-button {
display: none;
}
#gp-global-wrapper.gp-active-mobile-side-menu #gp-side-menu-wrapper {
width: 250px;
}
#gp-global-wrapper.gp-active-mobile-side-menu #gp-open-side-menu-button {
opacity: 0;
}
#gp-side-menu-wrapper {
z-index: 99997;
overflow: hidden;
position: fixed;
left: 20%;
width: 0;
height: 100%;
margin-left: -20%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#gp-side-menu-logo {
display: none;
overflow: hidden;
padding: 0 20px; 
}
#gp-side-menu-content {
position: relative;
height: calc(100% - 50px);
}
.admin-bar #gp-side-menu-content {
height: calc(100% - 82px);
}
#gp-side-menu-scroller {
position: absolute;
overflow: scroll;
overflow-x: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
-ms-overflow-style: none;
}
#gp-side-menu-scroller::-webkit-scrollbar { 
width: 0 !important;
}
#gp-side-menu-nav {
overflow: hidden;
width: 100%;
height: auto;
}
#gp-side-menu-nav .menu {
overflow: hidden;
margin: 0;
padding: 20px 0;
} 
#gp-side-menu-nav .menu-item a, 
#gp-side-menu-nav span.gp-menu-header,
#gp-side-menu-nav .menu-item > .gp-menu-text {
padding: 10px 20px;
}
#gp-side-menu-nav .menu-item > .gp-mobile-dropdown-icon {
padding-left: 15px;
padding-right: 30px;
}
#gp-side-menu-scroller .widget {
padding: 20px 20px 10px 20px;
margin-bottom: 0;
}
#gp-side-menu-toggle {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50px;
}
.admin-bar #gp-side-menu-toggle {
bottom: 46px;
}
#gp-close-side-menu-button {
float: right;
width: 50px;
height: 50px;
font-size: 30px;
line-height: 50px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
text-align: center;
}
#gp-close-side-menu-button:before {
content: '\f190';
}
#gp-open-side-menu-button {
z-index: 99997;
position: fixed;
bottom: 0;
left: 0;
width: 50px;
height: 50px;
font-size: 30px;
line-height: 50px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: pointer;
text-align: center;
opacity: 1;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#gp-open-side-menu-button:before {
content: '\f18e';
}  .gp-open-mobile-nav-button {	
display: -webkit-flex;
display: flex;
float: left;
width: 26px;
height: 100%;
margin-left: 12px;
cursor: pointer;
line-height: 1;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-align-items: center;
align-items: center;
}
.gp-header-logo-right-1 .gp-open-mobile-nav-button {
margin: 0 12px 0 0;
order: -1;
}
.gp-nav-button-icon {
position: relative;
z-index: 2;
float: left;
-webkit-align-items: center;
align-items: center; 
}
.gp-nav-button-icon,
.gp-nav-button-icon:before,
.gp-nav-button-icon:after {
width: 25px;
height: 2px;
position: absolute;
content: '';
}
.gp-nav-button-icon:before {
margin-top: 8px;
}
.gp-nav-button-icon:after {
margin-top: -8px;
} #gp-close-mobile-nav-button {
display: none;
position: fixed;
z-index: 99998;
top: 32px;
right: 15px;
font-size: 30px;
line-height: 1;
cursor: pointer;
}
.rtl #gp-close-mobile-nav-button {
left: 15px;
right: auto;
}
.admin-bar #gp-close-mobile-nav-button {
top: 52px;
}
.gp-mobile-primary-nav-active #gp-close-mobile-nav-button,
.gp-mobile-profile-nav-active #gp-close-mobile-nav-button {
display: block;
}
#gp-close-mobile-nav-button:before {
content: '\2715';
}
@-moz-document url-prefix() { .gp-mobile-nav-close-button:before {
font-size: 35px;
}
}
.gp-mobile-primary-nav-active .gp-header-buttons,
.gp-mobile-profile-nav-active .gp-header-buttons {
display: none;
} body.gp-mobile-primary-nav-active,
body.gp-mobile-profile-nav-active {
overflow: hidden;
min-height: 100%;
}
#gp-mobile-nav-bg {
display: none;
position: fixed;
top: 0; 
left: 0;
z-index: 99998;
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
}
.gp-mobile-primary-nav-active #gp-mobile-nav-bg,
.gp-mobile-profile-nav-active #gp-mobile-nav-bg {
display: block;
}
#gp-mobile-primary-nav,
#gp-mobile-profile-nav {
position: fixed;
z-index: 99998;
top: 0;
left: 0;
bottom: 0;
width: 265px;
height: 100%;
padding-top: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
-webkit-transform: translateX(-265px);
transform: translateX(-265px);
}
.rtl #gp-mobile-primary-nav,
.rtl #gp-mobile-profile-nav {
left: auto;
right: 0;
}
.rtl:not(.gp-mobile-primary-nav-active) #gp-mobile-primary-nav,
.rtl:not(.gp-mobile-profile-nav-active) #gp-mobile-profile-nav {
-webkit-transform: translateX(265px);
transform: translateX(265px);
}
.admin-bar #gp-mobile-primary-nav,
.admin-bar #gp-mobile-profile-nav {
margin-top: 32px;
}	
.gp-mobile-primary-nav-active #gp-mobile-primary-nav,
.gp-mobile-profile-nav-active #gp-mobile-profile-nav {
-webkit-transform: translate(0,0);
transform: translate(0,0);
}
#gp-mobile-primary-nav .menu,
#gp-mobile-profile-nav .menu {
overflow: hidden;
margin: 0;
padding: 0 20px;
}
.gp-mobile-nav .menu-item {
position: relative;
float: left;
width: 100%;
list-style-type: none;
}
.gp-mobile-nav .menu-item:first-child {
border-top: 0;
}
.gp-mobile-nav .menu-item a,
.gp-mobile-nav span.gp-menu-header,
.gp-mobile-nav .menu-item .gp-menu-text {
display: block;
padding: 15px 0;
}
.gp-mobile-nav .gp-menu-icon {
padding-right: 10px;
}
.gp-mobile-nav .menu-item-has-children > a {
padding-right: 70px;
}
.gp-mobile-nav .menu-item > .gp-menu-text {
padding: 15px 0;
}
.gp-mobile-nav .gp-menu-image {
padding: 15px 0;
}
.gp-mobile-nav .menu-item > .gp-mobile-dropdown-icon {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
font-size: 24px;
line-height: 44px;
padding: 0 0 0 15px;
}
.gp-mobile-nav .gp-content-menu  > .gp-mobile-dropdown-icon,
.gp-mobile-nav .gp-tab-content-menu > .gp-mobile-dropdown-icon {
display: none;
}
.gp-mobile-nav .menu-item > .gp-mobile-dropdown-icon:before {
content: '\f107';
}
.gp-mobile-nav .menu-item.gp-selected > .gp-mobile-dropdown-icon:before {
content: '\f106';
}
.gp-mobile-nav .sub-menu {
display: none;
margin: 0;
list-style-type: none;
}
.gp-mobile-nav .sub-menu li {
padding-left: 10px;
}
.gp-mobile-nav .sub-menu .sub-menu li {
padding-left: 20px;
}
.gp-mobile-nav .sub-menu .sub-menu .sub-menu li {
padding-left: 30px;
}
.gp-mobile-nav .gp-megamenu .sub-menu li > .sub-menu {
display: block;
}  #login {
display: none;
position: fixed;
overflow: hidden;
width: 100%;
height: 100%;
min-height: 100%;
bottom: 0;
right: 0;
padding: 10px;
z-index: 99998;
text-align: center;
background: #000;
background: rgba(0,0,0,0.7);
-webkit-text-size-adjust: 100%;
}
#login > div {
-webkit-animation: fadeInScale 0.8s ease-in-out;
animation: fadeInScale 0.8s ease-in-out;
}
@-moz-keyframes fadeInScale {
0% { 
-moz-transform: scale(0.6); 
opacity: 0; 
}
100% { 
-moz-transform: scale(1); 
opacity: 1; 
}
}
@-webkit-keyframes fadeInScale {
0% { 
-webkit-transform: scale(0.6); 
opacity: 0; 
}
100% { 
-webkit-transform: scale(1); 
opacity: 1; 
}
}
@keyframes fadeInScale {
0% { 
transform: scale(0.6); 
opacity: 0; 
}
100% { 
transform: scale(1); 
opacity: 1; 
}
} #gp-login-modal {
display: inline-block;
position: relative;
overflow: scroll;
max-width: 500px;
width: 100%;
height: 100%;
padding: 30px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
text-align: left;
-webkit-text-size-adjust: 100%;
}
#gp-login-close {
position: absolute;
top: 29px;
right: 30px;
text-align: center;
font-size: 19px;
line-height: 1;
cursor: pointer;
}
#gp-login-close:before {
content: '\2715';
}
.gp-login-form-wrapper,
.gp-register-form-wrapper,
.gp-lost-password-form-wrapper {
display: none;
}
.gp-login-display .gp-login-form-wrapper,
.gp-register-display .gp-register-form-wrapper,
.gp-lost-password-display .gp-lost-password-form-wrapper {
display: block;
}
.gp-login-title {
clear: none;
margin: 0 0 20px 0;
}
.gp-login-desc {
font-size: 14px;
line-height: 24px;
}
.gp-login-register-form p {
margin-bottom: 20px;
}
.gp-login-register-form .gp-post-form-gdpr {
margin: 20px 0 0 0;
font-size: 11px;
line-height: 15px;
}
.gp-login-register-form .gp-post-form-gdpr input {
display: inline-block;
margin-top: 3px;
vertical-align: top;
}
.gp-login-register-form .gp-post-form-gdpr label {
display: inline-block;
max-width: 90%;
font-size: 11px;
line-height: 15px;
}
.gp-login-register-form input[type="text"],
.gp-login-register-form input[type="password"],
.gp-login-register-form input[type="email"],
.gp-login-register-form input[type='submit'] {
width: 100%;
height: 45px;
}
.gp-login-register-form .rememberme {
font-size: 13px;
line-height: 1;
}
.gp-login-results > div {
width: 100%;
margin-top: 20px;
font-size: 14px;
line-height: 24px;
} .gp-login-register-form .gglcptch {
margin-bottom: 20px;
padding: 0;
}
#gp-login-modal .gp-login-register-form .gglcptch_v2 {
width: 440px;
} .gp-login-form-actions div[class*='the_champ_'] {
display: none;
}
.gp-social-login .the_champ_login_ul li {
margin-bottom: 15px !important;
}
.gp-login-or-lines { 
position: relative;
width: 75%;
overflow: hidden;
clear: both;
margin: 0 auto;
}
.gp-login-or-left-line {
float: left;
width: 44%;
margin: 8px 3% 0 0;
border-top-width: 1px;
border-style: solid;
}
.gp-login-or-right-line {
float: left;
width: 44%;
margin: 8px 0 0 3%;
border-top-width: 1px;
border-style: solid;
}
.gp-login-or-text {
float: left;
width: 6%;
font-size: 14px;
line-height: 1;
text-align: center;
font-weight: 500;
opacity: 0.5;
}
.gp-social-login .wp-social-login-widget {
margin: 20px 0;
}
.gp-social-login .wp-social-login-connect-with {
display: none;
}
.gp-social-login .wp-social-login-provider-list {
display: -webkit-flex;
display: flex;
height: 40px;
padding: 0;
}
.gp-social-login .oneall_social_login_providers iframe {
max-height: 230px;
}
.gp-social-login .oneall_social_login_label {
line-height: 1;
margin-bottom: 10px !important;
}
.gp-social-login .wp-social-login-provider {
display: -webkit-inline-flex;
display: -webkit-inline-box;
display: inline-flex;
margin: 0;
font-size: 0;
margin-left: 1px;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
color: #fff;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-social-login .wp-social-login-provider:before {
font-size: 16px;
line-height: 1;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-social-login .wp-social-login-provider:first-child {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.gp-social-login .wp-social-login-provider:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.gp-social-login .wp-social-login-provider {
background-color: #eee;
}
.gp-social-login .wp-social-login-provider-facebook {
background-color: #3b5998;
}
.gp-social-login .wp-social-login-provider-facebook:before {
content: "\f09a";
}
.gp-social-login .wp-social-login-provider-google {
background-color: #d34836;
}
.gp-social-login .wp-social-login-provider-google:before {
content: "\f0d5";
}
.gp-social-login .wp-social-login-provider-twitter {
background-color: #4099FF;
}
.gp-social-login .wp-social-login-provider-twitter:before {
content: "\f099";
}
.gp-social-login .wp-social-login-provider-instagram {
background-color: #4099FF;
}
.gp-social-login .wp-social-login-provider-instagram:before {
content: "\f16d";
}
.gp-social-login .wp-social-login-provider-linkedin {
background-color: #0077B5;
}
.gp-social-login .wp-social-login-provider-linkedin:before {
content: "\f0e1";
}
.gp-social-login .wp-social-login-provider-wordpress {
background-color: #21759b;
}
.gp-social-login .wp-social-login-provider-wordpress:before {
content: "\f19a";
}
.gp-social-login .wp-social-login-provider-yahoo {
background-color: #720e9e;
}
.gp-social-login .wp-social-login-provider-yahoo:before {
content: "\f19e";
}
.gp-social-login .wp-social-login-provider-disqus {
background-color: #2e9fff;
}
.gp-social-login .wp-social-login-provider-disqus:before {
content: "\f075";
}
.gp-social-login .wp-social-login-provider-reddit {
background-color: #FF5700;
}
.gp-social-login .wp-social-login-provider-reddit:before {
content: "\f281";
}
.gp-social-login .wp-social-login-provider-steam {
background-color: #000;
}
.gp-social-login .wp-social-login-provider-steam:before {
content: "\f1b6";
}
.gp-social-login .wp-social-login-provider-tumblr {
background-color: #34526f;
}
.gp-social-login .wp-social-login-provider-tumblr:before {
content: "\f173";
}
.gp-social-login .wp-social-login-provider-twitchtv {
background-color: #6441a5;
}
.gp-social-login .wp-social-login-provider-twitchtv:before {
content: "\f1e8";
}
.gp-social-login .wp-social-login-provider-vkontakte {
background-color: #45668e;
}
.gp-social-login .wp-social-login-provider-vkontakte:before {
content: "\f189";
} .gp-login-links {
width: 100%;
margin-top: 20px;
font-size: 13px;
line-height: 1;
text-align: right;
}
.gp-login-links a {
margin-left: 10px;
}
.gp-login-links .gp-login-link:before,
.gp-login-links .gp-social-login-link:before {
content: '\f090';
margin-right: 5px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-login-links .gp-register-link:before,
.gp-login-links .gp-bp-register-link:before {
content: '\f044';
margin-right: 5px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-login-links .gp-lost-password-link:before {
content: '\f059';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
margin-right: 5px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .widget {    
position: relative;
clear: both;
width: 100%;
margin-bottom: 35px;
}
.widget:last-child {
margin-bottom: 0 !important;
}
.widget-title,
.wpb_heading,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .wp-block-search__label {
margin: 0 0 20px;
}
.widget ol,
.widget ul,
.widget_block > .wp-block-group {
margin: 0;
}
.widget li {
list-style-type: none;
padding: 5px 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.widget li:first-child {
border-top-width: 1px;
border-top-style: solid;
}
.widget .children li,
.widget .sub-menu li {    
padding-left: 10px;
}
.widget .children li:last-child,
.widget .sub-menu li:last-child {    
padding-bottom: 0;
border-bottom: 0;
}
.gp-element-icon {
display: inline-flex !important;
margin: 0 10px 20px 1px;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-items: center;
align-items: center;
}
.gp-element-icon:before {
font-size: 16px;
line-height: 1;
}
.gp-style-modern .gp-element-icon:before {
font-size: 24px;
}
.gp-widget-title .widget-title {
display: -webkit-inline-flex;
display: -webkit-inline-box;
display: inline-flex;
margin-bottom: 20px;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-align-items: center;
align-items: center;
}
.gp-style-modern .gp-widget-title .widget-title {
font-size: 24px;
line-height: 24px;
font-weight: 500;
}
.gp-see-all-link {
width: 100%;
} .gp-contact-intro {
margin-bottom: 10px;
}
.gp-contact-detail {
margin-bottom: 10px;
font-weight: 500;
color: #232323;
}
.gp-contact-detail:before {
float: left;
width: 25px;
margin-left: 1px;
font-weight: 400;
color: #39c8df;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-contact-email:before {
content: '\f0e0';
}
.gp-contact-phone:before {
content: '\f095';
}
.gp-contact-mobile:before {
content: '\f10b';
}
.gp-contact-address:before {
content: '\f015';
}
.gp-contact-text {
margin-left: 25px;
} .gp-posts-widget .gp-posts-list .gp-post-item {
padding: 15px 0;
}
.gp-posts-widget .gp-posts-list .gp-post-thumbnail,
.gp-posts-widget .gp-posts-list .gp-post-gallery,
.gp-posts-widget .gp-posts-list .gp-post-video {
max-width: 100%;
margin-right: 15px;
}
.gp-posts-widget .gp-posts-list .gp-ranking-counter {
bottom: 5px;
left: 5px;
margin-right: 15px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.gp-posts-widget .gp-posts-list .gp-loop-title {
font-size: 14px;
line-height: 18px;
} .gp-showcase-posts-widget .gp-large-post .gp-post-item {
padding-bottom: 15px;
}  
.gp-large-post .gp-loop-featured {
margin-bottom: 20px;
} 
.gp-showcase-posts-widget .gp-small-posts .gp-post-item {
padding: 15px 0;
} .gp-recent-comments-widget ul li,
.widget_recent_comments ul li,
.wp-block-latest-comments li, 
.widget_recent_entries li,
.wp-block-latest-posts li {
overflow: hidden;
padding: 15px 0;
line-height: 1;
border-bottom-width: 1px;
border-style: solid;
}
.gp-recent-comments-widget li:first-child,
.widget_recent_comments li:first-child,
.wp-block-latest-comments li:first-child, 
.widget_recent_entries li:first-child,
.wp-block-latest-posts li:first-child {
border-top-width: 1px;
}
.gp-recent-comments-widget .avatar {
float: left;
margin: 3px 15px 0 0;
}
.gp-recent-comments-widget span {
display: block;
overflow: hidden;
}
.gp-recent-comments-widget li a {
font-size: 14px;
line-height: 18px;
}
.gp-recent-comments-widget .gp-loop-meta {
margin: 5px 0 0 0;
} .tagcloud {
font-size: 0;
}
.tagcloud a {
display: inline-block;
margin: 0 4px 4px 0;
padding: 5px 8px;
background: #eee;
color: #fff !important;
font-size: small !important;
line-height: 1;
}
.tagcloud a:hover {
opacity: 0.9;
} .widget_recent_entries .post-date,
.widget_rss .rss-date {
margin-left: 12px;
font-size: 11px;
} .searchform {
overflow: hidden;
position: relative;
}
.gp-search-bar,
.wp-block-search__input {
position: relative;
float: left;
width: 100%;
padding: 0 10px;
}
.searchform .accessibly-hidden {
display: none;
}
.wp-block-search__button {
margin-left: 10px;
} #wp-calendar {
max-width: 396px;
}
#wp-calendar th {
padding: 8px 0;
text-align: center;
font-weight: 500;
border-width: 1px;
border-style: solid;
}
#wp-calendar td {
padding: 8px 0;
text-align: center;    
font-size: 12px;
border-width: 1px;
border-style: solid;
}
#wp-calendar #today {
background-color: #fafafa;
}
#wp-calendar caption {
margin-bottom: 10px;
text-align: right;
font-weight: 500;
}  #gp-footer {
display: none;
position: relative;
overflow: hidden;
clear: both;
border-top-width: 1px;
border-style: solid;
}
#gp-footer.gp-footer-widgets-all {
display: block;
}
#gp-footer.gp-footer-widgets-desktop.gp-has-copyright {
display: block;
}
.gp-full-page-page-header #gp-footer {
z-index: 2;
}
.gp-sticky-footer #gp-footer {
flex-shrink: 0;
} #gp-footer-image {   
width: 100%;
clear: both; 
overflow: hidden;
margin-top: 40px;
line-height: 0;
text-align: center;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}
#gp-footer-image .gp-retina-image {   
display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
#gp-footer-image .gp-standard-image {  
display: none;
}
#gp-footer-image .gp-retina-image {   
display: inline;
}
} #gp-footer-widgets {
display: none;
position: relative;
overflow: hidden;
clear: both;
width: 100%;
padding: 40px 0 0 0;
}
.gp-has-copyright #gp-footer-widgets {
border-bottom-width: 1px;
border-style: solid;
}
.gp-footer-widgets-all #gp-footer-widgets {
display: block;
}
.gp-footer-widget {
float: left;
width: 100%;
margin-left: 0;
}
.gp-footer-widget .widget:last-child {
margin-bottom: 35px;
}
.gp-footer-widget .widget-title {
margin: 0 0 15px 0;
}
.gp-footer-widget .widget .textwidget li,
.gp-footer-widget .widget.widget_categories li,
.gp-footer-widget .widget.widget_pages li,
.gp-footer-widget .widget.widget_archive li,
.gp-footer-widget .widget.widget_nav_menu li,
.gp-footer-widget .widget.widget_meta li,
.gp-footer-widget .widget.widget_display_forums li {
border-width: 0;
}
.gp-footer-widget .widget .textwidget li:first-child,
.gp-footer-widget .widget.widget_categories li:first-child,
.gp-footer-widget .widget.widget_pages li:first-child,
.gp-footer-widget .widget.widget_archive li:first-child,
.gp-footer-widget .widget.widget_nav_menu li:first-child,
.gp-footer-widget .widget.widget_meta li:first-child,
.gp-footer-widget .widget.widget_display_forums li:first-child {
padding-top: 0;
}
.gp-footer-widget .widget .gp-post-item,
.gp-footer-widget .woocommerce ul.product_list_widget li {
padding-top: 0 !important;
border: 0 !important;
}  #gp-copyright {
position: relative;
overflow: hidden;
float: left;
width: 100%;
padding: 20px 0;
text-align: center;
} #gp-footer-nav {
margin-top: 10px;
}
#gp-footer-nav .menu-item {
float: none;
margin: 0 10px 3px 0;
}
#gp-footer-nav .menu-item:last-child {
margin-right: 0;
}
#gp-footer-nav .menu > .menu-item > a,
#gp-footer-nav .menu > .menu-item > .gp-menu-text {
padding: 0;
}
#gp-footer-nav .menu-item:hover .sub-menu {
display: none;
}
#gp-footer-nav .menu-item a:after {
content: '' !important;
} #gp-to-top {
display: none;
position: fixed;
right: 20px;
bottom: 80px;
z-index: 99998;
overflow: hidden;
width: 33px;
height: 33px;
padding: 5px 0 9px;
font-size: 18px;
line-height: 1;
border-radius: 100%;
opacity: 0.2;    
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-to-top:hover {
opacity: 0.6;
}   #gp-page-title {
z-index: 1;
position: relative;
overflow: hidden;
clear: both;
padding-top: 15px;
padding-bottom: 15px;
border-bottom-width: 1px;
border-style: solid;
}
.gp-minimal-page-header #gp-page-title-text {
margin-bottom: 30px;
}
#gp-page-title-text h1 {
margin: 0;
}
#gp-page-title-subtitle {
margin: 10px 0 0 0;
} #gp-breadcrumbs {
margin-bottom: 10px;
}	
#gp-breadcrumbs a:hover {
text-decoration: underline;
} #gp-page-header {
position: relative;
overflow: hidden;
}
#gp-page-header.gp-has-header-bg {
background: rgba(0,0,0,0.7) !important;
}
.gp-full-page-page-header #gp-page-header.gp-has-header-bg {
background: none !important;
}
#gp-page-header-inner {
position: relative;
overflow: hidden;
max-width: 1500px;
margin: 0 auto;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.gp-full-page-page-header #gp-page-header-inner {
background: none !important;
}
.gp-blurred-bg {
position: absolute;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-filter: blur(3px);
filter: blur(3px);
} #gp-full-page-bg {
position: fixed;
z-index: 0;
top: 0;
left: 0;
display: block;
background-size: cover;
background-position: center top;
height: 100%;
width: 100%;
} #gp-page-header-video {
position: absolute;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 15px;
}
#gp-page-header-video-bg {
display: none;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
#gp-page-header-video-bg video {
width: 100%;
height: auto; 
}
#gp-page-header-video-bg iframe {
position: absolute;
top: -40%;
left: 0;
width: 100%;
height: 180%;
}  .gp-entry-header {
position: relative;
clear: both;
margin: 0 auto 25px auto;
}
.gp-entry-header > *:last-child {
margin-bottom: 0;
} .gp-entry-title {
margin: 0 0 10px 0;
}
.gp-entry-title.gp-single-title {
line-height: 1;
}
.gp-subtitle {
margin: 0 0 10px 0;
letter-spacing: 0;
text-transform: none;
} .gp-entry-meta {
position: relative;
width: 100%;
}
.gp-entry-meta a:hover {
text-decoration: underline;
}
.gp-entry-meta .gp-post-meta {
display: inline-block;
margin: 10px 10px 0 0;
}
.gp-entry-meta .gp-post-meta:last-child {
margin-right: 0;
}
.gp-entry-meta .gp-post-meta:before {
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 400;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-entry-meta .gp-meta-author:before {
content: '\f007';
}
.gp-entry-meta .gp-meta-date:before {
content: '\f017';
}
.gp-entry-meta .gp-meta-comments:before {
content: '\f0e5';
}
.gp-fontawesome5 .gp-entry-meta .gp-meta-comments:before {
content: '\f075';
}
.gp-entry-meta .gp-meta-views:before {
content: '\f06e';
}
.gp-entry-meta .gp-meta-likes:before {
content: '\f087';
}
.gp-fontawesome5 .gp-entry-meta .gp-meta-likes:before {
content: '\f164';
font-weight: 400;
}
.gp-entry-meta .gp-meta-cats:before {
content: '\f114';
}
.gp-fontawesome5 .gp-entry-meta .gp-meta-cats:before {
content: '\f07b';
font-weight: 400;
}
.gp-entry-tags {
margin-top: 30px;
text-align: right;
}
.gp-entry-tags a {
line-height: 1;
}
.gp-entry-tags a:hover {
text-decoration: underline;
} .gp-entry-featured {
margin-bottom: 30px;
text-align: center;
}
.gp-post-thumbnail {
position: relative;
z-index: 1;
max-width: 100%;
line-height: 0;
}
.gp-post-thumbnail a {
display: block;
position: relative;
}
.format-video > .gp-post-thumbnail a:after {
content: "\f04b";
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
font-size: 20px;
padding: 2px 13px 2px 15px;
line-height: 39px;
text-align: center;
margin: -23px 0 0 -23px;
color: #fff;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
border-radius: 100%;
background-color: rgba(0, 0, 0, 0.5);
border: 2px solid #fff;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-sidebar .format-video > .gp-post-thumbnail a:after,
.gp-small-posts .format-video > .gp-post-thumbnail a:after,
.gp-posts-widget .format-video > .gp-post-thumbnail a:after {
font-size: 15px;
padding: 0 8px 0 10px;
line-height: 30px;
margin: -18px 0 0 -18px;
}
.gp-entry-featured .wp-caption-text {
margin-top: 15px;
}  .gp-entry-content > .wp-audio-shortcode {
margin-bottom: 30px;
}
.mejs-button > button:hover {
background: transparent url(//softmat.net/wp-includes/js/mediaelement/mejs-controls.svg);
}
.mejs-playpause-button.mejs-play button:hover {
background-position: 0 0;
}
.mejs-playpause-button.mejs-pause button:hover {
background-position: -20px 0;
}
.mejs-playpause-button.mejs-replay button:hover {
background-position: -160px 0;
}
.mejs-volume-button.mejs-mute button:hover {
background-position: -60px 0;
}
.mejs-volume-button.mejs-unmute button:hover {
background-position: -40px 0;
} .gp-video-wrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
background: #000;
}
.gp-video-wrapper iframe,
.gp-video-wrapper .mejs-video {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.mejs-fullscreen-button > button:hover {
background-position: -80px 0;
}
.mejs-unfullscreen-button > button:hover {
background-position: -100px 0;
} .gp-post-format-gallery-content p,
.gp-post-format-gallery-content .wp-caption-text {
display: none;
}
.gp-post-format-gallery-content .gallery-item {
margin: 0 !important;
} .gp-entry-featured .gp-post-format-gallery-slider {
margin-left: auto;
margin-right: auto;
}
[class*='gp-posts-columns'] .gp-post-format-gallery-slider {
width: auto !important;
} .gp-entry-content {
clear: both;
width: 100%;
word-wrap: break-word;
}
.gp-entry-content p + h2,
.gp-entry-content p + h3,
.gp-entry-content p + h4,
.gp-entry-content p + h5 {
margin-top: 20px;
} .gp-divider-title-bg {
width: 75%;
margin: 10px auto 0 auto;
border-top-width: 1px;
border-top-style: solid;
text-align: center;
}
.gp-divider-title {
display: inline;
position: relative;
padding: 2px 15px;
top: -15px;
background-image: none !important;
} .gp-entry-pagination {
position: relative;
float: left;
clear: both;
width: 100%;
clear: both;
overflow: hidden;
margin-top: 20px;
text-align: center;
font-weight: 500;
}
.gp-previous-page {
float: left;
}
.gp-previous-page:before {
margin-right: 5px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
content: '\f104';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-next-page {
float: right;
}
.gp-next-page:after {
margin-left: 5px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
content: '\f105';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} #gp-share-icons-wrapper {
position: relative;
overflow: hidden;
clear: both;
width: 100%;
margin-top: 60px;
}
#gp-share-icons {
display: -webkit-flex;
display: flex;
height: 40px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
#gp-share-icons a { 
display: -webkit-inline-flex;
display: -webkit-inline-box;
display: inline-flex;
border-left-width: 1px;
border-style: solid;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
color: #bbb;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
#gp-share-icons a:first-child {
border-left-width: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#gp-share-icons a:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#gp-share-icons a:before {
font-family: 'Font Awesome 5 Brands', 'FontAwesome';
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-share-icons a:hover { 
color: #fff;
}
#gp-share-icons .gp-twitter-icon:hover { 
background: #4099FF;
}
#gp-share-icons .gp-facebook-icon:hover { 
background: #3b5998;
}
#gp-share-icons .gp-google-plus-icon:hover { 
background: #d34836;
}
#gp-share-icons .gp-pinterest-icon:hover { 
background: #C92228;
}
#gp-share-icons .gp-linkedin-icon:hover { 
background: #007bb6;
}
#gp-share-icons .gp-reddit-icon:hover { 
background: #FF5700;
}
#gp-share-icons .gp-tumblr-icon:hover { 
background: #34526f;
}
#gp-share-icons .gp-email-icon:hover { 
background: #c1623e;
}
#gp-share-icons .gp-whatsapp-icon:hover { 
background: #25D366;
} #gp-author-info-wrapper {
position: relative;
width: 100%;
margin-top: 73px;
padding: 15px;
border-width: 1px;
border-style: solid;
text-align: center;
border-radius: 3px;
}
#gp-author-info-wrapper .gp-divider-title {
display: inline-block;
top: -30px;
}
#gp-author-info-wrapper .avatar {
display: none;
float: left;
margin-top: -2px;
margin-right: 10px;
width: 23px;
height: 23px;
border-radius: 100%;
}
#gp-author-name {
float: left;
}
#gp-author-details {
margin-top: -30px;
}
#gp-author-desc {
margin-top: 15px;
}
#gp-author-social-icons {
margin-top: 0;
font-size: 16px;
line-height: 1;
}
#gp-author-social-icons a {
margin-left: 5px;
}
#gp-author-social-icons a:before {
font-family: 'Font Awesome 5 Brands', 'FontAwesome';
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-facebook-icon:before {
content: '\f09a';
}
.gp-twitter-icon:before {
content: '\f099';
}
.gp-google-plus-icon:before {
content: '\f0d5';
}
.gp-pinterest-icon:before {
content: '\f0d2';
}
.gp-youtube-icon:before {
content: '\f167';
}
.gp-vimeo-icon:before {
content: '\f27d';
}
.gp-flickr-icon:before {
content: '\f16e';
}
.gp-linkedin-icon:before {
content: '\f0e1';
}
.gp-instagram-icon:before {
content: '\f16d';
}
.gp-reddit-icon:before {
content: '\f281';
}
.gp-tumblr-icon:before {
content: '\f173';
}
#gp-share-icons a.gp-email-icon:before {
font-family: 'Font Awesome 5 Free', 'FontAwesome';
content: '\f0e0';
font-weight: 900;
}
.gp-whatsapp-icon:before {
content: '\f232';
} #gp-voting-wrapper {
position: relative;
overflow: hidden;
clear: both;
width: 100%;
margin-top: 60px;
}
.gp-voting-buttons {
overflow: hidden;
position: relative;
}
.gp-voting-button {
float: left;
width: 50%;
padding: 10px;
text-align: center;
cursor: pointer;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
}
.gp-voting-up {
border-width: 1px;
border-right: 1px;
border-style: solid;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.gp-voting-down {
border-width: 1px;
border-left: 0;
border-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.gp-already-voted {	
display: none;	
width: 100%;
float: left;
margin-top: 15px;
line-height: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.gp-already-voted:before {
content: attr(data-text);
}
.gp-voting-container span:before {
content: attr(data-text);
} #gp-post-navigation {
position: relative;
overflow: hidden;
clear: both;
width: 100%;
margin-top: 40px;
line-height: 1;
}
#gp-post-navigation a {
font-size: 22px;
line-height: 24px;
font-weight: 500;
}
#gp-post-navigation .gp-prev-link {
float: left;
width: 49%;
padding-left: 20px;
text-align: left;
cursor: pointer;
}
#gp-post-navigation .gp-next-link {
float: right;
width: 49%;
padding-right: 20px;
text-align: right;
cursor: pointer;
}	
#gp-post-navigation .gp-prev-link:before {
position: absolute;
top: 15px;
left: 0;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
content: '\f104';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#gp-post-navigation .gp-next-link:before {
position: absolute;
top: 15px;
right: 0;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
content: '\f105';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-post-link-header {
display: block;
margin-bottom: 10px;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
} #gp-related-wrapper {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
margin-top: 60px;
}
#gp-related-wrapper .gp-section-loop {
margin-top: 20px;
}
#gp-related-wrapper .gp-post-item:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
#gp-related-wrapper .gp-loop-featured {
margin: 0 0 12px;
}  #comments {
position: relative;
width: 100%;
clear: both;
margin-top: 60px;
font-size: 14px;
line-height: 24px;
}
.comment-list {
width: 100%;
margin: 0 0 20px 0;
list-style: none;
}	
.comment-list > .comment {
margin: 0;
list-style: none;
}
.comment-body {
position: relative;
overflow: hidden;
padding: 15px 0;
border-bottom: 1px;
border-style: solid;
word-wrap: break-word;
}
.comment-list > .comment:last-child .comment-body {
border: 0;
}
.comment-list .children {
margin: 0 0 0 10px;
list-style: none;
}
.comment-list .children .comment {
margin-left: 10px;
}
.comment-list > .comment > .children > .comment {
margin-left: 10px;
}
.comment-list .avatar {
position: relative;
top: 0;
left: 0;
float: left;
margin: 0;
width: 45px;
height: auto;
border-radius: 100%;
}
.comment-list .children .avatar {
width: 30px;
}
.comment-list .bypostauthor > .comment-body .gp-comment-meta:after {
content: '\f040';
float: right;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-size: 12px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-fontawesome5 .comment-list .bypostauthor > .comment-body .gp-comment-meta:after {
content: '\f303';
font-weight: 900;
}
.comment-list li .gp-comment-content {
margin: 0 0 0 60px;
}
.comment-list .children .gp-comment-content {
margin-left: 40px;
}
.comment-list .gp-comment-meta {
margin: 0; 
}
.comment-list .gp-comment-content [itemprop='author'] {
font-weight: 400;
}
.comment-list .gp-comment-content [itemprop='author']:after {
content: '\0000a0\·\0000a0';
}
.comment-reply-link {
display: block;
margin-top: 10px;
line-height: 1;
} #respond {
position: relative;
}
#respond label {
display: block;
}
#commentform {
text-align: left;
}
#commentform .required {
font-weight: bold;
}
#commentform p {
margin: 10px 0;
}
#commentform .form-submit {
margin-bottom: 0;
}
#commentform {
text-align: left;
}
#commentform .form-allowed-tags {
display: none;
}
.comment-list #respond {
margin: 20px 0 0;
padding-left: 80px;
}
.comment-list #reply-title {
display: block;
margin: 0;
padding: 0;
border: 0;
text-align: left;
}
#cancel-comment-reply-link {
display: block;
margin-top: 10px;
}  .gp-filter-menus {
display: -webkit-flex;
display: flex;
padding-bottom: 30px;
}
.gp-archive-wrapper .gp-filter-menus {
margin-bottom: 15px;
border-bottom-width: 1px;
border-style: solid;
}
.gp-filter-menu {
width: 100%;
margin-right: 10px;
}
.gp-filter-menu:last-child {
margin-right: 0;
} .gp-posts-wrapper {
position: relative;
width: 100%;
clear: both;    
overflow: hidden;
}
.gp-section-loop {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
}
.gp-section-loop-inner {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
}
.gp-posts-masonry .gp-section-loop-inner {
opacity: 0;
}
#gp-content .gp-post-item {
position: relative;
} .gp-post-item {
float: left;
position: relative;
width: 100%;
overflow: hidden;
}
.gp-align-center .gp-post-item {
text-align: center;
}
.gp-posts-list.gp-style-classic .gp-post-item {
padding: 15px 0;
border-bottom-width: 1px;
border-style: solid;
}
.gp-posts-list.gp-style-classic .gp-post-item:first-child {
padding-top: 0;
}
.gp-posts-list.gp-style-modern .gp-post-item {
padding: 10px 0;
}
.gp-posts-list.gp-style-modern .gp-post-item:first-child {
padding-top: 0;
}
.gp-posts-large.gp-style-classic .gp-post-item {
padding: 60px 0;
border-bottom-width: 1px;
border-style: solid;
}
.gp-posts-large.gp-style-modern .gp-post-item {
padding: 60px 0;
}
.gp-posts-large .gp-post-item:first-child {
padding-top: 0;
}
[class*='gp-posts-columns-'] .gp-post-item {
width: 48%;
margin-left: 4%;
margin-bottom: 40px;
}
[class*='gp-posts-columns-'] .gp-post-item:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
}
.gp-posts-masonry .gp-post-item {
width: 100%;
}
.gp-posts-masonry.gp-style-classic .gp-post-item {
margin: 0 0 20px 0;
}
.gp-posts-masonry.gp-style-modern .gp-post-item {
margin: 0 0 45px 0;
}
.gp-posts-list .gp-post-item.sticky {
padding-left: 20px;
padding-right: 20px;
background: #f8f8f8;
}
.gp-filter-loading .gp-post-item {
opacity: 0.2;
}
.gp-no-items-found {
font-weight: 500;
} .gp-loop-featured {
position: relative;
line-height: 0;
}
.gp-posts-list .gp-loop-featured {
float: left;
max-width: 40%;
height: 100%;
}
.gp-posts-list.gp-style-classic .gp-loop-featured,
.gp-posts-list.gp-style-modern .gp-loop-featured {
margin-right: 20px;
}
.gp-posts-large .gp-loop-featured {
margin-bottom: 30px;
}
[class*='gp-posts-columns'] .gp-loop-featured {
margin-bottom: 20px;
}
.gp-posts-masonry .gp-post-thumbnail {
width: 100%;
}
.gp-posts-large .gp-post-thumbnail img,
[class*='gp-posts-columns-'] .gp-post-thumbnail img,
.gp-posts-masonry .gp-post-thumbnail img {
width: 100%;
}
.gp-post-thumbnail + .gp-post-audio {
position: relative;
z-index: 1;
overflow: hidden;
margin-top: -60px;
}
.gp-posts-masonry .gp-post-thumbnail + .gp-post-audio {
margin-top: -40px;
}
.gp-posts-list .gp-loop-content .gp-post-audio {
margin-bottom: 20px;
} .gp-loop-content {    
overflow: hidden;
}
.gp-loop-content > div:last-child,
.gp-loop-content > h2:last-child {
margin-bottom: 0;
}
.gp-posts-masonry.gp-style-classic .gp-loop-content {
position: relative;
padding: 25px;
border-width: 1px;
border-style: solid; 
}
.gp-posts-masonry.gp-style-modern .gp-loop-content {
position: relative;
padding: 25px 0 0 0;
} .gp-ranking-counter {
float: left;
width: 40px;
height: 40px;
margin-right: 20px;
text-align: center;
line-height: 40px;
font-size: 20px;
border-radius: 100%;
color: #fff;
}
.gp-loop-featured .gp-ranking-counter {
position: absolute;    
z-index: 99;
top: auto;
bottom: 15px;
left: 15px;
}
.gp-posts-wrapper[class*="gp-posts-columns-"] .format-audio .gp-loop-featured .gp-ranking-counter,
.gp-showcase-wrapper .gp-large-post .format-audio .gp-loop-featured .gp-ranking-counter {
bottom: 50px;
} .gp-loop-title {
margin-bottom: 5px;
}
.gp-posts-large .gp-loop-title {
margin-bottom: 10px;
}
.gp-style-modern .gp-loop-title {
margin-bottom: 15px;
} .gp-style-classic .gp-loop-text {
margin: 0 0 10px 0;
}
.gp-style-modern .gp-loop-text {
margin-bottom: 15px;
}
.gp-posts-list .gp-loop-text {
display: none;
} .gp-style-classic .gp-loop-meta {
margin: 0 0 10px 0;
}
.gp-style-modern .gp-loop-meta {
margin: 0 0 15px 0;
}
.gp-loop-meta a:hover {
text-decoration: underline;
}
.gp-loop-meta .gp-post-meta:after {
content: '·';
margin: 0 2px 0 5px;
}
.gp-loop-meta .gp-post-meta:last-child:after {
content: '';
margin: 0;
}
.gp-loop-tags {
line-height: 1;
}
.gp-loop-tags a:hover {
text-decoration: underline;
} .gp-style-modern .gp-read-more {
display: block;
margin-top: 15px;
} .gp-style-classic .gp-gutter-size {
width: 20px;
}
.gp-style-modern .gp-gutter-size {
width: 45px;
}
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
z-index: 1;
pointer-events: none;
}
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .gp-pagination-numbers {
position: relative;
width: 100%;
clear: both;
margin: 20px 0 20px;
line-height: 0;
}
.gp-posts-masonry .gp-pagination-numbers {
opacity: 0;
}
.gp-pagination ul.page-numbers {
position: relative;
overflow: hidden;
width: 100%;
text-align: center;
font-weight: 500;
}
.gp-pagination ul.page-numbers,
.gp-pagination ul.page-numbers li,
.gp-pagination ul.page-numbers > span {
display: inline-block;
margin: 0 5px;
padding: 0;
list-style: none;
}
.gp-pagination ul.page-numbers .page-numbers {
display: inline-block;
margin: 0;
border-radius: 100%;
line-height: 1;
}
.gp-pagination ul.page-numbers .page-numbers.prev,
.gp-pagination ul.page-numbers .page-numbers.next {
font-size: 0;
}
.gp-pagination ul.page-numbers .page-numbers.prev:before {
content: '\f104';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
font-size: 12px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination ul.page-numbers .page-numbers.next:before {
content: '\f105';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
font-size: 12px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .gp-pagination-arrows {
float: right;
margin-bottom: 20px;
}
.gp-pagination-arrows .prev,
.gp-pagination-arrows .next {
float: left !important;
font-size: 22px !important;
line-height: 1 !important;
}
.gp-pagination-arrows .next {
margin-left: 15px !important;
}
.gp-pagination-arrows .prev:before {
content: '\f104';
font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination-arrows .next:before {
content: '\f105';
font-family: 'Font Awesome 5 Free', 'FontAwesome' !important;
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-pagination-arrows > a:hover {
opacity: 1 !important;
}
.gp-pagination-arrows .gp-disabled {
opacity: 0.1;
color: #000 !important;
} .gp-load-more {
position: relative;
width: 100%;
clear: both;
margin: 20px 0 20px;
text-align: center;
line-height: 0;
}
[class*='gp-posts-columns'] .gp-load-more {
margin-top: 20px;
}
.gp-posts-masonry .gp-load-more {
margin-top: 20px;
opacity: 0;
}
.gp-load-more .gp-pagination {
display: none;
}
#infscr-loading {
z-index: 3;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0.8;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
} .gp-particles {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  .gp-approved-posts-wrapper {
margin-bottom: 30px;
}
.gp-approved-posts-wrapper section:last-child,
.gp-pending-posts-wrapper section:last-child {
border-width: 0 !important;
} .error404 .gp-entry-content {
margin-bottom: 40px;
min-height: 500px;
}
.error404 .gp-entry-content p {
line-height: 20px;
margin-bottom: 20px;
} .attachment p {
margin-top: 12px;
} label[for*='pwbox-'] {
float: left;
}
input.pwsubmit {
margin-left: 5px;
}  #gp-new-search {
position: relative;
width: 100%;
margin: 10px 0 40px 0;
padding: 0 30px 30px 30px;
border-width: 1px;
border-style: solid;
text-align: center;
border-radius: 3px;
}
#gp-new-search .gp-divider-title {
display: inline-block;
top: -15px;
} #gp-search-results-count {
font-weight: 500;
line-height: 1;
margin-bottom: 15px;
}   .vc_row .gp-flex-column .vc_column-inner > .wpb_wrapper {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.vc_row .gp-flex-column .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left .vc_icon_element-inner .vc_icon_element-icon {
top: 20px;
left: 15px;
}
.vc_row .gp-flex-column .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left + .wpb_text_column.wpb_content_element  {
width: 100%;
} .gp-row-masonry .gp-gutter-size {
width: 20px;
}
.gp-row-masonry .vc_row.vc_inner {
width: 100%;
margin: 0 0 20px 0;
} 
.gp-row-masonry .vc_inner .vc_column_container > .vc_column-inner {
padding: 20px !important;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.gp-row-masonry .widget {
margin-bottom: 0;
} .page-template-homepage-template #gp-content > .wpb_row:first-child .vc_column_container,
.home #gp-content > .wpb_row:first-child .vc_column_container {
background-repeat: no-repeat;
background-size: contain;
} .vc_row.gp-static-gradient,
.vc_row.gp-scrolling-gradient {
position: relative;
}
.vc_row .gp-animated-gradient-column {
position: relative;
z-index: 1;    
width: 100%;
display: flex;
flex-wrap: wrap;
}
.vc_row .gp-animated-gradient-bg {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.vc_row.gp-scrolling-gradient .gp-animated-gradient-bg {
background-size: 400% 400% !important;
-webkit-animation: gpScroll 15s ease infinite;
animation: gpScroll 15s ease infinite;
-webkit-transition: all 1s ease-out !important;
transition: all 1s ease-out !important;
}
.vc_row.gp-scrolling-image {
-webkit-animation: 25s gpScroll infinite linear;
animation: 25s gpScroll infinite linear;
} .wpb_row .vc_btn3.vc_btn3-size-lg,
.wpb_row .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, 
.wpb_row .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
width: 100%;
}
.wpb_row .vc_general.vc_btn3:focus {
color: #fff;
border: 0;
}
.wpb_row .vc_btn3.vc_btn3-style-custom {
background-image: none;
} .vc_general.vc_cta3 .vc_cta3-content p {
font-size: 16px;
line-height: 26px;
} .gp-carousel-wrapper .slides {
position: relative;
clear: both;
width: 100%;
}
.gp-carousel-wrapper .slides > li {
margin: 0 30px 0 0;
line-height: 24px;
}
.gp-carousel-wrapper .gp-loop-featured {
margin-bottom: 20px;
}
.gp-carousel-wrapper .flex-control-nav {
position: relative;
bottom: auto;
right: auto;
margin: 15px 0 0 0;
text-align: center;
}
.gp-carousel-wrapper .flex-control-nav li a {
border-color: rgba(0,0,0,0.5);
background-color: rgba(255,255,255,0.5);
}
.gp-carousel-wrapper .flex-control-nav li a:hover,
.gp-carousel-wrapper .flex-control-nav li .flex-active {
border-color: rgba(0,0,0,1);
background-color: rgba(255,255,255,0.5);
} .vc_custom_heading[class*='fa-'] {
position: relative;
padding-left: 25px;
}
.vc_custom_heading .gp-vc-custom-heading-icon {
position: relative;
padding-right: 10px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vc_custom_heading[class*='fa-']:before {
position: absolute;
top: auto;
left: 0;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.vc_custom_heading[class*='fa-'].gp-black:before {
color: #000;
}
.vc_custom_heading[class*='fa-'].gp-blue:before {
color: #39c8df;
}
.vc_custom_heading[class*='fa-'].gp-dark-grey:before {
color: #232323;
}
.vc_custom_heading[class*='fa-'].gp-green:before {
color: #4b99a4;
}
.vc_custom_heading[class*='fa-'].gp-light-grey:before {
color: #e6e6e6;
}
.vc_custom_heading[class*='fa-'].gp-orange:before {
color: #fd643b;
}
.vc_custom_heading[class*='fa-'].gp-white:before {
color: #fff;
} .gp-theme .wpb_toggle,
.gp-theme #gp-content h4.wpb_toggle,
.gp-theme .wpb_toggle_title_active,
.gp-theme #gp-content h4.wpb_toggle_title_active {
padding-left: 0;
background-image: none;
font-weight: normal;
font-size: 16px;
line-height: 26px;
}
.gp-theme .wpb_toggle:before,
.gp-theme #gp-content h4.wpb_toggle:before {
margin-right: 10px;
content: '\f196';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-theme .wpb_toggle_title_active:before,
.gp-theme #gp-content h4.wpb_toggle_title_active:before {
content: '\f147';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .gp-featured-box-wrapper {
display: -webkit-flex;
display: flex;
position: relative;
width: 100%;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.gp-featured-box-wrapper.gp-wide {
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
} .gp-featured-large-col {
width: 100%;
line-height: 0;
}
.gp-featured-box-2-1-2 .gp-featured-large-col {
order: 2;
flex: 1 1 auto;
}
.gp-featured-box-1 .gp-featured-large-col,
.gp-featured-box-1 .gp-featured-large {
width: 100% !important;
}
.gp-featured-large {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
} .gp-featured-small-col {
display: inline-block;
line-height: 0;
flex: 1 1 auto;
}
.gp-featured-box-2-1-2 .gp-featured-small-col.gp-col-1 { 
order: 1;
}
.gp-featured-box-2-1-2 .gp-featured-small-col.gp-col-2 { 
order: 3;
}
.gp-featured-small {
display: inline-block;
position: relative;
overflow: hidden;
} .gp-featured-box-video .gp-video-wrapper {
width: 100%;
height: 100%;
padding-bottom: 0;
}
.gp-featured-box-video iframe {
width: 100%;
height: 100%;
} .gp-featured-box-scroll {
z-index: 0;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
font-size: 0;
line-height: 0;
-webkit-overflow-scrolling: touch;
transform: translate3d(0,0,0);
order: 5;
-ms-overflow-style: none;
scrollbar-width: none;
}
.gp-featured-box-scroll::-webkit-scrollbar { 
width: 0 !important; 
} .gp-featured-box-wrapper .gp-featured-box-link {
display: block;
position: relative;   
overflow: hidden; 
width: 100%;
height: 100%;
}
.gp-featured-box-wrapper .gp-featured-box-link:before {
display: block;
content: '';
position: absolute;
z-index: 1;
bottom: 0;
height: 70%;
width: 100%;
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,.7) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,.7) 100%);
}
.gp-featured-box-wrapper .gp-has-video.gp-featured-box-link:before {
display: none;
} 
.gp-featured-box-image {
display: block;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
transition-timing-function: ease;
-webkit-transition: -webkit-transform .3s ease, opacity .3s;
transition: transform .3s ease, opacity .3s;
}
a:hover .gp-featured-box-image {
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
}
.gp-featured-large .gp-featured-box-image {
padding-top: 80%;
} .gp-featured-caption {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
white-space: normal;
pointer-events: none;
}
.gp-has-video + .gp-featured-caption {
display: none;
}
.gp-featured-large .gp-featured-caption-inner {
width: 80%;
padding: 0 0 26px 30px;
}
.gp-featured-small .gp-featured-caption-inner {
width: 100%;
padding: 0 20px 16px;
}
.gp-featured-caption-title {
margin: 0;
color: #fff;
font-weight: 500;
text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.gp-featured-large .gp-featured-caption-title {
font-size: 22px;
line-height: 26px;
}
.gp-featured-small .gp-featured-caption-title {
font-size: 16px;
line-height: 20px;
}
.gp-featured-box-cats { 
margin-bottom: 2px;
line-height: 1;
}
.gp-featured-box-cats a {
display: inline-block;
margin: 0 5px 5px 0;
padding: 4px 6px;
font-size: 10px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
color: #fff;
background: rgba(0, 0, 0, 0.7);
}
.gp-featured-box-wrapper .gp-loop-meta {
margin: 6px 0 0 0;    
opacity: 0.6;
}
.gp-featured-box-wrapper .gp-loop-meta,
.gp-featured-box-wrapper .gp-loop-meta a {
color: #fff;
}
.gp-featured-small .gp-loop-meta {
display: none;
} .vc-hoverbox-front h2:not(.vc_custom_heading) {
color: #fff !important;
font-weight: 500;
text-shadow: 0 0 20px #000;
}
.vc-hoverbox-back h2 {
font-weight: 500;
margin-bottom: 20px;
}
.vc-hoverbox-back p {
font-size: 16px;
line-height: 26px;
} .vc_row .vc_images_carousel {
max-width: 100%;
}
.vc_row .vc_images_carousel .vc_carousel-indicators li,
.vc_row .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li {
width: 14px;
height: 14px;
background: rgba(0,0,0,0.5);
border: 2px solid rgba(255,255,255,0.5);
}
.vc_row .vc_images_carousel .vc_carousel-indicators li:hover,
.vc_row .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li:hover,
.vc_row .vc_images_carousel .vc_carousel-indicators .vc_active,
.vc_row .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li.vc_active {
width: 14px;
height: 14px;
background: rgba(0,0,0,1);
border: 2px solid rgba(255,255,255,1);
}
.vc_row .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li,
.vc_row .vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li.vc_active {
margin: 4px auto;
}
.gp-theme .vc_images_carousel .vc_carousel-control {
display: block;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.5);
text-align: center;
cursor: pointer;
}
.gp-theme .vc_images_carousel .vc_carousel-control .icon-next:before, 
.gp-theme .vc_images_carousel .vc_carousel-control .icon-prev:before {
color: #fff;
font-size: 26px;
}
.gp-theme .vc_images_carousel .vc_carousel-control .icon-prev:before {
content: '\f104';
top: 0;
margin-right: 4px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-theme .vc_images_carousel .vc_carousel-control .icon-next:before {
content: '\f105';
top: 0;
margin-left: 4px;
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .wpb_gallery .wpb_flexslider.flexslider {
margin-bottom: 40px;
border: 0;
background: transparent;
box-shadow: none;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
display: block;
width: 30px;
height: 30px;
background: rgba(0,0,0,0.5);
text-align: center;
cursor: pointer;
}
.wpb_gallery .wpb_flexslider.flexslider:hover .flex-prev {
opacity: 1;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
color: #fff;
font-size: 20px;
line-height: 30px !important;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav .flex-next:before {
content: '\f105';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav .flex-prev:before {
content: '\f104';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
background: rgba(0,0,0,0.8);
color: #fff;
} .wpb_layerslider_element.wpb_content_element {
margin-bottom: 0;
} .gp-wpb-lightbox-image {
display: block;
position: absolute;
width: 100%;
height: 100%;
} .gp-pmp-register-form .gp-form-field {
float: left;
width: 50%;
margin-bottom: 20px;
}
.gp-pmp-register-form .gp-form-field:nth-of-type(odd) {
padding-right: 10px;
}
.gp-pmp-register-form .gp-form-field:nth-of-type(even) {
padding-left: 10px;
}
.gp-pmp-register-form .gp-form-field input {
width: 100%;
height: 45px;
}
.gp-pmp-register-form .gp-submit input {
width: 100%;
height: 45px;
text-align: center;
} .gp-post-form {
position: relative;
}
.gp-post-form .gp-loader {
z-index: 2;
position: absolute;
background: rgba(255,255,255,0.5);
}  .gp-field-container {
margin-bottom: 15px;
}
.gp-post-form .gp-field {
width: 100%;
}
.gp-post-form .gp-field-title {
font-weight: 700;
}
.gp-post-form .gp-error .gp-field {
border-color: #E44E48;
}
.gp-post-form textarea {
display: block;
}
.gp-field-desc {
display: block;
margin-top: 10px;
font-size: 12px;
line-height: 14px;
}
.gp-post-form-submit {
margin: 0;
}
.gp-post-form .gp-submit {
width: 100%;
} .gp-post-form-format-field {
display: none;
}
.gp-post-form-format-field.gp-show {
display: block;
} .gp-uploads {
display: block;
}
.gp-uploads .gp-upload-preview {    
display: inline-block;
margin: 12px 10px 0 0;
}
.gp-uploads .gp-upload-list {    
margin: 12px 0 0 20px;
}
.gp-post-form .gp-upload-item {
width: auto;
}
.gp-upload-item:before {
content: '\f093';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
line-height: 1;
margin-right: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .gp-checkbox-multi-field input[type='checkbox'] {
margin-left: 10px;
}
.gp-checkbox-multi-field input[type='checkbox']:first-child,
.gp-checkbox-multi-field div + input[type='checkbox'] {
margin-left: 0;
} .gp-post-form .gp-post-form-gdpr {
margin: 20px 0 0 0;
font-size: 11px;
line-height: 15px;
}
.gp-post-form .gp-post-form-gdpr input {
display: inline-block;
margin-top: 3px;
vertical-align: top;
}
.gp-post-form .gp-post-form-gdpr label {
display: inline-block;
max-width: 90%;
font-size: 11px;
line-height: 15px;
} .gp-post-form .gp-message {
display: none;
margin-top: 10px;
color: #E44E48;
line-height: 1;
}
.gp-post-form .gp-error .gp-message {
display: block;
} .gp-post-form .gp-success {
display: none;
position: relative;
width: 100%;
clear: both;
overflow: hidden;
margin-bottom: 20px;
padding: 20px;
background: #8cbe4b;
text-align: center;
border-radius: 3px;
}
.gp-post-form .gp-success.gp-show-message {
display: block;
}
.gp-success-icon {
margin-bottom: 20px;
}
.gp-post-form .gp-success-icon:before {
content: '\f14a';
font-family: 'Font Awesome 5 Free', 'FontAwesome';
font-weight: 900;
color: #fff;
font-size: 72px;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-post-form .gp-success strong {
margin: 0 0 10px 0;
color: #fff;
font-size: 16px;
line-height: 20px;
}
.gp-post-form .gp-success p {
margin: 0;
opacity: 0.7;
color: #fff;
font-size: 14px;
line-height: 18px;
}
.gp-post-form .gp-success p a {
text-decoration: underline;
color: #fff;
}
.gp-post-form .gp-success p a:hover {
text-decoration: none;
} .gp-post-form-login strong a {
text-decoration: underline;
}
.gp-post-form-login strong a:hover {
text-decoration: none;
} .wp-media-buttons .insert-media,
.html-active .switch-html, 
.tmce-active .switch-tmce {
font-weight: inherit;
}
.gp-post-form .wp-core-ui .button, 
.gp-post-form .wp-core-ui .button-primary, 
.gp-post-form .wp-core-ui .button-secondary {
border-width: 1px;
border-style: solid;
font-size: 13px;
line-height: 2.15384615;
border-width: 1px;
border-style: solid;
border-radius: 3px;
}
.gp-post-form .wp-media-buttons .insert-media {
margin-right: 5px;
margin-bottom: 4px;
padding-left: 7px;
padding-right: 7px;
}
.wp-media-buttons .insert-media:hover {
font-weight: inherit;
}
.tmce-active .switch-html:hover, 
.html-active .switch-tmce:hover {
background: none;
}
.media-modal p {
font-size: 13px;
line-height: 1.5;
margin: 1em 0;
}
.media-modal h2 {
font-family: inherit;
letter-spacing: inherit;
}    
.media-attachments-filter-heading, 
.media-frame-menu-heading,
.image-details h2, 
.media-sidebar h2 {
font-family: inherit !important;
letter-spacing: inherit !important;
}
.media-modal button {
font-family: inherit !important;
letter-spacing: inherit !important;
font-weight: inherit !important;
}
.media-frame-router button {
color: inherit !important;
border-radius: inherit !important;
}
.media-modal-close:active,
.media-modal-close:hover {
color: #00a0d2 !important;
background: none !important;
}
.media-modal select:not([multiple]) {
height: auto;
padding: 0;
background-image: none;
-webkit-appearance: menulist;
}
.media-modal input[type='text'], 
.media-modal input[type='email'], 
.media-modal input[type='password'], 
.media-modal input[type='search'], 
input[type='tel'] {
height: auto;
}
.media-modal .compat-field-vc-image-filter {
display: none;
}
.mce-fullscreen #gp-standard-header,
.mce-fullscreen #gp-mobile-header,
.mce-fullscreen #wpadminbar {
display: none !important;
} .vc_row .vc_progress_bar .vc_single_bar {
box-shadow: none;
}
.vc_progress_bar .vc_single_bar .vc_label {
font-size: 16px;
} .vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-direction: column;
flex-direction: column;
}
.gp-pricing-column {
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-direction: column;
flex-direction: column;
text-align: center;
overflow: hidden;
background-color: #fff;
}
.gp-style-3.gp-pricing-column {
border-radius: 4px;
}
.gp-pricing-column-header {
overflow: hidden;
padding: 20px;
background-color: #232323;
}
.gp-pricing-column-title {
margin: 0;
font-size: 24px;
line-height: 1;
font-weight: bold;
color: #fff;
}
.gp-pricing-column-highlight-text {    
margin: 0 0 5px 0;
text-transform: uppercase;
font-size: 14px;
line-height: 15px;    
font-weight: bold;
color: #fff;
}
.gp-pricing-column-costs {
padding: 30px 0;
background: #fff;
}
.gp-style-2 .gp-pricing-column-costs {
padding: 0 0 30px 0;
}
.gp-style-3 .gp-pricing-column-costs {
padding: 10px 0 20px 0;
}
.gp-pricing-column-costs h5,
.gp-pricing-column-costs h6 {
color: #232323;
}
.gp-style-2 .gp-pricing-column-circle {
display: inline-block;
width: 180px;
padding: 55px 0;
border-radius: 100%;
background-color: #f8f8f8;
}
.gp-pricing-column-symbol {
display: inline;
clear: none;
margin: 0;
font-size: 48px;
line-height: 1;
font-weight: 500;
letter-spacing: -5px;
}
.gp-pricing-column-symbol.gp-has-trial-price {
font-size: 30px;
opacity: 0.8;
text-decoration: line-through;
}
.gp-pricing-column-price {
display: inline;
clear: none;
margin: 0;
font-size: 48px;
line-height: 1;
font-weight: 500;
letter-spacing: -4px;
}
.gp-pricing-column-price.gp-has-trial-price {
margin-right: 10px;
font-size: 30px;
opacity: 0.8;
text-decoration: line-through;
}
.gp-pricing-column-trial-price {
display: inline;
clear: none;
margin: 0;
font-size: 48px;
line-height: 1;
font-weight: 500;
letter-spacing: -4px;
}
.gp-pricing-column-interval {
margin: 0;
margin-top: 5px;
font-size: 16px;
line-height: 1;
opacity: 0.5;
}
.gp-pricing-column-content {
overflow: hidden;
padding: 30px;
font-size: 16px;
line-height: 20px;
background-color: #fff;
color: #232323;
}
.gp-style-2 .gp-pricing-column-content {
padding: 0;
}
.gp-style-3 .gp-pricing-column-content {
padding: 20px 30px;
}
.gp-pricing-column-content ul {
margin: 0;
}
.gp-pricing-column-content li {
padding-top: 20px;
list-style-type: none;
}
.gp-pricing-column-content li:first-child {
padding-top: 0;
}
.gp-style-2 .gp-pricing-column-content li {
padding: 10px 20px;
}
.gp-style-2 .gp-pricing-column-content li:nth-child(odd) {
background-color: #f8f8f8;
}
.gp-pricing-column-footer {
overflow: hidden;
padding: 30px;
background-color: #fff;
}
.gp-pricing-column-button {
display: inline-block;
width: 100%;
padding: 14px 18px;
border-radius: 3px;
cursor: pointer;
text-align: center;
font-size: 16px;
line-height: 1;
background-color: #39c8df;
color: #fff;
}
.gp-pricing-column-button:hover {
background-color: #00a0e3;
}
.gp-pricing-column-button.disabled {
cursor: not-allowed;
pointer-events: none;
}
.gp-pricing-column-divider {
width: 75%;
height: 1px;    
margin: -1px auto 0;
border-bottom-width: 1px;
border-style: solid;
border-color: #e6e6e6;
} .vc_wp_recentcomments.wpb_content_element {
margin-bottom: 0;
} .gp-showcase-wrapper {
position: relative;
width: 100%;
overflow: hidden;
clear: both;
}
.gp-large-post .gp-post-item {
padding-bottom: 20px;
}  
.gp-large-post .gp-loop-featured {
margin-bottom: 20px;
}  
.gp-large-post img {
width: 100%;
}
.gp-small-posts .gp-post-item {
padding: 20px 0;
border-bottom-width: 1px;
border-style: solid;
}
.gp-small-posts .gp-post-item:first-child {
border-top-width: 1px;
}
.gp-small-posts .gp-post-thumbnail,
.gp-small-posts .gp-post-gallery,
.gp-small-posts .gp-post-video {
float: left;
width: 75px;
margin: 0 15px 0 0;
}
.gp-small-posts .gp-loop-content .gp-post-audio {
margin-bottom: 10px;
}
.gp-small-posts .gp-ranking-counter {
bottom: 5px;
left: 5px;
margin-right: 15px;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.gp-style-modern .gp-small-posts .gp-loop-title {
font-size: 17px;
line-height: 21px;
} .gp-stats-columns .gp-stats-col {
float: left;
width: 50%;
margin-bottom: 20px;
padding: 0 10px;
text-align: center;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.gp-stats-list .gp-stats-col {
float: left;
width: 100%;
overflow: hidden;
clear: both;
padding: 15px 0;
border-bottom: 1px;
border-style: solid;
}
.gp-stats-icon {
color: #39c8df;
}
.gp-stats-columns .gp-stats-icon {
margin-bottom: 15px;
}
.gp-stats-list .gp-stats-icon {
float: left;
margin-right: 15px;
}
.gp-stats-icon:before {
line-height: 1;
}
.gp-stats-columns .gp-stats-icon {
font-size: 48px;
}
.gp-stats-list .gp-stats-icon:before {
font-size: 16px;
}
.gp-stats-columns .gp-stats-title {
margin-bottom: 5px;
font-size: 18px;
line-height: 1;
font-weight: 500;
letter-spacing: -1px;
color: #999;
}
.gp-stats-list .gp-stats-title {
float: left;
line-height: 1;
color: #999;
}
.gp-stats-columns .gp-stats-count {
font-size: 36px;
font-weight: 500;
line-height: 1;
letter-spacing: -1px;
color: #999;
}
.gp-stats-list .gp-stats-count {
float: right;
color: #999;
line-height: 1;
}  .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-tabs-container,
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-panel-title {
background: #f8f8f8;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-tabs-container {
border-right: 1px solid #e6e6e6;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-tabs-container,
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-3 .vc_tta-tabs-container {
margin: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-panel.vc_active +.vc_tta-panel .vc_tta-panel-heading, 
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
margin-top: 15px;
margin-bottom: 0;
} .wpb-js-composer .vc_tta.vc_tta-style-gp-1 .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-style-gp-1 .vc_tta-panel-title {
font-size: 16px;
line-height: 20px;
font-weight: 500;
background: #f8f8f8;
color: #232323;
}
.wpb-js-composer .vc_tta.vc_tta-style-gp-2 .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-style-gp-2 .vc_tta-panel-title {
font-size: 16px;
line-height: 20px;
font-weight: 500;
color: #232323;
}
.wpb-js-composer .vc_tta.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-panel-title {
background: #f8f8f8;
}
.wpb-js-composer .vc_tta.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-panel-title {
background: transparent;
border-bottom: 1px solid #e6e6e6;
}
.wpb-js-composer .vc_tta.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-tab:last-child {
border-bottom: 0;
}
.wpb-js-composer .vc_tta.vc_tta-style-gp-3 .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_tta-style-gp-3 .vc_tta-panel-title {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
font-size: 16px;
line-height: 20px;
font-weight: 500;
background: #f8f8f8;
color: #232323;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-3 .vc_tta-tab,
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-3 .vc_tta-panel-title {
text-align: center;
} .wpb-js-composer .vc_tta.vc_tta-style-gp-1 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta.vc_tta-style-gp-1 .vc_tta-panel.vc_active .vc_tta-panel-title {
color: #fff;
}
.wpb-js-composer .vc_tta.vc_tta-style-gp-2 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta.vc_tta-style-gp-2 .vc_tta-panel.vc_active .vc_tta-panel-title {
position: relative;
color: #232323;
}
.wpb-js-composer .vc_tta.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-panel.vc_active .vc_tta-panel-title {
background: transparent;
border: 0;
}
.wpb-js-composer .vc_tta.vc_tta-style-gp-2 .vc_tta-tab.vc_active:before,
.wpb-js-composer .vc_tta.vc_tta-style-gp-2 .vc_tta-panel.vc_active .vc_tta-panel-title:before {
content: '';
position: absolute;
display: block;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-backface-visibility: hidden;
}
.wpb-js-composer .vc_tta.vc_tta-style-gp-3 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta.vc_tta-style-gp-3 .vc_tta-panel.vc_active .vc_tta-panel-title {
color: #fff;
} .wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-1 .vc_tta-tab:not(.vc_active):hover .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-1 .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-title-text {
-webkit-background-clip: text;
-webkit-text-fill-color: #0000;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading {
border: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-panel-title > a {
padding-left: 20px;
padding-right: 20px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-tab.vc_active .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-panel.vc_active .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-tab:hover .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-panel .vc_tta-panel-title:hover .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-3 .vc_tta-tab:not(.vc_active):hover .vc_tta-title-text,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-3 .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:hover .vc_tta-title-text {
-webkit-background-clip: text;
-webkit-text-fill-color: #0000;
} .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-1 .vc_tta-panel-body {
padding-left: 0;
padding-right: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-gp-1 .vc_tta-panel-body {
padding: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-panel-body {
background: #f8f8f8;
padding: 20px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-panel-body {
background: transparent;
padding: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-3 .vc_tta-panel-body {
background: #f8f8f8;
} .gp-testimonial-box {
overflow: hidden;
position: relative;
clear: both;
width: 100%;  
text-align: center;
}
.gp-has-arrows .gp-testimonial-box {
padding: 0 40px;  
}
.gp-testimonial-image {
display: inline-block;
position: relative;
margin-bottom: 30px;
}
.gp-slider .slides li .gp-testimonial-image img {
width: 100px;
height: 100px;
border: 6px solid #e6e6e6;
border-radius: 100%;
}
.gp-pointer {
position: absolute;
bottom: -2px;
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #e6e6e6;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.gp-testimonial-headline {
margin: 0 0 5px 0;
font-size: 18px;
line-height: 22px;
font-weight: 500;
}
.gp-testimonial-text {
margin: 0 0 5px 0;
font-size: 16px;
line-height: 24px;
}
.gp-testimonial-name {
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
.gp-testimonial-slider.gp-slider .flex-control-nav {
position: relative;
bottom: auto;
right: auto;
margin: 15px 0 0 0;
text-align: center;
}
.gp-testimonial-slider.gp-slider .flex-control-nav li a {
border-color: rgba(0,0,0,0.5);
background-color: rgba(255,255,255,0.5);
}
.gp-testimonial-slider.gp-slider .flex-control-nav li a:hover,
.gp-testimonial-slider.gp-slider .flex-control-nav li .flex-active {
border-color: rgba(0,0,0,1);
background-color: rgba(255,255,255,0.5);
}
.gp-testimonial-slider.gp-slider .flex-direction-nav {
margin-top: -30px;
}
.gp-testimonial-slider.gp-slider .flex-direction-nav a {
width: auto;
height: auto;
padding: 0;
background: none;
opacity: 0.3;
}
.gp-testimonial-slider.gp-slider .flex-direction-nav a:before {
color: #000;
font-size: 60px;
line-height: 1;
}
.gp-testimonial-slider.gp-slider .flex-direction-nav a:hover {
opacity: 0.6;
} .gp-team-wrapper:before,
.gp-team-wrapper:after {
content: ' ';
display: table;
}
.gp-team-member {
padding-bottom: 40px;
text-align: center;
}	
.gp-team-image {
display: block;
margin: 0 auto 20px;
border-width: 5px;
border-style: solid;
border-radius: 100%;
}
.gp-team-name {
margin-bottom: 10px;
font-size: 19px;
line-height: 1;
}
.gp-team-position {
margin-bottom: 10px;
font-size: 16px;
line-height: 1;
}
.gp-team-description {
text-align: center;
}
.gp-team-member a {
display: inline-block;
color: inherit;
text-decoration: underline;
}
.gp-team-member a:hover {
text-decoration: none;
}   .gp-theme .pmpro_btn, 
.gp-theme .pmpro_btn:link, 
.gp-theme .pmpro_content_message a, 
.gp-theme .pmpro_content_message a:link {
padding: 10px 14px;
border: 0;
background-size: 200% 100%;
-webkit-transition: all .2s ease-in-out !important;
transition: all .2s ease-in-out !important;
}
.gp-theme .pmpro_btn:hover,
.gp-theme .pmpro_content_message a:hover {
background-position: 100% 0;
}
.gp-theme .pmpro_box th,
.gp-theme .pmpro_box td,
.gp-theme table.pmpro_checkout th,
.gp-theme table.pmpro_checkout td,
.gp-theme .pmpro_invoice th,
.gp-theme .pmpro_invoice td,
.gp-theme #pmpro_cancel table td,
.gp-theme #pmpro_cancel table th {
border-width: 1px;
border-style: solid;
} .gp-theme #pmpro_levels_table .pmpro_btn {
padding: 8px;
font-weight: 500;
font-size: 14px;
line-height: 1;
color: #232323;
border: 1px solid #e6e6e6;
background: none;
}
.gp-theme #pmpro_levels_table .pmpro_btn:hover {
background: #f8f8f8;
} .gp-theme .pmpro_checkout {
overflow: hidden;
}
.gp-theme form.pmpro_form label {
font-weight: 500;
}
.gp-theme .pmpro_checkout h3 .pmpro_checkout-h3-msg {
display: block;
margin-top: -20px;
font-style: normal;
}
.gp-theme #pmpro_user_fields h3 .pmpro_checkout-h3-msg {
display: none;
}
.gp-theme .pmpro_btn.pmpro_btn-submit-checkout {
width: auto;
}
.gp-theme input[type="button"].pmpro_btn.pmpro_btn-cancel {
margin: 10px 0 0 0;
} .gp-theme .pmpro_box table {
margin-top: 15px;
} .gp-theme .pmpro_content_message {
padding: 20px;
border: 1px solid #e6e6e6;
border-radius: 3px;
text-align: center;
font-size: 16px;
background: #f8f8f8;
}
.gp-theme .pmpro_content_message a:link {
margin-top: 10px;
width: 100%;
} .wpcf7-form .wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form .wpcf7-not-valid {
border-color: #E44E48;
}
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng {
margin-left: 0;
padding: 10px 20px;
border: 0;
background: #E44E48;
color: #fff;
}
.wpcf7-form .wpcf7-mail-sent-ok {
margin-left: 0;
padding: 10px 20px;
border: 0;
background: #90D835;
color: #fff;
} .ls-gui-element.ls-loading-container {
display: none !important;
} #wp-live-chat {
line-height: 1.5;
}
.modern #wp-live-chat-4 {
left: 20px !important;
}
#wplc_chatbox_header_bg {
background-image: none !important;
}
.wplc_agent_name {
margin-top: 2px;
}
.wplc-shrink .wplc_agent_name {
margin-top: -20px;
}
.wdt-emoji-picker {
line-height: 1;
}
.wplc-user-message {
padding: 5px 10px;
line-height: 20px;
}
.wplc-user-message:before {
top: 10px;
}
#wplc_chatmsg {
margin-top: 6px;
padding-left: 20px !important;
}
.bleeper_powered_by {
right: 10px;
text-align: right;
}  .gp-theme .em.pixelbones h2 {
font-size: calc(var(--font-size) + 3px) !important;
font-weight: 600 !important;
}
.gp-theme .em.pixelbones h3 {
font-size: calc(var(--font-size) + 3px) !important;
font-weight: 600 !important;
} .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, 
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
line-height: 1;
display: flex;
justify-content: center;
align-items: center;
} .css-events-list table.events-table th.event-time {
width: auto;
}
.css-events-list table.events-table td {
padding: 12px;
} .gp-theme .em.pixelbones td:first-child, 
.gp-theme .em.pixelbones th:first-child {
padding-left: 15px !important;
}
.gp-theme .em.pixelbones .event-categories {
margin: -25px 0 0 0 !important;
list-style-type: none !important;
}
.gp-theme .em.pixelbones p:empty {
display: none;
}
.gp-theme .em.em-event-booking-form .em-booking-section {
margin: 0;
}
.gp-theme .em.em-event-booking-form .em-booking-section p {
margin-bottom: 0 !important;
}
.gp-theme .em.em-event-booking-form h3.em-booking-section-title {
background: none;
border: 0;
padding: 0;
}
.em.em-event-booking-form .em-tickets {
margin: 0;
width: 100%;
}
.gp-theme .em.em-event-booking-form textarea {
margin-bottom: 0 !important;
}
.gp-theme .em-booking-submit.em-button {
margin: 15px 0 0 0 !important;
}  .em.em-list-widget .em-item .em-item-image {
max-width: 75px !important;
}
.em.em-list-widget .em-item .em-item-info .em-item-name {
margin-bottom: 5px;
font-size: 16px;
line-height: 22px;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line .em-icon {
display: none;
}
.em.em-item .em-item-meta .em-item-meta-line, 
.em.em-list .em-item .em-item-meta .em-item-meta-line, 
.em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
display: block;
font-size: 14px;
line-height: 20px;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-event-location {
font-size: small;
line-height: 1;
opacity: 0.6;
} .widget_em_widget .em > li,
.widget_em_locations_widget > li,
.gp-events-element > li {
margin: 0 !important;
padding: 0 0 15px 0 !important;
line-height: 1;
}
.widget_em_widget .em > li:first-child,
.widget_em_locations_widget > li:first-child,
.gp-events-element > li:first-child {
border-top: 0;
}
.widget_em_widget .em > li:last-child,
.widget_em_locations_widget > li:last-child,
.gp-events-element > li:last-child {    
padding-bottom: 0 !important;
border-bottom: 0;
}
.widget_em_widget .em li ul,
.widget_em_locations_widget li ul,
.gp-events-element li ul {
margin-bottom: 0 !important;
font-size: small;
}
.widget_em_widget .em li li,
.widget_em_locations_widget li li,
.gp-events-element li li {
margin-bottom: 5px;
padding: 0;
font-size: 13px;
line-height: 16px;
border: 0;
opacity: 0.6;
}
.widget_em_widget .em li li:last-child,
.widget_em_locations_widget li li:last-child,
.gp-events-element li li:last-child {
margin-bottom: 0 !important;
}
.widget_em_widget .em li a,
.widget_em_locations_widget li a,
.gp-events-element li a {
display: block;
margin-bottom: 5px;
line-height: 20px;
font-weight: 500;
font-style: normal;
font-size: 16px;
} .widget .wpml-ls-legacy-dropdown .wpml-ls-item {
border: 0;
} .gp-theme .bb-global-search-ac.ui-autocomplete {
box-shadow: none;
border: 1px solid #e6e6e6;
}
.gp-theme .bb-global-search-ac.ui-menu .ui-menu-item {
line-height: 1;
padding: 0 10px;
margin-bottom: 10px;
}
.gp-theme .bb-global-search-ac.ui-menu .ui-menu-item:last-child {
margin-bottom: 0;
}
.gp-theme .bb-global-search-ac.ui-menu .ui-menu-item.ui-state-focus, 
.gp-theme .bb-global-search-ac.ui-menu .ui-menu-item.ui-state-hover, 
.gp-theme .bb-global-search-ac.ui-menu .ui-menu-item:hover {
background: transparent;
}
.gp-theme .bb-global-search-ac li:not(.bbls-category) .bboss_ajax_search_item {
margin: 0;
padding: 0;
}
.gp-theme .bb-global-search-ac li.bbls-category,
.gp-theme .bb-global-search-ac li.bbls-category a {
margin-top: 30px;
font-weight: 500;
}
.gp-theme .bb-global-search-ac .loading-msg {
font-weight: normal;
font-size: 14px;
padding: 0 0 10px 0;
}
.gp-theme .bb-global-search-ac .loading-msg span {
margin-left: -25px;
} .gp-theme #buddypress .bboss_search_page div.dir-search {
width: 100%;
margin: 0 0 30px 0;
}
.gp-theme div.search_results h2.results-group-title {
margin: 20px 0 0 0;
}
.gp-theme #buddypress .bboss_search_page ul.item-list li div.item-title,
.gp-theme #buddypress .bboss_search_page ul.item-list li h3 {
font-size: 100%;
}
.gp-theme #buddypress .bboss_search_page ul.item-list li .entry-summary {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.gp-theme #buddypress ul.item-list li.bboss_search_item_member .item {
height: auto;
} #querylist {
z-index: 99998;
}  @media only screen and (min-width : 320px) {
} @media only screen and (min-width : 480px) {
#gp-mobile-primary-nav,
#gp-mobile-profile-nav {
width: 300px;
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
.rtl:not(.gp-mobile-primary-nav-active) #gp-mobile-primary-nav,
.rtl:not(.gp-mobile-profile-nav-active) #gp-mobile-profile-nav {
-webkit-transform: translateX(300px);
transform: translateX(300px);
}	
.gp-posts-list.gp-style-modern .gp-post-item {
padding: 40px 0;
}
.gp-filter-menu {
width: auto;
}
.wpb_row .vc_btn3.vc_btn3-size-lg,
.wpb_row .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, 
.wpb_row .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
padding: 18px 80px;
width: auto;
}		
} @media only screen and (min-width : 768px) {
blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
margin-left: 40px;
margin-right: 40px;
}
.gp-entry-content > *.alignwide {
width: 100%;
max-width: 100%;
}
.alignleft,
.gp-entry-content *.alignleft {
max-width: calc(4 * (100vw / 12));
margin-right: calc(2 * 1rem);
}
.alignright,
.gp-entry-content *.alignright {
max-width: calc(4 * (100vw / 12));
margin-right: 0;
margin-left: calc(2 * 1rem);
}
.aligncenter,
.gp-entry-content *.aligncenter {
max-width: calc(8 * (100vw / 12) - 28px);
}
.gp-container {
width: 738px;
}	
.gp-logo {
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
}
.gp-header-side-menu .gp-container {
width: 100%;
}		
.gp-header-side-menu #gp-global-wrapper.gp-active-desktop-side-menu {
padding-left: 30%;
}
#gp-global-wrapper.gp-active-desktop-side-menu #gp-side-menu-wrapper {
width: 30%;
}
.admin-bar #gp-side-menu-toggle {
bottom: 32px;
}
#gp-global-wrapper.gp-active-desktop-side-menu #gp-open-side-menu-button {
opacity: 0;
}
#gp-content-wrapper,
#gp-top-header .gp-container,
#gp-mobile-header > .gp-container,
#gp-standard-header > .gp-container,
.gp-header-row .gp-container,
#gp-footer .gp-container,
#gp-page-title .gp-container {
padding-left: 0;
padding-right: 0;
}
.gp-full-page-page-header #gp-content-wrapper,
.gp-wide-layout.gp-header-wide #gp-top-header .gp-container,
.gp-wide-layout.gp-header-wide #gp-mobile-header > .gp-container,
.gp-wide-layout.gp-header-wide #gp-standard-header > .gp-container,
.gp-wide-layout.gp-header-wide .gp-header-row .gp-container,
.gp-wide-layout #gp-footer.gp-footer-wide .gp-container,
.gp-wide-layout.gp-full-page-page-header #gp-page-title {
padding-left: 30px;
padding-right: 30px;
}
.gp-boxed-layout #gp-content-wrapper,
.gp-boxed-layout #gp-top-header .gp-container,
.gp-boxed-layout #gp-mobile-header > .gp-container,
.gp-boxed-layout #gp-standard-header > .gp-container,
.gp-boxed-layout .gp-header-row .gp-container,
.gp-boxed-layout #gp-footer .gp-container,
.gp-boxed-layout #gp-page-title .gp-container {
padding-left: 30px;
padding-right: 30px;
}
.gp-header-side-menu #gp-top-header .gp-container,
.gp-header-side-menu #gp-standard-header > .gp-container {
padding-left: 20px;
padding-right: 20px;
}
.gp-header-side-menu #gp-content-wrapper,
.gp-header-side-menu #gp-mobile-header > .gp-container,
.gp-header-side-menu .gp-header-row .gp-container,
.gp-header-side-menu #gp-footer .gp-container,
.gp-header-side-menu #gp-page-title .gp-container {
padding-left: 20px;
padding-right: 20px;
}	
.gp-full-page-page-header #gp-page-title {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#gp-page-header-video {
padding: 30px 0;
}
#gp-author-info-wrapper {
padding: 30px 15px;
}
#gp-author-info-wrapper .gp-divider-title {
top: -45px;
}
#gp-author-info-wrapper .avatar {
display: block;
}
#gp-author-details {
margin-top: -45px;
}
.gp-widget-title {
display: -webkit-flex;
display: flex;
}
.gp-widget-title .gp-filter-menus {
float: right;
width: auto;
}
.gp-footer-widget {
width: 48.5%;
margin-left: 3%;
}
.gp-footer-widget:first-child {
margin-left: 0;
}
.gp-footer-widget:nth-child(2n+1) {
clear: left;
margin-left: 0;
}
.gp-footer-whole {
width: 100%;
}
#gp-page-title {
padding-top: 30px;
padding-bottom: 30px;
}
.gp-posts-list.gp-style-modern .gp-loop-featured {
margin-right: 40px;
}
.gp-posts-list .gp-post-thumbnail, 
.gp-posts-list .gp-post-gallery, 
.gp-posts-list .gp-post-video,
.gp-small-posts .gp-loop-featured.gp-posts-video {
max-width: 100%;
}	
.gp-posts-list .gp-loop-text {
display: block;
}
.gp-posts-columns-3 .gp-post-item {
width: 32%;
margin-left: 2%;
}
.gp-posts-columns-4 .gp-post-item {
width: 23.5%;
margin-left: 2%;
}
[class*='gp-posts-columns-'] .gp-post-item:nth-of-type(2n+1) {
clear: none;
margin-left: 2%;
}
.gp-posts-columns-2 .gp-post-item:nth-of-type(2n+1),
.gp-posts-columns-3 .gp-post-item:nth-of-type(3n+1),
.gp-posts-columns-4 .gp-post-item:nth-of-type(4n+1) {
clear: left;
margin-left: 0;
}
.gp-posts-masonry.gp-style-classic .gp-post-item {
width: calc((100% - 20px) / 2);
}
.gp-posts-masonry.gp-style-modern .gp-post-item {
width: calc((100% - 46px) / 2);
}	
.gp-row-masonry .vc_row.vc_inner {
width: calc((100% - 21px) / 2);
} 	
.gp-featured-box-wrapper {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.gp-featured-box-wrapper.gp-wide {
width: calc(100% + 60px);
margin-left: -30px;
margin-right: -30px;
}	
.vc_row[data-vc-full-width='true'] .gp-featured-box-wrapper.gp-wide {
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
}			
.gp-featured-box-scroll {
overflow-x: visible;
overflow-y: visible;
margin: 0 !important;
white-space: normal;
}
.gp-featured-small {
width: 100% !important;
}
.gp-featured-box-2-1-2 .gp-featured-box-scroll {
display: none;
}
.gp-featured-box-scroll .gp-featured-small:first-child {
margin: 0 !important;
}
.gp-featured-box-scroll .gp-col-2 .gp-featured-small:last-child {
margin-right: 0;
}
.gp-featured-large .gp-featured-box-image {
padding: 0;
}
.gp-featured-large .gp-featured-caption-title {
font-size: 20px;
line-height: 24px;
}
.gp-featured-small .gp-featured-caption-title {
font-size: 14px;
line-height: 18px;
}	
.gp-highlight-column.gp-pricing-column {
margin-top: -20px;
}	
.gp-statistics-wrapper.gp-stats-columns {
display: -webkit-flex;
display: flex;
}
.gp-stats-columns .gp-stats-col {
width: auto;
margin: 0;
}	
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-tabs-list {
margin: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.vc_tta-style-gp-3 .vc_tta-tabs-list {
display: -webkit-flex;
display: flex;
}
.wpb-js-composer .vc_tta.vc_tta-tabs-position-top.vc_tta-style-gp-2 .vc_tta-tab {
margin: 0 0 0 25px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-gp-1 .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-gp-2 .vc_tta-panel-body {
padding-left: 20px;
padding-right: 20px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-gp-2 .vc_tta-panel-title > a {
padding-left: 0;
padding-right: 0;
}
.gp-team-member {
float: left;
}
.gp-team-member.gp-left-column {
clear: left;
}	
.gp-testimonial-box {
text-align: left;
}
.gp-testimonial-quote {
margin-left: 130px;
}
.gp-slider .slides li .gp-testimonial-image {
float: left;
margin: 0;
}
.gp-theme form.pmpro_form .pmpro_checkout:not(#pmpro_pricing_fields):not(#pmpro_tos_fields) .pmpro_checkout-fields > div {
float: left;
width: 49%;
}
.gp-theme input[type="button"].pmpro_btn.pmpro_btn-cancel {
margin: 0 0 0 10px;
}
.gp-theme .pmpro_content_message a:link {
width: auto;
}
} @media only screen and (min-width : 992px) {
blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
margin-left: 100px;
margin-right: 100px;
}
.gp-container {
width: 970px;
}
.gp-header-side-menu #gp-global-wrapper.gp-active-desktop-side-menu {
padding-left: 25%;
}
#gp-global-wrapper.gp-active-desktop-side-menu #gp-side-menu-wrapper {
width: 25%;
}
#gp-content-wrapper {	
padding-top: 40px;
padding-bottom: 40px;
}
.gp-full-page-page-header #gp-content-wrapper {
margin-bottom: 40px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#gp-inner-container {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.gp-left-sidebar #gp-content,
.gp-right-sidebar #gp-content,
.gp-both-sidebars #gp-content {
width: 72%;
}
.gp-sidebar {
display: block;
width: 25%;
margin-top: 0;
padding-top: 0;
border: 0;
}
#gp-sidebar-left {
float: left;
margin-right: 3%;
order: 1;
}	
.gp-both-sidebars #gp-sidebar-left {
display: none;
}
#gp-sidebar-right {
float: right;
margin-left: 3%;
order: 3;
}
.gp-sidebar-all .gp-sidebar-divider {
display: none;
}
.menu .menu-item.gp-show-on-mobile {
display: none;
}
.menu .menu-item.gp-hide-on-mobile {
display: inline-block;
}		
.gp-nav .menu-item-has-children > a:after,
.gp-nav .gp-tab-content-menu > a:after,
.gp-nav .gp-content-menu > a:after,
.gp-nav .menu-item:hover > .sub-menu {
display: block;
}
.gp-nav .gp-megamenu:hover > .sub-menu {
display: -webkit-flex;
display: flex;
}
.gp-top-header-desktop #gp-top-header {
display: block;
}
.gp-top-header-mobile #gp-top-header {
display: none;
}
#gp-mobile-header {
display: none;
}
#gp-standard-header {
display: block;
} .gp-header-side-menu.gp-scrolling .gp-active-desktop-side-menu #gp-standard-header > .gp-container,
.gp-header-side-menu.gp-fixed-header .gp-active-desktop-side-menu #gp-standard-header > .gp-container {
width: calc(100% - 25%);
margin-right: 25%;
}	
.gp-header-button .sub-menu {
position: absolute;
top: 100%;
right: -12px;
overflow: visible !important;
width: 250px;
margin: 0;
padding: 10px 0;
line-height: 1;
z-index: 1;
text-align: left;
list-style: none;
}
.gp-search-button-desktop .gp-search-button {
display: -webkit-flex;
display: flex;
}
.gp-search-button-mobile .gp-search-button {
display: none;
}
.gp-profile-button-desktop .gp-profile-button {
display: -webkit-flex;
display: flex;
}
.gp-profile-button-mobile .gp-profile-button {
display: none;
}
.gp-side-menu-desktop #gp-side-menu-wrapper,
.gp-side-menu-desktop #gp-open-side-menu-button {
display: block;
}	
#gp-side-menu-logo {
display: block;
}
#gp-mobile-primary-nav,
#gp-mobile-profile-nav,
#gp-mobile-nav-bg,
.gp-open-mobile-nav-button,
#gp-close-mobile-nav-button  {
display: none !important;
}
#login {
min-height: 0;
padding: 80px 0 120px 0;
}
#gp-login-modal {
width: 95%;
height: auto;
overflow: visible;
}
#gp-page-title .gp-container {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-align-items: center;
align-items: center;
}
#gp-breadcrumbs {
min-width: 50%;
margin-bottom: 0;
text-align: right;
}	
#gp-page-title-text {
min-width: 50%;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
#gp-page-header-video {
left: 50%;
width: 860px;
margin: 0 0 0 -430px;
}
#gp-page-header-video-bg {
display: block;
}
#gp-share-icons .gp-whatsapp-icon { 
display: none;
}
#gp-footer.gp-footer-widgets-desktop {
display: block;
}
#gp-footer-widgets {
display: block;
}
.gp-footer-widget:nth-child(2n+1) {
clear: none;
margin-left: 3%;
}
.gp-footer-widget:first-child {
margin-left: 0;
}
.gp-footer-half {
width: 48.5%;
}
.gp-footer-third {
width: 31.333%;
}
.gp-footer-fourth {
width: 22.75%;
}
.gp-footer-fifth {
width: 17.6%;
}
#gp-copyright {
text-align: left;
}	
#gp-copyright-text {
float: left;
}
#gp-footer-nav {
float: right;
margin-top: 0;
}
.error404 .gp-entry-content .gp-search {
max-width: 500px;
}
.gp-posts-masonry .gp-post-item {
width: 100%;
}
.gp-left-sidebar .gp-posts-masonry.gp-style-classic .gp-post-item,
.gp-right-sidebar .gp-posts-masonry.gp-style-classic .gp-post-item {
width: calc((100% - 20px) / 2);
}	
.gp-no-sidebar .gp-posts-masonry.gp-style-classic .gp-post-item,
.gp-fullwidth .gp-posts-masonry.gp-style-classic .gp-post-item {
width: calc((100% - 41px) / 3);
}
.gp-left-sidebar .gp-posts-masonry.gp-style-modern .gp-post-item,
.gp-right-sidebar .gp-posts-masonry.gp-style-modern .gp-post-item {
width: calc((100% - 45px) / 2);
}	
.gp-no-sidebar .gp-posts-masonry.gp-style-modern .gp-post-item,
.gp-fullwidth .gp-posts-masonry.gp-style-modern .gp-post-item {
width: calc((100% - 90px) / 3);
}
.gp-row-masonry .vc_row.vc_inner {
width: calc((100% - 41px) / 3);
} 	
.gp-featured-large .gp-featured-caption-title {
font-size: 24px;
line-height: 28px;
}
.gp-featured-small .gp-featured-caption-title {
font-size: 18px;
line-height: 22px;
}
.gp-post-form .gp-field {
max-width: 500px;
}
.gp-post-form textarea.gp-field {
max-width: 100%;
}
.gp-post-form .gp-submit {
width: auto;
}
.gp-posts-horizontal .gp-large-post .gp-post-item {
width: 50%;
}
.gp-posts-horizontal .gp-small-posts {
float: left;
width: 50%;
padding-left: 20px;
clear: right;
}
.gp-posts-horizontal .gp-small-posts .gp-post-item:first-child {
padding-top: 0;
border-top: 0;
}
.gp-has-arrows .gp-testimonial-box {
padding: 0 100px;  
}
.gp-events-map {
margin: 0 0 30px 15px !important;
}
} @media only screen and (min-width: 1168px) {
.gp-entry-content *.aligncenter {
max-width: calc(6 * (100vw / 12) - 28px);
}
} @media only screen and (min-width : 1200px) {
.gp-container {
width: 1140px;
}
.gp-both-sidebars .gp-sidebars {
display: block;
width: 22%;
}
.gp-both-sidebars #gp-sidebar-left {
display: block;
}
.gp-header-logo-left-1 #gp-standard-header .gp-container,
.gp-header-logo-left-2 #gp-standard-header .gp-container,
.gp-header-logo-right-1 #gp-standard-header .gp-container {
display: -webkit-flex;
display: flex;
}
.gp-header-side-menu.gp-scrolling .gp-active-desktop-side-menu #gp-standard-header > .gp-container,
.gp-header-side-menu.gp-fixed-header .gp-active-desktop-side-menu #gp-standard-header > .gp-container {
width: calc(100% - 20%);
margin-right: 20%;
}	
.gp-header-logo-left-1 #gp-main-header-primary-nav,
.gp-header-logo-left-2 #gp-main-header-primary-nav {
margin-left: 0;
}	
.gp-header-side-menu #gp-global-wrapper.gp-active-desktop-side-menu {
padding-left: 20%;
}
#gp-global-wrapper.gp-active-desktop-side-menu #gp-side-menu-wrapper {
width: 20%;
}	
.gp-no-sidebar .gp-posts-masonry.gp-style-classic.gp-columns-4 .gp-post-item,
.gp-fullwidth .gp-posts-masonry.gp-style-classic.gp-columns-4 .gp-post-item {
width: calc((100% - 61px) / 4);
}
.gp-no-sidebar .gp-posts-masonry.gp-style-modern.gp-columns-4 .gp-post-item,
.gp-fullwidth .gp-posts-masonry.gp-style-modern.gp-columns-4 .gp-post-item {
width: calc((100% - 136px) / 4);
}
.gp-featured-large .gp-featured-caption-title {
font-size: 28px;
line-height: 32px;
}
.gp-featured-small .gp-featured-caption-title {
font-size: 20px;
line-height: 24px;
}
} @media only screen and (min-width : 1470px) {
.gp-container {
width: 1200px;
}	
} @media only screen and (max-width: 991px) {
#gp-content {
width: 100% !important;
}
.gp-sidebar {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}	 
.pp_pic_holder {
left: 2.5% !important;
width: 95% !important;
}
.pp_content {
width: 98% !important;
height: auto !important;
}
.pp_fade {
padding-bottom: 40px;
width: 100% !important;
height: 100% !important;
}
#pp_full_res img,
#pp_full_res iframe,
#pp_full_res video {
max-width: none !important;
width: 100% !important;
height: auto !important;
}
.pp_details {
width: 100% !important;
}
.ppt {
margin-left: 0 !important;
width: 100% !important;
}
.gp-back-to-top-desktop #gp-to-top {
display: none !important;
}
.gp-events-map,
.gp-events-map .em-location-map-container {
width: 100% !important;
}
.gp-events-map {
margin: 0 0 15px 0 !important;
}
} @media only screen and (max-width: 767px) {
#gp-page-header .gp-container {
height: auto;
padding-bottom: 75% !important;
}
.gp-posts-list:not(.gp-widget) .gp-post-format-gallery-slider {
width: 100% !important;
}
.gp-team-member {
width: 100% !important;
}
} @media only screen and (max-width: 782px) {
.admin-bar #gp-close-mobile-nav-button {
top: 66px;
}
.admin-bar #gp-mobile-primary-nav,
.admin-bar #gp-mobile-profile-nav {
margin-top: 46px;
}
#gp-side-menu-content {
position: relative;
}
.admin-bar #gp-side-menu-content {
height: calc(100% - 96px);
}
.gp-sticky-footer.admin-bar #gp-footer {
top: -46px;
}
} @media only screen and (max-width: 600px) {
.gp-scrolling #gp-mobile-header,
.gp-fixed-header #gp-mobile-header {
top: 0;
}
.gp-fixed-header-all.gp-small-admin-bar #gp-mobile-header {
position: relative;
}
.gp-fixed-header.gp-small-admin-bar #gp-fixed-header-padding {
display: none;
}
} @media only screen and (max-width: 400px) {
#wp-live-chat-4 {
width: 90%;
}
}@font-face{font-family:'FontAwesome';src:url(//softmat.net/wp-content/themes/aardvark/lib/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//softmat.net/wp-content/themes/aardvark/lib/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//softmat.net/wp-content/themes/aardvark/lib/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//softmat.net/wp-content/themes/aardvark/lib/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//softmat.net/wp-content/themes/aardvark/lib/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//softmat.net/wp-content/themes/aardvark/lib/fonts/font-awesome/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}html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:none;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:none}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//softmat.net/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//softmat.net/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//softmat.net/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}#sitewide-notice #message {
z-index: 99999;
} @-webkit-keyframes loader-pulsate {
from {
color: inherit !important;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
}
to {
color: inherit !important;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.6;
}
}
@-moz-keyframes loader-pulsate {
from {
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
}
to {
color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.6;
}
} .gp-theme .gp-bp-hover-effect {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
padding: 50% 0;
border-radius: 100%;
background: rgba(0,0,0,0.4);
color: #fff;
font-size: 24px;
opacity: 0;
transition: all 0.4s ease-in-out;
transform: scale(0);
}
.gp-theme .gp-bp-hover-effect:before {
content: '+';
}
.gp-theme a:hover .gp-bp-hover-effect {
transform: scale(1);
opacity: 1;
}
.gp-user-online,
.gp-user-offline {
position: absolute;
bottom: 12px;
right: 8px;
width: 12px;
height: 12px;
border: 2px solid #fff;
border-radius: 100%;
}
.gp-user-online {
background-color: #39c8df;
}
.gp-user-offline {
background-color: #999;
}
.gp-user-online .bp-tooltip,
.gp-user-offline .bp-tooltip {
display: none;
width: 100%;
height: 100%;
}   .gp-bp-wrapper {
position: relative;
overflow: hidden;
width: 100%;
clear: both;
margin: 0;
list-style: none;
}
.gp-bp-wrapper.gp-posts-masonry {
opacity: 0;
}
.gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) {
opacity: 1;
}	
.gp-bp-wrapper .gp-post-thumbnail {
display: block;
height: 150px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.gp-bp-wrapper .gp-bp-col-cover-overlay {
position: absolute;
top: 5px;
right: 5px;
padding: 5px 8px;
border-radius: 3px;
background: rgba(0,0,0,0.6);
font-size: 11px;
line-height: 1;
color: #fff;
}
.gp-bp-wrapper .gp-bp-col-cover-overlay:before {
content: '\f2c0';
margin-right: 5px;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-fontawesome5 .gp-bp-wrapper .gp-bp-col-cover-overlay:before {
content: '\f007';
font-weight: 400;
}
.gp-bp-wrapper .gp-bp-col-avatar {
display: inline-block;
}
.gp-bp-wrapper .gp-post-thumbnail .gp-bp-col-avatar {
position: absolute;
z-index: 1;
bottom: -40px;
left: 50%;
line-height: 0;
margin-left: -45px;
text-align: center;
}
.gp-bp-wrapper .gp-no-cover-image .gp-bp-col-avatar {
margin-bottom: 10px;
}
.gp-bp-wrapper .gp-bp-col-avatar a {
display: block;
position: relative;
line-height: 0;
}
.gp-bp-wrapper .gp-bp-col-avatar img.avatar {
float: none;
width: 90px;
height: 90px;
margin: 0;
border: 6px solid #fff;
}
.gp-bp-wrapper .gp-no-cover-image .gp-bp-col-avatar img.avatar {
border-color: rgba(0,0,0,0.1);
}
.gp-bp-wrapper.gp-style-classic .gp-loop-content {
padding-top: 48px;
}
.gp-bp-wrapper.gp-style-classic .gp-loop-content.gp-no-cover-image {
padding-top: 25px;
}
.gp-bp-wrapper .gp-loop-text {
margin: 0;
}
.gp-bp-wrapper .gp-loop-text a {
margin: 0;
word-break: break-all;
}
.gp-bp-wrapper .gp-bp-col-action {
line-height: 1;
}
.gp-bp-wrapper .gp-bp-col-action .generic-button {
display: inline-block;
margin-top: 15px;
}
.gp-bp-wrapper .gp-bp-col-action .generic-button a,
.gp-bp-wrapper .gp-bp-col-action .generic-button a:hover {
padding: 4px 8px !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 1 !important;
}
.gp-bp-wrapper .gp-bp-col-action .generic-button .add,
.gp-bp-wrapper .gp-bp-col-action .generic-button .join-group {
background: #8cbe4b !important;
}
.gp-bp-wrapper .gp-bp-col-action .generic-button .add:hover,
.gp-bp-wrapper .gp-bp-col-action .generic-button .join-group:hover {
opacity: 0.8 !important;
}
.gp-bp-wrapper .gp-bp-col-action .generic-button .remove,
.gp-bp-wrapper .gp-bp-col-action .generic-button .requested,
.gp-bp-wrapper .gp-bp-col-action .generic-button .leave-group,
.gp-bp-wrapper .gp-bp-col-action .generic-button .request-membership {
border: 1px solid #e6e6e6 !important;
background: transparent !important;
color: #999 !important;
}
.gp-bp-wrapper .gp-bp-col-action .generic-button .remove:hover,
.gp-bp-wrapper .gp-bp-col-action .generic-button .requested:hover,
.gp-bp-wrapper .gp-bp-col-action .generic-button .leave-group:hover,
.gp-bp-wrapper .gp-bp-col-action .generic-button .request-membership:hover {
background: #f8f8f8 !important;
}
.gp-bp-wrapper .gp-bp-col-group-type {
display: inline-block;
margin-top: 15px;
font-size: 13px;
line-height: 1;
margin-right: 10px;
}   .gp-theme .gp-bp-element:not(.gp-bp-posts-list) {
text-align: center;
}
.gp-theme .gp-bp-element li {
padding: 15px 0;
}
.gp-theme .gp-bp-element .item-avatar a {
float: left;
margin: 0;
line-height: 0;
}
.gp-theme .gp-bp-element div.item-avatar img {
width: 35px;
height: 35px;
margin: 0;
}
.gp-theme .gp-bp-element div.item {
margin: 0 0 0 50px;
}
.gp-theme .gp-bp-element li .item-title {
margin-bottom: 5px;
line-height: 130%;
}
.gp-theme .gp-bp-element li .item-meta {
margin: 0;
font-size: 12px;
line-height: 1;
opacity: 0.6;
}
.gp-theme .gp-bp-element span.activity {
display: inline-block;
font-size: small;
padding: 0;
}  .gp-theme .gp-bp-element:not(.gp-bp-posts-list) div.item-options {
margin: 0 0 30px 0;
padding: 0;
text-align: center;
}
.gp-theme .gp-bp-element:not(.gp-bp-posts-list) div.item-options a {
display: inline-block;
margin: 0 15px;
padding: 0;
font-size: 18px;
}
.gp-theme .gp-bp-element div.item-options a {
opacity: 0.6;
}
.gp-theme .gp-bp-element div.item-options a:hover,
.gp-theme .gp-bp-element div.item-options a.selected {
opacity: 1;
} .gp-theme .gp-bp-element.gp-bp-posts-list div.item-options {
margin: 0 0 8px 0;
padding: 0;
font-size: 13px;
line-height: 1;
}
.gp-theme .gp-bp-element.gp-bp-posts-list div.item-options a {
display: inline-block;
margin: 0 10px 4px 0;
}
.gp-theme .gp-bp-element.gp-bp-posts-list div.item-options a:last-child {
margin: 0;
padding: 0;
}
.gp-theme .gp-bp-element.gp-bp-posts-list .gp-bp-wrapper {
margin: 0;
} .gp-theme .gp-bp-round-avatars {
display: inline-block;  
margin: -3px 0;
}
.gp-theme .gp-bp-round-avatars li {
display: inline-block;    
float: none;
clear: none;
width: auto;
margin: 3px 5px;
padding: 0;
border: 0;
line-height: 0;
list-style: none;
transition: all 0.4s ease-in-out;
}
.gp-theme .gp-bp-round-avatars .gp-bp-avatar {
display: block;
position: relative;
}
.gp-theme .gp-bp-round-avatars .gp-bp-avatar img {
width: 90px;
height: 90px;
margin: 0;
border: 6px solid rgba(0,0,0,0.1);
} .gp-theme .gp-bp-grid-avatars {
display: inline-block;  
margin: 0;
}
.gp-theme .gp-bp-grid-avatars li {
width: auto;
float: left;
list-style: none;
}
.gp-theme .gp-bp-grid-avatars li .gp-bp-avatar {
position: relative;
display: block;
line-height: 0;
}
.gp-theme .gp-bp-grid-avatars .gp-bp-hover-effect {
border-radius: 0;
}
.gp-theme .gp-bp-grid-avatars .gp-bp-avatar img {
width: 90px;
height: 90px;
border-radius: 0;
} .gp-theme .gp-post-item.is-admin.hidden,
.gp-theme .gp-post-item.is-member.hidden {
display: inline-block;
} .gp-theme .gp-bp-element.gp-small-avatars {
text-align: left;
}
.gp-theme .gp-bp-element:not(.gp-bp-posts-list) .avatar-block {
display: inline-block;  
margin: -7px 0;
}
.gp-theme .gp-bp-element:not(.gp-bp-posts-list) .item-avatar {
position: relative;
display: inline-block;
margin: 7px 10px;
}
.gp-theme .gp-bp-element:not(.gp-bp-posts-list) .item-avatar a {
margin: 0;
}
.gp-theme .gp-bp-element:not(.gp-bp-posts-list) .item-avatar img {
width: 90px;
height: 90px;
margin: 0;
border: 6px solid #fff;
}
.gp-theme .gp-bp-element.gp-small-avatars .item-avatar img {
width: 35px;
height: 35px;
border: 0;
}  .youzify-search-landing-heading {
font-size: 28px;
line-height: 36px;
}	
.yzw-quote-content .yzw-quote-icon i, 
.yzw-quote-content .yzw-quote-owner, 
.yzw-quote-content blockquote {
color: #fff !important;
}
.youzify select:not([multiple]) {
​-webkit-appearance: menulist;
}
#youzify-modal {
z-index: 99997;
}
.gp-boxed-layout .youzify-page {
margin: 0 auto;
}
.youzify-wall-embed .youzify-embed-avatar img {
border-radius: 0;
}
.youzify .activity-inner br {
line-height: unset !important;
} .gp-bp-activity-element .youzify-page {
width: 100% !important;
padding: 0;
background: none;
}
.gp-bp-activity-element .youzify-global-wall .youzify-page-main-content {
padding: 0 !important;
}
@media only screen and (min-width: 768px) {
.gp-boxed-layout .youzify-page {
width: 738px;
}
.gp-boxed-layout .youzify-settings-area {
padding-right: 15px;
}
#youzify-profile-navmenu .youzify-social-buttons {
padding-right: 25px;
}
.youzify-search-landing-heading {
font-size: 48px;
line-height: 56px;
}	
}
@media only screen and (min-width: 992px) {
.gp-boxed-layout .youzify-page {
width: 970px;
}
}
@media only screen and (min-width: 1025px) {
.gp-boxed-layout .youzify-page-main-content {
padding-left: 30px;
padding-right: 30px;
}
.gp-boxed-layout .youzify-global-wall .youzify-page-main-content {
padding-left: 30px;
padding-right: 30px;
}
.gp-boxed-layout .youzify-directory .youzify-page-main-content {
padding-left: 10px;
padding-right: 10px;
}
.gp-boxed-layout .youzify-settings-area {
padding-right: 30px;
}	
}
@media only screen and (min-width: 1171px) {
.gp-boxed-layout .youzify-cover-content .youzify-inner-content {
padding-left: 30px;
}
}
@media only screen and (min-width: 1200px) {
.gp-boxed-layout .youzify-page {
width: 1140px;
}
}
@media only screen and (min-width: 1470px) {
.gp-boxed-layout .youzify-page {
width: 1200px;
}
}  .gp-theme #buddypress .mfp-close {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.8);
color: #fff;
right: 10px;
height: 40px;
text-indent: 0;
font-size: 24px;
}
.gp-theme #buddypress .mfp-arrow:before, 
.gp-theme #buddypress .mfp-arrow:after, 
.gp-theme #buddypress .mfp-arrow .mfp-b, 
.gp-theme #buddypress .mfp-arrow .mfp-a {
border: 0;
margin: 0;
}
.gp-theme #buddypress .mfp-arrow-left {
padding-right: 4px;
}
.gp-theme #buddypress .mfp-arrow-right {
padding-left: 4px;
}
.gp-theme #buddypress .mfp-arrow-left:before,
.gp-theme #buddypress .mfp-arrow-right:before {
display: inline;
position: relative;
color: #fff;
opacity: 1;
}
.gp-theme #buddypress .mfp-arrow-left:before {
content: '\f104';
}
.gp-theme #buddypress .mfp-arrow-right:before {    
content: '\f105';
}
.gp-theme #buddypress .mfp-arrow {
width: 40px;
height: 60px;
margin: -30px 0 0 0;
background: rgba(0,0,0,0.8);
font-family: 'FontAwesome';
font-size: 30px;
line-height: 60px;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .gp-theme #buddypress .rtm-single-media {
line-height: 0;
} .gp-theme #buddypress .rtm-time-privacy {
line-height: 1;
}
.gp-theme #buddypress .rtm-time-privacy .dashicons {
margin-top: -5px;
}
.gp-theme #buddypress .rtmedia-media-description {
margin-bottom: 15px;
}
.gp-theme #buddypress .rtmedia-actions-before-comments .rtmedia-comment-link, 
.gp-theme #buddypress .rtmedia-actions-before-comments .rtmedia-view-conversation, 
.gp-theme #buddypress .rtmedia-actions-before-comments .rtmedia-like {
border: 0;
background: transparent;
font-weight: 500;
line-height: 1;
color: inherit;
}
.gp-theme #buddypress .rtmedia-actions-before-comments .rtmedia-comment-link:hover, 
.gp-theme #buddypress .rtmedia-actions-before-comments .rtmedia-like:hover {
color: inherit;
font-size: 13px;
line-height: 1;
text-decoration: underline;
}
.gp-theme #buddypress .rtmedia-like .rtm-like-loading {
margin-right: 5px;
}
.gp-theme #buddypress .rtm-like-comments-info {
margin-top: 15px;
}
.gp-theme #buddypress .rtmedia-like-info:not(.hide) {
display: flex;
align-items: center;
}
.gp-theme #buddypress .dashicons-thumbs-up {
margin-right: 10px;
}
.gp-theme #buddypress .rtm-comment-wrap .rtmedia-comment-author {
font-weight: 400;
}
.gp-theme #buddypress .rtmedia-comment-media-list {
margin: 0;
}
.rtmedia-activity-container .rtmedia-item-title, 
.rtmedia-activity-container .rtmedia-item-title a {
line-height: 17px;
}
.gp-theme #buddypress #rt_media_comment_form {
margin-top: 15px;
}
.gp-theme #buddypress .rtm-media-single-comments {
padding: 0;
}
.gp-theme #buddypress #rt_media_comment_form textarea,
.gp-theme #buddypress .rtm-media-single-comments textarea {
padding: 10px;
max-height: 100px;
background: transparent;
}
.gp-theme #buddypress #rt_media_comment_submit {
float: left;
font-size: 13px;
line-height: 1;
padding: 8px 12px;
}
.gp-theme #buddypress #rt_media_comment_submit:hover {
font-size: 13px;
line-height: 1;
} .gp-theme #buddypress .search_results ul.item-list li div.item-desc {
display: none;
}  .gp-bps-wrapper {
overflow: hidden;
width: 100%;
}
.gp-bps-wrapper.gp-bps-members-directory {
margin-bottom: 30px !important;
}
.gp-bps-element {
padding: 30px 20px;
background: rgba(255,255,255,0.5);
border: 10px solid rgba(0,0,0,0.1);
} .gp-bps-wrapper.ui-accordion .ui-accordion-header {
border-radius: 4px !important;
}
.gp-bps-wrapper.ui-accordion .ui-accordion-header-active {
border-radius: 4px 4px 0 0 !important;
}
.gp-bps-element .ui-accordion .ui-accordion-header {    
display: none;
}
.gp-bps-wrapper.ui-accordion .ui-icon {      
width: auto;
height: auto;
margin-right: 5px;  
background: none;
text-indent: 0;
}
.gp-bps-wrapper.ui-accordion .ui-icon:before {
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-bps-wrapper.ui-accordion .ui-icon-minus:before {
content: '\f068';
}
.gp-bps-wrapper.ui-accordion .ui-icon-plus:before {
content: '\f067';
}
.gp-bps-element .gp-bps-title {    
margin-bottom: 36px;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-align: center;
} .gp-bps-wrapper.ui-accordion .ui-accordion-content { 
padding: 20px;
}
.gp-bps-members-directory.ui-accordion .ui-accordion-content {
width: 100%;
}
.gp-bps-element .ui-accordion .ui-accordion-content { 
display: block !important;
padding: 0;
border: 0;
background: none;
} .gp-bps-field {
float: left;
width: 100%;
line-height: 1;
padding-bottom: 15px;
}
.gp-small .gp-bps-field {
width: 50%;
padding: 0 20px 15px 0;
}
.gp-small .gp-bps-field:nth-of-type(2n) {
padding-right: 0;
}
.gp-small .gp-bps-field:nth-of-type(2n+1) {
clear: left;
}
.gp-bps-members-directory .gp-bps-field {
float: left;
width: 100%;
min-height: 80px;
padding-right: 20px;
}
.gp-bps-members-directory .gp-bps-field [id*='field_'] {
width: 100%;
}
.gp-bps-field label {
display: block;
padding-bottom: 10px;
font-size: 14px;
font-weight: 500;
}
.gp-bps-field a {
display: block;
padding-bottom: 5px;
font-size: 12px;
line-height: 1;
}
.gp-bps-field input[type='text'],
.gp-bps-field input[type='date'],
.gp-bps-field input[type='number'],
.gp-bps-field input[type='search'],
.gp-bps-field input[type='url'],
.gp-bps-field textarea,
.gp-bps-field select {
width: 100%;
margin-bottom: 5px;
}
.gp-bps-field [name*='_age_range[min]'],
.gp-bps-field [name*='_age_range[max]'] {
width: 45% !important;
}
.gp-bps-desc {
display: block;
margin-bottom: 5px;
opacity: 0.7;
font-size: 13px;
line-height: 17px;
} .gp-bps-button {    
width: 100%;
}
.gp-bps-members-directory .gp-bps-button { 
float: left;
clear: both;
display: block;
width: auto;   
}  .gp-theme #buddypress .bp_members.course {
width: 100%;
overflow: hidden;
padding: 20px 0;
border-bottom: 1px solid #e6e6e6;
}
.gp-theme #buddypress .bp_members.course:first-child {
border-top: 1px solid #e6e6e6;
}
.gp-theme #buddypress .bp_members.course h2 {
margin: 0 0 5px 0;
clear: none;
font-size: 18px;
line-height: 22px;
font-weight: 500;
letter-spacing: 0;
}
.gp-theme #buddypress .bp_members.course .alignleft {
float: left;
margin: 0 20px 0 0;
border-radius: 100%;
width: 90px;
height: 90px;
}
.gp-theme #buddypress .bp_members.course section.entry {
overflow: hidden;
}
.gp-theme #buddypress .bp_members.course .sensei-course-meta {
margin-bottom: 10px;
}
.gp-theme #buddypress .bp_members.course section.entry span:first-child {
padding-left: 0;
}
.gp-theme #buddypress .bp_members.course .course-excerpt {
display: none;
margin-bottom: 12px;
}
.gp-theme #buddypress .bp_members.course .meter {
margin: 0 0 10px 0;
border-radius: 3px;
}
.gp-theme #buddypress .bp_members.course .meter > span {    
padding: 0 10px 0 0;
line-height: 25px;
border-radius: 3px;
}    
.gp-theme #buddypress .bp_members.course section.entry {
overflow: hidden;
}
.gp-theme #buddypress .bp_members.course .entry-actions {
width: 100%;
text-align: right;
} .gp-theme #buddypress .course-lessons h2 {
margin: 20px 0 0 0;
padding-bottom: 10px;
border-bottom: 1px solid #e6e6e6;
}
.gp-theme #buddypress .bp_group.lesson {
width: 100%;
overflow: hidden;
padding: 20px 0;
border-bottom: 1px solid #e6e6e6;
}
.gp-theme #buddypress .bp_group.lesson h2 {
clear: none;
margin: 0 0 5px 0;
padding: 0;
border: 0;
font-size: 18px;
line-height: 22px;
font-weight: 500;
letter-spacing: 0;
}
.gp-theme #buddypress .bp_group.lesson .lesson-meta {
margin: 0 0 10px 0;
}
.gp-theme #buddypress .bp_group.lesson .lesson-meta span:after {
content: '·';
margin: 0 2px 0 5px;
}
.gp-theme #buddypress .bp_group.lesson .lesson-meta span:last-child:after {
content: '';
margin: 0;
}
.gp-theme #buddypress .bp_group.lesson .alignleft {
float: left;
margin: 0 20px 0 0;
width: 215px;
height: auto;
} .gp-theme.single-item.groups #buddypress #item-body .post.module:first-child {
margin-top: 20px !important;
}  .gp-theme #buddypress .statusnotice .em-notice.notice {
border-radius: 5px !important;
color: #000 !important;
padding: 15px !important;
font-size: 16px !important;
line-height: 22px !important;
border: 0 !important;
margin-bottom: 15px;
}
.gp-theme #buddypress .statusnotice .em-notice.notice.notice-info {
background-color: #f0f7ff !important;
}
.gp-theme #buddypress .statusnotice .em-notice.notice.notice-success {
background: #8cbe4b !important;
color: #fff !important;
}
.gp-theme #buddypress .statusnotice .em-notice.notice p {
margin: 0 !important;
}
.gp-theme #buddypress.events #buddypress .statusnotice {
margin-bottom: 20px;
} .gp-theme #buddypress .em-events-list {
margin: 0;
list-style: none;
}
.gp-theme #buddypress .em-events-list ul {
margin: 0;
list-style: none;
font-size: 13px;
line-height: 16px;
}
.gp-theme #buddypress .em-events-list > li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e6e6e6;
}
.gp-theme #buddypress .em-events-list > li:last-child {
border-bottom: 0;
}  .gp-theme #buddypress .em.pixelbones input[type='text'] {
float: none;
margin: 0;
} .gp-theme #buddypress .em.pixelbones .input .em-button.button.add-new-h2 {
margin: 0 0 30px 0 !important;
}
.gp-theme #buddypress .em.em-events-admin-list .input .search-box {
display: flex;
width: 100%;
}
.gp-theme #buddypress .em.em-events-admin-list .input .search-box input {
margin-right: 10px;
}
.gp-theme #buddypress .em.pixelbones .input div.tablenav .row-actions,
.gp-theme #buddypress .em.pixelbones table .row-actions {
font-size: 12px;
line-height: 18px;
}
.gp-theme #buddypress .em.pixelbones .table-wrap {
overflow: auto;
}
.gp-theme #buddypress .em.pixelbones td:first-child, 
.gp-theme #buddypress .em.pixelbones th:first-child {
padding-left: 15px !important;
}
.gp-theme #buddypress .em-bookings-table-filters {
max-width: none;
}
.gp-theme .em.pixelbones .input fieldset, 
.gp-theme .em.pixelbones .input input[type="text"], 
.gp-theme .em.pixelbones .input input[type="number"], 
.gp-theme .em.pixelbones .input input[type="email"], 
.gp-theme .em.pixelbones .input input[type="password"], 
.gp-theme .em.pixelbones .input select, 
.gp-theme .em.pixelbones .input textarea, 
.gp-theme .em.pixelbones.input fieldset, 
.gp-theme .em.pixelbones.input input[type="text"], 
.gp-theme .em.pixelbones.input input[type="number"], 
.gp-theme .em.pixelbones.input input[type="email"], 
.gp-theme .em.pixelbones.input input[type="password"], 
.gp-theme .em.pixelbones.input select, 
.gp-theme .em.pixelbones.input textarea {
margin-bottom: 5px !important;
}
.gp-theme #buddypress #posts-filter br.clear {
display: none;
}
.gp-theme #buddypress .em.pixelbones.em-locations-admin .alignleft {
display: flex;
width: 100%;
} .gp-theme #buddypress .em.pixelbones.em-locations-admin .alignleft {
display: flex;
width: 100%;
}
.gp-theme #buddypress .em.pixelbones.em-locations-admin select {
margin-right: 10px;
} .gp-theme #buddypress .em.pixelbones.em-event-editor label,
.gp-theme #buddypress .em.pixelbones.em-location-editor label {
line-height: 1;
}
.gp-theme #buddypress .em-event-editor-section em,
.gp-theme #buddypress .em-location-editor-section em {
font-style: normal;
opacity: 0.6;
}
.gp-theme #buddypress .em.pixelbones.em-event-editor h3,
.gp-theme #buddypress .em.pixelbones.em-location-editor h3 {
margin-bottom: 5px !important;
}
.gp-theme #buddypress .em.pixelbones.em-event-editor section,
.gp-theme #buddypress .em.pixelbones.em-location-editor section {
border: 1px solid #e6e6e6;
padding: 20px;
margin-bottom: 20px !important;
}
.gp-theme #buddypress .em.pixelbones.em-event-editor section .input p,
.gp-theme #buddypress .em.pixelbones.em-location-editor section p {
margin-bottom: 5px !important;
}
.gp-theme #buddypress .ticket-options,
.gp-theme #buddypress .em-ticket-form-advanced,
.gp-theme #buddypress .em-booking-options,
.gp-theme #buddypress .event-form-where,
.gp-theme #buddypress .event-form-submitter {
display: none !important;
} .gp-theme #buddypress .event-form-name.em-event-editor-section [name="group_id"] {
margin-top: 10px !important;
} .gp-theme #buddypress .em.pixelbones.em-event-editor .event-form-when h3 {
margin-bottom: 15px !important;
}
.gp-theme #buddypress .em.pixelbones .input .em-time-range label.inline-left {
margin-left: 10px;
margin-right: 0px !important;
}
.gp-theme #buddypress #event-date-explanation {
display: block;
font-style: normal;
} .gp-theme #buddypress .em.em-location-where.has-map {
gap: 0;
} .gp-theme #buddypress .inside.location-form-image {
padding: 0 !important;
} .gp-theme #buddypress .event-form-bookings #event-rsvp-box {
margin: 0;
}
.gp-theme #buddypress .event-form-bookings #event-rsvp-options {
margin-top: 10px;
}
.gp-theme #buddypress .em.pixelbones.em-event-editor section .input .em-tickets-form p {
margin-bottom: 15px !important;
}
.gp-theme #buddypress .event-rsvp-options-tickets h4 {
display: none;
}
.gp-theme #buddypress .em-tickets-row .ticket-actions {
font-size: 14px;
line-height: 1;
} .gp-theme #buddypress .em.pixelbones.em-event-editor section.event-form-submit,
.gp-theme #buddypress .em.pixelbones.em-location-editor section.event-form-submit {
border: 0 !important;
padding: 0 !important;
margin-bottom: 0 !important;
} .gp-theme #buddypress .em.pixelbones.em-bookings-admin h2 {
margin-top: 20px !important;
}
.gp-theme #buddypress .em.pixelbones.em-bookings-admin p {
margin-bottom: 5px !important;
}
.gp-theme #buddypress .em.pixelbones.em-bookings-admin br.clear {
display: none;
} .gp-theme #buddypress .em.pixelbones .input div.tablenav .actions {
max-width: 100%;
}
.gp-theme #buddypress .em.pixelbones .input div.tablenav #post-query-submit {
margin-right: 10px;
}
.gp-theme #buddypress .input .em.pixelbones.em-modal.em-bookings-table.em-bookings-table-export.em-bookings-table-modal,
.gp-theme #buddypress .input .em-bookings-table-form.em-bookings-table-settings-form {
display: none;
}
.gp-theme #buddypress .em-bookings-table .em-bt-col-actions {
font-size: 14px;
line-height: 1;
} .gp-theme #buddypress #posts-filter .alignleft.actions {
display: flex;
width: 100%;
}
.gp-theme #buddypress #posts-filter .alignleft.actions #post-query-submit {
margin-left: 5px;
} .gp-theme #buddypress .em-manual-booking .button.add-new-h2 {
clear: both;
display: block;
overflow: hidden;
margin-top: 10px;
width: 280px;
}
.gp-theme #buddypress .em-manual-booking .em.em-event-booking-form .em-tickets {
width: 100%;
margin: 0;
}
.gp-theme #buddypress .em-manual-booking label {
line-height: 1;
}
.gp-theme #buddypress .em-manual-booking .input-user-field > input,
.gp-theme #buddypress .em-manual-booking .input-user-field > select {
margin-bottom: 15px !important;
} .gp-theme #buddypress #register-page .the_champ_social_login_title {
font-weight: 700;
}
.gp-theme #buddypress #register-page .heateor_ss_social_login_optin {
margin-bottom: 0;
}
.gp-theme #buddypress #register-page .the_champ_login_ul li {
margin-bottom: 15px !important;
} .gp-theme .bp-block-member.has-cover .member-content {
flex-direction: column;
padding-top: 85px;
align-items: center;
}
.gp-theme .bp-block-member.avatar-full.has-cover .item-header-avatar {
width: 100px;
margin: 0;
}
.gp-theme .bp-block-member.avatar-full.has-cover img.avatar {
margin-left: 0;
}
.gp-theme .bp-block-member.has-cover .member-description {
padding-top: 10px;
text-align: center;
}
.gp-theme .bp-block-member .bp-profile-button a.button {
position: relative;
bottom: auto;
right: auto;
} body .youzify-sidebar .buddypress div.item-options {
flex-direction: row;
margin: 0;
padding-bottom: 0 !important;
}
body .youzify-sidebar .widget_bp_core_members_widget .item-list .vcard, 
body .youzify-sidebar .widget_bp_groups_widget .item-list li {
border: 0;
}
body .youzify-sidebar .widget.buddypress div.item-options {
line-height: inherit;
}
body .youzify-sidebar .widget.buddypress div.item-options {
line-height: inherit;
}
body .youzify-sidebar .widget.buddypress div.item {
margin: 0;
}
body .youzify-sidebar .widget.buddypress div.item-meta, 
body .youzify-sidebar .widget.buddypress div.item-content {
margin: 0;
}
body .youzify-sidebar .widget_bp_core_recently_active_widget .avatar-block, 
body .youzify-sidebar .widget_bp_core_whos_online_widget .avatar-block, 
body .youzify-sidebar .widget_bp_follow_following_widget .avatar-block {
padding: 17px;
}
body .youzify-sidebar .widget_bp_core_recently_active_widget .item-avatar, 
body .youzify-sidebar .widget_bp_core_whos_online_widget .item-avatar, 
body .youzify-sidebar .widget_bp_follow_following_widget .item-avatar {
margin: 0;
}
body .youzify-sidebar .widget.buddypress .item-avatar a {
float: none;
margin: 0;
}
body .youzify-sidebar .youzify-tooltip:hover:after, 
body .youzify-sidebar .youzify-tooltip:hover:before, 
body .youzify-sidebar [data-youzify-tooltip]:hover:after, 
body .youzify-sidebar [data-youzify-tooltip]:hover:before {
display: none;
}  @media only screen and (min-width : 768px) {
.gp-theme .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li {
margin-left: 20px;
}
.gp-theme .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(odd) {
margin-left: 0;
clear: left;
}
.gp-theme #buddypress .bp_members.course .course-excerpt {
display: block;
}
.gp-theme #buddypress .gp-bps-field {
width: 33.333%;
}
} @media only screen and (min-width : 992px) {
.gp-theme #buddypress .standard-form input[type='text'],
.gp-theme #buddypress .standard-form input[type='email'],
.gp-theme #buddypress .standard-form input[type='password'] {
width: 75%;
}
.gp-theme #buddypress .standard-form input[type='url'],
.gp-theme #buddypress .standard-form .field_long-url input[type='text'] {
width: 100%;
}
.gp-theme #buddypress .standard-form input[type='number'],
.gp-theme #buddypress .standard-form select {
width: auto;
}
.gp-theme .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(odd) {
margin-left: 20px;
clear: none;
}	
.gp-theme:not(.gp-fullwidth):not(.gp-no-sidebar) .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(2n+1),
.gp-theme.gp-fullwidth .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(3n+1),
.gp-theme.gp-no-sidebar .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(3n+1) {
margin-left: 0;
clear: left;
}
} @media only screen and (min-width : 1025px) {
.gp-theme #buddypress .mfp-close {
right: 2px;
top: 2px;
height: 20px;
background: #fff;
color: #999;
}
} @media only screen and (min-width : 1200px) {
.gp-theme:not(.gp-fullwidth):not(.gp-no-sidebar) .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(2n+1),
.gp-theme.gp-fullwidth .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(3n+1),
.gp-theme.gp-no-sidebar .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(3n+1) {
margin-left: 20px;
clear: none;
}
.gp-theme:not(.gp-fullwidth):not(.gp-no-sidebar) .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(3n+1),
.gp-theme.gp-fullwidth .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(4n+1),
.gp-theme.gp-no-sidebar .gp-bp-wrapper.gp-posts-masonry:not(.gp-bp-masonry-enabled) li:nth-child(4n+1) {
margin-left: 0;
clear: left;
}
}.youzify .youzify-page-main-content:after{content:"";clear:both;display:table}#bbpress-forums li.bbp-footer,.forum-archive .youzify-main-column .youzify-bbp-topic-head{display:none}.youzify-forum .youzify-main-column #bbpress-forums{margin-right:17.5px}.youzify-forum .youzify-sidebar-column{width:30%;float:right}.youzify-forum .youzify-sidebar-column .youzify-column-content{margin-left:17.5px}.youzify-forum .youzify-page-main-content .youzify-main-column{width:70%;float:left}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{clear:both;font-size:12px;overflow:hidden;border-radius:2px;margin-bottom:35px}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{padding:15px;background-color:var(--yzfy-scheme-color);color:var(--yzfy-scheme-text-color)}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{padding-left:15px;margin:30px 0 0 22px;border-left:2px solid #eaeaea}#bbpress-forums .bbp-forums-list li{display:block;padding:8px 15px;border-radius:2px;margin-bottom:8px;background:#ececec;border-left:3px solid #c0c1c2}#bbpress-forums .bbp-forums-list li a{color:#898989;font-size:var(--yzfy-primary-font-size)}#bbpress-forums li.bbp-footer p{margin:0;line-height:1em}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border:none;padding:30px 25px;border-bottom:1px solid var(--yzfy-card-secondary-bg-color)}li.bbp-header div.bbp-reply-content span#favorite-toggle,li.bbp-header div.bbp-reply-content span#subscription-toggle,li.bbp-header div.bbp-topic-content span#favorite-toggle,li.bbp-header div.bbp-topic-content span#subscription-toggle{float:right;margin-left:10px;color:transparent}.rtl li.bbp-header div.bbp-reply-content span#favorite-toggle,.rtl li.bbp-header div.bbp-reply-content span#subscription-toggle,.rtl li.bbp-header div.bbp-topic-content span#favorite-toggle,.rtl li.bbp-header div.bbp-topic-content span#subscription-toggle{float:left;margin-left:0;margin-right:10px}.bbp-header .bbp-reply-content #favorite-toggle a,.bbp-header .bbp-reply-content #subscription-toggle a{color:#fbfbfb;padding:6px 15px;border-radius:36px;background-color:rgba(255,255,255,.3)}.bbp-header .bbp-reply-content #favorite-toggle a:before,.bbp-header .bbp-reply-content #subscription-toggle a:before{margin-right:8px}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1em;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;width:115px;color:#898989;font-size:var(--yzfy-primary-font-size);font-weight:600;text-align:center}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{padding:0;float:none;border:none;max-width:80px;margin:12px auto}#bbpress-forums div.bbp-forum-author a.bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name{margin:0 12px;word-break:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name{clear:left;display:block;color:#898989;font-size:var(--yzfy-primary-font-size);font-weight:600;margin-bottom:8px;text-transform:capitalize}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:2px;background:#8fadd5;display:inline-block}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:left;margin:0;padding:0;width:120px}.rtl #bbpress-forums li.bbp-footer .bbp-forum-author,.rtl #bbpress-forums li.bbp-footer .bbp-reply-author,.rtl #bbpress-forums li.bbp-footer .bbp-search-author,.rtl #bbpress-forums li.bbp-footer .bbp-topic-author,.rtl #bbpress-forums li.bbp-header .bbp-forum-author,.rtl #bbpress-forums li.bbp-header .bbp-reply-author,.rtl #bbpress-forums li.bbp-header .bbp-search-author,.rtl #bbpress-forums li.bbp-header .bbp-topic-author{float:right}.rtl #bbpress-forums li.bbp-footer .bbp-forum-content,.rtl #bbpress-forums li.bbp-footer .bbp-reply-content,.rtl #bbpress-forums li.bbp-footer .bbp-search-content,.rtl #bbpress-forums li.bbp-footer .bbp-topic-content,.rtl #bbpress-forums li.bbp-header .bbp-forum-content,.rtl #bbpress-forums li.bbp-header .bbp-reply-content,.rtl #bbpress-forums li.bbp-header .bbp-search-content,.rtl #bbpress-forums li.bbp-header .bbp-topic-content{text-align:right;margin-left:0;margin-right:140px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin-bottom:0;overflow:hidden}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{clear:both}span.bbp-author-ip{color:#aaa;display:block;margin-top:8px;font-size:11px;font-weight:600;font-family:'Helvetica Neue',Arial,Helvetica,'Nimbus Sans L',sans-serif}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left}#bbpress-forums div.bbp-forum-content:after,#bbpress-forums div.bbp-reply-content:after,#bbpress-forums div.bbp-topic-content:after,#bbpress-forums li.bbp-body ul.forum:after,#bbpress-forums li.bbp-body ul.topic:after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{margin:0;padding:0;border:none;color:#6e6d6d;display:inline;font-weight:600;background:0 0;font-size:var(--yzfy-primary-font-size)}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1em;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,Lucida Console,monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:none}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:0}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-sep{color:#c1bfbf}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current{display:block;color:#5a5564;font-size:20px;margin-top:11px;line-height:24px}#bbpress-forums div.bbp-breadcrumb a{padding:2px;color:#898989;font-size:11px;font-weight:600}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a{color:#7f7e7e;line-height:18px;margin-left:10px;border-radius:2px;padding:2px 8px 3px;display:inline-block;vertical-align:middle;background-color:#eaeaea}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a:before{color:#999;margin-right:5px;content:"\f0f3"}.rtl #bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a:before{margin-right:0;margin-left:5px}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a.bbp-edit-topic-tag-link:before{content:"\f044"}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current .is-subscribed a:before{content:"\f0f3";font-weight:200}body #bbpress-forums div.bbp-breadcrumb a.bbp-breadcrumb-home:before{color:#898989;content:"\f015";font-size:18px;margin-right:8px}#bbpress-forums .bbp-topic-tags a{color:#898988;font-size:10px;font-weight:600;padding:8px 12px;margin-right:8px;margin-bottom:8px;background:#f4f4f4;border-radius:3px;display:inline-block;text-transform:uppercase}#bbpress-forums .youzify-bbp-box.bbp-topic-tags .youzify-bbp-box-content{padding-bottom:27px}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search,#bbpress-forums #bbp-search-form #bbp_search_submit,#bbpress-forums .bbp-search-form #rs,#bbpress-forums .bbp-search-form #ts{display:inline-block}#bbpress-forums #bbp-search-form #bbp_search,#bbpress-forums .bbp-search-form #rs,#bbpress-forums .bbp-search-form #ts{height:45px;padding:12px;color:#898989;font-size:var(--yzfy-primary-font-size);margin-right:2px;border-radius:3px;border:1px solid #f7f7f7;width:calc(100% - 115px);vertical-align:middle}.rtl #bbpress-forums #bbp-search-form #bbp_search{margin-right:0;margin-left:2px}#bbpress-forums #bbp-search-form #bbp_search_submit,#bbpress-forums .bbp-search-form #bbp_search_submit{float:right;border:none;height:45px;width:106px;font-size:var(--yzfy-primary-font-size);font-weight:600;border-radius:3px;text-transform:uppercase;vertical-align:bottom;background-color:var(--yzfy-scheme-color);color:var(--yzfy-scheme-text-color)}#bbpress-forums div.bbp-search-form{padding:25px;border-radius:3px;margin-bottom:35px;background-color:var(--yzfy-card-bg-color)}span.bbp-admin-links:empty{display:none}span.bbp-admin-links{float:right;color:#ddd}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a:before,#bbpress-forums div.bbp-breadcrumb a.bbp-breadcrumb-home:before,.bbp-header .bbp-reply-content #favorite-toggle a:before,.bbp-header .bbp-reply-content #subscription-toggle a:before,span.bbp-admin-links a:before{display:inline-block;font-family:"Font Awesome 5 Free"!important;font-size:inherit;text-rendering:auto;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bbp-header .bbp-reply-content #favorite-toggle a:before{content:"\f004";font-weight:300}.bbp-header .bbp-reply-content #favorite-toggle .is-favorite a:before{content:"\f165"}.bbp-header .bbp-reply-content #subscription-toggle a:before{content:"\f0f3";font-weight:200}.bbp-header .bbp-reply-content #subscription-toggle .is-subscribed a:before{content:"\f1f6"}span.bbp-admin-links a:before{margin-right:6px;font-size:11px}span.bbp-admin-links a.bbp-reply-approve-link:before,span.bbp-admin-links a.bbp-topic-approve-link:before{content:"\f164"}span.bbp-admin-links a.bbp-reply-spam-link:before,span.bbp-admin-links a.bbp-topic-spam-link:before{content:"\f05e"}span.bbp-admin-links a.bbp-reply-trash-link:before,span.bbp-admin-links a.bbp-topic-trash-link:before{content:"\f2ed"}span.bbp-admin-links a.bbp-topic-close-link:before{content:"\f00d"}span.bbp-admin-links a.bbp-topic-merge-link:before{content:"\f247"}span.bbp-admin-links a.bbp-topic-split-link:before{content:"\f248"}span.bbp-admin-links a.bbp-reply-move-link:before,span.bbp-admin-links a.bbp-topic-move-link:before{content:"\f1d8"}span.bbp-admin-links a.bbp-reply-edit-link:before,span.bbp-admin-links a.bbp-topic-edit-link:before{content:"\f044"}span.bbp-admin-links a.bbp-topic-sticky-link:before{content:"\f08d"}span.bbp-admin-links a.bbp-reply-to-link:before,span.bbp-admin-links a.bbp-topic-reply-link:before{content:"\f3e5";font-weight:700}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#ccc}.youzify-forums-forum-item .bbp-row-actions #favorite-toggle a,.youzify-forums-forum-item .bbp-row-actions #subscription-toggle a,.youzify-forums-topic-item .bbp-row-actions #favorite-toggle a,.youzify-forums-topic-item .bbp-row-actions #subscription-toggle a{display:inline-block}.youzify-forums-forum-item .bbp-row-actions #favorite-toggle a i,.youzify-forums-forum-item .bbp-row-actions #subscription-toggle a i,.youzify-forums-topic-item .bbp-row-actions #favorite-toggle a i,.youzify-forums-topic-item .bbp-row-actions #subscription-toggle a i{width:25px;height:25px;color:#898989;font-size:11px;margin-left:8px;line-height:25px;text-align:center;border-radius:100%;background-color:#eee}.rtl .youzify-forums-forum-item .bbp-row-actions #favorite-toggle a i,.rtl .youzify-forums-forum-item .bbp-row-actions #subscription-toggle a i,.rtl .youzify-forums-topic-item .bbp-row-actions #favorite-toggle a i,.rtl .youzify-forums-topic-item .bbp-row-actions #subscription-toggle a i{margin-left:0;margin-right:8px}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.youzify-bbp-freshness-data{text-align:center}.youzify-bbp-freshness-data .youzify-bbp-freshness-content{margin-left:8px;text-align:left}.youzify-bbp-freshness-data .youzify-bbp-freshness-time{margin-top:5px;color:#898989;font-size:var(--yzfy-primary-font-size)}.youzify-bbp-freshness-data .youzify-bbp-freshness-author-img img{width:40px;height:40px;border-radius:100%}.youzify-bbp-freshness-data .youzify-bbp-freshness-time a{color:#a2a2a2;font-size:11px;font-weight:600;text-transform:capitalize}.youzify-bbp-freshness-content .youzify-bbp-freshness-author,.youzify-bbp-freshness-content .youzify-bbp-freshness-author a{display:block;color:#898989;font-weight:600;font-size:12.5px;text-transform:capitalize}.bbp-pagination-count{color:#999;float:right;display:none;margin-top:8px;font-size:var(--yzfy-primary-font-size);font-weight:600}.youzify .bbp-pagination{padding:0;width:100%;clear:both;border:none;text-align:left;overflow:hidden;position:relative;margin-bottom:35px}.rtl .youzify .bbp-pagination{text-align:right}.youzify .bbp-pagination .page-numbers{padding:0;width:35px;height:35px;color:#8f9093;font-size:var(--yzfy-primary-font-size);background:#fff;margin-right:5px;font-weight:600;line-height:35px;border-radius:3px;text-align:center;display:inline-block;text-transform:uppercase}#bbpress-forums #bbp-your-profile fieldset legend,#bbpress-forums .bbp-user-section .bbp-pagination:first-of-type{display:none}.youzify .bbp-pagination .page-numbers.next{margin-right:0}.rtl .youzify .bbp-pagination .page-numbers{margin-right:0;margin-left:5px}.youzify .bbp-pagination .page-numbers:not(.current):hover{color:#777}.youzify .bbp-pagination .pag-count{color:#8c8fa0;font-size:var(--yzfy-primary-font-size);text-align:left;text-transform:capitalize}.youzify-bbp-topic-head .youzify-bbp-topic-head-meta{margin-top:10px}.youzify-bbp-topic-head-meta .youzify-bbp-topic-head-meta-item{color:#898989;font-size:var(--yzfy-primary-font-size);margin-right:12px;display:inline-block;text-transform:capitalize}.youzify-bbp-topic-head-meta .youzify-bbp-topic-head-meta-item a{color:#898989;font-size:var(--yzfy-primary-font-size);font-weight:600}.youzify-bbp-topic-head-meta .youzify-bbp-topic-head-meta-item img.avatar{width:25px;height:25px;margin:0 6px 0 3px;border-radius:100%;display:inline-block;vertical-align:middle}.youzify-bbp-topic-head-meta .youzify-bbp-head-meta-last-updated a:not(.bbp-author-name){color:#03a9f4}.youzify-bbp-topic-head-meta .youzify-bbp-topic-head-meta-item i{color:#a8a7a7;font-size:var(--yzfy-primary-font-size);margin-right:8px}#bbpress-forums .youzify-bbp-box{border-radius:3px;margin-bottom:35px;background-color:#fff}#bbpress-forums .youzify-bbp-box .youzify-bbp-box-content{padding:35px;background-color:var(--yzfy-card-bg-color)}#bbpress-forums .youzify-bbp-box .youzify-bbp-box-title{color:#898990;font-size:var(--yzfy-primary-font-size);font-weight:600;padding:15px 25px;background-color:var(--yzfy-card-bg-color);border-bottom:1px solid var(--yzfy-card-secondary-bg-color)}#bbpress-forums .youzify-bbp-box .youzify-bbp-box-title i{width:35px;height:35px;font-size:16px;background:var(--yzfy-card-secondary-bg-color);line-height:35px;text-align:center;margin-right:10px;border-radius:100%}#bbpress-forums fieldset.bbp-form{clear:left;margin:0 0 25px;border-radius:3px;background-color:#fff;padding:20px 20px 30px;border:1px solid #eee}#bbpress-forums fieldset.bbp-form legend{color:#898989;font-size:var(--yzfy-primary-font-size);font-weight:600;padding:5px 15px}#bbpress-forums .bbp-form label{display:block;color:#898990;font-size:var(--yzfy-primary-font-size);font-weight:600;margin-bottom:15px}#bbpress-forums .youzify-bbp-form-item{margin-bottom:25px}#bbpress-forums .youzify-bbp-form-item-checkbox label,#bbpress-forums .youzify-bbp-form-item-radio label{margin-bottom:0;line-height:21px;vertical-align:middle}#bbpress-forums .bbp-form div.bbp-the-content-wrapper{margin-bottom:25px}#bbpress-forums .bbp-form .youzify-bbp-form-item-checkbox input,#bbpress-forums .bbp-form .youzify-bbp-form-item-checkbox label,#bbpress-forums .bbp-form .youzify-bbp-form-item-radio input,#bbpress-forums .bbp-form .youzify-bbp-form-item-radio label{vertical-align:middle;display:inline-block}.youzify #bbpress-forums select{background-color:var(--yzfy-card-secondary-bg-color)}#bbpress-forums .bbp-form .youzify-bbp-form-item-text input{width:100%;padding:12px;color:#898989;font-size:var(--yzfy-big-font-size);min-height:45px;border-radius:1px;background-color:transparent;border:1px solid var(--yzfy-card-secondary-bg-color)}#bbpress-forums fieldset.bbp-form label{display:block}#bbpress-forums fieldset.bbp-form .youzify-bbp-form-item:last-of-type .nice-select,#bbpress-forums fieldset.bbp-form .youzify-bbp-form-item:last-of-type select{margin-bottom:0}#bbpress-forums fieldset.bbp-form .youzify-bbp-form-item-select .nice-select,#bbpress-forums fieldset.bbp-form .youzify-bbp-form-item-select select{margin-bottom:15px}#bbpress-forums .youzify-bbp-fieldset-content .youzify-bbp-form-item:last-child,#bbpress-forums fieldset.bbp-form .youzify-bbp-form-item:last-child{margin-bottom:0}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0}#bbpress-forums fieldset.bbp-form input[type=radio],#bbpress-forums fieldset.bbp-form input[type=checkbox]{margin-right:8px}.rtl #bbpress-forums fieldset.bbp-form input[type=radio],.rtl #bbpress-forums fieldset.bbp-form input[type=checkbox]{margin-right:0;margin-left:8px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #CEEFE1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin:0;padding:0}div.bbp-submit-wrapper button{width:100%;border:none;display:block;font-size:var(--yzfy-big-font-size);font-weight:600;min-height:55px;border-radius:3px;background-color:var(--yzfy-scheme-color);color:var(--yzfy-scheme-text-color)}div.bbp-submit-wrapper button i{margin-right:8px}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{margin:0;width:100%;color:#898989;font-size:var(--yzfy-primary-font-size);line-height:22px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1em}#bbpress-forums div.bbp-the-content-wrapper input{font-size:12px;padding:5px;margin:0 2px 0 0;line-height:1em;width:initial;height:initial}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0;border:1px solid #e5e5e5}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background:#f9f9f9;border:1px solid #ddd;box-shadow:none;padding:5px 8px;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset span.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:1px solid #cee1ef;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.password span{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}div.bbp-template-notice,div.indicator-hint{clear:both;padding:8px 15px;margin:5px 0 35px;border-radius:3px;background-color:#fff;border-color:#93adba;border-left-width:5px;border-left-style:solid}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border-color:#03A9F4}div.bbp-template-notice.important{border:1px solid #e6db55}div.bbp-template-notice.error,div.bbp-template-notice.warning{border-color:#fa3d2f}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice p{padding:2px;color:#898989;font-size:var(--yzfy-primary-font-size);font-weight:600;line-height:24px;margin:.5em 0 6px!important}.bbp-form .bbp-template-notice{padding:5px 15px;margin-bottom:25px;background-color:#f5f5f5}.bbp-forum-content ul.sticky .youzify-forums-topic-icon i,.bbp-topics ul.sticky .youzify-forums-topic-icon i,.bbp-topics ul.super-sticky .youzify-forums-topic-icon i,.bbp-topics-front ul.super-sticky .youzify-forums-topic-icon i{background-color:#ffcc35}.bbp-topics ul.status-closed .youzify-forums-topic-icon i{background-color:#999}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{margin:20px 0 0;width:100%;color:#898989;padding:0 10px;font-size:var(--yzfy-primary-font-size);border-left:4px solid #4fc1e9}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li:first-child,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li:first-child,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li:first-child{margin-top:0}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{font-size:10px;background:#eee;margin-top:10px;font-weight:600;border-radius:3px;padding:8px 15px;list-style-type:none;text-transform:uppercase}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li a{font-size:10px;color:#898989}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;width:18px;height:18px;margin:0 3px;border-radius:100%;display:inline-block;vertical-align:middle}.rtl #bbpress-forums div.bbp-forum-author,.rtl #bbpress-forums div.bbp-reply-author,.rtl #bbpress-forums div.bbp-topic-author,.rtl li.bbp-forum-info,.rtl li.bbp-topic-title,fieldset div.avatar{float:right}#bbpress-forums.bbpress-wrapper>h2,#youzify-group-body #bbpress-forums>h3,.buddypress #bbpress-forums .entry-title,.buddypress.group-admin.forum #group-settings-form h4{display:none}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1em;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto}.bbp-user-section>p{margin:0 0 35px;padding:15px;color:#898989;font-size:var(--yzfy-primary-font-size);font-weight:600;border-radius:3px;background-color:#fff;border-left:4px solid #93adba}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.youzify-bbp-topic-head{padding:20px;border-radius:2px;margin-bottom:35px;background-color:var(--yzfy-card-bg-color);border-left:5px solid #03a9f4}#bbpress-forums div.row-actions{font-size:11px;visibility:hidden}#bbpress-forums li:hover>div.row-actions{visibility:visible}.buddypress.group-admin.forum #group-settings-form fieldset{margin:0;padding:0;border:none}#bbpress-forums .bbp-body div.bbp-reply-content p,#bbpress-forums .bbp-body div.bbp-topic-content p,.buddypress.group-admin.forum #group-settings-form fieldset .field-group .nice-select,.buddypress.group-admin.forum #group-settings-form fieldset .field-group select{margin-bottom:15px}.youzify-bbp-freshness-data .youzify-bbp-freshness-author-img,.youzify-bbp-freshness-data .youzify-bbp-freshness-content,.youzify-forums-forum-item .youzify-forums-forum-head,.youzify-forums-forum-item .youzify-forums-forum-icon,.youzify-forums-topic-item .youzify-forums-topic-author,.youzify-forums-topic-item .youzify-forums-topic-forum,.youzify-forums-topic-item .youzify-forums-topic-head,.youzify-forums-topic-item .youzify-forums-topic-icon,.youzify-forums-topic-item .youzify-forums-topic-meta .bbp-author-name,.youzify-forums-topic-item .youzify-forums-topic-meta img.avatar{display:inline-block;vertical-align:middle}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{border:none}#bbpress-forums .bbp-body li.bbp-forum-reply-count,#bbpress-forums .bbp-body li.bbp-forum-topic-count,#bbpress-forums .bbp-body li.bbp-topic-reply-count,#bbpress-forums .bbp-body li.bbp-topic-voice-count{margin:0;padding:0;color:#999;font-size:var(--yzfy-primary-font-size);line-height:50px}#bbpress-forums li.bbp-forum-reply-count i,#bbpress-forums li.bbp-forum-topic-count i,#bbpress-forums li.bbp-topic-reply-count i,#bbpress-forums li.bbp-topic-voice-count i{color:#a7a6a6;font-size:var(--yzfy-primary-font-size);margin-right:8px}.bbp-header .forum-titles li{margin:0;padding:0;color:#fff;border:none;font-size:var(--yzfy-primary-font-size);font-weight:600;line-height:14px;text-align:center}.youzify-forums-forum-item .youzify-forums-forum-desc{color:#898989;margin-top:5px;font-size:var(--yzfy-primary-font-size);line-height:20px}.youzify-forums-forum-item .youzify-forums-forum-icon i,.youzify-forums-topic-item .youzify-forums-topic-icon i{width:50px;height:50px;font-size:20px;line-height:50px;text-align:center;border-radius:100%;background-color:var(--yzfy-scheme-color);color:var(--yzfy-scheme-text-color)}.youzify-forums-forum-item .youzify-forums-forum-head,.youzify-forums-topic-item .youzify-forums-topic-head{margin-left:15px;width:calc(100% - 70px)}.youzify-forums-forum-item .youzify-forums-forum-title,.youzify-forums-topic-item .youzify-forums-topic-title{color:#898989;font-weight:600;font-size:12.5px}.youzify-forums-topic-item .youzify-forums-topic-meta{margin-top:8px}.youzify-forums-topic-item .youzify-forums-topic-meta img.avatar{border-radius:100%;margin-right:5px;width:20px;height:20px}.youzify-forums-topic-item .youzify-forums-topic-meta .bbp-author-name,.youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-author,.youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-forum a{color:#9e9e9e;font-size:11px;font-weight:600;text-transform:capitalize}.youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-forum{margin-left:8px}.youzify-forums-topic-item .youzify-forums-topic-forum i{color:#999;font-size:12px;margin-right:3px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{padding:0;color:#fff;font-weight:600;text-align:left;font-size:var(--yzfy-primary-font-size);margin-left:140px}#bbpress-forums li.bbp-header .bbp-reply-author{color:#fff;font-size:var(--yzfy-primary-font-size);font-weight:600}body .bbp-topics .bbp-body .bbp-topic-title:before{content:""}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border:none;border-top:1px solid #eee;border-bottom:1px solid #eee}.bbp-reply-header .bbp-reply-post-date{color:#898989;font-size:11px}.bbp-reply-header .bbp-reply-post-date i{font-size:var(--yzfy-primary-font-size);margin-right:8px}.bbp-reply-header .bbp-header{color:#737373;font-weight:600}.bbp-reply-header .bbp-header .bbp-topic-permalink{color:#898989;font-weight:400}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{padding:12px 10px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border-radius:100%}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{color:#898989;font-size:var(--yzfy-primary-font-size);text-align:left;line-height:24px;margin-left:130px;background-color:var(--yzfy-card-secondary-bg-color);padding:12px 12px 12px 0}#bbpress-forums .bbp-body div.bbp-reply-content iframe{width:100%}span.bbp-admin-links a{color:#aaa;font-size:10px;font-weight:400;text-transform:uppercase;text-decoration:none}span.bbp-admin-links a:hover{color:#8d8b8b}.rtl .bbp-forum-header a.bbp-forum-permalink,.rtl .bbp-reply-header a.bbp-reply-permalink,.rtl .bbp-topic-header a.bbp-topic-permalink,.rtl span.bbp-admin-links{float:left}.rtl .youzify-forums-topic-item .youzify-forums-topic-meta img.avatar{margin-right:0;margin-left:5px}.rtl .youzify-bbp-freshness-data .youzify-bbp-freshness-content,.rtl .youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-forum{margin-right:8px;margin-left:0}.rtl #bbpress-forums .bbp-topic-tags a,.rtl #bbpress-forums div.bbp-breadcrumb a.bbp-breadcrumb-home:before,.rtl #bbpress-forums li.bbp-forum-reply-count i,.rtl #bbpress-forums li.bbp-forum-topic-count i,.rtl #bbpress-forums li.bbp-topic-reply-count i,.rtl #bbpress-forums li.bbp-topic-voice-count i,.rtl .bbp-header .bbp-reply-content #favorite-toggle a:before,.rtl .bbp-header .bbp-reply-content #subscription-toggle a:before,.rtl .bbp-reply-header .bbp-reply-post-date i,.rtl .youzify-bbp-topic-head-meta .youzify-bbp-topic-head-meta-item i,.rtl div.bbp-submit-wrapper button i{margin-right:0;margin-left:8px}.rtl .youzify-bbp-topic-head-meta .youzify-bbp-topic-head-meta-item{margin-right:0;margin-left:12px}.rtl span.bbp-admin-links a:before{margin-right:0;margin-left:6px}.rtl #bbpress-forums .youzify-bbp-box .youzify-bbp-box-title i{margin:0 0 0 10px}.rtl #bbpress-forums .bbp-body div.bbp-reply-content,.rtl #bbpress-forums .bbp-body div.bbp-topic-content,.rtl .youzify-bbp-freshness-data .youzify-bbp-freshness-content,.rtl li.bbp-forum-info,.rtl li.bbp-topic-title{text-align:right;direction:rtl}.rtl #bbpress-forums .bbp-body div.bbp-reply-content,.rtl #bbpress-forums .bbp-body div.bbp-topic-content{margin-right:130px;margin-left:0}.rtl #bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a,.rtl .bbp-forum-header a.bbp-forum-permalink,.rtl .bbp-reply-header a.bbp-reply-permalink,.rtl .bbp-topic-header a.bbp-topic-permalink{margin-left:0;margin-right:10px}.rtl .youzify-forums-topic-item .youzify-forums-topic-forum i{margin-right:0;margin-left:3px}.rtl .youzify-bbp-topic-head,.rtl div.bbp-template-notice,.rtl div.indicator-hint{border-left:none;border-right-width:5px;border-right-style:solid}.rtl #bbpress-forums .bbp-forums-list li{border-left:none;border-right:3px solid #c0c1c2}.rtl #bbpress-forums .bbp-forums-list{margin-left:0;padding-left:0;margin-right:22px;padding-right:15px;border-left:none;border-right:2px solid #eaeaea}.rtl .youzify-forums-forum-item .youzify-forums-forum-head,.rtl .youzify-forums-topic-item .youzify-forums-topic-head{margin-left:0;margin-right:15px}@media only screen and (max-width:1024px){#bbpress-forums .bbp-body li .youzify-forums-forum-item,#bbpress-forums .bbp-body li .youzify-forums-topic-item,.rtl .youzify-bbp-freshness-data .youzify-bbp-freshness-content,.youzify-bbp-freshness-data .youzify-bbp-freshness-content{text-align:center}.youzify-forum .youzify-main-column #bbpress-forums{margin-right:7.5px}.youzify-forum .youzify-sidebar-column .youzify-column-content{margin-left:7.5px}#bbpress-forums .youzify-bbp-box,#bbpress-forums div.bbp-search-form,#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics,.youzify .bbp-pagination,.youzify .youzify-my-account-widget,.youzify-bbp-topic-head,.youzify-sidebar .widget-content{margin-bottom:15px}#bbpress-forums{margin-bottom:0}.youzify-forums-topic-item .youzify-forums-topic-meta .bbp-author-name,.youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-author,.youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-forum a{font-size:var(--yzfy-primary-font-size)}.youzify .youzify-forums-forum-item .youzify-forums-forum-icon,.youzify .youzify-forums-topic-item .youzify-forums-topic-icon{margin-bottom:15px}#bbpress-forums .bbp-body li.youzify-bbp-forum-freshness,#bbpress-forums .bbp-body li.youzify-bbp-freshness{width:25%;float:none;display:inline-block}.rtl .youzify-forums-forum-item .youzify-forums-forum-head,.rtl .youzify-forums-topic-item .youzify-forums-topic-head{margin-right:0}.rtl .youzify-bbp-freshness-data .youzify-bbp-freshness-content,.youzify-bbp-freshness-data .youzify-bbp-freshness-author-img,.youzify-bbp-freshness-data .youzify-bbp-freshness-content,.youzify-forums-forum-item .youzify-forums-forum-head,.youzify-forums-forum-item .youzify-forums-forum-icon,.youzify-forums-topic-item .youzify-forums-topic-head,.youzify-forums-topic-item .youzify-forums-topic-icon{margin:0;width:100%;display:block}.youzify-bbp-freshness-data .youzify-bbp-freshness-author-img{display:block}.youzify-bbp-freshness-data .youzify-bbp-freshness-author-img a img{margin:0 auto 15px;width:50px;height:50px}.youzify-bbp-freshness-data .youzify-bbp-freshness-time a{font-size:var(--yzfy-primary-font-size);font-weight:400}}@media only screen and (max-width:768px){.youzify-forum .youzify-page-main-content .youzify-main-column,.youzify-forum .youzify-sidebar-column{width:100%;float:none}.youzify-forum .youzify-main-column #bbpress-forums{margin-right:0}.youzify-forum .youzify-sidebar-column .youzify-column-content{margin-left:0}#bbpress-forums .youzify-bbp-box,#bbpress-forums div.bbp-search-form,#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics,.buddypress #bbpress-forums .youzify-bbp-box,.buddypress #bbpress-forums div.bbp-search-form,.buddypress #bbpress-forums ul.bbp-forums,.buddypress #bbpress-forums ul.bbp-lead-topic,.buddypress #bbpress-forums ul.bbp-replies,.buddypress #bbpress-forums ul.bbp-search-results,.buddypress #bbpress-forums ul.bbp-topics,.buddypress .youzify .bbp-pagination,.buddypress .youzify .youzify-my-account-widget,.buddypress .youzify-bbp-topic-head,.youzify .bbp-pagination,.youzify .youzify-my-account-widget,.youzify-bbp-topic-head{margin-bottom:15px}}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags,span.bbp-admin-links{clear:both;float:none}#bbpress-forums li.bbp-header .bbp-reply-author{display:none}#bbpress-forums li.bbp-header .bbp-reply-content{margin-left:0}.rtl #bbpress-forums li.bbp-header .bbp-reply-content{margin-right:0}.bbp-reply-header .bbp-reply-post-date{font-size:var(--yzfy-primary-font-size);display:block}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{display:none}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{padding:15px;text-align:center}#bbpress-forums .bbp-body li.youzify-bbp-forum-freshness,#bbpress-forums .bbp-body li.youzify-bbp-freshness{width:100%}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a,.rtl #bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current a{margin:15px 0 0;display:block;font-size:var(--yzfy-primary-font-size);padding:12px 15px;text-align:center}.youzify-bbp-topic-head-meta .youzify-bbp-head-meta-last-updated{display:block;margin-bottom:15px}#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current{font-size:18px;line-height:28px;margin-bottom:17px}#bbpress-forums .bbp-forums .bbp-body li,#bbpress-forums .bbp-topics .bbp-body li{text-align:center}.youzify-forums-forum-item .youzify-forums-forum-head,.youzify-forums-forum-item .youzify-forums-forum-icon,.youzify-forums-topic-item .youzify-forums-topic-icon{display:block;text-align:center;margin-bottom:20px}.youzify-forums-forum-item .youzify-forums-forum-title,.youzify-forums-topic-item .youzify-forums-topic-title{display:block;margin-bottom:20px}#bbpress-forums .forum-titles li.bbp-forum-freshness,#bbpress-forums .forum-titles li.bbp-forum-reply-count,#bbpress-forums .forum-titles li.bbp-forum-topic-count,#bbpress-forums .forum-titles li.bbp-topic-freshness,#bbpress-forums .forum-titles li.bbp-topic-reply-count,#bbpress-forums .forum-titles li.bbp-topic-voice-count,#bbpress-forums div.bbp-reply-author .bbp-reply-ip,span.bbp-admin-links a:before{display:none}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{text-align:center}.youzify-forums-forum-item .youzify-forums-forum-head,.youzify-forums-topic-item .youzify-forums-topic-head{width:100%;margin-left:0}#bbpress-forums .bbp-body li.youzify-bbp-forum-freshness{margin-top:25px}.rtl #bbpress-forums .bbp-forums-list{padding-right:10px;margin:20px 0 25px}#bbpress-forums .bbp-forums-list{padding-left:10px;margin:20px 0 25px}#bbpress-forums .bbp-forum-info ul.bbp-forums-list li{text-align:left}.rtl #bbpress-forums .bbp-forum-info ul.bbp-forums-list li{text-align:right}#bbpress-forums .bbp-body li.bbp-forum-reply-count,#bbpress-forums .bbp-body li.bbp-forum-topic-count,#bbpress-forums .bbp-body li.bbp-topic-reply-count,#bbpress-forums .bbp-body li.bbp-topic-voice-count{float:none;line-height:18px;display:inline-block}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:100%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-admin-links{display:block;margin-top:10px}#bbpress-forums .bbp-forums-list li{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author{width:100%;margin-bottom:12px;text-align:left;position:relative}.rtl #bbpress-forums .bbp-body div.bbp-reply-author{text-align:right}#bbpress-forums div.bbp-reply-author .bbp-author-name{clear:none;display:block;font-size:var(--yzfy-primary-font-size);word-wrap:break-word;margin:2px 0 10px 10px}#bbpress-forums div.bbp-reply-author .bbp-author-avatar{float:left;margin-right:12px}.rtl #bbpress-forums div.bbp-reply-author .bbp-author-avatar{float:right;margin-right:0;margin-left:12px}#bbpress-forums div.bbp-reply-author img.avatar{margin:0;width:50px;height:auto}#bbpress-forums div.bbp-reply-author .bbp-author-role{margin:0;font-size:10px;padding:6px 8px;line-height:7px;font-style:normal;letter-spacing:.03em;text-transform:uppercase}#bbpress-forums .bbp-body div.bbp-reply-content,.rtl #bbpress-forums .bbp-body div.bbp-reply-content{margin:0;padding:0;clear:both}#bbpress-forums div.bbp-reply-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-of-type{margin-bottom:0}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}#bbpress-forums .bbp-body li.bbp-topic-title{margin-bottom:18px}#bbpress-forums .bbp-body li.youzify-bbp-freshness{width:100%;margin-top:18px}#bbpress-forums .youzify-bbp-box .youzify-bbp-box-content{padding:15px}#bbpress-forums form select{height:45px}#bbpress-forums form .nice-select,#bbpress-forums form select{width:100%;padding:5px 25px}#bbpress-forums .youzify-bbp-box.bbp-topic-tags .youzify-bbp-box-content{padding-bottom:7px}}@media only screen and (max-width:425px){#bbpress-forums #bbp-search-form #bbp_search{margin:0;width:100%}#bbpress-forums div.bbp-search-form{padding:15px}#bbpress-forums #bbp-search-form #bbp_search,#bbpress-forums #bbp-search-form #bbp_search_submit,#bbpress-forums .bbp-search-form #bbp_search_submit,#bbpress-forums .bbp-search-form #ts{width:100%}#bbpress-forums #bbp-search-form #bbp_search_submit,#bbpress-forums .bbp-search-form #bbp_search_submit{float:none;margin-top:15px}}@media only screen and (max-width:325px){.youzify-single-topic-lead-title{display:none}.rtl li.bbp-header div.bbp-reply-content span#favorite-toggle,.rtl li.bbp-header div.bbp-reply-content span#subscription-toggle,li.bbp-header div.bbp-reply-content span#favorite-toggle,li.bbp-header div.bbp-reply-content span#subscription-toggle{float:none}.bbp-header .bbp-reply-content #favorite-toggle a:before,.bbp-header .bbp-reply-content #subscription-toggle a:before{font-size:var(--yzfy-big-font-size);margin-right:8px}.bbp-header .bbp-reply-content #favorite-toggle a,.bbp-header .bbp-reply-content #subscription-toggle a{margin:0;width:100%;padding:15px;display:block;color:#898989;background:#fff;text-align:center}.youzify-forums-topic-item .youzify-forums-topic-meta .youzify-forums-topic-author{display:block;margin-bottom:10px}#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author{text-align:left;width:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar{width:40px;height:auto}}.widget .myCRED-rank {
float: right;
}
.item-meta > #mycred-my-ranks {
display: none;
}
.item-meta > .mycred-balance {
display:none;
}
.widget .myCRED-rank span {
padding-right: 4px;
color: gray;
}
.widget .myCRED-balance {
display: block;
margin-bottom: 24px;
text-align: center;
font-size: larger;
}
.widget .myCRED-leaderboard .cred {
float: right;
}
.widget .myCRED-leaderboard .first-item {
font-size: 110%}
.widget .myCRED-history {
padding: 0;
margin: 0;
list-style-type: none;
}
.widget .myCRED-history .creds {
float: right;
padding: 0;
clear: left;
}
.mycred-nav-rank img {
display: inherit;
}
button.mycred-submit-transfer.btn.btn-primary.btn-block.btn-lg {
margin: 20px 0;
}
input.mycred-autofill.form-control.ui-autocomplete-input {
margin-left: 20px;
}
.mycred-transfer-form input.form-control {
margin-left: 28px;
margin-top: 10px;
}
span.form-control-static {
text-transform: capitalize;
font-weight: 400;
margin-left: 20px;
}
p.form-control-static {
margin: 0 16px;
}
form#mycred-transfer-form-transfer {
background: #f9f9f9;
padding: 25px;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
border-radius: 10px;
}
form#mycred-transfer-form-donation {
background: #f9f9f9;
padding: 25px;
margin: 150px 0;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
border-radius: 10px;
}
input#mycred-transfer-form-message-field {
margin-left: 24px;
}
span#mycred-transfer-form-amount-field {
margin-left: 28px;
}
.mycred-badges-list-item img {
width: 25%;
display: inline-block;
float: left;
}
.mycred-badges-list-item h3 {
color: red;
}
.mycred-badges-list-item .mycred-left {
float: left;
width: 72%;
margin-left: 15px;
}
.mycred-badges-list-item .clear {
clear: both;
}
.mycred-badges-list-item .mycred-mr-l {
margin-left: 25px;
}
.mycred-badges-list-item {
border-top: 0 solid #9c9c9c;
min-height: 180px;
padding: 15px 0;
cursor: pointer;
}
.mycred-badges-list-item~.mycred-badges-list-item {
border-top-width: 1px;
}
.mycred-badges-list h3:first-child {
margin-bottom: 15px;
margin-top: 0;
}
.mycred-badges-list-item.not-earned {
filter: grayscale(1);
}
.mycred-tabset .mycred-badge-count {
color: #fff;
font-size: 18px;
background: #0173aa;
border-radius: 50%;
padding: 0 7px;
}
.mycred-badges-list-item .mycred-sup-category {
background: #0173aa;
color: #fff;
margin: 0 3px;
padding: 2px 6px;
font-size: 14px;
border-radius: 4px;
}
ul.mycred-badges-list-tabs {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}
ul.mycred-badges-list-tabs li {
padding: 10px;
cursor: pointer;
border: 1px solid transparent;
margin-right: 5px;
margin-bottom: -1px;
}
ul.mycred-badges-list-tabs li.active {
border: 1px solid #47525d;
border-bottom: 1px solid #ccc;
}
.mycred-badges-list-panels {
border-top: 1px solid #47525d;
}
.mycred-badges-list-panel.active {
display: initial;
}
.mycred-badges-list-panel {
display: none;
}
.mycred-badge-count {
color: #fff;
font-size: 18px;
background: #0173aa;
border-radius: 50%;
padding: 0 7px;
margin-left: 5px;
}
.mycred-badge-page .mycred-level-image {
width: 150px;
}
.mycred-badge-page .mycred-badge-page-level {
float: left;
width: 30%; }
.mycred-badge-page .mycred-level-requirement {
font-size: 19px;
text-align: left;
}
.mycred-badge-page .mycred-badge-image {
width: 150px;
}
.mycred-badge-page-level .mycred-level-image {
width: 70px;
}
.mycred-float-left {
float: left;
}
.mycred-float-right {
float: right;
}
.mycred-badge-earner-grid img {
width: 150px;
height: 150px;
padding: 10px;
}
.mycred-badge-earner-grid h4 {
margin: 0;
}
.mycred-badge-earner-grid {
text-align: center;
}
.mycred-badges-list-item p {
margin-top: 0;
}
.mycred-left {
float: left;
}
.mycred-right {
float: right;
}
.mycred-clear {
clear: both;
}
.mycred-remove-margin {
margin: 0;
}
.mycred-remove-padding {
padding: 0;
}
.mycred-evidence-page .intro {
margin-left: 45px;
}
.mycred-evidence-page p {
font-size: 19px;
margin: 0;
}
.mycred-evidence-page a {
text-decoration: none;
color: red;
}
.mycred-evidence-page .dashicons-yes-alt {
line-height: inherit;
color: green;
}
.mycred-badge-page-level ul {
margin-left: 0;
padding-left: 20px;
}
.mycred-badge-page-level .mycred-level-reward {
text-align: left;
}
.mycred-level-reward {
margin-bottom: 15px;
}
.mycred-badge-page-level {
margin-right: 15px;
}
.mycred-badges-list-item:hover {
background: #efefef;
}
.mycred-badge-congratulation-msg {
background: #f0f0f0;
padding: 25px 10px;
margin: 20px 0;
border-radius: 5px;
}
li.mycred-strike-off {
text-decoration: line-through;
}
.mycred-search-bar {
padding: 10px 0;
}
.mycred-history-wrapper .pagination>li {
display: inline-block;
padding: 5px;
}
.mycred-badge-page-level h4  {
text-align:  left;
}
.mycred_align_left {
text-align:left
}
.mycred_align_center {
text-align:center
}
.mycred_align_justify {
text-align:justify
}
.mycred_align_right{
text-align:right
}
.mycred_layout_left .mycred-badge-image-wrapper {
float:left;
width:30%;
}
.mycred_layout_left .mycred_content {
float:left;
width:70%;
}
.mycred_layout_left { width:100%
}
.mycred_layout_top {
float:left;
width:100%;
}
.mycred_layout_right .mycred-badge-image-wrapper {
float:right;
width:30%;
}
.mycred_layout_right .mycred_content {
float:right;
width:70%;
}
.mycred_layout_right {
float:right;
width:100%;
}
.mycred-clearfix {
clear: both;
}
.mycred_layout_top .mycred-badge-image-wrapper, .mycred_layout_bottom .mycred-badge-image-wrapper {
text-align: center;
}
.mycred-badge-image {
display: inline;
}
.mycred-not-earned {
opacity: 0.4;
}
.mycred-alert {
padding: 10px;
border-radius: 5px;
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.mycred-alert.success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}@font-face {
font-family: 'mycred-social-icons';
src:  url(//softmat.net/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.eot?u9j1dx);
src:  url(//softmat.net/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.eot?u9j1dx#iefix) format('embedded-opentype'),
url(//softmat.net/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.ttf?u9j1dx) format('truetype'),
url(//softmat.net/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.woff?u9j1dx) format('woff'),
url(//softmat.net/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.svg?u9j1dx#mycred-social-icons) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="mycred-social-icon-"], [class*=" mycred-social-icon-"] { font-family: 'mycred-social-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mycred-social-icon-bars:before {
content: "\e900";
}
.mycred-social-icon-facebook:before {
content: "\e901";
}
.mycred-social-icon-instagram:before {
content: "\e902";
}
.mycred-social-icon-linkedin:before {
content: "\e903";
}
.mycred-social-icon-pinterest:before {
content: "\e904";
}
.mycred-social-icon-twitch:before {
content: "\e905";
}
.mycred-social-icon-twitter:before {
content: "\e906";
}
.mycred-social-icon-whatsapp:before {
content: "\e907";
}
.mycred-social-icon-youtube:before {
content: "\e908";
}.social-media-br br {
display: none;
}
button.mycred-social-icons, a.mycred-social-icons, button.social-text {
text-align: center;
margin: 0 2px 5px 2px;
cursor: pointer;
}
button.mycred-social-icons:before {
margin-right: 11px;
font-size: 20px;
margin-left: 2px;
vertical-align: middle;
}
button.mycred-social-icons a, button.social-text a {
text-decoration: none;
color: #FFF;
line-height: normal; text-transform: capitalize;
font-family: sans-serif;
font-weight: bold;
box-shadow: none;
}
button.mycred-social-icons a {
vertical-align: middle;
}
button.mycred-social-icons a:hover, button.social-text a:hover {
box-shadow: none;
color: #fff;
}
button.mycred-social-icons, button.social-text {
padding: 10px 15px;
font-size: 15px;
text-align: center;
border: 0px;
white-space: nowrap;
}
a.mycred-social-icons {
font-size: 20px;
text-decoration: none;
box-shadow: none;
min-width: 40px;
height: 40px;
display: inline-flex;
flex-direction: column;
flex: 0 0 10%;
max-width: 10%;
align-items: center;
justify-content: center;
transition: all .2s ease-in-out;
}
a.mycred-social-icons:hover, button.mycred-social-icons:hover, button.social-text:hover {
opacity: 0.7;
box-shadow: none;
color: #fff;
}
a.mycred-social-icon-facebook, button.mycred-social-icon-facebook, button.facebook {
background: #3b5998;
color: white;
}
a.mycred-social-icon-youtube, button.mycred-social-icon-youtube, button.youtube {
background: #f80000;
color: white;
}
a.mycred-social-icon-twitter, button.mycred-social-icon-twitter, button.twitter {
background: #55acee;
color: white;
}
a.mycred-social-icon-twitch, button.mycred-social-icon-twitch, button.twitch {
background: #6441a5;
color: white;
}
a.mycred-social-icon-instagram, button.mycred-social-icon-instagram, button.instagram {
background: #C03B92;
color: white;
}
a.mycred-social-icon-pinterest, button.mycred-social-icon-pinterest, button.pinterest {
background: #bd081c;
color: white;
}
a.mycred-social-icon-linkedin, button.mycred-social-icon-linkedin, button.linkedin {
background: #0077b5;
color: white;
}
a.mycred-social-icon-whatsapp, button.mycred-social-icon-whatsapp, button.whatsapp {
background: #43d854;
color: white;
} a.mycred-social-icons.i-text:hover, a.mycred-social-icons.i-text-admin:hover {
position: relative;
max-width: max-content;
flex: 0 0 35%;
}
a.mycred-social-icons.i-text-admin:hover {
top: -4px;
}
a.mycred-social-icons.i-text:hover:before, a.mycred-social-icons.i-text-admin:hover:before {
position: absolute;
left: 15px;
z-index: 9999;
}
a.mycred-social-icons.i-text span {
display: none;
}
a.mycred-social-icons.i-text:hover span, a.mycred-social-icons.i-text-admin:hover:after {
margin-left: 14px;
font-family: sans-serif;
font-weight: bold;
font-size: 14px;
}
a.mycred-social-icons.i-text-admin:hover:after {
min-width: 150px;
display: inline-block;
}
a.mycred-social-icons.i-text:hover span {
display: inline-block;
}
a.mycred-social-icon-whatsapp.i-text:hover {
min-width: 130px;
}
.entry .entry-content a.social-share {
text-decoration: none;
}
.social-wrapper {
align-items: center;
}
.social-wrapper>* {
flex-basis: auto;
margin: 5px !important;
}
.social-wrapper .mycred-social-icon-whatsapp, .social-wrapper button.whatsapp {
display: none !important;
}
.social-wrapper .show-more {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
margin-right: 0 !important;
min-width: 40px;
}
.social-wrapper>a+.show-more {
border-radius: 0;
}
span.social-span {
font-weight: 400;
color: #afaaa4;
display: block;
font-style: italic;
} ul.filter-fields-list {
max-width: 80%;
}
ul.filter-fields-list li {
clear: both;
}
ul.filter-fields-list li input[type="text"] {
float: right;
}
.mycred-tab-content .form-table th {
width: 24%;
text-align: right;
}
.border-row {
border-top: 1px solid #DDD;
}
.border-b-row {
border-bottom: 1px solid #DDD;
}
@media (max-width:1024px) {
ul.filter-fields-list {
max-width: 80%;
}
}
@media (max-width:768px) {
a.mycred-social-icons.i-text:hover, a.mycred-social-icons.i-text-admin:hover {
min-width: 45%;
}
}
.mycred-tab-content.tab-container {
background-color: white;
border: solid #cccccc 1px;
margin-top: -1px;
}
.mycred-tab-content .form-table td { 
padding: 15px 55px;
}
.filter-fields-list .mycred-social-custom-fields{   
width: 49%;
margin-top: 13px;
}
.filter-fields-list .mycred-select-option {
display: inline-block;
margin-top: 18px;
min-width: 125px;
max-width: 109px;
float: left;
}
.mycred-tab-content a{
text-decoration: none;
}
.correct-app-id
{
border: #01ab01 solid 1px!important;
}
.incorrect-app-id
{
border: #dc3232 solid 1px!important;
}
small.response_message {
color: red;
display: none;
}
.mycred-tab-content li.sortable-item.ui-sortable-handle {
background-color: whitesmoke;
padding-bottom: 8px;
padding-right: 10px;
padding-left: 8px;
border: 1px solid #dadada;
}
.mycred-tab-content li.sortable-item i.mycred-social-icon-bars {
cursor: all-scroll;
}
.mycred-tab-content li.sortable-item.ui-sortable-handle:hover {
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}
.mycred-tab-content i.mycred-social-icon-bars {
margin-right: 6px;
}
.my_cred_follow_button_input_field
{
display: inline-block;
width: 78%;
}
.mycred_share_width_fix .my_cred_follow_button_input_field .mycred-social-custom-fields
{
width: 100%;
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-pinterest.i-text-admin:hover:after,
a.i-text-admin.mycred-social-icon-pinterest:hover:after {
content: "Pinterest";
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-facebook.i-text-admin:hover:after,
a.mycred-social-icon-facebook.i-text-admin:hover:after {
content: "Facebook";
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-twitter.i-text-admin:hover:after,
a.mycred-social-icon-twitter.i-text-admin:hover:after {
content: "Twitter";
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-linkedin.i-text-admin:hover:after,
a.mycred-social-icon-linkedin.i-text-admin:hover:after {
content: "Linkedin";
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-youtube.i-text-admin:hover:after,
a.mycred-social-icon-youtube.i-text-admin:hover:after {
content: "Youtube";
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-twitch.i-text-admin:hover:after,
a.mycred-social-icon-twitch.i-text-admin:hover:after {
content: "Twitch";
}
.mycred-tab-content.admin-mycred  a.mycred-social-icon-instagram.i-text-admin:hover:after,
a.mycred-social-icon-instagram.i-text-admin:hover:after {
content: "Instagram";
}
.mycred-social-wrapper button a:focus{
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.mycred-social-wrapper a {
color: white;
text-decoration: none;
}
.mycred-social-wrapper button {
min-width: 170px;
}
.mycred_socialshare_notice {
width: 100%;
background-color: #ffc10721;
padding: 5px;
color: #7c7c7c;
border: 1px solid #f5da87;
}	
.mycred-social-wrapper a.social-share button{
padding: 10px 15px;
font-size: 18px;
text-align: center;
border: 0px;
white-space: nowrap;
}
@media (max-width:768px) {
.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-pinterest ,.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-facebook,
.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-twitter ,.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-linkedin,
.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-twitch ,.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-youtube, .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-instagram {
width: 100%;
display: block;
min-width: unset;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}
 .youzify_effect{visibility:hidden}.bounceInLeft,.bounceInRight,.fadeIn,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp,.fadeInUpDelay{visibility:visible}.youzify-delay-1{animation-delay:.5s;-webkit-animation-delay:.5s}.youzify-delay-2{animation-delay:1s;-webkit-animation-delay:1s}.delay-3{animation-delay:1.5s;-webkit-animation-delay:1.5s}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.lwa-wrapper{--icon-pwd-show:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g stroke="%23222"><circle cx="12" cy="12" r="3.5"/><path d="M20.188 10.9343c.3882.4713.5823.7069.5823 1.0657 0 .3588-.1941.5944-.5823 1.0657C18.7679 14.7899 15.6357 18 12 18c-3.63573 0-6.76794-3.2101-8.18803-4.9343-.38816-.4713-.58224-.7069-.58224-1.0657 0-.3588.19408-.5944.58224-1.0657C5.23206 9.21014 8.36427 6 12 6c3.6357 0 6.7679 3.21014 8.188 4.9343Z"/></g></svg>');--icon-pwd-hide:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="%23222" fill-rule="evenodd" d="M15.9202 12.7988C15.9725 12.5407 16 12.2736 16 12c0-2.20914-1.7909-4-4-4-.2736 0-.5407.02746-.7988.07977l.9227.92274c1.5583.06332 2.8103 1.31529 2.8736 2.87359l.9227.9227Zm-6.52709-2.2845C9.14295 10.9523 9 11.4595 9 12c0 1.6569 1.3431 3 3 3 .5405 0 1.0477-.143 1.4857-.3931l.7263.7263C13.5784 15.7545 12.8179 16 12 16c-2.20914 0-4-1.7909-4-4 0-.8179.24547-1.5784.66676-2.21201l.72635.72631Z" clip-rule="evenodd"/><path fill="%23222" fill-rule="evenodd" d="m16.1537 17.2751-.7344-.7345c-1.064.579-2.2206.9594-3.4193.9594-1.6718 0-3.26184-.7401-4.63286-1.7265-1.36708-.9835-2.47408-2.1817-3.16922-3.0257-.42436-.5152-.46818-.6043-.46818-.7478 0-.1435.04382-.2326.46818-.7478.66929-.8126 1.72038-1.95357 3.0178-2.91516l-.71433-.71433C5.16991 8.63072 4.10383 9.79349 3.42604 10.6164l-.05881.0712c-.33052.3994-.63749.7703-.63749 1.3124s.30696.913.63749 1.3124l.05881.0712c.72495.8802 1.8941 2.1491 3.35708 3.2017C8.24216 17.635 10.0361 18.5 12 18.5c1.5101 0 2.9196-.5114 4.1537-1.2249ZM9.18993 6.06861C10.0698 5.71828 11.0135 5.5 12 5.5c1.9639 0 3.7579.865 5.2169 1.91472 1.463 1.05255 2.6321 2.32151 3.3571 3.20168l.0588.0712c.3305.3994.6375.7703.6375 1.3124s-.307.913-.6375 1.3124l-.0588.0712c-.4805.5833-1.156 1.3374-1.9829 2.0861l-.7081-.708c.7957-.7161 1.4508-1.4453 1.9191-2.0139.4244-.5152.4682-.6043.4682-.7478 0-.1435-.0438-.2326-.4682-.7478-.6951-.844-1.8021-2.04219-3.1692-3.02574C15.2619 7.24007 13.6718 6.5 12 6.5c-.6944 0-1.3747.12768-2.03103.34765l-.77904-.77904Z" clip-rule="evenodd"/><path stroke="%23222" d="m5 2 16 16"/></svg>');position:relative!important}.lwa-wrapper .lwa-is-working{opacity:.2!important;pointer-events:none;cursor:progress}.lwa-wrapper .lwa-loading{position:absolute!important;width:100%!important;height:100%!important;background:url(//softmat.net/wp-content/plugins/login-with-ajax/templates/loading.svg) 50% 45% no-repeat!important;left:0!important;top:0!important;background-size:150px 150px!important;pointer-events:none}.lwa span.lwa-status{padding:15px!important;margin-bottom:20px!important;border:1px solid transparent!important;border-radius:2.5px!important;display:none!important}.lwa span.lwa-status.lwa-status-confirm,.lwa span.lwa-status.lwa-status-invalid,.lwa-bones .lwa.lwa-login .lwa-register hr{display:block!important}.lwa span.lwa-status.lwa-status-invalid{color:#842029!important;background-color:#f8d7da!important;border-color:#f5c2c7!important}.lwa span.lwa-status.lwa-status-confirm{color:#0f5132!important;background-color:#d1e7dd!important;border-color:#badbcc!important}.lwa span.lwa-status>:first-child{margin-bottom:0!important}.lwa .login.lwa-status{border-left:4px solid #72aee6;padding:12px;margin-left:0;margin-bottom:20px;background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);word-wrap:break-word}.lwa .login.lwa-status.error,.lwa .login.lwa-status.lwa-status-invalid{border-left-color:#d63638}.lwa .login.lwa-status.lwa-status-success,.lwa .login.lwa-status.success{border-left-color:#28a745}.lwa .lwa-title{font-weight:700!important;font-size:18px!important;margin-bottom:15px!important}.lwa .hidden{visibility:hidden!important;display:none!important}.lwa .lwa-hr{display:flex;align-items:center;text-align:center;margin:20px 5px;color:#777}.lwa .lwa-hr::after,.lwa .lwa-hr::before{content:"";flex:1;border-bottom:1px solid #777}.lwa .lwa-hr:not(:empty)::before{margin-right:15px}.lwa .lwa-hr:not(:empty)::after{margin-left:15px}.lwa-bones{--avatar-size:60px;--avatar-rounded:50%;--links-case:none}.lwa-bones .pixelbones{--theme-hue:0;--accent-hue:220;--accent-s:86%;--accent-l:57%;--text-color-richer:hsl(var(--theme-hue), 0%, 5%);--text-color-normal:hsl(var(--theme-hue), 0%, 13%);--text-color-softer:hsl(var(--theme-hue), 0%, 33%);--accent-color:hsl(var(--accent-hue), var(--accent-s), var(--accent-l));--accent-color-hover:hsl(var(--accent-hue), calc(var(--accent-s) - 10%), calc(var(--accent-l) - 8%));--border-color:hsl(var(--theme-hue), 0%, 73%);--border-color-softer:hsl(var(--theme-hue), 0%, 82%);--background-color:transparent;--background-color-softer:hsl(var(--theme-hue), 0%, 95%);--background-color-checkboxes:white;--background-color-inputs:white;--code-background:hsl(var(--theme-hue), 0%, 95%);--button-primary-color:white;--base-font-size:16px;--base-line-height:18px;--grid-max-width:960px;scroll-behavior:smooth!important;font-size:var(--base-font-size)!important;line-height:20px!important;font-weight:400!important;font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif!important;color:var(--text-color-normal)!important;background-color:var(--background-color)!important}.lwa-bones .pixelbones .pixelbones{line-height:1.15;-webkit-text-size-adjust:100%;margin:0}.lwa-bones .pixelbones details,.lwa-bones .pixelbones main{display:block}.lwa-bones .pixelbones h1{margin:.67em 0}.lwa-bones .pixelbones hr{box-sizing:content-box;height:0;overflow:visible;margin-top:30px!important;margin-bottom:35px!important;border-width:0!important;border-top:1px solid var(--border-color-softer)!important}.lwa-bones .pixelbones code{font-family:monospace,monospace}.lwa-bones .pixelbones kbd,.lwa-bones .pixelbones pre,.lwa-bones .pixelbones samp{font-family:monospace,monospace;font-size:1em}.lwa-bones .pixelbones a{color:var(--accent-color)!important;background-color:transparent!important}.lwa-bones .pixelbones abbr[title]{border-bottom:none;text-decoration:underline dotted}.lwa-bones .pixelbones b,.lwa-bones .pixelbones strong{font-weight:bolder}.lwa-bones .pixelbones small{font-size:80%}.lwa-bones .pixelbones sub,.lwa-bones .pixelbones sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.lwa-bones .pixelbones sub{bottom:-.25em}.lwa-bones .pixelbones sup{top:-.5em}.lwa-bones .pixelbones img{border-style:none}.lwa-bones .pixelbones button{font-family:inherit;margin:0;overflow:visible}.lwa-bones .pixelbones input,.lwa-bones .pixelbones optgroup,.lwa-bones .pixelbones select,.lwa-bones .pixelbones textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.lwa-bones .pixelbones input{overflow:visible}.lwa-bones .pixelbones select{text-transform:none}.lwa-bones .pixelbones [type=button],.lwa-bones .pixelbones [type=reset],.lwa-bones .pixelbones [type=submit],.lwa-bones .pixelbones button{-webkit-appearance:button}.lwa-bones .pixelbones [type=button]::-moz-focus-inner,.lwa-bones .pixelbones [type=reset]::-moz-focus-inner,.lwa-bones .pixelbones [type=submit]::-moz-focus-inner,.lwa-bones .pixelbones button::-moz-focus-inner{border-style:none;padding:0}.lwa-bones .pixelbones [type=button]:-moz-focusring,.lwa-bones .pixelbones [type=reset]:-moz-focusring,.lwa-bones .pixelbones [type=submit]:-moz-focusring,.lwa-bones .pixelbones button:-moz-focusring{outline:1px dotted ButtonText}.lwa-bones .pixelbones fieldset{padding:0!important;border-width:0!important}.lwa-bones .pixelbones legend{color:inherit;display:table;max-width:100%;white-space:normal}.lwa-bones .pixelbones progress{vertical-align:baseline}.lwa-bones .pixelbones textarea{overflow:auto}.lwa-bones .pixelbones [type=checkbox],.lwa-bones .pixelbones [type=radio],.lwa-bones .pixelbones legend{box-sizing:border-box;padding:0}.lwa-bones .pixelbones [type=number]::-webkit-inner-spin-button,.lwa-bones .pixelbones [type=number]::-webkit-outer-spin-button{height:auto}.lwa-bones .pixelbones [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.lwa-bones .pixelbones [type=search]::-webkit-search-decoration{-webkit-appearance:none}.lwa-bones .pixelbones ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.lwa-bones .pixelbones summary{display:list-item}.lwa-bones .pixelbones [hidden],.lwa-bones .pixelbones template,.lwa-modal-overlay{display:none}.lwa-bones .pixelbones .grid-container{position:relative!important;max-width:var(--grid-max-width)!important;margin:0 auto!important;padding:0!important;text-align:left!important;display:grid!important;grid-gap:20px!important;gap:20px!important;grid-template-columns:minmax(200px,1fr)!important}@media (min-width:600px){.lwa-bones .pixelbones .grid-container{grid-template-columns:repeat(3,1fr)!important;padding:0!important}.lwa-bones .pixelbones .grid-container.fifths{grid-template-columns:repeat(5,1fr)!important}.lwa-bones .pixelbones .grid-container.quarters{grid-template-columns:repeat(4,1fr)!important}.lwa-bones .pixelbones .grid-container.thirds{grid-template-columns:repeat(3,1fr)!important}.lwa-bones .pixelbones .grid-container.halves{grid-template-columns:repeat(2,1fr)!important}.lwa-bones .pixelbones .grid-container.full{grid-template-columns:1fr!important}}.lwa-bones .pixelbones h1,.lwa-bones .pixelbones h2,.lwa-bones .pixelbones h3,.lwa-bones .pixelbones h4,.lwa-bones .pixelbones h5,.lwa-bones .pixelbones h6{margin-top:0!important;margin-bottom:20px!important;font-weight:300!important}.lwa-bones .pixelbones h1{font-size:40px!important;line-height:1.2!important}.lwa-bones .pixelbones h2{font-size:36px!important;line-height:1.25!important}.lwa-bones .pixelbones h3{font-size:30px!important;line-height:1.3!important}.lwa-bones .pixelbones h4{font-size:24px!important;line-height:1.35!important}.lwa-bones .pixelbones h5{font-size:18px!important;line-height:1.5!important}.lwa-bones .pixelbones h6{font-size:15px!important;line-height:1.6!important}@media (min-width:600px){.lwa-bones .pixelbones h1{font-size:50px!important}.lwa-bones .pixelbones h2{font-size:42px!important}.lwa-bones .pixelbones h3{font-size:36px!important}.lwa-bones .pixelbones h4{font-size:30px!important}.lwa-bones .pixelbones h5{font-size:24px!important}.lwa-bones .pixelbones h6{font-size:15px!important}}.lwa-bones .pixelbones p{margin:0 0 5px!important;line-height:var(--base-line-height)!important}.lwa-bones .pixelbones a :hover{color:var(--accent-color-hover)!important;background-color:transparent!important}.lwa-bones .pixelbones a :focus{background-color:transparent!important}.lwa-bones .pixelbones .button,.lwa-bones .pixelbones button,.lwa-bones .pixelbones input[type=button],.lwa-bones .pixelbones input[type=reset],.lwa-bones .pixelbones input[type=submit]{display:inline-block;height:38px!important;padding:0 30px!important;color:var(--text-color-softer)!important;text-align:center!important;font-size:11px!important;font-weight:600!important;line-height:38px!important;letter-spacing:1px!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap!important;background-color:transparent!important;border-radius:4px!important;border:1px solid var(--border-color)!important;cursor:pointer!important;box-sizing:border-box!important}.lwa-bones .pixelbones .button:focus,.lwa-bones .pixelbones .button:hover,.lwa-bones .pixelbones button:focus,.lwa-bones .pixelbones button:hover,.lwa-bones .pixelbones input[type=button]:focus,.lwa-bones .pixelbones input[type=button]:hover,.lwa-bones .pixelbones input[type=reset]:focus,.lwa-bones .pixelbones input[type=reset]:hover,.lwa-bones .pixelbones input[type=submit]:focus,.lwa-bones .pixelbones input[type=submit]:hover{color:var(--text-color-normal)!important;border-color:var(--text-color-softer)!important;outline:0!important}.lwa-bones .pixelbones .button.button-primary,.lwa-bones .pixelbones button.button-primary,.lwa-bones .pixelbones input[type=button].button-primary,.lwa-bones .pixelbones input[type=reset].button-primary,.lwa-bones .pixelbones input[type=submit].button-primary{color:var(--button-primary-color)!important;background-color:var(--accent-color)!important;border-color:var(--accent-color)!important}.lwa-bones .pixelbones .button.button-primary[disabled],.lwa-bones .pixelbones button.button-primary[disabled],.lwa-bones .pixelbones input[type=button].button-primary[disabled],.lwa-bones .pixelbones input[type=reset].button-primary[disabled],.lwa-bones .pixelbones input[type=submit].button-primary[disabled]{opacity:.5!important;cursor:not-allowed!important}.lwa-bones .pixelbones .button.button-primary:focus:not([disabled]),.lwa-bones .pixelbones .button.button-primary:hover:not([disabled]),.lwa-bones .pixelbones button.button-primary:focus:not([disabled]),.lwa-bones .pixelbones button.button-primary:hover:not([disabled]),.lwa-bones .pixelbones input[type=button].button-primary:focus:not([disabled]),.lwa-bones .pixelbones input[type=button].button-primary:hover:not([disabled]),.lwa-bones .pixelbones input[type=reset].button-primary:focus:not([disabled]),.lwa-bones .pixelbones input[type=reset].button-primary:hover:not([disabled]),.lwa-bones .pixelbones input[type=submit].button-primary:focus:not([disabled]),.lwa-bones .pixelbones input[type=submit].button-primary:hover:not([disabled]){color:var(--button-primary-color)!important;background-color:var(--accent-color-hover)!important;border-color:var(--accent-color-hover)!important}.lwa-bones .pixelbones form{border:0!important;margin:0!important;padding:0!important;font-weight:400!important;overflow:visible;background:var(--background-color)!important;box-sizing:border-box!important;box-shadow:none!important}.lwa-bones .pixelbones input[type=email],.lwa-bones .pixelbones input[type=number],.lwa-bones .pixelbones input[type=password],.lwa-bones .pixelbones input[type=search],.lwa-bones .pixelbones input[type=tel],.lwa-bones .pixelbones input[type=text],.lwa-bones .pixelbones input[type=url],.lwa-bones .pixelbones select,.lwa-bones .pixelbones textarea{width:100%!important;height:38px!important;padding:6px 10px!important;border-radius:4px!important;background-color:var(--background-color-inputs)!important;box-shadow:none!important;box-sizing:border-box!important;border:1px solid var(--border-color-softer)!important}.lwa-bones .pixelbones input[type=button],.lwa-bones .pixelbones input[type=email],.lwa-bones .pixelbones input[type=number],.lwa-bones .pixelbones input[type=password],.lwa-bones .pixelbones input[type=search],.lwa-bones .pixelbones input[type=submit],.lwa-bones .pixelbones input[type=tel],.lwa-bones .pixelbones input[type=text],.lwa-bones .pixelbones input[type=url],.lwa-bones .pixelbones textarea{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.lwa-bones .pixelbones textarea{min-height:65px!important;padding-top:6px!important;padding-bottom:6px!important}.lwa-bones .pixelbones input[type=email]:focus,.lwa-bones .pixelbones input[type=number]:focus,.lwa-bones .pixelbones input[type=password]:focus,.lwa-bones .pixelbones input[type=search]:focus,.lwa-bones .pixelbones input[type=tel]:focus,.lwa-bones .pixelbones input[type=text]:focus,.lwa-bones .pixelbones input[type=url]:focus,.lwa-bones .pixelbones select:focus,.lwa-bones .pixelbones textarea:focus{border:1px solid var(--accent-color)!important;outline:0!important}.lwa-bones .pixelbones label,.lwa-bones .pixelbones legend{display:block!important;margin-bottom:5px!important;font-weight:400!important;font-size:var(--base-font-size);line-height:var(--base-line-height)}.lwa-bones .pixelbones input[type=checkbox]{-webkit-appearance:none!important;width:15px!important;height:15px!important;position:relative!important;top:2px!important}.lwa-bones .pixelbones input[type=checkbox]:focus{outline:0!important}.lwa-bones .pixelbones input[type=checkbox]:before{content:""!important;display:none!important}.lwa-bones .pixelbones input[type=checkbox]:checked:after{opacity:1!important}.lwa-bones .pixelbones input[type=checkbox]:after{content:""!important;opacity:0!important;display:block!important;left:4px!important;top:1px!important;position:absolute!important;width:6px!important;height:10px!important;border:2px solid #666!important;border-top:0!important;border-left:0!important;transform:rotate(30deg)!important;box-sizing:border-box!important}.lwa-bones .pixelbones input[type=checkbox],.lwa-bones .pixelbones input[type=radio]{margin-bottom:0!important;display:inline-block!important;text-align:start!important;background-color:var(--background-color-checkboxes)!important;box-shadow:none!important;box-sizing:border-box!important;border:1px solid var(--border-color-softer)!important}.lwa-bones .pixelbones label>.label-body{display:inline-block!important;margin-left:5px!important;font-weight:400!important}.lwa-bones .pixelbones ul{list-style:circle inside!important}.lwa-bones .pixelbones ol{list-style:decimal inside!important}.lwa-bones .pixelbones ol,.lwa-bones .pixelbones ul{padding-left:0!important;margin-top:0!important}.lwa-bones .pixelbones ol ol,.lwa-bones .pixelbones ol ul,.lwa-bones .pixelbones ul ol,.lwa-bones .pixelbones ul ul{font-size:100%!important;margin:10px 0 10px 30px!important;color:var(--text-color-softer)!important}.lwa-bones .pixelbones li{margin-bottom:5px!important}.lwa-bones .pixelbones code{padding:2px 5px!important;margin:0 2px!important;font-size:90%!important;white-space:nowrap!important;background:var(--code-background)!important;border:1px solid var(--border-color-softer)!important;border-radius:4px!important}.lwa-bones .pixelbones pre>code{display:block!important;padding:10px 15px!important;white-space:pre!important;overflow:auto!important}.lwa-bones .pixelbones td,.lwa-bones .pixelbones th{padding:12px 15px!important;text-align:left!important;border-bottom:1px solid var(--border-color-softer)!important}.lwa-bones .pixelbones td:first-child,.lwa-bones .pixelbones th:first-child{padding-left:0!important}.lwa-bones .pixelbones td:last-child,.lwa-bones .pixelbones th:last-child{padding-right:0!important}.lwa-bones .lwa,.lwa-bones .pixelbones .button,.lwa-bones .pixelbones button{margin-bottom:10px!important}.lwa-bones .pixelbones fieldset,.lwa-bones .pixelbones input,.lwa-bones .pixelbones select,.lwa-bones .pixelbones textarea{margin-bottom:15px!important}.lwa-bones .pixelbones blockquote,.lwa-bones .pixelbones dl,.lwa-bones .pixelbones figure,.lwa-bones .pixelbones ol,.lwa-bones .pixelbones p,.lwa-bones .pixelbones pre,.lwa-bones .pixelbones table,.lwa-bones .pixelbones ul{margin-bottom:25px!important}.lwa-bones .pixelbones .u-full-width{width:100%!important;box-sizing:border-box!important}.lwa-bones .pixelbones .u-max-full-width{max-width:100%!important;box-sizing:border-box!important}.lwa-bones .pixelbones .u-pull-right{float:right!important}.lwa-bones .pixelbones .u-pull-left{float:left!important}.lwa-bones .pixelbones .u-align-left{text-align:left!important}.lwa-bones .lwa.lwa-login .grid-container.submit .lwa-links,.lwa-bones .pixelbones .u-align-right{text-align:right!important}.lwa-bones .pixelbones .container:after,.lwa-bones .pixelbones .row:after,.lwa-bones .pixelbones .u-cf{content:""!important;display:table!important;clear:both!important}.lwa-bones .lwa p{margin-bottom:20px!important}.lwa-bones .lwa.lwa-login .lwa-links a{display:block!important;margin:8px 0 0!important;padding:0!important}.lwa-bones .lwa.lwa-login .lwa-register,.lwa-bones .lwa.lwa-login .lwa-remember{margin-top:10px!important;display:none}.lwa-bones .lwa.lwa-login .lwa-register #openid_identifier{width:auto!important}.lwa-bones .lwa.lwa-login .grid-container.submit{text-align:left!important;grid-template-columns:50% 1fr!important;max-width:100%!important;padding:0!important}.lwa-bones .lwa-logged-in{--links-case:lowercase}.lwa-bones .lwa-logged-in .lwa-avatar{padding:0!important;margin:0!important}.lwa-bones .lwa-logged-in .lwa-avatar.rounded img{border-radius:var(--avatar-rounded)!important}.lwa-bones .lwa-logged-in .lwa-info a,.lwa-bones .lwa.lwa-login .lwa-links a{text-transform:var(--links-case)!important}.lwa-bones .lwa-logged-in .lwa-info>p{margin:0 0 2px!important;padding:0!important}.lwa-bones .lwa-logged-in .grid-container{text-align:left!important;grid-template-columns:calc(var(--avatar-size) + 10px) 1fr!important;padding:0!important}.lwa-bones .lwa-logged-in.vertical{text-align:center!important}.lwa-bones .lwa-logged-in.vertical .grid-container{display:block!important;width:100%!important;text-align:center!important}.lwa-bones .lwa-logged-in.vertical .grid-container>div{margin:0 0 20px!important}.lwa-bones .lwa-logged-in.vertical .lwa-avatar img{display:block!important;margin:0 auto!important}.lwa-bones .lwa-minimalistic .input-field{position:relative!important;margin-bottom:10px!important}.lwa-bones .lwa-minimalistic .input-field label{font-size:80%!important;position:absolute!important;top:calc(50% - 10px)!important;left:0!important;opacity:0!important;transition:all .3s ease!important}.lwa-bones .lwa-minimalistic .input-field input[type=password],.lwa-bones .lwa-minimalistic .input-field input[type=text]{padding:10px 0 0!important;height:50px!important;border:0!important;border-bottom:solid 1px var(--border-color-softer)!important;background:0 0!important;box-sizing:border-box!important;transition:all .3s linear!important;border-radius:0!important}.lwa-bones .lwa-minimalistic .input-field input[type=password]:focus,.lwa-bones .lwa-minimalistic .input-field input[type=text]:focus{border:0!important;border-bottom:solid 1px var(--border-color)!important;outline:0!important;box-shadow:0 2px 6px -8px var(--border-color-normal)!important}.lwa-bones .lwa-minimalistic .input-field input:not(:placeholder-shown){padding:28px 0 12px!important}.lwa-bones .lwa-minimalistic .input-field input:not(:placeholder-shown)+label{transform:translateY(-20px)!important;opacity:.7!important}.lwa-modal-overlay .lwa-modal-popup .lwa-modal-content .lwa-form .lwa-title,.lwa-modal-overlay.active{display:block!important}@media only screen and (min-width:40rem){.lwa-modal-overlay{align-items:center!important;justify-content:center!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:99998!important;background-color:rgba(0,0,0,.6)!important;opacity:0!important;visibility:hidden!important;backface-visibility:hidden!important;transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1)!important;-webkit-transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1)!important;transition-delay:.3s!important}.lwa-modal-overlay.active{display:flex!important;opacity:1!important;visibility:visible!important}}.lwa-modal-overlay .lwa-modal-popup{display:flex!important;align-items:start!important;justify-content:center!important;position:relative!important;margin:0!important;background-color:#fff!important;width:100%!important;max-width:750px!important;min-height:200px!important;max-height:98%!important;padding:10px!important;border-radius:3px!important;opacity:0!important;overflow-y:auto!important;visibility:hidden!important;box-shadow:0 2px 10px rgba(0,0,0,.1)!important;backface-visibility:hidden!important;transform:scale(1.2)!important;transition:all .6s cubic-bezier(.55,0,.1,1)!important;z-index:99999!important}.lwa-modal-overlay .lwa-modal-popup>header{box-sizing:border-box;width:100%;border-bottom:1px solid #dedede;margin:0;padding:10px 0 7px 15px}.lwa-modal-overlay .lwa-modal-popup>header .lwa-modal-title{font-size:24px!important;line-height:1.3!important;padding:0 32px 0 0!important;margin:0!important}.lwa-modal-overlay .lwa-modal-popup>header .lwa-modal-title a{color:var(--text-color-normal)!important}.lwa-modal-overlay .lwa-modal-popup>header .lwa-modal-title a:hover{text-decoration:underline}.lwa-modal-overlay .lwa-modal-popup .lwa-close-modal{position:absolute!important;cursor:pointer!important;top:15px!important;right:15px!important;opacity:0!important;backface-visibility:hidden!important;transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1)!important;-webkit-transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1)!important;transition-delay:.3s!important}.lwa-modal-overlay .lwa-modal-popup svg{width:17.5px!important;height:17.5px!important}.lwa-modal-overlay .lwa-modal-popup .lwa-modal-content{opacity:0!important;backface-visibility:hidden!important;transition:opacity .6s cubic-bezier(.55,0,.1,1)!important;transition-delay:.3s!important;width:100%!important;margin:20px 5px 5px!important}.lwa-modal-overlay .lwa-modal-popup .lwa-modal-content form,.lwa-wrapper .lwa-classic-vanilla .lwa-links>label{margin-bottom:0!important}.lwa-modal-overlay .lwa-modal-popup.active{visibility:visible!important;opacity:1!important;transform:scale(1)!important}.lwa-modal-overlay .lwa-modal-popup.active .lwa-close-modal,.lwa-modal-overlay .lwa-modal-popup.active .lwa-modal-content{opacity:1!important}.lwa-modal-overlay .lwa-modal-popup>footer{width:100%!important;border-top:1px solid #dedede!important}.lwa-modal-overlay .lwa-modal-popup>footer>div{padding:10px 25px!important}.lwa-modal-overlay .lwa-modal-popup>footer>div .button,.lwa-modal-overlay .lwa-modal-popup>footer>div button{margin:0!important}@media only screen and (max-width:39.99rem){.lwa-modal-overlay .lwa-modal-popup{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:100%!important;-webkit-overflow-scrolling:touch!important;border-radius:0!important;transform:scale(1.1)!important;padding:10px!important}.lwa-modal-overlay .lwa-modal-popup .lwa-close-modal{top:10px!important;right:10px!important}.lwa-modal-overlay .lwa-modal-popup .lwa-close-modal svg{width:28px!important;height:28px!important}}.lwa-wrapper .lwa-classic-vanilla .lwa-form,.lwa-wrapper .lwa-classic-vanilla .lwa-register>form{grid-row-gap:10px!important}.lwa-wrapper .lwa-classic-vanilla .lwa-form>*,.lwa-wrapper .lwa-classic-vanilla .lwa-register>form>*{grid-column-gap:10px!important}.lwa-wrapper .lwa-classic .lwa-form .input-field label,.lwa-wrapper .lwa-classic .lwa-register>form .input-field label,.lwa-wrapper .lwa-classic-vanilla .lwa-form .input-field label,.lwa-wrapper .lwa-classic-vanilla .lwa-links-register-inline-cancel,.lwa-wrapper .lwa-classic-vanilla .lwa-register>form .input-field label{align-self:center!important}.lwa-wrapper .lwa-classic .lwa-register .lwa-submit-button,.lwa-wrapper .lwa-classic-vanilla .lwa-links>*,.lwa-wrapper .lwa-classic-vanilla .lwa-register .lwa-submit-button{display:block!important}.lwa-wrapper .lwa-classic-vanilla .lwa-links label .label-body{display:inline-block!important;padding-left:10px!important;font-size:85%!important;vertical-align:top!important}.lwa-wrapper .lwa-classic-vanilla .lwa-remember-email input{width:96%!important}.lwa-wrapper .lwa-classic-vanilla .lwa-remember-email{margin-bottom:10px!important}.lwa-wrapper .lwa-classic-vanilla .lwa-title{font-size:110%!important}.lwa-wrapper .lwa-classic .lwa-register>form p:nth-child(-n+2),.lwa-wrapper .lwa-classic-vanilla .lwa-register>form p:nth-child(-n+2){display:block!important;margin-bottom:10px!important}.lwa-wrapper .lwa-classic .lwa-remember-email label,.lwa-wrapper .lwa-classic-vanilla .lwa-remember-email label{border:0!important;clip:rect(1px 1px 1px 1px)!important;clip:rect(1px,1px,1px,1px)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.lwa-wrapper .lwa-classic .lwa-form,.lwa-wrapper .lwa-classic .lwa-register>form,.lwa-wrapper .lwa-classic-vanilla .lwa-form,.lwa-wrapper .lwa-classic-vanilla .lwa-register>form{display:grid;grid-template-rows:1fr!important}.lwa-wrapper .lwa-classic .lwa-form>*,.lwa-wrapper .lwa-classic .lwa-register>form>*,.lwa-wrapper .lwa-classic-vanilla .lwa-form>*,.lwa-wrapper .lwa-classic-vanilla .lwa-register>form>*{display:grid!important;grid-template-columns:1fr 3fr!important}.lwa-wrapper .lwa-classic .lwa-register .lwa-submit-button{grid-template-columns:1fr 1fr 2fr!important}.vc_col-sm-1-per-5 {
float: left;
position: relative;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
@media (min-width: 768px) {
.vc_column_container.vc_col-sm-1-per-5 {
width: 20%; } }
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }