/*
Theme Name: LOJO
Theme URI: http://lojomarketing.com/
Author: LOJO
Author URI: http://lojomarketing.com/
Description: 
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tl_pagination und _tl_link_pages */
nav form.tl-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}



/* styles for Sum It Up 
 	====================================*/
body{
	overflow-x:hidden; 
	font-family: Poppins, sans-serif;
	font-weight: 400;
}
/*.site-header-outer .elementor-widget-container {
    box-shadow: 0 2px 15px rgba(0,0,0,0.8);
}*/
.header-menu-outer ul.hfe-nav-menu li:before {
	background: rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0px;
    right: -6px;
    margin: auto;
    height: 25px;
    width: 1px;
    -webkit-transform: rotate(30deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(30deg);
    transform-origin: 0 0;
    transform: rotate(30deg);
}
.header-menu-outer ul.hfe-nav-menu li:last-child:before{
	content: none;
}
.header-menu-outer ul.hfe-nav-menu li a{
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
    font-weight: 400;
	letter-spacing: 0.5px;
	color:#fff;
}
.header-menu-outer ul.hfe-nav-menu li.current-menu-item a,
.header-menu-outer ul.hfe-nav-menu li a:hover{
	color: #86be40;
}
.header-menu-outer ul.hfe-nav-menu li > ul > li{
	border: 0 !important;
}
.header-menu-outer ul.hfe-nav-menu li > ul > li a{
	font-size: 14px;
}
.header-menu-outer ul.hfe-nav-menu li > ul > li:before{
	content:none;
}
.header-menu-outer ul.hfe-nav-menu li > ul > li a:before {
    content: "\f105";
	position: absolute;
    left: 15px;
    font-family: FontAwesome;
}

body.logged-in {
    background: #ECEEF1;
}
body.logged-in p.error_msg {
    text-align: center;
    max-width: 300px;
    margin: -30px auto 20px;
}
.page-id-9 .site-header-outer,
.page-id-9 .footer-outer{
	display:none;
}

form.login_frm, 
form.edit_profile_frm,
form#lostpasswordform{
    background: #fff;
    border: 1px solid #c7c7c7;
    padding: 30px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    margin: 20px auto 60px;
}
form.login_frm h2,
form.edit_profile_frm h2,
form#lostpasswordform legend{
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 28px;
	border: 0;
}
form.login_frm .container,
form.edit_profile_frm .container{
	width:100%;
	padding:0px;
	background: none !important;
}
form.login_frm label,
form.edit_profile_frm label,
#lostpasswordform label{
	display:block;
}

form.login_frm input, 
form.login_frm select, 
form.login_frm textarea,
form.edit_profile_frm input,
form.edit_profile_frm select,
form.edit_profile_frm textarea,
#lostpasswordform input,
#lostpasswordform select,
#lostpasswordform textarea,
#lostpasswordform #somfrp_user_info{
	height: 34px;
    width: 100%;
    min-width: 160px;
    padding-left: 8px;
    padding-right: 6px;
    border: 1px solid #d8d8d8;
    color: #000000;
    outline: none;
    font-size: 1.2em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	line-height: 1.3em;
	margin-bottom:20px;
}
form.login_frm input[type="checkbox"],
form.edit_profile_frm input[type="checkbox"],
form#lostpasswordform input[type="checkbox"]{
	width: auto;
	height:auto;
	min-width:inherit;
	padding:0px;
	display:inline-block;
	margin: 0 0 0 0;
}
form.login_frm button[type=submit],
form.edit_profile_frm button[type=submit],
form#lostpasswordform button[type=submit]{
	background: #86BE40;
    border-radius: 4px;
    border: 0;
	width: 100%;
    height: 44px;
	color:#fff;
	margin-bottom:20px;
}
form.login_frm button[type=submit]:hover,
form.edit_profile_frm button[type=submit]:hover,
form#lostpasswordform button[type=submit]:hover{
	background-color: #532F6B;
}
form.login_frm span.psw,
form.edit_profile_frm span.psw,
form#lostpasswordform span.psw{
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px 0 0;
    text-align: center;
    margin: 10px 0 0;
}
.site_logo {
    margin: 40px auto 0;
    max-width: 200px;
}
.client_acct_detail {
    max-width: 1230px;
    padding: 0 15px;
    margin: 56px auto 40px;
}
.client_acct_detail h4{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
	font-family: Poppins, sans-serif;
	position: relative;
    display: inline-block;
	color: #2f3436;
	margin: 0 0 20px;
}
.client_acct_detail h4:before, .client_acct_detail h4:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 80px;
    height: 2px;
	background: #86be40;
}
.client_acct_detail h4:before{
	left: -100px;
}
.client_acct_detail h4:after{
	right: -100px;
}
.client_acct_detail table {
    background: #fff;
    width: 100%;
    border: 1px solid #86be40;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #86898b;
}
.client_acct_detail table thead {
    background: #2f3436;
}
.client_acct_detail table thead th{
	color:#fff;
}
.client_acct_detail table th, .client_acct_detail table td {
    text-align: left;
    padding: 10px 20px;
	font-weight: 400;
}
/*Footer*/
.footer-list-outer ul li.elementor-icon-list-item{
	position:relative;
}
/*.footer-list-outer ul li.elementor-icon-list-item::before {
    content: "";
    position: absolute;
    height: 7px;
    left: 0px;
    width: 2px;
    top: 6px;
    list-style: none;
    background: #fff;
}*/
/*Responsve CSS
 * ====================================*/
