/* -------------------------------
   Blog Module
------------------------------- */

.btn-blog{
	padding: .375rem .75rem;
}

/* -------------------------------
   Page Title & Section Title Setting
------------------------------- */

/* Page Title Element Setting */

.page-title {
    padding: 74px 0 71px;
    text-align: center;
	margin-top: 0px;
}
.page-title h4 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 24px !important;
}
.page-title p {
    display: block;
    font-size: 18px !important;
	font-weight: bold;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    margin: 0;
}


/* Section Title & Container Setting */

.section-title {
    font-size: 14px;
    text-align: left;
    margin: 0 0 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    color: #333;
    text-align: center;
}
.section-title span {
    position: relative;
    z-index: 1020;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background: #222;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.section-container {
    margin-bottom: 50px;
}


/* -------------------------------
   Content Setting
------------------------------- */

/* Content Element Setting */

.page-title + .content {
    margin-top: 0px;
}
.blog-breadcrumb {
    background: none;
    padding: 0;
    margin-left: -5px;
    text-align: center;
    display: block;
}
.blog-breadcrumb li {
    margin-left: 5px;
	list-style-type: none;
}
.blog-breadcrumb a {
    color: #222;
}
.blog-breadcrumb span {
}
.blog-breadcrumb a:hover, a:focus {
}
.blog-breadcrub-divider {
	margin-left: 5px;
	margin-right: 5px;
}

/* Content Bg Setting */

.has-bg {
    position: relative;
    overflow: hidden;
}
.has-bg .bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background: url(/files/blog/cover-3.jpg) center -88px;
}
.has-bg .bg-cover.bottom {
	background-position: bottom;
}
.has-bg .bg-cover.top {
	background-position: top;
}
.has-bg .bg-cover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('images/transparent/black-0.4.png');
}
.has-bg .bg-cover img {
    max-width: 100%;
    min-height: 100%;
}
.has-bg .container {
    position: relative;
}

/* Sidebar Social List Setting */

.sidebar-social-list {
    line-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}
.sidebar-social-list > li {
    display: inline;
    font-size: 18px;
    float: left;
}
.sidebar-social-list > li a {
    color: #333;
    padding: 0 10px;
}
.sidebar-social-list > li a:hover,
.sidebar-social-list > li a:focus {
    color: #00acac;
}

/* Sidebar Recent Post Setting */

