/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )

	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* Layout
 ------------ */

* {
    /* Reset browsers default margin, padding and font sizes */

    margin: 0;
    padding: 0;
}
body {
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */

    margin: 0;
}

body.forum .column > div,
body.forum .column img {
    margin-bottom: initial;
}

body.forum .button {
    margin-bottom: 0;
}

#wrapcentre,
#wrapheader,
#wrapfooter {
    margin: 0 auto;
}
#wrapfooter {
    text-align: center;
    clear: both;
    padding-top: 20px;
    padding-bottom: 30px;
}
#wrapnav {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    border-width: 1px;
    border-style: solid;
    border-color: #CFCFCF;
}
#logodesc {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #D22F2F;
}
#datebar {
    margin: 10px 25px 0 25px;
    padding: 0 5px 0 5px;
}
#findbar {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.forumrules {
    background-color: #F9CC79;
    border-width: 1px;
    border-style: solid;
    border-color: #BB9860;
    padding: 4px;

}
.forumrules h3 {
    color: red;
}

.hidden {
    display: none;
}
/*  Text
 --------------------- */

b {
    font-weight: 400;
}
p.moderators {
    margin: 0;
    float: left;
}
p.linkmcp {
    margin: 0;
    float: right;
    white-space: nowrap;
}
p.breadcrumbs {
    margin: 0 0 32px 0;
    float: left;
    white-space: normal;
    width: 100%;
    border-bottom: 3px solid #e1e4e8;
    padding: 8px;
    color: #6d7c90;
}

p.breadcrumbs a,
.breadcrumbs {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6d7c90;
}
p.datetime {
    margin: 0;
    float: right;
    white-space: nowrap;
}
p.searchbar {
    padding: 2px 0;
    white-space: nowrap;
}
p.searchbarreg {
    margin: 0;
    float: right;
    white-space: nowrap;
}
p.forumdesc {
    padding-bottom: 4px;

}
.postreported,
.postreported a:visited,
.postreported a:hover,
.postreported a:link,
.postreported a:active {
    margin: 1px 0;
    color: red;
}
.postapprove,
.postapprove a:visited,
.postapprove a:hover,
.postapprove a:link,
.postapprove a:active {
    color: green;
}
.postapprove img,
.postreported img {
    vertical-align: bottom;
}
.postauthor,
.postauthor a {
    color: #20292f;
    text-align: left;
}

.postdetails {
    color: #20292f;
}
.postbody {

}
.postbody li,
ol,
ul {
    margin: 0 0 0 1.5em;
}
body nav ul {
    margin-left: 0;
}
.posthilit {
    background-color: #f92c8b;
    color: #fff;
    padding: 5px;
}
.nav {
    margin: 0;
    margin-top: 30px;
}
.pagination {
    padding: 4px;
}
.cattitle {} .gen {
    margin: 1px 1px;
}
.genmed {
    margin: 1px 1px;

}
.gensmall {
    margin: 1px 1px;
}
.titles {
    font-size: 24px;
    text-decoration: none;
    margin-top: 40px !important;
}

.titles_border {
    padding-bottom: 20px;
    border-bottom: 2px solid #e1e4e8;
    margin-bottom: 20px;
}
.error {
    color: red;
}

.search-wrap {
    display: flex;
    position: relative;
}

.search-icon {
    height: 28px;
    width: auto;
    right: 8px;
    z-index: 2;
    top: 24px;
    position: absolute;
}
/* Tables
 ------------ */

th {
    white-space: nowrap;
    padding: 4px 5px;
}
td {
    padding: 2px;
    vertical-align: top;
}
td.profile {
    padding: 4px;
    width: 140px;
}
.profile .button:first-of-type {
    margin-bottom: 8px;
}
.cat {
    height: 28px;
    margin: 0;
    padding: 30px 0 10px 0;
    border: 0;
    text-indent: 4px;
}
.row1 {
    padding: 0px;
    vertical-align: middle;
}
.row2 {
    padding: 0px 20px;
    vertical-align: middle;
}
.row3 {
    padding: 0px;
    vertical-align: middle;
}
.row4 {
    padding: 0px;
    vertical-align: middle;
}
.spacer {
    padding-bottom: 50px;
}
hr {
    height: 1px;
    border-width: 0;
    color: #DFDFDF;
}
.legend {
    text-align: center;
    margin: 0 auto;
}
/* Links
 ------------ */

