.mistape_caption{font-size:80%;opacity:0.8;}
.mistape-link-wrap{float:left;margin-right:6px;}
.mistape-logo svg{display:block;height:22px;width:22px;fill:#E42029;}
.mistape-logo.spin{animation-name:spin;animation-duration:1000ms;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:spin;-webkit-animation-duration:1000ms;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:1000ms;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;}
.mistape_caption .mistape-link{text-decoration:none!important;border:none!important;box-shadow:none!important;}
.mistape-link:hover{text-decoration:none!important;border:none!important;}
#mistape_dialog,
#mistape_dialog .dialog__overlay{width:100%;height:100%;top:0;left:0;}
#mistape_dialog{position:fixed;z-index:2147483647;display:none;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none;}
#mistape_dialog .dialog__overlay{position:absolute;background:rgba(55, 58, 71, 0.9);opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-backface-visibility:hidden;}
#mistape_dialog .dialog__content .dialog-wrap{perspective:800px;transition:transform 0.5s;}
#mistape_dialog .dialog__content .dialog-wrap .dialog-wrap-top{padding:30px 30px 0;background:#fff;transform-origin:50% 100%;transition:transform 0.5s;position:relative;z-index:1;transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden;}
#mistape_dialog .dialog__content .dialog-wrap .dialog-wrap-top::after{content:'';width:100%;height:100%;position:absolute;background:#fff;top:0;left:0;transform:rotateX( 180deg );transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden;}
#mistape_dialog .dialog__content .dialog-wrap .dialog-wrap-bottom .comment{margin-top:0;padding-left:0;margin-left:auto;margin-right:auto;width:100%;}
#mistape_dialog .dialog__content .dialog-wrap .dialog-wrap-bottom{padding:31px 30px 45px;background:#fff;transition:background 0.4s;transform:translate3d(0,0,0) translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;margin-top:-1px;}
#mistape_dialog .dialog__content{width:50%;max-width:560px;min-width:290px;text-align:center;position:relative;opacity:0;transition:height 0.3s ease;font-size:14px;box-sizing:content-box;}
#mistape_dialog.dialog--open .dialog__overlay{opacity:1;pointer-events:auto;}
#mistape_dialog.dialog--open .dialog__content{pointer-events:auto;}
#mistape_reported_text{padding:5px 10px;position:relative;z-index:0;font-weight:normal;}
#mistape_reported_text::before{content:'';width:15px;height:15px;border-top:solid 2px #E42029;border-left:solid 2px #E42029;position:absolute;z-index:-1;top:0;left:0;}
#mistape_reported_text::after{content:'';width:15px;height:15px;border-bottom:solid 2px #E42029;border-right:solid 2px #E42029;position:absolute;z-index:-1;bottom:0;right:0;}
#mistape_reported_text .mistape_mistake_outer{background-color:#F5F5F5;color:#111;font-weight:normal;padding:0 3px;}
#mistape_reported_text .mistape_mistake_inner{color:#E42029;font-weight:normal;}
textarea#mistape_comment{width:100%;resize:none;font-size:14px;padding:4px 6px;line-height:1.4;box-sizing:border-box;border:1px solid #ddd;border-radius:0;color:#8E8E8E;transition:border 0.3s, color 0.3s, background 0.4s;}
textarea#mistape_comment:focus{background-color:#fff;border-color:#949494;color:#1a1a1a;outline:0;}
#mistape_dialog .mistape_dialog_block{margin-top:20px;}
#mistape_dialog .pos-relative{position:relative;}
#mistape_dialog .mistape_dialog_footer{position:absolute;right:0;bottom:-24px;font-size:10px;color:#ddd;}
#mistape_dialog .mistape_dialog_footer a{color:#ccc;}
#mistape_dialog .mistape_action{display:inline-block;cursor:pointer;padding:11px 25px;margin:0 5px;font-weight:600;border:none;color:#fff;background:#E42029;text-decoration:none;user-select:none;text-transform:uppercase;font-size:13px;min-width:150px;}
#mistape_dialog .mistape_action:hover{opacity:0.9;text-decoration:none;}
#mistape_dialog h2{margin:0;font-weight:400;font-size:22px;padding:0 0 20px;position:relative;}
#mistape_dialog h2::before{content:'';height:1px;width:60px;position:absolute;bottom:0;left:calc(50% - 30px);background:#E42029;}
#mistape_dialog h3{margin:0;font-weight:300;font-size:14px;text-transform:none;padding:0 0 1em;color:#BFBFBF;}
#mistape_success_dialog .dialog-wrap{background:#fff;padding:30px;}
#mistape_success_dialog .dialog-wrap h3{margin-top:20px;}
#mistape_dialog.dialog--open .dialog__content,
#mistape_dialog.dialog--close .dialog__content{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
#mistape_dialog.dialog--open .dialog__content{-webkit-animation-name:anim-open;animation-name:anim-open;}
#mistape_dialog.dialog--close .dialog__content{-webkit-animation-name:anim-close;animation-name:anim-close;}
@-webkit-keyframes anim-open {
0%{opacity:0;-webkit-transform:scale3d(1.1, 1.1, 1);}
100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);}
}
@keyframes anim-open {
0%{opacity:0;-webkit-transform:scale3d(1.1, 1.1, 1);transform:scale3d(1.1, 1.1, 1);}
100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
@-webkit-keyframes anim-close {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes anim-close {
0%{opacity:1;}
100%{opacity:0;}
}
@-moz-keyframes spin {
from{-moz-transform:rotate(0deg);}
to{-moz-transform:rotate(360deg);}
}
@-webkit-keyframes spin {
from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}
@keyframes spin {
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
} .mistape-letter{width:640px;height:400px;top:calc(50% - 200px);position:absolute;}
.mistape-letter-front{width:304px;height:190px;position:absolute;bottom:0;z-index:4;left:calc(50% - 152px);transform:scale(0.145);transform-origin:50% 100%;opacity:0;transition:transform 0.4s, opacity 0.15s;}
.mistape-letter-front .front-left{width:0;height:0;border-left:152px solid #E42029;border-right:0;border-top:95px solid transparent;border-bottom:95px solid transparent;position:absolute;z-index:2;top:0;left:0;}
.mistape-letter-front .front-right{width:0;height:0;border-right:152px solid #E42029;border-left:0;border-top:95px solid transparent;border-bottom:95px solid transparent;position:absolute;z-index:2;top:0;right:0;}
.mistape-letter-front .front-right:before{content:'';display:block;width:0;height:0;border-right:152px solid rgba(0,0,0,0.2);border-left:0;border-top:95px solid transparent;border-bottom:95px solid transparent;position:absolute;top:-95px;right:-152px;}
.mistape-letter-front .front-bottom{width:0;height:0;border-bottom:95px solid #E42029;border-top:0;border-left:152px solid transparent;border-right:152px solid transparent;position:absolute;z-index:2;bottom:0;left:0;}
.mistape-letter-front .front-bottom:before{content:'';display:block;width:0;height:0;border-bottom:95px solid rgba(0,0,0,0.1);border-top:0;border-left:152px solid transparent;border-right:152px solid transparent;position:absolute;top:0;right:-152px;}
.mistape-letter-back{width:304px;height:190px;background-color:#E42029;background-repeat:no-repeat;background-size:100% 100%;position:absolute;z-index:2;bottom:0;left:calc(50% - 152px);transition:transform 0.4s, opacity 0.15s;transform:scale(0.145);transform-origin:50% 100%;opacity:0;}
.mistape-letter-back:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.4);}
.mistape-letter-back > .mistape-letter-back-top{width:0;height:0;border-bottom:95px solid #E42029;border-top:0;border-left:152px solid transparent;border-right:152px solid transparent;background-repeat:no-repeat;background-size:100% 100%;position:absolute;z-index:2;bottom:100%;left:calc(50% - 152px);transition:transform 0.4s;transform-origin:50% 100%;transform:translateX(0) rotateX(-180deg);}
.mistape-letter-back > .mistape-letter-back-top:before{content:'';display:block;width:0;height:0;border-bottom:95px solid rgba(0,0,0,.3);border-top:0;border-left:152px solid transparent;border-right:152px solid transparent;position:absolute;top:0;left:-152px;}
.mistape-letter-top{width:0;height:0;border-bottom:95px solid #E42029;border-top:0;border-left:152px solid transparent;border-right:152px solid transparent;position:absolute;z-index:2;bottom:0;opacity:0;left:calc(50% - 152px);transition:transform 0.3s;transform-origin:50% 100%;transform:rotateX(0deg);}
.mistape-letter-top:before{content:'';display:block;width:0;height:0;border-bottom:95px solid rgba(0,0,0,.3);border-top:0;border-left:152px solid transparent;border-right:152px solid transparent;position:absolute;top:0;left:-152px;}
.mistape-letter-top.close{transform:rotateX(-180deg);}
#mistape_dialog .dialog__content .dialog-wrap{z-index:3;position:relative;}
#mistape_dialog .dialog__content.show-letter .mistape-letter-back,
#mistape_dialog .dialog__content.show-letter .mistape-letter-front{transform:scale(1) translateY(15%);opacity:1;}
#mistape_dialog .dialog__content.show-letter .mistape-letter-back > .mistape-letter-back-top{transform:rotateX(0deg);}
#mistape_dialog .dialog__content.show-letter .dialog-wrap .dialog-wrap-top{transform:rotateX(-180deg);}
#mistape_dialog .dialog__content.show-letter .dialog-wrap .dialog-wrap-bottom{background:#c1c1c1;}
#mistape_dialog .dialog__content.show-letter .dialog-wrap .dialog-wrap-bottom textarea{background:#c1c1c1;}
#mistape_dialog .dialog__content.show-letter .dialog-wrap{transform:translateY(-150%);}
#mistape_dialog .dialog__content.show-letter.with-comment .dialog-wrap{transform:translateY(-50%);}
#mistape_dialog .mistape_action[data-action="send"]{position:relative;z-index:8;}
#mistape_dialog .dialog__content.show-letter .mistape_action[data-action="send"]{transition-delay:0.3s;transition:visibility 0.1s, opacity 0.1s;visibility:hidden!important;opacity:0!important;}
@keyframes send-letter1 {
0%{transform:translateX(0) translateY(15%);}
20%{transform:translateX(-60%) translateY(15%);}
100%{transform:translateX(100vw) translateY(15%);}
}
@-moz-keyframes send-letter1 {
0%{transform:translateX(0) translateY(15%);}
20%{transform:translateX(-60%) translateY(15%);}
100%{transform:translateX(100vw) translateY(15%);}
}
@-webkit-keyframes send-letter1 {
0%{transform:translateX(0) translateY(15%);}
20%{transform:translateX(-60%) translateY(15%);}
100%{transform:translateX(100vw) translateY(15%);}
}
@keyframes send-letter2 {
0%{transform:translateX(0) rotateX(-180deg);}
20%{transform:translateX(-60%) rotateX(-180deg);}
100%{transform:translateX(100vw) rotateX(-180deg);}
}
@-moz-keyframes send-letter2 {
0%{transform:translateX(0) rotateX(-180deg);}
20%{transform:translateX(-60%) rotateX(-180deg);}
100%{transform:translateX(100vw) rotateX(-180deg);}
}
@-webkit-keyframes send-letter2 {
0% { transform: translateX(0) rotateX(-180deg); }
20% { transform: translateX(-60%) rotateX(-180deg); }
100% { transform: translateX(100vw) rotateX(-180deg); }
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}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, article, 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;font-size:100%;vertical-align:baseline;}
main{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{display:block;}
audio, canvas, video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
sub, sup{line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
img{border:0;-ms-interpolation-mode:bicubic;}
button, input, select, textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button, input{line-height:normal;*overflow:visible;}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}
button, input[type="button"],
input[type="reset"],
input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
input[type="search"]{-webkit-appearance:textfield;}
input[type="search"]:-webkit-search-decoration{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
.site-main, .textwidget,
.entry-content, .page-content, .comment-content, .related-posts, .post-navigation, .stag-custom-widget-area .stag-instagram ul, .contributors-list, .comment-list{zoom:1;}
.site-main:before, .textwidget:before,
.entry-content:before, .page-content:before, .comment-content:before, .related-posts:before, .post-navigation:before, .stag-custom-widget-area .stag-instagram ul:before, .contributors-list:before, .comment-list:before, .site-main:after, .textwidget:after,
.entry-content:after, .page-content:after, .comment-content:after, .related-posts:after, .post-navigation:after, .stag-custom-widget-area .stag-instagram ul:after, .contributors-list:after, .comment-list:after{display:table;content:"";}
.site-main:after, .textwidget:after,
.entry-content:after, .page-content:after, .comment-content:after, .related-posts:after, .post-navigation:after, .stag-custom-widget-area .stag-instagram ul:after, .contributors-list:after, .comment-list:after{clear:both;}
table, .entry-title{word-break:break-word;word-wrap:break-word;}
.entry-title{text-transform:uppercase;}
.hover-overlay .post-content-overlay button, .post-content{position:relative;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.inside, body[class*="page-id"]:not(.page-template-current-php) .entry-header, .stag-custom-widget-area .full-wrap .widgettitle,
.stag-custom-widget-area .widget:not(.full-wrap),
.stag-custom-widget-area .stag-instagram .widgettitle, .stag-custom-widget-area .widget_text{max-width:970px;margin-left:auto;margin-right:auto;}
@media screen and (max-width:970px){
.inside, body[class*="page-id"]:not(.page-template-current-php) .entry-header, .stag-custom-widget-area .full-wrap .widgettitle,
.stag-custom-widget-area .widget:not(.full-wrap),
.stag-custom-widget-area .stag-instagram .widgettitle, .stag-custom-widget-area .widget_text{padding-left:20px;padding-right:20px;}
}
.single .entry-meta, .single .entry-footer, .single .post-navigation, .single .comments-area, .page .entry-meta, .page .entry-footer, .page .post-navigation, .page .comments-area, .page-content,
.entry-content, .page-header, .ink-contact-form{max-width:970px;margin-left:auto;margin-right:auto;}
@media screen and (max-width:970px){
.single .entry-meta, .single .entry-footer, .single .post-navigation, .single .comments-area, .page .entry-meta, .page .entry-footer, .page .post-navigation, .page .comments-area, .page-content,
.entry-content, .page-header, .ink-contact-form{padding-left:20px;padding-right:20px;}
}
.g, .grid, .gallery{margin-left:-3%;max-width:105%;}
.gallery-item, .unit{display:inline-block;*display:inline;*zoom:1;vertical-align:top;margin-left:3%;margin-right:-.25em;overflow:hidden;*overflow:visible;}
.gallery-columns-1 .gallery-item, .span-grid{width:97%;}
.gallery-columns-2 .gallery-item, .one-of-two{width:47%;}
.gallery-columns-3 .gallery-item, .one-of-three{width:30.36%;}
.two-of-three{width:63.666666666%;}
.gallery-columns-4 .gallery-item, .one-of-four{width:22.05%;}
.three-of-four{width:72%;}
.gallery-columns-5 .gallery-item, .one-of-five{width:17.07%;}
.two-of-five{width:37%;}
.three-of-five{width:57%;}
.four-of-five{width:77%;}
@media screen and (max-width:650px){
.grid{margin-left:0;max-width:none;}
.unit{width:auto;margin-left:0;display:block;}
} html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:93.75%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
@media screen and (min-width:600px){
html{font-size:100%;}
}
*, *:before, *:after{-moz-box-sizing:inherit;-webkit-box-sizing:inherit;box-sizing:inherit;}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.55;
background-color: #fefefe;
text-rendering: optimizeLegibility;
} a{color:#111;text-decoration:none;border-bottom:2px solid #53B38C;}
a:hover{color:#13171a;}
.site-header{position:absolute;top:0;left:0;right:0;width:100%;z-index:21;overflow:hidden;color:#fff;padding:30px;}
.site-header a{color:inherit;border:0;}
.header-normal .site-header, .search-no-results .site-header{position:relative;color:#333;}
.header-normal .site-header .archive-header, .search-no-results .site-header .archive-header{color:white;}
.site-title{font-size:50px;font-size:3.125rem;margin:0;line-height:1;}
.site-title, .custom-logo{display:inline-block;vertical-align:middle;}
.site-description{color:white;margin-top:10px;}
.header-normal .site-description{color:#333;}
@media screen and (max-width:650px){
.site-description{display:none;}
}
.site-branding{display:inline-block;vertical-align:top;padding:13px 0;}
.site-navigation-toggle{position:absolute;right:30px;line-height:1;font-size:30px;font-size:1.875rem;margin-top:-5px;top:40px;}
@media screen and (max-width:800px){
.traditional-navigation .traditional-nav{display:none;}
}
.traditional-navigation .site-header{padding:15px 30px;position:relative;color:#000;overflow:visible;min-height:110px;}
.traditional-navigation .site-description{color:inherit;}
.traditional-nav{position:absolute;right:80px;top:40px;font-weight:bold;font-size:19px;font-size:1.1875rem;}
.admin-bar .traditional-nav{top:40px;}
.traditional-nav ul ul li:hover > ul{right:100%;top:0;}
.traditional-nav ul{list-style:none;}
.traditional-nav ul ul{background:#000;float:right;position:absolute;z-index:99999;top:2em;left:-999em;text-align:left;}
.traditional-nav ul ul a{color:#fff;margin:0;display:block;width:200px;}
.traditional-nav ul ul li{position:relative;display:block;padding:10px 15px;margin:0;}
.traditional-nav ul li.menu-item-has-children{padding-bottom:10px;}
.traditional-nav ul li:hover > ul{left:auto;right:0;}
.traditional-nav li{position:relative;display:inline-block;margin-left:45px;}
.header-over .site-header{pointer-events:none;}
.header-over .site-branding, .header-over .site-navigation-toggle{pointer-events:all;}
.navigation{list-style:none;}
.main-navigation{margin-bottom:50px;}
@media screen and (min-width:800px){
.traditional-navigation .main-navigation{display:none;}
}
.site-nav{position:absolute;top:0;right:0;bottom:0;outline:0;background-color:#f9f9f9;max-width:330px;-webkit-overflow-scrolling:touch;display:none;}
.site-nav-transition .site-nav{display:block;}
.site-nav--scrollable-container{opacity:0;overflow:auto;padding:30px;padding:1.875rem;width:330px;-webkit-overflow-scrolling:touch;height:100%;position:relative;}
.site-nav-transition .site-nav--scrollable-container{opacity:1;}
.site-nav__section{position:relative;padding:30px 0;padding:1.875rem 0;}
.site-nav__section:last-of-type{border:none;padding-bottom:0;}
.site-nav__section:first-of-type{padding-top:10px;}
.admin-bar .site-nav__section:first-of-type{padding-top:0;}
.site-nav a{border:0;}
.site-nav .widgettitle{margin-bottom:24px;margin-bottom:1.5rem;}
.site-nav .close-nav{position:absolute;top:25px;right:30px;font-size:30px;cursor:pointer;z-index:50;padding-top:10px;}
.admin-bar .site-nav .close-nav{padding-top:0;}
.admin-bar .site-nav{padding-top:40px;}
@media screen and (max-width:780px){
.admin-bar .site-nav{padding-top:56px;}
}
.site-nav-overlay{display:none;position:absolute;left:0;top:0;right:0;bottom:0;z-index:600;cursor:e-resize;}
.site-nav-drawer-open .site-nav-overlay, .site-nav:focus ~ .site-nav-overlay{display:block;right:330px;z-index:900;}
.site-nav-transition #page{left:0;top:0;position:fixed;overflow:hidden;width:100%;height:100%;z-index:800;}
.site-nav-drawer-open #page{-moz-transform:translate(-330px, 0, 0);-ms-transform:translate(-330px, 0, 0);-webkit-transform:translate(-330px, 0, 0);transform:translate(-330px, 0, 0);-moz-transform:translate3d(-330px, 0, 0);-ms-transform:translate3d(-330px, 0, 0);-webkit-transform:translate3d(-330px, 0, 0);transform:translate3d(-330px, 0, 0);}
.admin-bar.site-nav-transition #page{top:auto;}
.site-main{display:block;}::-moz-selection{background-color:#f3f4f5;color:#13171a;text-shadow:none;}::-webkit-selection{background-color:#f3f4f5;color:#13171a;text-shadow:none;}::selection{background-color:#f3f4f5;color:#13171a;text-shadow:none;}
img::selection{background-color:transparent;}
img::-moz-selection{background-color:transparent;}
body:not(.header-over) .site-footer,
.page-template-default .site-footer{margin-top:50px;margin-top:3.125rem;}
.page-template-widgetized-php .site-footer{margin-top:0 !important;}
.page-template-widgetized-php .footer-widgets-container{border:none;}
.site-footer{padding-top:50px;}
.single .site-footer{margin-top:50px;margin-top:3.125rem;border-top:2px solid #000;}
.stag-custom-widget-area + .site-footer{border-top:2px solid #000;padding-top:50px;}
.footer-widgets-container{border-top:2px solid #000;padding-bottom:50px;padding-bottom:3.125rem;}
.footer-widgets-container .widget{margin-top:50px;margin-top:3.125rem;}
.footer-widgets-container .widgettitle{margin-bottom:50px;margin-bottom:3.125rem;}
.footer-widgets-container .entry-subtitle{display:none;}
.copyright{border-top:2px solid #000;padding:30px 0;padding:1.875rem 0;font-size:13px;font-size:0.8125rem;}
.site{overflow:hidden;z-index:100;-moz-transition:-moz-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);-o-transition:-o-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);-webkit-transition:-webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);transition:transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);}
.footer-menu{list-style:none;}
@media screen and (min-width:650px){
.footer-menu{text-align:right;}
}
@media screen and (max-width:649px){
.footer-menu{margin-top:15px;}
}
.footer-menu li{display:inline-block;}
.footer-menu li:first-child .divider{display:none;}
.footer-menu a{color:#333;-moz-transition:color 150ms ease-in;-o-transition:color 150ms ease-in;-webkit-transition:color 150ms ease-in;transition:color 150ms ease-in;}
.footer-menu .divider{display:inline-block;margin:0 7px 0 4px;}
.post-grid{height:450px;position:relative;border-bottom:2px solid;}
@media screen and (min-width:650px){
[data-layout="1-2-1-2"] .post-grid{display:inline-block;vertical-align:top;width:50%;float:left;}
}
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1){width:100%;}
@media screen and (min-width:650px){
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1){height:700px;}
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) .entry-title{font-size:75px;font-size:4.6875rem;margin-bottom:20px;margin-bottom:1.25rem;line-height:1.2;}
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) .entry-subtitle{font-size:27px;font-size:1.6875rem;margin:20px auto;}
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+1) .entry-subtitle::after{top:30px;}
}
@media screen and (min-width:650px){
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+2){border-right:1px solid;}
[data-layout="1-2-1-2"] .post-grid:nth-of-type(3n+3){border-left:1px solid;}
}
[data-layout="1-2-1-2"] .post-grid .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
[data-layout="1-2-1-2"] .post-grid .entry-subtitle::after{top:20px;}
@media screen and (min-width:650px){
[data-layout="2-2-2-2"] .post-grid{display:inline-block;vertical-align:top;width:50%;float:left;}
}
@media screen and (min-width:650px){
[data-layout="2-2-2-2"] .post-grid:nth-of-type(odd){border-right:1px solid;}
[data-layout="2-2-2-2"] .post-grid:nth-of-type(even){border-left:1px solid;}
}
[data-layout="2-2-2-2"] .post-grid .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
[data-layout="2-2-2-2"] .post-grid .entry-subtitle::after{top:20px;}
@media screen and (min-width:800px){
[data-layout="3-3-3-3"] .post-grid{display:inline-block;vertical-align:top;width:33.33333%;float:left;border-right:2px solid;}
}
@media screen and (min-width:800px){
[data-layout="3-3-3-3"] .post-grid:nth-of-type(3n+3){border-right:none;}
}
[data-layout="3-3-3-3"] .post-grid .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
[data-layout="3-3-3-3"] .post-grid .entry-subtitle::after{top:20px;}
@media screen and (min-width:800px){
[data-layout="3-7-7-3"] .post-grid{display:inline-block;vertical-align:top;width:33.33333%;float:left;}
[data-layout="3-7-7-3"] .post-grid:not(:nth-of-type(4n + 1)):not(:nth-of-type(4n + 4)){width:66.66667%;}
[data-layout="3-7-7-3"] .post-grid:nth-of-type(odd){border-right:2px solid;}
}
[data-layout="3-7-7-3"] .post-grid .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
[data-layout="3-7-7-3"] .post-grid .entry-subtitle::after{top:20px;}
@media screen and (min-width:650px){
[data-layout="1-1-1-1"] .post-grid{height:700px;}
[data-layout="1-1-1-1"] .post-grid .entry-title{font-size:75px;font-size:4.6875rem;margin-bottom:20px;line-height:1.2;}
}
@media screen and (max-width:650px){
[data-layout="1-1-1-1"] .post-grid .entry-subtitle{margin:20px auto;}
[data-layout="1-1-1-1"] .post-grid .entry-subtitle::after{top:20px;}
}
[data-layout="1-1-1-1"] .post-grid .entry-subtitle{margin:20px auto;}
[data-layout="1-1-1-1"] .post-grid .entry-subtitle::after{top:20px;}
@media screen and (min-width:650px){
[data-layout="1-2-2-2"] .post-grid{display:inline-block;vertical-align:top;width:50%;float:left;}
}
[data-layout="1-2-2-2"] .post-grid:first-of-type{width:100%;border-left:none !important;}
@media screen and (min-width:650px){
[data-layout="1-2-2-2"] .post-grid:first-of-type{height:700px;}
[data-layout="1-2-2-2"] .post-grid:first-of-type .entry-title{font-size:75px;font-size:4.6875rem;margin-bottom:20px;margin-bottom:1.25rem;line-height:1.2;}
}
[data-layout="1-2-2-2"] .post-grid:first-of-type .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
[data-layout="1-2-2-2"] .post-grid:first-of-type .entry-subtitle::after{top:30px;}
@media screen and (min-width:650px){
[data-layout="1-2-2-2"] .post-grid:first-of-type .entry-subtitle{font-size:27px;font-size:1.6875rem;}
}
@media screen and (min-width:650px){
[data-layout="1-2-2-2"] .post-grid:nth-of-type(odd){border-left:1px solid;}
[data-layout="1-2-2-2"] .post-grid:nth-of-type(even){border-right:1px solid;}
}
[data-layout="1-2-2-2"] .post-grid .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
[data-layout="1-2-2-2"] .post-grid .entry-subtitle::after{top:20px;}
@media screen and (max-width:600px){
.post-grid .entry-title{line-height:30px;margin-bottom:15px;}
.post-grid .entry-meta{line-height:20px;}
.post-grid .entry-subtitle{font-size:20px;font-size:1.25rem;margin:20px auto;}
}
span.entry-subtitle.entry-subtitle{display:block;font-weight:normal;max-width:500px;font-size:27px;font-size:1.6875rem;margin:30px auto 30px;letter-spacing:1px;line-height:1.25;}
@media screen and (max-width:600px){
span.entry-subtitle.entry-subtitle{font-size:20px;font-size:1.25rem;}
}
.alignnone{max-width:100%;position:relative;}
.alignnone .wp-caption-text{position:absolute;background:#fff;background:rgba(255, 255, 255, 0.85);font-size:.9em;top:30px;left:30px;color:#000;padding:15px 15px;padding:0.9375rem 0.9375rem;}
h1{font-size:30px;font-size:1.875rem;}
h2{font-size:27px;font-size:1.6875rem;}
h3{font-size:23px;font-size:1.4375rem;}
h4{font-size:20px;font-size:1.25rem;}
h5{font-size:17px;font-size:1.0625rem;}
h6{font-size:14px;font-size:0.875rem;}
h1, h2, h3, h4, h5, h6, .button, .stag-button, input[type="submit"],
input[type="reset"],
.button-secondary{font-weight:normal;font-weight:700;}
blockquote{clear:both;color:#bdbdbd;}
@media screen and (min-width:600px){
blockquote{padding-left:100px;padding-left:6.25rem;}
}
@media screen and (max-width:599px){
blockquote{padding-left:40px;padding-left:2.5rem;}
}
blockquote p{font-size:20px;font-size:1.25rem;}
@media screen and (min-width:800px){
blockquote p{font-size:24px;font-size:1.5rem;}
}
blockquote cite{color:#b1b7ba;margin-bottom:20px;margin-bottom:1.25rem;font-size:17px;font-size:1.0625rem;}
q:before{content:"\201C";}
q:after{content:"\201D";}
tt, kbd, pre, code, samp{font-family:"Andale Mono", AndaleMono, Consolas, Monaco, monospace;color:#859093;border:1px solid #f3f4f5;padding:1px 3px;padding:0.0625rem 0.1875rem;word-spacing:-1px;word-spacing:-0.0625rem;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
pre{overflow:auto;white-space:pre-wrap;padding:20px;padding:1.25rem;margin-bottom:20px;margin-bottom:1.25rem;}
del, strike{color:#b1b7ba;}
abbr, acronym, dfn{cursor:help;border-bottom:1px solid #f3f4f5;}
a abbr, a
acronym, a
dfn{border-bottom:0;}
details summary{font-weight:700;margin-bottom:20px;margin-bottom:1.25rem;}
details :focus{outline:none;}
mark{background-color:#fff9c0;}
ins{text-decoration:none;}
small{font-size:.75em;}
big{font-size:1.25em;}
sub, sup{font-size:75%;}
@media screen and (min-width:800px){
sub, sup{font-size:68.75%;}
}
address{font-style:normal;font-weight:700;}
hr:not(.stag-divider),
.stag-divider--plain{height:1px;border:1px solid #333;max-width:370px;margin:50px auto;position:relative;}
hr:not(.stag-divider)::before,
.stag-divider--plain::before{content:"\f097";font-family:"FontAwesome";position:absolute;top:50%;width:70px;left:50%;right:50%;margin-left:-35px;text-align:center;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
dl dt{margin-bottom:0;}
dl dd{margin-left:40px;margin-left:2.5rem;}
table{width:100%;border:none;margin-bottom:70px;text-align:left;font-size:14px;font-size:0.875rem;}
table caption{margin-bottom:20px;margin-bottom:1.25rem;}
table th, table td{border:none;padding:15px 0;border-bottom:2px solid #E6E4E4;}
table th[valign="top"],
table td[valign="top"]{vertical-align:top;}
table th[valign="bottom"],
table td[valign="bottom"]{vertical-align:bottom;}
table a{display:inline-block;margin-bottom:5px;}
table tr:first-child th{padding-bottom:25px;}
table tr th{text-align:left;text-transform:uppercase;letter-spacing:3px;font-size:13px;padding:15px 15px 15px 0;}
table tr td{font-size:18px;line-height:1.6;}
table tr th:first-child, table tr td:first-child{text-align:left;padding-left:0;}
table tr th:last-child, table tr td:last-child{text-align:right;padding-right:0;}
.button-secondary{background:transparent;display:inline-block;color:#333;border:2px solid #333;line-height:1;padding:14px 20px;padding:0.875rem 1.25rem;}
.block-button, #infinite-handle{max-width:970px;margin:50px auto;background:#f6f6f6;letter-spacing:3px;color:#494949;padding:10px;text-align:center;cursor:pointer;-moz-transition:all 200ms;-o-transition:all 200ms;-webkit-transition:all 200ms;transition:all 200ms;}
.block-button span, #infinite-handle span{background:transparent;color:#000;padding:0;display:block;font-size:18px;font-size:1.125rem;}
.block-button a, #infinite-handle a{color:inherit;}
.block-button:hover, #infinite-handle:hover{background:#000;color:white;}
.block-button:hover span, #infinite-handle:hover span{color:inherit;}
@media screen and (max-width:971px){
.block-button, #infinite-handle{margin-left:20px;margin-right:20px;}
}
#infinite-handle{padding:0;}
#infinite-handle a{display:block;padding:25px;line-height:1;border:0;}
.infinite-loader{margin:50px auto;}
.infinite-loader .spinner{margin:0 auto;left:0 !important;}
.stag-button--stroke{border-width:2px;color:inherit;}
.sticky, .gallery-caption, .bypostauthor{color:inherit;}
img{max-width:100%;height:auto;vertical-align:middle;}
img.size-full, img.size-large, img.wp-post-image{height:auto;}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"]{height:auto;}
img.alignleft, img.alignright, img.aligncenter{margin-bottom:20px;margin-bottom:1.25rem;}
img.wp-smiley{margin:0;padding:0;background:0;}
.wp-caption{max-width:100%;font-size:16px;font-size:1rem;margin:60px;margin:3.75rem;}
@media screen and (min-width:650px){
.wp-caption.alignleft{margin-left:20px !important;}
.wp-caption.alignright{margin-right:20px !important;}
}
.wp-caption-text, .wp-caption-dd{color:#545c5e;line-height:1.4;margin-top:5px;margin-top:0.3125rem;}
embed, object, video, iframe{max-width:100%;}
.fluid-width-video-wrapper{width:auto !important;}
.clear{clear:both;}
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.hide, .updated{display:none;visibility:hidden;}
.hidden{visibility:hidden;}
.visuallyhidden, .screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.noborder{border:none;}
div .alignleft{text-align:left;margin-right:20px;margin-right:1.25rem;}
div .alignright{text-align:right;margin-left:20px;margin-left:1.25rem;}
div .aligncenter{text-align:center;}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail{max-width:100%;height:auto;}
.gallery{margin-top:50px;margin-top:3.125rem;margin-bottom:50px;margin-bottom:3.125rem;}
.gallery-item{margin-bottom:25px;margin-bottom:1.5625rem;}
.gallery-columns-1 .gallery-item{text-align:center;}
.wp-caption-text{font-size:15px;}
.stag-button--normal.stag-button--grey{background:#979797;color:#fff !important;}
.stag-button--stroke.stag-button--grey{background:transparent;color:#979797;border:2px solid #979797 !important;}
.stag-button--stroke.stag-button--grey:hover{background:#979797;}
.stag-button--normal.stag-button--green{background:#99bb6d;color:#fff !important;}
.stag-button--stroke.stag-button--green{background:transparent;color:#99bb6d;border:2px solid #99bb6d !important;}
.stag-button--stroke.stag-button--green:hover{background:#99bb6d;}
.stag-button--normal.stag-button--light-blue{background:#66b6d9;color:#fff !important;}
.stag-button--stroke.stag-button--light-blue{background:transparent;color:#66b6d9;border:2px solid #66b6d9 !important;}
.stag-button--stroke.stag-button--light-blue:hover{background:#66b6d9;}
.stag-button--normal.stag-button--red{background:#d15858;color:#fff !important;}
.stag-button--stroke.stag-button--red{background:transparent;color:#d15858;border:2px solid #d15858 !important;}
.stag-button--stroke.stag-button--red:hover{background:#d15858;}
.stag-button--normal.stag-button--orange{background:#f6a443;color:#fff !important;}
.stag-button--stroke.stag-button--orange{background:transparent;color:#f6a443;border:2px solid #f6a443 !important;}
.stag-button--stroke.stag-button--orange:hover{background:#f6a443;}
.stag-button--normal.stag-button--purple{background:#9270b4;color:#fff !important;}
.stag-button--stroke.stag-button--purple{background:transparent;color:#9270b4;border:2px solid #9270b4 !important;}
.stag-button--stroke.stag-button--purple:hover{background:#9270b4;}
.stag-button--normal.stag-button--blue{background:#1a92ca;color:#fff !important;}
.stag-button--stroke.stag-button--blue{background:transparent;color:#1a92ca;border:2px solid #1a92ca !important;}
.stag-button--stroke.stag-button--blue:hover{background:#1a92ca;}
.stag-button--normal.stag-button--black{background:#000;color:#fff !important;}
.stag-button--stroke.stag-button--black{background:transparent;color:#000;border:2px solid #000 !important;}
.stag-button--stroke.stag-button--black:hover{background:#000;}
.stag-button{-moz-transition-duration:200ms;-o-transition-duration:200ms;-webkit-transition-duration:200ms;transition-duration:200ms;}
.stag-alert--white{background:#f5f5f5;}
.stag-alert--yellow{background:#f0ad2c;}
.stag-alert--blue{background:#66b6d9;}
.stag-alert--grey{background:#979797;}
.stag-alert--red{background:#d15858;}
.stag-alert--green{background:#99bb6d;}
.stag-tabs--normal .stag-nav a, .stag-toggle--normal .stag-toggle-title{background:#000;}
.stag-tabs--stroke .stag-nav a, .stag-toggle--stroke .stag-toggle-title{border-color:#d8d4ca;color:#5d5454;}
.stag-tabs--stroke .stag-tab{border-color:#d8d4ca;}
.stag-button--stroke.stag-button--white:hover{background:black;color:white;}
.stag-nav{margin:0 !important;}
.stag-section{margin:50px 0;margin:3.125rem 0;}
.post-grid{text-align:center;position:relative;background-color:#000;color:#fff;overflow:hidden;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-tap-highlight-color:transparent;}
.post-grid a{color:#fff;border:0;line-height:1.25;}
.hover-overlay .post-grid{position:relative;}
.hover-overlay .post-grid .post-content, .hover-overlay .post-grid .post-content-overlay, .hover-overlay .post-grid .entry-header, .hover-overlay .post-grid .entry-meta, .hover-overlay .post-grid .entry-categories, .hover-overlay .post-grid .post-excerpt{-moz-transition:all 200ms;-o-transition:all 200ms;-webkit-transition:all 200ms;transition:all 200ms;}
.hover-overlay .post-content-overlay{position:absolute;z-index:1100;opacity:0;display:block;cursor:pointer;top:0;left:0;right:0;bottom:0;width:100%;height:100%;}
.hover-overlay .post-content-overlay button{color:#fff;border-color:currentColor;}
.hover-overlay .post-content-overlay button:hover{background:#53B38C;}
.hover-overlay.no-touch .post-content:hover .post-content-overlay{opacity:1;}
.hover-overlay.no-touch .post-content:hover:after{opacity:1;margin-left:0;}
.hover-overlay.no-touch .post-content:hover .entry-header, .hover-overlay.no-touch .post-content:hover .entry-meta, .hover-overlay.no-touch .post-content:hover .entry-categories, .hover-overlay.no-touch .post-content:hover .post-excerpt{opacity:0;}
.hover-overlay.no-touch .post-content:hover .entry-header a, .hover-overlay.no-touch .post-content:hover .entry-meta a, .hover-overlay.no-touch .post-content:hover .entry-categories a, .hover-overlay.no-touch .post-content:hover .post-excerpt a{pointer-events:none;}
.post-grid.post-grid{padding-bottom:0;}
.post-content{padding-left:50px;padding-right:50px;padding-top:10px;padding-bottom:10px;z-index:1002;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;}
.post-content .entry-title a{display:block;border:0;}
.post-content .entry-header{margin-bottom:20px;}
.post-excerpt{margin-top:20px;margin-top:1.25rem;line-height:1.8;max-height:195px;overflow:hidden;}
.run-in, .stag-intro-text{font-size:25px;font-size:1.5625rem;line-height:1.7;margin-top:0;margin-bottom:80px;margin-bottom:5rem;}
.post-cover-link{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:1001;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.textwidget, .entry-content, .page-content, .comment-content{line-height:1.8;word-break:break-word;font-size:20px;font-size:1.25rem;}
.textwidget p, .textwidget ul, .textwidget dl, .textwidget table, .textwidget blockquote,
.entry-content p, .entry-content ul, .entry-content dl, .entry-content table, .entry-content blockquote, .page-content p, .page-content ul, .page-content dl, .page-content table, .page-content blockquote, .comment-content p, .comment-content ul, .comment-content dl, .comment-content table, .comment-content blockquote{margin-bottom:60px;margin-bottom:3.75rem;}
.textwidget h1, .entry-content h1, .page-content h1, .comment-content h1{margin-bottom:30px;margin-bottom:1.875rem;}
.textwidget h2, .entry-content h2, .page-content h2, .comment-content h2{margin-bottom:25px;margin-bottom:1.5625rem;}
.textwidget h3, .entry-content h3, .page-content h3, .comment-content h3{margin-bottom:22px;margin-bottom:1.375rem;}
.textwidget h4, .entry-content h4, .page-content h4, .comment-content h4{margin-bottom:18px;margin-bottom:1.125rem;}
.textwidget h5, .entry-content h5, .page-content h5, .comment-content h5{margin-bottom:15px;margin-bottom:0.9375rem;font-weight:normal;}
.textwidget h6, .entry-content h6, .page-content h6, .comment-content h6{margin-bottom:15px;margin-bottom:0.9375rem;font-weight:normal;}
.textwidget ul, .entry-content ul, .page-content ul, .comment-content ul{list-style:disc;}
.textwidget ol, .entry-content ol, .page-content ol, .comment-content ol{list-style:decimal;}
.textwidget ul, .textwidget ol,
.entry-content ul, .entry-content ol, .page-content ul, .page-content ol, .comment-content ul, .comment-content ol{list-style-position:inside;}
.textwidget ul ul, .textwidget ul ol, .textwidget ol ul, .textwidget ol ol,
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol, .page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol, .comment-content ul ul, .comment-content ul ol, .comment-content ol ul, .comment-content ol ol{padding-left:30px;margin-bottom:0;}
.textwidget .stag-icon-link, .entry-content .stag-icon-link, .page-content .stag-icon-link, .comment-content .stag-icon-link{border:0;}
.site-footer .textwidget{font-size:17px;font-size:1.0625rem;line-height:1.6;color:#2C2C2C;}
.textwidget p, .textwidget ul, .textwidget dl, .textwidget table{margin-bottom:40px;margin-bottom:2.5rem;}
.textwidget p:last-child{margin-bottom:0;}
.comment-content{font-size:16px;font-size:1rem;}
.comment-content p, .comment-content ul, .comment-content dl, .comment-content table{margin-bottom:30px;margin-bottom:1.875rem;}
.entry-footer{border-top:2px solid #333;border-bottom:2px solid #333;margin-top:20px;margin-bottom:20px;overflow:hidden;padding:20px 0;padding:1.25rem 0;}
.entry-footer .one-of-two{vertical-align:middle;}
@media screen and (max-width:600px){
.entry-footer .one-of-two{text-align:center;padding-top:10px;}
}
@media screen and (min-width:650px){
.post-share-buttons{text-align:right;}
.post-share-buttons h5{display:inline-block;margin-right:10px;}
}
@media screen and (max-width:649px){
.post-share-buttons h5{margin:20px 0;}
.post-share-buttons .button{display:block;width:100%;text-align:center;margin-top:20px;}
}
.entry-meta span:first-child::before{display:none;}
.entry-meta span::before{content:'\2022';display:inline-block;padding:0 7px 0 7px;font-size:20px;position:relative;top:3px;}
.site, .post{position:relative;}
.post-cover{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.premium-tag, .sticky-tag{display:inline-block;padding:6px 18px;font-size:14px;letter-spacing:2px;text-transform:uppercase;border:2px solid #fff;font-weight:700;margin-bottom:40px;margin:0 10px 40px 10px;}
@media screen and (max-width:600px){
.premium-tag, .sticky-tag{padding:6px 14px;font-size:12px;margin:0 5px 20px 5px;}
}
.article-cover{position:relative;overflow:hidden;height:100%;height:100vh;background:#000;color:#fff;-webkit-overflow-scrolling:touch;margin-bottom:80px;margin-bottom:5rem;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
@media screen and (min-width:650px){
.article-cover{min-height:500px;}
}
.admin-bar .article-cover{height:calc(100vh - 32px);}
@media screen and (max-width:782px){
.admin-bar .article-cover{height:calc(100vh - 46px);}
}
@media screen and (max-width:650px){
.article-cover{min-height:400px;}
}
.article-cover a{color:#fff;border:0;}
.article-cover__content{position:absolute;width:100%;text-align:center;top:50%;left:0px;right:0px;padding-left:30px;padding-right:30px;-webkit-overflow-scrolling:touch;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.article-cover__inner{position:relative;z-index:3;height:100%;padding-top:64px;padding-top:4rem;padding-bottom:64px;padding-bottom:4rem;}
.article-cover__background{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center;z-index:2;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.article-cover .entry-meta{margin-top:20px;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.article-cover .entry-title{font-size:75px;font-size:4.6875rem;line-height:1.1;}
@media screen and (max-width:480px){
.article-cover .entry-title{font-size:30px;font-size:1.875rem;}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.article-cover .entry-title{font-size:60px;font-size:3.75rem;}
}
.article-cover__arrow{position:absolute;bottom:30px;right:30px;z-index:4;font-size:30px;line-height:1;cursor:pointer;padding-top:60px;font-size:15px;border:0;}
.article-cover__arrow.no-text{right:45px;}
.article-cover__arrow span{position:absolute;top:0;left:50%;width:30px;height:50px;margin-left:-15px;border:2px solid #fff;border-radius:50px;}
.article-cover__arrow span:before{position:absolute;top:10px;left:50%;content:'';width:6px;height:6px;margin-left:-3px;background-color:#fff;border-radius:100%;-webkit-animation:sdb10 2s infinite;animation:sdb10 2s infinite;}
@media screen and (max-width:600px){
.article-cover__arrow{display:none;}
}
.article-cover__caption{position:absolute;bottom:35px;color:white;z-index:4;font-size:15px;font-size:0.9375rem;opacity:.75;width:100%;}
.article-cover__caption p{padding-left:30px;max-width:80%;}
.article-cover.page-cover{min-height:auto;height:auto;position:relative;}
.page-cover{padding:125px 0;padding:7.8125rem 0;}
.page-cover .entry-meta, .page-cover .article-cover__arrow{display:none;}
.page-cover .article-cover__background{top:0;}
.page-cover .article-cover__content{position:relative;top:0;-moz-transform:none;-ms-transform:none;-webkit-transform:none;transform:none;}
@-webkit-keyframes sdb10 {
0%{-webkit-transform:translate(0, 0);opacity:0;}
40%{opacity:1;}
80%{-webkit-transform:translate(0, 20px);opacity:0;}
100%{opacity:0;}
}
@keyframes sdb10 {
0%{transform:translate(0, 0);opacity:0;}
40%{opacity:1;}
80%{transform:translate(0, 20px);opacity:0;}
100%{opacity:0;}
}
.background-video{position:absolute;top:0px;right:0px;min-width:100%;min-height:100%;width:auto;height:auto;z-index:3;overflow:hidden;max-width:none;object-fit:cover;left:0;}
@media screen and (max-width:650px){
.background-video{display:none;}
}
@media screen and (min-width:650px){
.has-video .article-cover__caption, .has-video .article-cover__background{display:none;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.background-video{display:none;}
.article-cover__caption, .article-cover__background{display:block !important;}
}
@media screen and (max-width:970px){
div.wp-caption{max-width:100% !important;}
}
.site-nav-drawer-open .site-content, .site-nav-drawer-open
.screen-content{overflow:hidden;}
.tiled-gallery{margin:50px 0;margin:3.125rem 0;}
.related-posts{margin-top:50px;margin-top:3.125rem;}
.related-posts .post-grid:nth-last-child(2), .related-posts .post-grid:nth-last-child(1){border-bottom:none;}
@media screen and (max-width:600px){
.related-posts .post-grid:nth-last-child(2), .related-posts .post-grid:nth-last-child(1){border-bottom:2px solid #fff;}
}
.restricted-post{padding-bottom:80px;padding-bottom:5rem;text-align:center;}
.page-links{margin:20px 0;margin:1.25rem 0;padding-top:20px;padding-top:1.25rem;border-top:2px solid #333;text-align:center;font-size:16px;}
.page-links h5, .page-links span{display:inline-block;vertical-align:middle;line-height:1;margin:auto;}
.page-links h5{margin-right:10px;}
.page-links a{color:inherit !important;display:inline-block;}
.page-links > a, .page-links > span{margin:0 9px;}
.page-links span{width:46px;height:46px;text-align:center;padding-top:14px;border:2px solid #020303;-moz-transition:all 100ms ease-in-out;-o-transition:all 100ms ease-in-out;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;}
.page-links span:hover{background-color:#020303;color:white;}
.page-links > span{background-color:#020303;color:white;}
.entry-meta a, .entry-categories a{-moz-transition:opacity 150ms;-o-transition:opacity 150ms;-webkit-transition:opacity 150ms;transition:opacity 150ms;}
.entry-meta a:hover, .entry-categories a:hover{opacity:.6;}
.entry-categories{margin-top:5px;}
.post-navigation{padding-top:20px;padding-top:1.25rem;border-top:2px solid #333;font-weight:bold;line-height:1;}
@media screen and (min-width:650px){
.post-navigation .nav-previous{float:left;}
.post-navigation .nav-next{float:right;}
}
@media screen and (max-width:649px){
.post-navigation .nav-link{text-align:center;}
.post-navigation .nav-link:first-of-type{margin-bottom:10px;}
}
.post-navigation a{color:currentColor;border:0;}
.post-navigation .arrow{-moz-transition:padding 200ms;-o-transition:padding 200ms;-webkit-transition:padding 200ms;transition:padding 200ms;-moz-transform:translated3d(0, 0, 0);-ms-transform:translated3d(0, 0, 0);-webkit-transform:translated3d(0, 0, 0);transform:translated3d(0, 0, 0);}
.post-navigation .nav-previous:hover .arrow{padding-right:7px;}
.post-navigation .nav-next:hover .arrow{padding-left:7px;}
.post-grid, .article-cover{text-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);}
.author .author-avatar{margin-bottom:30px;}
.author .author-avatar img{border-radius:50%;max-width:84px;}
.custom-header-media img, .custom-header-media video, .custom-header-media iframe{height:auto;left:50%;max-width:1000%;min-height:100%;min-width:100%;min-width:100vw;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
.custom-header-media{position:absolute;height:100%;max-height:100%;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:-1;}
@supports (object-fit: cover) {
.custom-header-media img, .custom-header-media video, .custom-header-media iframe{position:absolute;height:auto;left:50%;max-width:1000%;min-height:100%;min-width:100%;min-width:100vw;width:auto;top:50%;transform:translateX(-50%) translateY(-50%);}
}
.wp-custom-header-video-button{display:none;position:absolute;top:30px;right:30px;color:#fff;border-color:#fff;background:transparent;z-index:21;padding:16px;}
.wp-custom-header-video-button:hover{background:transparent;}
.wp-custom-header-video-button .fa{width:14px;text-align:center;}
.site-nav-drawer-open .wp-custom-header-video-button{display:none;}
.header-over .wp-custom-header-video-button{top:auto;bottom:30px;}
@media screen and (max-width:480px){
.wp-custom-header-video-button{display:none;}
}
.content-area, .site-footer{position:relative;z-index:20;}
.page-header{text-align:center;}
.page-header__content{padding-top:80px;padding-top:5rem;padding-bottom:65px;padding-bottom:4.0625rem;}
@media screen and (max-width:649px){
.page-header__content{padding:60px 0;padding:3.75rem 0;}
}
.hide-page-title .site-main .entry-header{display:none;}
body[class*="page-id"]:not(.page-template-current-php) .entry-header{margin-bottom:70px;margin-bottom:4.375rem;color:#fff;text-align:center;}
body[class*="page-id"]:not(.page-template-current-php) .entry-title{line-height:1.3;font-size:65px;font-size:4.0625rem;}
@media screen and (max-width:480px){
body[class*="page-id"]:not(.page-template-current-php) .entry-title{font-size:30px;font-size:1.875rem;line-height:1;}
}
.site-main .page .entry-meta{margin-top:30px;margin-top:1.875rem;text-align:center;}
.page-template-widgetized .page{padding:90px 0;padding:5.625rem 0;}
.page-template-widgetized .entry-content p:last-of-type{margin-bottom:0;}
.header-over[class*="page-id-"].page-template-widgetized .hentry{padding-top:200px;padding-top:12.5rem;}
.search .page{padding:0;}
.search .page .entry-meta{margin-top:0;margin-bottom:0;}
.page-cover{position:relative;border-bottom:2px solid #fff;}
.page-cover__background{position:absolute;width:100%;height:100%;top:0;background-repeat:no-repeat;background-position:center;z-index:2;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;}
.page-cover .hentry{position:relative;z-index:3;}
.current-author__name{line-height:1.1;margin-bottom:30px;margin-bottom:1.875rem;}
@media screen and (min-width:650px){
.current-author__name{font-size:65px;font-size:4.0625rem;}
}
.current-author__description{line-height:1.6;font-size:20px;font-size:1.25rem;}
@media screen and (max-width:649px){
.current-author__description{font-size:18px;font-size:1.125rem;}
}
.current-author__social-profiles{list-style:none;font-size:50px;font-size:3.125rem;margin-top:50px;margin-top:3.125rem;}
@media screen and (max-width:480px){
.current-author__social-profiles{font-size:30px;font-size:1.875rem;}
}
.current-author__social-profiles li{display:inline-block;margin:0 20px;margin:0 1.25rem;}
@media screen and (max-width:480px){
.current-author__social-profiles li{margin:0 15px;margin:0 0.9375rem;}
}
.current-author__social-profiles a{color:inherit;-moz-transition:color 200ms;-o-transition:color 200ms;-webkit-transition:color 200ms;transition:color 200ms;border:0;}
.current-author__social-profiles a:hover{color:#a3a3a3;}
.hide-author .byline{display:none;}
.author .block-button{margin-top:0;margin-bottom:0;}
.page-template-widgetized-php.header-over .stag_widget_intro{padding-top:250px;padding-top:15.625rem;}
.error-404 .page-header{margin-bottom:20px;margin-bottom:1.25rem;}
.error-404 .page-content .widget{margin-top:40px;margin-top:2.5rem;}
.error-404 .search-form{margin-top:49.9px;margin-top:3.11875rem;}
.error-404 .search-field{width:100%;}
.error-404 .search-submit{display:none;}
.traditional-navigation .archive-header-wrapper{margin:40px 0;text-align:center;}
.traditional-navigation .archive-header{position:static;top:initial;right:0;padding:0;-moz-transform:none;-ms-transform:none;-webkit-transform:none;transform:none;background:none;color:#000;}
.traditional-navigation .archive-header__title{color:inherit;position:relative;}
.traditional-navigation .archive-header__title > span{display:inline-block;padding:0 20px;background:#fff;color:#000;}
.traditional-navigation .archive-header__title:before{position:absolute;z-index:-1;top:50%;right:0;left:0;display:block;width:100%;height:2px;content:"";-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#000;}
.archive-header{background:#000;position:absolute;right:70px;top:33px;padding:10px;line-height:1;}
.archive-header__title{font-size:20px;font-size:1.25rem;}
@media screen and (max-width:800px){
.archive-header{display:none;}
}
.archive-header .term{color:inherit;}
.ink-contact-form{margin-top:80px;margin-top:5rem;margin-bottom:80px;margin-bottom:5rem;}
.ink-contact-form__title{margin-bottom:50px;margin-bottom:3.125rem;margin-top:40px;margin-top:2.5rem;color:#2C2C2C;}
.ink-contact-form form{background:#f6f6f6;padding:35px 35px 0 35px;}
.ink-contact-form .unit{margin-bottom:40px;margin-bottom:2.5rem;}
.ink-contact-form textarea, .ink-contact-form input[type="text"],
.ink-contact-form input[type="email"]{width:100%;}
.ink-contact-form .contact-form-button{display:block;}
.ink-contact-form .error{color:#D15858;display:block;margin-top:5px;}
.ink-contact-form .buttons{margin-left:-35px;background:#ffffff;margin-right:-35px;padding:40px 0;}
.ink-contact-form .stag-alert{background:none;border:2px solid #53B38C;font-size:20px;line-height:1.8;color:#53B38C;}
.no-results{text-align:center;margin-bottom:50px;}
.no-results .search-field{display:block;width:100%;padding-right:50px;padding-right:3.125rem;}
.no-results .page-header{margin-bottom:30px;}
.no-results .search-form{margin-top:30px;margin-top:1.875rem;}
.author .block-button{margin-top:50px;margin-top:3.125rem;}
.error-post{padding-top:200px;padding-bottom:150px;text-align:center;color:#fff;}
.error-post .entry-title{margin-bottom:70px;margin-bottom:4.375rem;font-size:65px;font-size:4.0625rem;line-height:1.3;}
.error404 .page-cover{margin-bottom:50px;}
.custom-header{position:relative;text-align:center;color:#fff;background-color:#000;background-position:center;background-size:cover;text-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);border-bottom:2px solid #fff;z-index:1;overflow:hidden;}
.custom-header a{color:currentColor !important;}
.custom-header .sharedaddy{display:none;}
.custom-header .custom-header-title{font-size:75px;font-size:4.6875rem;line-height:1.25;}
@media screen and (max-width:480px){
.custom-header .custom-header-title{font-size:40px;}
}
.custom-header .custom-header-description{font-size:27px;font-size:1.6875rem;line-height:1.25;}
@media screen and (max-width:600px){
.custom-header .custom-header-description{font-size:20px;}
}
.custom-header .custom-header-description p{margin-top:20px;}
.custom-header .custom-header-title + .custom-header-description{margin-top:30px;}
.custom-header .inner-header-content{max-width:740px;margin:0 auto;padding:250px 20px;}
.custom-header-content{width:100%;}
.custom-header-cover{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:.8;z-index:-1;}
.page .entry-content p:last-child{margin-bottom:0;}
.page .site-footer{border-top:2px solid #000;padding-top:50px;}
.single .single-sidebar-on.site-main, .single .single-sidebar-on + .site-footer .inside,
.page .single-sidebar-on.site-main, .page .single-sidebar-on + .site-footer .inside{max-width:1210px;margin:0 auto;padding-right:30px;padding-left:30px;}
@media screen and (max-width:970px){
.single .single-sidebar-on.site-main, .single .single-sidebar-on + .site-footer .inside,
.page .single-sidebar-on.site-main, .page .single-sidebar-on + .site-footer .inside{padding-right:10px;padding-left:10px;}
}
.single .single-sidebar-on .content-area, .page .single-sidebar-on .content-area{float:left;width:74%;max-width:800px;}
@media screen and (max-width:970px){
.single .single-sidebar-on .content-area, .page .single-sidebar-on .content-area{float:none;max-width:100%;width:100%;}
}
.single .single-sidebar-on .widget-area, .page .single-sidebar-on .widget-area{float:left;max-width:270px;width:24%;font-size:15px;line-height:1.7;}
@media screen and (min-width:800px){
.single .single-sidebar-on .widget-area, .page .single-sidebar-on .widget-area{margin-left:2%;}
}
@media screen and (min-width:1170px){
.single .single-sidebar-on .widget-area, .page .single-sidebar-on .widget-area{margin-left:5%;}
}
@media screen and (max-width:970px){
.single .single-sidebar-on .widget-area, .page .single-sidebar-on .widget-area{float:none;max-width:100%;width:100%;}
}
.single .single-sidebar-on .widget-area .widget-title, .page .single-sidebar-on .widget-area .widget-title{font-size:18px;margin-bottom:30px;}
.single .single-sidebar-on .widget-area .textwidget, .single .single-sidebar-on .widget-area .widget_categories a, .single .single-sidebar-on .widget-area .widget_archive a, .single .single-sidebar-on .widget-area .widget_pages a, .single .single-sidebar-on .widget-area .widget_meta a, .single .single-sidebar-on .widget-area .widget_recent_comments a, .single .single-sidebar-on .widget-area .widget_nav_menu a, .single .single-sidebar-on .widget-area .main-navigation a, .page .single-sidebar-on .widget-area .textwidget, .page .single-sidebar-on .widget-area .widget_categories a, .page .single-sidebar-on .widget-area .widget_archive a, .page .single-sidebar-on .widget-area .widget_pages a, .page .single-sidebar-on .widget-area .widget_meta a, .page .single-sidebar-on .widget-area .widget_recent_comments a, .page .single-sidebar-on .widget-area .widget_nav_menu a, .page .single-sidebar-on .widget-area .main-navigation a{font-size:17px;line-height:1.8;}
.single .single-sidebar-on .entry-content img.size-full.alignnone, .page .single-sidebar-on .entry-content img.size-full.alignnone{width:125%;max-width:125%;margin-left:-25%;}
@media screen and (max-width:970px){
.single .single-sidebar-on .entry-content img.size-full.alignnone, .page .single-sidebar-on .entry-content img.size-full.alignnone{margin-left:-10%;}
} #sidebar{margin-bottom:80px;margin-bottom:5rem;}
.widgettitle{margin-bottom:30px;margin-bottom:1.875rem;font-size:21px;font-size:1.3125rem;letter-spacing:1px;color:#2C2C2C;}
.widget-area .widget, .site-nav .widget{margin-bottom:40px;margin-bottom:2.5rem;}
.widget-area .widget a, .site-nav .widget a{border:0;}
.widget-area .widget .textwidget a:not(.stag-button),
.site-nav .widget .textwidget a:not(.stag-button){border-bottom:2px solid #53B38C;}
.widget-area .widget .textwidget a:not(.stag-button).button,
.site-nav .widget .textwidget a:not(.stag-button).button{border-bottom:none;}
.widget-area form, .site-nav form{padding:40px;background:#f6f6f6;}
.widget-area form div, .site-nav form div{width:100%;padding-left:0 !important;padding-right:0 !important;float:none;margin-bottom:20px !important;}
.widget-area form input, .site-nav form input{border-radius:3px;padding:10px;line-height:1.25;}
.widget-area form .contact-submit, .widget-area form .subscribe-submit, .site-nav form .contact-submit, .site-nav form .subscribe-submit{margin:0;padding-top:0;background:transparent;}
.widget-area form .contact-submit input, .widget-area form .subscribe-submit input, .site-nav form .contact-submit input, .site-nav form .subscribe-submit input{min-height:35px;padding:10px 26px;font-size:12px;}
.widget-area .search-form, .site-nav .search-form{padding:0;background:transparent;}
.widget-area .stag-button, .site-nav .stag-button{display:inline-block;font-size:12px;line-height:1.25;border-radius:3px;text-transform:uppercase;letter-spacing:3px;}
.widget-area .instagram-follow-link, .site-nav .instagram-follow-link{background:#53B38C;padding:10px 26px;color:#fff;margin:15px 0 0 0;}
.widget-area .instagram-follow-link:hover, .site-nav .instagram-follow-link:hover{background:#111;}
.site-nav form{padding:20px;}
.site-nav form div{margin-bottom:10px !important;}
.site-nav .textwidget a:not(.stag-button){border-bottom:2px solid #53B38C;}
.site-nav .textwidget a:not(.stag-button).button{border-bottom:none;}
.widget_recent_entries li{margin-bottom:30px !important;margin-bottom:1.875rem !important;font-size:18px;font-size:1.125rem;display:flex;flex-direction:column;}
.widget_recent_entries a{border:0;order:1;}
.widget_recent_entries .post-date{display:block;font-size:10px;font-size:0.625rem;font-weight:bold;line-height:13px;letter-spacing:2px;text-transform:uppercase;color:#2C2C2C;opacity:.5;margin-bottom:10px;}
.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_recent_comments li, .widget_nav_menu li, .main-navigation li{padding-top:10px;padding-bottom:10px;border-bottom:2px solid #2C2C2C;color:rgba(44, 44, 44, 0.5);}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_pages li:first-child, .widget_meta li:first-child, .widget_recent_comments li:first-child, .widget_nav_menu li:first-child, .main-navigation li:first-child{padding-top:0;}
.widget_archive li > ul, .widget_categories li > ul, .widget_pages li > ul, .widget_meta li > ul, .widget_recent_comments li > ul, .widget_nav_menu li > ul, .main-navigation li > ul{border-top:2px solid #2C2C27;margin-top:10px;padding-top:10px;}
.widget_archive li > ul a, .widget_categories li > ul a, .widget_pages li > ul a, .widget_meta li > ul a, .widget_recent_comments li > ul a, .widget_nav_menu li > ul a, .main-navigation li > ul a{padding-left:30px;}
.widget_archive li > ul > li, .widget_categories li > ul > li, .widget_pages li > ul > li, .widget_meta li > ul > li, .widget_recent_comments li > ul > li, .widget_nav_menu li > ul > li, .main-navigation li > ul > li{padding-top:10px;}
.widget_archive li > ul > li:last-child, .widget_categories li > ul > li:last-child, .widget_pages li > ul > li:last-child, .widget_meta li > ul > li:last-child, .widget_recent_comments li > ul > li:last-child, .widget_nav_menu li > ul > li:last-child, .main-navigation li > ul > li:last-child{padding-bottom:0;border-bottom:0;}
.widget_archive a, .widget_categories a, .widget_pages a, .widget_meta a, .widget_recent_comments a, .widget_nav_menu a, .main-navigation a{font-size:17px;line-height:1.6;}
.widget_rss a{font-weight:700;}
.widget_rss span{margin-bottom:10px;color:rgba(44, 44, 44, 0.5);display:block;font-size:10px;font-size:0.625rem;font-weight:bold;line-height:13px;letter-spacing:2px;text-transform:uppercase;color:#2C2C2C;opacity:.5;margin-bottom:10px;}
.widget_rss li{padding-bottom:30px;}
.widget_rss cite{display:inline-block;padding-top:10px;color:rgba(44, 44, 44, 0.5);}
.widget_calendar a{font-size:inherit !important;font-weight:700;}
.widget_calendar caption{text-align:left;font-weight:700;letter-spacing:3px;text-transform:uppercase;opacity:.5;font-size:13px;}
.widget_calendar table tr th{padding:15px 0;}
.widget_calendar table tr td{font-size:15px;line-height:1;}
.widget_calendar table tr th:last-child, .widget_calendar table tr td:last-child{text-align:left;}
.static-content-cover{position:absolute;top:0;right:0;bottom:0;left:0;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;background-position:center;z-index:1;}
.stag-custom-widget-area .widgettitle{margin-bottom:90px;margin-bottom:5.625rem;font-size:30px;font-size:1.875rem;}
.stag-custom-widget-area .widget{padding:90px 0;padding:5.625rem 0;}
.stag-custom-widget-area .stag-instagram{padding:0 !important;}
.stag-custom-widget-area .stag-instagram .widgettitle{text-align:center;margin-top:50px;margin-top:3.125rem;margin-bottom:50px;margin-bottom:3.125rem;}
.stag-custom-widget-area .stag-instagram .thumbnail img{max-width:150px;}
.stag-custom-widget-area .stag-instagram .thumbnail .instagram_badge_image{margin:0 !important;}
.stag-custom-widget-area .stag-instagram .size-large img{width:100%;max-width:none;}
.stag-custom-widget-area .size-large .instagram_badge_image{margin:0;display:inline-block;float:left;vertical-align:middle;width:25%;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;position:relative;}
@media screen and (max-width:650px){
.stag-custom-widget-area .size-large .instagram_badge_image{width:33.33333%;}
}
.stag-custom-widget-area .size-large .instagram_badge_image:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.25);-moz-transition:all 150ms ease-in-out;-o-transition:all 150ms ease-in-out;-webkit-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out;}
.stag-custom-widget-area .size-large .instagram_badge_image:hover:before{background:transparent;}
.stag-custom-widget-area .stag-instagram{text-align:center;max-width:970px;margin:0 auto;margin-bottom:50px;margin-bottom:3.125rem;}
@media screen and (max-width:970px){
.stag-custom-widget-area .stag-instagram ul{padding:0 20px;}
}
.stag-custom-widget-area .stag-instagram .standard_resolution li{float:left;max-width:48%;margin:1%;}
.stag-custom-widget-area .stag-instagram .low_resolution li{float:left;max-width:31%;margin:1%;}
.stag-flickr, .instagram-widget.thumbnail, .stag-dribbble{margin-right:-10px;}
.stag-flickr li, .instagram-widget.thumbnail li, .stag-dribbble li{width:30%;margin:0 3% 3% 0;}
.stag-flickr img, .instagram-widget.thumbnail img, .stag-dribbble img{max-width:100%;width:100%;}
.dribbbles{font-size:0;}
.dribbbles li{display:inline-block;}
.site-nav .textwidget{font-size:16px;font-size:1rem;}
.stag_widget_recent_posts, .stag_widget_static_content{text-align:center;position:relative;}
.stag_widget_recent_posts .inner-section, .stag_widget_static_content .inner-section{position:relative;z-index:2;}
.stag_widget_recent_posts{text-align:center;}
.stag_widget_recent_posts .widgettitle{margin-bottom:40px;margin-bottom:2.5rem;}
.stag_widget_recent_posts a{border-bottom:0;}
.stag_widget_recent_posts .entry-header{margin-bottom:10px !important;margin-bottom:0.625rem !important;}
.stag_widget_recent_posts .entry-title{font-size:30px !important;font-size:1.875rem !important;text-transform:none;font-weight:normal;}
.stag_widget_recent_posts article{margin-bottom:70px;margin-bottom:4.375rem;}
.stag_widget_recent_posts article:last-of-type{margin-bottom:0;}
.stag_widget_recent_posts .all-posts{margin-top:80px;margin-top:5rem;}
.stag_widget_recent_posts .entry-subtitle.entry-subtitle{font-size:20px;margin:10px auto;}
.stag_widget_recent_posts .entry-content{margin-bottom:50px;margin-bottom:3.125rem;}
.stag-twitter li{margin-bottom:20px !important;margin-bottom:1.25rem !important;color:rgba(44, 44, 44, 0.5);}
.stag-twitter time{color:#a3a3a3;font-size:14px;font-size:0.875rem;}
.stag-twitter time a{color:inherit;}
.stag-twitter .twitter-follow-button{margin-top:20px;margin-top:1.25rem;padding:4px 14px;padding:0.25rem 0.875rem;font-size:14px;font-size:0.875rem;}
.stag-twitter .twitter-follow-button:hover{color:white;}
.stag_widget_static_content .page{padding-top:0 !important;}
.stag_widget_recent_posts_grid{padding:0 !important;overflow:hidden;margin-top:2px;}
.stag_widget_recent_posts_grid .entry-title{font-size:35px !important;font-size:2.1875rem !important;}
.stag_widget_recent_posts_grid .widgettitle{text-align:center;margin-top:90px;margin-top:5.625rem;margin-bottom:40px;margin-bottom:2.5rem;}
.stag_widget_recent_posts_grid .entry-header{margin-bottom:0 !important;}
.stag_widget_recent_posts_grid .entry-content{margin-bottom:50px;margin-bottom:3.125rem;text-align:center;}
.header-over .stag_widget_recent_posts_grid .hentry{padding-top:0 !important;}
.site-contributors{text-align:center;padding-bottom:0 !important;}
.site-contributors.widget:last-of-type{position:relative;bottom:-2px;margin-top:-2px;}
.site-contributors .widgettitle{margin-bottom:40px;margin-bottom:2.5rem;}
.site-contributors .entry-content{margin-bottom:50px;margin-bottom:3.125rem;}
.contributors-list{border-top:2px solid #333;border-bottom:2px solid #333;}
.contributors-list .contributor{padding:35px 15px;padding:2.1875rem 0.9375rem;}
@media screen and (max-width:650px){
.contributors-list .contributor{border-bottom:2px solid #333;}
.contributors-list .contributor:last-of-type{border-bottom:none;}
}
.contributors-list .inside{padding:0;}
.contributors-list .contributor-avatar img{max-width:110px;overflow:hidden;border-radius:50%;}
.contributors-list .contributor-avatar .contributor-posts-link{border-bottom:0;}
.contributors-list .contributor-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all;word-wrap:break-word;font-size:15px;font-size:0.9375rem;margin-top:40px;margin-top:2.5rem;}
.contributors-list .contributor-name a{color:inherit;}
.contributors-list .contributor-name a:hover{opacity:.92;}
@media screen and (min-width:650px){
.contributors-list .contributor{float:left;display:inline-block;vertical-align:middle;border-left:2px solid #333;}
.contributors-list .one-column{width:100%;}
.contributors-list .two-column{width:50%;}
.contributors-list .three-column{width:33.33333%;}
.contributors-list .four-column{width:25%;}
.contributors-list .one-column:first-of-type, .contributors-list .two-column:first-of-type, .contributors-list .three-column:first-of-type{border-left:none;}
.contributors-list .four-column{position:relative;bottom:-2px;margin-top:-2px;border-bottom:2px solid #333;}
.contributors-list .four-column:nth-child(4n+1){border-left:none;}
}
.stag_widget_feature_callout{padding:0 !important;overflow:hidden;}
.stag_widget_feature_callout .container{max-width:970px;margin-left:auto;margin-right:auto;}
.stag_widget_feature_callout .feature-callout__title{font-size:35px !important;font-size:2.1875rem !important;margin-bottom:40px;margin-bottom:2.5rem;}
.stag_widget_feature_callout .feature-callout__content{font-size:20px;line-height:1.8;}
.stag_widget_feature_callout .feature-callout__cover{position:relative;padding:90px 0;padding:5.625rem 0;background-position:center center;background-size:cover;}
.stag_widget_feature_callout .feature-callout__cover .container{position:relative;z-index:2;}
.stag_widget_feature_callout .feature-callout__content{word-break:break-word;}
.stag_widget_feature_callout .feature-callout__cover.has-overlay:after{position:absolute;z-index:1;top:0;right:0;bottom:0;width:100%;background:rgba(0, 0, 0, 0.5);content:" ";}
.stag_widget_feature_callout .image-pull .container{padding:90px 0;padding:5.625rem 0;}
.stag_widget_feature_callout .text-right .text-container, .stag_widget_feature_callout .text-right .unit{margin-left:50%;}
.stag_widget_feature_callout .text-right.image-pull .image-container{margin-left:-100%;}
.stag_widget_feature_callout .feature-callout.text-center.image-cover{text-align:center;}
.valign-top .unit{vertical-align:top;}
.valign-middle .unit{vertical-align:middle;}
.valign-bottom .unit{vertical-align:bottom;}
.stag-custom-widget-area .stag_widget_feature_slides{padding:0;}
.stag_widget_feature_slides .container{max-width:970px;margin-left:auto;margin-right:auto;padding:0 30px;}
.stag_widget_feature_slides .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.stag_widget_feature_slides .site-slider{overflow:hidden;}
.stag_widget_feature_slides .site-slider ul{overflow:hidden;width:100%;height:100%;margin:0;padding:0;list-style:none;}
.stag_widget_feature_slides .site-slider li{position:relative;height:100%;}
.stag_widget_feature_slides .site-slider .slide-desc-wrapper{text-align:center;}
.stag_widget_feature_slides .site-slider .slide-desc{width:50%;padding:60px;box-shadow:1px 8px 65px rgba(0, 0, 0, 0.07);position:relative;}
.stag_widget_feature_slides .site-slider .slide-desc h1, .stag_widget_feature_slides .site-slider .slide-desc h2, .stag_widget_feature_slides .site-slider .slide-desc h3, .stag_widget_feature_slides .site-slider .slide-desc h4{margin-bottom:25px;font-weight:700;}
.stag_widget_feature_slides .site-slider .slide-desc h4, .stag_widget_feature_slides .site-slider .slide-desc h5, .stag_widget_feature_slides .site-slider .slide-desc p{margin-bottom:25px;font-weight:400;}
.stag_widget_feature_slides .site-slider .slide-desc h6{margin-bottom:10px;font-weight:700;}
.stag_widget_feature_slides .site-slider .slide-desc .button{position:relative;}
.stag_widget_feature_slides .site-slider .slide-desc a:not(.button){transition:all 0.2s ease-in;}
.stag_widget_feature_slides .site-slider .slide-desc a:not(.button):hover{border-bottom:transparent;}
.stag_widget_feature_slides .site-slider .slide-desc-content{position:relative;}
.stag_widget_feature_slides .site-slider .slide-desc-cover{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;}
.stag_widget_feature_slides .slide-content-left .slide-desc{margin-left:0;text-align:left;}
.stag_widget_feature_slides .slide-content-right .slide-desc{margin-left:auto;text-align:left;}
.stag_widget_feature_slides .slide-content-center .slide-desc{margin:0 auto;text-align:center;}
@media(max-width:959px){
.site-slider{min-height:calc(100vh - 96px);}
.site-slider .slide-desc{width:100%;max-width:480px;padding:40px 20px;}
.slide-content-center .slide-desc, .slide-content-right .slide-desc, .slide-content-left .slide-desc{margin:0 auto;text-align:center;}
} @font-face{font-family:"flexslider-icon";src:url(//www.krozmotion.com/wp-content/themes/ink/fonts/flexslider-icon.eot);src:url(//www.krozmotion.com/wp-content/themes/ink/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(//www.krozmotion.com/wp-content/themes/ink/fonts/flexslider-icon.woff) format("woff"), url(//www.krozmotion.com/wp-content/themes/ink/fonts/flexslider-icon.ttf) format("truetype"), url(//www.krozmotion.com/wp-content/themes/ink/fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:normal;font-style:normal;}
.flex-container a:hover, .flex-slider a:hover{outline:none;}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav{margin:0;padding:0;list-style:none;}
.flex-pauseplay span{text-transform:capitalize;}
.flexslider{margin:0;padding:0;}
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
.product-thumbnails.flexslider .slides img{border-radius:3px;}
.flexslider .slides:after{display:block;visibility:hidden;clear:both;height:0;line-height:0;content:"\0020";}
html[xmlns] .flexslider .slides{display:block;}
* html .flexslider .slides{height:1%;}
.no-js .flexslider .slides > li:first-child{display:block;}
.flexslider{zoom:1;position:relative;}
.flexslider .slides{zoom:1;}
.flexslider .slides img{height:auto;-moz-user-select:none;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.carousel li{margin-right:5px;}
.flex-direction-nav{*height:0;}
.flex-direction-nav a{display:block;overflow:hidden;position:absolute;z-index:10;top:50%;width:89px;height:89px;margin:-45px 0 0;border-radius:3px;opacity:0;color:#fff;background:#1c2220;line-height:89px;text-align:center;text-decoration:none;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.product-thumbnails.flexslider .flex-direction-nav a{top:0;left:0;margin:0;}
.product-thumbnails.flexslider .flex-direction-nav a.flex-prev{line-height:85px;}
.flex-direction-nav a:before{display:inline-block;font-family:"Genericons";font-size:30px;content:"\f432";}
.flex-direction-nav a.flex-next:before{content:"\f431";}
.flex-direction-nav .flex-prev{top:-50px;}
.flex-direction-nav .flex-next{right:-50px;text-align:right;}
.flexslider:hover .flex-direction-nav .flex-prev{left:10px;}
.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1;}
.flexslider:hover .flex-direction-nav .flex-next{right:10px;}
.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1;}
.flex-direction-nav .flex-disabled{z-index:-1;border:2px dashed #ccc;outline:0;opacity:1 !important;background:transparent !important;cursor:default;cursor:not-allowed;pointer-events:none;filter:alpha(opacity=0);}
.flex-direction-nav .flex-disabled:before{color:#ddd;}
.flex-pauseplay a{display:block;overflow:hidden;position:absolute;z-index:10;bottom:5px;left:10px;width:20px;height:20px;opacity:0.8;color:#000;cursor:pointer;}
.flex-pauseplay a:before{display:inline-block;font-family:"flexslider-icon";font-size:20px;content:"\f004";}
.flex-pauseplay a:hover{opacity:1;}
.flex-pauseplay a.flex-play:before{content:"\f003";}
.flex-control-nav{width:100%;max-width:970px;margin:0 auto;padding:0 30px;text-align:inherit;list-style:none;}
.control-nav-container{overflow:hidden;position:absolute;z-index:100;bottom:40px;width:100%;height:11px;}
.control-nav-container.slide-content-center{text-align:center;}
.control-nav-container.slide-content-right{text-align:right;}
.site-slider{position:relative;}
.flex-control-nav li{display:inline-block;zoom:1;width:auto;margin:0 6px;*display:inline;}
.flex-control-paging li a{display:block;width:11px;height:11px;border:2px solid transparent;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#fff;text-indent:-9999px;cursor:pointer;}
.flex-control-paging li a:hover{border:2px solid #fff;background:transparent;}
.flex-control-paging li a.flex-active{border:2px solid #fff;background:transparent;cursor:default;}
.flex-control-thumbs{overflow:hidden;position:static;margin:5px 0 0;}
.flex-control-thumbs li{float:left;width:25%;margin:0;}
.flex-control-thumbs img{display:block;width:100%;height:auto;opacity:0.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.flex-control-thumbs img:hover{opacity:1;}
.flex-control-thumbs .flex-active{opacity:1;cursor:default;}
.site-slider.loading .slides{opacity:0 !important;}
@media(max-width:640px){
.stag_widget_feature_slides .featured-slides[data-hideonmobile="1"]{display:none;}
} .comment{list-style:none;margin:50px 0;margin:3.125rem 0;}
.comment:first-of-type{margin-top:0;}
.comment .children{margin-top:70px;margin-top:4.375rem;margin-left:100px;margin-left:6.25rem;}
@media screen and (max-width:480px){
.comment .children{margin-left:50px;margin-left:3.125rem;}
}
.comment .divider{display:inline-block;padding:0 10px 0 6px;}
.comments-area{margin-bottom:50px;margin-bottom:3.125rem;margin-top:50px;margin-top:3.125rem;}
.comment-author{font-weight:bold;color:#111112;font-size:23px;font-size:1.4375rem;padding-right:15px;padding-right:0.9375rem;}
.comments-title{display:inline-block;vertical-align:middle;line-height:50px;}
#cancel-comment-reply-link{font-size:15px;font-size:0.9375rem;}
@media screen and (min-width:650px){
.comment-form-actions{display:inline-block;float:right;vertical-align:middle;}
}
@media screen and (max-width:649px){
.comment-form-actions{margin-top:20px;}
.comment-form-actions button{width:100%;}
}
.comment-meta{margin-bottom:20px;margin-bottom:1.25rem;}
.comment-meta a{color:inherit;border:0;}
.comment-form-email{margin-left:3%;}
@media screen and (max-width:600px){
.comment-form-email{margin-left:0;}
}
@media screen and (min-width:650px){
.comment-form-email, .comment-form-author{width:48.4%;display:inline-block;vertical-align:top;margin-right:-.25em;}
}
.comment-form{background:#f6f6f6;padding:35px 35px 0 35px;}
.comment-form textarea{height:150px;line-height:1.6;}
.comment-form > p{margin-top:40px;margin-top:2.5rem;}
.comment-form .comment-form-comment{margin-top:10px;margin-top:0.625rem;}
.comment-form .logged-in-as{margin-bottom:30px;margin-bottom:1.875rem;margin-top:0;}
.comment-list{margin-top:40px;margin-top:2.5rem;}
@media screen and (max-width:480px){
.comment-metadata{display:block;}
}
.comments-title, .comment-reply-title{font-size:25px;font-size:1.5625rem;color:#2C2C2C;}
#reply-title{background:#f6f6f6;padding:60px 35px 0 35px;}
.blog-textarea{resize:none;}
.form-submit{background:#fff;padding-top:40px;padding-top:2.5rem;margin-left:-35px;margin-right:-35px;}
.comment-avatar{overflow:hidden;float:left;margin-right:20px;}
.comment-avatar img{border-radius:50%;max-width:84px;}
.show-avatars .comment-content{padding-left:104px;}
.pingback, .trackback{padding-top:0;list-style:none;}
.respond-type{width:100%;}
.comment-guidelines{display:block;color:#b1b7ba;}
.respond-body{margin:0;border-bottom:1px solid #f3f4f5;padding-bottom:40px;padding-bottom:2.5rem;}
#respond .form-submit,
#respond input[type="submit"]{margin-bottom:0;}
@media screen and (max-width:600px){
#respond input[type="submit"]{width:100%;}
}
li + #respond{margin-bottom:60px;margin-bottom:3.75rem;}
.comment-respond{margin-top:40px;margin-top:2.5rem;}
@media screen and (max-width:600px){
.comment-respond{margin-left:-20px;margin-right:-20px;}
}
.toggle-comments:after{content:"\f106";margin-left:5px;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.toggle-comments.is-visible:after{content:'\f106';}
.toggle-comments.is-collapsed:after{content:'\f107';}
.toggle-comments .hide-label{display:none;}
.is-visible .hide-label{display:inline-block;}
.is-visible .show-label{display:none;}
.comments-visible .show-label, .is-collapsed .show-label{display:inline-block;}
.comments-visible .hide-label, .is-collapsed .hide-label{display:none;}
.comments-wrap{width:100%;display:inline-block;}
.comments-wrap.is-collapsed{display:none;}
button, input, textarea{max-width:100%;font-family:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;border:none;border-bottom:2px solid #333;border-radius:0;background:transparent;font-size:16px;padding:10px 0;padding:0.625rem 0;}
button:focus, input:focus, textarea:focus{outline:none;}
label{display:block;padding-bottom:8px;font-size:13px;line-height:16px;text-transform:uppercase;letter-spacing:3px;font-weight:700;color:#494949;}
legend{text-transform:uppercase;}
textarea{resize:vertical;border:2px solid #333;padding:10px;padding:0.625rem;background:#fff;border:2px solid #F0F0F0;}
input{background:#fff;border:2px solid #F0F0F0;min-height:54px;padding:10px;padding:0.625rem;}
select{max-width:100%;width:100%;outline:none;background:#fff;font-size:18px;line-height:30px;color:#2C2C2C;height:54px;border:2px solid #F0F0F0;background:url(//www.krozmotion.com/wp-content/themes/ink/assets/img/down.png) no-repeat right #fff;background-size:14px;background-position:calc(100% - 13px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;padding:8px 35px 8px 8px;}
button, .button, input[type="reset"],
input[type="submit"],
input[type="button"]{display:inline-block;color:#fff;padding:16px 45px;padding:1rem 2.8125rem;-moz-transition:all 150ms;-o-transition:all 150ms;-webkit-transition:all 150ms;transition:all 150ms;transition:all 150ms;background:#53B38C;font-size:14px;line-height:1.3;letter-spacing:3px;font-weight:700;border:none;text-transform:uppercase;border-radius:1px;}
button:hover, .button:hover, input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{background:#111112;color:#fff;}
.search-form{position:relative;}
.search-form label{padding-top:0;}
.search-field{-webkit-appearance:none !important;width:100%;border:2px solid #f0f0f0;border-radius:3px;font-size:15px;font-size:0.9375rem;padding-right:10px;padding-right:0.625rem;padding-left:10px;padding-left:0.625rem;}
.widget_search .search-field{padding-right:50px;padding-right:3.125rem;}
.search-submit{position:absolute;right:0;top:0;width:50px;text-align:center;padding:5px;height:100%;max-height:54px;background:transparent;color:#b1b1b1;border-radius:0 3px 3px 0;}
.search-submit:hover{background:transparent;color:inherit;}
.stag-image img{width:100%;}
.jetpack_subscription_widget p{margin-bottom:30px;}
@supports (object-fit: cover) {
.type-square .tiled-gallery-item img{object-fit:cover;}
}
.load-more-posts{text-transform:uppercase;font-weight:bold;}
div.sharedaddy h3.sd-title.sd-title{font-size:16px;padding-right:5px;margin:0;vertical-align:middle;}
div.sharedaddy h3.sd-title.sd-title:before{display:none;opacity:0;}
.sd-content.sd-content{display:inline-block;vertical-align:middle;}
.sd-content.sd-content ul{margin:0 !important;}
.contact-form{padding:50px 35px 0 35px;background-color:#f6f6f6;text-align:left;}
.contact-form .contact-form input[type='text'],
.contact-form .contact-form input[type='email']{border-radius:3px;}
.contact-form select, .contact-form input, .contact-form textarea{width:100% !important;max-width:100% !important;}
.contact-form div{margin-bottom:40px;float:left;width:50%;}
.contact-form div:nth-child(odd){padding-right:15px;}
.contact-form div:nth-child(even){padding-left:15px;}
.contact-form div:last-of-type{clear:both;float:none;width:100%;padding:0;}
.contact-form .contact-submit{background:#fff;padding:0;margin-left:-35px;margin-right:-35px;margin-bottom:-50px;padding-top:40px;}
.contact-form .contact-submit input{width:auto !important;}
.widget_wpcom_social_media_icons_widget .genericon{font-size:30px;}
#rcp_registration_form{padding:0 !important;}
.rcp_form{text-align:left;font-size:18px;font-size:1.125rem;}
.rcp_form input[type="text"],
.rcp_form input[type="email"],
.rcp_form input[type="url"],
.rcp_form input[type="password"]{width:100%;border:2px solid #F0F0F0;border-radius:3px;background:#fff;padding:10px;height:54px;transition:all 150ms ease-in-out;color:#2C2C2C;}
.rcp_form label[for="rcp_user_remember"],
.rcp_form label[for="rcp_auto_renew"],
.rcp_form #rcp_user_remember{display:inline-block;vertical-align:middle;line-height:1;}
.rcp_form label[for="rcp_user_remember"],
.rcp_form label[for="rcp_auto_renew"]{padding:0;display:inline-block;float:none;width:auto !important;vertical-align:middle;font-weight:normal;letter-spacing:0;text-transform:initial;font-family:inherit;font-size:15px;line-height:2;color:#797979;}
.rcp_form #rcp_user_remember,
.rcp_form #rcp_auto_renew{float:none;vertical-align:middle;display:inline-block;margin:0 7px 0 0;}
.rcp_form .unit.one-of-two{width:49.5%;}
@media screen and (max-width:800px){
.rcp_form .unit.one-of-two{width:100%;}
}
.rcp_form .unit.one-of-three{width:33%;}
@media screen and (max-width:800px){
.rcp_form .unit.one-of-three{width:49.5%;}
}
@media screen and (max-width:600px){
.rcp_form .unit.one-of-three{width:100%;}
}
.rcp_form input.required{color:#2C2C2C;}
.rcp_form legend{margin-bottom:20px !important;}
.rcp_form label{width:100% !important;font-size:13px;text-transform:uppercase;color:#494949;letter-spacing:3px;font-weight:700;padding:0 0 8px 0;display:inline;}
.rcp_form li{padding:40px 30px;transition:background-color 300ms ease-in-out;margin:0 0 5px !important;}
.rcp_form li:hover, .rcp_form li.checked{background-color:#F6F6F6;}
.rcp_form p{padding:20px 30px 20px 0;margin:0 !important;color:#797979;font-size:15px;line-height:2;}
.rcp_form p:last-child{margin-bottom:0;margin-top:0;}
@media screen and (max-width:800px){
.rcp_form p{width:100%;}
}
.rcp_form select{background:#fff;font-size:18px;line-height:30px;color:#2C2C2C;height:54px;border:2px solid #F0F0F0;background:url(//www.krozmotion.com/wp-content/themes/ink/assets/img/down.png) no-repeat right #fff;background-size:14px;background-position:calc(100% - 13px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;padding:8px 35px 8px 8px;}
.rcp_form select.half-width{width:50%;}
@media screen and (max-width:800px){
.rcp_form select.half-width{width:100%;}
}
.rcp_form select.full-width{width:100%;}
.rcp_form .form-header{font-weight:normal;margin:25px 0 50px 0;}
.rcp_form .grid-section{padding:35px 0 35px 35px;margin-top:10px;margin-bottom:40px;background:#f6f6f6;width:100%;max-width:100%;display:inline-block;}
.rcp_form h3{text-align:left;padding:20px 0;font-size:20px;font-weight:normal;color:#2C2C2C;line-height:1.2;margin-bottom:0 !important;}
.rcp_form fieldset{margin-left:0;}
#rcp_payment_gateways{margin-right:65px !important;padding:0 !important;}
@media screen and (max-width:800px){
#rcp_payment_gateways{margin-right:35px !important;}
}
.rcp_login_link p{padding-top:0 !important;padding-bottom:60px !important;color:#2C2C2C;font-size:18px;}
.accent-background{color:#fff;}
#rcp_login_submit{display:inline-block;margin-bottom:10px;margin-right:20px;}
.rcp_form .rcp_subscription_message{font-size:25px;color:#2C2C2C;font-size:25px;font-weight:700;padding-bottom:40px;}
.rcp_form #rcp_subscription_levels{background:none;padding:0;margin-bottom:70px;margin-top:0;margin-left:0;list-style:none;}
.rcp_form #rcp_subscription_levels input[type="radio"]{margin-right:12px;margin-top:4px;}
.rcp_form #rcp_subscription_levels input,
.rcp_form #rcp_subscription_levels label{float:left;}
.rcp_form #rcp_subscription_levels input{padding-top:0;margin-top:0;}
.rcp_form #rcp_subscription_levels label{display:inline-block;width:auto !important;width:calc(100% - 40px ) !important;margin-top:0;padding-top:0;padding-bottom:0;text-transform:none;font-weight:400;letter-spacing:0;}
.rcp_price, .rcp_level_duration{text-transform:uppercase;color:#A9A9A9;font-size:14px;line-height:30px;font-weight:700;}
.rcp_header{font-size:28px;font-size:1.75rem;line-height:1.2;text-align:left;}
.entry-content .rcp_header{margin-bottom:15px;}
.rcp_subscription_level .rcp_level_description{margin:0;padding:0;font-size:14px;line-height:26px;border:none;color:#636363;}
.rcp_lost_password{float:right;width:30%;text-align:right;text-transform:initial;letter-spacing:0;font-weight:normal;}
.rcp_message{font-size:18px;font-size:1.125rem;margin-bottom:20px;margin-bottom:1.25rem;color:#d15858;}
.rcp_message p{margin:0;}
.rcp_subscription_level{padding-left:2px;}
.rcp_logged_in{margin-bottom:20px;}
#rcp_profile_display_name_wrap select{margin-left:1px;}
.full-width-button{display:block;width:100%;}
#rcp_submit_wrap{margin-top:20px !important;}
.locked-options{width:450px;max-width:100%;margin:50px auto;padding:30px;background-color:#f6f6f6;}
.locked-options.white-buttons{border-color:white;}
.locked-options.white-buttons .form-divider{border-color:white;}
.locked-options.has-access{display:none;}
.locked-options .stag-button{display:block;width:100%;margin:0;padding:16px 45px;border:0;margin-bottom:30px;background:#53B38C;font-size:14px;line-height:18px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#fff;}
.locked-options .stag-button:last-child{margin-bottom:0;}
.locked-options .stag-button:nth-of-type(2){position:relative;top:-3px;}
.rcp_subscription_level_name{font-size:20px;line-height:1.2;margin-bottom:6px;display:block;}
p.rcp_error{background:transparent !important;color:inherit !important;margin:0 !important;padding:0 !important;border:none !important;}
.page table th{color:inherit;}
.blockOverlay{background:transparent !important;}
#rcp_discount_code_wrap .rcp_button{margin-top:10px;color:inherit;border-color:inherit;}
#rcp_discount_code_wrap .rcp_button:hover{background-color:transparent;}
.rcp_registration_total .rcp-total, .rcp_registration_total .rcp-recurring-total{font-size:18px;line-height:1.6;font-weight:700;}
.rcp_registration_total .rcp-total th, .rcp_registration_total .rcp-recurring-total th{font-family:inherit;letter-spacing:0;font-size:18px;text-transform:initial;}
.rcp_gateway_fields{margin-bottom:0 !important;}
.rcp_gateway_fields label{font-size:25px;line-height:30px;font-weight:700;letter-spacing:0;text-transform:initial;padding:35px 0 50px;display:block;}
.rcp_gateways_fieldset{padding:35px;background:#f6f6f6;}
.rcp_card_fieldset{padding:0 35px 0 35px !important;background:#f6f6f6;}
.rcp_card_fieldset p{width:50%;float:left;}
.rcp_card_fieldset p:nth-child(2n){padding-right:0 !important;}
@media screen and (max-width:800px){
.rcp_card_fieldset p{width:100%;padding:20px 0;}
}
.rcp_card_fieldset .rcp_expiry_separator{display:none;}
.rcp_card_fieldset #rcp_card_exp_wrap select{float:left;width:47%;margin-right:6%;}
.rcp_card_fieldset #rcp_card_exp_wrap select:last-child{margin-right:0;}
#rcp_auto_renew_wrap{background:#f6f6f6;padding:25px 35px;}
#rcp_auto_renew_wrap.adjust-padding{padding:15px 35px 50px 35px;}
.rcp_login_data .rcp_submit{padding:0;}
.site-nav-drawer-open.ie9 .site-nav, .site-nav-drawer-open.ie9 .site-nav--scrollable-container{z-index:10000;}
.animate{-webkit-animation:bounceIn 100ms;-moz-animation:bounceIn 100ms;animation:bounceIn 100ms;}
@-webkit-keyframes bounceIn {
from{-webkit-transform:scale(0.85);}
to{-webkit-transform:scale(1);}
}
@-moz-keyframes bounceIn {
from{-moz-transform:scale(0.85);}
to{-moz-transform:scale(1);}
}
@keyframes bounceIn {
from{transform:scale(0.85);}
to{transform:scale(1);}
}
#infinite-handle{overflow:hidden;}
#infinite-handle a{transition:none;}
#infinite-handle.loading{border:none;text-indent:-9999px;background:none;}
#infinite-handle.loading a{color:transparent;}
#infinite-handle.loading:hover{background:none;}
#disqus_thread {
max-width: 1010px;
margin: 30px auto 10px auto;
padding: 0 20px;
}@font-face{font-family:'FontAwesome';src:url(//www.krozmotion.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.krozmotion.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.krozmotion.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.krozmotion.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.krozmotion.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.krozmotion.com/wp-content/plugins/elementor/assets/lib/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}#comments{max-width:1100px;margin:50px auto;color:#333333;font-style:normal;}
#comments p, #respond p{float:none!important;}
#wpdcom{max-width:750px;padding:0;margin:7px auto 15px auto;}
#wpdcom *{box-sizing:border-box;line-height:initial;}
#wpdcom i{margin:0;}
#comments #wpdcom span, #respond #wpdcom span, #wpdcom span{display:inline;letter-spacing:inherit;text-transform:none;font-size:1em;}
#comments #wpdcom .wpdiscuz-embed-wrapper .fb_iframe_widget > span{display:inline-block;}
#wpdcom form{margin:0px;padding:0px;border:none;background:none;}
#wpdcom input:required{box-shadow:0px 0px 1px #555;}
#wpdcom button{min-height:auto;min-width:auto;max-width:auto;min-height:auto;display:inline-block;font-weight:normal;text-transform:none;}
#wpdcom svg{display:inline;}
#wpdcom .wpd-cursor-pointer{cursor:pointer;}
#wpdcom .avatar{padding:0px;margin:0 auto;float:none;display:inline;height:auto;border:none;border-radius:0%;box-shadow:none;}
#wpdcom .page-numbers{padding:2px 7px;font-size:14px;margin:20px 1px;line-height:33px;background:#fff}
#wpdcom span.current{color:#fff}
#wpdcom .wc-label a:focus{outline:0}
#wpdcom .wpdiscuz-hidden{display:none}
#wpdcom .wpd-clear, #wpdcom .clearfix, .wpdiscuz_top_clearing, .wpdiscuz_clear{clear:both}
.wpdiscuz_clear_right{clear:right}
.wpdiscuz_clear_left{clear:left}
#wpdcom .wpd-space{flex-grow:1;}
#wpdcom .wpd-hidden{visibility:hidden;opacity:0;transition:visibility 0s, opacity 0.5s linear;}
#wpdcom .wpd-up{color:#009149 !important;}
#wpdcom .wpd-up svg{fill:#009149!important;}
#wpdcom .wpd-down{color:#fc5844!important;}
#wpdcom .wpd-down svg{fill:#fc5844!important;}
#wpdcom .wpd-reply{margin-left:25px}
#wpdcom .wpd-reply.wpd_comment_level-2{margin-left:70px}
#wpdcom.wpd-layout-2 .wpd-reply{margin-left:40px}
#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:28px}
#wpdcom.wpd-layout-3 .wpd-reply{margin-left:45px}
#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:62px}
#wpdcom .wpdlb{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;}
.wpd-tooltip{position:relative;overflow:hidden;}
.wpd-tooltip:hover{overflow:visible;}
.wpd-tooltip:hover .wpd-tooltip-content{opacity:1;}
.wpd-tooltip .wpd-tooltip-content{background:#555555;border-radius:5px;box-sizing:border-box;color:#ffffff;font-size:14px;max-width:200px;min-width:145px;padding:10px;position:absolute;opacity:0;}
.wpd-tooltip .wpd-tooltip-content a{color:#ffffff;text-decoration:none;}
.wpd-tooltip .wpd-tooltip-content::after{background:#555555;content:"";height:10px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px;}
.wpd-tooltip.wpd-top .wpd-tooltip-content{bottom:calc(100% + 0.3em);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.wpd-tooltip.wpd-top .wpd-tooltip-content::after{bottom:-5px;left:50%;margin-left:-5px;}
.wpd-tooltip.wpd-bottom .wpd-tooltip-content{bottom:calc(-100% - 1.8em);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.wpd-tooltip.wpd-bottom .wpd-tooltip-content::after{top:-5px;}
.wpd-tooltip.wpd-right .wpd-tooltip-content{left:calc(100% + 1.5em);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wpd-tooltip.wpd-right .wpd-tooltip-content::after{left:-5px;margin-top:-5px;top:50%;}
.wpd-tooltip.wpd-left .wpd-tooltip-content{right:calc(100% + 1.5em);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wpd-tooltip.wpd-left .wpd-tooltip-content::after{right:-5px;margin-top:-5px;top:50%;}
[wpd-tooltip]{position:relative;}
[wpd-tooltip]::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);border-width:7px 7px 0 7px;border-style:solid;border-color:#555555 transparent transparent transparent;z-index:100;opacity:0;}
[wpd-tooltip]::after{content:attr(wpd-tooltip);position:absolute;left:50%;top:-8px;transform:translateX(-50%) translateY(-100%);background:#555555;text-align:center;color:#fff;padding:8px 10px;font-size:11px;line-height:1.5;min-width:6vw;border-width:0;border-radius:4px;pointer-events:none;z-index:99;opacity:0;text-transform:none;}
[wpd-tooltip]:hover::after,[wpd-tooltip]:hover::before{opacity:1;transition:all .4s ease-in-out;}
[wpd-tooltip-size='small']::after{min-width:5vw;}
[wpd-tooltip-size='medium']::after{min-width:10vw;}
[wpd-tooltip-size='long']::after{min-width:14vw;}
[wpd-tooltip-position='left']::before{left:0%;top:50%;margin-left:-11px;transform:translatey(-50%) rotate(-90deg)}
[wpd-tooltip-position='top']::before{left:50%;}
[wpd-tooltip-position='bottom']::before{top:100%;margin-top:8px;transform:translateX(-50%) translatey(-100%) rotate(-180deg)}
[wpd-tooltip-position='right']::before{left:100%;top:50%;margin-left:0px;transform:translatey(-50%) rotate(90deg)}
[wpd-tooltip-position='left']::after{left:0%;top:50%;margin-left:-8px;transform:translateX(-100%) translateY(-50%);}
[wpd-tooltip-position='top']::after{left:50%;}
[wpd-tooltip-position='bottom']::after{top:100%;margin-top:8px;transform:translateX(-50%) translateY(0%);}
[wpd-tooltip-position='right']::after{left:100%;top:50%;margin-left:9px;transform:translateX(0%) translateY(-50%);}
_:-ms-lang(x), .wpd-social-login [wpd-tooltip]::after{top:-24px;}
_:-ms-lang(x), .wpd-social-login [wpd-tooltip]::before{top:-24px;}
#wpdcom div.wpd-field-desc{position:relative;display:inline;}
#wpdcom div.wpd-field-desc span{position:absolute;width:200px;color:#FFFFFF;background:#555555;height:auto;line-height:17px;padding:8px 10px;font-size:12px!important;text-align:center;visibility:hidden;border-radius:6px;left:-150px;}
#wpdcom div.wpd-field-desc span:after{content:'';position:absolute;top:100%;left:50%;margin-left:-4px;width:0;height:0;border-top:8px solid #555555;border-right:8px solid transparent;border-left:8px solid transparent;}
#wpdcom div:hover.wpd-field-desc span{visibility:visible;opacity:1;bottom:34px;left:50%;margin-left:-100px;z-index:999999;}
#wpdcom div:hover.wpd-tooltip{position:relative;}
#wpdcom span.wpd-field-desc{position:relative;display:inline;}
#wpdcom span.wpd-field-desc span{position:absolute;width:200px;color:#FFFFFF;background:#555555;height:auto;line-height:17px;padding:8px 10px;font-size:12px;text-align:center;visibility:hidden;border-radius:6px;left:-150px;}
#wpdcom span.wpd-field-desc span:after{content:'';position:absolute;top:100%;left:50%;width:0;height:0;border-top:8px solid #555555;border-right:8px solid transparent;border-left:8px solid transparent;}
#wpdcom span:hover.wpd-field-desc span{visibility:visible;opacity:1;bottom:38px;left:50%;margin-left:-105px;z-index:999999;}
@font-face{font-family:'square721_cn_btroman';src:url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot);src:url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.eot?#iefix) format('embedded-opentype'), url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff2) format('woff2'), url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.woff) format('woff'), url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.ttf) format('truetype'), url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/themes/default/css/fonts/sqr721c-webfont.svg#svgFontName) format('svg');font-display:swap;}
#wpd-post-rating{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:30px;}
#wpd-post-rating .wpd-rating-wrap{width:30%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;text-align:center;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-left{flex-grow:1;height:1px;border-bottom:1px dashed #999999;margin-right:-10px;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-right{flex-grow:1;height:1px;border-bottom:1px dashed #999999;margin-left:-10px;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-data{width:125px;white-space:nowrap;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-title{width:125px;white-space:break-spaces;word-break:break-all;font-size:12px;letter-spacing:0.5px;color:#888;line-height:16px;display:block;margin-top:7px;margin-bottom:-3px;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value{transition:0.2s;background-color:#ffffff;border:1px dashed #777777;height:60px;width:60px;text-align:center;border-radius:50%;font-family:square721_cn_btroman, "Open Sans", san-serif;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value span{color:#666666;display:block!important;cursor:default;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size:24px!important;line-height:60px!important;padding-top:0px!important;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size:18px!important;line-height:16px!important;display:none!important;padding-top:17px!important;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size:10px!important;line-height:16px!important;display:none!important;padding-top:0px!important;font-style:normal;font-family:Arial, sans-serif;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display:none!important;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display:block!important;color:#ffffff;transition:0.8s;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color:#555555;transition:0.5s;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg{width:26px;height:26px;display:block;margin-right:-3px;}
#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rating-stars{display:none;}
#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rate-starts{display:flex;}
#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts{display:none;margin-top:7px;flex-wrap:nowrap;flex-direction:row;justify-content:center;}
#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg{width:26px;height:26px;display:block;margin-right:-3px;}
.wpd-rating{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:30px;}
.wpd-rating .wpd-rating-wrap{width:30%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;align-content:center;text-align:center;}
.wpd-rating .wpd-rating-wrap .wpd-rating-left{flex-grow:1;height:1px;border-bottom:1px dashed #999999;margin-right:-10px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-right{flex-grow:1;height:1px;border-bottom:1px dashed #999999;margin-left:-10px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-data{width:125px;white-space:nowrap;text-align:center;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center;}
.wpd-rating .wpd-rating-wrap .wpd-rating-title{width:125px;white-space:break-spaces;word-break:break-all;font-size:12px;letter-spacing:0.5px;color:#888;line-height:16px;display:block;margin-top:7px;margin-bottom:-3px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value{transition:0.2s;background-color:#ffffff;border:1px dashed #777777;height:60px;width:60px;text-align:center;border-radius:50%;font-family:square721_cn_btroman, "Open Sans", san-serif;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value span{color:#666666;display:block!important;cursor:default;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{font-size:24px!important;line-height:60px!important;padding-top:0px!important;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{font-size:18px!important;line-height:16px!important;display:none!important;padding-top:17px!important;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrt{font-size:10px!important;line-height:16px!important;display:none!important;padding-top:0px!important;font-style:normal;font-family:Arial, sans-serif;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv{display:none!important;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc, .wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt{display:block!important;color:#ffffff!important;transition:0.8s;}
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover{background-color:#555555;transition:0.5s;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars{margin-top:7px;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg{width:26px;height:26px;display:block;margin-right:-3px;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star{fill:#cccccc;}
.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active{fill:#ffc600;}
.wpd-rating .wpd-rating-wrap .wpd-rating-name{font-size:12px;padding-top:5px;color:#999999;display:none;}
#wpdcom .wpd-form-head{border-bottom:1px solid #cccccc;padding:7px 2px 9px 2px;margin-top:20px;margin-bottom:5px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;}
#wpdcom .wpd-sbs-toggle{color:#666666;font-size:14px;line-height:20px;cursor:pointer;}
#wpdcom .wpd-sbs-toggle i.fa-envelope{font-size:15px;margin-right:4px;}
#wpdcom .wpd-sbs-toggle i.fa-caret-down{font-size:16px;margin-left:4px;color:#666666;}
#wpdcom .wpd-sbs-toggle .wpd-sbs-title{font-size:15px;}
#wpdcom .wpd-auth{display:flex;flex-direction:row;justify-content:flex-end;}
#wpdcom .wpd-social-login{text-align:right;}
#wpdcom .wpd-social-login .wpd-connect-with{line-height:20px;font-size:14px!important;margin:0px 9px;vertical-align:baseline;color:#666;}
#wpdcom .wpd-social-login i{opacity:0.8;cursor:pointer;width:22px;height:22px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin:0 2px;}
#wpdcom .wpd-social-login i svg{fill:#ffffff;width:15px;height:15px;}
#wpdcom .wpd-social-login i:hover{opacity:1;}
#wpdcom .wpd-social-login .wpdsn-fb i{background-color:#4267B2;}
#wpdcom .wpd-social-login .wpdsn-tw i{background-color:#000000;}
#wpdcom .wpd-social-login .wpdsn-gg i{background-color:#D54C3F;}
#wpdcom .wpd-social-login .wpdsn-telegram i{background-color:#239cd7;}
#wpdcom .wpd-social-login .wpdsn-ds i{background-color:#2196F3;}
#wpdcom .wpd-social-login .wpdsn-wp i{background-color:#999999;}
#wpdcom .wpd-social-login .wpdsn-vk i{background-color:#4C75A3;}
#wpdcom .wpd-social-login .wpdsn-ok i{background-color:#EF7800;}
#wpdcom .wpd-social-login .wpdsn-insta i{background-color:#F97149;}
#wpdcom .wpd-social-login .wpdsn-linked i{background-color:#007BB6;}
#wpdcom .wpd-social-login .wpdsn-yandex i{background-color:#FF0000;}
#wpdcom .wpd-social-login .wpdsn-mailru i{background-color:#168DE2;fill:#ff9e00}
#wpdcom .wpd-social-login .wpdsn-mailru i svg{fill:#ff9e00}
#wpdcom .wpd-social-login .wpdsn-weibo i{background-color:#d52a2c;}
#wpdcom .wpd-social-login .wpdsn-weixin i{background-color:#20c300;}
#wpdcom .wpd-social-login .wpdsn-qq i{background-color:#1479d7;}
#wpdcom .wpd-social-login .wpdsn-baidu i{background-color:#F23F40;}
#wpdcom .wpd-social-login .wpdsn-baidu i svg{fill:#2319dc}
#wpdcom .wpd-auth .wpd-sep{border-right:1px #cccccc solid;margin:0 12px;display:inline;}
#wpdcom .wpd-auth .wpd-login{font-size:14px;line-height:20px;}
#wpdcom .wpd-auth .wpd-login i{margin-right:2px;}
#wpdcom .wpd-auth .wpd-login a{color:#3272bf;text-decoration:none;}
#wpdcom .wpd-auth .wpd-login a:hover{color:#0d3e81;}
#wpdcom .wpdiscuz-social-login-spinner{display:none;}
#wpdcom .wpd-social-login-agreement{width:100%;margin-top:15px;margin-bottom:0;font-size:12px;padding:20px 30px 10px 30px;background-color:#F8F8F8;border:1px dotted #dddddd;clear:both;line-height:normal;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-title{font-weight:bold;margin-bottom:5px;font-size:15px;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button{text-transform:uppercase;padding:3px 20px;margin:5px 0 0 15px;cursor:pointer;font-size:12px;line-height:20px;color:#00B38F;display:inline-block;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree{border:1px dotted #00B38F;color:#00B38F;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-agree:hover{color:#FFFFFF;background:#00B38F;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree{border:1px dotted #ff312f;color:#ff312f;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-button.wpd-agreement-button-disagree:hover{color:#FFFFFF;background:#ff312f;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons{margin-top:4px;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-left{float:left;}
#wpdcom .wpd-social-login-agreement .wpd-agreement-buttons-right{float:right;}
#wpdcom .wpd-secondary-forms-social-content .wpd-social-login-agreement{padding:20px;}
#wpdcom .wpdiscuz-subscribe-bar{width:100%;box-sizing:border-box;padding:15px 0px 5px 0px;margin-bottom:0px;}
#wpdcom .wpdiscuz-subscribe-bar form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;align-items:center;margin-bottom:10px;}
#wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status{font-size:14px;}
#wpdcom .wpdiscuz-subscribe-form-intro{font-size:14px;display:block;padding:3px 10px 3px 1px;line-height:20px;box-sizing:border-box;white-space:nowrap}
#wpdcom .wpdiscuz-subscribe-form-option{flex-grow:1;font-size:13px;display:block;padding-right:5px;box-sizing:border-box}
#wpdcom .wpdiscuz-subscribe-form-email{font-size:14px;display:block;padding:0 5px 0 0;box-sizing:border-box;width:30%}
#wpdcom .wpdiscuz-subscribe-form-button{font-size:14px;display:block;box-sizing:border-box}
#wpdcom .wpdiscuz-subscribe-form-email select{width:100%!important}
#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:13px!important;padding:3px!important;width:100%!important;height:auto!important;line-height:20px!important;box-sizing:border-box!important;clear:both;float:none;margin:0}
#wpdcom .wpdiscuz-subscribe-form-button input[type="submit"]{font-size:16px!important;min-height:29px!important;height:29px!important;padding:1px 3px 5px 3px!important;min-width:40px;line-height:14px!important;box-sizing:border-box!important;border:1px solid #ddd;clear:both;float:none;margin:0}
#wpdcom .wpdiscuz-subscribe-agreement{font-size:12px;display:block;clear:left;padding-top:10px;width:92%;}
#wpdcom .wpdiscuz-subscribe-agreement label{cursor:pointer;display:inline;font-size:13px;margin:0 4px;}
#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{box-shadow:none;font-weight:bold;letter-spacing:0;}
#wpdcom .wpd-form-wrap{padding-bottom:10px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;padding:20px 0;align-items:center;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper]{flex-grow:1;position:relative;width:100%;}
#wpdcom .wpd-form .wpd-textarea-wrap{position:relative;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap [id^=wpd-editor-wraper] textarea{width:100%;}
#wpdcom .wpd-form .wpd-avatar{margin-right:15px;border-radius:100%;text-align:left;flex-shrink:0;align-self:flex-start;}
#wpdcom .wpd-form .wpd-avatar img,
#wpdcom .wpd-form .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #cccccc;padding:2px;background-color:#ffffff;vertical-align:middle;text-align:center;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea{height:54px;border-radius:5px;border:1px solid #cccccc;width:100%;padding:10px 15px;font-size:14px;box-shadow:inset 1px 1px 8px rgba(0, 0, 0, 0.1);font-family:inherit;outline:none;-webkit-transition:.18s ease-out;-moz-transition:.18s ease-out;-o-transition:.18s ease-out;transition:.18s ease-out;resize:none;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover{box-shadow:inset 1px 2px 8px rgba(0, 0, 0, 0.02);}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-moz-placeholder{line-height:28px;color:#666666;font-size:16px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-webkit-input-placeholder{line-height:28px;color:#666666;font-size:16px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:-ms-input-placeholder{line-height:28px;color:#666666;font-size:16px;}
#wpdcom .wpdiscuz-edit-form-wrap{margin-bottom:15px;margin-top:10px;position:relative;}
#wpdcom .wpdiscuz-edit-form-wrap table{border:none;margin:15px 0px;}
#wpdcom .wpdiscuz-edit-form-wrap table td{border:none;padding:1px 0px;border-bottom:1px dashed #cccccc;}
#wpdcom .wpdiscuz-edit-form-wrap table td label{font-size:13px;color:#666666;display:inline;line-height:22px;margin-right:20px;vertical-align:text-bottom;}
#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap{text-align:right;margin-top:10px;}
#wpdcom .wpdiscuz-edit-form-wrap .wc_save_wrap .wc_cancel_edit{margin:0px 10px;}
#wpdcom .wpd-form.wpd-secondary-form-wrapper{margin-bottom:25px;}
#wpdcom .wpd-form.wpd-secondary-form-wrapper .wpdiscuz-textarea-wrap{padding-top:10px;}
#wpdcom .wpd-form-wrap .wpd-login-to-comment{text-align:center;font-size:16px;padding:15px 0 0 0;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap{padding-bottom:10px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt{flex-wrap:wrap;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-avatar{flex-basis:69px;margin-right:0;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:calc( 100% - 70px );}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap .quicktags-toolbar{width:100%;margin-bottom:1px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{width:100%;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap{flex-basis:100%;text-align:right;margin-top:3px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wmu-upload-wrap i{color:#888;font-size:18px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap .wpd-editor-buttons-right{float:right;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right{display:flex;align-items:center;margin-left:auto;}
#comments #wpdcom .wpd-form .wpd_comm_form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right span{display:inline-block;margin:3px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::after{left:auto;margin-left:-35px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::before{right:25px;left:auto;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button{opacity:0.8;box-shadow:none;background:#eeeeee;color:#666;font-size:13px;padding:1px 12px;margin:2px 1px;display:inline-block;border-radius:0;line-height:20px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button:hover{opacity:1;}
#wpdcom input[type="button"],
#wpdcom input[type="reset"],
#wpdcom input[type="submit"],
#wpdcom button{margin:inherit;}
#wpdcom .wpd-second-button,
#wpdcom .wpd-prim-button{border:none;cursor:pointer;font-family:"Arial Hebrew", Arial, sans-serif;font-size:14px;line-height:24px;padding:4px 20px;letter-spacing:1px;box-shadow:1px 1px 3px -1px #bbb;border-radius:3px;max-width:none;max-width:none;}
#wpdcom .wpd-second-button:hover,
#wpdcom .wpd-prim-button:hover{opacity:0.9;box-shadow:none;text-decoration:none;}
#wpdcom .wpd-second-button{background-color:#f5f5f5;color:#999999;box-shadow:1px 1px 2px -1px #ccc;}
#wpdcom .wc-field-submit input[type="submit"]{margin-left:2%;}
#wpdcom .wpd_label, #wpdcom .wpd_label{margin:1px 0px 5px 0px;padding:0px;display:inline-block;}
#wpdcom .wpd_label, #wpdcom .wpd_label span{display:inline-block}
#wpdcom .wpd_label input[type="checkbox"].wpd_label__checkbox{display:none;}
#wpdcom .wpd_label__checkbox{display:none;}
#wpdcom .wpd_label__check{display:inline-block;border:0px;border-radius:0;vertical-align:middle;cursor:pointer;text-align:center;margin:0px 3px 0px 0px;}
#wpdcom .wpd_label__check i.wpdicon{font-size:15px;line-height:20px;padding:4px 5px;width:32px;margin:0px;}
#wpdcom .wpd_label__check i.wpdicon-on{display:none;}
#wpdcom .wpd_label__check i.wpdicon-off{display:inline-block;color:#aaaaaa;border:1px solid #dddddd;}
#wpdcom .wpd_label__checkbox:checked + .wpd_label__text .wpd_label__check .wpdicon-on{display:inline-block;}
#wpdcom .wpd_label__checkbox:checked + .wpd_label__text .wpd_label__check .wpdicon-off{display:none;}
#wpdcom .wpd_label__check i.wpdicon-off.fa-unlock-alt, #wpdcom .wpd_label__check i.wpdicon-on.fa-lock{font-size:15px;}
#wpdcom .wpd-form .ql-texteditor textarea{width:100%;margin:0px;box-sizing:border-box;outline:none;padding:10px;line-height:24px;position:absolute;top:0;bottom:0;border:none;}
#wpdcom .ql-editor{min-height:65px;border-bottom-color:#fff;word-break:break-word;}
#wpdcom .ql-editor::before{font-size:16px;color:#aaa;letter-spacing:1px;}
#wpdcom .ql-editor > *{cursor:text;font-size:15px;letter-spacing:0.5px;font-family:Arial;font-weight:normal;color:#666666;}
#wpdcom .ql-editor blockquote{margin-top:0 !important;margin-bottom:0 !important;}
#wpdcom .ql-container{border-radius:3px 3px 0 0;background:#fff;border-bottom:none;border-color:#dddddd;}
#wpdcom .ql-toolbar{padding:8px 8px 3px 5px;background-color:#fafafa;border-top:none;border-radius:0 0 3px 3px;border-color:#dddddd;}
#wpdcom .ql-toolbar.wpd-toolbar-hidden{display:none;}
#wpdcom .ql-toolbar .ql-stroke{stroke:#999999;}
#wpdcom .ql-toolbar .ql-fill{fill:#999999;}
#wpdcom .ql-toolbar button:hover .ql-stroke{color:#0274be;stroke:#0274be;}
#wpdcom .ql-toolbar button:hover .ql-fill{color:#0274be;fill:#0274be;}
#wpdcom .ql-toolbar button.ql-active .ql-stroke{color:#0274be;stroke:#0274be;}
#wpdcom .ql-toolbar button.ql-active .ql-fill{color:#0274be;fill:#0274be;}
#wpdcom .ql-toolbar button.ql-spoiler,
#wpdcom .ql-toolbar button.ql-sourcecode{color:#999999;width:auto;font-size:13px;letter-spacing:2px;line-height:15px;font-weight:bold;font-family:arial;display:flex;align-items:flex-start;justify-content:center;}
#wpdcom .ql-toolbar button:hover{text-decoration:none;}
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i{font-size:18px;color:#999999;}
#wpdcom .ql-toolbar button.ql-spoiler:hover,
#wpdcom .ql-toolbar button.ql-sourcecode:hover,
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover{color:#0274be;}
#wpdcom .wpd-editor-char-counter{font-size:9px;padding:3px 5px 2px;position:absolute;right:0;z-index:10;color:#888;}
#wpdcom .wpd-editor-char-counter.error{color:red;}
#wpdcom.wpdiscuz_unauth .wc-field-submit{padding-top:15px;}
#wpdcom .wpd-form-foot{margin-left:70px;}
#wpdcom .wpd-form-row .wpdiscuz-item{clear:both;}
#wpdcom .wpd-form-row .wpd-form-col-full{width:100%;float:none;margin:0;text-align:left;padding:0;}
#wpdcom .wpd-form-row .wpd-form-col-left{width:49%;float:left;margin:0;text-align:left;padding:0;}
#wpdcom .wpd-form-row .wpd-form-col-right{width:49%;float:right;margin:0;text-align:right;padding:0;}
#wpdcom .wpd-form-row .wpd-form-col-full .wpdiscuz-item{text-align:left;}
#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item{text-align:left;}
#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item{text-align:right;}
#wpdcom .wpdiscuz-item label.wpd-field-label{float:none;}
#wpdcom .wpd-form-row .wpdiscuz-item{width:100%;vertical-align:baseline;padding:1px 0 7px 0;position:relative;}
#wpdcom .wpd-form-row .wpd-field{width:100%;line-height:20px;color:#777777;display:inline-block;float:none;clear:both;margin:0;box-sizing:border-box;padding-top:2%;padding-bottom:2%;font-size:14px;border-radius:3px;vertical-align:baseline;}
#wpdcom .wpd-form-row .wpd-has-icon .wpd-field{padding-left:30px;}
#wpdcom .wpd-form-row .wpd-has-desc .wpd-field{padding-right:30px;}
#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon{display:inline-block;font-size:16px;line-height:16px;opacity:0.3;padding:0;margin:0px;position:absolute;top:9px;left:8px;width:20px;text-align:left;}
#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-desc{display:inline-block;font-size:16px;line-height:16px;opacity:1;margin:0px;position:absolute;top:8px;right:8px;width:20px;text-align:right;border-left:1px solid #ccc;color:#aaa;padding:0px 5px;cursor:pointer;}
#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-select .wpd-field-desc{border-left:none;}
#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="email"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="url"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="color"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="date"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="month"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="number"],
#wpdcom .wpd-form-row .wpdiscuz-item input[type="time"]{height:32px;}
#wpdcom .wpd-form-row .wpdiscuz-item textarea{height:72px;padding-left:10px;}
.wpdiscuz_select{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) #fefefe no-repeat scroll right center!important;border-radius:0;border:1px solid lightgray!important;box-shadow:none!important;height:28px!important;padding:3px 22px 3px 8px!important;font-size:13px!important;-moz-appearance:none!important;-webkit-appearance:none!important;outline:0 none!important;text-indent:.01px;text-overflow:""!important;width:100%!important;box-sizing:border-box!important;line-height:20px!important;clear:both;float:none!important;margin:0!important}
#wpdcom .wc-field-submit{text-align:right;padding:1px 2px 0 0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;}
#wpdcom .wc-field-submit input[type="button"]{margin:1px;border:#ddd 1px solid;font-size:13px;line-height:16px;padding:6px 15px;clear:both;float:none}
#wpdcom .wpd-item-wrap{text-align:left;}
#wpdcom .wpd-item{text-align:left;}
#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size:13px;text-align:left;line-height:20px;padding:5px 0;}
#wpdcom .wpd-form-col-left .wpd-has-desc .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-has-desc .wpd-field-group-title, #wpdcom .wpd-form-col-full .wpd-has-desc .wpd-field-group-title{padding-right:35px;}
#wpdcom .wpd-comment-right .wpd-top-custom-fields{padding:5px 10px 10px 0px;}
#wpdcom .wpd-comment-right .wpd-bottom-custom-fields{padding:5px 0px;margin-bottom:5px;margin-top:10px;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label{float:right;display:block;width:111px;text-align:right;padding:0;line-height:30px;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_img{display:inline!important;border:0;padding:0;margin:0;vertical-align:middle;box-sizing:content-box;width:80px;height:26px;border-bottom:2px solid #e6e6e6}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label a{margin:0;display:inline;padding:0;text-decoration:none;height:auto;width:auto}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input{float:left;display:block;min-width:30px;width:calc(100% - 112px);line-height:30px;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-input input[type="text"]{width:100%;padding:3px 5px;height:28px;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img{cursor:pointer}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img img{max-width:16px!important;max-height:16px!important;box-sizing:content-box;margin:0;display:inline!important;background-color:#e6e6e6;padding:5px;border:1px solid #e4e4e4;border-left:1px solid #d9d9d9;vertical-align:middle;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha{background:#f5f5f5;padding:2px 15px;font-size:11px;color:#aaa;line-height:28px;text-align:center;}
#wpdcom .wpd-form-row .wpdiscuz-item .wc-bin-captcha i{margin-right:5px}
#wpdcom .wpd-form-row .wpdiscuz-item.wpd-field-captcha{margin-bottom:-5px;padding-bottom:2px;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{border-bottom:none;text-align:right;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-item{margin:0px;padding:0px;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field{height:20px;vertical-align:top;outline:none;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single .wpd-field-label{height:20px;vertical-align:top;}
#wpdcom .wpdiscuz-item .wpd-field-label a{display:inline;vertical-align:baseline;line-height:inherit;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-single{border-bottom:none;}
#wpdcom .wpd-form-col-left .wpd-field-group.wpd-field-single .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-field-group.wpd-field-single .wpd-field-group-title{font-size:inherit;text-align:right;line-height:inherit;height:25px;}
#wpdcom .wpdiscuz-item.wpd-field-radio, #wpdcom .wpdiscuz-item.wpd-field-checkbox{padding-bottom:12px;}
#wpdcom .wpdiscuz-item.wpd-field-radio input, #wpdcom .wpdiscuz-item.wpd-field-checkbox input{box-shadow:none;border:1px solid;display:inline-block;padding:initial!important;}
#wpdcom .wpd-form-col-left div:last-of-type, #wpdcom .wpd-form-col-right div:last-of-type{border-bottom:none;}
#wpdcom .wpd-field-radio .wpd-item, #wpdcom .wpd-field-checkbox .wpd-item{display:inline-block;padding:1px;margin:1px 0;min-width:60px;}
#wpdcom .wpd-field-radio .wpd-field, #wpdcom .wpd-field-checkbox .wpd-field{width:18px;height:18px;display:inline-block;float:left;padding:0px;line-height:20px;vertical-align:baseline;margin:0px 6px 0 0;box-sizing:border-box;}
#wpdcom .wpd-field-radio .wpd-field-label, #wpdcom .wpd-field-checkbox .wpd-field-label{width:auto;height:22px;display:inline;float:none;padding:0px;line-height:20px;font-size:12px;margin:0px;}
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-agreement,
#wpdcom .wpdiscuz-item.wpd-field-checkbox.wpd-field-cookies-consent{padding-top:0px;}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-radio .wpd-item-wrap,
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-checkbox .wpd-item-wrap{float:none;}
#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field,
#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-label{line-height:20px;}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-single{padding-bottom:0px}
#wpdcom .wpdiscuz-item.wpd-field-single .wpd-field-desc{top:5px;}
#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item.wpd-field-select{text-align:left;}
#wpdcom .wpdiscuz-item.wpd-field-select select.wpdiscuz_select{height:32px !important;max-width:400px!important;}
#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc select.wpdiscuz_select{width:calc(100% - 40px)!important;}
#wpdcom .wpdiscuz-item.wpd-field-select .wpd-field-group-title{padding-top:12px;}
#wpdcom .wpdiscuz-item.wpd-field-select.wpd-has-desc .wpd-field-desc{top:9px;}
.wpd-custom-field{display:table;width:100%;padding:1px 0;line-height:20px;}
.wpd-custom-field .fa-star{font-size:1.2em;}
.wpd-cf-label{background:#f9f9f9;box-sizing:border-box!important;display:table-cell;font-size:13px;opacity:1;padding:5px 10px;vertical-align:top;width:29%;border-bottom:1px #f0f0f0 solid;}
.wpd-cf-value{display:table-cell;border-bottom:1px #f0f0f0 solid;width:69%;box-sizing:border-box!important;font-size:13px;vertical-align:top;opacity:0.7;padding:5px 10px;}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{background:transparent;border:none;padding:2px 10px 2px 2px;}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value{font-size:14px;border-bottom:none;padding:1px 10px;}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value i{min-width:20px;align-self:center;text-align:center;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating,
#wpdcom .wpd-item-wrap fieldset{display:inline-block;}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{border-bottom:1px dotted #ddd;height:77px;margin-bottom:0px;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating{border:none;float:left;margin:0px;padding:5px 0 5px 1px;margin-left:-5px;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > input{visibility:visible;opacity:0;position:absolute;z-index:-1;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > label::before{margin:1px 3px;line-height:18px;font-size:1.1em;cursor:pointer;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > .half::before{position:absolute;cursor:pointer;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > label{float:right;font-size:1.1em;}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc{right:0px;top:0px;position:relative;font-size:14px;margin-left:5px;padding:0 7px;}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-rating.wpd-has-desc .wpd-field-desc i.fa{font-size:17px;}
#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{display:inline-block;vertical-align:baseline;padding:0px 0 2px 0;margin-top:-2px;padding-right:35px;}
#wpdcom .wpd-form-col-full .wpdiscuz-item .wpdiscuz-rating{padding:0px 6px 0 0;vertical-align:middle;line-height:14px;}
#wpdcom .wpd-form-col-full .wpd-item-wrap{display:inline-block;float:left;padding-right:7px;vertical-align:baseline;padding:0px 1px 1px 1px;}
#wpdcom .wpdiscuz-edit-form-wrap .wpdiscuz-item.wpd-field-group.wpd-field-rating{height:auto;border-bottom:none;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment td{vertical-align:middle;padding-right:10px;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td,
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td{vertical-align:top;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-radio td input,
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-checkbox td input{width:auto;vertical-align:baseline;margin-right:1px;display:inline;line-height:22px;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpd-edit-rating td label{margin-right:1px;}
#wpdcom .wpdiscuz-edit-form-wrap .editcomment .wpdiscuz-item{padding:7px 0;}
.wpdiscuz-stars-label{line-height:20px;padding:10px 0 2px 3px;font-size:14px;}
.wpdiscuz-stars-wrapper{display:block;}
.wpdiscuz-stars-wrapper-inner{position:absolute;}
.wpdiscuz-activ-stars{position:absolute;display:flex;font-size:22px;top:0;left:0;}
.wpdiscuz-pasiv-stars{font-size:22px;display:flex;}
.wpdiscuz-activ-stars{overflow:hidden;}
.wpdiscuz-pasiv-stars i.wpdiscuz-pasiv-star, .wpdiscuz-activ-stars i.wpdiscuz-activ-star{padding:0px 2px;font-size:20px;}
#wpdcom .wpd-form-col-full .wpdiscuz-item.wpd-field-group.wpd-field-rating{height:auto;border-bottom:none;padding-bottom:10px;}
#wpdcom .wpd-form-row .wpd-field-date{height:77px;}
#wpdcom .wpd-form-row .wpd-field-date .wpd-field-title{font-size:13px;line-height:20px;padding:5px 0 8px 0;text-align:left;padding-bottom:8px;}
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field{padding-left:5px;}
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field{padding-right:5px;}
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-icon{left:2px;top:10px;}
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-desc{top:10px;}
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-icon .wpd-field-title{padding-left:26px;}
#wpdcom .wpd-form-row .wpd-field-date.wpd-has-desc .wpd-field-title{padding-left:26px;}
#wpdcom .wpd-form-row .wpd-field-color{height:77px;}
#wpdcom .wpd-form-row .wpd-field-color .wpd-field-title{font-size:13px;line-height:20px;padding:5px 0 8px 0;text-align:left;padding-bottom:8px;}
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field{padding-left:5px;}
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field{padding-right:5px;}
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-icon{left:2px;top:10px;}
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-desc{top:10px;}
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-icon .wpd-field-title{padding-left:26px;}
#wpdcom .wpd-form-row .wpd-field-color.wpd-has-desc .wpd-field-title{padding-left:26px;}
#wpdcom .wpdiscuz-spoiler-wrap{background-color:#eee;border:1px solid #555;border-style:dashed;margin:5px 0;}
#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler{padding:5px;cursor:pointer;}
#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler .fas{margin:0 5px;}
#wpdcom .wpdiscuz-spoiler-wrap .wpdiscuz-spoiler-content{display:none;font-style:italic;padding:5px;}
@media screen and (min-width:655px){
#wpdcom .wpd-field-captcha{text-align:right!important;display:block;border-bottom:none;margin-top:3px!important;}
#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{display:inline-block;margin:0px 0px 0px auto;}
#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha iframe{margin-bottom:0;}
#wpdcom .wpd_main_comm_form .wpd-field-captcha  .wpdiscuz-recaptcha{transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:right 0;-webkit-transform-origin:right 0;margin:0px 0px 0px auto;}
#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:right 0;-webkit-transform-origin:right 0;margin:0px 0px 0px auto;}
#wpdcom .wpd_comment_level-5 .wpd-secondary-form-wrapper .wpdiscuz-recaptcha{transform-origin:center 0;-webkit-transform-origin:center 0;}
}
@media screen and (max-width:730px){
#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha{transform-origin:right 0;-webkit-transform-origin:right 0;}
}
@media screen and (max-width:655px){
#wpdcom .wpd-field-captcha{float:none;width:100%;display:block;border-bottom:none;padding-bottom:0px;margin-bottom:0px;}
#wpdcom .wpd-field-captcha input{height:1px;padding:0px;margin:0px;clear:both;}
}
#wpdcom .wpdiscuz-subscribe-bar .wpd-field-captcha{text-align:left!important;display:inline-block!important;border-bottom:none;clear:both;float:none;position:relative;transform-origin:left 0px 0px!important;transform:scale(0.8);padding:20px 0px 20px 0px;margin-bottom:-40px;}
#wpdcom #wpd-threads{margin-top:20px;}
#wpdcom .wpd-thread-head{width:100%;border-bottom:2px solid #cccccc;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;}
#wpdcom .wpd-thread-head .wpd-thread-info{color:#555555;padding:5px 15px 3px 5px;font-weight:600;margin-bottom:-2px;font-size:14px;letter-spacing:1px;text-transform:uppercase;text-align:left;line-height:24px;}
#wpdcom .wpd-thread-head .wpd-thread-info.wpd-reviews-tab{padding:5px 15px 0px 14px;}
#wpdcom .wpd-thread-head .wpd-thread-info .wpdtc{font-size:15px;}
#wpdcom .wpd-thread-head .wpdiscuz-user-settings{font-size:15px;color:#777777;cursor:pointer;text-align:center;padding:5px 10px 6px 12px;margin:0 2px -2px 2px;width:40px;text-align:center;}
#wpdcom .wpd-thread-head .wpd-thread-filter{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;}
#wpdcom .wpd-thread-filter .wpd-filter{font-size:16px;color:#999999;border-bottom:2px solid #999999;cursor:pointer;text-align:center;padding:5px 10px;margin:0 1px -2px 1px;line-height:18px;}
#wpdcom .wpd-thread-filter .wpdf-reacted{color:#ffa600;border-bottom-color:#ffa600;width:34px;}
#wpdcom .wpd-thread-filter .wpdf-hottest{color:#fc5844;border-bottom-color:#fc5844;width:34px;}
#wpdcom .wpd-thread-filter .wpdf-sorting{font-size:14px;color:#777777;line-height:18px;text-transform:capitalize;min-width:100px;font-family:"Arial Hebrew", Arial, sans-serif;}
#wpdcom .wpd-thread-filter .wpdf-sorting i{font-size:15px;margin-left:6px;vertical-align:top;line-height:14px;}
#wpdcom .wpd-thread-list .wpd-load-more-submit-wrap{display:flex;flex-direction:row;justify-content:center;padding:10px;}
#wpdcom .wpd-comment .wpd-comment-wrap .wpd-comment-author span.wpd-user-nicename{color:#aaaaaa;font-size:13px;font-family:"Courier New", Courier, monospace;}
#wpdcom .wpd-thread-list{padding:30px 0;}
#wpdcom .wpd-comment .wpd-comment-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:flex-start;padding-bottom:5px;}
#wpdcom .wpd-comment .wpd-comment-left{width:60px;text-align:center;margin-right:20px;}
_:-ms-lang(x), #wpdcom .wpd-comment .wpd-comment-left{width:auto;}
#wpdcom .wpd-comment .wpd-comment-right{padding-bottom:15px;flex-grow:1;width:calc(100% - 80px);}
#wpdcom .wpd-comment .wpd-avatar{position:relative;}
#wpdcom .wpd-comment .wpd-avatar img,
#wpdcom .wpd-comment .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #cccccc;padding:2px;background-color:#ffffff;vertical-align:middle;text-align:center;float:none;}
#wpdcom .wpd-comment .wpd-avatar i{position:absolute;bottom:1px;right:5px;border-radius:50%;padding:3px;border:2px solid #fff;width:20px;height:20px;display:flex;justify-content:center;align-items:center;}
#wpdcom .wpd-comment .wpd-avatar i svg{width:12px;height:12px;fill:#ffffff;}
#wpdcom .wpd-comment .wpd-comment-label{margin:9px auto 2px auto;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:100%;padding:1px 5px;cursor:default;display:flex;align-items:center;justify-content:center;flex-flow:row;}
#wpdcom .wpd-comment .wpd-comment-label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:100%;padding:0;}
#wpdcom .wpd-comment .wpd-follow-link{color:#999999;font-size:13px;cursor:pointer;padding-left:5px;}
#wpdcom .wpd-comment-header{font-size:13px;color:#999999;}
#wpdcom .wpd-comment .wpd-comment-header{padding:5px 0 5px 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;}
#wpdcom .wpd-comment-header .wpd-comment-author{font-size:15px;font-weight:600;text-decoration:none;letter-spacing:0.7px;margin-right:5px;}
#wpdcom .wpd-comment .wpd-comment-header i{line-height:1.75;}
#wpdcom .wpd-comment-date{padding:0 5px;font-size:11px;}
#wpdcom .wpd-comment-date i{font-size:11px;margin-right:4px;}
#wpdcom .wpd-comment-status{padding:0 5px;}
#wpdcom .wpd-comment-status div{display:inline-block;cursor:default;}
#wpdcom .wpd-comment-status i{margin:0 3px;}
#wpdcom .wpd-comment-status .wpd-sticky{vertical-align:top;}
#wpdcom .wpd-comment-status .wpd-closed{color:#999999;font-size:12px;}
#wpdcom .wpd-comment-header .wpd-comment-share{padding:0 6px;cursor:default;}
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content{text-align:center;}
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg{fill:#ffffff;height:12px;padding:0 6px;cursor:pointer;}
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i svg:hover{fill:#ffee46;}
#wpdcom .wpd-comment-header .wpd-comment-link{padding:0;cursor:pointer;font-size:12px;color:#aaaaaa;align-self:flex-start;padding-top:9px;}
#wpdcom .wpd-comment-header .wpd-comment-link span{margin-left:12px}
#wpdcom .wpd-comment-text{font-size:15px;padding:0 0 8px 0;word-break:break-word;}
#wpdcom .wpd-comment-text *{line-height:1.6;}
#wpdcom .wpd-comment-text p{margin-bottom:10px;}
#wpdcom .wpd-comment-text p:last-child{margin-bottom:0px;}
#wpdcom .wpd-comment-text ol,
#wpdcom .wpd-comment-text ul{margin:0 0 1rem 1rem;}
#wpdcom .wpd-comment-text img,
#wpdcom .wpd-comment-text iframe,
#wpdcom .wpd-comment-text video,
#wpdcom .wpd-comment-text audio{max-width:100% !important;}
#wpdcom .wpd-comment-text iframe{width:480px;height:280px;}
#wpdcom .wpd-comment-text blockquote{margin:5px auto 5px 15px;padding:2px 10px;font-size:14px;}
#wpdcom .wpd-comment-text blockquote p{margin-bottom:5px;}
#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper{font-style:italic;font-size:15px;padding:15px;background:#fffce1;margin-bottom:10px;color:#777;}
#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper .wpd-inline-feedback-info{font-style:normal;font-weight:600;}
#wpdcom .wpd-comment-text .wpd-inline-feedback-wrapper i.fa-quote-left{margin-right:8px;font-size:17px;color:#999797;}
#wpdcom .wpd-comment-footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-top:0;}
#wpdcom .wpd-comment-footer .wpd-vote{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding-right:20px;font-size:0;}
#wpdcom .wpd-comment-footer .wpd-vote-up,
#wpdcom .wpd-comment-footer .wpd-vote-down{width:16px;height:16px;opacity:0.7;cursor:pointer;}
#wpdcom .wpd-comment-footer .wpd-vote-down.wpd-dislike-hidden{display:none!important;}
#wpdcom .wpd-comment-footer .wpd-vote-up svg,
#wpdcom .wpd-comment-footer .wpd-vote-down svg{fill:#888888;cursor:pointer;}
#wpdcom .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;text-align:center;color:#999999;}
#wpdcom .wpd-comment-footer .wpd-reply-button{cursor:pointer;font-size:14px;color:#999999;white-space:nowrap;}
#wpdcom .wpd-comment-footer .wpd-reply-button i{margin-right:6px;opacity:0.7;}
#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:middle;transform:rotate(180deg);width:22px;height:22px;opacity:0.7;fill:#999999;margin-right:2px;}
@-moz-document url-prefix() { #wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;}
}
#wpdcom .wpd-comment-footer .wpd-reply-button span{line-height:21px;font-size:1em;}
#wpdcom .wpd-comment-footer .wpd-vote-up:hover,
#wpdcom .wpd-comment-footer .wpd-vote-down:hover{opacity:1;}
#wpdcom .wpd-comment-footer .wpd-reply-button:hover{color:#777777;}
#wpdcom .wpd-comment-footer .wpd-reply-button:hover svg{opacity:1;}
#wpdcom .wpd-comment-footer .wpd-tools i{color:#aaaaaa;font-size:14px;cursor:pointer;}
#wpdcom .wpd-comment-footer .wpd-toggle i{color:#aaaaaa;font-size:15px;cursor:pointer;}
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{font-size:13px!important;color:#888;margin-right:7px;}
#wpdcom .wpd-hidden-replies .wpd-toggle.wpd-hidden:last-child{visibility:visible;opacity:1;}
#wpdcom .wpd-comment-footer .wpd-sep{border-right:1px #cccccc solid;margin:0 7px;width:1px;height:15px;}
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tool-wrap,
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-sep,
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-tools,
#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle,
#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-share,
#wpdcom .wpd-comment-right:hover .wpd-comment-header .wpd-comment-link{visibility:visible;opacity:1;}
#wpdcom .wpd-comment-right .wpd-comment-last-edited{margin:10px 0 20px 0;font-size:12px;color:#999;font-style:italic;}
#wpdcom .wpd-comment-right .wpd-comment-last-edited i{padding-right:5px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:50px;}
_:-ms-lang(x), #wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:auto;}
#wpdcom .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:10px auto 7px auto;display:flex;align-items:center;justify-content:center;flex-flow:row;}
#wpdcom .wpd-comment.wpd-reply .wpd-follow-link{font-size:11px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,
#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;margin-right:5px;}
#wpdcom .wpd-comment .wpd-reply-to{font-size:13px;color:#999999;font-style:italic;}
#wpdcom .wpd-comment .wpd-reply-to i{margin-right:6px;}
#wpdcom .wpd-comment .wpd-reply-to a{text-decoration:none;opacity:0.8;color:#0274be;}
#wpdcom .wpd-comment .wpd-reply-to a:hover{opacity:1;color:#000000;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-text{font-size:14px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{width:15px;height:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;}
_:-ms-lang(x), #wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
_:-ms-lang(x), #wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display:-ms-flexbox;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{font-size:13px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{font-size:13px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{width:20px;height:20px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button span{line-height:19px;font-size:1em;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tools i{font-size:13px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-toggle i{font-size:14px;}
#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-sep{height:14px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to{margin-bottom:6px;border-left:1px solid #cccccc;padding:0px 10px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{bottom:0px;right:0px;}
#wpdcom.wpd-layout-1 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{padding-right:15px;padding-left:15px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{margin-top:5px;}
#wpdcom.wpd-layout-3 .wpd-comment-footer .wpd-toggle .wpd-view-replies{background:#fff;padding:5px 10px;border-radius:12px;margin-right:1px;margin-left:-6px;}
#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot{margin-left:65px;}
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar{width:54px;margin-right:11px;}
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img,
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border-radius:0;border:none;border-bottom:2px solid #cccccc;padding:1px;background-color:#ffffff;vertical-align:middle;text-align:center;}
#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea::placeholder{line-height:27px;font-size:15px;}
#wpdcom.wpd-layout-2 .wpd-form .wpdiscuz-textarea-wrap textarea{height:48px;}
#wpdcom.wpd-layout-2 .wpd-comment{margin-bottom:20px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header,
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top,
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{display:block;flex-grow:1;margin-bottom:-3px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap:nowrap;align-items:center;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-comment-label{width:auto;padding:1px 15px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-label{margin:0px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar{padding-right:15px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img,
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border-radius:0;border:none;border-bottom:2px solid #cccccc;padding:1px;background-color:#ffffff;vertical-align:middle;text-align:center;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{bottom:-2px;right:7px;}
_:-ms-lang(x), #wpdcom.wpd-layout-2 .wpd-comment .wpd-avatar i{line-height:10px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-follow-link{font-size:12px;padding-left:2px;padding-right:12px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-text{margin:8px 0 5px 0;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-date{padding:0 10px 0 0;font-size:12px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-status{padding:0 10px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link{margin-bottom:0;padding-top:1px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{font-size:12px;padding-top:2px;margin-left:0px;font-style:normal;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to i{margin-right:3px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply{margin-bottom:0;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top{margin-bottom:3px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding:0 10px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:0 10px 0 0;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-follow-link{margin-right:12px;border-right:1px solid #ccc;padding-right:12px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{margin:0px 0px 5px 0px;background-color:#fafafa;border-left:3px solid #dedede;padding:10px 15px 0px 17px;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-avatar img.avatar{border-bottom:none;}
#wpdcom.wpd-layout-2 .wpd-new-loaded-comment > .wpd-comment-wrap > .wpd-comment-right{padding-right:15px;padding-left:15px;}
#wpdcom.wpd-layout-2 .wpd-new-loaded-comment.wpd-comment.wpd-reply > .wpd-comment-wrap > .wpd-comment-right{padding-left:0;padding-right:0;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-tools-actions{top:25px;}
#wpdcom.wpd-layout-3 .wpd-thread-list{padding:35px 0;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{padding-bottom:0px;}
#wpdcom.wpd-layout-3 .wpdiscuz-edit-form-wrap{margin-left:36px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:84px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar{width:67px;}
#wpdcom.wpd-layout-3 .wpd-form .wpdiscuz-textarea-wrap textarea{height:60px;padding:14px 15px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img,
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar{width:64px;height:64px;max-width:64px;border-radius:100%;padding:3px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img{border-color:#d1d1d1;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-wrap{margin-bottom:35px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{width:70px;margin-right:-34px;position:relative;z-index:2;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-top:-6px;}
#wpdcom.wpd-layout-3 .wpd-comment-status{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;font-size:12px;line-height:1.75;padding-top:8px;}
#wpdcom.wpd-layout-3 .wpd-comment-status .wpd-closed{font-size:11px;}
#wpdcom.wpd-layout-3 .wpd-comment-status div{margin-left:4px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right{padding-bottom:0px;border-left:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;width:calc(100% - 35px);}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header{background-color:#f7f7f7;margin-left:-1px;padding:10px 0 7px 0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color:#f6fff4;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left:42px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{margin-left:42px;margin-top:0px;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date{flex-grow:1;font-size:11px;line-height:22px;color:#999;padding-top:1px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader .wpd-comment-date i{font-size:10px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-label{margin:-1px 10px 0 0;border-radius:0 0 5px 5px;font-size:13px;line-height:16px;text-align:center;width:auto;padding:3px 15px;cursor:default;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author a{font-size:14px;font-weight:normal;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-follow-link{font-size:12px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-share{font-size:12px;padding:0 12px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-link{font-size:11px;padding:1px 8px 0px 0px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left:30px;padding-top:15px;padding-bottom:17px;font-size:16px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom:-14px;margin-left:40px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left:18px;margin-left:-20px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border:1px solid #aaaaaa;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px;width:28px;height:28px;background-color:#fff;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-chevron-up,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-chevron-down{width:15px;padding:1px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up svg.fa-plus,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down svg.fa-minus{width:15px;padding:2px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up{border:1px solid #009149!important;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border:1px solid #fc5844!important;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{padding:0 10px;font-size:16px;background-color:#fff;border-radius:50%;line-height:26px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#fff;border:1px solid #aaaaaa;border-radius:15px;padding:1px 20px 1px 16px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;width:20px;height:20px;margin-right:3px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{width:20px;height:20px}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{padding-left:20px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:#fff;border-radius:50%;padding:5px;height:25px;width:25px;line-height:14px;border:1px solid #aaa;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-sep{margin:0 3px;border:none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img,
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px;border:none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-wrap{margin-bottom:0px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-status{padding-top:0px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{font-size:13px;display:flex;flex-direction:row;justify-content:flex-start;margin-left:36px;margin-top:1px;align-items:center;background-color:#f7f7f7;padding:5px 10px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to .wpd-comment-date{margin-left:auto;font-style:normal;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{width:70px;margin-right:-34px;position:relative;z-index:2;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top:0px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom:none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header{background-color:transparent;margin-left:0px;padding:6px 0 5px 0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left:36px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin:0 8px 0 6px;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:auto;padding:1px 12px;cursor:default;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;font-weight:normal;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left:36px;padding-top:10px;padding-bottom:15px;font-size:14px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-bottom:20px;margin-left:36px;padding-bottom:10px;border-bottom:1px dashed #cccccc;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote{background:transparent;padding-left:0;margin-left:0;font-size:0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{border:none;padding:0;width:15px;height:15px;display:inline;background:transparent;}
_:-ms-lang(x), #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up,
_:-ms-lang(x), #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down{display:-ms-flexbox;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up.wpd-up{border:none!important;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down.wpd-down{border:none!important;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;background:transparent;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button{background:transparent;border:none;padding:0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom;width:20px;height:20px;margin-right:3px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer .wpd-tool-wrap i{background:transparent;border:none;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child{margin-bottom:30px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment-footer{margin-bottom:0px;padding-bottom:0px;border-bottom:none;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment.wpd-reply:last-child .wpd-comment.wpd-reply{margin-top:20px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-new-loaded-comment  > .wpd-comment-wrap > .wpd-comment-right > .wpd-comment-text{padding-right:10px;}
#wpdcom.wpd-layout-3 .wpd-comment-right .wpd-comment-last-edited{margin-left:40px;}
#wpd-bubble-wrapper{display:none;position:fixed;z-index:99;text-align:center;opacity:0.9;bottom:80px;}
#wpd-bubble-wrapper.wpd-bubble-hover{opacity:1;}
#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size:15px;font-weight:600;font-family:sans-serif;}
#wpd-bubble-wrapper > div{display:none;border:1px solid #fff;box-shadow:0px 0px 15px #aaa;width:64px;height:64px;border-radius:50%;color:#fff;align-items:center;justify-content:center;position:relative;}
#wpd-bubble-wrapper svg{width:60%;height:60%;}
#wpd-bubble-wrapper #wpd-bubble-count svg,#wpd-bubble-wrapper #wpd-bubble-notification svg{margin-left:3px;margin-top:3px;}
#wpd-bubble-wrapper #wpd-bubble svg{margin-left:2px;}
#wpd-bubble-wrapper path.wpd-bubble-count-first{fill:#fff;}
#wpd-bubble-wrapper path.wpd-bubble-count-second{fill:transparent;}
#wpd-bubble-wrapper path.wpd-bubble-plus-first{fill:#fff;}
#wpd-bubble-wrapper path.wpd-bubble-plus-second{fill:transparent;}
#wpd-bubble-wrapper > #wpd-bubble-count{display:flex;cursor:pointer;}
#wpd-bubble-wrapper > #wpd-bubble{cursor:pointer;}
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{width:400px;height:46px;position:absolute;top:50%;left:75px;border-radius:5px;padding:7px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;font-size:16px;}
#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message{left:-412px;}
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message::before{content:'';border:9px solid transparent;position:absolute;top:50%;left:-9px;transform:translateY(-50%);border-left:none;}
#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before{left:400px;border-left:9px solid;border-right:none;}
#wpd-bubble-wrapper > #wpd-bubble-count .wpd-new-comments-count{display:none;}
#wpd-bubble-wrapper > #wpd-bubble-count.wpd-new-comments .wpd-new-comments-count{display:flex;border-radius:50%;width:25px;height:25px;background-color:#ff842a;position:absolute;top:38px;left:38px;font-size:15px;align-items:center;justify-content:center;border:1px solid #fff;}
#wpd-bubble-wrapper.wpd-bubble-hover > #wpd-bubble-count:not(.wpd-new-comments) + #wpd-bubble{display:flex;}
#wpd-bubble-wrapper.wpd-bubble-hover > #wpd-bubble-count:not(.wpd-new-comments){display:none;}
#wpd-bubble-wrapper > #wpd-bubble-notification{background-color:#fe7617;}
#wpd-bubble-wrapper > #wpd-bubble-notification path.wpd-bubble-notification-first{fill:#fff;}
#wpd-bubble-wrapper > #wpd-bubble-notification path.wpd-bubble-notification-second{fill:transparent;}
#wpd-bubble-wrapper.wpd-new-comment-added{opacity:1;}
#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-count{display:none;}
#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-notification{display:flex;}
#wpd-bubble-wrapper.wpd-new-comment-added #wpd-bubble-all-comments-count{color:#b9501d;}
#wpd-bubble-wrapper #wpd-bubble-notification-message{display:none;width:430px;height:100%;position:absolute;background-color:#fbfbfb;top:0;left:75px;border:1px solid #b2b2b2;box-shadow:0px 0px 10px #bbb;border-radius:5px;padding:7px;}
#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message{left:-446px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{display:flex;align-items:center;height:50%;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author{justify-content:space-between;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author > div{display:flex;align-items:center;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment{font-size:12px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message span:not(.wpd-bubble-spans){display:inline-block;margin:5px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar{width:20px;height:20px;line-height:16px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-avatar img{border-radius:50%;width:100%;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-author-name{color:#4e9f93;font-size:14px;font-weight:600;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-date{color:#fe7617;font-size:10px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment,#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#333;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-reply-link a{color:#777;}
#wpd-bubble-wrapper #wpd-bubble-notification-message #wpd-bubble-comment-text{font-size:12px;margin-left:7px;}
#wpd-bubble-wrapper #wpd-bubble-notification-message::before{content:'';border:9px solid transparent;position:absolute;top:20px;left:-10px;border-left:none;padding:0;border-right-color:#b2b2b2;}
#wpd-bubble-wrapper #wpd-bubble-notification-message::after{content:'';border:9px solid transparent;position:absolute;top:20px;left:-9px;border-left:none;border-right-color:#fbfbfb;}
#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::before{left:429px;border-right:none;border-left:9px solid #b2b2b2;}
#wpd-bubble-wrapper.wpd-right-corner #wpd-bubble-notification-message::after{left:428px;border-right:none;border-left:9px solid #fbfbfb;}
#wpd-bubble-wrapper #wpd-bubble-comment-close a{color:#333;text-decoration:none;}
#wpd-bubble-wrapper #wpd-bubble-add-message-close{display:inline-block;top:0px;right:10px;position:absolute;}
#wpd-bubble-wrapper #wpd-bubble-add-message-close a{color:#fff;text-decoration:none;display:inline-block;}
.wpd-inline-shortcode{display:inline;}
.wpd-inline-shortcode.wpd-active{background-color:#e9f7f4;padding:5px 0px;}
.wpd-inline-shortcode .wpd-inline-form-close{display:inline-block;top:0px;right:10px;position:absolute;}
.wpd-inline-shortcode .wpd-inline-form-close a{color:#fff;text-decoration:none;display:inline-block;box-shadow:none;border-bottom:none;}
.wpd-inline-shortcode .wpd-inline-form-close a:hover{color:#fff;text-decoration:none;box-shadow:none;border-bottom:none;}
.wpd-inline-icon-wrapper{display:inline-block;position:relative;height:24px;vertical-align:middle;padding:0px 7px;}
.wpd-inline-icon-wrapper svg.wpd-inline-icon{cursor:pointer;display:inline-block;background:transparent;}
.wpd-inline-icon-wrapper path.wpd-inline-icon-second{fill:transparent;}
.wpd-inline-icon-count{position:relative;height:20px;border-radius:2px;padding:0px 11px;cursor:pointer;margin-left:7px;vertical-align:top;color:#fff;font-family:Arial;font-size:13px;line-height:20px;display:none;}
.wpd-inline-icon-count.wpd-has-comments{display:inline-flex;}
.wpd-inline-icon-count::before{content:'';border:5px solid transparent;position:absolute;top:6px;left:-5px;border-left:none;padding:0;}
.wpd-inline-form-wrapper{display:none;text-shadow:none;position:absolute;top:35px;left:-191px;width:400px;background-color:transparent;z-index:9;}
.wpd-inline-form-wrapper::before{content:'';border:10px solid transparent;position:absolute;top:-10px;left:50%;border-top:none;padding:0;}
.wpd-inline-form-question{border-radius:4px;padding:10px 20px;color:#fff;font-size:16px;}
.wpd-inline-form{border-radius:4px;padding:12px;margin-top:5px;}
.wpd-inline-form form{margin:0px;padding:0px;}
.wpd-inline-form input,.wpd-inline-form button{border-radius:4px;padding:5px 10px;font-size:12px;}
.wpd-inline-form button.wpd-inline-submit span{color:#fff;}
.wpd-inline-form .wpd-inline-notification{color:#fff;font-size:12px;line-height:17px;display:flex;align-items:center;padding:5px 0px 8px 0;cursor:pointer;}
.wpd-inline-form .wpd-inline-comment-input{width:100%;border:none;height:30px;border-radius:4px;}
.wpd-inline-form .wpd-inline-comment-content{resize:vertical;margin-bottom:5px;max-width:100%!important;width:100%;border-radius:4px;border:none;-webkit-box-shadow:inset 2px 2px 2px 0px #dddddd;-moz-box-shadow:inset 2px 2px 2px 0px #dddddd;box-shadow:inset 2px 2px 2px 0px #dddddd;line-height:20px !important;font-size:13px;background-color:#f9f9f9;min-height:auto;height:76px;}
.wpd-inline-form .wpd-inline-comment-content:focus{background-color:#fff;}
.wpd-inline-form-second-row{display:flex;justify-content:space-between;height:30px;}
.wpd-inline-form input.wpd-inline-name-input{width:32%;margin-right:5px;border:none;-webkit-box-shadow:inset 2px 2px 2px 0px #dddddd;-moz-box-shadow:inset 2px 2px 2px 0px #dddddd;box-shadow:inset 2px 2px 2px 0px #dddddd;}
.wpd-inline-form button.wpd-inline-submit{flex-grow:1;max-width:40%!important;border:1px solid #fff!important;background-color:transparent!important;display:flex!important;justify-content:space-around;align-items:center;flex-direction:row;}
.wpd-inline-form button.wpd-inline-submit span{padding:0;margin:0;line-height:20px;font-size:13px;text-transform:uppercase;}
.wpd-inline-form button.wpd-inline-submit:hover{opacity:0.8;text-decoration:none;}
.wpd-inline-submit-icon{vertical-align:top;width:20px;height:18px;}
.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-first{fill:#fff;}
.wpd-inline-icon-wrapper path.wpd-inline-submit-icon-second{fill:transparent;}
.wpd-last-inline-comments-wrapper{position:absolute;text-align:center;width:220px;background-color:#fbfbfb;border:1px solid;border-radius:5px;top:35px;left:-60%;z-index:2;-webkit-box-shadow:inset -7px 0px 15px 3px #eee;-moz-box-shadow:inset -7px 0px 15px 3px #eee;box-shadow:inset -7px 0px 15px 3px #eee;}
.wpd-last-inline-comments-wrapper::before{content:'';border:9px solid transparent;position:absolute;top:-9px;left:40%;border-top:none;padding:0;}
.wpd-last-inline-comments-wrapper::after{content:'';border:9px solid transparent;position:absolute;top:-8px;left:40%;border-top:none;border-bottom-color:#f8f8f8;}
.wpd-last-inline-comments{padding:10px;text-align:left;}
.wpd-last-inline-comment:not(:last-child){border-bottom:1px dashed #bbb;margin-bottom:3px;}
.wpd-last-inline-comment > div{color:#666;}
.wpd-last-inline-comment .wpd-last-inline-comment-author-name{margin-left:5px;margin-top:0px;font-size:16px;line-height:24px;}
.wpd-last-inline-comment .wpd-last-inline-comment-date{font-size:10px;display:block;margin:-6px 0 0 37px;padding:0;line-height:12px;}
.wpd-last-inline-comment .wpd-last-inline-comment-text{line-height:18px;font-size:12px;padding:4px 0px 6px 0;color:#777;}
.wpd-last-inline-comment span{display:inline-block;margin:2px;}
.wpd-last-inline-comment-author-avatar{}
.wpd-last-inline-comment-author-avatar img{border-radius:50%;width:30px;height:30px;vertical-align:middle;display:inline-block!important;}
.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments{display:inline-block;color:#fff;border-radius:15px;padding:3px 15px;font-size:11px;text-decoration:none !important;box-shadow:none !important;margin:0 0 15px 0;opacity:0.9;}
.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:hover,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:active,.wpd-last-inline-comments-wrapper .wpd-view-all-inline-comments:focus{color:#fff;text-decoration:none !important;box-shadow:none !important;opacity:1;}
.wpd-inline-icon.wpd-ignored path.wpd-inline-icon-first{animation:30s wpd_wiggle ease infinite, wpd_blink 7s ease-out infinite;}
@keyframes wpd_wiggle {
0%{transform:rotate(-3deg);}
2%{transform:rotate(20deg);}
4%{transform:rotate(-15deg);}
6%{transform:rotate(5deg);}
8%{transform:rotate(-1deg);}
100%{transform:rotate(0);}
}
@keyframes wpd_blink {
0%{opacity:1;}
60%{opacity:1;}
80%{opacity:0.6;}
100%{opacity:1;}
} #wpdcom .wpd-tools{position:relative;}
#wpdcom .wpd-tools-actions{display:none;font-family:"Arial Hebrew", Arial, sans-serif;font-size:14px;position:absolute;left:-50%;min-width:100px;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px 8px;border-radius:3px;z-index:9;color:#999;top:26px;}
#wpdcom .wpd-tools-actions .wpd-cta-button{cursor:pointer;line-height:18px;padding:2px 5px;}
#wpdcom .wpd-tools-actions .wpd-cta-button a{color:#999;}
#wpdcom .wpd-tools-actions .wpd-cta-button:hover{background-color:#F5F5F5;}
#wpdcom .wpdf-sorting{position:relative;}
#wpdcom .wpdiscuz-sort-buttons{display:none;position:absolute;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px;border-radius:3px;width:100%;left:0;top:32px;z-index:9;}
#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button{padding:5px 0;}
#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover{background-color:#F5F5F5;}
#wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved{color:#fc9007;}
#wpdiscuz-comment-message{position:fixed;top:38px;right:5px;width:400px;z-index:99999;font-size:14px;line-height:20px;}
#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{top:60px;}
#wpdiscuz-comment-message div{color:#fff;padding:5px 10px;margin-top:5px;}
#wpdiscuz-comment-message .wpdiscuz-message-error{background-color:#D32F2F;box-shadow:#666 0px 0px 8px;padding:10px 20px;}
#wpdiscuz-comment-message .wpdiscuz-message-success{background-color:#4CAF50;box-shadow:#666 0px 0px 8px;padding:10px 20px;}
#wpdiscuz-comment-message .wpdiscuz-message-warning{background-color:#FFA726;box-shadow:#666 0px 0px 8px;padding:10px 20px;}
#wpd-editor-source-code-wrapper-bg{display:none;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.6);width:100%;z-index:9999999;height:100%;}
#wpd-editor-source-code-wrapper{display:none;width:50%;height:350px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:99999991;justify-content:center;align-items:center;padding:5px;border-radius:5px;text-align:right;}
#wpd-editor-source-code{height:300px;width:100%;resize:none;}
#wpd-insert-source-code{padding:3px 40px;margin-top:5px;}
.wpd-vote-result-sep{height:11px;align-self:center;width:1px;background-color:#ccc;}
#wpdiscuz-loading-bar{position:fixed;top:6px;right:12px;width:32px;height:25px;border:0;background-image:url(//www.krozmotion.com/wp-content/plugins/wpdiscuz/assets/img/loading.gif);z-index:999999;display:none;}
#wpdiscuz-loading-bar.wpdiscuz-loading-bar-auth{top:38px;}
#wpdcom .wpd-comment-info-bar{display:none;padding:10px;margin:20px auto 0 auto;flex-direction:row;justify-content:space-between;font-size:14px;}
#wpdcom .wpd-current-view{padding:3px;color:#555;}
#wpdcom .wpd-comment-info-bar .wpd-current-view i{margin-right:6px;font-size:18px;}
#wpdcom .wpd-filter-view-all{color:#fff;background:#999;padding:5px 20px;font-size:13px;cursor:pointer;border-radius:3px;}
#wpdcom #bywpdiscuz{display:none}
#wpdcom .by-wpdiscuz{text-align:right;border-top:#ddd solid 1px;padding:1px 1px 1px 1px}
#wpdcom .by-wpdiscuz a{font-size:11px;font-weight:bold;text-align:right;color:#ccc;padding:1px;margin:0;line-height:12px;border:0;text-decoration:none}
#wpdcom .wpdimg{border:0;padding:0;margin:0;height:12px;cursor:pointer;display:inline;clear:both}
#wpdcom .wc-copyright{margin:0 0 0 auto;text-align:right;display:block;padding-top:2px}
#wpdcom .wc-copyright a{font-size:9px;color:#aaa;cursor:help;text-decoration:none;margin:0;padding:0;border:0}
#wpdcom.wpdiscuz_no_avatar .wpd-comment .wpd-comment-right{flex-basis:100%;}
#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%;}
#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-form .wpd-form-foot,
#wpdcom.wpdiscuz_no_avatar.wpd-layout-2 .wpd-form .wpd-form-foot,
#wpdcom.wpdiscuz_no_avatar.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:0;}
#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-comment-wrap{display:block;}
#wpdcom.wpdiscuz_no_avatar.wpd-layout-1 .wpd-comment .wpd-follow-link{text-align:left;}
.wc_comment_edit_not_possible,.wc_comment_not_edited,.wc_comment_not_updated,
.wc_deny_voting_from_same_ip,.wc_error_email_text,.wc_error_url_text,
.wc_follow_email_confirm_fail,.wc_follow_impossible,.wc_follow_login_to_follow,
.wc_follow_not_added,.wc_invalid_captcha,.wc_invalid_field,.wc_login_to_vote,
.wc_msg_input_max_length,.wc_msg_input_min_length,.wc_msg_required_fields,
.wc_self_vote,.wc_vote_only_one_time,.wc_voting_error,.wpdiscuz-sendmail-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}
.wpd-ajax-error{background-color:#fce8e8!important;font-size:14px;text-align:center;color:#ce4a66;border:1px solid #f2d3d2;padding:5px 10px;width:100%;box-sizing:border-box;margin:5px 0;border-radius:3px}
#wpdcom .wpd-avatar img{border-color:#999999;}
#wpdcom .wpd-comment-label{color:#666666;border:1px solid #999999;}
#wpdcom .wpd-comment-author, #wpdcom .wpd-comment-author a{color:#666666;text-decoration:none;}
#wpdcom .wpd-blog-user .wpd-comment-label{color:#ffffff;background-color:#31839e;border:none;}
#wpdcom .wpd-blog-user .wpd-comment-author, #wpdcom .wpd-blog-user .wpd-comment-author a{color:#31839e;}
#wpdcom.wpd-layout-3 .wpd-blog-user .wpd-comment-subheader{border-top:1px dashed #31839e;}
#wpdcom .wpd-soc-user-google .wpd-comment-label{color:#ffffff;background-color:#bf301c!important;border:none;}
#wpdcom .wpd-soc-user-google .wpd-comment-author, #wpdcom .wpd-soc-user-google .wpd-comment-author a{color:#bf301c!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-google{border-left:3px solid #bf301c!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-google .wpd-avatar img{border-bottom-color:#bf301c!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-google .wpd-comment-subheader{border-top:1px dashed #bf301c!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-google .wpd-comment-right{border-left:1px solid #bf301c!important;}
#wpdcom .wpd-soc-user-google .wpd-avatar i{background:#bf301c!important;}
#wpdcom .wpd-soc-user-telegram .wpd-comment-label{color:#ffffff;background-color:#239cd7!important;border:none;}
#wpdcom .wpd-soc-user-telegram .wpd-comment-author, #wpdcom .wpd-soc-user-telegram .wpd-comment-author a{color:#239cd7!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-telegram{border-left:3px solid #239cd7!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-telegram .wpd-avatar img{border-bottom-color:#239cd7!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-telegram .wpd-comment-subheader{border-top:1px dashed #239cd7!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-telegram .wpd-comment-right{border-left:1px solid #239cd7!important;}
#wpdcom .wpd-soc-user-telegram .wpd-avatar i{background:#239cd7!important;}
#wpdcom .wpd-soc-user-facebook .wpd-comment-label{color:#ffffff;background-color:#4267B2!important;border:none;}
#wpdcom .wpd-soc-user-facebook .wpd-comment-author, #wpdcom .wpd-soc-user-facebook .wpd-comment-author a{color:#4267B2!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-facebook{border-left:3px solid #4267B2!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-facebook .wpd-avatar img{border-bottom-color:#4267B2!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-facebook .wpd-comment-subheader{border-top:1px dashed #4267B2!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-facebook .wpd-comment-right{border-left:1px solid #4267B2!important;}
#wpdcom .wpd-soc-user-facebook .wpd-avatar i{background:#4267B2!important;}
#wpdcom .wpd-soc-user-twitter .wpd-comment-label{color:#ffffff;background-color:#000000!important;border:none;}
#wpdcom .wpd-soc-user-twitter .wpd-comment-author, #wpdcom .wpd-soc-user-twitter .wpd-comment-author a{color:#000000!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-twitter{border-left:3px solid #000000!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-twitter .wpd-avatar img{border-bottom-color:#000000!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-twitter .wpd-comment-subheader{border-top:1px dashed #000000!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-twitter .wpd-comment-right{border-left:1px solid #000000!important;}
#wpdcom .wpd-soc-user-twitter .wpd-avatar i{background:#000000!important;}
#wpdcom .wpd-soc-user-vk .wpd-comment-label{color:#ffffff;background-color:#4A76A8!important;border:none;}
#wpdcom .wpd-soc-user-vk .wpd-comment-author, #wpdcom .wpd-soc-user-vk .wpd-comment-author a{color:#4A76A8!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-vk{border-left:3px solid #4A76A8!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-vk .wpd-avatar img{border-bottom-color:#4A76A8!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-vk .wpd-comment-subheader{border-top:1px dashed #4A76A8!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-vk .wpd-comment-right{border-left:1px solid #4A76A8!important;}
#wpdcom .wpd-soc-user-vk .wpd-avatar i{background:#4A76A8!important;}
#wpdcom .wpd-soc-user-ok .wpd-comment-label{color:#ffffff;background-color:#ee8208!important;border:none;}
#wpdcom .wpd-soc-user-ok .wpd-comment-author, #wpdcom .wpd-soc-user-ok .wpd-comment-author a{color:#ee8208!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-ok{border-left:3px solid #ee8208!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-ok .wpd-avatar img{border-bottom-color:#ee8208!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-ok .wpd-comment-subheader{border-top:1px dashed #ee8208!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-ok .wpd-comment-right{border-left:1px solid #ee8208!important;}
#wpdcom .wpd-soc-user-ok .wpd-avatar i{background:#ee8208!important;}
#wpdcom .wpd-soc-user-disqus .wpd-comment-label{color:#ffffff;background-color:#2196F3!important;border:none;}
#wpdcom .wpd-soc-user-disqus .wpd-comment-author, #wpdcom .wpd-soc-user-disqus .wpd-comment-author a{color:#2196F3!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-disqus{border-left:3px solid #2196F3!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-disqus .wpd-avatar img{border-bottom-color:#2196F3!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-disqus .wpd-comment-subheader{border-top:1px dashed #2196F3!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-disqus .wpd-comment-right{border-left:1px solid #2196F3!important;}
#wpdcom .wpd-soc-user-disqus .wpd-avatar i{background:#2196F3!important;}
#wpdcom .wpd-soc-user-wordpress .wpd-comment-label{color:#ffffff;background-color:#000000!important;border:none;}
#wpdcom .wpd-soc-user-wordpress .wpd-comment-author, #wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color:#000000!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-wordpress{border-left:3px solid #555555!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color:#000000!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top:1px dashed #000000!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left:1px solid #000000!important;}
#wpdcom .wpd-soc-user-wordpress .wpd-avatar i{background:#000000!important;}
#wpdcom .wpd-soc-user-instagram .wpd-comment-label{color:#ffffff;background-color:#F97149!important;border:none;}
#wpdcom .wpd-soc-user-instagram .wpd-comment-author, #wpdcom .wpd-soc-user-instagram .wpd-comment-author a{color:#F97149!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-instagram{border-left:3px solid #F97149!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-instagram .wpd-avatar img{border-bottom-color:#F97149!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-instagram .wpd-comment-subheader{border-top:1px dashed #F97149!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-instagram .wpd-comment-right{border-left:1px solid #F97149!important;}
#wpdcom .wpd-soc-user-instagram .wpd-avatar i{background:#F97149!important;}
#wpdcom .wpd-soc-user-linkedin .wpd-comment-label{color:#ffffff;background-color:#007BB6!important;border:none;}
#wpdcom .wpd-soc-user-linkedin .wpd-comment-author, #wpdcom .wpd-soc-user-linkedin .wpd-comment-author a{color:#007BB6!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-linkedin{border-left:3px solid #007BB6!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-linkedin .wpd-avatar img{border-bottom-color:#007BB6!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-linkedin .wpd-comment-subheader{border-top:1px dashed #007BB6!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-linkedin .wpd-comment-right{border-left:1px solid #007BB6!important;}
#wpdcom .wpd-soc-user-linkedin .wpd-avatar i{background:#007BB6!important;}
#wpdcom .wpd-soc-user-yandex .wpd-comment-label{color:#ffffff;background-color:#FF0000!important;border:none;}
#wpdcom .wpd-soc-user-yandex .wpd-comment-author, #wpdcom .wpd-soc-user-yandex .wpd-comment-author a{color:#FF0000!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-yandex{border-left:3px solid #FF0000!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-yandex .wpd-avatar img{border-bottom-color:#FF0000!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-yandex .wpd-comment-subheader{border-top:1px dashed #FF0000!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-yandex .wpd-comment-right{border-left:1px solid #FF0000!important;}
#wpdcom .wpd-soc-user-yandex .wpd-avatar i{background:#FF0000!important;}
#wpdcom .wpd-soc-user-mailru .wpd-comment-label{color:#ffffff;background-color:#168DE2!important;border:none;}
#wpdcom .wpd-soc-user-mailru .wpd-comment-author, #wpdcom .wpd-soc-user-mailru .wpd-comment-author a{color:#168DE2!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-mailru{border-left:3px solid #168DE2!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-mailru .wpd-avatar img{border-bottom-color:#168DE2!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-mailru .wpd-comment-subheader{border-top:1px dashed #168DE2!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-mailru .wpd-comment-right{border-left:1px solid #168DE2!important;}
#wpdcom .wpd-soc-user-mailru .wpd-avatar i{background:#168DE2!important;}
#wpdcom .wpd-soc-user-mailru .wpd-avatar i svg{fill:#ff9e00;}
#wpdcom .wpd-soc-user-weibo .wpd-comment-label{color:#ffffff;background-color:#D52A2C!important;border:none;}
#wpdcom .wpd-soc-user-weibo .wpd-comment-author, #wpdcom .wpd-soc-user-weibo .wpd-comment-author a{color:#D52A2C!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weibo{border-left:3px solid #D52A2C!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weibo .wpd-avatar img{border-bottom-color:#D52A2C!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-weibo .wpd-comment-subheader{border-top:1px dashed #D52A2C!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weibo .wpd-comment-right{border-left:1px solid #D52A2C!important;}
#wpdcom .wpd-soc-user-weibo .wpd-avatar i{background:#D52A2C!important;}
#wpdcom .wpd-soc-user-weixin .wpd-comment-label{color:#ffffff;background-color:#20c300!important;border:none;}
#wpdcom .wpd-soc-user-weixin .wpd-comment-author, #wpdcom .wpd-soc-user-weixin .wpd-comment-author a{color:#20c300!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-weixin{border-left:3px solid #20c300!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-weixin .wpd-avatar img{border-bottom-color:#20c300!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-weixin .wpd-comment-subheader{border-top:1px dashed #20c300!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-weixin .wpd-comment-right{border-left:1px solid #20c300!important;}
#wpdcom .wpd-soc-user-weixin .wpd-avatar i{background:#20c300!important;}
#wpdcom .wpd-soc-user-qq .wpd-comment-label{color:#ffffff;background-color:#1479d7!important;border:none;}
#wpdcom .wpd-soc-user-qq .wpd-comment-author, #wpdcom .wpd-soc-user-qq .wpd-comment-author a{color:#1479d7!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-qq{border-left:3px solid #1479d7!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-qq .wpd-avatar img{border-bottom-color:#1479d7!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-qq .wpd-comment-subheader{border-top:1px dashed #1479d7!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-qq .wpd-comment-right{border-left:1px solid #1479d7!important;}
#wpdcom .wpd-soc-user-qq .wpd-avatar i{background:#1479d7!important;}
#wpdcom .wpd-soc-user-baidu .wpd-comment-label{color:#ffffff;background-color:#F23F40!important;border:none;}
#wpdcom .wpd-soc-user-baidu .wpd-comment-author, #wpdcom .wpd-soc-user-baidu .wpd-comment-author a{color:#F23F40!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-soc-user-baidu{border-left:3px solid #F23F40!important;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-soc-user-baidu .wpd-avatar img{border-bottom-color:#F23F40!important;}
#wpdcom.wpd-layout-3 .wpd-soc-user-baidu .wpd-comment-subheader{border-top:1px dashed #F23F40!important;}
#wpdcom.wpd-layout-3 .wpd-reply .wpd-soc-user-baidu .wpd-comment-right{border-left:1px solid #F23F40!important;}
#wpdcom .wpd-soc-user-baidu .wpd-avatar i{background:#F23F40!important;}
#wpdcom .wpd-soc-user-baidu .wpd-avatar i svg{fill:#2319dc;}
.wpd-comment-text pre{overflow:auto;display:block;max-width:100%;}
.wpd-inline-icon.wpd-blink{animation:wpdBlink 1s;}
@keyframes wpdBlink {
50%{transform:scale(1.5);}
} #wpdcom.wpd-dark .wpd-cf-label{background:#555;color:#ccc;border-bottom:1px #777 solid;}
#wpdcom.wpd-dark .wpd-cf-value{border-bottom:1px #777 solid;}
#wpdcom.wpd-dark .wpd-comment .wpd-avatar img,
#wpdcom.wpd-dark .wpd-comment .wpd-avatar img.avatar{background-color:#999;}
#wpdcom.wpd-dark .wpd-comment .wpd-avatar i{border:2px solid #ccc;}
#wpdcom.wpd-dark .wpd-field-group-title{color:#ccc;}
#wpdcom.wpd-dark .wpd-sbs-toggle{color:#aaa;}
#wpdcom.wpd-dark .wpd-thread-head .wpd-thread-info{color:#aaa;}
#wpdcom.wpd-dark .wpd-thread-filter .wpdf-sorting{color:#999;}
#wpdcom.wpd-dark .ql-toolbar{background-color:#333;}
#wpdcom.wpd-dark .wpd-editor-char-counter{color:#ddd;}
#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-desc{color:#666;border-left:1px solid #666;}
#wpdcom.wpd-dark .wpd-form-row .wpdiscuz-item .wpd-field-icon{opacity:1;color:#555;}
#wpdcom.wpd-dark .wpdem-sticker-container.wpdem-sticker-open{box-shadow:none;}
#wpdcom.wpd-dark .wpdem-sticker-container{background-color:#999;}
#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap{background-color:#292929;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-sticky-comment .wpd-comment-header{background-color:#292929;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up, #wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{background-color:#222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-right{border-left:1px solid #666;border-bottom:1px solid #666;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-bottom:none;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{background-color:#222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:#222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .trns-moderate-comments{background-color:#222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{background:#222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:#222;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-comment .wpd-reply-to{background-color:transparent;border-bottom:1px solid #666;}
#wpdcom.wpd-dark #wpdiscuz-search-form .wpdiscuz-search-box{background-color:#111;border:1px solid #555;}
#wpdcom.wpd-dark .wpd-comment-text .wpd-inline-feedback-wrapper{background-color:#666;color:#ccc;}
#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-label{background-color:#666;}
#wpdcom.wpd-dark .wpd-soc-user-wordpress .wpd-comment-author, #wpdcom .wpd-soc-user-wordpress .wpd-comment-author a{color:#666;}
#wpdcom.wpd-dark.wpd-layout-1 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-color:#666;}
#wpdcom.wpd-dark.wpd-layout-2 .wpd-comment .wpd-soc-user-wordpress .wpd-avatar img{border-bottom-color:#666;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-soc-user-wordpress .wpd-comment-subheader{border-top:1px dashed #666;}
#wpdcom.wpd-dark.wpd-layout-3 .wpd-reply .wpd-soc-user-wordpress .wpd-comment-right{border-left:1px solid #666;}
@media screen and (max-width:1024px){
#wpd-bubble-wrapper > div{width:40px;height:40px;}
#wpd-bubble-wrapper #wpd-bubble-all-comments-count{font-size:13px;}
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{height:auto;padding:7px 14px;justify-content:flex-start;font-size:14px;}
#wpd-bubble-wrapper.wpd-left-corner,
#wpd-bubble-wrapper.wpd-left-content{left:10px!important;}
#wpd-bubble-wrapper.wpd-right-corner{}
#wpd-bubble-wrapper.wpd-left-corner > #wpd-bubble #wpd-bubble-add-message,
#wpd-bubble-wrapper.wpd-left-content > #wpd-bubble #wpd-bubble-add-message{left:53px;}
#wpd-bubble-wrapper.wpd-left-corner > #wpd-bubble #wpd-bubble-add-message::before,
#wpd-bubble-wrapper.wpd-left-content > #wpd-bubble #wpd-bubble-add-message::before{left:-9px;}
#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message{left:auto;right:55px;}
#wpd-bubble-wrapper.wpd-right-corner > #wpd-bubble #wpd-bubble-add-message::before{left:auto;right:-9px;}
} @media screen and (max-width:600px){
#comments, #respond{padding-left:0!important;padding-right:0!important;}
#wpdcom{padding:5px 3%;overflow-x:hidden;}
#wpdcom .wpd-form-row div:hover.wpd-field-desc span{margin-left:-187px;}
#wpdcom .wpd-form-row div.wpd-field-desc span::after{margin-left:80px;}
 .wpd-inline-form-wrapper{left:0;width:320px;position:relative;top:7px;bottom:15px;}
.wpd-inline-form-wrapper::before{display:none;}
.wpd-inline-form-question{padding:5px 20px;color:#fff;font-size:16px;line-height:1.7;}
.wpd-inline-form-wrapper .wpd-inline-submit-icon{display:none;}
.wpd-last-inline-comments-wrapper{position:relative;width:300px;top:0;left:0;}
.wpd-last-inline-comments-wrapper::after, .wpd-last-inline-comments-wrapper::before{display:none;}
.wpd-inline-form .wpd-inline-comment-content{font-size:16px;padding:5px;}
.wpd-inline-form-second-row{height:auto;flex-direction:column;}
.wpd-inline-form input.wpd-inline-name-input{width:100%;margin-bottom:10px;font-size:16px;padding:2px 5px;}
#wpd-bubble-wrapper{bottom:20px;}
#wpd-bubble-wrapper > #wpd-bubble #wpd-bubble-add-message{width:270px;}
#wpdcom .wpd-auth{margin:0 0 2px -3px;}
#wpdcom .wpd-social-login .wpd-connect-with{display:none!important;}
#wpdcom .wpd-form .wpd-avatar{display:none;}
#wpdcom .wpd-form.wpd-form-wrapper{padding-right:5px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%;width:100%;}
#wpdcom .wpdiscuz_select{font-size:16px !important;}
#wpdcom .wpdiscuz-subscribe-form-email{font-size:16px;display:block;padding:10px 0 0 0;width:98%;margin:0 auto;}
#wpdcom .wpdiscuz-subscribe-form-email input[type="email"]{font-size:16px !important;}
#wpdcom .wpd-form .wpd-form-foot,
#wpdcom.wpd-layout-2 .wpd-form .wpd-form-foot,
#wpdcom.wpd-layout-3 .wpd-form .wpd-form-foot{margin-left:0;}
#wpdcom .wpd-form-row .wpd-form-col-left,
#wpdcom .wpd-form-row .wpd-form-col-right{width:100%;float:none;}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating{border-bottom:none;height:auto;}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > label{font-size:1.4em;}
#wpdcom .ql-toolbar{padding:5px 8px 3px 5px;}
#wpdcom .ql-snow.ql-toolbar button, #wpdcom .ql-snow .ql-toolbar button{height:24px!important;padding:4px 5px!important;width:24px!important;}
#wpdcom .ql-toolbar .wpd-editor-buttons-right .wmu-upload-wrap{font-size:1.3em !important;}
#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha{transform:scale(0.9);margin-top:3px;}
#wpdcom .wpd-field-captcha .wpdiscuz-recaptcha div{width:auto!important;}
#wpdcom .wpd-field-radio .wpd-item, #wpdcom .wpd-field-checkbox .wpd-item{display:block;}
#wpdcom .wpd-field-radio .wpd-field, #wpdcom .wpd-field-checkbox .wpd-field{height:auto;float:none;vertical-align:middle;}
#wpdcom .wpd-field-radio .wpd-field-label, #wpdcom .wpd-field-checkbox .wpd-field-label{font-size:14px;}
#wpdcom .wpd-form-col-left .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-right .wpd-field-group .wpd-field-group-title, #wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title{font-size:14px;}
#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="password"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="week"], #wpdcom textarea, #wpdcom select, #wpdcom .wpd-form-row .wpd-field{font-size:16px!important;height:auto;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:100%;width:100%;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar{margin-bottom:2px;}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .quicktags-toolbar .ed_button{font-size:14px;width:19%;}
#wpdiscuz-comment-message{width:97%;}
#wpdcom .wpd-hidden{visibility:visible;opacity:1;}
#wpdcom .wpd-tools-actions{left:auto;right:0px;}
#wpdcom .wpd-thread-head .wpd-thread-info{flex-basis:100%;border-bottom:2px solid #ccc;}
#wpdcom .wpd-thread-head .wpd-thread-filter{margin-top:5px;}
#wpdcom .wpdiscuz-subscribe-form-button{width:99%;margin-top:8px;}
#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{width:100%;min-height:20px !important;height:26px !important;}
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies{display:inline-block;width:78px;white-space:nowrap;overflow:hidden;font-size:10px !important;}
#wpdcom .wpd-comment .wpd-comment-wrap{display:block;}
#wpdcom .wpd-comment-footer{flex-wrap:wrap;}
#wpdcom .wpd-comment .wpd-comment-left{width:100%;}
#wpdcom .wpd-comment .wpd-comment-right{width:100%;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-left{text-align:left;}
#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-left{width:100%;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{display:inline-block;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-form .wpd-avatar{display:none;}
#wpdcom.wpd-layout-1 .wpd-comment-label{display:inline-block;}
#wpdcom.wpd-layout-1 .wpd-comment-header .wpd-comment-link{padding-top:0;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-label{width:auto;padding:1px 10px;}
#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-label{display:inline-block;margin:10px auto 5px auto;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link{display:inline-block;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{margin-right:5px;vertical-align:bottom;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img,
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img.avatar{width:36px;height:36px;padding:1px;}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;border:1px solid #fff;width:16px;}
#wpdcom.wpd-layout-1 .wpd-reply.wpd_comment_level-2{margin-left:25px;}
#wpdcom.wpd-layout-1 .wpd-reply{margin-left:0px;}
#wpdcom.wpd-layout-2 .wpd-reply{margin-left:0px;}
#wpdcom.wpd-layout-2 .wpd-reply.wpd_comment_level-2{margin-left:15px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info{width:100%;display:flex;flex-direction:row;justify-content:flex-start;flex-grow:0;margin-bottom:-3px;float:right;margin-left:61px;flex-wrap:wrap;margin-top:-44px;}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top{flex-wrap:wrap!important;}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-date{padding-left:0;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-comment-link{margin-bottom:0;padding-top:1px;align-items:normal;flex-basis:100%;text-align:right;margin-top:-20px;}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to{margin-right:10px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left .wpd-avatar{margin-bottom:-41px;margin-top:0;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left{width:45px;}
#wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-form .wpd-avatar img.avatar, #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar img.avatar{width:40px;height:40px;max-width:none;padding:2px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-author{padding-left:55px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-subheader{justify-content:flex-start;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-right{border-left:none;border-bottom:none;width:100%;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-text{padding-left:7px;padding-top:15px;padding-bottom:17px;font-size:100%;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer{margin-bottom:-10px;margin-left:7px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote{padding-left:0;margin-left:0;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up, #wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down{border:none;padding:0;width:16px;height:16px;background-color:none;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-reply-button{background-color:transparent;border:none;border-radius:15px;padding:0 10px 0 0;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;background-color:transparent;line-height:24px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap{padding-left:10px;flex-grow:1;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-tool-wrap i{background:none;padding:5px 3px;width:auto;line-height:14px;border:none;height:auto;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;width:18px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-wpanel{display:none;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-reply-to{margin-left:0px;}
#wpdcom.wpd-layout-3 .wpd-reply.wpd_comment_level-2{margin-left:20px;}
#wpdcom.wpd-layout-3 .wpd-reply{margin-left:0;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img, #wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:34px;height:34px;max-width:40px;border:none;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left .wpd-avatar{margin-top:0px;margin-bottom:-28px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left{width:54px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-right{border-left:1px solid #d1d1d1;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author{padding-left:55px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-label{margin:0 8px 0 0px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-text{padding-left:10px;}
#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-footer{margin-left:10px;}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up,
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-down.wpd-down{border:none;}
[wpd-tooltip-size='small']::after{min-width:60px;}
[wpd-tooltip-size='medium']::after{min-width:90px;}
[wpd-tooltip-size='long']::after{min-width:200px;}
}
.wp-block-comments-wpdiscuz .wpdiscuz-edit-bloc-notice {
margin: 50px auto;
max-width: 750px;
background-color: #F6F6F6;
font-size: 11px;
}