/*============ Blog start ============*/

/* .blog-wrapper { */
	/* margin-top: 15px */
/* } */
.blog_content-wrapper {
	padding-bottom: 63px;
	margin-top: 20px;
}
.blog_container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
.clearfix:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.blog_container .grid_8 {
	width: 788px;
	padding: 0px 25px 0px 0px;
	margin-bottom: 30px;
	float: left;
}
.blog_entry {
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: #fff;

}
.blog_entry .featured-thumb {
	margin-bottom: 18px;
	float: none;
	position: relative;
	overflow: hidden;
}
.blog_entry .featured-thumb a {
	display: block;
}
.blog_entry .featured-thumb a img {
	width: 60%;
	height: auto;
	vertical-align: top;
	border-radius: 0px 50px 0px 50px;
	border: solid 2px #2601b0;
}
.blog_entry-header-inner {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #E3E3E3;

}
.blog_entry-title {
	font-size: 32px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: -0.5px;
	color: #000;
	margin: 0px;
	line-height: 1.2em
}
.blog_entry-title a {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 0;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
.blog_entry .post-meta {
	margin-bottom: 12px;
	text-align: left;
}
.blog_entry .post-meta span {
	display: inline-block;
	margin-right: 16px;
	font-size: 11px;
}
.blog_entry .post-meta [class^="icon-"] {
	font-size: 14px;
	margin-right: 6px;
	color: #999;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.blog_entry .post-meta span a {
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.blog_entry .post-meta span a .icon-user:before {
	content: "\f007";
	font-size: 14px;
	float: none;
	margin-right: 6px;
	color: #999;
}
.blog_entry .entry-content, .entry-footer {
	padding: 0px 0px 0px 0px;
}
.blog_entry header {
	width: auto;
	height: auto;
	background: #fff;
	margin: 0px;
}

.blog_entry header .post-meta img {
    width: 40px;
    border-radius: 999px;
    margin-right: 5px;
}

.blog_entry p {
	margin: 0 0 1.5em 0;
	font-size: 14px;
	line-height: 26px;
    font-weight: normal;
    color: #888;
	letter-spacing: 0.5px;
}
.blog_entry .entry-footer {
	padding: 0px 0px 0px 0px;
	width: auto;
	background: none;
}
.blog_entry .btn {
	font-family:'Ubuntu', sans-serif;
	background: #cef1eb;
	padding: 10px 25px;
	text-transform: uppercase;
	color: #151515;
	border: 1px solid #cef1eb;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border-radius: 999px;
}
.blog_entry .btn:hover {
	    background: #cef1eb;
    color: #151515;
    border: 1px solid #cef1eb;
}
.blog_entry .list-info {
	display: inline-block;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 2px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 15px;
	color: #888
}
.blog_entry .list-info i {
	margin-right: 5px
}
.blog_entry ul.list-info li {
	display: inline-block;
	float: left;
	color: #888;
	font-size: 13px;
	margin-right: 15px !important;
	border-bottom: none;
	margin: auto;
	padding: 0;
}
.blog_entry ul.list-info a {
	text-decoration: none;
	color: #888;
}
.blogdate {
	background: none repeat scroll 0 0 #e33b3f;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 16px;
	padding: 7px 15px;
	position: absolute;
	left: 22px;
	text-transform: uppercase;
	top: 0;
	border-radius: 999px
}
/* #Misc
================================================== */

/* Pagination */
.pagination {
	margin: 0;
	padding: 0;
}
.pagination li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.pagination li a, .pagination li span {
	display: inline-block;
	font-size: 15px;
	line-height: 35px;
	padding: 0px 15px;
	margin-top: -27px;
}
.pagination li a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.pagination li a:hover {
	background: #cf3341;
	color: #fff;
	text-decoration: none;
}
.pagination li .current {
	background: #222;
	color: #fff;
}
.pagination li .gap {
}
/*/#Misc */

/*  a side start */


.widget__sidebar {
	position: relative;
	margin-bottom: 20px;
    padding: 0px 0px;
}
.text-widget .widget-content {
    padding: 20px 20px;
}
.popular-posts {
    margin-bottom: 30px;
}

.popular-posts.widget__sidebar .widget-title {background-color: #fddbe6;    border-color: #fddbe6;}

.popular-posts.widget_categories ul {
	background: none repeat scroll 0 0 #fff;
	border-top: medium none;
	font-size: 14px;
	overflow: hidden;
	padding-top: 7px;
	padding-left: 15px;
}
.block-account .block-content .cat-item cat-item-19599 {
	padding: 10px 0px;
	border-top: 1px #fff solid;
	border-bottom: 1px #ddd solid;
	list-style: none;
}
.widget__sidebar .widget-title {
font-size: 15px;
    font-weight: 500;
    padding: 9px 15px;
    color: #151515;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    background-color: #cef1eb;
    border-color: #cef1eb;
    border-radius: 0px 10px 0px 10px;
	margin:0px;
}
.widget-content {
	background: none repeat scroll 0 0 #fff;
	border-top: medium none;
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
}
.unstyled {
	margin: 0;
	padding: 0;
}
.unstyled li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.popular-posts .posts-list li {
	overflow: hidden;
	margin: 15px 0 0 0;
	border-bottom: 1px #f2f2f2 solid;
	padding-bottom:15px;
}
.popular-posts .posts-list li:first-child {
	margin-top: 0;
}

.popular-posts .posts-list li:last-child { border:none}

.featured-thumb {
	float: left;
	margin: 0 12px 0px 0;
	position: relative;
}
.popular-posts h4 {
	font-size: 13px;
	padding-top: 0px;
	margin-bottom: 9px;
	margin: auto;
	color: #696969;
}
.popular-posts h4 a {
	color: #565656;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0.2px;
	font-family: 'Ubuntu', sans-serif;
}
.popular-posts .post-meta {
	margin-bottom: 0;
	font-size: 11px;
	color: #999;
	background: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-family: 'Ubuntu', sans-serif;
}
.popular-posts .post-meta a {
	color: #cf3341;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ad-spots {
	padding-bottom: 0px;
}
.ad-spots img {
	margin-bottom: 15px;
}
.widget_wrapper13 {
}
.entry .featured-thumb {
	float: none;
	margin-bottom: 18px;
	margin-right: 0;
}
.post-meta [class^="icon-"] {
	font-size: 12px;
	margin-right: 4px;
	color: #999;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.post-meta span a {
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.post-meta span a:hover {
	text-decoration: none;
	color: #cf3341;
}
.post-meta span a:hover [class^="icon-"] {
	color: #cf3341;
}
.post-excerpt p {
	margin-bottom: 1.3em;
}
.post-meta span {
	display: inline-block;
	margin-right: 16px;
}
/* Blog Page
-------------------------------------------------- */
.entry {
	padding-bottom: 37px;
	margin-bottom: 35px;
	background: #fff;
}
.entry .featured-thumb {
	margin-bottom: 18px;
	float: none;
	margin-right: 0;
}
.entry-header {
	height: auto;
	background: #fff;
	margin: 0px
}
.format-icon {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background-color: #bdd4c1;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
}
.entry-header-inner {
	overflow: hidden;
	padding: 0px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 15px
}
.entry-title {
	font-size: 26px;
	line-height: 1.2em;
	text-transform: none;
	margin-bottom: 6px;
	text-align: left;
}
.entry-title a {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: bold
}
.entry-title a:hover {
	color: #282828;
	text-decoration: none;
}
.entry-header-inner p {
	text-align: left;
}
.entry-content {
	margin-bottom: 20px;
}
.entry-content, .entry-footer {
	padding: 0px
}
/* Standard Post Format */
.entry__standard {
}
/* Gallery Post Format */
.entry__gallery {
}
.entry__gallery .flexslider {
	height: 258px;
	margin-bottom: 29px;
}
/* Video Post Format */
.entry__video {
}
/* Quote Post Format */
.entry__quote {
}
.entry__quote .entry-content {
	margin-bottom: 0;
}
.entry__quote blockquote {
	margin-bottom: 0;
}
.entry__quote blockquote:before {
	display: none;
}
.entry__quote blockquote p {
	margin-bottom: .5em;
}
.entry__quote blockquote {
	padding-left: 38px;
}
/* Link Post Format */
.entry__link {
}
.entry__link .entry-content {
	margin-bottom: 0;
}
/* Comments
-------------------------------------------------- */
.comments-wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0px solid #E3E3E3;
	padding: 0;
}
.commentlist {
	padding: 0;
	margin: 0;
}
.commentlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist li .comment-wrapper {
	position: relative;
	padding: 0 20px 17px 0px;
	margin-bottom: 34px;
	border-bottom: 1px dotted #c9c8c5;
}
.comments-form-wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0px solid #E3E3E3;
	padding: 0px;
	margin-top: 5px
}
/* Comment Author */
.commentlist li .gravatar {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.commentlist li .gravatar img {
	float: left;
	border: 1px solid #fff;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.commentlist li .gravatar img:hover {
	border-color: #6E9B76;
}
.commentlist li .comment-author {
	font-size: 13px;
	color: #282828;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.commentlist li .comment-meta {
	color: #999;
	margin-bottom: .3em;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-style: italic; */
	font-size: 12px;
}

.commentlist li .comment-reply {
	text-align: right;
	padding-top: 5px;
}
.commentlist li .comment-reply a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EB593C;
	font-style: italic;
}
.commentlist li .comment-reply a:hover {
	color: #eb593c;
}
.commentlist .children {
	margin: 0;
	padding: 0 0 0 80px;
}
/* Comment Form */
.comment-form {
	margin-top: 10px;
	margin-bottom: 15px;
}
.comment-form label {
	display: block;
	margin-bottom: 0px;
	font-weight:400
}
.comment-form input {
	padding: 8px 10px;
}

.comment-form textarea {
	width: 100%;
	height: 186px;
}
/* Form defaults */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: none;
	outline: none;
	color: #777;
	margin: 0;
	/*max-width: 100%;*/
	margin: 6px 10px 6px 0px;
	background: #a5a4cf91;
	border: 1px #2601b0 solid;
	width: auto;
	border-radius:5px;
}
/*/ Comments */

.bnt-comment {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #222;
	border: 1px #ddd solid;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
	border-radius: 999px;
}
.bnt-comment:hover {
	background:#cef1eb;
	color: #151515;
}
em.required {
	color: #f00;
}
/*      Blockquotes  */
blockquote, blockquote p {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 13px;
    padding: 20px 60px!important;
    font-style: italic;
    color: #666;
    border-left: none;
    position: relative;
    background: #fff;
    border: none!important;
    margin: 50px 0px!important;
}
blockquote:after, blockquote:before {
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #30c2a9;
    position: absolute;
    z-index: 0;
    font-family: FontAwesome;
    content: "\f10d";
}

blockquote:before {
    content: "\f10d";
    top: -10px;
    left: 22px;
}

blockquote:after {
    content: "\f10e";
    bottom: -25px;
    right: 22px;
}

blockquote {
    font-family: georgia;
    font-style: italic;
    position: relative;
    line-height: 1.6em;
    border: 1px #eee solid!important;
}
blockquote cite {
	display: block;
	font-size: 11px;
	color: #a9a9a9;
}
blockquote cite:before {
	content: "";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}


.blog-wrapper h2 {
	font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color:#292929;
	margin-top: 20px;
}
.blog-wrapper h3 {
	font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 25px;
	color:#292929
}
.blog-wrapper h4 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: 1px;
    margin-bottom: 10px;
	color:#292929;
	margin-top: 20px;
}
.blog-wrapper h5 {
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 25px;
	color:#292929;
	margin-top: 10px;
}