a:link,
a:active,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a.forumlink {
	color: #20292f;
    display: block;
    padding: 20px 0;
    font-weight: 500;
}
a.forumlink:hover {
}
a.topictitle {
    padding: 16px 0;
    line-height: 1.6em;
    color: #20292f;
    max-width: 850px;
    font-weight: 700;
    display: inline-block;
}

a.topictitle:hover {
    color: #71818c;
}
a.topictitle {
    text-transform: lowercase;
}
a.topictitle:first-letter {
    text-transform: uppercase;
}
a.topictitle:visited {
    text-decoration: none;
    color: #bac1c5;
}
th a,
th a:visited {
    color: #FFA34F !important;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/* Custom Elements 8 */

.et_assign_topic {
    background-color: #4843d2 !important;
}

.et_assign_notification,
.et_assign_topic {
    width: inherit;
    background-color: #4843d2 !important;
    margin-bottom: 10px;
    width: 250px !important;
    float: right !important;
}
/* Form Elements
 ------------ */

form {
    margin: 0;
    padding: 0;
    border: 0;
}

#quick-mod-select {
    width: 200px;
}
option {
    padding: 0 1em 0 0;
}
option.disabled-option {
    color: graytext;
}
.helpline {
    background-color: #DFDFDF;
    border-style: none;
}
/* BBCode
 ------------ */

.quotetitle,
.attachtitle {
    margin: 10px 5px 0 5px;
    padding: 4px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #CFCFCF;
    color: #333333;
    background-color: #CFCFCF;
}

.quotecontent,
.attachcontent {
    margin: 0 5px 10px 5px;
    padding: 5px;
    border-color: #CFCFCF;
    border-width: 0 1px 1px 1px;
    border-style: solid;

    line-height: 1.4em;
    background-color: #FAFAFA;
    color: #4B5C77;
}

.codetitle {
    margin: 10px 5px 0 5px;
    padding: 2px 4px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #CFCFCF;
    color: #333333;
    background-color: #CFCFCF;
}
.codecontent {
    direction: ltr;
    margin: 0 5px 10px 5px;
    padding: 5px;
    border-color: #CFCFCF;
    border-width: 0 1px 1px 1px;
    border-style: solid;

    color: #006600;
    background-color: #FAFAFA;
}
.syntaxbg {
    color: #FFFFFF;
}
.syntaxcomment {
    color: #FF8000;
}
.syntaxdefault {
    color: #0000BB;
}
.syntaxhtml {
    color: #20292f;
}
.syntaxkeyword {
    color: #007700;
}
.syntaxstring {
    color: #DD0000;
}
/* Private messages
 ------------------ */

.pm_marked_colour {
    background-color: #20292f;
}
.pm_replied_colour {
    background-color: #CFCFCF;
}
.pm_friend_colour {
    background-color: #007700;
}
.pm_foe_colour {
    background-color: #DD0000;
}

/* New Topic / Reply
 ------------ */
.smiley {
    display: inline-block;
}

.smiley img {
    margin-bottom: 0;
}

img {
    border: none;
}
.sep {
    background-color: #FFA34F;
}
table.colortable td {
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}
.username-coloured {
}
.topicdetails .username-coloured {
    color: #75bf6d!important;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 4px 10px;
    line-height: 20px;
    border: 2px solid #75bf6d;
    width: 59px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.topicauthor {
    text-align: center;
}

.topicauthor a {
    color: #71818c;
}
.attachments {
    max-width: 500px;
}
.post ul {
    margin-top: 15px;
}
.post ul li {
    padding: 5px 0;
    list-style-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon-check.png);
}
.trouble {
    display: block;
    margin-top: 10px;
    background: #fff url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon-troubleshooting.png) no-repeat 14px 10px;
    padding: 15px 60px;

}
.trouble a {
}
.faq {
    display: none;
    margin-top: 10px;
    background: #fff url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon-faq.png) no-repeat 14px 10px;
    padding: 15px 60px;

}
.faq a {
    color: #4da28f;
}
.faq table {
    background-color: #fff !important;
}
.search {
    display: block;
    margin-top: 10px;
    background: #f5f5f5 url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon-search.png) no-repeat 14px 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #dfdfdf;
    padding: 15px 60px;

}
.search a {
}
h4,
h4 a,
h4 a:hover {
    margin: 0;
    text-decoration: none;
    margin-top: 20px !important;
    font-size: 24px;
    font-weight: 300 !important;
}
.blank_avatar {
    position: relative;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/avatar.jpg);
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 100px;
    overflow: hidden;
    background-size: contain;
}
.blank_avatar img {
    width: 90px;
    height: 90px;
}
.badge {
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/badge.png);
    left: -1px;
    top: 74px;
    position: absolute;
    width: 92px;
    height: 28px;
    display: block;
}
#menubar {

    font-style: normal;
    margin: 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
