/*--------------------*/
/* BLOG PAGE */
/*--------------------*/

#mu-from-blog {
	background-color: #f5f9fc;
	float: left;
	padding: 50px 0;
	display: inline;
	width: 100%;
}

.mu-from-blog-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-from-blog-content {
	display: inline;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.mu-blog-item {
	box-shadow: 0px 0px 14px #ededed;
	display: inline;
	float: left;
	width: 100%;
}

.mu-blog-item-content {
	display: inline;
	float: left;
	padding: 25px 25px;
	width: 100%;
}

.mu-blog-meta {
	margin-bottom: 10px;
}

.mu-blog-meta li {
	color: #8f9090;
	font-size: 12px;
	list-style: none;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
}

.mu-blog-meta li i {
	margin-right: 3px;
}

.mu-blog-meta li:after {
	content: '/';
	position: absolute;
	right: 0;
	top: 0;
}

.mu-blog-meta li:last-child:after {
	display: none;
}

.mu-blog-item-title,
.mu-blog-item-title a {
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-blog-item-title a:hover,
.mu-blog-item-title a:focus {
	color: #0277bd;
}

.mu-blog-item-content p {
	color: #323232;
	font-size: 14px;
}

.mu-blog-item-content p a {}

.mu-blg-readmore-btn {
	color: #0277bd;
	font-size: 14px;
}

#mu-blog {
	display: inline;
	float: left;
	padding: 80px 0;
	width: 100%;
}

.mu-blog {
	display: inline;
	float: left;
	width: 100%;
}

.mu-blog-left {
	display: inline;
	float: left;
	width: 100%;
}

#mu-blog .mu-blog-item {
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

#mu-blog  .mu-blog-item-content {
	padding: 25px 0;
}

.mu-blog-pagination {
	display: inline;
	float: left;
	width: 100%;
}

.mu-blog-pagination {
	display: inline;
	float: left;
	width: 100%;
}

.mu-blog-pagination .pagination {
	float: right;
}

.mu-blog-pagination .pagination li {
	list-style: none;
	margin: 0 5px;
}

.mu-blog-pagination .pagination li:last-child {
	margin-right: 0;
}

.mu-blog-pagination .pagination .page-link {
	background-color: #0091ea;
	border: none;
	color: #fff;
	padding: 0;
	margin-left: 0;
	font-size: 18px;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 43px;
	font-weight: bold;
}

.mu-blog-pagination .pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 45px;
}

.mu-blog-pagination .pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	line-height: 45px;
}

.mu-blog-sidebar {
	display: inline;
	float: left;
	width: 100%;
}

