/*
voisser.com

*/

body, html {
    background-color: #f0e1c9;
    color: #33281b;
}
/* delete this later, changes link colour to comlpy with google verification 

a, a:active, a:link, a:visited {
    text-decoration: none;
    color: #6d6d6d;
    */

/* =========================================================================
a links were modified directly on the main file to avoid CSS override tree
========================================================================= */

/* inputs and textareas */

input[type=date],
input[type=text]:not(.qa-search-field),
input[type=password] {
    background-color: #fcf5e9;
    border: 1px solid #33281b;
}

input:not([type=checkbox]):focus:not(.qa-search-field) {
    box-shadow: inset 0 0 0 1px #33281b;
    border: 1px solid #33281b;
}

textarea {
    background-color: #fcf5e9;
}

textarea:focus {
    background-color: #f0e1c9;
    box-shadow: inset 0 0 0 1px #33281b;
    border: 1px solid #33281b !important;
}

.display-none {
    display: none !important;
}

/* Navigation */

.leftPanel .qa-nav-main-list li:hover {
    background-color: #d0c2ad;
}

.qa-nav-main a {
    color: #493b2d;
}

.qa-nav-main-item.qa-nav-main-ask .qa-nav-main-link.qa-nav-main-selected {
    color: #fff;
}

/* Login / Register */

body.qa-template-forgot, body.qa-template-login, body.qa-template-register {
    background-color: #f0e1c9;
    color: #33281b;
}

.qa-template-forgot .cc-regLogWrapper, .qa-template-login .cc-regLogWrapper, .qa-template-register .cc-regLogWrapper {
    background-color: #fcf5e9;
    border: 1px solid #dcc9b2;
}

.cc-regLogWrapper input[type=password], .cc-regLogWrapper input[type=text] {
    background-color: #fcf5e9;
    border: 1px solid #9d7955 !important;
}

/* Home Page Logged out */

.parallaxButton {
    background-color: #4d8a5a;
}

.parallaxButton {
    border-radius: 33px;
}

/* Question Lists */

.listFeed:not(.qa-template-question) .cc-main-wrapper,
.listFeed .cc-main-wrapper .qa-q-list {
    background-color: #fcf5e9;
}

.qa-template-qa.listFeed .cc-main-wrapper,
.qa-template-activity.listFeed .cc-main-wrapper,
.qa-template-questions.listFeed .cc-main-wrapper,
.qa-template-hot.listFeed .cc-main-wrapper,
.qa-template-unanswered.listFeed .cc-main-wrapper,
.qa-template-users.listFeed .cc-main-wrapper,
.qa-template-activity.listFeed .cc-main-wrapper,
.listFeed .cc-main-wrapper .qa-q-list {
    background-color: initial;
    box-shadow: none;
    padding: 0;
}

.listFeed .cc-main-wrapper .qa-q-list,
.listFeed .cc-main-wrapper .qa-q-list-item:not(:last-child) {
    border: none;
}

.qa-q-item-compact-title:hover {
    background-color: initial;
}

/* Main content and sidebar width limitor */
.main-content-wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.gridFeed:not(.qa-template-question) .qa-q-list-item {
    margin: 0 8px 1.5rem;
    overflow: hidden;
}

.listFeed .compact-open .compact-item-wrapper {
    -webkit-box-shadow: 0 1px 8px 0 rgb(60 64 67);
    box-shadow: 0 1px 8px 0 rgb(60 64 67);
}

.compact-title-wrapper {
    border-top: 0.2px solid #dcc9b2;
    cursor: initial;
}

.qa-q-list-item:last-child .compact-title-wrapper {
    border-bottom: 0.2px solid #dcc9b2;
}

.qa-q-item-compact-title {
    cursor: initial;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    font-size: 120%;
    line-height: 170%;
    padding: 2rem .5rem 2rem 3.5rem;
}

.qa-q-item-compact-title a {
    color: #6a563f;
}

.compact-open .qa-q-item-compact-title {
    background-color: initial;
}

