/*--------------------------------------------------------------
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - BP Widgets
1.1 - Groups
1.2 - Login Page
1.3 - WPMU
2.1 - Activity
2.1.1 - Activity Listing
2.1.2 - Activity Comments
2.2 - Admin Bar
2.3 - Directories - Members, Groups, Blogs, Forums
2.4 - Error / Success Messages
2.5 - Forms
2.6 - Ajax Loading
2.7 - Topics and Tables - Forums and General
2.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
2.9 - Private Messaging Threads
3.1 - BP Docs
3.2 - BuddyDrive
3.3 - Rtmedia
4.0 - Responsive layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - BP Widgets
--------------------------------------------------------------*/

/*----------------------- Recently Active Members Widget --------------------------------*/
.widget_bp_core_recently_active_widget { overflow:hidden; }
.widget_bp_core_recently_active_widget .item-avatar { width:15.5%; margin:0 1% 1% 0; float:left; }
.widget_bp_core_recently_active_widget .item-avatar a img { width:100%; height:auto; border-radius:4px; }

/*-------------------------- Online Members Widget -----------------------------------*/
.widget_bp_core_whos_online_widget { overflow:hidden; }
.widget_bp_core_whos_online_widget img.avatar { margin:0 10px 10px 0; padding:3px; border:1px solid #e0e0e0; border-radius:4px; box-shadow: 2px 2px 0px 0px #e0e0e0; }

/*----------------------- Members & groups ------------------------------*/
.widget.buddypress #groups-list, .widget.buddypress #members-list, .widget.buddypress #friends-list { margin-left: 0; padding-left: 0; }
.widget.buddypress #groups-list li, .widget.buddypress #members-list li, .widget.buddypress #friends-list li { width: 100%!important; list-style-type: none; padding: 10px 0px!important; margin-bottom: 0px!important; border-bottom: 1px solid #efefef!important; clear: both; }
.widget.buddypress #groups-list li:last-child, .widget.buddypress #members-list li:last-child, .widget.buddypress #friends-list li:last-child { border-bottom: none!important; padding-bottom: 0px!important; }
.widget.buddypress .item-options { margin-top: -7px; }
.widget.buddypress .item-options .bp-separator { display: none; }
.widget.buddypress .item-options a { background: #c8c8c8; padding: 2px 5px; color: #ffffff; font-weight: bold; font-size: 11px; }
.widget.buddypress .item-options a.selected { background: #ff376f; }
.widget.buddypress ul.item-list { padding-top: 7px; }
.widget.buddypress ul.item-list .item-meta { display: table!important; width: 100%!important; text-align: left!important; padding-left: 0px; }
.widget.buddypress .item-list .item-avatar { width: 12%!important; float:left; }
.widget.buddypress .item-list .item-avatar img { border-radius: 6px; width: 100%; height:auto; }
.widget.buddypress .item-list .item { width: 83%!important; float:right; display: table!important; }
.widget.buddypress .item-list .item-title { margin-top: 0px!important; margin-bottom: 0px!important; padding-left:0px; }
.widget.buddypress .item-list .item-title a { font-weight: 800; font-size: 14px; }
#buddypress .widget.buddypress .item-list .activity { font-style: italic; font-size: 10px; padding: 2px 4px; background: #c8c8c8; color: #ffffff; text-transform: uppercase; font-weight: bold; }



/*--------------------------------------------------------------
1.1 - Groups
--------------------------------------------------------------*/
span.activity { font-size: 12px; }
#members-dir-list span.activity, #members-list span.activity, .group-members #member-list span.activity { background:#c8c8c8; color:#ffffff; text-transform:uppercase; font-size:11px; font-weight:bold; }
#item-nav-container { border-bottom: 1px solid #ededed; background: #f9f9f9; }
.groups.bp-user .mygroups #item-nav-container, .groups.bp-user #subnav #groups-order-select { display: none; }
.groups.bp-user .wrapper.member-content.spacer { background: none; }

.directory.groups #item-nav-container { margin-bottom: 50px; }
#item-body #item-nav { margin-bottom:0px; }
#object-nav { overflow:hidden; float:left; border-left: 1px solid #ededed; }
#object-nav ul { margin-bottom:0px!important; }
#object-nav ul li { border-right:1px solid #ededed; box-shadow: 0px 1px 0px 0px rgba(237,237,237,1); position:relative; float:left!important; transition: all 300ms ease-in; }
#object-nav ul li a { box-shadow: 0px -1px 0px 0px rgba(237,237,237,1); position: relative; top:1px; }
body.bp-user .groups.mygroups #object-nav { display:none; }
.groups.mygroups { margin-top:30px; }
#object-nav ul li a { position:relative; color:#393939; font-size:14px; padding: 16px 21px; font-weight:bold; }
body.bp-user #object-nav ul li a { padding: 16px 16px; }
#object-nav ul li a span { display:inline; background:#d4d4d4; border-radius: 10px; color:#ffffff; padding:1px 5px; line-height: 1em; }
#object-nav ul li.current a { color:#ffffff; background:#ededed; }
#object-nav ul li.current { }
#object-nav ul li a.current { background:#ededed; color:#ffffff; }
#object-nav ul li.current a, #object-nav ul li a.current { }
#members span { text-shadow:#ffffff 0px 0px 0px; padding:0px 4px 0px 4px; border-radius:3px; }
.my-groups .tabs-nav { display:none; }

.single-group-box-image-container { float:left; position:relative; }
.single-group-box-image-container img { width:100px; height:100px; border:8px solid #ffffff; } 

#create-group-button { float:right; margin-top:7px; font-size: 36px; font-weight: 800; padding:5px 6px; color: #cccccc; line-height: 0.6em; border:3px solid #cccccc; border-radius: 32px; transition: all 300ms ease-in; }
#create-group-button:hover { color: #424242; border:3px solid #424242; }

#group-create-tabs { padding:2px 3px 3px 3px; margin-bottom:30px; border-top:1px solid #ececec; border-bottom:1px solid #ececec; }
#group-create-tabs ul li.current a { color:#222222; }

/*--------------------------------------------------------------
1.2 - Login Page
--------------------------------------------------------------*/

#page-login-form { width:400px; margin:0 auto; }
#page-user-login { width:400px; border: 3px solid #ededed; padding: 12px; font-size: 21px; background: #fafafa; box-sizing: border-box; }
#page-user-pass { width:400px; border: 3px solid #ededed; padding: 12px; font-size: 21px; background: #fafafa; box-sizing: border-box; }
#wp-submit, #signup_submit, #post-topic-reply #submit, #new-topic-post #submit, .my-account #submit, #new-topic-button { display:block; margin-top:25px; margin-bottom:15px; float:left; }
#page-login-form #wp-submit { padding-left:50px; padding-right:50px; }

/*--------------------------------------------------------------
1.3 - WPMU
--------------------------------------------------------------*/
#blogs-list { width:106%; }
#blogs-list li { float:left; width:150px; height:390px; margin:20px 25px 0px 25px; }
#blogs-list li .item-avatar { width:150px; height:150px; margin-bottom:10px; }
#blogs-list li .item-meta { font-size:11px; margin:3px 0; padding-left:0px; font-style:italic; }
#blogs-list li .item-title { font-size:12px; font-weight:bold; padding-left:0px; }
#blogs-list li .item-lastpost { font-weight:bold; color:#ff6700; }

/*--------------------------------------------------------------
21 - Activity
--------------------------------------------------------------*/
#activity-stream { margin-top:5px; }
form#whats-new-form { margin-bottom:50px; padding: 0 0px 20px 0px;}
.group-home form#whats-new-form, .bp-user form#whats-new-form { background-image:none; margin-bottom:20px; }
.home-page form#whats-new-form {border-bottom: none;padding-bottom: 0;}
form#whats-new-form h5 {font-weight: normal;font-size: 12px;color: #888;margin: 0;margin-left: 86px;padding: 0 0 3px 0;}
form#whats-new-form #whats-new-avatar {float: left; }
form#whats-new-form #whats-new-avatar img { width:60px; height:60px; border-radius:50px; }
form#whats-new-form #whats-new-content {margin-left: 64px;padding-left: 22px;}
form#whats-new-form textarea {background: #fff;border: 1px solid #ccc;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;color: #555;font-family: inherit;font-size: 14px;height: 20px;padding: 6px;width: 98%;}
body.no-js form#whats-new-form textarea {height: 50px;}
form#whats-new-form #whats-new-options select {max-width: 200px;margin-top: 12px;}
form#whats-new-form #whats-new-submit {float: right;margin-top: 12px;}
#whats-new-options {overflow: auto;height: 50px!important;}
body.no-js #whats-new-options {height: auto;}
#whats-new:focus {border-color: rgba(31, 179, 221, 0.9) !important;outline-color: rgba(31, 179, 221, 0.9);box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);}
.activity-greeting { padding-left:85px; }
.activity-info { font-family: Georgia; font-style: italic; font-size: 16px; }

/*--------------------------------------------------------------
2.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li.activity-item { overflow: hidden; padding: 0 0 0 0; margin-bottom:27px!important; border-bottom: none; background:#ffffff; list-style: none; }
#buddypress .activity-list .activity-avatar { float: left; margin-right:4px; }
#buddypress .activity-list .activity-avatar img { border-radius: 25px; width:35px; height:auto; display:block; }
#buddypress .activity-list li.mini { position: relative; }
#buddypress .activity-list li.mini .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic { height: 30px; width: 30px; }
#buddypress .activity-list li .activity-content { position: relative; border:1px solid #eaf0f7; }
#buddypress .activity-list li.mini .activity-content p { margin: 0; }
#buddypress .activity-list li.mini .activity-comments { clear: both; }
#buddypress li.mini .activity-meta { margin-top: 6px; }
#buddypress .activity-list li .activity-inreplyto { color: #767676; font-size: 80%; }
#buddypress .activity-list li .activity-inreplyto > p { margin: 0; display: inline; }
#buddypress .activity-list li .activity-inreplyto blockquote, #buddypress .activity-list li .activity-inreplyto div.activity-inner { background: none; border: none; display: inline; margin: 0; overflow: hidden; padding: 0; }
#buddypress .activity-list .activity-header a.activity-time-since { display: block; font-weight:normal; color:#a5aab2; font-size: 11px; }
.activity-header-container {background:#fafbfd; padding:15px; min-height:40px; }
.activity-list li.mini .activity-header-container { min-height:50px; padding:10px 15px;}
#buddypress .activity-header { font-size:13px; line-height: 1.3em; text-transform: uppercase; margin-top:0px; padding-right: 20px; font-weight:700; color:#535353; }
#buddypress .activity-header a {color:#535353;}
.activity-header p { margin:0px 0px 0px 0px!important; }
#buddypress .activity-header a, #buddypress .comment-meta a, #buddypress .acomment-meta a { text-decoration: none; }
#buddypress .activity-list .activity-content .activity-header a img { display:none; float: none !important; width:15px; height:15px; margin:-4px 3px 0 0; }
#buddypress a.bp-secondary-action, #buddypress span.highlight {padding: 0; text-decoration: none; }
#buddypress .activity-list .activity-content .activity-inner, #buddypress .activity-list .activity-content blockquote { margin: 15px 20px 28px 20px; overflow: hidden; }
.activity-inner { font-size: 14px; color:#555555; }
#buddypress .activity-list li.new_forum_post .activity-content .activity-inner, #buddypress .activity-list li.new_forum_topic .activity-content .activity-inner { border-left: 4px solid #EAEAEA; margin-left: 15px; padding-left: 12px; }
#buddypress .activity-inner > p { word-wrap: break-word; }
#buddypress .activity-inner > .activity-inner { margin: 0; }
#buddypress .activity-inner > blockquote { margin: 0; }
#buddypress .activity-list .activity-content img.thumbnail { border: 2px solid #eee; float: left; margin: 0 10px 5px 0; }
#buddypress .activity-read-more { margin-left: 1em; white-space: nowrap; }
#buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest { background: #f0f0f0; margin: 15px 0; padding: 10px 15px; border-bottom:none; text-transform: uppercase; font-weight:800; text-align: center; }
#buddypress .activity-list li.load-more a, #buddypress .activity-list li.load-newest a { color: #7b7b7b; }

.activity-permalink #activity-stream { margin-top: 40px; min-height:400px; }

/*--------------------------------------------------------------
2.1.2 - Activity Comments
--------------------------------------------------------------*/
#buddypress div.activity-meta { margin-top: -20px; margin-bottom: 12px; margin-left:20px; }
#buddypress div.activity-meta a { padding: 2px 8px; text-transform: uppercase; font-weight:300; font-size: 9px; border-radius: 12px; opacity: 0.5; transition: all 300ms ease-in; }
#buddypress div.activity-meta a:hover { opacity: 1; }
#buddypress a.activity-time-since { text-decoration: none; }
#buddypress a.activity-time-since:hover { text-decoration: underline; }
#buddypress a.bp-primary-action, #buddypress #reply-title small a { font-size: 80%; margin-right: 5px; text-decoration: none; }
#buddypress a.bp-primary-action span, #buddypress #reply-title small a span { background: #767676; color: #fff; font-size: 90%; border-radius: 7px; margin-top: -1px; margin-left: 2px; padding: 0 5px; }
#buddypress a.bp-primary-action:hover span, #buddypress #reply-title small a:hover span { background: #555; color: #fff; }
#buddypress div.activity-comments { padding: 0 0 0 0px; border-left: 1px solid #eaf0f7; border-right: 1px solid #eaf0f7; /* IE fix */
	position: relative; width: auto; clear: both; }
#buddypress div.activity-comments > ul { padding: 0 0 0 0px; display:table;}
#buddypress div.activity-comments ul, #buddypress div.activity-comments ul li { list-style: none; }
#buddypress div.activity-comments ul { clear: both; margin: 0; border-bottom: 1px solid #eaf0f7; width: 100%!important; }
#buddypress div.activity-comments ul li { padding: 3%; border-bottom: 1px solid #eaf0f7!important; box-sizing: border-box; }
#buddypress div.activity-comments ul li ul li {border-bottom: none; padding-bottom: 0px; padding-right: 0px;}
#buddypress div.activity-comments > ul > li:first-child { border-top: none; }
#buddypress div.activity-comments ul li:last-child { margin-bottom: 0; }
#buddypress div.activity-comments ul li > ul { margin-left: 30px; margin-top: 0; padding-left: 10px; }
#buddypress div.activity-comments div.acomment-avatar img { border-radius: 20px; margin-left: 8px; float: left; height: 30px; display:block; width: 30px; }
#buddypress div.activity-comments div.acomment-content { margin: 5px 0 0 50px; font-size:13px; color:#515151; line-height: 1.5em; }
#buddypress div.acomment-content .time-since, #buddypress div.acomment-content .activity-delete-link, #buddypress div.acomment-content .comment-header { display: none; }
#buddypress div.activity-comments div.acomment-meta { color: #767676; font-weight:700; text-transform: uppercase; font-size:11px; padding-left:50px; }
#buddypress div.activity-comments form.ac-form { display: none; padding: 10px; }
#buddypress div.activity-comments li form.ac-form { margin-right: 15px; clear: both; }
#buddypress div.activity-comments form.root { margin-left: 0; }
#buddypress div.activity-comments div#message { margin-top: 15px; margin-bottom: 0; }
#buddypress div.activity-comments form .ac-textarea { background: #ffffff; border: 1px solid #dedede; margin-bottom: 10px; padding: 8px; border-radius: 6px; }
#buddypress div.activity-comments form textarea { border: none; background: transparent; box-shadow: none; outline: none; color: #555; font-family: inherit; font-size:14px; height: 60px; padding: 0; margin: 0; width: 100%; }
#buddypress div.activity-comments form input { margin-top: 5px; }
#buddypress div.activity-comments form div.ac-reply-avatar { float: left; }
#buddypress div.ac-reply-avatar img { width:30px; height:auto; border-radius: 5px; border:3px solid #dedede; }
#buddypress div.activity-comments form div.ac-reply-content { color: #767676; margin-left: 50px; }
#buddypress div.activity-comments form div.ac-reply-content a { text-decoration: none; }
#buddypress .acomment-options { position:absolute; top:10px; right:15px; text-transform: uppercase; }
#buddypress div.activity-comments ul li ul li .acomment-options {right:-3px;}
#buddypress .acomment-options a { color: #767676; font-size:10px; border:1px solid #cfcfcf; padding:0 7px; border-radius: 9px; opacity: 0.5; transition: all 300ms ease-in; }
#buddypress .acomment-options a:hover { color: inherit; opacity: 1; }
.ac-reply-cancel { font-size:13px; text-transform: uppercase; }
#buddypress div.activity-comments ul li:last-of-type { border-bottom:none!important; }


/*--------------------------------------------------------------
2.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div.dir-search {float: right;margin: 0px 0 0 0;}
div.dir-search input[type=text] {font-size: 12px;padding: 5px 5px;}
input#groups_search { padding:5px; }
.members-sorting { width:280px; float:left; }
#members-directory-form { width:100%; float:right; }
.members-sorting label { font-size:11px; }

#members-dir-search { width:280px; float:right; margin-top:8px; }
#members-dir-search #members_search { width:68%; float:left; padding:2%; font-size: 12px; font-size:14px; font-style:italic; background:#ffffff; border:1px solid #e3e3e3; }
#members-dir-search #members_search::placeholder { color:#d1d1d1; }
#item-nav-container #members_search_submit { float:right; width:24%; padding:7px 8px; text-align: center; font-size: 12px; border:none; background:#747474; color:#ffffff; cursor:pointer; border-radius: 3px; font-weight: 700; text-transform: uppercase; }


#group_members-order-by { font-size:14px; }
#group_members-order-by option { padding:3px 3px; }
#group_members-order-select { padding-right: 0px!important; }
#members-order-select { padding-right: 0px!important; }
#members-order-select #members-order-by { font-size:14px; line-height: 1.2em; }
#members-order-select label { font-weight: 700; }
#members-order-select option { font-size:14px; padding:3px 3px; }

.groups-members-search { padding-right: 0px; width:50%; }
.groups-members-search #members_search { border: 1px solid #e3e3e3; padding:1%; }
.groups-members-search #members_search_submit { padding: 0.8% 1.2%; }

#buddypress #members-list .item-list li { position:static; }
#buddypress #members-list li { width:14%; margin-bottom: 4%; margin-right: 3.2%; float:left; border-bottom: none; padding:0px; padding-bottom:4px; position:relative; }
#buddypress #members-list li:nth-of-type(6), #buddypress #members-list li:nth-of-type(12), #buddypress #members-list li:nth-of-type(18), #buddypress #members-list li:nth-of-type(24), #buddypress #members-list li:nth-of-type(30) { margin-right: 0%!important; }
#buddypress #members-list li .item-avatar { width:100%; position: relative; overflow: hidden; }
#buddypress #members-list li .item-avatar img { width:100%; height:auto; margin-right:0px; display:block; }
#buddypress #members-list li .item .update {font-family: Droid Serif; font-style:italic; font-size:14px; width:100%; line-height:1.5em; margin:4px 0 5px 0; }
#buddypress #members-list li .item .update a {font-size:14px; line-height:1.5em; }
#buddypress #members-list li .item-title { margin-top:4%; }
#buddypress #members-list li .item-title a { font-weight:800; color:#494949; }
#buddypress #content #members-list li .activity { position:absolute; right:0px; bottom:0px; color:#ffffff; background:#f5a02f; padding:1px 6px; font-size:12px; font-style: italic; }
.single-item.groups #members-list li .activity { padding:0px 5px; font-size:11px!important; line-height: 1.3em; }
#buddypress #members-list div.item-meta, #buddypress #members-list .item-title { padding-left:0px; }

.directory.members #object-nav { width:70%; float:left;}

/*--------------------------------------------------------------
2.4 - Errors / Success Messages
--------------------------------------------------------------*/
div#message {margin: 20px; width:90%; }
#message.info p {margin-bottom: 0; background:none; font-size:21px; font-weight:700; color:#c2c2c2; line-height: 1.5em;}
div#message.updated {clear: both;}
div#message p {font-size: 12px;display: block;padding: 10px 15px; overflow:hidden; }
div#message.error p {background-color:#000000; color: #ffffff;clear: left;}
div#message.updated p {background-color:#000000; color: #ffffff;}
.standard-form#signup_form div div.error {background: #e41717;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;color: #fff;margin: 0 0 10px 0;padding: 6px;width: 90%;}
div.accept, div.reject {float: left;margin-left: 10px;}
ul.button-nav li {float: left;margin: 0 10px 10px 0;}
ul.button-nav li.current a {font-weight: bold; }


/*--------------------------------------------------------------
2.5 - Forms
--------------------------------------------------------------*/
.standard-form textarea, .standard-form input[type=text], .standard-form select, .standard-form input[type=password], .dir-search input[type=text], .standard-form input[type=email] {border: 1px solid #dedede; border-radius: 5px;color: #888; font-size: 16px;padding: 4px; transition: all 300ms ease-in; }
.standard-form input[type=text] { border: 3px solid #efefef; background:#fbfbfb; padding: 10px 7px; }
.standard-form input[type=text]:focus, .standard-form input[type=password]:focus {border: 1px solid #a5a5a5; color: #282828; }
.standard-form textarea { font-size:14px!important; }
.standard-form select {padding: 3px;}
.standard-form input[type=password] {margin-bottom: 5px;}
.standard-form label, .standard-form span.label { display: block; margin: 15px 0 5px 0;}
.standard-form div.checkbox label, .standard-form div.radio label {color: #888;font-size: 14px;font-weight: normal;margin: 5px 0 0 0;}
.standard-form#sidebar-login-form label {margin-top: 5px;}
.standard-form input[type=text] {width: 75%;}
.standard-form#sidebar-login-form input[type=text], .standard-form#sidebar-login-form input[type=password] {padding: 4px;width: 95%;}
.standard-form #basic-details-section input[type=password], .standard-form #blog-details-section input#signup_blog_url {width: 35%;}
.standard-form#signup_form input[type=text], .standard-form#signup_form textarea, .form-allowed-tags, #commentform input[type=text], #commentform textarea {width: 90%;}
.standard-form#signup_form div.submit {float: right;}
div#signup-avatar img {margin: 0 15px 10px 0;}
.standard-form textarea {width: 75%;height: 120px;}
.standard-form textarea#message_content {height: 200px;}
.standard-form#send-reply textarea {width: 97.5%;}
.register-section input, #signup_username { border: 3px solid #efefef!important; background:#fbfbfb; font-size:18px; padding: 10px 7px!important; }
.standard-form p.description {color: #888;font-size: 11px;margin: 5px 0;}
.standard-form div.submit {clear: both;padding: 15px 0 0 0;}
.standard-form p.submit {margin-bottom: 0;padding: 15px 0 0 0;}
.standard-form div.submit input {margin-right: 15px;}
.standard-form div.radio ul {margin: 10px 0 15px 38px;list-style: disc;}
.standard-form div.radio ul li {margin-bottom: 5px;}
.standard-form a.clear-value {display: block;margin-top: 5px;outline: none;}
.standard-form #basic-details-section, .standard-form #blog-details-section, .standard-form #profile-details-section {float: left;width: 48%;}
.standard-form #profile-details-section {float: right;}
#buddypress .standard-form #blog-details-section, #buddypress #notifications-bulk-management {clear: left;}
body.no-js #buddypress #notifications-bulk-management #select-all-notifications, body.no-js #buddypress label[for="message-type-select"], body.no-js #buddypress #message-type-select, body.no-js #buddypress #delete_inbox_messages, body.no-js #buddypress #delete_sentbox_messages, body.no-js #buddypress #messages-bulk-management #select-all-messages {display: none;}
.standard-form input:focus, .standard-form textarea:focus, .standard-form select:focus {background: #fafafa;color: #555;}
form#send-invite-form {padding:2%;}
div#invite-list {background: #f5f5f5;border: 1px solid #e4e4e4;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;height: 400px;margin: 0 0 10px;overflow: auto;padding: 5px;width: 160px;}
button, a.button, input[type=button], input[type=reset], ul.button-nav li a, div.generic-button a { border: 1px solid #ccc; border-radius: 3px;color: #777;cursor: pointer;font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;outline: none;padding: 4px 10px;text-align: center;text-decoration: none;line-height: 14px;}
#group-settings-form, #post-topic-reply { width:95%; margin:0 auto; }
#post-topic-reply { margin-top:100px; }
a.visibility-toggle-link, a.field-visibility-settings-close { color:#ffffff; background:#a7a7a7; border-radius:4px; padding:1px 5px; font-size:10px; text-transform:uppercase; }
ul.radio li { list-style-type:none; }
.editfield input { border: 1px solid #dedede; border-radius: 5px;color: #888; font-size: 24px;padding: 2px; }

/* SELECT FIELD STYLING */
select { border:1px solid #e6e6e6; font-size:14px; padding:2px 4px; color:#414141; }
#activity-filter-select { padding-right: 0px!important; }

.field-visibility-settings { display:none; }
.field-visibility-settings ul li { list-style-type: none; margin-left:-20px; }

#pass-strength-result { font-size:12px; }
#pass-strength-result.short { color:#db0000!important; }
#pass-strength-result.bad { color:#f69100!important; }
#pass-strength-result.good { color:#167400!important; }

/*--------------------------------------------------------------
2.6 - Ajax Loading
--------------------------------------------------------------*/
a.loading,input.loading {background-image: url( images/ajax-loader.gif );background-position: 95% 50%;background-repeat: no-repeat;padding-right: 25px;}
a.loading:hover,
input.loading:hover {background-image: url( images/ajax-loader.gif );background-position: 95% 50%;background-repeat: no-repeat;padding-right: 25px;color: #777;}
a.button.loading, input[type="submit"].loading, input[type="button"].loading, input[type="reset"].loading {
background-image: url( images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
background-image: url( images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background-image: url( images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background-image: url( images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
background-image: url( images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
background-image: url( images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
background-position: 95% 50%;
background-repeat: no-repeat;
padding-right: 25px;
}
a.button.loading:hover, input[type="submit"].loading:hover, input[type="button"].loading:hover, input[type="reset"].loading:hover {
background-image: url( images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
background-image: url( images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background-image: url( images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background-image: url( images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
background-image: url( images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
background-image: url( images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
border: 1px solid #ccc;padding-right: 25px;}
input[type="submit"].pending, input[type="button"].pending, input[type="reset"].pending, input[type="submit"].disabled, input[type="button"].disabled,
input[type="reset"].disabled, button.pending, button.disabled, div.pending a, a.disabled {border-color: #eee;color: #bbb;cursor: default;}
input[type="submit"]:hover.pending, input[type="button"]:hover.pending, input[type="reset"]:hover.pending, input[type="submit"]:hover.disabled, input[type="button"]:hover.disabled, input[type="reset"]:hover.disabled, button.pending:hover, button.disabled:hover, div.pending a:hover, a.disabled:hover {
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */border-color: #eee;color: #bbb;}


/*--------------------------------------------------------------
2.7 - Forums, Tables and Topics - bbpress.css
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
span.user-nicename {display: inline-block;font-size: 14px; font-style:italic; }
div#message p {border-radius: 3px;font-weight: normal;margin-top: 3px;text-decoration: none;background: #000000; }
.transparent-cover { position:absolute; width:100%; height:100%; z-index:0; opacity: 0.6; }
.header-title.header-title-profile, .header-title.header-title-group { padding:0px 0px 0px 0px!important; margin-bottom:0px; position:relative; }
body.bp-user .header-title { padding-top:60px; }
#item-header { display:table; position:relative; width:100%; padding: 7% 0; color:#ffffff; }
.item-header-avatar { width:18%; float:left; padding-right: 20px; }
.item-header-avatar img { width:100%; height:auto; box-shadow: 19px 19px 0px 0px rgba(0,0,0,0.12); }
.item-header-content { float: right; width:77%; position: relative; }
#item-nav-container { position:relative; float:left; width: 100%; }
#item-buttons div.generic-button { margin:0px 0px 0px 0px; background-color: rgba(27,27,27,0.20); padding:10px 8px; border-radius: 19px; }
#item-buttons a.group-button, #item-buttons a.friendship-button, #item-buttons a.activity-button, #item-buttons a.send-message { border:none; color:#ffffff!important; font-weight:700; font-size:14px; opacity: 1.0!important; }
.header-title #item-buttons { margin-top:10px; }
div#item-header div#item-header-content { width:100%; float:left; color:#ffffff; font-size:14px; padding-bottom:50px; line-height:1.6em; }
div#item-header-content .user-nicename { color:#ffffff; }
.group-desc { font-size:18px; font-family:Droid Serif; font-style:italic; line-height:1.6em; }
.bp-user div#item-header div#item-header-content { margin-left:30px; width:920px; }
div#item-header h2 {font-size: 42px; color: #ffffff; line-height: 1em;margin: 0 0 10px 0; }
div#item-header h2 a {color: #ffffff; text-decoration: none;}
.single-group-meta { font-style:italic; font-size:11px; margin-bottom:4px; }
div#item-header div#item-meta {font-size: 13px!important; line-height:1.5em; overflow: hidden;margin: 7px 0 14px 0;}
div#item-header div#item-meta .activity { font-size: 13px!important; }
div#item-header div#item-actions {float: right;margin: 0 0 15px 15px;text-align: right;width: 20%;}
div#item-header div#item-actions h3 {font-size: 12px;margin: 0 0 5px 0;}
div#item-header ul {margin-bottom: 15px;overflow: hidden;}
div#item-header ul h5, div#item-header ul span, div#item-header ul hr {display: none;}
div#item-header ul li {float: right;}
div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {height: 30px;margin: 2px;width: 30px;}
div#item-header div.generic-button, div#item-header a.button {float: left;margin: 10px 10px 0 0;}
.item-header-details { margin:5px 0 15px 0; font-size: 14px!important; }
.item-header-details .activity { font-size: 14px!important; }
#item-body { padding-left: 0px!important; padding-right: 0px!important; }

#admins-moderators { font-size:10px; text-transform:uppercase; position:absolute; top:0%; right:0px; filter: grayscale(100%); }
#admins-moderators:hover { transition: all 300ms ease-in; filter: grayscale(0%); }
#admins-moderators ul li img { width:25px!important; height:25px!important; border-radius:12px; }
#admins, #moderators { float:right; margin-left:20px; }

#groups-list li { width:380px; float:left; margin:0 90px 50px 0; }
#member-list li, #admins-list li, #mods-list li { padding:20px 0px; border-bottom: 1px solid #eeeeee; min-height:60px; }
#admins-list li, #mods-list li { padding:5px 0px; min-height:0px; overflow:hidden; }

ul.item-list li { padding: 15px 0;position: relative; }
ul.item-list.activity-list li {padding-bottom: 0;}
ul.single-line li {border: none;}
ul.item-list li img.avatar {float: left;margin: 0 10px 0 0;}
ul.item-list li div.item-title, ul.item-list li h4 { font-weight: normal;font-size: 15px; margin: 0 0 5px 0; }
ul.item-list li div.item-title span {color: #7b7b7b;font-size: 12px; font-style:italic; }
ul.item-list li div.item-meta, .item-list .item-title { padding-left:110px; }
#latest-update { font-style:italic; }
.item-header-content #latest-update { font-size:18px; font-family: Georgia; font-style: italic; font-weight: normal; line-height: 1.4em!important; }
#latest-update a { color:#f0ff00; }
ul.item-list li div.item-desc {color: #888;font-size: 11px;margin: 10px 0 0 64px;width: 100%;}
ul.item-list li div.action {position: absolute;bottom: 15px;right: 15px;text-align: right;}
ul.item-list li div.meta {color: #888;font-size: 11px;margin-top: 10px; }
ul.item-list li h5 span.small {float: right;font-size: 11px;font-weight: normal;}
div.item-list-tabs { clear: left; overflow: hidden;}
div.item-list-tabs ul li { float:left; }
div.item-list-tabs ul li a {text-decoration: none;font-size:16px; }
div.item-list-tabs ul {width: 100%;}
#subnav { margin-top:-30px; margin-bottom:30px; }
#subnav ul li { padding-top:4px; padding-bottom:4px; padding-right:32px; }
#subnav ul li.selected a, #subnav ul li.current a { font-weight:bold!important; }
#subnav ul li.last { float:right; }
#subnav ul li a { font-size:13px; padding-right:0px; }
#subnav ul li a span { display:inline; background-color:#e6e6e6; border-radius: 9px; padding:0px 4px; margin-left: 3px; }
#subnav ul li a:first-child { padding-left:0px; }
.message-search { float:right; padding:4px 0; overflow:hidden; }
div.item-list-tabs ul li.last select {max-width: 175px;}
div.item-list-tabs ul li a, div.item-list-tabs ul li span {display: block; padding: 3px 10px;text-decoration: none;}
div.item-list-tabs ul li a span { font-size:10px; font-weight:normal; }
ul li.loading a {background-image: url( images/ajax-loader.gif );background-position: 92% 50%;background-repeat: no-repeat;padding-right: 30px !important;}
div#item-nav ul li.loading a { background-position: 88% 50%; }
div.item-list-tabs#subnav { overflow:hidden; }
.group-forum div.item-list-tabs#subnav, .group-members div.item-list-tabs#subnav { border-bottom:none; margin:0px; }
#admins-list li {overflow: auto;}
li#forums-order-select { display:none; }

body.notifications #pag-top { display:none; }
body.notifications table.notifications { width:100%; margin-top:30px; border:1px solid #eaeaea; font-size:14px; margin-bottom: 25px; }
body.notifications table.notifications thead tr th { text-align:left; background:#eaeaea; }
body.notifications table.notifications tbody tr td { border-bottom:1px solid #eaeaea; padding:15px!important; }
body.notifications table.notifications tbody tr td.notification-description { border-left:1px solid #eaeaea; border-right:1px solid #eaeaea; font-weight: 700; }
body.notifications table.notifications tbody tr td.notification-actions { border-left:1px solid #eaeaea; }
table.notifications thead th.bulk-select-all, table.notifications tbody tr td.bulk-select-check { width:8px; }

.profile-settings { width:100%; border:1px solid #e5e5e5; margin-top:40px; }
.profile-settings thead { background:#e5e5e5; text-transform:uppercase; text-align:left; }
.profile-settings thead th.title { border-left:1px solid #ffffff; }
.profile-settings tr td { border-bottom:1px solid #e5e5e5; }
.profile-settings tr.alt td { background:#f5f5f5; }
.profile-settings tr td.field-name { border-right:1px solid #e5e5e5; font-size:18px; width:70%; }
.profile-settings tr td.field-visibility { text-align:center; }


#buddypress table.notifications tr td, #buddypress table.notifications-settings tr td, #buddypress table.profile-settings tr td, #buddypress table.profile-fields tr td, #buddypress table.wp-profile-fields tr td, #buddypress table.messages-notices tr td, #buddypress table.forum tr td, #buddypress table.notifications tr th, #buddypress table.notifications-settings tr th, #buddypress table.profile-fields tr th, #buddypress table.wp-profile-fields tr th, #buddypress table.messages-notices tr th, #buddypress table.forum tr th { padding: 8px; vertical-align: middle; }
#buddypress table.notifications tr td.label, #buddypress table.notifications-settings tr td.label, #buddypress table.profile-fields tr td.label, #buddypress table.wp-profile-fields tr td.label, #buddypress table.messages-notices tr td.label, #buddypress table.forum tr td.label { border-right: 1px solid #eaeaea; font-weight: bold; width: 25%; }
#buddypress table.notifications, #buddypress table.notifications-settings, #buddypress table.profile-settings, #buddypress table.profile-fields, #buddypress table.wp-profile-fields, #buddypress table.messages-notices, #buddypress table.forum { width: 100%; }
#buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.wp-profile-fields thead tr, #buddypress table.messages-notices thead tr, #buddypress table.forum thead tr { background: #eaeaea; }
#buddypress table.notifications tr.alt td, #buddypress table.notifications-settings tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.profile-fields tr.alt td, #buddypress table.wp-profile-fields tr.alt td, #buddypress table.forum tr.alt td { background: #f5f5f5; }
#buddypress table.notification-settings th.title, #buddypress table.profile-settings th.title { width: 80%; }
#buddypress table.notification-settings .yes, #buddypress table.notification-settings .no { text-align: center; width: 40px; }
.profile-settings thead tr th { padding: 10px; border-left: 1px solid #d5d5d5!important; }
.notification-settings tr th, .notification-settings tr td { padding: 7px; }
.notification-settings tr th.icon { width:0px; padding:0px; }

.notification-settings { width:100%; border:1px solid #e5e5e5; }
.notification-settings thead { background:#e5e5e5; text-transform:uppercase; text-align:left; }
.notification-settings thead th.yes, .notification-settings thead th.no { border-left:1px solid #ffffff; }
.notification-settings td { border-bottom:1px solid #e5e5e5; }
.notification-settings td.yes, .notification-settings td.no { border-left:1px solid #e5e5e5; }

#buddypress #cover-image-container {position: relative;}
#buddypress #header-cover-image {background-color: #c5c5c5;background-position: center top;background-repeat: no-repeat;background-size: cover;border: 0;display: block;left: 0;margin: 0;padding: 0;position: absolute;top: 0;width: 100%;z-index: 1;}
#buddypress #item-header-cover-image {padding: 0 1em;position: relative;z-index: 999;}

.profile-fields { margin-top:30px; border:1px solid #efefef; width:100%; }
.profile-fields td { border-bottom:1px solid #efefef; padding: 10px 14px; }
.profile-fields td.label { min-width:200px; font-weight: bold; width:20%; border-right: 1px solid #efefef; }

@media screen and (max-width:1240px)
{
.profile-fields tr.field_type_url td.data p { word-wrap: break-word; max-width:300px; font-size:12px; line-height:15px; }
}

@media screen and (max-width:900px)
{
.profile-fields tr.field_type_url td.data p { word-wrap: break-word; max-width:150px; font-size:12px; line-height:15px; }
}

@media screen and (max-width:700px)
{
.profile-fields tr.field_type_url td.data p { max-width:90px; }
}

#members-group-list { margin-top:20px; }

/*--------------------------------------------------------------
2.9 - Private Messaging Threads
--------------------------------------------------------------*/
#message-threads { margin-left:0px!important; margin-right:0px!important; }
#message-threads tbody tr td { padding-top:14px; padding-bottom:14px; }
table#message-threads tr.unread td {background: #f5f5f5;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5; font-weight: bold;}
li span.unread-count, tr.unread span.unread-count {background: #dd0000;-moz-border-radius: 3px; -webkit-border-radius: 3px;border-radius: 3px;color: #fff; font-weight: bold;padding: 2px 8px;}
div.item-list-tabs ul li a span.unread-count {padding: 1px 6px;color: #fff;}
div.messages-options-nav {background: #f3f3f3; font-size: 11px; margin-top:5px; padding: 5px 15px;text-align: right;}
#message-thread { padding:25px 0; }
div#message-thread div.message-box {padding: 14px 0px 14px 0px; width:80%; float:left; }
div#message-thread .message-box.sent-by-me { width:60%; float:right; }
div#message-thread p#message-recipients {margin: 10px 0 20px 0;}
.thread-avatar img.avatar {float: left;margin: 0 10px 0 0; width:50px!important; height:auto!important; border-radius:36px; vertical-align: middle;}
h3#message-subject { font-size:36px; font-weight:700; margin-top: 0px; margin-bottom: 10px; }
div#message-thread strong {font-size: 16px;margin: 0;}
div#message-thread strong a {text-decoration: none;}
div#message-thread div.message-content {margin-left: 15%; background:#f6f6f6; border: 1px solid #ededed; border-radius: 9px; padding:2% 4% 2% 3%; }
div#message-thread .message-box.sent-by-me div.message-content {margin-left: 0px!important; background:#3369e4; color:#ffffff; border:none; padding:3.4% 5% 3.6% 4.4%; }
#send-reply .message-content { border: none!important; background: none!important; margin-left: 11%!important; }
div#message-thread .message-box.sent-by-me div.message-content a { color:#ffffff; }
div.message-content p {margin-bottom: 0px;}
.message-content-author { font-size: 11px; font-style: italic; margin-top: 0px; }
div#message-thread div.message-options {text-align: right;}
form#send_message_form { padding:15px; }
.sent-by-me img.avatar { display: none; }
.message-metadata img { width:70px; height:auto; border-radius:34px; }
#send-reply .message-metadata { margin-bottom:10px; text-transform:uppercase; color:#cfcfcf; }
#send-reply .message-metadata .avatar-box strong { margin-left: 15px; }
#send_reply_button { margin-right: 0px; }
div#message-thread #send-reply div.message-box { background-image:none; }
#send { float:left; }
.thread-from img.avatar { margin-right:11px; width:30px; height:auto; border-radius:30px; }
.message-metadata {position: relative;}
.message-star-actions {position: absolute;right: 0;top: 0;}
#buddypress a.message-action-star, #buddypress a.message-action-unstar {border-bottom: 0;text-decoration: none;outline: none; right: 10px; top:8px; position: relative; }
a.message-action-star {opacity: .7;}
a.message-action-star:hover {opacity: 1;}
.message-action-star span.icon:before, .message-action-unstar span.icon:before {font-family: dashicons;font-size: 18px;}
.message-action-star span.icon:before {color: #aaa;content: "\f154";}
.message-action-unstar span.icon:before {color: #FCDD77;content: "\f155";}
.bp-screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute;}
#send-reply #message_content { height: 100px!important; }
#message-recipients .highlight { font-style: italic; }

#messages_search { border: 1px solid #efefef; padding: 4px; border-radius: 5px; }
#messages_search_submit { border-radius: 5px; border:none; padding: 4px 7px; background: #9e9e9e; color:#ffffff; cursor: pointer; }

.thread-info .message-action-unstar, .thread-info .message-action-star { display: none; }
#message-threads { border-top: 1px solid #ededed; }
#message-threads tbody tr { border-bottom: 1px solid #ededed; }
#message-threads tbody tr:last-child { border-bottom: none; }
.thread-from { line-height: 1.3em; }
.thread-from, .thread-from a { font-size: 13px; }
#message-threads .activity { font-style: italic; }
.thread-info p { margin-bottom: 0px; }
#message-threads td { padding-top: 20px!important; padding-bottom: 20px!important; }
.thread-info a { font-weight: 700; }
#message-threads .thread-excerpt { font-family: Georgia; font-style: italic; color: #8c8c8c; }
.thread-star .message-action-unstar, .thread-star .message-action-star { position: relative!important; top:-10px!important; left:10px; }



/*--------------------------------------------------------------
3.1 - BP Docs
--------------------------------------------------------------*/
.directory .bp-docs-container { padding-top: 70px; padding-bottom: 60px; }
.bp_doc-template-default .content, .post-type-archive-bp_doc .content { width: 100%; background: #ffffff; }
.post-type-archive-bp_doc .content { padding: 10px 30px 20px 30px; }
.bp_doc-template-default .header-title .page-title > span { border: none; padding:0px 0px; }
.bp-docs-container {  }
.bp-docs-container #subnav { margin-bottom: 2%; }
#buddypress #bp-docs-all-docs li { background:none!important; }
.single-bp_doc .text { padding:0px; }
h2.doc-title { width:100%!important; margin-bottom: 20px; }
#item-body h2.directory-title { display: none; }
.single-bp_doc #content { width:65%; padding:0px 1% 0px 1%; }
.single-bp_doc .doc-attachments { margin-top:50px; }
.single-bp_doc #subnav, .post-type-archive-bp_doc #subnav { padding-left:0px; padding-right:0px; }
.single-bp_doc .comment-author.vcard img { margin-right:10px; width:30px; height:30px; border-radius:4px; }
.single-bp_doc #comments { margin-top:50px; }
.bp-docs-create #comments { display:none; }
.bp-docs-create #mytabs { display:none; }
.docs-info-header { background:none!important; padding-left: 0px!important; padding-right: 0px!important; }
#bp-docs-pagination-count { margin-left:10px!important; }
.single-bp_doc #mytabs { display:none; }
.single-bp_doc #comments h3 { margin-left:15px; }
.single-bp_doc #content { overflow:hidden; }
table.doctable { border: 2px solid #eceded; margin-top: 30px; }
table.doctable thead th { border-right: 2px solid #eceded; border-bottom: 2px solid #eceded; padding:7px; }
table.doctable tbody td { border-right: 2px solid #eceded; padding:7px; }
table.doctable thead th.tags-cell, table.doctable tbody td.tags-cell { border-right:none; }
table.doctable td.edited-date-cell, th.edited-date-cell { width: 15%; }
.doctable tbody .row-actions a { font-weight:normal; }
.doctable tbody .row-actions { color:#bcbcbc!important; }
.doctable .title-cell p { font-size:13px; line-height:1.6em; }
.doctable .title-cell a { font-weight: bold; }
.doc-excerpt p { font-style: italic; }
.doctable .attachment-clip-cell { width:5%; }
.doctable .tags-cell { width:15%; }
.post-type-archive-bp_doc .text { padding:0px; }
.post-type-archive-bp_doc #container-comment-form { display:none; }
a#bp-create-doc-button { border:none; }
.no-docs { padding-left:10px; }
.currently-viewing { padding: 5px 9px; background: #eeeeee; border-radius: 6px; font-size: 14px!important; }
.folder-action-links div { padding: 2px; }
.folder-action-links a { padding:3px 7px; background: #ffa726; color:#ffffff; border-radius: 5px; font-size: 14px; }

#doc-attachments-ul li { margin-right: 0px!important; }
#doc-attachments-ul li a { font-size: 14px; font-style: italic; margin-left: 7px; }
.doc-permissions { margin-bottom: 30px!important; font-size: 13px; }
#doc-group-summary img.avatar { border-radius: 15px; width: 18px; height: auto; margin-top: -5px; }
.doc-meta { font-size: 13px; color: #bbbbbb; }
.doc-meta a { background: #cccccc; color: #ffffff; padding: 2px 5px; font-size: 13px; border-radius: 6px; font-weight: 700; }

.groups-cell img { border-radius: 16px; margin-right: 8px; }
.groups-cell a { font-size: 14px!important; }

.bp-docs-container { margin-top: 40px; padding-bottom: 30px; }

/*--------------------------------------------------------------
3.2 - BuddyDrive
--------------------------------------------------------------*/
#buddydrive-dir { width:100%; }
#buddydrive-form-filter { margin-top:20px; }
#buddydrive-dir { margin-top:60px; border-top:1px solid #efefef; border-left:1px solid #efefef; border-right:1px solid #efefef; }
#buddydrive-dir thead tr { border-bottom:1px solid #efefef; }
#buddydrive-dir thead tr th { text-align:left; }
#buddydrive-dir tbody tr td { border-bottom:1px solid #efefef; }
#buddydrive-item-nav li.last, #buddy-quota, #buddydrive-action-analytics { font-size:14px; }
#buddydrive-dir tbody tr td img { margin-left:3px; }
#buddydrive-dir tbody tr td { vertical-align:middle; padding:5px 0;}


/*--------------------------------------------------------------
3.3 - Rtmedia
--------------------------------------------------------------*/
h2.rtm-gallery-title { font-size: 21px; }
.mfp-container { z-index: 1000!important; }
#buddypress-rtmedia #comment_content { border:1px solid #e7e7e7; background: #f4f4f4; margin-bottom: 8px; border-radius: 6px; padding: 6px; }
#rt_media_comment_submit { background-color:#0891e6; color:#ffffff; border-radius: 5px; font-weight:700; border: none; padding:7px 14px; line-height: 1em; cursor:pointer; position: relative; top:4px; }
.rtmedia-media-description { font-size: 16px; font-family: Georgia; font-style: italic; margin-bottom: 12px; color: #585858; }
.rtmedia-comment-user-pic img { border-radius: 18px; }
.rtm-user-avatar img { border-radius: 28px; }
.rtm-user-meta-details .username { font-weight: 800; }
.rtmedia-comment { margin-top: 7px;  border-radius: 8px; background: #f6f6f6!important; border: 1px solid #ededed; padding: 14px!important; }
.rtmedia-comment-content { font-size: 13px; color:#565656; }
.group-content.group-content-rtmedia { background-image: none!important; }



/*--------------------------------------------------------------
4.0 - Responsive layout
--------------------------------------------------------------*/

@media screen and (max-width:1240px)
{

.thread-options .button { font-size: 11px; padding:3px; }
.message-metadata img { width:55px; }

}





@media screen and (max-width:960px)
{

#object-nav ul li a { padding: 11px 12px; }
body.bp-user #object-nav ul li a { padding: 11px 12px; }
.item-header-avatar { width:20%; }
.item-header-avatar img { box-shadow: 12px 12px 0px 0px rgba(0,0,0,0.12); }
.item-header-content { width:73%; }
div#item-header h2 {font-size: 36px; }
.group-desc { font-size:15px; line-height:1.4em; }
.item-header-details { margin:5px 0 10px 0; }
.item-header-content #latest-update { font-size:16px; }

#item-buttons div.generic-button { padding:6px 6px; border-radius: 16px; }
#item-buttons a.group-button, #item-buttons a.friendship-button, #item-buttons a.activity-button, #item-buttons a.send-message { font-size:13px; }

.directory.members #object-nav { width:50%; }

#members-dir-search { width:200px; margin-top:8px; }
#members-dir-search #members_search { width:64%; padding:2%; font-size: 12px; }
#item-nav-container #members_search_submit { width:28%; padding:4px 8px; text-align: center; font-size: 11px; }
.groups-members-search {  width:100%; }
#group_members-order-select { margin-top: 15px; margin-bottom: 25px; float: left!important; }

#buddypress #members-list li .activity { padding:1px 4px; font-size:10px; line-height: 1.2em; }
#buddypress #members-list li .item-title a { font-size: 13px; }
.single-item.groups #members-list li .activity { padding:1px 4px; font-size:10px!important; line-height: 1.2em; }

#groups-directory-form { padding-bottom: 30px; }
#create-group-button { margin-top:8px; font-size: 22px; padding:4px 4px; line-height: 0.6em; border-radius: 36px; }

}



@media screen and (max-width:620px)
{

.item-header-avatar { width: 30%; margin-left:0px; margin-top: 30px; margin-bottom: 50px; }
.bp-user .item-header-avatar { width: 50%; margin-left:75px; }
.item-header-content { width: 100%; padding-bottom: 10px; text-align: left; }
.bp-user .item-header-content { text-align: center; }
div#item-header h2 {font-size: 26px; }
.group-desc { font-size:13px; line-height:1.4em; }
#admins-moderators { float: right; top:-145px; right:0; width: 40%; text-align: right; }
#admins, #moderators { float:right; }
#moderators { margin-left: 0px; margin-right:0px;}
#admins { margin-left: 0px; margin-right:0px; }
#admins-moderators ul li img { width:20px!important; height:20px!important; border-radius:10px; }

.directory.members #object-nav { width:100%; }
.directory.members #object-nav ul li { border-bottom: 1px solid #ededed; }
#members-dir-search { float:left; margin-bottom: 7px; }
#buddypress #members-list li { width:28.5%; margin-bottom: 8%; margin-right: 7.2%; }
#buddypress #members-list li:nth-of-type(3), #buddypress #members-list li:nth-of-type(6), #buddypress #members-list li:nth-of-type(9), #buddypress #members-list li:nth-of-type(12), #buddypress #members-list li:nth-of-type(15), #buddypress #members-list li:nth-of-type(18), #buddypress #members-list li:nth-of-type(21), #buddypress #members-list li:nth-of-type(24), #buddypress #members-list li:nth-of-type(27), #buddypress #members-list li:nth-of-type(30) { margin-right: 0%!important; }

.pagination-links { float:left!important; margin-top: 20px; }

#message-threads .thread-excerpt { font-size: 11px; line-height: 1.4em; }
div#message-thread div.message-box { width:90%; }
div#message-thread .message-box.sent-by-me { width:90%; }
.message-metadata img { width:30px; }
div.message-content p { font-size: 13px; line-height: 1.5em; }
div#message-thread div.message-content {margin-left: 17%; padding:4% 7% 4% 6%; }

#create-group-button { margin-top:4px; font-size: 18px; padding:3px 3px; line-height: 0.6em; border-radius: 36px; }

table.doctable thead th.edited-date-cell, table.doctable tbody td.edited-date-cell { border-right:none; }

}