.mu-sidebar-widget {
	display: inline;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.mu-search-form {
	position: relative;
}

.mu-search-form input {
	border: 1px solid #e1e1e1;
	color: #323232;
	font-size: 14px;
	height: 60px;
	width: 100%;
	border-top-color: #0091ea;
	border-top-width: 2px;
	padding: 0 50px 0 20px;
}

.mu-search-form .mu-search-submit-btn {
	background-color: transparent;
	border: none;
	color: #0091ea;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	bottom: 0;
	width: 50px;
}

.mu-sidebar-widget-title {
	background-color: #f6f6f6;
	border-top: 2px solid #0091ea;
	color: #323232;
	font-size: 24px;
	padding: 16px 20px;
}

.mu-sidebar-social-widget .mu-social-media {
	border-top: none;
	margin-top: 10px;
	text-align: center;
}

.mu-sidebar-social-widget .mu-social-media a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.mu-sidebar-widget ul,
.mu-sidebar-widget ul>ul {
	padding-left: 15px;
}

.mu-sidebar-widget ul li {
	list-style: none;
	font-size: 16px;
}

.mu-sidebar-widget ul li a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-sidebar-widget-nav {
	margin-top: 20px;
}

.mu-sidebar-widget-nav li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.mu-sidebar-widget-nav li a i {
	margin-right: 5px;
}

.mu-sidebar-widget-nav li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mu-sidebar-widget-nav ul li:first-child {
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
	padding-top: 5px;
}

.mu-tags {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-tags a {
	border: 1px solid #e1e1e1;
	border-top-color: #0091ea;
	display: inline-block;
	font-size: 14px;
	padding: 12px 15px;
	margin: 0 10px 15px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-sidebar-subscribe-widget .mu-subscribe-form {
	margin-top: 25px;
}

.mu-sidebar-subscribe-widget .mu-subscribe-form input {
	border: 1px solid #0091ea;
}

.mu-popular-content-widget {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-popular-content-widget .media {
	margin-bottom: 30px;
}

.mu-popular-content-widget .media:last-child {
	margin-bottom: 0;
}

.mu-popular-content-widget .media > .mu-popular-post-img {
	width: 120px;
	margin-right: 10px;
}

.mu-popular-content-widget .media .mu-blog-meta {
	margin-bottom: 5px;
	padding-left: 0;
}

.mu-popular-content-widget .media .mu-blog-meta li {
	font-size: 12px;
	padding-right: 15px;
	margin-right: 4px;
}

.mu-popular-content-widget .media .media-body h3 {
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

/*Blog Single*/

#mu-blog.mu-blog-single .mu-blog-item {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#mu-blog.mu-blog-single .mu-blog-item-title{
	color: #666;
	font-size: 24px;
	
}

.mu-blog-single ul {
	padding-left: 25px;
}

.mu-blog-tag {
	display: inline;
	float: left;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.mu-blog-single .mu-blog-tag-nav,
.mu-blog-single .mu-blog-share-nav {
	padding-left: 0;
}

.mu-blog-tag-nav li {
	list-style: none;
	display: inline-block;
}

.mu-blog-tag-nav li h3 {
	color: #323232;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.mu-blog-tag-nav li span {
	margin-right: 5px;
}

.mu-blog-tag-nav li a {
	display: inline-block;
	color: #323232;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-blog-tag-nav li a:hover,
.mu-blog-tag-nav li a:focus {
	color: #0091ea;
}

.mu-blog-share {
	display: inline;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.mu-blog-share .mu-blog-share-nav {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.mu-blog-share-nav li {
	list-style: none;
	display: inline-block;
}

.mu-blog-share-nav li h3 {
	color: #323232;
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}

.mu-blog-navigation {
	display: inline;
	float: left;
	width: 100%;
	padding: 40px 0;
}

.mu-blog-nav-btn {
	background-color: #ebebeb;
	color: #a9a9a9;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding: 15px 20px;
}

.mu-blog-nav-prev {
	float: left;
}

.mu-blog-nav-prev span {
	margin-right: 5px;
}

.mu-blog-nav-next {
	float: right;

}

.mu-blog-nav-next span {
	margin-left: 5px;
}

.mu-related-post {
	display: inline;
	float: left;
	width: 100%;
}

.mu-related-post .mu-related-post-title {
	border-bottom: 4px solid #ebebeb;
	color: #323232;
	display: inline-block;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.mu-blog-single .mu-blog-meta {
	padding-left: 0;
}

#mu-blog.mu-blog-single .mu-related-post .mu-blog-item-title {
	font-size: 16px;
}

.mu-comments-area {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.mu-comments-area h2 {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f6f6f6;
	color: #323232;
	font-size: 24px;
}

.mu-comments-area .comments {
	float: left;
	display: inline;
	margin-top: 20px;
	width: 100%;
}

.mu-comments-area .comments .commentlist {
	padding-left: 0;
}

.mu-comments-area .comments .commentlist li {
	border-bottom: 1px solid #ddd;
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	width: 100%;
}

.mu-comments-area .comments .commentlist li .news-img {
	background-color: #ebebeb;
	height: 70px;
	margin-right: 15px;
	max-width: inherit;
	width: 70px;
	border-radius: 50%;
}

.mu-comments-area .comments .commentlist li .media-body p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #323232;
}

.mu-comments-area .comments .commentlist li .media-body .author-name {
	margin-bottom: 0px;
	margin-top: 0;
	color: #323232;
	font-size: 16px;
}

.mu-comments-area .comments .commentlist li .comments-date {
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #323232;
}

.mu-comments-area .comments .commentlist li .reply-btn {
	color: #323232;
	display: inline-block;
	font-size: 14px;
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-comments-area .comments .commentlist li .reply-btn i {
	color: #0091ea;
	margin-right: 10px;
}


.mu-comments-area .comments .commentlist li .reply-btn span {
	margin-left: 5px;
}

.mu-comments-area .comments .commentlist li .reply-btn:hover, 
.mu-comments-area .comments .commentlist li .reply-btn:focus {
	color: #0091ea;
	text-decoration: none;
	outline: none;
}

.mu-comments-area .comments .commentlist li .children {
	margin-left: 50px;
}

.mu-comments-area .comments .commentlist li .author-tag {
	background-color: #0091ea;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 4px 8px;
}

.mu-comments-area .comments .commentlist li .author-comments {
	background-color: #f8f8f8;
}

.mu-comments-area .comments .commentlist .children {
	padding-left: 25px;
}

.mu-comments-area .comments .comments-pagination {
	display: inline-block;
	text-align: left;
	padding-left: 0;
	padding-top: 10px;
	float: left;
}

.mu-comments-area .comments .comments-pagination li {
	display: inline-block;
}

.mu-comments-area .comments .comments-pagination li:first-child a,
.mu-comments-area .comments .comments-pagination li:last-child a,
.mu-comments-area .comments .comments-pagination li:first-child a:hover,
.mu-comments-area .comments .comments-pagination li:last-child a:hover,
.mu-comments-area .comments .comments-pagination li:first-child a:hover,
.mu-comments-area .comments .comments-pagination li:last-child a:focus {
	background-color: #0091ea;
	color: #fff;
}

.mu-comments-area .comments .comments-pagination li a {
	background-color: transparent;
	border: medium none;
	color: #555;
	display: inline-block;
	font-size: 15px;
	height: 25px;
	line-height: 15px;
	padding: 5px;
	text-align: center;
	width: 25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-comments-area .comments .comments-pagination li a:hover, 
.mu-comments-area .comments .comments-pagination li a:focus {
	color: #0091ea;
	background-color: transparent;
	text-decoration: none;
	outline: none;
}

.mu-comments-area .comments .commentlist > li:last-child {
	margin-bottom: 0px;
}

#respond {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

#respond .reply-title {
	border-bottom: 4px solid #ebebeb;
	color: #323232;
	display: inline-block;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

#respond .comment-notes {
	font-size: 15px;
	margin-bottom: 25px;
}

#respond .required {
	color: red;
}

#respond label {
	display: block;
}

#respond input[type="text"], 
#respond input[type="email"], 
#respond input[type="url"] {
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
	height: 40px;
	padding: 0 10px;
	width: 65%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#respond textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 15px;
	height: 200px;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#respond input[type="submit"] {
	margin-top: 10px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 100px 0;
	width: 100%;
}

.mu-contact-content {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 28%;
}

.mu-contact-form-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group {
	position: relative;
}

.mu-contact-form .mu-contact-icon {
	color: #0091ea;
	font-size: 14px;
	position: absolute;
	left: 5px;
	top: 15px;
}

.mu-contact-form .form-group input {
	background: transparent;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	border: 1px #cccccc;
	border-style: none none solid none;
	height: 45px;
	padding: 0 25px;
	margin-bottom: 24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-contact-form .form-group textarea {
	background: transparent;
	border: 1px #cccccc;
	border-style: none none solid none;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	padding: 10px;
	height: 100px;
	padding: 13px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
	border-style: none none solid none;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #7e7e7e;
	font-size: 14px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #7e7e7e;
	font-size: 14px;
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #7e7e7e;
	font-size: 14px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #7e7e7e;
	font-size: 14px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	      border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	      border-radius: 4px;
}