#menubar a {

    font-style: normal;
}
.solved .topictitle {
    color: #71ab5c !important;
}
.responded .topictitle {
    color: #71ab5c !important;
}
.sticky .topictitle {
    color: #ed8952 !important;
}
table p.topicauthor,
table p.topicauthor a {
    margin: 1px 0;
    font-size: 14px;
    font-style: normal;
}
table p.topicdetails,
table p.topicdetails a {
    font-size: 14px;
}
.btnlite {
    margin: 0 15px;
    width: padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
td.row2 input {

}
td textarea {

}

td.row1 a {

}

.postbody {

}
.quotetitle,
.codetitle {
    margin-top: 30px;
    background-color: #fff;
    border: #fff;
    display: none;
}
.quotecontent,
.codecontent {
    padding: 30px!important;
    background-color: #ffffff;
    border: 1px solid #e1e4e8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}
.icon_cp {
    width: 34px;
    height: 33px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_cp.jpg);
    float: left;
    margin-right: 30px;
}
.icon_mail {
    width: 36px;
    height: 33px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_mail.jpg);
    float: left;
    margin-right: 30px;
}
.icon_unread {
    width: 35px;
    height: 33px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_unread.jpg);
    float: left;
    margin-right: 30px;
}
.icon_own {
    width: 34px;
    height: 33px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_own.jpg);
    float: left;
    margin-right: 30px;
}
.mail_unread {
    width: 35px;
    height: 36px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_mail_new.jpg);
    float: left;
    margin-right: 30px;
}
.icon_logout {
    width: 31px;
    height: 30px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_logout.jpg);
    float: left;
}
.icon_search {
    width: 31px;
    height: 32px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/icon_search.jpg);
    float: left;
    margin-right: 30px;
}
.top_search {
    float: right;
    margin-top: -10px;
}
.top_search_button {
    width: 93px;
    height: 50px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/theme/images/search.jpg);
    padding: 0px;
    border: none;
    cursor: pointer;
    margin: 0px;
    float: left;
}
.top_search .post {
    margin: 0 10px 0 0;
    float: left;
    width: 150px;
}
.search_results br {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: none;
}
.forum_pagination a,
.forum_pagination span,
.forum_pagination strong {
    float: none;
    display: inline;
}

.forum_pagination span.active {
    background: #e1e4e8;
    padding: 5px 10px;
    border-radius: 4px;
    color: #71818c;
    font-weight: 500 !important;
}

.forum_pagination span.active span {
    font-weight: 500 !important;
}
.rule_line {
    border-bottom: 2px solid #e1e4e8;
    width: 100%;
    margin: 40px 0;
}
.rule_top {
    margin-top: 30px;
    margin-bottom: 30px;
}
.rule_bottom {
    margin-top: 0px;
    margin-bottom: 40px;
}
td ul.nav li {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0;
}
td ul.nav li a {
    float: none;
    margin: 0;
    padding: 0;
    display: inline;
}
td .nav a:hover,
td .nav a {
    margin: 0;
    padding: 0;
    float: none;
}
.meta_strip {
    width: 100%;
    margin: 16px 0 0 0;
    min-height: 20px;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8em;
}
.meta_title {
    margin-left: 38%;
}
.meta_author {
    margin-left: 15%;
}
.meta_replies {
    float: right;
}
.meta_latest {
    margin-left: 8%;
    margin-right: 5%;
    float: right;
}
span.page-sep {
    display: none;
}

