.blog-home {
    float: left;
    width: 100%;
	margin-bottom: 40px;
}

.blog-list-home {
}

.blog-list-home .post-list-item {
	margin: 0 10px;
}

.blog-list-home.owl-theme {
	padding: 0;
	width: 96%!important;
	margin: 0 auto;
	z-index: 1;
}
.blog-list-home.owl-theme .owl-nav {
	position: absolute;
	width: 104%!important;
	margin-left: -2%;
	z-index: -1;
}

.blog-list-home .list-post {
    width: 97%;
    margin: 0 1.5% 10px 1.5%;
}

.blog-list-home .post-img {
	margin-bottom:15px;
}

.blog-list-home .post-title {
	text-align:center;
}
.blog-list-home .post-title a {
	font-size:18px;
}
.blog-list-home .create-at {
    font-size: 1.3rem;
}

.post-list-content .post-item-grid {
    width: 49%;
    padding: 0;
    margin-right: 2%;
}
.post-list-content .post-item-grid.post-right-clear {
    margin-right: 0;
}

.post-list-content .post-image {
    margin: 0 0 10px 0;
}
.post-list-content .post-item-wraper {
    position: relative;
	background: #f4f2ef;
    border: 1px solid #dfdcdb;
    border-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: Raleway,Open Sans;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ie-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.post-list-content .post-item-wraper:hover {
	transform: scale(1.05);
}

.post-list-content .post-info-wraper {
    padding: 0px 20px 5px 20px;
}

.post-list-content h2 {
    margin: 20px 0 10px 0;
    font-family: Raleway,Open Sans,sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b55a4;
}

.mpblog-search {
    position: relative;
    margin-bottom: 15px;
	float: left;
    width: 100%;
}

.mpblog-search .search .input-text {
    padding: 0 60px 0 15px;
}

.mpblog-search .actions {
    position: absolute;
    bottom: 0;
    right: 0;
}

.mpblog-search .actions .search {
    color: #ffffff;
    height: 50px;
    width: 50px;
    font-size: 18px;
    border-radius: 0;
    background: #005aab;
    border: 0;
}
.mpblog-search .actions .search:hover {
    color: #ffffff;
	background:#003465;
}

.autocomplete-suggestions {
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #343459;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(149, 142, 115, 0.35);
    -moz-box-shadow: 0px 0px 6px 1px rgba(149, 142, 115, 0.35);
    box-shadow: 0px 0px 6px 1px rgba(149, 142, 115, 0.35);
}

.autocomplete-suggestion .mpblog-suggestion {
	cursor:pointer;
}

.mp-sidebar {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    border: none;
	font-size: 16px;
    line-height: 22px;
}

.mp-sidebar ul {
    padding: 0;
    margin: 0;
}
.mp-sidebar ul li {
	list-style:none;
}

.blog-home .block-title {
    text-align: center;
    margin-bottom: 15px;
}
.blog-home .block-title strong {
    font-size: 25px;
    font-weight: normal;
    color: #343459;
}

.blog-home .btn-blog {
    text-align: center;
    margin-top: 15px;
}

.blog-home .btn-blog a {
    border: 0;
    padding: 10px 40px;
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    background: #343459;
	border-radius: 8px;
}
.blog-home .btn-blog a:hover {
    border: 0;
	background: #51517d;
    color: #ffffff;
}

.blog-comment .col-mp {
	margin:0;
	padding:0;
}

.blog-comment .input-nome {
	margin:0 0 15px;
	padding:0 15px;
	margin-right: 1%;
    width: 99%;
}

.blog-comment .input-email {
	margin:0 0 15px;
	padding:0 15px;
	margin-left: 1%;
    width: 99%;
}

.blog-comment .input-comentario {
	margin:0 0 15px;
	padding:15px;
	height: 120px;
}

.default-cmt__content__cmt-block {
    padding-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
}

.default-cmt__content__cmt-content ul {
    padding: 0;
    margin: 0;
}
.default-cmt__content__cmt-content ul li {
	list-style:none;
	padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
}

.default-cmt__content__cmt-content ul li .username {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.default-cmt__content__cmt-content ul li .interactions__cmt-createdat {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.default-cmt__content__cmt-content ul li .interactions {
	margin-bottom:10px;
}

.default-cmt__content__cmt-content ul li .interactions__btn-actions a {
	border: 1px solid #9c9384;
    padding: 7px 15px;
    box-sizing: border-box;
    display: inline-block;
    color: #9c9384!important;
	cursor:pointer;
}
.default-cmt__content__cmt-content ul li .interactions__btn-actions a:hover {
	border: 1px solid #9c9384;
	background: #9c9384;
    color: #ffffff!important;
}

.default-cmt__content__cmt-content ul li .interactions__btn-actions a.mpblog-like {
	padding: 7px 10px;
    margin-left: 5px;
}
.post-view-image {
	margin-bottom: 20px;
}
.mpblog-post-view .page-title {
    margin-bottom: 20px;
}

.mp-sidebar .block-mp-sidebar-heading {
	font-family: Raleway,Open Sans,sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom: 8px;
    margin: 25px 0 10px;
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
}

.post-list-content .pager {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}



.social-blog {
    width: auto!important;
    border-radius: 21px!important;
    padding: 5px 10px!important;
}
.mp-blog-calendar-times,
.fa-calendar-times-o {
	display:none!important;
}


@media all and (max-width: 640px) {
.blog-list-home.owl-theme {
    padding: 0;
    width: 90%!important;
    margin: 0 auto;
}

.blog-list-home.owl-theme .owl-nav {
    position: absolute;
    width: 112%!important;
    margin-left: -6%;
}

.blog-home {
    margin-bottom: 30px;
}

.post-list-content .post-item-grid {
    width: 100%;
    padding: 0;
    margin-right: 0;
}

.post-list-content .pager {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

}


.mp-blog-view p {
    line-height: 21px;
    font-size: 14px;
}

.mp-blog-view li {
    line-height: 21px;
    font-size: 14px;
}


.mpblog-post-view .page-title,
.mpblog-post-index .page-title,
.mpblog-category-view .page-title,
.mpblog-month-view .page-title {
    font-family: Raleway,Open Sans,sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b55a4;
    letter-spacing: -1px;
    margin: 0 0 15px;
}

.mp-post-title .post-link-title {
    color: #b5b5b5;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.mp-post-title .post-link-title:hover {
    color: #0056a7;
}


.mp-read-more {
    width: 100%;
    display: block;
    border: 1px solid #0056a7;
    text-transform: uppercase;
    padding: 8px;
    letter-spacing: 4px;
    text-align: center;
    box-sizing: border-box;
}
.mp-read-more:hover {
    border: 1px solid #0056a7;
	color:#ffffff;
	background: #0056a7;
}