a.compact-title-anew {
    color: #4d8a5a;
    font-size: 70%;
    line-height: 100%;
    padding: 4px 6px;
    border-radius: 16px;
    transition: none;
    display: none;
}

a.compact-title-anew:hover {
    color: #fff;
    background-color: #589966;
}

.post-info-wrap .qa-a-count, .post-info-wrap .qa-a-count-zero {
    padding: 0 4px;
    border-radius: 34px;
}

.qa-q-list-item .qa-a-count-data:after {
    content: "\e8af";
}

.listFeed .compact-open .compact-item-wrapper, .qa-q-item-main, .compact-item-options {
    background-color: #fcf5e9;
}

.close-compact-item:hover, .compact-item-options .material-icon:hover {
    background-color: #f5ebd9;
}

.listFeed .votes-wrapper:after, .compact-item-options:before {
    display: none;
}

.cc-description {
    margin-bottom: 0;
}

.qa-q-item-tags {
    float: none;
    max-width: initial;
    clear: both;
}

.listFeed .qa-q-item-avatar-meta {
    max-width: initial;
    margin-top: 1rem;
}

.qa-q-item-tag-list {
    text-align: initial;
}

.qa-tag-link {
    box-shadow: none;
    background-color: initial;
    color: #4d8a5a !important;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 200;
    line-height: initial;
}

.qa-tag-link:before {
    content: "#";
}

.qa-tag-link:after {
    display: none;
}

/* List item stats */

.qa-template-qa.listFeed .post-info-wrap {
    color: #616161;
}

.qa-q-list-item .qa-voting, .qa-q-list-item .qa-a-count, .qa-q-list-item .qa-view-count {
    display: inline-block;
    cursor: help;
    margin-right: 6px;
    color: #616161;
}

.qa-q-list-item .qa-q-item-stats {
    margin-left: 10px
}

.qa-q-list-item .votes-wrapper {
    color: #696867;
}

.gridFeed .qa-q-list-item .votes-wrapper {
    color: #999;
}

.qa-q-item-who-data {
    font-weight: bold;
}

.gridFeed .qa-q-list-item .qa-view-count {
    margin-right: 0;
}

.listFeed .ct-griditem-content .qa-q-item-tags {
    display: none;
}

.votes-wrapper.votes-wrapper-extra {
    margin-left: 50px;
}

.gridFeed .qa-q-item-content ~ .qa-q-item-tags, .gridFeed .ct-who1 .votes-wrapper {
    display: none;
}

.ccNoThumb, .gridFeed .ccNoThumb {
    height: 0;
}

/* Single Question */

.qa-post-content {
    font-size: 120%;
    line-height: 170%;
}

span.qa-q-view-who-data, span.qa-a-item-who-data {
    font-weight: bold;
}

button#q_doanswer {
    color: #fcf5e9;
    background-color: #4d8a5a;
    padding: 5px 7px 5px 10px;
    border-radius: 10px 10px 0px 10px;
    margin: 5px 6px 5px 0px
}

/* User page */

.qa-part-message-list {
    background-color: #fcf5e9;
}

/* Ask a question page */

#email_display .qa-form-tall-note {
    background-color: initial;
    font-size: 12px;
    padding: 0;
    margin-top: 0;
}

#email_display input[type=text]:not(.qa-search-field) {
    margin-bottom: 4px;
}

/* Sidebar */

.qa-widget-side {
    box-shadow: 0 1px 16px 0 rgba(60, 64, 67, .08), 0 1px 16px 1px rgba(60, 64, 67, .01);
    border-radius: 8px;
    background-color: #fcf5e9;
    margin: 1rem 0;
    padding: 1rem;
}

/* Footer */

.qa-footer-bottom-group :link, .qa-footer-bottom-group :visited {
    color: #4d8a5a;
}

@media (max-width: 680px) {
    .qa-tag-link {
        font-size: 12px;
    }

    .qa-compact-item-avatar {
        left: 13px;
    }
}

