body{
	font-family : 'Open Sans', sans-serif;
	background-color: #f5f5f5;
}
.navbar {
	border-bottom: 1px solid #eceeee;
}
.nav-item {
	display: inline-block;
	margin: 0 13px 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #5e6e71;
	transition: opacity .5s;
	opacity: .5;
	display: flex;
	align-items: center;
}

.navbar-light .navbar-nav .nav-link i {
	width: 30px;
	font-size: 25px;
}

.navbar-light .navbar-nav .nav-link span {
	font-size: 18px;
	margin-left: 20px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	background: transparent;
	opacity: 1;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #21d0f7;
	opacity: 1;
}

.search-input:focus {
	background-color: #f6f9fb;
	box-shadow: none;
	border: none;
}

.search-input {
	width: 100%;
	background-color: #f6f9fb;
	font-size: 12px !important;
	font-weight: 100;
	padding: 8px 32px 8px 12px !important;
	color: #14171a;
	border-radius: 15px !important;
	line-height: 15px;
	height: 28px !important;
	border: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
}

.main.container {
	width: 100%;
	max-width: 1016px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

a.main-title{
	text-align: center;
	font-size: 24px;
	color: #454545;
	text-decoration: none;
	display: block;
	font-weight: 400;
	margin-top: 45px;
	margin-bottom: 35px;
}

a.main-title:hover{
	text-decoration: none;
	color: #7f8394;
}

.post{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 20px;
}

.post img{
	max-width: 100%;
}

.post p{
	word-wrap: break-word;
}

img.big-image{
	width: 100%;
}

a.post-title{
	margin-top: 30px;
	margin-bottom: 22px;
	font-size: 22px;
	color: #454545;
	text-decoration: none;
}

.post > p{
	padding-top: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
}

a.tag{
	display: inline-block;
	padding-right: 10px;
	text-transform: uppercase;
	color: #d5d5d5;
	text-decoration: none;
}

a.tag:hover{
	color: #454545;
}

.post-footer{
	margin-top: 15px;
	text-transform: uppercase;
}

.post-footer a{
	color: #d5d5d5;
	text-decoration: none;
}

.post-footer a:hover{
	color: #454545;
}

.post-footer .actions{
	font-size: 18px;
	margin-top: -10px;
}

.post-footer .glyphicon-heart.active{
	color: #ff6347;
}

.post-footer .glyphicon-retweet.active{
	color: #27ae60;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer h3{
	text-align: center;
	font-size: 20px;
}

.footer h5{
	font-size: 14px;
	text-align: center;
	font-weight: 100;
}

.tumblerclone-actions{
	position: fixed;
	right: 12px;
	top: 16px;
}

a.tumblerclone-btn{
	padding: 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	font-size: 12px;
	margin-left: 12px;
}
a.tumblerclone-btn i{
	font-size: 10px;
}

a.tumblerclone-btn:hover {
	background-color: #428bca;
	padding: 6px;
	margin-left: 10px;
}

.quoted{
	padding-left: 10px;
	border-left: 5px solid #454545;
}

span.posted-by{
	color: #999;
	display: block;
}

a .no_of_likes{
	text-decoration: none;
	color: #999;
	font-size: 20px;
	font-weight: bold;
}

a .no_of_likes:hover{
	text-decoration: none;
}
.d-flex {
	display: flex !important;
}
.justify-center {
	justify-content: center;
}

.avatar .dp {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	border: 1px solid #edefef;
}
.content aside.sidebar .switch {
	width: 100%;
	background-color: transparent;
	outline: 0;
	border: 0;
	padding-left: 20px;
	cursor: pointer;
	display: block;
	box-shadow: none;
	-webkit-appearance: none;
}
.dropdown-toggle::after {
	display: none;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
	align-items: center;
}
.forgot-password {
	color: #fff;
}

.avatar-img {
	width: 100%;
	max-width: 64px;
	border-radius: 100%;
	border: 1px solid #edefef;
	max-height:64px;
    min-width:64px;
    min-height:64px;
}

.avatar-img-small {
	max-width: 20px !important;
	min-width: 20px !important;
	border-radius: 100%;
	border: 1px solid #edefef;
    max-height:20px !important;
    min-height:20px!important;
}

.navigation li a:hover {
	color: #727879;
}

.content .newsfeed .feed .news.panel .footer a.option i:hover {
	color: #1fd1f8;
}

.followers-list {}
.followers-list__user-blogs {
    padding-left: 25px;
}
.followers-list__user-blogs .blogname {
    line-height: 30px;
}
.followers-list__user-blogs .btn-follow-blog {
    float: right;
}

.page-item.active .page-link {
    background-color: white;
    border-color: #485056;
    color: #2198da;
}
.pagination>li>a, .pagination>li>span {
    color: #485056;
}