.forum_pagination {
    text-align: right;
}
.forum_pagination a,
.forum_pagination strong {
    padding: 5px 14px;
    text-align: center;
    clear: both;
    margin: 0px 5px;
}

.forum_pagination strong {
    font-weight: 600 !important;
}
span.button_top {
    padding: 0px;
    display: block;
    float: left;
    margin-right: 12px;
}
span.button_top_unsolved {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid #ba0c0c;
    background-image: linear-gradient(bottom, #f22c2c, #d51717);
    background-image: -o-linear-gradient(bottom, #f22c2c, #d51717);
    background-image: -moz-linear-gradient(top, #f22c2c, #d51717);
    background-image: -webkit-linear-gradient(bottom, #f22c2c, #d51717);
    background-image: -ms-linear-gradient(bottom, #f22c2c, #d51717);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.58, #f22c2c), color-stop(0, #d51717));
    padding: 0px;
    display: block;
    float: left;
    margin-right: 12px;
}
span.button_top_unsolved a {
    border-top: 1px solid #ff5b5b;
    border-left: 1px solid #ff5b5b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    float: left;
    padding: 8px 15px 8px 40px;

    color: #fff;
}
span.button_top a {
    display: block;
    float: left;
    padding: 0 20px 0 0;
    color: #6d7c90;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: .8em;
}

span.button_top a:hover {
    color: #20292f;
}
input.btnlite,
input.btnbbcode,
.btnbbcode {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px 20px !important;
    cursor: pointer;
    background: #f7f9fb;
    border: 1px solid #e3e9ef;
}
.btnbbcode2 {
    cursor: default !important;
}

input.btnbbcode {
    margin-right: 0;
    float: left;
    border-radius: 0;
}
input.btnbbcode:nth-of-type(n+2) {
    border-left: 0;
}

input.btnbbcode:first-of-type {
    border-radius: 60px 0 0 60px;
}

input.btnbbcode:last-of-type {
    border-radius: 0 60px 60px 0;
}
.info {
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

}
.info a,
.info span {
}
@-webkit-keyframes scaleDown {
    0% {
        top: 80px;
    }
    100% {
        top: 200px;
    }
}
@-moz-keyframes scaleDown {
    0% {
        top: 80px;
    }
    100% {
        top: 200px;
    }
}
@keyframes scaleDown {
    0% {
        top: 80px;
    }
    100% {
        top: 200px;
    }
}

.hidden_forums {
    display: none;
}
.et_checkout_guide_list p a {
    display: initial;
}

.et_checkout_guide_list p {
    padding: 0px 40px 20px 40px;
}

@media only screen and ( max-width: 1367px) {
    #post_overlay div h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #post_overlay h3 {
        font-size: 24px;
    }
    #post_overlay div span.popup_item {
        margin-bottom: 0;
    }
    #post_overlay div span a {
        margin-bottom: 10px;
    }
    #post_overlay div a.close_popup {
        margin-bottom: 20px;
    }
}
#table-top {
    float: left;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 3px solid #e1e4e8;
}
.et_attach_token {
    width: initial;
}
.tablebg {
    position: relative;
}
.et_rate_reply {
    color: #75bf6d!important;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 4px 10px;
    line-height: 20px;
    border: 2px solid #75bf6d;
    white-space: nowrap;
    background-color: #fff;
    right: 0;
    top: 20px;
    background-image: url(https://www.elegantthemes.com/forum/styles/elegantthemes/imageset/rate.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 52px;
    cursor: pointer;
}
.et_has_attached_token {
    background: #f9f9f9;
}

.welcome-title {
    margin-top: 32px;
}
#footer-menu ul {
    margin: 0;
}
.clearfix {
    display: block;
    clear: both;
}
/* Responsive Styles */

@media only screen and (max-width: 768px) {

    td {
        width: 100% !important;
        clear: both !important;
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .hide_mobile {
        display: none !important;
    }

    .forum_pagination {
        color: #bac1c5 !important;
        width: 100%;
        border-bottom: 2px solid #e1e4e8;
        border-top: 2px solid #e1e4e8;
        padding: 20px 0;
        margin: 20px 0 0 0;
    }

}
@media only screen and (max-width: 620px) {



}

@media only screen and (max-width: 420px) {

    .forum_welcome {
        padding: 20px 0px;
    }

}