.sidebar-recent-post {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar-recent-post > li:before,
.sidebar-recent-post > li:after {
    content: '';
    display: table;
    clear: boths;
}   
.sidebar-recent-post > li {
    padding: 10px 0;
}
.sidebar-recent-post > li + li {
    border-top: 1px solid #ddd;
}
.sidebar-recent-post > li .title {
    margin: 0;
    font-size: 13px;
    text-transform: initial;
    letter-spacing: 0;
    line-height: 20px;
}
.sidebar-recent-post > li .title a {
    color: #333;
}
.sidebar-recent-post > li .date {
    font-size: 11px;
    color: #5f5f5f;
}

/* Sidebar List Setting */

.sidebar-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.sidebar-list > li > a {
    line-height: 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0;
}

/* -------------------------------
   Post Setting
------------------------------- */

/* Post List Setting */

.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list > li:before,
.post-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.post-list > li {
    padding: 0;
}
.post-list > li + li {
    margin-top: 60px;
}
.post-left-info {
    width: 50px;
    float: left;
    margin-right: 20px;
}
.post-date {
    font-size: 12px;
    line-height: 1.1;
    margin: 0 auto 2px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.post-date .day {
    color: #333;
    font-size: 24px;
    display: block;
}
.post-date .month {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #333;
}
.post-date + .post-likes {
    border-top: 2px solid #ddd;
}
.post-likes {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
.post-left-info + .post-content {
    margin-left: 70px;
}
.post-image {
    margin-bottom: 5px;
}
.post-image-cover {
	position: relative;
	padding-top: 56%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 3px;
}
.post-video {
    margin-bottom: 25px;
}
.post-list blockquote {
    border: none;
    background: #e9edef;
    font-size: 18px;
    padding: 30px;
    color: #222;
    margin-bottom: 25px;
}
.post-title {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 30px;
    color: #222;
}
.post-title a {
    color: #222;
}
.post-by {
    display: block;
    font-size: 11px;
    color: #222;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 0;
}
.post-by a {
    color: #333;
}
.post-by .divider {
    margin: 0 5px;
    font-size: 10px;
    color: #333;
    position: relative;
    top: -1px;
}
.post-desc {
    line-height: 20px;
    color: #272727;
    margin-bottom: 0px;
    font-size: 13px;
}
.post-desc a {
    color: #333;
}
.read-btn-container {
    text-align: right;
    font-size: 12px;
}
.read-btn-container a {
    color: #333;
}

/* Post Grid Setting */

.post-grid {
    margin: -10px;
}
.post-grid:before,
.post-grid:after {
    content: '';
    display: table;
    clear: both;
}
.post-grid > li,
.post-li {
    width: 33.33%;
    padding: 10px;
}
.post-grid.post-grid-2 > li,
.post-grid.post-grid-2 > .post-li {
    width: 50%;
}
.post-grid.post-grid-3 > li,
.post-grid.post-grid-3 > .post-li {
    width: 33.33%;
}
.post-grid.post-grid-4 > li,
.post-grid.post-grid-4 > .post-li {
    width: 25%;
}
.post-grid .post-image,
.post-grid .post-video {
    margin: -1px -1px 0;
}
.post-grid blockquote {
    margin-bottom: 0;
}
.post-grid .post-title {
    font-size: 20px;
    line-height: 24px;
}
.post-grid .post-content {
    border: 1px solid rgba(0,0,0,0.125);
}
.post-grid .post-info {
    padding: 15px;
}

/* -------------------------------
   Page Setting
------------------------------- */

/* Details Page Setting */

.post-detail .post-image {
    margin-bottom: 15px;
}
.post-detail .post-by {
    font-size: 12px;
}
.post-detail .post-desc {
    margin-bottom: 30px;
}
.post-detail .post-desc p {
    margin-bottom: 0;
}
.post-detail .post-desc p + p {
    margin-top: 15px;
}

/* Details Page Comment Section Setting */

.comment-list {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
    color: #2d353c;
}
.comment-list > li {
    padding: 20px;
}
.comment-list > li + li {
    border-top: 2px solid #eee;
}
.comment-list > li:before,
.comment-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.comment-list .comment-avatar {
    width: 45px;
    height: 45px;
    overflow: hidden;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 56px;
    margin-right: 20px;
    float: left;
    background: #d9e0e7;
    text-align: center;
    line-height: 84px;
    font-size: 62px;
    color: #929ba1;
}
.comment-list .comment-avatar img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.comment-list .comment-avatar + .comment-container {
    margin-left: 30px;
}
.comment-list .comment-author {
    font-size: 16px;
    color: #2d353c;
    font-weight: 600;
    margin-bottom: 5px;
}
.comment-list .comment-date {
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    color: #999;
}
.comment-list .comment-content {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}
.comment-list .comment-rating {
    font-size: 11px;
    text-align: right;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
	float:right;
}
.comment-list .comment-btn {
    font-size: 11px;
    margin-bottom: 10px;
}
.comment-list .comment-list {
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 0;
    border-top: 2px solid #eee;
}
.comment-list .comment-list > li {
    padding-bottom: 0;
}
.comment-list {
    border-bottom: 2px solid #eee;
}
.comment-list:last-child {
    border-bottom: 0px solid #eee;
}
.comment-list > li {
    padding: 10px;
}
.comment-list > li:first-child {
    padding-top: 20px;
}

/* About Us Page Comment Section Setting */

.about-me-title {
	font-size: 24px;
}
.about-me-desc {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 13px;
}

/* -------------------------------
   Blog Frontend - Default View 1
------------------------------- */

.blog-1-post .blog-1-header {
    padding-top: 350px;
    padding-bottom: 0px;
}

.blog-1-post .blog-1-modules-container {
    min-width: 1140px;
}
.blog-1-post .post-desc {
    margin-bottom: 0px;
}
.blog-1-post-detail .post-desc p {
    margin-bottom: 15px;
	padding-left: 100px;
    padding-right: 100px;
	font-size: 20px;
    line-height: 30px;
}
.blog-1-post-detail .post-desc p + p {
    margin-top: 0px;
	padding-left: 100px;
    padding-right: 100px;
}
.blog-1-post ul {
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 35px;
    font-size: 20px;
    line-height: 30px;
}
.blog-1-post-detail .post-desc img {
    margin: 28px auto;
    max-width: 1126px;
}
.blog-2-responsivevideo-div {
    padding: 56.25% 0 0 0;
    position: relative;
    margin-bottom: 65px;
}
.blog-2-responsivevideo-iframe {
    margin: 28px auto;
}
.blog-1-recent {
    background: transparent;
}
.blog-1-post .post-topdetails {
    
}
.blog-1-post-time {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 0;
}
.blog-1-post-detail .blog-1-post-time p {
    font-size: 14px;
	line-height: 20px;
}
.blog-1-post-detail .blog-1-post-by {
     margin-bottom: 5px;
	 font-size: 14px;
	 font-weight:600;
	 margin-top: -5px;
     float: right;
}
.blog-1-post-detail .blog-1-post-by a {
     color: #444;
}
.blog-1-post-detail .blog-1-post-by img {
    object-fit: cover;
	float: left;
    width: 35px;
    height: 35px;
    margin: -7px 10px -8px 0;
    border-radius: 30px;
}
.blog-1-header-info {
    color: #fff;
    text-align: left;
    width: 75%;
    padding: 30px;
    border-radius: 4px;
	padding-left: 100px;
    padding-right: 100px;
    z-index: 1;
}
.blog-1-header-info h2 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0px;
    font-weight: 700;
    width: 100%;
}
.blog-1-header:after {
    display: block!important;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0,0,0,.95);
    background: -moz-linear-gradient(top, rgba(95,68,143,0) 0%, rgba(0,0,0,1) 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,68,143,0)), color-stop(95%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(95,68,143,0) 0%,rgba(0,0,0,1) 95%);
    background: -o-linear-gradient(top, rgba(95,68,143,0) 0%,rgba(0,0,0,1) 95%);
    background: -ms-linear-gradient(top, rgba(95,68,143,0) 0%,rgba(0,0,0,1) 95%);
    background: linear-gradient(to bottom, rgba(95,68,143,0) 0%,rgba(0,0,0,1) 95%);
    z-index: 0;
}
blockquote {
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    padding: 40px;
    margin: 36px auto;
}


