/*
Theme Name:     Support
Theme URI:      http://dawnthemes.com/
Author:         DawnThemes
Author URI:     http://dawnthemes.com
Description:    Support theme
Version:    2.0.0
*/
.bbpress-label{
/*display: none !important;*/
}
#page-header #bbp-search {
    margin-top: 10px;
    max-width: 730px;
    position: relative;
}

#page-header #bbp-search #bbp_search {
    border: medium none;
    border-radius: 2px;
    padding: 18px 15px;
    width: 100%;
    height: auto;
}

#page-header #bbp-search #bbp_search_submit {
    background: none repeat scroll 0 0 #d73d32;
    border-radius: 0px;
    bottom: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.15s ease-out 0s;
}

#page-header #page-header-title {
    line-height: 1.3;
    margin-bottom: 1.2rem;
}

#site-header #logo img {
    height: auto;
    max-height: 55px;
    max-width: 100%;
}

#page-header #bbp-search #bbp_search_submit {
    padding: 0 40px;
    height: auto;
}

#page-header #bbp-search #bbp-search-form > div {
    position: relative;
}

#page-header #bbp-search #bbp_search {
    padding-left: 50px;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform:translate(0, -50%) scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform:translate(0, -50%) scale(1.05);
    }

    70% {
        -webkit-transform:translate(0, -50%) scale(.9);
    }

    100% {
        -webkit-transform:translate(0, -50%) scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform:translate(0, -50%) scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform:translate(0, -50%) scale(1.05);
    }

    70% {
        -moz-transform:translate(0, -50%) scale(.9);
    }

    100% {
        -moz-transform:translate(0, -50%) scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: translate(0, -50%) scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform:translate(0, -50%) scale(1.05);
    }

    70% {
        -o-transform:translate(0, -50%)  scale(.9);
    }

    100% {
        -o-transform:translate(0, -50%)  scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translate(0, -50%) scale(.3);
    }

    50% {
        opacity: 1;
        transform: translate(0, -50%) scale(1.05);
    }

    70% {
        transform: translate(0, -50%) scale(.9);
    }

    100% {
        transform: translate(0, -50%) scale(1);
    }
}
#page-header #bbp-search #bbp-search-form > div::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    content: "\f002";
    position: absolute;
    top: 50%;
    color: #434345;
    left: 16px;
    font-size: 1.5em;
      
} 

#nav-primary ul > li a {
    color: #ffffff !important;
}

@media (max-width: 767px) {}

@media screen and (max-width: 720px) {
    #nav-primary #nav-primary-menu {
        margin: 40px 0 0;
    }
    #site-header #logo img {
        max-width: 180px;
    }
    #bbpress-forums .bbp-forum-title-container, #bbpress-forums .bbp-forum-info {
      width: 65%;
    }
    #bbpress-forums .bbp-forum-topic-count, #bbpress-forums .topic-reply-counts {
      width: 35%;
      padding-left: 30px
    }
    #bbpress-forums .freshness-forum-link, #bbpress-forums .bbp-forum-freshness {
      text-align: left;
      width: 100%;
      padding-top: 30px;
  }
}
.quicktags-toolbar{
    display: block !important;
}
.mce-toolbar-grp,
#bbp_topic_content-html,
#bbp_reply_content-html{
    display: none !important;
}

#bbpress-forums .bbp-topic-freshness-author .bbp-author-avatar{
    display: inline !important;
}
#bbpress-forums .bbp-topic-freshness-author a{
    color: #666d73 !important;
}
#bbpress-forums .bbp-topic-freshness-author a:hover{
    text-decoration: underline;
}
#bbpress-forums .bbp-attachments ol li.bbp-atthumb .wp-caption img{
    border: 2px solid;
    margin: 0;
    padding: 2px;
    width: 100px !important;
}
#bbpress-forums .bbp-attachments ol li.bbp-atthumb .wp-caption-text{
    text-align: left !important;
}
#bbps_support_forum_options, 
#bbps_support_forum_move, 
.bbps-support-forums-message{
    width: 100%;
    margin-bottom: 20px;

}
#bbps_support_forum_options form label{

}
#site-footer-widgets{
    display: none !important; 
}


.after-site-header{
    padding: 20px 0px;
}

.after-site-header .ht-container{
    border: 5px solid #d73d32;
}
.before-site-header{
    background-color: #d73d32;
}
.before-site-header *,
.before-site-header a{
    color:  #ffffff;
}
kbd{
    border: 1px solid #aaa;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    -moz-box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
    -webkit-box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
    box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee);
    background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee);
    background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee);
    background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
    padding: 0.1em 0.3em;
    font-family: inherit;
    font-size: 0.85em;
}
a.bbp-author-support-expired{
    background: #BB726F;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 4px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}