/*
Theme Name: QuakeWiki
Theme URI: https://getbutterfly.com/
Version: 1.3.3.1
Description: QuakeWiki.net
Author: Ciprian Popescu
Author URI: https://getbutterfly.com/
*/

/**
 * Clean up:
 * .descriptor
 *
 */

:root {
    --primary_colour: #282d3b;
    --rock: #d26010;
    --fire: #cd2b00;
}

* {
    box-sizing: border-box;
}

body {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #84878E;
	background-color: #222222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-family: "Poppins";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-wrap {
    width: 1170px;
    margin: 0 auto;
}

.searchbox input { padding: 4px; font-family: inherit; font-size: 16px; color: #666666; }

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
 .cf { zoom: 1; }

/* Form wrapper styling */
.form-wrapper {
	float: right;
    width: 468px;
    padding: 15px;
    margin: 0;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

/* Form text input */

.form-wrapper input {
    width: 328px;
    height: 40px;
    padding: 10px 8px;
    float: left;
	font-family: inherit;
	font-weight: 400;
	font-size: 15px;
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
	font-family: inherit;
	font-weight: 400;
	font-size: 17px;
	line-height: 40px;
    color: #fff;
    background-color: var(--rock);
    border-radius: 0 3px 3px 0;
}

.form-wrapper button:hover{
    background: var(--fire);
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent var(--rock) transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: var(--fire);
}

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.headings {
	color: #000;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}


.single-entry {
	margin-bottom: 10px;
	padding: 13px;
	background-color: #222222;
}
.single-entry-titles {
    width: 100%;
	background-color: #222222;
	color: #CD2B00;
	display: block;
	padding: 8px 16px;
	font-weight: 300;

	border-radius: 3px 3px 0 0;
}



.post-wrapper img {
    max-width: 100%;
    height: auto;
}
.post-wrapper {
    width: 100%;
	background-color: #111111;
	margin-top: 0;
	padding: 16px;
	margin-bottom: 8px;

	border-radius: 0 0 3px 3px;
}
.post-wrapper-wide {
    padding: 16px;
}



a:link {

text-decoration: none;

color: #FFFFFF;

}




a:hover, a:active {

color: #FFF;

text-decoration: underline;

}



h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.descbox {
    width: 100%;
	background-color: #111111;
	padding: 16px;
    margin: 16px 0;
    border-radius: 3px;
}
.descriptor {
	color: #999999;
	font-size: 11px;
	margin-bottom: 8px;
}

.post-title {

line-height: 30px;

}



.post-title a {
	font-weight: 700;
	font-size: 25px;
}


/*
.home-post-wrap {
    width: 50%;
	margin: 16px 0;
	padding: 0;
}
/**/
.home-post-wrap-2 {
    flex-basis: 49%;
    margin: 0;
	background: #111111 url(images/noise.png) repeat;
	padding: 0;

	border-radius: 3px;
}
.home-post-wrap-2:first-child {
    margin: 0 2% 0 0;
}



.home-post-wrap object {

width: 289px;

height: 193px;

}



.home-post-wrap embed {

width: 289px;

height: 193px;

}



.post-wrapper object {

width: 609px;

height: 455px;

}



.post-wrapper embed {

width: 609px;

height: 455px;

}


/*
.post-inside {
    padding: 8px 12px 12px 12px;
    font-weight: 300;
}

.home-post-titles a:link, .home-post-titles a:visited {
	color: #CD2B00;
}
/**/

.wp-block-post-title a {
    color: #CD2B00;
}

.comments-bubble {

background-image: url(images/comment-count-bg.gif);

width: 18px;

height: 15px;

float: right;

margin: 0px;

padding: 0px 0px 0px 4px;

color: #6D200C;

display: block;

}



.comments-bubble a, .comments-bubble a:visited, .comments-bubble a:hover {

font-size: 8px;

color: #6D200C !important;

margin: -5px 0px 0px 0px;

float: left;

padding: 0px;

}



.titles {

font-weight: normal;

font-size: 24px;

text-decoration: none;

}



.titles a:link, .titles a:visited, .titles a:active {

text-decoration: none;

font-size: 20px;

font-family: Trebuchet MS;

margin-bottom: 10px;

margin-top: 10px;

display: block;

}



.next-button {

display: none;

position: absolute;

}



.prev-button {

display: none;

position: absolute;

}



#sections {
	overflow:hidden;
	width: 639px;
	height: 150px;
	margin: 0px;
	float: left;
	margin-bottom: 13px;
}
#sections ul {
	height: 130px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 4000px;
}
#sections ul li {
	height: 130px;
	width: 619px;
	border: 10px solid #111111;
	margin: 0px;
	padding: 0px;
	float: left;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}



