/** Login / Visitor widget **/
div .visitorText {
    display:block;
    overflow: hidden;
    zoom: 1;
}

.stats {
    margin-top: 2px;
}

a.username {
    font-size: 11pt !important;
    display: block;
}

#main .sidebar h2::before {
    content: "" !important;
}

div .widget_xenword_login_widget a.avatar {
    background-color: #fcfcff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 2px;
}

.xenword_profile.avatar {
    display: inline-block;
}

.pairsJustified dt {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

.pairsJustified dd {
    float: right;
    max-width: 100%;
    text-align: right;
    margin-left: 4px;
}

dl.pairsJustified,
.pairsColumns dl,
.pairsJustified dl {
    line-height: normal;
    padding: 0;
    overflow: hidden;
    margin: 0;
    font-size: 11px;
}

.xenword_signup {
    width: 180px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    font-family: Calibri,'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif;
    color: #fff;
    background: #e68c17 url('//lph/community/styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x center -7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    display: block;
    text-shadow: 0 0 0 transparent, 0px 0px 3px rgba(0,0,0, 0.5);
}

a.xenword_fbLogin {
    display: inline-block;
    width: 180px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png');
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-position: left -188px;
    padding: 0px 0px 0px 1px;
    outline: none;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}

a.xenword_fbLogin span {
    background: #5f78ab url('//b.s-static.ak.facebook.com/images/connect_sprite.png');
    border-top: solid 1px #879ac0;
    border-bottom: solid 1px #1a356e;
    display: block;
    padding: 2px 4px 3px;
    margin: 1px 1px 0px 21px;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
}

a.xenword_twitterLogin {
    display: inline-block;
    width: 180px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fff, #dedede);
    background-image: linear-gradient(#fff, #dedede);
    border: #ccc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    color: #333 !important;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}

a.xenword_twitterLogin span {
    display: block;
    background: url('//lph/community/styles/default/xenforo/twitter-bird.png') no-repeat;
    background-position: left 0;
    padding-left: 22px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    white-space: nowrap;
    overflow: hidden;
}

.googleLogin {
    display: inline-block;
    width: 180px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #dd4b39;
    border: #be3e2e solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding-left: 2px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}

.googleLogin span {
    display: block;
    background: url('//lph/community/styles/default/xenforo/gplus.png') no-repeat;
    background-position: left 0;
    padding: 3px;
    padding-left: 23px;
    white-space: nowrap;
    overflow: hidden;
}

.xenword_login.profile {}

.xenword_login {
    height: auto;
    background-color:#cacaca;
}

.xenword_profile.edit,
.xenword_logout.logout,
.xenword_discuss {
    font-family: "Opens Sans", Arial, sans-serif;
    border: 1px solid #c5c5c5;
    color: #111;
    height: 35px;
    line-height: 35px;
    margin: 2px 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    border-radius: 4px;
    text-decoration: none;
}

.xenword_discuss:hover {
    color: #111111;
}

div.xenword_discuss_container {
    margin-bottom: 0.5em;
    float: right;
}

div.xenword_speech_bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

div.xenword_speech_bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:         rotate( 29deg ) skew( -35deg );
    -moz-transform:    rotate( 29deg ) skew( -35deg );
    -ms-transform:     rotate( 29deg ) skew( -35deg );
    -o-transform:      rotate( 29deg ) skew( -35deg );
    -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.count {
    float: left;
    margin: 5px 45px 5px 20px;
}

.count::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;
}

div.xenword_speech_bubble.count a {
    text-transform: capitalize;
}


.footer-area .xenword-login-line {
    display: none;
}

/** Latest Threads Widget **/

.widget_tabs ul.widget-title li h3 {
    font-size: initial;
}

div.threadListAvatar {
    float:left;
    padding: 5px;

}

div.threadListItem {
    margin: 5px 0;
    display: block;
    padding-bottom: 10px;
}


/** Branding **/
div.xenword_branding {
    width: auto;
    text-align: center;
}

/** WordPress Admin Toolbar **/

#wpadminbar #wp-admin-bar-conversations .ab-icon:before {
    content: "\f466";
    top: 1px;
    font: 400 16px/1 dashicons;
}

#wpadminbar #wp-admin-bar-alerts .ab-icon:before {
    content: "\f227";
    top: 1px;
    font: 400 16px/1 dashicons;
}

#wpadminbar #wp-admin-bar-likes .ab-icon:before {
    content: "\f487";
    top: 1px;
    font: 400 16px/1 dashicons;
}

/**
* Additional CSS to help match default XenForo theme
* Feel free to remove comments comments, etc
*
*/
#xenlogin { /* Default XenForo font-family to keep it matching */
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    overflow: hidden;
}

#xenlogin a.avatar { /* Similar to XenForo default CSS */
    margin-right: 5px;
    float: left;
}

h2.xenword_profile,
dl.pairsJustified {
    margin: 0 !important; /* Remove large gaps from stats */
}

dl.pairsJustified {
    height: 17px; /* Keeping the stats close together */
}

#xenlogin .stats {
    margin-top: -16px; /* To offset the <br> tags below the Xenword Username and bring stats closer to it */
}

.xenword_login {
    clear: left; /* clear the float of the avatar, bring to new line */
}

.xenword_profile.edit,
.xenword_logout.logout,
.xenword_discuss { /* Center text within buttons */
    line-height: 26px;
    margin: 10px 5px 2px; /* Get the buttons a little bit more away from the stats */
}

/** Online Users Widget */

div.onlineUsers_container {
    display: inline-block;
    top: 0;
    left: 0;
}