/* -------------------------------
   Blog Frontend - Default View 2
------------------------------- */

.blog-2-header {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0px;
    position: relative;
	padding-top: 120px;
    padding-bottom: 150px;
	    text-align: center;
    margin-bottom: 20px;
}
.blog-2-header-info {
    color: #444;
    text-align: left;
    background: rgb(255 255 255 / 89%);
    width: 35%;
	padding: 30px;
    border-radius: 4px;
}
.blog-2-header-info h4 {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-2-post-info .blog-breadcrumb a {
    color: #444;
}
.blog-2-post-info .blog-breadcrumb a:hover {
    color: #222;
}
.blog-2-post-info .blog-breadcrumb {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
	margin-left: -5px;
}
.blog-2-post-by {
     margin-bottom: 5px;
	 font-size: 14px;
	 font-weight:600;
	 margin-top: 40px;
}
.blog-2-post-by a {
     color: #444;
}
.blog-2-post-by img {
    object-fit: cover;
	float: left;
    width: 40px;
    height: 40px;
    margin: -7px 10px -8px 0;
    border-radius: 30px;
}
.blog-2-post-tags {
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 20px;
	font-weight:600;
}
.blog-2-post-tags a {
     color: #666;
}
.blog-2-post-time {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 0;
}

.blog-2-sidebar-search {
    margin-bottom: 20px;
}
.blog-2-sidebar-categories {
    margin-bottom: 20px;
}
.blog-2-sidebar-categories .blog-2-sidebar-list {
   font-weight: 600;
   font-size: 16px;
   padding-left: 0px;
}
.blog-2-sidebar-categories .blog-2-sidebar-list a {
    color: #555;
}
.blog-2-navbar-nav a {
    text-decoration: none;
}
.blog-2-nav > li > a {
   color: #555;
   font-size: 15px;
   padding-left:2px;
   font-weight: 600;
}
.blog-2-nav > li > a:hover {
    color: #111;
    background: none;
}
.blog-2-nav > li > a:focus {
    color: #111;
    background: none;
}
.blog-2-nav .blog-2-dropdown-toggle:after {
    vertical-align: 1px;
    border-width: 4px;
}
.blog-2-nav .blog-2-dropdown-toggle::after {
    margin-left: 5px;
    margin-bottom: 1px;
    margin-top: 9px;
    transform: rotateZ(-0deg);
    float: none;
}
.blog-2-navbar-nav .blog-2-dropdown-menu {
    border: none;
    box-shadow: none;
    font-size: 14px;
	position: relative !important;
    transform: none !important;
	width: 100%;
	padding-top: 0px;
}
.blog-2-sub {
    width:100%;
	padding-left: 5px;
}
.blog-2-dropdown-menu .info {
    padding: 10px 0;
	padding-left: 10px;
    border-radius: 6px;
	border-bottom: 1px solid #ddd;
}
.blog-2-dropdown-menu .info:hover {
    background: #f1f1f1;
}
.blog-2-dropdown-menu .title {
    font-size: 14px;
    line-height: 26px;
	margin: 0;
}
.blog-2-dropdown-menu .title {
    color: #444;
}
.blog-2-dropdown-menu .date {
    color: #5f5f5f;
}
.blog-2-nav-link {
    display: block;
    padding: .5rem 1rem;
	padding-left: 0px;
    list-style: none;
}
.blog-2-relatedposts-heading {
    color: #444;
}
.blog-2-card {
    padding: 0px;
	margin-bottom: 30px;
	background: #f7f7f7;
	color: #555;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
	border-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.blog-2-card:hover {
    background: #9c9c9c;
    color:#ffffff;
	text-decoration: none;
}
.blog-2-card a {
	color: #555;
}
.blog-2-card a :hover {
    color:#ffffff;
}
.blog-2-card-img {
    overflow: hidden;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-2-card-img-slide {
    height: 250px!important;
    object-fit: cover;
    object-position: center;
    background: #f7f7f7;
	border-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	box-shadow: 4px 0px 8px rgb(0 0 0 / 10%);
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.blog-2-card-img-slide:hover {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
	-moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
}
.blog-2-card-img-inner {
    border-radius: 2px;
}
.blog-2-card-desc {
    padding:20px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: transparent;
}
.blog-2-card-desc a {
	text-decoration: none;
}
.blog-2-card-desc a:hover {
}
.blog-2-card-desc-title {
    margin-bottom: 10px;
    margin-top: 4px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    width: 85%;
}
.blog-2-card-desc-time {
    margin-left: 2px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0;
	margin-top: -5px;
}
.blog-2-card-desc-post-by {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}
.blog-2-card-desc-post-by img {
    object-fit: cover;
    float: left;
    width: 40px;
    height: 40px;
    margin: -7px 10px -8px 0;
    border-radius: 30px;
}
.blog-2-card-desc-post-by span {
    float: right;
    margin-right: 10px;
}
.blog-2-card-desc-post-by i {
    padding-top: 5px;
    display: block;
    float: right;
    margin-left: 5px;
}
.blog-2-relatedposts-hr {
    border-top: 2px solid rgba(0,0,0,.1);
}
.blog-2-area-bg:after {
    display: block !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 0;
}
.blog-2-area-bg {
    border-bottom: transparent;
}
.blog-2-page-area {
    text-align: center;
    margin-bottom: 40px;
}
.blog-2-page-info h4 {
    font-weight:700;
	margin-bottom: 20px;
}
.blog-2-page-desc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.blog-2-category-nav {
   text-align:left;
}
.blog-2-category-nav > li > a {
   color: #fff;
   font-size: 15px;
   padding-left:2px;
   font-weight: 600;
}
.blog-2-category-nav > li > a:hover {
    color: #f7f7f7;
    background: none;
}
.blog-2-category-nav > li > a:focus {
    color: #f7f7f7;
    background: none;
}
.blog-2-category-post-desc {
    line-height: 20px;
    color: #272727;
    margin-bottom: 0px;
    font-size: 16px;
    width: 95%;
}
.blog-2-category-post-tags {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-2-category-post-tags a {
     color: #777;
}
.blog-2-category-post-col {
     margin-bottom:20px;
}
.blog-2-header-home {
    background-image: none;
}
.blog-2-featured-main {
    margin-bottom: 20px;
}
.blog-2-featured-card-desc {
    width: 50%;
	padding: 20px;
	padding-top: 15px;
    padding-left: 30px;
	margin: auto;
}
.blog-2-featured-carousel {
    width: 50%;
}
.blog-2-featured-card {
    padding: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
}
.blog-2-featured-card a {
	color: #555;
}
.blog-2-featured-card a:hover {
    color:#555;
}
.blog-2-featured-card a:focus {
    color:#555;
}

.blog-2-featured-card-readmore {
    margin-bottom: 35px;
    display: block;
}
.blog-2-featured-card-img-slide {
	height: 350px!important;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.blog-2-featured-card-img-featuredslide {
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.blog-2-dropdown-header {
	background-color: transparent;
}
.blog-2-dropdown-header a {
	color: #fff;
    width: 100%;
    display: block;
	padding-bottom:10px;
}
.blog-2-dropdown-header a:hover {
	color: #e6e6e6;
}
.blog-2-cat12 {
	padding-left:0px;
	padding-right:0px;
}
.blog-2-responsivevideo-iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Button - Blog Default */

.btn.btn-blogdefault,
.btn.btn-blogdefault.disabled,
.btn.btn-blogdefault.disabled:hover,
.btn.btn-blogdefault.disabled:focus,
.btn.btn-blogdefault[disabled],
.btn.btn-blogdefault[disabled]:hover,
.btn.btn-blogdefault[disabled]:focus {
	color: #2e353c;
    background: #f2f3f4;
    border-color: #f2f3f4;
}
.btn-blogdefault:hover, 
.btn-blogdefault:focus, 
.btn-blogdefault:active, 
.btn-blogdefault.active, 
.btn-blogdefault.active.focus, 
.btn-blogdefault.active:focus, 
.btn-blogdefault.active:hover, 
.btn-blogdefault:active.focus, 
.btn-blogdefault:active:focus, 
.btn-blogdefault:active:hover,
.show > .btn-blogdefault.dropdown-toggle,
.open > .dropdown-toggle.btn-blogdefault,
.open > .dropdown-toggle.btn-blogdefault:hover,
.open > .dropdown-toggle.btn-blogdefault:focus,
.btn-blogdefault:not(:disabled):not(.disabled).active, 
.btn-blogdefault:not(:disabled):not(.disabled):active {
    background: #d8d8d8;
    border-color: #d8d8d8;
}
.input-group-append .btn.btn-blogdefault,
.btn-group .btn.btn-blogdefault:not(.active) + .btn.btn-blogdefault,
.input-group-btn .btn.btn-blogdefault:not(.active) + .btn.btn-blogdefault {
    border-left-color: #d8d8d8;
}
.input-group-prepend .btn.btn-blogdefault {
    border-right-color: #d8d8d8;
}

/* Button - Search btn */
.btn.btn-search,
.btn.btn-search.disabled,
.btn.btn-search.disabled:hover,
.btn.btn-search.disabled:focus,
.btn.btn-search[disabled],
.btn.btn-search[disabled]:hover,
.btn.btn-search[disabled]:focus {
    color: #2e353c;
    background: #f2f3f4;
    border-color: #f2f3f4;
}
.btn-search:hover, 
.btn-search:focus, 
.btn-search:active, 
.btn-search.active, 
.btn-search.active.focus, 
.btn-search.active:focus, 
.btn-search.active:hover, 
.btn-search:active.focus, 
.btn-search:active:focus, 
.btn-search:active:hover,
.show > .btn-search.dropdown-toggle,
.open > .dropdown-toggle.btn-search,
.open > .dropdown-toggle.btn-search:hover,
.open > .dropdown-toggle.btn-search:focus,
.btn-search:not(:disabled):not(.disabled).active, 
.btn-search:not(:disabled):not(.disabled):active {
    background: #d8d8d8;
    border-color: #d8d8d8;
}
.input-group-append .btn.btn-search,
.btn-group .btn.btn-search:not(.active) + .btn.btn-search,
.input-group-btn .btn.btn-search:not(.active) + .btn.btn-search {
    border-left-color: #d8d8d8;
}


.btn.btn-blogcat {
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog-2-categories-header {
    text-align: left;
    list-style-type: none;
    padding-left: 0px;
}
.blog-2-card-flexfill {
    align-self: stretch;
    display: flex;
    margin-bottom: 20px;
}
.bw-modules-page-info {
    padding-left: 0px;
    padding-right: 0px;
}


/* -------------------------------
   Other Blog Styles
------------------------------- */

.row.row-space-30 { 
	margin-left: -15px; 
	margin-right: -15px;
	width: 100%;
}

.pagination .text {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}
.pagination .text:hover,
.pagination .text:focus {
    background: none;
}

.read-btn{
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.read-btn {
    color: #fff;
    background-color: #909090;
}
.read-btn:hover {
    color: #fff;
    background-color: #848484;
}
.read-btn.focus,.read-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}
.btn.btn-raised:not(.btn-link), .btn-group-raised .btn:not(.btn-link), .input-group-btn .btn.btn-raised:not(.btn-link), .btn-group-raised .input-group-btn .btn:not(.btn-link) {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn.btn-raised:hover,.btn.btn-raised:focus,.btn.btn-raised:active {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.btn.read-btn:not(.btn-raised):active {
    box-shadow: none;
    color: #388e3c;
}
.btn.read-btn.btn-raised {
    color: #fff;
}

.section-blogpost-search {
    margin-bottom: 27px;
}
.bw-blog-comment-notice {
    margin-bottom: 10px;
	margin-top: 10px;
}
.sidebar-search .form-control {
    font-size: 14px;
    height: 44px;
}
.post-desc {
    font-size: 16px;
}

.post-detail .post-desc img{
    width:auto;
	max-width: 100%;
}

.projects-2-categories-header {
    margin-top: -9px;
}
.btn.btn-projectscat {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(245 245 245);
    margin-left: 0px;
    font-weight:600;
    background: #0197d7;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}
.btn.btn-projectscat:hover {
    background: #EEBD36;
}
.btn.btn-projectscat:focus {
    background: #EEBD36;
}
.projects-2-featured-card {
    padding: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    background: #f9f9f9;
	border-radius: 4px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(146,153,184,.2);
    box-shadow: 0 15px 30px 0 rgba(146,153,184,.2);
}
.blog-2-card-img {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.projects-2-card-img-slide {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.blog-2-featured-card-img-slide {
	height: auto!important;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.blog-2-featured-card-img-featuredslide {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.blog-2-header-info {
    z-index: 1;
}
.projects-tags-breadcrumb {
    float:right;
}
.projects-desc {
    margin-bottom: 30px;
	line-height: 20px;
    color: #272727;
}
.projects-desc li {
	line-height: 25px;
}
.projects-stats-desc {
    margin-bottom: 30px;
	line-height: 20px;
    color: #272727;
	font-weight:400;
}
.projects-stats-desc span {
	font-weight:600;
}
.projects-stats-desc p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 5px;
}
.projects-summarydesc p {
	white-space: pre-wrap;
}
.bw-projects-page-area-bg {
    background: #0397d6;
    background: url(/files/blog/cover-3.jpg) center -88px;
	padding-top: 71px;
    padding-bottom: 135px;
}
.projects-row-pad {
    padding-top:0px !important;
}
.projects-2-post-info {
    margin-bottom: 25px;
}
.projects-2-categories-buttons {
    text-align:center;
}
.projects-2-card-img-slide {
    object-fit: cover;
    object-position: center;
    background: #f7f7f7;
	border-radius: 0px;
	box-shadow: 4px 0px 8px rgb(0 0 0 / 10%);
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.projects-2-card-img-slide:hover {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
	-moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
}
.projects-2-featured-card-img-slide {
	height: auto!important;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.projects-card-color {
    background: #3a67b1;
}
.projects-card-color a {
	color: #fff;
}
.projects-card-color a:hover {
    color:#fff;
}
.projects-card-color-desc {
    color: #ffffff;
}
.btn.btn-outline {
    color: #ffffff;
    border-width: 2px;
    border-color: #ffffff;
    background: none;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
    border-color: #eebd37;
    color: #eebd37;
}