#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;
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;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
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;
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;
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;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
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;
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;
-webkit-box-sizing: border-box;
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;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-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;
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%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-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;
-webkit-box-sizing: border-box;
box-sizing: border-box;
resize: none;
-webkit-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;
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%;
}
}.eltdf-core-dashboard{max-width:initial!important}.eltdf-core-dashboard .eltdf-core-dashboard-inner{margin:0 -15px;display:inline-block;width:100%}.eltdf-core-dashboard .eltdf-cd-logo{display:inline-block;vertical-align:middle;padding-right:15px;width:62px}.eltdf-core-dashboard .eltdf-cd-title{display:inline-block;vertical-align:middle;font-size:41px;font-weight:400;margin:0}.eltdf-core-dashboard .eltdf-cd-title-holder{margin-bottom:30px}.eltdf-core-dashboard .eltdf-cd-subtitle{font-size:18px;line-height:25px;font-weight:400;color:#555d66;max-width:610px;margin:10px 0 30px}.eltdf-core-dashboard .eltdf-core-dashboard-column{float:left;width:100%;max-width:610px;padding:0 15px}.eltdf-core-dashboard .eltdf-core-dashboard-column.eltdf-cd-smaller-column{max-width:380px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box{background-color:#fff}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box.eltdf-core-bottom-space{margin-bottom:30px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-box-title-holder{padding:28px 34px 23px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-box-title-holder p{margin:19px 0 0;padding:0;font-size:16px;line-height:22px;font-weight:400;color:#555d66}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box.eltdf-cd-import-box .eltdf-cd-box-title-holder p{font-size:14px;line-height:20px;margin:17px 0 0}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box.eltdf-cd-import-box .eltdf-cd-label{font-weight:600;margin-bottom:15px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box h2{margin:0;padding:0;font-size:25px;font-weight:400;color:#32373c;text-align:left}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box h3{margin:0;padding:0}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-field-holder{padding-bottom:30px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-label{display:block;color:#555d66;font-size:14px;margin-bottom:7px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input{border:none;border-bottom:1px solid #c2c2c2;outline:0;width:50%;box-shadow:none;color:#555d66;font-size:14px;padding:4px 0;margin:0}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:focus{outline:0;border-color:#c2c2c2}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:focus::-webkit-input-placeholder{color:#555d66}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:focus:-moz-placeholder{color:#555d66;opacity:1}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:focus::-moz-placeholder{color:#555d66;opacity:1}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:focus:-ms-input-placeholder{color:#555d66}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input::-webkit-input-placeholder{color:#555d66}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-moz-placeholder{color:#555d66;opacity:1}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input::-moz-placeholder{color:#555d66;opacity:1}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-ms-input-placeholder{color:#555d66}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-webkit-autofill,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-webkit-autofill:active,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-webkit-autofill:focus,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-input:-webkit-autofill{-webkit-text-fill-color:#666!important}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-error-field{border-bottom-color:#ee3535}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cd-error-message{display:block;color:#ee3535;font-size:12px;margin-top:5px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cdb-problem{border:1px solid #e1e1e1;border-left:3px solid #ee3535;padding:15px;margin-bottom:25px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box .eltdf-cdb-problem p{font-size:12px;line-height:18px;font-weight:600;margin:0;padding:0}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-core-dashboard-box:last-child .eltdf-cd-box-row:last-child{padding-bottom:10px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-button{padding:7px 35px;background-color:#3596ee;border:none;color:#fff;font-size:16px;line-height:1em;border-radius:5px;box-shadow:0 2px 0 0 #246eae}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-button.eltdf-cd-button-disabled,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-button.eltdf-import-demo-data-disabled{background-color:#6bb4f7}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-button-wait{display:none;font-size:12px;color:#3596ee;margin-left:15px;font-weight:400}.eltdf-core-dashboard .eltdf-core-dashboard-column a.eltdf-cd-button{text-decoration:none}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-box-section{padding:0 35px 10px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-box-section h3{padding:0;margin:0 0 24px;color:#555d66;font-size:17px;line-height:20px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-box-list{padding:10px 35px;margin:0}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-box-list li{font-size:15px;margin:0 0 25px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-box-list li a{color:#3675ae}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-box-row{display:table;padding:0 20px;border-bottom:1px solid #f1f1f1;width:100%;box-sizing:border-box;font-size:14px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cdb-label,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cdb-value{display:table-cell;width:50%;padding:17px 15px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cdb-value{color:#3e87be}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cdb-value-false span{color:#ea3a27}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form{padding:0 30px 10px 30px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section{padding:0 0 28px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section.eltdf-cd-box-form-section-columns{display:flex;margin:0 -15px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section.eltdf-cd-box-form-section-columns .eltdf-cd-box-form-section-column{padding:0 15px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section.eltdf-cd-box-form-section-columns .eltdf-cd-box-form-section-column:first-child{width:75%}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section.eltdf-cd-box-form-section-columns .eltdf-cd-box-form-section-column:last-child{width:25%}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section .eltdf-cd-import-option,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section .eltdf-import-demo{width:100%}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section .select2-container--default .select2-selection--single{border-radius:0;border-color:#e1e1e1;height:34px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered{color:#555;line-height:34px}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-import-is-completed{display:none;color:#3596ee;font-size:14px;font-weight:600}.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section-dependency,.eltdf-core-dashboard .eltdf-core-dashboard-column .eltdf-cd-import-form .eltdf-cd-box-form-section-progress{display:none}#eltdf-progress-bar[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100%;height:5px}#eltdf-progress-bar[value]::-webkit-progress-bar{background-color:#fff;border:1px solid #e1e1e1;border-radius:0}#eltdf-progress-bar{color:#3596ee}#eltdf-progress-bar::-moz-progress-bar{background:#3596ee}#eltdf-progress-bar::-webkit-progress-value{background:#3596ee}#eltdf-progress-bar[aria-valuenow]:before{background:#3596ee}.eltdf-cd-selection li.select2-results__option{padding:10px;margin:0}.eltdf-cd-selection img{vertical-align:middle;padding-right:20px}.select2-container--default .eltdf-cd-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .eltdf-cd-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.eltdf-cd-action-selection li.select2-results__option,.eltdf-cd-single-page-selection li.select2-results__option{margin:0}.select2-container--default .eltdf-cd-action-selection .select2-results__option[aria-selected=true],.select2-container--default .eltdf-cd-single-page-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .eltdf-cd-action-selection .select2-results__option--highlighted,.select2-container--default .eltdf-cd-single-page-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.eltdf-cd-import-single-page{width:100%}.eltdf-cd-switch{display:inline-block;border:1px solid #e1e1e1;border-radius:40px;overflow:hidden}.eltdf-cd-switch .eltdf-cd-import-attachments{display:none}.eltdf-cd-switch .eltdf-cd-cb-disable,.eltdf-cd-switch .eltdf-cd-cb-enable{display:block;float:left;padding:0 10px}.eltdf-cd-switch .eltdf-cd-cb-disable.selected,.eltdf-cd-switch .eltdf-cd-cb-enable.selected{background-color:#3596ee;color:#fff}.eltdf-cd-switch .eltdf-cd-cb-disable span,.eltdf-cd-switch .eltdf-cd-cb-enable span{line-height:32px;display:block;font-weight:700}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}