pre {
    overflow: auto;
    padding: 0 10px;
    margin: 20px 30px;
    line-height: 1.8em;
    background: #222222;
    border: 1px solid #141918;

    font: 12px/1.5 SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 12px;
}




#container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #CFCFCF;
    background-color: #1a1a1a;
    padding: 16px;
}

.qw-container {
    color: #CFCFCF;
    background-color: #1a1a1a;
    padding: 16px;
}



#left-div-wide {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    flex: 2;
    order: 1;
}
#left-div-wide .single-entry-titles {
    width: auto;
}
#left-div-wide #left-inside {
    flex-basis: 100%;
    width: 100%;
}

#left-div {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 65%;
    flex: 2;
    padding-left: 2%;
    order: 2;
}
#sidebar {
    flex-basis: 33%;
    flex: 1;
    order: 1;
}



footer {
    width: 1170px;
    text-align: left;
    color: #666666;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #111111;
    margin: 0 auto;
    font-size: 11px;
    border-radius: 0 0 3px 3px;
}

footer a,
footer a:visited {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

footer .footer-inner {
    width: 915px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/**
 * Primary Menu
 */
.navbar--primary {
    background-color: var(--rock);
    border-radius: 3px 3px 0 0;
}
.navbar--primary ul {
    padding: 0;
    margin: 0;
}
.navbar--primary ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar--primary ul li a {
    display: block;
    padding: 12px 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15);
            box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.15);
}
.navbar--primary .sub-menu li a {
    padding: 4px 16px;
    font-size: 13px;

    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
            box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);

    border-right: 0 none;
    -webkit-box-shadow: 0;
            box-shadow: 0;
}
.navbar--primary ul li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}


/*
.navbar--primary ul li a .fa-fw {
    opacity: 0.35;
}
/**/

.navbar--primary ul li a svg {
	height: 12px;
    line-height: 1;
    vertical-align: middle;
    opacity: 0.65;
}
.navbar--primary ul li a svg path,
.navbar--primary ul li a svg circle {
	fill: #ffffff;
}


.navbar--primary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navbar--primary .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
}
.navbar--primary .sub-menu li {
    background-color: #cd2b00;
}
.navbar--primary ul li:hover .sub-menu {
    display: block;
}



.articleinfo {

border-bottom: 1px solid #EEEEEE; padding-bottom: 7px; color: #545454;

}



.sidebar-box {
	background: #111111 url(images/noise.png) repeat;
	border-radius: 3px;
	margin: 0 0 16px 0;
}
.sidebar-box h3 {
	font-size: 11px;
	color: var(--rock);
	text-transform: lowercase;
	font-weight: 300;
	background: #222222 url(images/wnoise.png) repeat;
    padding: 4px 0 4px 16px;
	margin: 0px 0px;

	border-radius: 3px 3px 0 0;
}


#recentcomments li a:link, #recentcomments li a:visited, #recentcomments li a:active {

background-image: none;

border: none;

}



#recentcomments {

margin-top: 10px;

}



#recentcomments li {

display: bock;

border-top: 1px solid #36423F;

border-bottom: 1px solid #192522;

background-image: url(images/comment-author.gif);

background-position: 10px 4px;

background-repeat: no-repeat;

padding-left: 35px;

padding-top: 5px;

padding-bottom: 5px;

padding-right: 10px;

width: 228px;

color: #FFF;

}







#commentwrap {

display: block;

width: 570px;

margin-bottom: 20px;

margin-top: 20px;

margin-left: 20px;

}



.commentlist li{

display: block;

float: left;

clear: both;

margin-left: 0px;

margin-bottom: 10px;

}