div.onlineUsers_username {
    float: left;
    margin-right: 5px;

}


div.onlineUsers_avatars_container {
    display: block;
    margin-bottom: 4em;

}

div.onlineUsers_avatar {
    float:left;
    margin-right: 5px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
}

div.onlineUsers_totals {
    float: left;
    font-size: smaller;
    color: rgb(178, 178, 178);
}

/** WordPress Toolbar */

#wpadminbar {
  height: 45px !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding-top:5px;
  padding-bottom:5px;
  /** background-color: #2581aa; */
}

#LoginControl.Toolbar_textCtrl {
	margin-left: 5px;
	width: 200px !important;
	margin-right: 5px !important;
}

#ctrl_password.Toolbar_textCtrl {
	margin-left: 5px;
	margin-right: 5px;
}

#wp-admin-bar-register a {
    font-weight: bold;
}

input.button.primary {
	margin-right: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 3px !important;
	background-color: #1A80B6;
}

label.rememberPassword {
	margin-left: 5px;
}

#wpadminbar ul#wp-admin-bar-root-default>li { margin-left: 19px; }

li#wp-admin-bar-display-username {
    float: right;
    margin-right: 5% !important;
}


li#wp-admin-bar-conversations-unread-count {
    float: right;
    margin-right: 5px !important;
    margin-left: 3px !important;
}

span#conversations-unread-count {
    background: red;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
    border-radius: 3px;
}

li#wp-admin-bar-xf-inbox {
    float: right;
    margin-right: 5px !important;
}

li#wp-admin-bar-alerts-unread {
    float: right;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

span#alerts-unread-count {
    background: red;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
    border-radius: 3px;
}

li#wp-admin-bar-alerts-unread-count {
    float: right;
    margin-right: 3% !important;
    margin-left: 5px !important;
}

li#wp-admin-bar-alerts-unread-count0 {
    float: right;
    margin-right: 3% !important;
    margin-left: 5px !important;
}

li#wp-admin-bar-get-avatar {
    margin-bottom: 80px !important;
}

/** Second Column */

li#wp-admin-bar-your-news-feed {
    margin-top:-208px !important;
}

li#wp-admin-bar-your-news-feed .ab-item {
    float: right;
    display: inline-block;
    margin-left:150px;
}

li#wp-admin-bar-conversations .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
}

li#wp-admin-bar-sub-alerts .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
}

li#wp-admin-bar-sub-likes .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
}

li#wp-admin-bar-sub-your-content .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
}

li#wp-admin-bar-people-you-follow .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
}

li#wp-admin-bar-people-you-ignore .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
}

li#wp-admin-bar-xf-logout .ab-item {
    float: right;
    margin-top: 0;
    margin-left:150px;
    /** margin-bottom: 2% !important; **/
}

/** Featured Forum */

.forum_header_table {
    width: 100%;
}

span.featured_forum_viewcount {
    float:right;
    padding-right: 1%;
}

span.featured_forum_views {
    font-size: smaller;
}

span.featured_forum_replycount {
    float:right;
    padding-right: 1%;
}

td.forum_header_thread_starter {
    width: 5%;
    background-color: #2581aa;
    color: white;
    text-transform: uppercase;
    border: none;
}

td.forum_header_thread_title {
    width:55%;
    background-color: #2581aa;
    color: white;
    text-transform: uppercase;
    font-weight:bold;
    border: none;
}

td.forum_header_thread_views {
    width:20%;
    background-color: #2581aa;
    color: white;
    text-transform: uppercase;
    font-weight:bold;
    border: none;
    border-left: 1px solid grey !important;
    border-right: 1px solid grey !important;
    padding-right: 1%;
}


td.forum_header_thread_start_date {
    width:20%;
    background-color: #2581aa;
    color: white;
    text-transform: uppercase;
    font-weight:bold;
    border: none;
    padding-left: 1%;
}

span.featured_thread_author {
    font-size: small;
    color: grey;
}

tr.featured_forum_table_row {
    border-bottom: 1px solid lightgrey;
}

span.featured_thread_last_thread_date {
    font-size: small;
    padding-left: 5%;
    color:grey;
}

span.featured_forum_last_username {
    padding-left: 5%
}

span.resource_icon {
    float:left;
    margin-right: 10px;
}

span.resource_date {
    color: grey;
    font-size: small;
}

/** Post Ratings */
div.xenword_postratings_container {
    display: block;
    font-size: smaller;
    float: right;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-left: 15px;
}


/* Tab Container */

.widget {
    display: block;
    position: relative;
}

.widget select { width : 100% }

#sidebar .widget,
#sidebar2 .widget {
    margin-bottom: 35px;
    width: 100%;
    clear: both;
}
#sidebar .widget:last-child,
#sidebar2 .widget:last-child { margin-bottom: 0; }
.widget,
.widget ul {
    font-size: 13px;
    line-height: 19px;
    position: relative;
}
.widget_tabs ul.widget-title {
    margin-top: 13px;
    margin-bottom: 20px;
    border: none;
    display: -webkit-inline-box;
}
.widget_tabs ul.widget-title li {
    display: block;
    cursor: pointer;
    padding: 5px;
}
.widget_tabs ul.widget-title h3 { margin-right: 3px; }

.widget_tabs ul.widget-title li h3 {
    padding: 5px;
}

.widget_tabs ul.widget-title li.active h3 {
    background: lightblue;
    padding: 5px;
    border-radius: 4px;
}

.tab_container { display: none; }
.tab_container:first-child { display: block; }