.detaildesc ul {
    margin-bottom: 0;
    margin: 0 0 1.5em;
    font-size: 14px;
    line-height: 2em;
    padding: 0;
}

.detaildesc ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    color: #30c2a9;
    margin-right: 7px;
}

.detaildesc ul li {
    list-style-type: none;
    line-height: 2em;
    padding: 0;
    margin: 0;
    color: #888;
}
.blog-wrapper .comment-content h3 { 
    font-size: 15px;
    font-weight: 500;
    padding: 9px 15px;
    color: #151515;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    background-color: #cef1eb;
    border-color: #cef1eb;
    border-radius: 0px 10px 0px 10px;
    margin: 0px;
	margin-bottom:15px;
	
}
.blog-wrapper .comment-content .comments-form-wrapper h3 {
    background-color: #fddbe6;
    border-color: #fddbe6;
}

.commentlist .comment .description {color:#888}

.blog_content-wrapper .page-title {
	margin: 0 0 20px;
	padding: 0 0 0px 0px;
}
.blogmate-index-index .slider-intro {
	display: none;
}
.blogmate-index-index .offer-banner {
	display: none;
}
.blogmate-index-index .testimonials {
	display: none;
}
.blogmate-index-index .best-sales-slider {
	display: none;
}
.blogmate-index-index .banner-section {
	display: none;
}
.blogmate-index-index .brand-logo {
	display: none;
}
.blogmate-index-index .blog_fix.latest-news {
	display: none;
}
.blogmate-index-index .prom-section {
	display: none;
}
.blogmate-index-index .service-section {
	display: none;
}
.blogmate-index-index .our-features-box {
	display: none;
}
.blogmate-view-post .slider-intro {
	display: none;
}
.blogmate-view-post .offer-banner {
	display: none;
}
.blogmate-view-post .testimonials {
	display: none;
}
.blogmate-view-post .best-sales-slider {
	display: none;
}
.blogmate-view-post .banner-section {
	display: none;
}
.blogmate-view-post .brand-logo {
	display: none;
}
.blogmate-view-post .blog_fix.latest-news {
	display: none;
}
.blogmate-view-post .prom-section {
	display: none;
}
.blogmate-view-post .service-section {
	display: none;
}
.blogmate-view-post .our-features-box {
	display: none;
}
.blogmate-view-category .slider-intro {
	display: none;
}
.blogmate-view-category .offer-banner {
	display: none;
}
.blogmate-view-category .testimonials {
	display: none;
}
.blogmate-view-category .best-sales-slider {
	display: none;
}
.blogmate-view-category .banner-section {
	display: none;
}
.blogmate-view-category .brand-logo {
	display: none;
}
.blogmate-view-category .blog_fix.latest-news {
	display: none;
}
.blogmate-view-category .prom-section {
	display: none;
}
.blogmate-view-category .service-section {
	display: none;
}
.blogmate-view-category .our-features-box {
	display: none;
}
.blog_content-wrapper .pager .amount {
	display: none;
}
.blog_content-wrapper .pager .limiter {
	display: none;
}
.blog_content-wrapper .pager .pages {
	float: left;
}
.blog_content-wrapper .pager .pages li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog_content-wrapper .pager .pages li a {
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	padding: 0 8px;
	height: 23px;
	width: 10px;
}
.blog_content-wrapper .pager .pages li a:hover, .blog_content-wrapper .pager .pages li a:focus {
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	padding: 0 8px;
	height: 23px;
	width: 10px;
}
.blog_content-wrapper .pager .pages li span {
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	padding: 0 8px;
	background: none repeat scroll 0 0 #222222;
	color: #FFFFFF;
}
.widget_categories .widget-title {
	border-bottom: 2px solid #445878;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif
}
.blog_content-wrapper footer {
	color: #333;
	background: none;
}
.blog_content-wrapper footer a:hover {
	color: #AAAAAA;
}
.blog_content-wrapper .text-widget {
	background: none;
}
.blog_content-wrapper .popular-posts {
	display: inline-block;
	margin-bottom: 10px;
	width: 290px;
}
.blog_container .comments-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px
}
.blog_container .comments-form-wrapper h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px
}
.blog_entry footer {
	background: #fff;
	color: #252525;
}
.blog_entry footer a {
	color: #444;
}
.blog_entry footer a:hover {
	color: #23527c;
}
.ad-spots img {
	width: 100%;
}
.comment-content h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}
.col-main {
    display: inline-block;
/*        border: 1px solid rgba(0,0,0,.04);
		    border: .0625rem solid rgba(0,0,0,.04);
    box-shadow: 0 0.1875rem 0.75rem -0.25rem rgba(0,0,0,.12);*/
}
/*============ Blog end ============*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
.blog_entry-title a {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: normal;
}
.blog_entry p {
	margin: 0 0 1em 0;
}
.blog_entry footer {
	padding-top: 0px;
}
.blog_entry {
	padding-bottom: 20px;
	    margin-bottom:0px;
}
.blog_entry-title {
	font-size: 28px;
}
.blog-wrapper h2 {
    margin-top: 10px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.comment-form textarea; {
width:250px;
}
.blog-wrapper h2 {
     margin-top:0px; 
}
.blog_entry footer {
	padding-top: 0px;
}
.blog_entry {
	padding-bottom: 20px;
	    margin-bottom:0px;
}
.blog_entry-title {
	font-size: 24px;
}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
.blog_entry {
	padding-bottom: 0px;
	    margin-bottom:0px;
}
.blog-wrapper h2 {
     margin-top:0px; 
}
	}
	@media only screen and (min-width: 992px) and (max-width:1600px) {
.blog_entry {
	padding-bottom: 0px;
	    margin-bottom:0px;
}
.blog-wrapper h2 {
     margin-top:0px; 
}
	}
.blog-wrapper .pager {
	overflow: hidden !important;
	margin-bottom: 10px;
}
.blog-wrapper .pager .amount {
	float: left !important;
}
.blog-wrapper .pager .limiter {
	float: right !important;
	display: none;
}
.blog-wrapper .pager .pages {
	float: right !important;
}