.commentlist ol {

margin-left: 0px;

padding-left: 0px;



}

.commentlist {

margin-left: 0px;

padding-left: 0px;

}



.comment-inside {

background-image: url(images/comment-bg.gif);

padding-left: 40px;

padding-right: 10px;

padding-top: 0px;

padding-bottom: 0px;

margin: 0px 0px 0px 0px;

background-repeat: repeat-y;

width: 408px;

float: left;

color: #FFF;

}



#commentform {

margin: 1em 0;

margin-left: 20px;

}






#commentform #email {
	font-size: 1.1em;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 280px;
	padding: 4px;
}
#commentform #author {
	font-size: 1.1em;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 280px;
	padding: 4px;
}
#commentform #url {
	font-size: 1.1em;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 280px;
	padding: 4px;
}

#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #222222;
	border: 1px solid #141918;
	width: 370px;
}
#commentform input {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}







.icons {

margin-top: 0px;

margin-bottom: -5px;

margin-right: 10px;

}






/*
.post-info {
    color: #5B6461;
    font-size: 12px;
    display: block;
    border-bottom: 1px solid #222222;
    padding: 2px 0;
    margin: 0 0 5px 0;
}
/**/

.post-info-small {

color: #5B6461;

font-size: 10px;

display: block;

width: 228px;

border-top: 1px solid #3B4341;

border-bottom: 1px solid #3B4341;

padding: 2px 0px 2px 0px;

margin: 0px 0px 0px 0px;

float: right;

}



.post-info a {

color: #5B6461;

}

/**
.read-more {
    display: inline-block;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    padding: 4px 8px;
    margin: 16px 0 0 0;
    color: #FFFFFF;
    background-color: var(--rock);
    border-radius: 3px;
    font-size: 12px;
}
/**/

/*
.blog-post-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
/**/

.logo {

float: left;

border: 0px;

border-left: 1px solid #515E5B;

}



ul, ol { line-height: 2.0em; }



.current-category {

background-color: #3E4846;

color: #FFFFFF;

border: 1px solid #485351;

padding: 5px;

display: block;

margin-bottom: 10px;

width: 629px;

}



/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/* End captions */



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {
	float: right;
	margin: 0 0 2px 7px;
}



.alignleft {

	float: left

	}

/* End Images */








.thumbnail {

border: 5px solid #222222 !important;

margin-right: 10px;

float: left;

display: inline;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}



.thumbnail-small {

border: 3px solid #222222 !important;

margin-right: 10px;

float: left;

display: inline;

}



.textwidget {

	padding: 16px;

}

img {

	border: 0;

}







/* download box stolen from WP plugins page */
#fyi {
	background-color:#222222;
	margin-bottom:1em;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
#fyi .head {
	background: url(images/bg-gradient-red.jpg) top repeat-x;
	margin-top: 0;
}
.block h3.head {
	color: #FFF;
	font-size:11px !important;
	font-weight:bold;
	height:12px;
	line-height:1;
	margin-bottom:12px;
	padding:8px 12px;
}
h4, h3.head {
	padding-bottom:4px;
}
#fyi .block-content {
	font-size:12px;
	padding-top:0;
}

.block-content {
	margin-bottom:2em;
}

#fyi ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:12px 12px 0 0 !important;
	padding-bottom:12px;
	padding-left: 12px;
}
#fyi ul li,
#fyi div {
	color: #FFF;
}
#fyi ul li a {
	color: #FF0;
	text-decoration: none;
}
hr {
	display: block;
	padding: 0;
	margin: 8px auto;
	height: 0;
	max-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #666;
}
.textwidget select {
	width: 218px;
	font-family: inherit;
	font-size: 10pt;
}
select {
	font-family: inherit;
}

input.gsc-input {
	padding: 8px !important;
	font-size: 16px !important;
}
input.gsc-search-button {
	font-size: 15px !important;
	padding: 8px !important;
	height: auto !important;
}

.wp-polls, .wp-polls-form { font-size: larger; }
.wp-polls .Buttons {
border: 0;
padding: 20px 40px;
cursor: pointer;
font-family: inherit;
font-weight: 700;
font-size: 17px;
line-height: 40px;
color: #fff;
text-transform: uppercase;
background: #d83c3c;
border-radius: 0 3px 3px 0;
}