@media (max-width: 450px) {
    .gridFeed:not(.qa-template-question) .qa-q-list-item {
        max-width: 90%;
        min-width: 90%;
    }
}

/* my remodel in march of home page lists hovers */

.qa-q-item-compact-title a:hover {
    color: #4d8a5a;
}

.listFeed .qa-q-list-item:hover {
    background-color: #faefdd;
}

.listFeed .qa-q-list-item {
    position: relative;
    background-color: #f7eddd !important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px 5px 5px 5px;
}

.listFeed .qa-q-list-item:hover {
    background-color: #fcf6ed !important;
}

.gridFeed .compact-item-wrapper:hover {
    background-color: #fefbf5;
}

/* fixes icons for birthday and age in profile */
#userfield-10 .qa-form-wide-label:before {
    content: "\e63d"
}

#userfield-11 .qa-form-wide-label:before {
    content: "\e7e9"
}

#userfield-10 .qa-form-wide-data,
#userfield-11 .qa-form-wide-data {
    padding-top: 0;
    padding-left: 50px
}

.qa-template-account .cc-main-wrapper,
.qa-template-feedback .cc-main-wrapper {
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.qa-template-admin .cc-main-wrapper {
    padding: 10px !important;
    margin: 0px -10px -10px -10px !important;
    text-align: left;
}

.qa-template-account .cc-main-wrapper {
    margin: 0px -10px -10px -10px !important;
}

.qa-part-form-password:before {
    content: "";
    background: #fcf5e9 url(../images/striped-bar.svg) repeat-x center;
    height: 15px;
    padding: 12px 0;
    padding-top: 40px !important;
}

/* fixes margin on profile buttons */
.qa-form-wide-buttons button, .qa-form-wide-button {
    background-color: #4d8a5a;
    margin-top: 20px;
}

/* fixes margin on question edits box */
.qa-part-form-q-edit {
    margin-top: 3rem;
    background-color: #fcf5e9;
    padding: 2rem;
    border-radius: 8px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* hiding + sign on list and moving commment counter to the right */

.qa-q-list-item .qa-voting, .qa-q-list-item .qa-a-count, .qa-q-list-item .qa-view-count {
    color: #4d8a5a;
}

/* colour of voisser family position of member */

span.qa-a-item-who-title, span.qa-c-item-who-title, span.qa-q-item-who-title, span.qa-q-view-who-title {
    background-color: #4d8a5a1f !important;
    color: #59715e !important;
}

.gridFeed:not(.qa-template-question) .cc-gridTitle {
    font-family: 'Libre Baskerville', serif
}

/* notification icon */
.osn-new-events-link:before {
    background-color: #4d8a5a;
}

/* search icon */
.mobile-search .material-icons {
    display: inline-block;
    background-color: #4d8a5a;
}

.show-my-points:before {
    font-family: 'Material Icons';
    font-size: 22px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
    content: "\e87d";
    vertical-align: middle;
    color: #ce6943;
}

.nfyTop {
    font-size: 16px !important;
    line-height: normal;
    background-color: #4d8a5a !important;
    padding: 16px 12px !important;
    border: 0 !important;
}

.qa-nav-user, .qa-nav-user a {
    color: #33281b;
}

.qam-logged-in-points:before {
    font-family: 'Material Icons';
    font-size: 19px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
    content: "\e87d";
    vertical-align: middle;
    color: #ce6943;
}

.profilePoints:before {
    font-family: 'Material Icons';
    font-size: 19px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
    content: "\e87d";
    vertical-align: middle;
    color: #f18a64;
}

.qa-browse-cat-nolink:before {
    font-family: 'Material Icons';
    font-size: 19px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 9px;
    content: "\e2c7";
    vertical-align: middle;
    color: #4d8a5a;
}

/*  adds folder icon before categories */
.qa-nav-main-categories .qa-nav-main-link:before {
    content: "\e2c7";
}

/*  icon before points count on contributors page */
.qa-ranking-users-points .qa-top-users-score:before {
    font-family: 'Material Icons';
    font-size: 17px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
    content: "\e87d";
    vertical-align: middle;
    color: #f18a64;
}

/* contributors page: text transform for usernames */
.qa-top-users-label {
    text-transform: capitalize;
    font-size: 15px;
    padding-top: 20px !important;
}

/* contributors page: to add or not to add @ sign before usernames */
.qa-template-users .qa-top-users-label:before {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-right: 2px;
    content: "";
    vertical-align: middle;
    color: #4d8a5a;
}

/* icons above question page: grid */
#grid-trigger:before {
    content: "\e228";
    vertical-align: bottom;
    font-size: x-large;
}

/* icons above question page:list */
#list-trigger:before {
    content: "\e242";
    font-size: 27px;
    vertical-align: bottom;
}

