

.bbp-body-forum-design{
	color: black;
	font-size: 22px;
}

.bbp-forum-freshness a{
  color: black;
}
.bbp-topic-freshness a{
  color: black;
}


div.bbp-breadcrumb, div.bbp-topic-tags{
  font-size: 22px !important;
}
.green-line{
  height:3px;
  border:none;
  color:rgb(60,90,180);
  background-color:rgb(60,90,180);
  margin: 25px !important;
}
.entry-header h2{
  margin-top: 20px;
	font-size: 30px !important;
}
#bbpress-forums li.bbp-header ul{
  color: black;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  color: black;
  font-size: 22px;
}

#bbpress-forums ul.forum-titles li.bbp-forum-info{
	font-size: 12px;
}
#bbpress-forums ul.forum-titles li.bbp-forum-topic-count{
	font-size: 12px;
}

#bbpress-forums ul.forum-titles li.bbp-forum-reply-count{
	font-size: 12px;
}
#bbpress-forums ul.forum-titles li.bbp-forum-freshness{
	font-size: 12px;
}
li.bbp-forum-freshness, li.bbp-topic-freshness{
	font-size: 12px;
}
span.bbp-admin-links a{
	color: black !important;
}
#subscription-toggle{
	float:right;
	font-size: 13px;
}
@media (max-width: 767px) {
  #subscription-toggle{
    float: none;
  }
}

.btn-custom-acma-society{
	display: inline-block;
    line-height: 1;
    background-color: #30c980;
    color: #ffffff !important;
    text-align: center;
		font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
}
.color-white{
	color: white !important;
}
.Forum-News-Title{
	font-size: 16px;
}

.epn_image{
	display: none !important;
}
.nav-tabs-design{
	font-size: 15px;
	margin-top:45px;
}
.color-ACMA-green{
	color:#00cd79;
}
.black-line{
	border: 2px solid black;
}
.black-line{
	border: 1px solid black;
}
#dropdown-post h1{
	font-size: 18px !important;
	font-weight: bold;
}

#dropdown-post h2{
	font-size: 18px !important;
	font-weight: bold;
}

#dropdown-post h3{
	font-size: 18px !important;
	font-weight: bold;
}

.Tabs-design{
	margin-top:45px;
}

@media (max-width: 767px) {
	.Tabs-design{
		margin-top:25px;
		margin-bottom:20px;
		float: left;
	}
}

@media (max-width: 767px) {
	.tab-content{
		float: left;
	}
}


.button-tst {
  color: white;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}



.myButton-custom {
	box-shadow:inset 0px -2px 0px 0px #609603;
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	background-color:#000000;
	border-radius:27px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 8px;
	text-decoration:none;
}
.myButton-custom:hover {
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	background-color:#000000;
}
.myButton-custom:active {
	position:relative;
	top:1px;
}

.collapse.in { min-height: 50px;border: 1px solid blue; }

.my_bubble_notify {
border-radius: 25%;
border: 1px solid #ccc;
background: #eee;
color: #6c6c6c;
display: inline;
margin-left: 1px;
padding: 2px 6px;
text-align: center;
vertical-align: center;
font-size: small;
}

.sticky-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: gray;
	color: white;
	text-align: center;
}

:root .top-notify-bar,
		.top-notify-bar label,
		.top-notify-bar label span{
			display: block;
		}
		.top-notify-bar,
		.top-notify-bar *{
			margin: 0;
			padding: 0;
		}
		.top-notify-bar > div,
		.top-notify-bar label span{
			line-height: 30px;
			text-align: center;
			color: #fff;
			transition: margin 300ms ease-in-out;
			box-shadow: 0 0 2px 2px rgba(58, 58, 58, .50);
		}
		.top-notify-bar,
		.top-notify-bar input{
			display: none;
		}
		.top-notify-bar{
			position: fixed;
			z-index: 250;
			left: 0;
			width: 100%;
			color: #000;
			cursor: default;
		}
		.top-notify-bar > div{
			margin-top: -67px;
			padding: 0px 64px;
		}
		.top-notify-bar > div > div{
			white-space: nowrap;
			text-overflow: ellipsis;
			/* overflow: hidden; */
		}
		.top-notify-bar label{
			float: right;
			margin: 0 16px 0 0;
		}
		.top-notify-bar label span{
			width: 30px;
			height: 30px;
			font-size: 27px;
			border-top: 0;
			border-radius: 0 0 4px 4px;
			cursor: pointer;
		}
		.top-notify-bar input ~ label span:first-child{
			border-color: transparent;
			box-shadow: none;
			background: none;
		}
		.top-notify-bar input:not(:checked) ~ label span:first-child{
			opacity: 0;
		}

		.top-notify-bar input:checked ~ label span:first-child{
			opacity: 1;
			transition: opacity 300ms 300ms ease-in-out;
		}
		.top-notify-bar input:not(:checked) ~ label span:last-child{
			margin-top: -33px;
		}
		.top-notify-bar input:checked ~ label span:last-child{
			margin-top: -70px;
		}
		.top-notify-bar input:checked ~  div{
			margin-top: 0;
		}
		.top-notify-bar.top-notify-bar-e34c26 > div,
		.top-notify-bar.top-notify-bar-e34c26 label span{
			background: #1b58b8;
		}
 		.fa-custom-size-notification{
			font-size: 1.3em;
		}
		.username-notification-bar{
			display: inline;
		}

		.top-notify-bar input:not(:checked) ~  div {
			display: none;
		}
		.top-notify-bar > div{
			margin-top: -67px;
			margin-top: 0px;
			padding: 0px 64px;
		}
		#Notification-count-number .p1[data-count]:after{
  	position:absolute;
  	right:18%;
  	top:8%;
  	content: attr(data-count);
  	font-size:40%;
  	padding:.2em;
  	border-radius:50%;
  	line-height:1em;
  	color: white;
  	background:rgba(255,0,0,.85);
  	text-align:center;
  	min-width: 1em;
	}

	.dropdown-notification-menu {
  	/* position: relative; */
  	display: inline-block;
	}

	.profile-info-menu{
		float: right;
		margin-top: 5px;
	}
	.dropwdown-icon-notification{
		margin-top: 5px;
	}

	.dropdown-notification-menu-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	padding: 12px 16px;
  	z-index: 1;
	}

	.dropdown-notification-menu:hover .dropdown-notification-menu-content {
  	display: block;
	}

	.color-green{
		color: #00cd79;
	}

	.test-collapse{
		background-color: #c0c0c0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
	}

	.fixed-notification-bar {
    display: block;
    position:fixed;
}

	#notification-bar{
		background-color: #333;
  	position: fixed;
  	top: -50px;
  	width: 100%;
  	display: block;
  	transition: top 0.3s;
		z-index: 3;
	}

	.username-notification-bar{
		float: left;
    margin-top: 2px;
	}

	@media (max-width: 767px) {
		.username-notification-bar{
			display: none;
		}
	}

	.mobile-show-hamburger-icon {
	display:block;
	}

	@media screen and (max-width: 767px) {
		.mobile-show-hamburger-icon {
		display:none;
	}
	}


	.desktop-show-profile-info {
	display:none;
	}

	@media screen and (max-width: 767px) {
		.desktop-show-profile-info {
		display:block;
	}
}



.display-inline{
	display: inline;
}
.hamburger-notification-bar{
	float: right;
	margin-top: 5px;
}