/* QUAKE EXPO 2014 */
.exporoom {
	color: #cd2b00;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 24px;
	margin: 0 0 32px 0;
	border-bottom: 1px dotted red;
	padding: 0 0 8px 0;
}

/* WPUF OVERRIDE (DARK) */
.post_count { border: 0 none; margin: 0 0 16px 0; padding: 0; }

table.wpuf-table { border: 1px solid #666666; }
table.wpuf-table td { border-top: 1px solid #666666; background-color: #333333; }

.wpuf-pagination .page-numbers.current,
.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active,
.wpuf-pagination .page-numbers { border: 0 none; border-radius: 0; -moz-border-radius: 0; }

.green { color: #ff00ff; }





.status {
    display: inline-block;
    width: 90px;
    background-color: #660000;
}
.tag {
    font-size: 8pt;
    padding: 2px;
    margin: 2px 8px 2px 2px;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    height: 16px;
    line-height: 16px;
    box-shadow: 0 0 2px #000000;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 2px #000000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
}



.wp-block-embed-youtube {
    max-width: 710px;
    margin: 24px 0;
}
.wp-block-embed-youtube iframe {
    width: 100%;
}





/* start new bbpress */
.bbp-topic-voice-count {
    display: none;
}

.bbp-topic-reply-count {
    color: #aaa;
    font-size: 80%;
    margin-right: 20px !important;
    width: inherit !important;
}

.bbp-topic-freshness {
    display: block;
    float: none !important;
    font-size: 80% !important;
    text-align: left !important;
    width: 100% !important;
}

.bbp-topics .bbp-header,
.bbp-topic-started-by {
    display: none !important;
}

.bbp-topic-meta {
	float: right;
	margin: 0 !important;
}

.bbp-topic-title {
    width: 100% !important;
}
.bbp-body {
    border: 0 none !important;
}
.bbp-topics {
    border: 0 none !important;
}
.bbp-topics .type-topic {
    border: 0 none !important;
    margin: 5px 0 !important;
}
#bbpress-forums .type-topic.odd {
    border: 1px solid #eee !important;
}
.bbp-topic-freshness a,
.bbp-topic-freshness-author {
    color: #aaa !important;
}
.resolved,
.bbp-footer,
li.bbp-forum-freshness {
	display: none;
}
.resolved + a {
    opacity: 0.7 !important;
	position:relative;
	padding-left: 25px;
}
.resolved + a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #76b711;
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 80%;
    padding: 5px;
    position: absolute;
    left: -8px;
    text-align: center;
    top: -8px;
    z-index: 999;
	font-size: 20px;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	font-size: 1em;
}
.bbp-topics-front ul.super-sticky .bbp-topic-permalink,
.bbp-topics ul.super-sticky .bbp-topic-permalink,
.bbp-topics ul.sticky .bbp-topic-permalink,
.bbp-forum-content ul.sticky .bbp-topic-permalink {
	font-weight: bold;
}

#bbpress-forums ul {
	border: 0 !important;
	position:relative;
}

li.bbp-forum-info, li.bbp-topic-title {
    width: 50%;
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    width: 25%;
}

.bbp-replies .bbp-header {
	display: none;
}

#bbpress-forums div.bbp-search-form {
	margin-bottom: 10px;
}

#wp-bbp_reply_content-editor-container {
	border: 1px solid #DDD;
}

div.bbp-submit-wrapper {
	float: none;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    font-size: 14px;
    padding: 25px;
}

#bbpress-forums,
div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
	font-size: 17px;
}

div.bbp-template-notice p,
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-weight: 400;
	font-size: 13px;
}

