.backbutton {
    background: #fff;
    padding: 10px;
    color: #343434;
    text-decoration: none;
    font-weight: 700;
	margin-top: 25px;
    display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius:10px;
}

.textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    background: #343434;
    color: #fff;
    font-family: "Open Sans", sans-serif
}

select { background: transparent; color: #fff; border: none; }

.textarea {
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    letter-spacing: 1.2px;
    display: none;
    padding: 20px;
    padding-top: 36px;
    font-weight: 300;
    font-size: 15px;
    opacity: .9;
    color: #f2f2f2;
    font-family: "Open Sans", sans-serif;
}

.white-icon {
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

input[type=submit] {
    margin-top: 20px;
    float: right;
    background: rgba(255, 255, 255, .2);
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 5px 25px;
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    border: none;
}

.new-messages { float: left; }
.new-message{
	margin-right: 10px;
	margin-top: -2px;
	height:19px;
	width:19px;
	margin-left: 10px;
	font-size: 80%;
	background-color: #71E07E;
	border-radius: 4rem;
	opacity: 0.0;
	text-align: center;
	color: white;
	-webkit-animation: pulsate 3000ms ease-out;
	-webkit-animation-iteration-count: infinite;
	
	-webkit-transition:	background-color 300ms linear;
	-moz-transition:background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition:	background-color 300ms linear;
	transition: background-color 900ms linear;
}
@-webkit-keyframes pulsate {
0% {opacity: 0.1;}
40% {opacity: 1.0;}
60% {opacity: 1.0;}
100% {opacity: 0.1;}
}


.main-content .appointment-item { float: left; padding: 10px; width: 25%; }
@media screen and (max-width: 1440px) {
	.main-content .appointment-item { width: 33%; }
}
@media screen and (max-width: 1340px) {
	.main-content .appointment-item { width: 50%; }
}
@media screen and (max-width: 1240px) {
	.main-content .appointment-item { width: 25%; }
}
@media screen and (max-width: 980px) {
	.main-content .appointment-item { width: 33%; }
}
@media screen and (max-width: 780px) {
	.main-content .appointment-item { width: 50%; }
}
@media screen and (max-width: 520px) {
	.main-content .appointment-item { width: 100%; } 
}


.post-post a {
    text-decoration: none;
}

.post-post a img {
    margin-bottom: -7px;
}

@media screen and (max-width: 520px) {
    .filter-dropdown {
        margin-top: 25px;
        display: block;
        right: 0;
        width: 100%;
        text-align: right;
    }

    .main-head.main-head-community {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post-post {
        margin-top: 30px;
    }

    .feed-filter-cat {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
    }

    .community-feed-filter .feed-filter-cat .filter-cat {
        margin-top: 5px;
    }
}