@media (min-width: 768px) {
.post-container {
    display: flex;
}
}

@media (max-width: 767px) {
	#ticket_checkout_list .row .col-sm-4, #ticket_checkout_list .row .col-sm-8, #ticket_checkout_list .row .col-sm-6{
		max-width: 100%;
    flex: 0 0 100%;
	}
}

.post-container .post_item{
	margin-bottom: 20px;
}

.post-container .blog_sidebar .bd-search .btn{
	padding: 0;
	background: none;
	color: #333;
	position: absolute;
	right: 25px;
}

.team_section .top_part{
	display: flex;
    justify-content: space-between;
}

.team_section .top_part .right_part{
	display: flex;
}

.team_section .team_search_form{
	margin-right: 20px;
    position: relative;
}

.team_section .team_search_form i{
	position: absolute;
    top: 13px;
    left: 10px;
    color: #aaa;
}

.team_section .team_search_form #search_text{
	width: 300px;
    height: 40px;
    padding-left: 35px;
    outline: none;
}

.team_section #invite_members{
	width: 200px;
    height: 40px;
    border: none;
    background: #ddd;
}

.team_section .table tr td.userinfo{
	display: flex;
	align-items: center;
}

.team_section .table tr td.userinfo img{
	border-radius: 25px;
	margin-right: 15px;
}

.modal-dialog .modal-title{
	color:#fff;
}

.modal-dialog button.close{
	color:#fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-submenu .dropdown-menu li{
	text-align: center;
	cursor: pointer;
}

.dropdown-submenu .dropdown-menu li.action:hover{
	background:#ddd;
}

.dropdown-submenu .dropdown-menu li a{
	color:#666;
}

.dropdown-submenu a.dropdown-item: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: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

table.table tr th, table.table tr td{
	vertical-align: middle;
}

.dataTables_filter label input{
	border: 1px solid #ccc;
}

#selectEvents_modal ul.list-group, #selectEvents_modal1 ul.list-group{
	height: 350px;
	overflow: auto;
}

#dtTeamTable{
	min-width: 1100px;
}

.team_section .table-responsive{
	overflow-x: initial;
}

@media (max-width: 640px){
	.dataTables_wrapper .dataTables_filter{
		text-align: left;	
	}
	.team_section .table-responsive{
	overflow-x: auto;
}
	
	.table-responsive::-webkit-scrollbar { width: 0 !important;
	background: transparent;}
}

#sharedeventcontainer{
	margin-bottom:30px;	
}

#sharedeventcontainer .accordion .btn{
	background: none;
	color: #333;
	font-size: 20px;
	padding: 0;
	text-transform: unset;
}

.top_list_page .woocommerce-notices-wrapper ul.woocommerce-error li:nth-of-type(2) {
	display: none;
}