@media only screen and (max-width: 1024px){
	/*.site-header-menu-outer nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
		margin: 30px 12px 0;
		width: calc(100% - 24px);
	}*/
	.site-header-menu-outer .hfe-nav-menu-icon {
		padding: 5px;
	}
	.site-header-menu-outer nav.hfe-dropdown, .site-header-menu-outer nav.hfe-dropdown .menu-item a.hfe-menu-item{
		background-color: #cf0025 !important;
	}
	
}


.queen_bee_board 
 button.brd_btn,.plaid-button {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #86BE40;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 30px 10px 30px;
    border: 0px;
    float: right;
    margin-top: -18px;
}
.queen_bee_board button.brd_btn:focus,
.queen_bee_board button.brd_btn:hover,.plaid-button:hover{
    color: #FFFFFF;
    background-color: #532F6B;
}


.plaid-button {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #86BE40;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 30px 10px 30px;
    border: 0px;
    float: left;
    margin-top: 0px;
}
/*22-2-21*/
.budget-form-outer {
    padding: 50px 0 100px;
}
.budget-form-outer .container.set-budget-scheme {
    background: none;
    border: 0;
    box-shadow: none;
}
h2.form-ttl {
    text-transform: uppercase;
    font-weight: bold;
}
.budget-form-outer .set-budget-scheme-block {
    padding: 0;
    border-bottom: 0;
}
.budget-form-outer .set-budget-scheme-block label {
    width: 22%;
    display: inline-block;
}
.budget-form-outer input[type=color], 
.budget-form-outer input[type=date], 
.budget-form-outer input[type=datetime-local], 
.budget-form-outer input[type=datetime], 
.budget-form-outer input[type=email], 
.budget-form-outer input[type=month], 
.budget-form-outer input[type=number], 
.budget-form-outer input[type=password], 
.budget-form-outer input[type=search], 
.budget-form-outer input[type=tel], 
.budget-form-outer input[type=text], 
.budget-form-outer input[type=time], 
.budget-form-outer input[type=url], 
.budget-form-outer input[type=week], 
.budget-form-outer select{
    width: 52%;
    height: 36px;
	border-radius:4px;
	border:1px solid #ddd;
}
.budget-form-outer .bdgt_scheme_frm input[type=number] {
	width: 70px;
    min-width: 70px;
    max-width: 70px;
}
 
.budget-form-outer .cost-form-col-outer input[type=checkbox], 
.budget-form-outer .cost-form-col-outer input[type=radio] {
    margin: 0px 0 0 0px;
	border-radius:4px;
	border:1px solid #ddd;
}
.budget-form-outer .text_file_upload {
    width: 52%;
    display: inline-block;
}
.budget-form-outer .text_file_upload  input[type=text]{
	width:82%;
}
.budget-form-outer .text_file_upload input#upload_icon {
    width: 18%;
    display: inline-block;
    padding: 10px;
}
.budget-cancel-btn{
	font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #2f3436;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 12px 20px;
	line-height: 12px;
    border: 0px;
}
.budget-cancel-btn:hover{
	background: #86BE40;
	text-decoration:none;
	color:#fff;
}
.budget-submit-btn{
	font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #86BE40;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 12px 20px;
	line-height: 12px;
    border: 0px;
	margin-left:10px;
}
.budget-submit-btn:hover{
	background: #532f6b;
	text-decoration:none;
	color:#fff;
}
.form-button-row {
    text-align: right;
    /*width: calc(100% - 10px);*/
    padding: 10px 0;
}
.page-title-action-btn{
	font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
	text-decoration:none;
    background-color: #86BE40;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 12px 20px;
	line-height: 12px;
    border: 0px;
	position:absolute;
	right:0px;
	top:10px;
}
.page-title-action-btn:hover{
	background: #532f6b;
	text-decoration:none;
	color:#fff;
}
.form-header-row{
	position:relative;
}
table.wp-list-table {
    width: 100%;
}
table.wp-list-table th {
	text-align:center;
}
table.wp-list-table thead th {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #2f3436;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 12px 20px;
    border: 2px solid #fff;
    border-top: 0;
}
table.wp-list-table thead th:first-child{
	border-left:0px;
}
.bdgt_scheme_frm table.wp-list-table thead th {
    padding: 10px 10px 12px 10px;
}