/* new vote buttons */
.qa-vote-down-button.cc-voteButton:before, .qa-vote-down-disabled.cc-voteButton:before, .qa-voted-down-button.cc-voteButton:before {
    content: "\e313";
}

.qa-vote-up-button.cc-voteButton:before, .qa-vote-up-disabled.cc-voteButton:before, .qa-voted-up-button.cc-voteButton:before {
    content: "\e316";
}

/* aligned left content of private messages between users */
.qa-message-content {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
}

/* meta separator on grid posts*/
.gridFeed .qa-q-item-avatar-meta {
    border-top: 1px solid #cacecb;
    margin-top: 6px;
    padding-top: 10px;
    min-height: 40px;
    margin-bottom: 6px;
}

/* search button on top bar*/
.qa-search button {
    padding: 7px;
    vertical-align: middle;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #5d9969;
}

/* notification bar */
.nfyWrap .itemBox-new {
    float: none !important;
    padding: 12px 0 !important;
    background-color: #dff0dd !important;
    border-bottom: 1px solid #eee !important;
    border-left: 4px solid #68d57e;
}

/* fixes bars on the sides of grid thumbnails- requires changing  height 20 220px

.gridFeed .ccThumb {
 display: block;
 width: 88%;
 height: 220px;
 in main-style.css

 */

.ccThumb img {
    object-fit: cover !important;
    object-position: top !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

.cc-protab {
    flex: auto;
    padding: 0px !important;
}

/* fixes the irregular profile picture */
.cc-user-avatar img {
    object-fit: cover !important;
    object-position: top !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

/* hides avatar notice */
.qa-avatar-notice {
    display: none
}

/* fixes post picture not filling up the container */
.qa-post-content img {
    object-fit: cover !important;
    object-position: top !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

.qa-form-wide-spacer {
    background: #f0f2f400 url(../images/striped-bar.svg) repeat-x center;
}

input[type=date].qa-form-tall-text, input[type=password].qa-form-tall-text, input[type=text].qa-form-tall-text {
    font-size: 16px;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #dcc9b200 !important;
    background-color: #dcc9b27a;
}

select {
    padding: 6px 8px;
    cursor: pointer;
    border: 1px solid #dcc9b200 !important;
    background-color: #dcc9b27a;
}

.qa-form-tall-button, .qa-form-wide-button, .qa-form-wide-buttons button {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .55px;
}

/* removes the offset on input label text */
.input-ctlabel {
    font-size: 9px;
    transform: none;
    background-color: #fcf5e9;
    color: #757575;
    display: inline-block;
    padding: 0 6px;
    pointer-events: none;
}

.floatingAsk {
    background-color: #4d8a5a;
    color: #fcf5e9;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-radius: 50px 50px 0px 50px;
}

.gridFeed .qa-q-list-item:hover .ccThumb {

    transform: scale3d(1.035, 1.035, 1.035);
}

a.floatingAskLink {
    color: #fcf5e9;
    padding: 16px 16px;
}

/* increase footer margin */
.qa-footer-bottom-group {
    margin-bottom: 40px !important;
}

/* ask box footer notes going centre
.cc-main-wrapper, .qa-widgets-side {
    text-align: left !important;
}
*/

.qa-nav-user {
    height: auto !important;
}
