#bbpress-forums {
padding-top: 40px;
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin-bottom: 61px;
font-family: "Poppins", sans-serif;
font-size: 14px;
overflow: visible;         }
#bbpress-forums * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
border: none;
}
#bbpress-forums ul.bbp-topics {
background-color: #fff;
border: 1px solid #e1e1e1;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: transparent;
}
#bbpress-forums .bbp-user-section > p {
margin: 8px 0 16px;
}
#bbpress-forums ul.bbp-forums {
margin-top: 30px;
font-size: inherit;
border: 0;
background-color: #fff;
border-radius: 6px;
}
#bbpress-forums ul.bbp-forums > li {
padding: 0;
}
#bbpress-forums div.bbp-template-notice.info {
background-color: #f5f7f7;
border-color: #e1e1e1;
}
#bbpress-forums li.bbp-header {
border-top: none;
background-color: transparent;
padding: 8px 27px;
}
#bbpress-forums li.bbp-header > ul {
border-bottom: 1px solid #e1e1e1;
}
#bbpress-forums li.bbp-header > ul > li {
font-size: 22px;
font-weight: 700;
color: #252525;
padding: 17px 0;
}
@media only screen and (max-width: 768px) {
#bbpress-forums li.bbp-header > ul > li {
font-size: 15px;
}
}
#bbpress-forums li.bbp-header > ul > li.bbp-forum-freshness, #bbpress-forums li.bbp-header > ul > li.bbp-topic-freshness {
text-align: center !important;
}
#bbpress-forums li.bbp-header > ul > li:not(:first-child):not(:last-child) {
text-align: center;
}
#bbpress-forums li.bbp-header > ul > li:first-child, #bbpress-forums li.bbp-header > ul > li:last-child {
text-align: left;
}
#bbpress-forums li.bbp-body {
padding: 0 27px;
background-color: transparent;
}
#bbpress-forums li.bbp-body ul.topic:first-child {
border-top: 0;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness {
font-size: inherit;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness > a {
color: #444444;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness > a:hover {
color: #252525;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-topic-meta {
margin: 0;
font-size: inherit;
line-height: 26px;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-avatar {
display: none;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-name {
color: #252525;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-name:hover {
color: #ff1949;
}
#bbpress-forums li.bbp-footer {
display: none;
padding: 0;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
border: none;
float: none;
margin-bottom: 0;
}
body.forum-archive #bbpress-forums div.bbp-breadcrumb {
width: calc(100% - 300px);
}
@media only screen and (max-width: 680px) {
body.forum-archive #bbpress-forums div.bbp-breadcrumb {
width: 100%;
margin-top: 20px;
}
}
body.forum-archive #bbpress-forums div.bbp-search-form {
max-width: 300px;
}
body.forum-archive #bbpress-forums li.bbp-body ul.forum {
padding: 36px 0px 15px;
border-top: 1px solid #e1e1e1;
}
body.forum-archive #bbpress-forums li.bbp-body ul.forum:first-child {
border-top: 0;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content {
font-size: inherit;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by {
color: #444444;
font-size: inherit;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name {
color: #252525;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover {
color: #ff1949;
}
#bbpress-forums fieldset.bbp-form {
padding: 0;
border: 0;
}
#bbpress-forums fieldset.bbp-form legend {
width: 100%;
padding: 35px 20px 5px;
font-size: 22px;
font-weight: 700;
color: #252525;
}
#bbpress-forums fieldset.bbp-form .bbp-template-notice {
margin-bottom: 15px;
}
#bbpress-forums fieldset.bbp-form label {
color: #252525;
font-size: 13px;
}
#bbpress-forums fieldset.bbp-form #bbp_topic_subscription {
float: left;
margin: 7px 7px 0 0;
text-align: left;
}
#bbpress-forums fieldset.bbp-form #bbp_topic_subscription + label {
color: #252525;
padding-left: 2px;
width: 85%;
float: left;
font-size: 13px;
}
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
width: 100%;
margin: 0 0 10px;
padding: 13px 16px;
font-family: inherit;
font-size: 12px;
line-height: 20px;
font-weight: inherit;
color: #9fa1a8;
background-color: transparent;
border: 0;
border-bottom: 1px solid #e1e1e1;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
cursor: pointer;
box-sizing: border-box;
-webkit-transition: border-color 0.2s ease-in-out;
-moz-transition: border-color 0.2s ease-in-out;
transition: border-color 0.2s ease-in-out;
}
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form textarea:focus {
color: #252525;
}
#bbpress-forums fieldset.bbp-form input[type=text]::-webkit-input-placeholder,
#bbpress-forums fieldset.bbp-form select::-webkit-input-placeholder,
#bbpress-forums fieldset.bbp-form textarea::-webkit-input-placeholder {
color: inherit;
}
#bbpress-forums fieldset.bbp-form input[type=text]:-moz-placeholder,
#bbpress-forums fieldset.bbp-form select:-moz-placeholder,
#bbpress-forums fieldset.bbp-form textarea:-moz-placeholder {
color: inherit;
opacity: 1;
}
#bbpress-forums fieldset.bbp-form input[type=text]::-moz-placeholder,
#bbpress-forums fieldset.bbp-form select::-moz-placeholder,
#bbpress-forums fieldset.bbp-form textarea::-moz-placeholder {
color: inherit;
opacity: 1;
}
#bbpress-forums fieldset.bbp-form input[type=text]:-ms-input-placeholder,
#bbpress-forums fieldset.bbp-form select:-ms-input-placeholder,
#bbpress-forums fieldset.bbp-form textarea:-ms-input-placeholder {
color: inherit;
}
#bbpress-forums fieldset.bbp-form select {
color: #ff1949;
border: 2px solid #ff1949;
border-radius: 30px;
}
#bbpress-forums fieldset.bbp-form textarea.bbp-the-content {
display: block;
}
#bbpress-forums fieldset.bbp-form div.bbp-submit-wrapper {
float: none;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) {
padding: 0 15px;
margin-left: -15px;
margin-right: -15px;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice):before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice):after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p {
float: left;
box-sizing: border-box;
padding: 0 21px;
width: 33.3333333333%;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p:before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p:after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper {
margin: 22px 0 29px;
float: left;
position: relative;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper:before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper:after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-submit-wrapper {
float: left;
position: relative;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-submit-wrapper:before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-submit-wrapper:after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form button {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 17px;
line-height: 2em;
font-weight: 600;
outline: none;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 15px 43px;
color: #fff;
background-color: #252525;
border: 2px solid transparent;
background-color: #ff1949;
cursor: pointer;
}
#bbpress-forums fieldset.bbp-form button:hover {
color: #fff !important;
background-color: #252525 !important;
}
@media only screen and (max-width: 1024px) {
#bbpress-forums fieldset.bbp-form button > div:not(.bbp-template-notice) > p {
width: 100%;
float: none;
}
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: normal;
text-align: left;
}  #bbpress-forums {
padding-top: 40px;
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin-bottom: 61px;
font-family: "Poppins", sans-serif;
font-size: 14px;
overflow: visible;         }
#bbpress-forums * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
border: none;
}
#bbpress-forums ul.bbp-topics {
background-color: #fff;
border: 1px solid #e1e1e1;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: transparent;
}
#bbpress-forums .bbp-user-section > p {
margin: 8px 0 16px;
}
#bbpress-forums ul.bbp-forums {
margin-top: 30px;
font-size: inherit;
border: 0;
background-color: #fff;
border-radius: 6px;
}
#bbpress-forums ul.bbp-forums > li {
padding: 0;
}
#bbpress-forums div.bbp-template-notice.info {
background-color: #f5f7f7;
border-color: #e1e1e1;
}
#bbpress-forums li.bbp-header {
border-top: none;
background-color: transparent;
padding: 8px 27px;
}
#bbpress-forums li.bbp-header > ul {
border-bottom: 1px solid #e1e1e1;
}
#bbpress-forums li.bbp-header > ul > li {
font-size: 22px;
font-weight: 700;
color: #252525;
padding: 17px 0;
}
@media only screen and (max-width: 768px) {
#bbpress-forums li.bbp-header > ul > li {
font-size: 15px;
}
}
#bbpress-forums li.bbp-header > ul > li.bbp-forum-freshness, #bbpress-forums li.bbp-header > ul > li.bbp-topic-freshness {
text-align: center !important;
}
#bbpress-forums li.bbp-header > ul > li:not(:first-child):not(:last-child) {
text-align: center;
}
#bbpress-forums li.bbp-header > ul > li:first-child, #bbpress-forums li.bbp-header > ul > li:last-child {
text-align: left;
}
#bbpress-forums li.bbp-body {
padding: 0 27px;
background-color: transparent;
}
#bbpress-forums li.bbp-body ul.topic:first-child {
border-top: 0;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness {
font-size: inherit;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness > a {
color: #444444;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness > a:hover {
color: #252525;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-topic-meta {
margin: 0;
font-size: inherit;
line-height: 26px;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-avatar {
display: none;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-name {
color: #252525;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness .bbp-author-name:hover {
color: #ff1949;
}
#bbpress-forums li.bbp-footer {
display: none;
padding: 0;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
border: none;
float: none;
margin-bottom: 0;
}
body.forum-archive #bbpress-forums div.bbp-breadcrumb {
width: calc(100% - 300px);
}
@media only screen and (max-width: 680px) {
body.forum-archive #bbpress-forums div.bbp-breadcrumb {
width: 100%;
margin-top: 20px;
}
}
body.forum-archive #bbpress-forums div.bbp-search-form {
max-width: 300px;
}
body.forum-archive #bbpress-forums li.bbp-body ul.forum {
padding: 36px 0px 15px;
border-top: 1px solid #e1e1e1;
}
body.forum-archive #bbpress-forums li.bbp-body ul.forum:first-child {
border-top: 0;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content {
font-size: inherit;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by {
color: #444444;
font-size: inherit;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name {
color: #252525;
}
body.forum-archive #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover {
color: #ff1949;
}
#bbpress-forums fieldset.bbp-form {
padding: 0;
border: 0;
}
#bbpress-forums fieldset.bbp-form legend {
width: 100%;
padding: 35px 20px 5px;
font-size: 22px;
font-weight: 700;
color: #252525;
}
#bbpress-forums fieldset.bbp-form .bbp-template-notice {
margin-bottom: 15px;
}
#bbpress-forums fieldset.bbp-form label {
color: #252525;
font-size: 13px;
}
#bbpress-forums fieldset.bbp-form #bbp_topic_subscription {
float: left;
margin: 7px 7px 0 0;
text-align: left;
}
#bbpress-forums fieldset.bbp-form #bbp_topic_subscription + label {
color: #252525;
padding-left: 2px;
width: 85%;
float: left;
font-size: 13px;
}
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form textarea {
width: 100%;
margin: 0 0 10px;
padding: 13px 16px;
font-family: inherit;
font-size: 12px;
line-height: 20px;
font-weight: inherit;
color: #9fa1a8;
background-color: transparent;
border: 0;
border-bottom: 1px solid #e1e1e1;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
cursor: pointer;
box-sizing: border-box;
-webkit-transition: border-color 0.2s ease-in-out;
-moz-transition: border-color 0.2s ease-in-out;
transition: border-color 0.2s ease-in-out;
}
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form textarea:focus {
color: #252525;
}
#bbpress-forums fieldset.bbp-form input[type=text]::-webkit-input-placeholder,
#bbpress-forums fieldset.bbp-form select::-webkit-input-placeholder,
#bbpress-forums fieldset.bbp-form textarea::-webkit-input-placeholder {
color: inherit;
}
#bbpress-forums fieldset.bbp-form input[type=text]:-moz-placeholder,
#bbpress-forums fieldset.bbp-form select:-moz-placeholder,
#bbpress-forums fieldset.bbp-form textarea:-moz-placeholder {
color: inherit;
opacity: 1;
}
#bbpress-forums fieldset.bbp-form input[type=text]::-moz-placeholder,
#bbpress-forums fieldset.bbp-form select::-moz-placeholder,
#bbpress-forums fieldset.bbp-form textarea::-moz-placeholder {
color: inherit;
opacity: 1;
}
#bbpress-forums fieldset.bbp-form input[type=text]:-ms-input-placeholder,
#bbpress-forums fieldset.bbp-form select:-ms-input-placeholder,
#bbpress-forums fieldset.bbp-form textarea:-ms-input-placeholder {
color: inherit;
}
#bbpress-forums fieldset.bbp-form select {
color: #ff1949;
border: 2px solid #ff1949;
border-radius: 30px;
}
#bbpress-forums fieldset.bbp-form textarea.bbp-the-content {
display: block;
}
#bbpress-forums fieldset.bbp-form div.bbp-submit-wrapper {
float: none;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) {
padding: 0 15px;
margin-left: -15px;
margin-right: -15px;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice):before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice):after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p {
float: left;
box-sizing: border-box;
padding: 0 21px;
width: 33.3333333333%;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p:before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p:after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper {
margin: 22px 0 29px;
float: left;
position: relative;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper:before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper:after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-submit-wrapper {
float: left;
position: relative;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
*zoom: 1;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-submit-wrapper:before {
content: " ";
display: table;
}
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-submit-wrapper:after {
content: " ";
display: table;
clear: both;
}
#bbpress-forums fieldset.bbp-form button {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 17px;
line-height: 2em;
font-weight: 600;
outline: none;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-border-radius: 0px;
border-radius: 0;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding: 15px 43px;
color: #fff;
background-color: #252525;
border: 2px solid transparent;
background-color: #ff1949;
cursor: pointer;
}
#bbpress-forums fieldset.bbp-form button:hover {
color: #fff !important;
background-color: #252525 !important;
}
@media only screen and (max-width: 1024px) {
#bbpress-forums fieldset.bbp-form button > div:not(.bbp-template-notice) > p {
width: 100%;
float: none;
}
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: normal;
text-align: left;
}  body.forum #bbpress-forums { }
body.forum #bbpress-forums .subscription-toggle {
position: absolute;
top: 11px;
right: 0;
color: #252525;
}
body.forum #bbpress-forums .subscription-toggle:hover {
color: #ff1949;
}
body.forum #bbpress-forums .subscription-toggle:before {
font-family: 'Linearicons-Free';
content: '\e8a7';
margin-right: 7px;
}
body.forum #bbpress-forums .bbp-topics {
margin: 0;
font-size: inherit;
}
body.forum #bbpress-forums .bbp-topic-form {
margin-top: 60px;
border: 1px solid #e1e1e1;
background-color: #fff;
border-radius: 6px;
}
body.forum #bbpress-forums .bbp-topic-form div.bbp-template-notice {
padding: 0 27px;
background-color: transparent;
border: none;
}
body.forum #bbpress-forums .bbp-topic-form div.bbp-template-notice p {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 18px;
margin: 0 0 10px 0;
color: #303030;
background-color: #fff8dd;
border: 1px solid #ffe275;
border-radius: 0;
}
body.forum #bbpress-forums li.bbp-header ul li.bbp-topic-title {
padding-left: 0;
}
body.forum #bbpress-forums li.bbp-body ul.topic {
border-top: none;
padding: 27px 0 28px 0px;
border-bottom: 1px solid #e1e1e1;
}
body.forum #bbpress-forums li.bbp-body ul.topic:last-child {
border-bottom: none;
}
body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness,
body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness {
color: #444444;
}
body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness > a,
body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness > a {
color: #444444;
font-size: inherit;
}
body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-forum-freshness > a:hover,
body.forum #bbpress-forums li.bbp-body ul.topic li.bbp-topic-freshness > a:hover {
color: #252525;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title {
padding-right: 20px;
font-size: 15px;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink {
font-size: inherit;
color: #252525;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-permalink:hover {
color: #ff1949;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta {
font-size: inherit;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-title .bbp-topic-meta .avatar {
border: none;
vertical-align: middle;
margin: 0 5px 0 10px;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta {
font-size: inherit;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-avatar {
display: none;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name {
font-size: inherit;
color: #252525;
}
body.forum #bbpress-forums li.bbp-body ul.topic .bbp-topic-freshness-author .bbp-author-name:hover {
color: #ff1949;
}
body.forum #bbpress-forums li.bbp-body ul.topic.sticky {
background-color: transparent !important;
font-size: 1em;
position: relative;
}
body.forum #bbpress-forums li.bbp-body ul.topic.sticky:after {
content: '\f02e';
font-family: 'FontAwesome';
color: #ff1949;
font-size: 16px;
position: absolute;
top: -6px;
right: 20px;
vertical-align: top;
}
body.forum #bbpress-forums li.bbp-body .bbp-forum-info .bbp-forum-content {
font-size: 13px;
font-weight: 400;
color: #444444;
}
body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by {
color: #444444;
font-size: 14px;
font-weight: 400;
}
body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name {
font-size: 14px;
color: #ff1949;
}
body.forum #bbpress-forums li.bbp-body .bbp-topic-started-by .bbp-author-name:hover {
color: #252525;
}
body.forum #bbpress-forums .bbp-topic-form,
body.forum #bbpress-forums .bbp-no-topic,
body.forum #bbpress-forums .bbp-reply-form,
body.forum #bbpress-forums .bbp-no-reply {
padding: 0 0 46px;
background-color: #fff;
}
body.forum .bbp-pagination:nth-of-type(4) {
display: none;
}  #bbpress-forums div.bbp-breadcrumb {
font-size: inherit;
line-height: 48px;
float: none;
}
#bbpress-forums div.bbp-breadcrumb p {
margin: 0;
}
#bbpress-forums div.bbp-breadcrumb p > *:not(:last-child):after {
content: "";
}
#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-home {
color: #444444;
}
#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-home:hover {
color: #252525;
}
#bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-current {
color: #252525;
}
.eltdf-title-holder .eltdf-title-wrapper .eltdf-breadcrumbs div.bbp-breadcrumb,
.eltdf-title-holder .eltdf-title-wrapper .eltdf-breadcrumbs div.bbp-topic-tags {
font-size: 15px;
}  #bbpress-forums div.bbp-template-notice {
padding: 13px 18px;
margin: 0 0 10px 0;
color: #444444;
background-color: #fefff0;
border-color: #f1ebaa;
display: inline-block;
width: 100%;
border-radius: 0;
}
#bbpress-forums div.bbp-template-notice p {
font-size: 13px;
}
#bbpress-forums div.bbp-template-notice a {
color: inherit;
}
#bbpress-forums div.bbp-template-notice img.avatar {
border: none;
vertical-align: middle;
margin-bottom: 0;
margin-left: 5px;
margin-right: 5px;
}
#bbpress-forums .bbp-breadcrumb + div.bbp-template-notice,
#bbpress-forums .bbp-topic-tags + div.bbp-template-notice {
margin: 0 0 20px;
width: 100%;
}  #bbpress-forums .bbp-pagination {
margin: 9px 0 17px;
color: #444444;
font-size: 13px;
}
#bbpress-forums .bbp-template-notice + .bbp-pagination {
margin: 0 0 41px;
}  #bbpress-forums #bbp-user-wrapper {
padding: 39px 0;
font-weight: 500;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-topics {
clear: both;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
clear: both;
}
#bbpress-forums #bbp-user-wrapper .bbp-user-forum-role,
#bbpress-forums #bbp-user-wrapper .bbp-user-topic-count,
#bbpress-forums #bbp-user-wrapper .bbp-user-reply-count {
text-transform: none;
font-size: 14px;
color: #444444;
font-weight: 600;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
font-size: 16px;
font-weight: 600;
padding-bottom: 0px;
color: #252525;
}
#bbpress-forums #bbp-user-wrapper .bbp-user-description {
font-size: 14px;
margin-bottom: 12px;
}
#bbpress-forums #bbp-single-user-details {
width: 160px;
}
@media only screen and (max-width: 1024px) {
#bbpress-forums #bbp-single-user-details {
width: 100%;
margin-bottom: 50px;
}
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child a {
border-bottom: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
background-color: transparent;
opacity: 1;
color: #ff1949;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a {
font-size: 14px;
border-bottom: 1px solid #e1e1e1;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:hover {
color: #ff1949;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
width: auto;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
margin-bottom: 6px;
border: 1px solid transparent;
height: auto;
width: 127px;
}
#bbpress-forums #bbp-user-body {
margin-left: 180px;
}
@media only screen and (max-width: 1024px) {
#bbpress-forums #bbp-user-body {
margin-left: 0px;
}
}
#bbpress-forums #bbp-user-body .bbp-topic-title .bbp-topic-permalink {
font-size: 14px;
color: #303030;
font-weight: 600;
}
#bbpress-forums #bbp-user-body .bbp-topic-meta {
font-size: 14px;
}
#bbpress-forums #bbp-user-body .bbp-topic-started-by .bbp-author-name {
color: #ff1949;
}
#bbpress-forums #bbp-user-body .bbp-topic-freshness-author .bbp-author-avatar {
display: none;
}
#bbpress-forums #bbp-user-body .bbp-topic-freshness-author .bbp-author-name {
color: #ff1949;
}
#bbpress-forums #bbp-user-body div.indicator-hint {
padding: 12px 18px;
color: #808080;
border-radius: 0;
}
#bbpress-forums #bbp-user-body div.indicator-hint p {
font-size: 14px;
}
#bbpress-forums #bbp-user-body div.indicator-hint img.avatar {
border: none;
vertical-align: middle;
margin-bottom: 0;
margin-left: 5px;
margin-right: 5px;
}
#bbpress-forums #bbp-your-profile fieldset {
padding: 32px 0 12px;
}
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset input {
background-color: #ebebeb;
color: #afafae;
border: 1px solid #ebebeb;
}
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
#bbpress-forums #bbp-your-profile fieldset input:focus {
border-color: #252525;
}
#bbpress-forums #bbp-your-profile fieldset .description {
margin: 16px 0 0;
padding: 5px 8px;
font-style: normal;
background: none;
border: 0;
width: auto;
}
#bbpress-forums #bbp-your-profile fieldset > div label[for] {
width: 26%;
line-height: 22px;
text-align: inherit;
}
#bbpress-forums #bbp-your-profile fieldset > div label[for="display_name"] {
padding-bottom: 11px;
}
#bbpress-forums #bbp-your-profile fieldset > div input {
width: 72%;
padding: 5px 14px;
line-height: 22px;
}
#bbpress-forums #bbp-your-profile fieldset div {
margin-bottom: 20px;
}  body.forum #bbpress-forums div.bbp-forum-header,
body.forum #bbpress-forums div.bbp-topic-header,
body.forum #bbpress-forums div.bbp-reply-header {
background-color: #f4f9fc;
padding-left: 25px;
font-size: 14px;
font-weight: 400;
border: none;
}  body.bbp-user-page #bbpress-forums div.bbp-reply-author .bbp-author-name {
margin: 0;
font-size: 14px;
}
body.bbp-user-page #bbpress-forums div.bbp-reply-author .bbp-author-role {
line-height: 18px;
}
body.bbp-user-page #bbpress-forums div.bbp-reply-author br {
display: none;
}
body.topic #bbpress-forums div.reply {
padding: 0 20px;
}
body.topic #bbpress-forums .bbp-pagination:nth-of-type(5) {
display: none;
}
body.topic #bbpress-forums .bbp-topic-tags {
display: block;
margin-bottom: 30px;
float: none;
}
body.topic #bbpress-forums .bbp-topic-tags,
body.topic #bbpress-forums #subscription-toggle,
body.topic #bbpress-forums #favorite-toggle {
color: #444444;
font-weight: 400;
font-size: 14px;
}
body.topic #bbpress-forums .bbp-topic-tags a,
body.topic #bbpress-forums #subscription-toggle a,
body.topic #bbpress-forums #favorite-toggle a {
color: #444444;
}
body.topic #bbpress-forums .bbp-topic-tags a:hover,
body.topic #bbpress-forums #subscription-toggle a:hover,
body.topic #bbpress-forums #favorite-toggle a:hover {
color: #252525;
}
body.topic #bbpress-forums .bbp-topic-tags p,
body.topic #bbpress-forums #subscription-toggle p,
body.topic #bbpress-forums #favorite-toggle p {
margin: 0;
}
body.topic #bbpress-forums .bbp-topic-tags .bbp-breadcrumb-current,
body.topic #bbpress-forums #subscription-toggle .bbp-breadcrumb-current,
body.topic #bbpress-forums #favorite-toggle .bbp-breadcrumb-current {
color: #252525;
}
body.topic #bbpress-forums .bbp-replies {
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
margin-bottom: 0;
}
body.topic #bbpress-forums .bbp-replies li.bbp-header {
padding-top: 13px;
padding-bottom: 13px;
padding-right: 30px;
border-bottom: 0;
}
body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-author {
width: auto;
margin-left: 27px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-content {
margin-left: 170px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-content,
body.topic #bbpress-forums .bbp-replies li.bbp-header .bbp-reply-author {
color: #252525;
font-size: 14px;
font-weight: 600;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body {
padding: 0;
border-bottom: 1px solid #e1e1e1;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header {
font-size: 14px;
font-weight: 600;
width: 100%;
padding: 10px 30px;
background-color: #f5f7f7;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header .bbp-reply-post-date {
color: #818080;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header .bbp-admin-links {
color: #808081;
font-weight: 300;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header .bbp-admin-links a {
color: #818080;
font-size: 13px;
font-weight: 300;
text-transform: none;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header .bbp-admin-links a:hover {
color: #252525;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header a.bbp-reply-permalink {
color: #808081;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header a.bbp-reply-permalink:hover {
color: #252525;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .topic-author.even {
padding: 0 22px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .topic-author.odd {
padding: 0 30px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author {
width: auto;
margin-top: 20px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author .bbp-author-avatar {
display: block;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author .bbp-author-avatar img {
display: block;
margin: 0 auto;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author .bbp-author-name {
padding: 0;
text-align: left;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author > a,
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-author > a > img {
margin: 0;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content {
margin-left: 120px;
padding: 25px 12px 20px 0;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content ul.bbp-reply-revision-log {
margin: 11px 0 0 0;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content > p {
margin: 0;
font-size: 13px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body > div.topic-author {
padding: 0;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author {
text-align: center;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author br,
body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-reply-ip {
display: none;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-author-name {
margin-top: 8px;
font-size: 14px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body div.bbp-reply-author .bbp-author-role {
line-height: 18px;
font-style: normal;
margin-top: 0;
}
body.topic #bbpress-forums .bbp-reply-form {
border: 1px solid #e1e1e1;
padding-bottom: 46px;
background-color: #fff;
}
body.topic #bbpress-forums .bbp-reply-form div.bbp-template-notice {
padding: 0 30px;
background-color: transparent;
border: none;
}
body.topic #bbpress-forums .bbp-reply-form div.bbp-template-notice p {
font-size: 14px;
padding: 18px 18px;
margin: 0 0 10px 0;
color: #303030;
background-color: #fff8dd;
border: 1px solid #ffe275;
display: inline-block;
width: 100%;
border-radius: 0;
}
body.topic #bbpress-forums .bbp-reply-form .bbp-form > div:not(.bbp-template-notice) > p {
float: none;
} #bbpress-forums li.bbp-body ul.topic {
padding: 8px 0;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
width: 11%;
} .eltdf-bbp-search-form {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.eltdf-bbp-search-form .eltdf-form-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
border: 1px solid #e1e1e1;
border-radius: 0;
overflow: hidden;
box-sizing: border-box;
}
.eltdf-bbp-search-form .eltdf-form-holder .eltdf-search-field,
.eltdf-bbp-search-form .eltdf-form-holder button {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0;
float: left;
height: 46px;
font-family: "Open Sans", sans-serif;
letter-spacing: normal;
font-size: 15px;
line-height: 44px;
font-weight: 400;
color: #777;
background-color: #fff;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
box-sizing: border-box;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.eltdf-bbp-search-form .eltdf-form-holder .eltdf-search-field {
width: calc(100% - 50px);
padding: 0 0 0 25px;
}
.eltdf-bbp-search-form .eltdf-form-holder .eltdf-search-field::-webkit-input-placeholder {
color: inherit;
}
.eltdf-bbp-search-form .eltdf-form-holder .eltdf-search-field:-moz-placeholder {
color: inherit;
opacity: 1;
}
.eltdf-bbp-search-form .eltdf-form-holder .eltdf-search-field::-moz-placeholder {
color: inherit;
opacity: 1;
}
.eltdf-bbp-search-form .eltdf-form-holder .eltdf-search-field:-ms-input-placeholder {
color: inherit;
}
.eltdf-bbp-search-form .eltdf-form-holder button {
width: 50px;
font-size: 15px;
cursor: pointer;
}
.eltdf-bbp-search-form .eltdf-form-holder button:hover {
color: #252525;
}
.eltdf-bbp-search-form .eltdf-form-holder button span {
display: block;
line-height: inherit;
}
.eltdf-bbp-search-form .eltdf-form-holder button span:before {
display: block;
line-height: inherit;
}
.eltdf-bbp-search-form .eltdf-search-label {
display: block;
margin: 15px 0 0;
}
.eltdf-sidebar .widget_display_search {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
}
.eltdf-sidebar .widget.widget_display_replies ul li,
.eltdf-sidebar .widget.widget_display_topics ul li {
font-weight: 400;
font-size: 13px;
color: #ff1949;
border-bottom: 1px solid #e1e1e1;
margin-top: 10px;
margin-bottom: 11px;
padding-bottom: 7px;
}
.eltdf-sidebar .widget.widget_display_replies ul li a,
.eltdf-sidebar .widget.widget_display_topics ul li a {
display: inline-block;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
border: none;
margin: 0;
padding: 0;
font-weight: 500;
}
.eltdf-sidebar .widget.widget_display_replies ul li div,
.eltdf-sidebar .widget.widget_display_topics ul li div {
font-size: 12px;
}
.eltdf-sidebar .widget.widget_display_replies .bbp-author-avatar,
.eltdf-sidebar .widget.widget_display_topics .bbp-author-avatar {
padding-right: 5px;
}
.eltdf-sidebar .widget_display_views li a,
.eltdf-sidebar .widget_display_forums li a {
font-size: 13px;
color: #444444;
line-height: 43px;
position: relative;
display: block;
font-weight: 500;
padding: 0 10px 0 0;
margin: 0;
overflow: hidden;
-webkit-transition: padding 0.2s ease;
-moz-transition: padding 0.2s ease;
transition: padding 0.2s ease;
}
.eltdf-sidebar .widget_display_views li a:after,
.eltdf-sidebar .widget_display_forums li a:after {
position: absolute;
top: 50%;
left: -15px;
display: inline-block;
vertical-align: middle;
font-family: "IonIcons";
content: "\f3d1";
speak: none;
color: #ff1949;
font-size: 17px;
text-transform: none;
text-rendering: auto;
line-height: 17px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: left 0.2s cubic-bezier(0.54, 0.49, 0, 1.75);
-moz-transition: left 0.2s cubic-bezier(0.54, 0.49, 0, 1.75);
transition: left 0.2s cubic-bezier(0.54, 0.49, 0, 1.75);
}
.eltdf-sidebar .widget_display_views li a:hover,
.eltdf-sidebar .widget_display_forums li a:hover {
color: #ff1949;
padding: 0 15px 0 15px;
}
.eltdf-sidebar .widget_display_views li a:hover:after,
.eltdf-sidebar .widget_display_forums li a:hover:after {
left: 0;
}
.eltdf-sidebar .widget_display_stats dl {
font-size: 13px;
}
.eltdf-sidebar .widget_display_stats dl > * {
display: inline-block;
float: left;
border-bottom: 1px solid #e1e1e1;
margin: 0 0 5px;
padding: 0 0 5px;
}
.eltdf-sidebar .widget_display_stats dl dt {
width: 80%;
font-weight: 500;
font-size: 13px;
color: #444444;
}
.eltdf-sidebar .widget_display_stats dl dd {
color: #444444;
width: 20%;
text-align: right;
font-weight: 300;
}
.eltdf-sidebar .widget_display_stats dl dd:last-child {
margin-bottom: 28px;
}
.eltdf-sidebar .widget_display_stats dl dd strong:before {
content: "(";
}
.eltdf-sidebar .widget_display_stats dl dd strong:after {
content: ")";
}
.eltdf-sidebar .bbp_widget_login .bbp-logged-in > * {
margin: 0;
line-height: 16px;
}
.eltdf-sidebar .bbp_widget_login .bbp-logged-in > * > a {
font-size: 16px;
line-height: 1em;
font-weight: 500;
}
.eltdf-sidebar .bbp_widget_login input[type=text],
.eltdf-sidebar .bbp_widget_login input[type=password] {
width: 100%;
margin-bottom: 0px;
padding: 16px 20px;
outline: 0;
font-size: 14px;
color: #767676;
border: none;
background-color: #f5f7f7;
box-sizing: border-box;
resize: none;
-webkit-transition: border-color 0.2s ease-out;
-moz-transition: border-color 0.2s ease-out;
transition: border-color 0.2s ease-out;
}
.eltdf-sidebar .bbp_widget_login input[type=text]:focus,
.eltdf-sidebar .bbp_widget_login input[type=password]:focus {
border-color: #252525;
}
.eltdf-sidebar .bbp_widget_login label {
font-size: 12px;
padding-bottom: 5px;
}
.eltdf-sidebar .bbp_widget_login .bbp-username {
margin-top: 0;
}
.eltdf-sidebar .bbp_widget_login .bbp-remember-me label {
font-size: 12px;
}
.eltdf-sidebar .bbp_widget_login .bbp-remember-me input {
vertical-align: middle;
}
.eltdf-sidebar .bbp_widget_login .bbp-submit-wrapper {
text-align: left;
float: none;
}
.eltdf-sidebar .bbp_widget_login .logout-link {
color: #444444;
font-weight: 700;
font-size: 12px;
}
.eltdf-sidebar .bbp_widget_login button {
position: relative;
display: inline-block;
vertical-align: middle;
outline: none;
font-size: 13px;
line-height: 2.714285714285714em;
padding: 0 35px;
color: #fff;
background-color: #252525;
border-width: 0; cursor: pointer;
-webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
-moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
.eltdf-sidebar .bbp_widget_login button:hover {
background-color: #ff1949;
}@media only screen and (max-width: 1440px) {
#bbpress-forums div.bbp-topic-tags {
display: inline-block;
float: none;
}
}
@media only screen and (max-width: 1200px) {
#bbpress-forums #bbp-your-profile fieldset > div label[for] {
width: 30%;
padding: 5px 11px 5px 0px;
}
#bbpress-forums #bbp-your-profile fieldset > div input {
width: 70%;
}
}
@media only screen and (max-width: 1024px) {
#bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p {
width: 100%;
}
#bbpress-forums div.bbp-template-notice {
margin-bottom: 0;
}
}
@media only screen and (max-width: 680px) {
#bbpress-forums .bbp-forums .forum-titles .bbp-forum-topic-count,
#bbpress-forums .bbp-forums .forum-titles .bbp-forum-reply-count,
#bbpress-forums .bbp-forums .forum-titles .bbp-forum-freshness {
display: none;
}
#bbpress-forums .bbp-forums .bbp-body .bbp-forum-topic-count,
#bbpress-forums .bbp-forums .bbp-body .bbp-forum-reply-count,
#bbpress-forums .bbp-forums .bbp-body .bbp-forum-freshness {
display: none;
}
#bbpress-forums .bbp-forums .bbp-body .bbp-forum-info {
width: 100%;
padding-right: 0;
}
#bbpress-forums .bbp-topics .forum-titles .bbp-topic-voice-count,
#bbpress-forums .bbp-topics .forum-titles .bbp-topic-reply-count,
#bbpress-forums .bbp-topics .forum-titles .bbp-topic-freshness {
display: none;
}
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-voice-count,
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-reply-count,
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-freshness {
display: none;
}
#bbpress-forums .bbp-topics .bbp-body .bbp-forum-info {
width: 100%;
padding-right: 0;
}
#bbpress-forums div.bbp-search-form,
#bbpress-forums .bbp-breadcrumb,
#bbpress-forums > #subscription-toggle {
float: none;
}
#bbpress-forums #bbp-search-form #bbp_search {
width: 100%;
}
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint,
#bbpress-forums .bbp-admin-links {
display: none;
}
#bbpress-forums fieldset.bbp-form {
padding-left: 0;
padding-right: 0;
}
#bbpress-forums #bbp-your-profile fieldset > div label[for] {
width: 100%;
text-align: left;
padding: 5px 11px 5px 0px;
}
#bbpress-forums #bbp-your-profile fieldset > div input {
width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
width: 100%;
}
}
@media only screen and (max-width: 480px) {
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: 0;
min-height: 70px;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
margin-left: 0;
margin-right: 0;
}
#bbpress-forums div.bbp-reply-author img.avatar {
top: 0;
margin-top: 0;
}
#bbpress-forums li.bbp-body div.hentry {
padding-top: 16px;
}
#bbpress-forums li.bbp-header .bbp-reply-content {
display: none;
}
#bbpress-forums li.bbp-header .bbp-reply-author {
float: none;
}
#bbpress-forums #bbp-single-user-details {
margin-bottom: 20px;
}
body.topic #bbpress-forums .bbp-replies li.bbp-body .bbp-reply-content {
margin-left: 0;
padding-top: 20px;
}
body.topic #bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) .bbp-the-content-wrapper {
padding: 0;
}
body.topic #bbpress-forums fieldset.bbp-form > div:not(.bbp-template-notice) > p {
width: 100%;
}
}@font-face{font-family:WAmeIcons;src:url(//www.get-it.pt/wp-content/plugins/creame-whatsapp-me/public/css/data:font/woff;base64,d09GRgABAAAAAARgAAsAAAAABBQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFgGNtYXAAAAFoAAAAVAAAAFQXVtKIZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAHQAAAB0gkciwGhlYWQAAAI4AAAANgAAADYVuuUSaGhlYQAAAnAAAAAkAAAAJAbCA8dobXR4AAAClAAAABgAAAAYDgACM2xvY2EAAAKsAAAADgAAAA4AYgBAbWF4cAAAArwAAAAgAAAAIAAIAAVuYW1lAAAC3AAAAWIAAAFicC7V7nBvc3QAAARAAAAAIAAAACAAAwAAAAMDVQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QEDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkB//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEzAM0DAALNAAIAAAkBEQMA/jMBzf8AAgAAAAEBAADNAs0CzQACAAABEQECzf4zAs3+AAEAAAABAAAAAQAAtqSnv18PPPUACwQAAAAAANnOUKQAAAAA2c5QpAAAAAADAALNAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAMAAAEAAAAAAAAAAAAAAAAAAAAGBAAAAAAAAAAAAAAAAgAAAAQAATMEAAEAAAAAAAAKABQAHgAsADoAAAABAAAABgADAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAd2FtZQB3AGEAbQBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2FtZQB3AGEAbQBld2FtZQB3AGEAbQBlUmVndWxhcgBSAGUAZwB1AGwAYQByd2FtZQB3AGEAbQBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff')}.whatsappme{position:fixed;z-index:1000;right:20px;bottom:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:16px;line-height:1.625em;color:#262626;transform:scale3d(0,0,0);transition:transform .3s ease-in-out;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.whatsappme *,.whatsappme :after,.whatsappme :before{box-sizing:border-box}.whatsappme svg,.whatsappme svg path{fill:currentColor!important}.whatsappme.whatsappme--show{transform:scale3d(1,1,1);transition:transform .5s cubic-bezier(.18,.89,.32,1.28)}.whatsappme__button{display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute;z-index:2;bottom:8px;right:8px;height:60px;min-width:60px;max-width:95vw;background-color:#25d366;color:#fff;border-radius:30px;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear;-webkit-tap-highlight-color:transparent}.whatsappme__button:hover{background-color:#128c7e;transition:background-color 1.5s linear}.whatsappme--chatbox .whatsappme__button{background-color:#128c7e;transition:background-color .2s linear}.whatsappme--chatbox .whatsappme__button:hover{background-color:#075e54}.whatsappme__button:active{background-color:#075e54;transition:none}@supports (-webkit-overflow-scrolling:touch){.whatsappme--chatbox .whatsappme__button{background-color:#34b7f1}.whatsappme--chatbox .whatsappme__button:hover,.whatsappme__button:active{background-color:#228bb9}}.whatsappme__button svg{width:36px;height:36px;margin:12px 12px}.whatsappme__button .whatsappme__button__send{margin:12px 11px 12px 13px}.whatsappme__button__image{position:absolute;top:1px;right:1px;width:58px;height:58px;border-radius:50%;overflow:hidden;opacity:0}.whatsappme__button__image img{display:block;width:100%;height:100%;object-fit:cover}.whatsappme--show .whatsappme__button__image{animation:wame_image_loop 20s linear 5s infinite normal both}.whatsappme--image .whatsappme__button__image{opacity:1;animation:none}.whatsappme__button__sendtext{padding:0;max-width:0;font-weight:600;line-height:60px;white-space:nowrap;opacity:0;overflow:hidden;transition:none}.whatsappme--chatbox .whatsappme__button__sendtext{padding:0 4px 0 24px;max-width:200px;opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s}.whatsappme__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.whatsappme__badge.whatsappme__badge--in{animation:wame_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.whatsappme__badge.whatsappme__badge--out{animation:wame_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.whatsappme--chatbox .whatsappme__button{box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.whatsappme .whatsappme__button__send path{fill:none!important;stroke:#fff!important}.whatsappme .whatsappme__button__send .wame_svg__plain{stroke-dasharray:1097;stroke-dashoffset:1097;animation:wame_plain 6s .2s ease-in-out infinite}.whatsappme .whatsappme__button__send .wame_svg__chat{stroke-dasharray:1020;stroke-dashoffset:1020;animation:wame_chat 6s 3.2s ease-in-out infinite}.whatsappme__tooltip{position:absolute;top:14px;right:76px;max-width:calc(100vw - 105px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:#075e54;line-height:31px;white-space:nowrap;box-shadow:0 1px 4px 0 rgba(0,0,0,.4);opacity:0}.whatsappme__tooltip::after{font:normal normal 400 20px/1em WAmeIcons;content:'\e900';position:absolute;top:6px;right:-12px;color:#fff;text-align:right;text-shadow:2px 1px 3px rgba(0,0,0,.4)}.whatsappme__tooltip div{overflow:hidden;text-overflow:ellipsis}.whatsappme--tooltip .whatsappme__tooltip{animation:wame_tootlip 20s linear 5s 1 normal both}.whatsappme--chatbox .whatsappme__button__send,.whatsappme__button__open{display:block}.whatsappme--chatbox .whatsappme__button__image,.whatsappme--chatbox .whatsappme__button__open,.whatsappme--chatbox .whatsappme__tooltip,.whatsappme__button__send{display:none}.whatsappme__box{position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - 40px);max-width:400px;min-height:270px;border-radius:32px;background:#ede4dd url(//www.get-it.pt/wp-content/plugins/creame-whatsapp-me/public/images/background.png) center repeat-y;background-size:100% auto;box-shadow:0 2px 6px 0 rgba(0,0,0,.5);overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:opacity .4s ease-out,transform 0s linear .3s}.whatsappme--webp .whatsappme__box{background-image:url(//www.get-it.pt/wp-content/plugins/creame-whatsapp-me/public/images/background.webp)}.whatsappme--chatbox .whatsappme__box{opacity:1;transform:scale3d(1,1,1);transition:opacity .2s ease-out,transform 0s linear}.whatsappme__header{float:none;display:block;position:static;width:100%;height:70px;padding:0 26px;margin:0;background-color:#2e8c7d;color:rgba(255,255,255,.5)}.whatsappme__header svg{width:120px;height:100%}.whatsappme__close{display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute;top:18px;right:24px;width:34px;height:34px;border-radius:50%;background:#000;color:#fff;text-align:center;opacity:.4;cursor:pointer;transition:opacity .3s ease-out;-webkit-tap-highlight-color:transparent}.whatsappme__close:hover{opacity:.6}.whatsappme__close svg{display:block;width:12px;height:12px;margin:auto}.whatsappme__box__scroll{max-height:calc(100vh - 100px);padding:20px 0 80px 0;overflow:hidden auto}.whatsappme__box__scroll::-webkit-scrollbar{width:5px;background:rgba(0,0,0,0)}.whatsappme__box__scroll::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(0,0,0,0)}.whatsappme__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.whatsappme__message{position:relative;min-height:80px;padding:20px;margin:0 26px 26px;border-radius:32px;background-color:#fff;color:#4a4a4a;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.whatsappme__message:before{content:'';display:block;position:absolute;bottom:30px;left:-18px;width:18px;height:18px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAEr0lEQVRo3t2aT0gjVxzHf++9mcn8zWhW6bpELWzcogFNaRar7a4tBNy2WATbHpacpdZ6redeZE+9CL02B1ktXsRD/xwsilhoSwsqag/xYK09hCQlmCiTf28vGRnGmZhE183MFx5vmGQy7zO/P/P7PYLAHUIAQCqDAwDPxMREG3IpHL+zs/MZcgkYAgAMAIwOl8lkYm6xGgYAFgAEAGgZHx9/vVwun7nJJTkAEAGgdW9v73NKKXWLSzIA4AEAGQDazs/P/3ALnNEl1a2trY9oRW6wmu6SEgC0ZrPZn9wCp2dIHgCU1dXVtymlZafDIatEksvlfqYGueG9xgOAcnBw8JSa5GR3vIi1aDTaUSwWj5wOZ3RHPUN6U6nUN9RCTnZHDwDI+/v745TSkpPhrOpHcWlpqbdcLieojZwGpseZMDo66svn87/RKnIaGAsAfCAQ8J6dnX1Pr5DjwABAzmazMVqDHAd2enr6La1RjgGLRCJqLpeL0TrUjFDGrMgCAD8/P38vn8//QutUs1pLT/fC5ubmQKFQOKANqNmspbuhBwDEZDL5BaX0lDaoZoK62NxZXFzs1DRthV5TrxrKGFue/v5+KZ1Of1kul5P0BtQUUAAgxOPx9wuFwl/0BvWq3O8C6vDw8F1N036gL0G3ZaVLUEdHRxFN036kL1E3DWMHxAEAPzc3dyedTk+XSqUdegu6CRijy5mBPLOzs2oikfhU07RFSmmG3qKuaxkdxuhy/MzMjDeRSHyiadrz2wYyClUBMh9bzRfAu7u7PX6//z1RFB9zHBcBALUZKoRqUMgEgyvHeHt7+353d/cjQRBGWJZ9jBDqaMYKHKpYBAEAXltbawsGg2FFUd7iOO4hIeQhQuiOEzpdOzCSTCaftLS0fEUIGXbiHiBjU5njVCr1sc/nW6wkDcduS1u1HKRUKv2KMR4ABwvbAWKMA+BwYbsasFgs/uMWuEtxd3x8/J3b4C4Ag8Hg83g8/iyfz//n5IRi1eZzla00HgA8oijyDMNwlFJCCGH0axiGQQAAXq+XyLLMeL1eRlEURpZlRpIkhud5oigK297eLvl8Prm1tVVSFEWSJEkWRVESBMGrqupriqLcFQThLsaYu612n6vUip4KMFv5HJssjhooEi5laoZh0NjYWNvw8PC9np6ejkAg8MDv9w+oqnrfxsNqhgNTh2wE1MGYChyyWGA9RYJVFWTM3MhwjMPhsDw9PT0QDocHOjs731RV9Y1rv+cMlb4Oiy3garWW1b2sPMfceZgHmZqa6pycnPywr6/vA47jfPXAWbU0xOCOqE44u2K8Wl9oBUfMa+rq6hIWFhbGBwcHn9pBohogcRWwRiCRTUiACQ6ZYpxY9JAkFAopy8vLM4FAYKyRrgA1GGf1JperLGgEM4cNG4vF3olGo18TQkT9JsRmAdQw66NsGlbn7Ibdd0um2XzOblz6/ZWVlX8JIb8PDQ090gFJDU+e2sBeZ1hBU9NcqvIQzDMFALq+vp7GGP85MjLyBCHE1tPO1LP4eq4FG/hqnlGyeSiwsbHxfygUOu7t7Y00059JUY3ZHFm8k1lT0cGfnJw8c0ojepWFzd6CMpnM3y8AJPEkZ9khO4IAAAAASUVORK5CYII=);background-size:100%}.whatsappme__message a{text-decoration:underline;color:#2e8c7d}.whatsappme__copy{position:absolute;bottom:9px;left:28px;color:#2e8c7d;font-size:11px;letter-spacing:.2px;line-height:16px;opacity:.4;transition:opacity .25s}.whatsappme__copy:hover{opacity:.8;transition:opacity .5s ease-out .5s}.whatsappme__copy a,.whatsappme__copy a:active,.whatsappme__copy a:hover{color:inherit;text-decoration:none}.whatsappme__copy svg{width:40px;height:10px;vertical-align:inherit}.whatsappme--left{right:auto;left:20px}.whatsappme--left .whatsappme__button{right:auto;left:8px;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.whatsappme--left.whatsappme--chatbox .whatsappme__button__sendtext{padding:0 24px 0 4px}.whatsappme--left .whatsappme__tooltip{right:auto;left:76px}.whatsappme--left .whatsappme__tooltip::after{content:'\e901';left:-12px;right:auto;text-align:left;text-shadow:-2px 1px 3px rgba(0,0,0,.4)}.whatsappme--left .whatsappme__box{right:auto;left:0}.whatsappme--left .whatsappme__copy{left:auto;right:28px;text-align:right}.whatsappme--dark .whatsappme__header{background:#075e54}.whatsappme--dark .whatsappme__box{background:#000}.whatsappme--dark .whatsappme__message{background:#505050;color:#d8d8d8}.whatsappme--dark .whatsappme__message:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABVpJREFUeNrcmktv41QYhn2OHSdxkiZNkzZp0ia9UGibdBqSJqACYjGAhBgoArGhIMFixAJGbFkggTRiwRKJxYxGaH4B/4JlV/yArrpslzOZXHm/yCc6NbaTtGnHjqUjO871yftd3nNs1u/3FcaYMgMbt4wmV2ZjY9J+cMw5j8wKnAxGTJ14PF6aRTganUwm8wGfMajBQEjGlpeXj/gMhmQ7mUw2EonEHT5jhYR4esVi8ZjTNkOqqRjdSCTyKoVkt9tV+Iyp1lpbW/smGAzGe72ewmdJNcMwtgiOVBNd3e+qCUfS3traehAKhZKkmp/hZDBSrTU/P/8mqdbpdC75Mb+qJhSjvhbc29t7qKpqkLyyX+FkMJFrzzY3N79fXFx8R1bNz8oJsOdLS0sf7u7u/mwF8xMcs5R8Amujp23VarXHCEtDDkc/Knep7AcCgUSj0XgaDodzovT7Dc5OsR6U0g8ODp4sLCy8YReOfoCz9Y2MMV6tVh/l8/mjdrvt+gGaT8BIsQ5KfQhgjwuFwpetVmvkh2geBxO9rKXreqper/8FU3xvHDCvwTEb9zEAoyUD5NhTuJDquGBegrPNLwJDbn1WqVT+hNNfGpVjXoNjDs6jjVIfL5VKv2xsbPxIRtitKnoNjjktEdCJbDb7frlc/h3heIeg7Bq0F+GcoKgLt6PR6Pr29vZPq6ur39L5ScPwZcExh8ZMUF3MwRZhfu9jyvIDHV9HrduEc4IaJBCsU7ZYLH4NqO/gE4sEdV21bhqOOVTAnqmUglzaBdRXKysrx8IbThNqmnDMpaQPgTRNi2LO9Rby6TiTyXyKamjcFNR14ZgL2NCiwy4ZyWSyQq4CQPdisdjO4AU3DDUJHBsBReoMsx8FIQO3XoVKd9Pp9F1UwBIgB0BX6VXThmMO0w7FhOjJT8I5pJFDr9H0A+PtRCJxQIB0zY+AqAGL1ajb3rQxioEcZmHDMFYAs00+j0Dm5ubKgMnR4jWV75eh0Dhwdv6ujTxZz+VynwCmjuMSqtsaikGElBGqEJDTbNgrcLIbH/g7QH1cq9WeUOgJEFLHK8qMC2dVrY9Qy+7v7z9CCU9PMs3w0sYdvF4HJbyOEMx4MdyuAqdYFmI0xecbd/B+4YuLi3+bzeY5wtK3cMy8D0VWLIChUz+D9/sCefcQBWVx4g+2ubdFdvrimPZi3CZciACRd6+gOb9O93XgtVwK3aHatNwmh7S5aXhPAM8FaJ0R7SNEfRKRYOi6HiOvSS0Fg44jGGFyMvRTZODrGAArHJfggiag+OEBMw9VB0v2P6EszoZblupUujpDy3WAjSI65vFHpjH1WYZlW0FPLeA4h6qdImhhECZRWIYbfqkJEjQhdfNxwHyOuwC5+VEnb9q38aj0HUFAJwC5isq9nUqlKtiTiUgK8z0K1AonV0pNghKPucVrKiMUdJsOWYsYtzkWswyiCNAsHWa8ks/n34MxbwA+6DZrl+EU5fKNYTKkKp1nI5RjEwAyB0Bu81u4CUmwGvwtXf8+KhQKHyFvw3auiUl37Vm/xPrB7AohOQ1AVdqr0p9NYdwjE7+zs3MfVvFd6wzECucWKmzMQjKukqPCU756KsOpUspoJqS6vr7+eblcfkBVV7gqZrnf0mlBxw2GuVTJSYvMKAVVl5rwAvl42Gg0fkPlTRIgc7iZdNyCoUzpdcwF1ElBAaVLo4meXD88PPwDCsa4S4+yjt6Yo+sy7F5n956ONNrmoKnJC2k8Jxhz/8zcB87Pz/85OTn5FYL1b9s49kecG0fNrqSg+AO6kgD62dnZ36enpzXm8XucndZzrHmoW0YPPTH9nwADAK1QyP/ohXd8AAAAAElFTkSuQmCC)}.whatsappme--dark .whatsappme__copy{color:#25d366}@media (prefers-color-scheme:dark){.whatsappme--dark-auto .whatsappme__header{background:#075e54}.whatsappme--dark-auto .whatsappme__box{background:#000}.whatsappme--dark-auto .whatsappme__message{background:#505050;color:#d8d8d8}.whatsappme--dark-auto .whatsappme__message:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABVpJREFUeNrcmktv41QYhn2OHSdxkiZNkzZp0ia9UGibdBqSJqACYjGAhBgoArGhIMFixAJGbFkggTRiwRKJxYxGaH4B/4JlV/yArrpslzOZXHm/yCc6NbaTtGnHjqUjO871yftd3nNs1u/3FcaYMgMbt4wmV2ZjY9J+cMw5j8wKnAxGTJ14PF6aRTganUwm8wGfMajBQEjGlpeXj/gMhmQ7mUw2EonEHT5jhYR4esVi8ZjTNkOqqRjdSCTyKoVkt9tV+Iyp1lpbW/smGAzGe72ewmdJNcMwtgiOVBNd3e+qCUfS3traehAKhZKkmp/hZDBSrTU/P/8mqdbpdC75Mb+qJhSjvhbc29t7qKpqkLyyX+FkMJFrzzY3N79fXFx8R1bNz8oJsOdLS0sf7u7u/mwF8xMcs5R8Amujp23VarXHCEtDDkc/Knep7AcCgUSj0XgaDodzovT7Dc5OsR6U0g8ODp4sLCy8YReOfoCz9Y2MMV6tVh/l8/mjdrvt+gGaT8BIsQ5KfQhgjwuFwpetVmvkh2geBxO9rKXreqper/8FU3xvHDCvwTEb9zEAoyUD5NhTuJDquGBegrPNLwJDbn1WqVT+hNNfGpVjXoNjDs6jjVIfL5VKv2xsbPxIRtitKnoNjjktEdCJbDb7frlc/h3heIeg7Bq0F+GcoKgLt6PR6Pr29vZPq6ur39L5ScPwZcExh8ZMUF3MwRZhfu9jyvIDHV9HrduEc4IaJBCsU7ZYLH4NqO/gE4sEdV21bhqOOVTAnqmUglzaBdRXKysrx8IbThNqmnDMpaQPgTRNi2LO9Rby6TiTyXyKamjcFNR14ZgL2NCiwy4ZyWSyQq4CQPdisdjO4AU3DDUJHBsBReoMsx8FIQO3XoVKd9Pp9F1UwBIgB0BX6VXThmMO0w7FhOjJT8I5pJFDr9H0A+PtRCJxQIB0zY+AqAGL1ajb3rQxioEcZmHDMFYAs00+j0Dm5ubKgMnR4jWV75eh0Dhwdv6ujTxZz+VynwCmjuMSqtsaikGElBGqEJDTbNgrcLIbH/g7QH1cq9WeUOgJEFLHK8qMC2dVrY9Qy+7v7z9CCU9PMs3w0sYdvF4HJbyOEMx4MdyuAqdYFmI0xecbd/B+4YuLi3+bzeY5wtK3cMy8D0VWLIChUz+D9/sCefcQBWVx4g+2ubdFdvrimPZi3CZciACRd6+gOb9O93XgtVwK3aHatNwmh7S5aXhPAM8FaJ0R7SNEfRKRYOi6HiOvSS0Fg44jGGFyMvRTZODrGAArHJfggiag+OEBMw9VB0v2P6EszoZblupUujpDy3WAjSI65vFHpjH1WYZlW0FPLeA4h6qdImhhECZRWIYbfqkJEjQhdfNxwHyOuwC5+VEnb9q38aj0HUFAJwC5isq9nUqlKtiTiUgK8z0K1AonV0pNghKPucVrKiMUdJsOWYsYtzkWswyiCNAsHWa8ks/n34MxbwA+6DZrl+EU5fKNYTKkKp1nI5RjEwAyB0Bu81u4CUmwGvwtXf8+KhQKHyFvw3auiUl37Vm/xPrB7AohOQ1AVdqr0p9NYdwjE7+zs3MfVvFd6wzECucWKmzMQjKukqPCU756KsOpUspoJqS6vr7+eblcfkBVV7gqZrnf0mlBxw2GuVTJSYvMKAVVl5rwAvl42Gg0fkPlTRIgc7iZdNyCoUzpdcwF1ElBAaVLo4meXD88PPwDCsa4S4+yjt6Yo+sy7F5n956ONNrmoKnJC2k8Jxhz/8zcB87Pz/85OTn5FYL1b9s49kecG0fNrqSg+AO6kgD62dnZ36enpzXm8XucndZzrHmoW0YPPTH9nwADAK1QyP/ohXd8AAAAAElFTkSuQmCC)}.whatsappme--dark-auto .whatsappme__copy{color:#25d366}}[dir=rtl] .whatsappme__close{right:auto;left:24px}[dir=rtl] .whatsappme__message:before{left:auto;right:-18px;transform:rotateY(180deg)}[dir=rtl] .whatsappme__button{-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}[dir=rtl] .whatsappme--left .whatsappme__button{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}@media (max-width:480px),(orientation:landscape) and (max-width:767px){.whatsappme{bottom:6px;right:6px}.whatsappme--left{right:auto;left:6px}.whatsappme__box{width:calc(100vw - 12px);min-height:0}.whatsappme__header{height:55px}.whatsappme__close{top:13px;width:28px;height:28px}.whatsappme__box__scroll{max-height:calc(100vh - 67px);padding:15px 0 70px 0}.whatsappme__message{padding:16px;margin:0 20px 20px;line-height:24px}}@media (max-width:360px){.whatsappme__copy{width:70px}}@keyframes wame_badge_in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes wame_badge_out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes wame_plain{0%,100%,50%{stroke-dashoffset:1097}45%,5%{stroke-dashoffset:0}}@keyframes wame_chat{0%,100%,50%{stroke-dashoffset:1020}45%,5%{stroke-dashoffset:0}}@keyframes wame_image_loop{0%{opacity:0}20%,3%{opacity:1}100%,23%{opacity:0}}@keyframes wame_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleY(1)}100%,23%{opacity:0;transform:scaleY(1)}}