.bdgt_scheme_frm table.wp-list-table {
	table-layout: fixed;
}
.bdgt_scheme_frm table.wp-list-table td {
	text-align: center;
}
.bdgt_scheme_frm table.wp-list-table thead th:first-child{
    min-width:300px;
}
table.wp-list-table thead th:last-child{
	border-right:0px;
}
table.wp-list-table tr:nth-child(odd) {background-color: #ddd;}
table.wp-list-table tbody th{
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 12px 20px;
    border: 2px solid #fff;
    border-top: 0;
	font-weight: 400;
}
table.wp-list-table tbody th:first-child{
	border-left:0px;
	text-align:left;
}
table.wp-list-table tbody th:last-child{
	border-right:0px;
}
table.wp-list-table tbody th:nth-child(6n) a{
	color: #333;
}
table.wp-list-table tbody th a{
	color: #333;
}
.list-table-button-row {
    text-align: right;
    padding: 30px 0;
}
.set-budget-scheme .col-md-12 {
    display: block !important;
    box-sizing: border-box;
}
.budget-form-outer {
    padding: 50px 0 100px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
table.wp-list-table input {
    margin: 0 10px 0 0;
}
table.wp-list-table tbody th#scheme_title {
    font-weight: bold;
}
table.wp-list-table a.up,
table.wp-list-table a.down {
    display: block;
    line-height: 0;
}
span.bold-ttl {
    display: block;
    font-weight: bold;
    text-decoration: underline;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=week]{
    padding: 10px;
}
table.wp-list-table .fa, table.wp-list-table .fas {
    font-weight: 900;
    margin: 0 3px;
}

.set-budget-scheme .cost-form-col-outer {
    width: 100%;
    margin: 0 0px;
}
.page-template-add-communication-board .set-budget-scheme .cost-form-col-outer {
    margin: 30px 0px 0;
}
.set-budget-scheme .cost-form-col {
    flex: 0 0 0%;
}

.set-budget-scheme .cost-form-col {
    padding: 10px 0px;
}
.upload-btn-outer {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 15px;
    overflow: hidden;
    height: 40px;
}
.upload-btn::-webkit-file-upload-button {
    visibility: hidden;
}
.upload-btn::before {
    content: "Upload";
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #86BE40;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 12px 20px;
    line-height: 12px;
    border: 0px;
    text-align: center;
}
.upload-btn:hover::before {
    background: #532f6b;
    text-decoration: none;
    color: #fff;
}
.upload-btn:active::before {
    background: #532f6b;
    text-decoration: none;
    color: #fff;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 0 !important;
}
.attach-text-sec {
    padding-left: 22%;
    margin: 5px;
}
.attach-text-sec i.fas.fa-paperclip {
    margin: 0 5px 0 0;
}
.quick-book-details-outer .cost-form-col-outer label {
    width: 100px;
}
.readmore-btn {
    color: #86BE40;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.readmore-btn:hover{
    color:#532f6b;
} 
.brd-btn-sec{
    padding:20px 0;
}
.brd-btn-sec::after,
.brd-btn-sec::before{
    content:"";
    display:table;
    clear:both;
}
.brd-btn-sec a:last-child {
    float: right;
}
.list-communication-board-outer:nth-child(2n) .list-communication-board-header{
    background: #8b9e71;
}
.list-communication-board-header {
    background: #333;
    padding:20px 0;
    margin-bottom:40px;
}
.list-communication-board-header .container{
    padding-bottom:0px;
}
.list-communication-board-outer h2{
    font-family: Poppins, sans-serif;
    color: #fff;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.list-communication-board-outer h2::after,
.list-communication-board-outer h2::before{
    content:"";
    display:table;
    clear:both;
}
.list-communication-board-outer h2 i {
    font-size: 18px;
    margin: 3px 10px 0 0;
    float: left;
}
.list-communication-board-outer h3{
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin: 20px 0;
}
.list-communication-board-outer h3::after,
.list-communication-board-outer h3::before{
    content:"";
    display:table;
    clear:both;
}
.list-communication-board-outer h3 a {
    float: right;
    color: #000;
    margin: 0 5px;
}

ul.brd-nav-list {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 10px 0 0;
}
ul.brd-nav-list li {
    font-weight: bold;
    padding:0 0 10px;
}
ul.brd-nav-list li i{
    font-size:19px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 8px 0 0;
}
ul.brd-nav-list li a{
    color: #333;
    vertical-align: middle;
    display: inline-block;
}
ul.brd-nav-list li a:hover,
ul.brd-nav-list li a:focus{
    color: #86BE40;
    text-decoration:none;
}
.brd-top-btn {
    text-align: right;
    padding:0 20px;
}
.brd-top-btn i.fas.fa-angle-up{
    color: #fff;
    background: #333;
    border-radius:30px;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:20px;
}
.list-communication-board-header,
.list-communication-board-body {
    display: flex;
}
.list-communication-board-header-left-space,
.list-communication-board-body-left {
    flex: 0 0 24%;
}
.list-communication-board-header-middle,
.list-communication-board-body-middle {
    flex: 0 0 56%;
}