.bbp-reply-content {
	font-weight: 400;
	font-size: 17px;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content,
.bbp-reply-author,
.bbp-topic-author,
.bbp-meta {
	margin-left: 0;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0;
}

.bbp-reply-author br,
.bbp-topic-author br {
	display: none;
}

.bbp-reply-author,
.bbp-topic-author {
	border-bottom: 1px solid #DDD;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
	padding: 0;
}

.bbp-reply-author:before,
.bbp-reply-author:after {
    content: "";
    display: table;
}
.bbp-reply-author:after {
    clear: both;
}
.bbp-reply-author {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.bbp-header .bbp-reply-author,
.bbp-footer .bbp-reply-author {
	border-width: 0;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	padding: 20px;
}

#bbps-post-count,
.bbp-author-role {
	font-size: 13px !important;
}

.bbp-reply-content #subscription-toggle {
	margin: 0;
	clear: none;
}

#bbpress-forums .bbp-replies .type-topic,
#bbpress-forums .bbp-replies .type-reply{
	margin-bottom: 20px !important;
	border: 1px solid #DDD;
}

#bbp-search-results .bbp-topic-title,
#bbp-search-results .bbp-topic-author {
	padding: 20px;
}
#bbpress-forums ul.bbp-replies {
	border-width: 0;
}

.bbp-reply-header {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#bbpress-forums div.reply {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bbps_support_forum_options, #bbps_support_forum_move, .bbps-support-forums-message {
    float: none;
    margin-bottom: 20px;
    width: auto;
}

#bbps-topic-status {
    float: none;
}

#bbpress-forums div.bbp-topic-tags {
    float: none;
}

#bbps-topic-status label {
	display: block;
}

#bbps_support_options {
	padding: 10px 15px;
}

#bbp_search {
	width: 75%;
}
#bbp_search_submit {
	width: 24%;
	min-width: 150px;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 20px;
}

.bbp-pagination {
	float: none;
}

.bbp-pagination:after {
	content: "";
	display: table;
	clear: both;
}

.bbp-reply-header .bbp-reply-title {
	padding: 20px;
}

#bbpress-forums hr {
	display: none;
}

#bbpress-forums .bbp-search-form {
	display: none;
}

#bbpress-forums,
#forums-list-0 {
	margin-bottom: 0;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 50%;
	max-width: 50px;
	float: none;
	display: block;
	margin-bottom: 5px;
}

.bbp-author-role,
.bbps-post-count,
#bbps-post-count {
    display: none;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
.bbp-reply-author,
.bbp-topic-author {
	clear: none !important;
    	margin-top: 0px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	color: #222 !important;
	text-align: center !important;
	display: inline-block !important;
}

.bbp-reply-content,
.bbp-topic-content {
	border-top: 0;
	overflow: hidden;
}

.bbp-author-ip {
	font-size: 9px !important;
}

.bbp-reply-header .bbp-meta,
.bbp-topic-header .bbp-meta {
	background: #FFF;
	border: 0;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	color:#aaa;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
	border: 0;
	font-size: 80%;
}

.bbp-reply-ip {
	clear: left;
}

.bbp-reply-author,
.bbp-topic-author {
	border: 0;
}

#bbps_support_forum_move {
	display: none;
}

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
	width: 100%;
	float: none;
}

#forums-list-0 .bbp-body .bbp-forum-freshness {
    clear: none;
    display: inline-block;
    font-size: 80%;
    text-align: left;
    width: 100%;
}

#forums-list-0 .bbp-body .bbp-forum-freshness a {
	color: #aaa !important;
}

#forums-list-0 .bbp-body .bbp-topic-freshness-author {
	display: none;
}

#forums-list-0 .bbp-forum-info .bbp-forum-content {
	display: none;
}



/**/
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
    background-color: rgba(255, 255, 255, 0.05);
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
    background-color: transparent;
}

#bbpress-forums .bbp-forums-list {
    margin: 0 0 0 0;
    padding-left: 0;
}



.download-button {
    display: inline-flex;
    flex-direction: column;
    padding: 16px;
    background-color: #551a8b;
    text-decoration: none;
    align-items: center;
    border-radius: 2px;
}


@media all and (max-width: 768px) {
    header {
        flex-direction: column;
    }
    header,
    footer,
    .container-wrap,
    header img,
    footer .footer-inner {
        max-width: 100%;
        height: auto;
    }
    .navbar--primary > ul {
        flex-direction: column;
    }
    header .form-wrapper {
        width: auto;
        float: none;
    }
    header .form-wrapper input {
        width: 154px;
    }
}

/* line 1728 */