@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
.btn-dark {
    color: #fff !important;
}
#blog_post_form ul.list-group li {
	min-height: 65px;
	max-height: 65px;
}

#blog_post_form ul.list-group li:last-child {
    margin-bottom: 0;
}

#blog_post_form ul.list-group li .material-switch > label::after {
    background: rgb(94, 94, 94);
}

.blogback-new-area {
	margin-bottom: 5px;
}

#blog_post_form .tox-tinymce {
	margin-bottom: 5px;
}

#blog_post_form .profile-content {
	padding-top: 5px;
	background: none;
}

.blogback-thumbnail-area {
	display: block;
	position: relative;
	height:455px;
	padding: 0;
	overflow: hidden;
}

.blogback-featured-area {
	padding-right: 0;
}

.blogback-featured-image {
	overflow: hidden;
	padding: 0;
}

.blogback-featured-image img {
	width: 100%;
}

.blogback-img-sidebar-area {
	padding-left: 5px;
}

.blogback-img-sidebar-area .sidebar-item {
	height:225px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
}

.blogback-img-empty, .blogback-thumbnail-area img {
	cursor: pointer;
	background: #424242;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s;
}

.blogback-img-empty:hover {
	background: #848484;
}

.blogback-img-empty:before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	content: '\f03e';
	font-size: 30px;
	text-align: center;
	position: relative;
	opacity: 0.7;
	display: block;
}

.blogback-featured-area .blogback-img-empty:before {
	line-height: 455px;
}

.blogback-img-sidebar-area .blogback-img-empty:before {
	line-height: 220px;
}

.blogback-img-empty span {
   color: #ffffff;
   font-size: 15px;
   height: 30px;
   text-align: center;
   line-height: 30px;
   position: absolute;
   left: calc(50% - 50px);
   top: calc(50% - -15px);
   opacity: 0.7
}

.blogback-featured-area .blogback-img-empty, .blogback-featured-area img {
	height: 455px;
	object-fit: cover;
}

.blogback-thumbnail-area img {
	background-color: #ffffff !important;
	background: transparent url(../../img/loading.gif) no-repeat 50% 50%;
}

.blogback-img-sidebar-area .blogback-img-empty, .blogback-img-sidebar-area img {
	height: 225px;
	object-fit: cover;
}

.blogback-featured-image .featured-info {
	background-color: #e52626 !important;
	z-index: 11;
	cursor: default;
	position: absolute;
	display: table-cell;
	top: 15px;
	padding: 5px 7px 5px 7px;
	background-color: #F6A400;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.blogback-thumbnail-area .image-edit-area{
	background-color: #000 !important;
	z-index: 11;
	cursor: default;
	position: absolute;
	display: table-cell;
	bottom: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.blogback-thumbnail-area .btn-group-justified {
    display: flex;
    margin-bottom: 0;
}

.blogback-thumbnail-area .btn-group-justified .btn:not(:last-child) {
    margin-right: 2px;
}

.blogback-img-sidebar-area .image-edit-area {
	padding-right: 0px;
}

.blogback-options-area {
	max-height: 265px !important;
}

.blogback-options-area > div:first-child {
	padding-right: 0px;
}

.blogback-options-area > div:nth-child(2) {
	padding-left: 5px;
}

#blog_post_form .image-loading-progressbar {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #eee;
}

#blog_post_form .image-loading-progressbar .progress-percent {
	width: 0%;
	height: 25px;
	display: block;
	color: #fff;
	background: #007bff;
	text-align: center;
}
#blog_post_form .profile-content input.form-control {
	height: 65px;
	border-radius: 0 !important;
}
#blog_post_form .profile-content .post-title input.form-control {
	font-size: 20px;
	padding-left: 20px;
}

#blog_post_form .profile-content .input-group-text {
	min-width: 65px;
	padding-left: 20px;
	background: white;
	padding-right: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0;
}
.product_details {
    margin-bottom: 0;
}

.blogback-review-area > div:first-child {
	display: flex;
	flex-direction: column;
	padding-right: 0px;
}

.blogback-review-area > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
}
.review-area-info {
	background-color: #000 !important;
	z-index: 11;
	cursor: default;
	top: 0;
	padding: 5px 7px 5px 7px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.blogback-positive-area, .blogback-negative-area {
	overflow: hidden;
	word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	min-height: 40px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 0;
	flex: 1 1 auto;
}
.blogback-positive-area {
	background: #1B5E20;
}
.blogback-negative-area {
	background: #D50000;
}
.blogback-positive-area li::before, .blogback-negative-area li::before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	font-size: 20px;
	position: relative;
	line-height: 25px;
	margin-right: 5px;
}
.blogback-positive-area li::before {
	content: '\f118';
}
.blogback-negative-area li::before {
	content: '\f119';
}

/* --- */

.post-card-title {
	background-color: #000 !important;
	z-index: 11;
	cursor: default;
	top: 0;
	padding: 5px 7px 5px 7px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	max-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Roboto Condensed', sans-serif;
}

.post-card-title a {
	color: #fff;
	text-decoration: none !important;
}

.post-sidebar .btn-group-justified {
    margin-bottom: 0;
	flex-direction: column;
	color: #fff;
}
.post-sidebar .btn-group-justified .btn {
    flex: 1 1 auto;
}
.post-sidebar .btn-group-justified a:first-child {
	margin-bottom: 5px;
	margin-right: 0;
}
.post-sidebar .btn-group-justified a:nth-child(2) {
	margin-left: 0;
}
.post-carousel .carousel-caption {
	position: relative;
	left: 0;
	top: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.post-carousel .carousel-caption h5 {
	padding: 5px;
}
.post-row .post-carousel, .post-row .post-sidebar {
	margin-bottom: 10px;
}
.post-review-area {
	margin-bottom: 10px;
}
.post-review-area > div:first-child {
	display: flex;
	flex-direction: column;
}

.post-review-area > div:nth-child(2) {
	display: flex;
	flex-direction: column;
}
.post-review-area-info {
	background-color: #000 !important;
	z-index: 11;
	cursor: default;
	top: 0;
	padding: 5px 7px 5px 7px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	max-height: 30px;
}
.post-positive-area, .post-negative-area {
	word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	margin-bottom: 0;
	line-height: 36px;
	flex: 1 1 auto;
	opacity: 0.8;
	font-family: 'Roboto Condensed', sans-serif;
}
.post-positive-area {
	background: #1B5E20;
	margin-bottom: 10px;
}
.post-negative-area {
	background: #D50000;
}
.post-positive-area li::before, .post-negative-area li::before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	font-size: 20px;
	position: relative;
	line-height: 25px;
	margin-right: 5px;
}
.post-positive-area li::before {
	content: '\f118';
}
.post-negative-area li::before {
	content: '\f119';
}
.post-empty-review {
	text-align: center !important;
	display: block;
	margin: 0;
	position: relative;
	top: 45%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}

.pagination {
	margin-top: 30px;
}
.profile .post-col {
	max-height: 325px;
}
.post-col {
      max-height: 275px;
      padding: 5px;
}
.post-row .form-group textarea {
	margin-top: 10px;
	padding: 15px;
	font-size: 20px;
	border: 0;
	border-radius: 0 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
}
.post-row .form-group textarea::placeholder {
    line-height: 75px;
}
.post-card {
	  border-radius: 0 !important;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
      transition: box-shadow .25s;
  }
  
.post-card .card-rating-details {
      right: 0 !important;
      left: auto;
}

.post-card .card-details-status {
	bottom: 0;
}
  
.post-card-image-area {
	  position: relative;
}
  
.post-card-image-area .card-details .card-rating {
      z-index: 11;
      cursor: default;
      display: table-cell;
      bottom: 0;
      padding: 5px;
      background-color: #00000069;
}
  
.post-card-image {
      min-height: 235px;
      max-height: 235px;
}
  
.post-card-image img {
      background-color: #ffffff !important;
      background: transparent url(../../img/loading.gif) no-repeat 50% 50%;
      min-height: 235px;
      max-height: 235px;
      object-fit: cover;
      transition: all .25s ease;
      margin: auto;
	  display: block;
	  max-width: 100%;
	  /* min-width: 100%; */
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.carousel-control-next, .carousel-control-prev {
    mix-blend-mode: difference;
}
.carousel-item {
	background: #fff;
}
.carousel-item img {
	cursor: zoom-in;
    min-height: 450px;
    max-height: 450px;
	min-width: auto;
	object-fit: cover;
	display: block;
	margin: auto;
}
.carousel-youtube-video, .carousel-youtube-video iframe {
	min-height: 450px !important;;
	max-height: 450px !important;;
}
.product-options {
	margin-bottom: 10px;
}
.product-options ul {
	-ms-flex-direction: row;
	flex-direction: row;
}
.product-options li {
	text-align: center;
	border-radius: 0 !important;
	min-height: 50px;
	max-height: 50px;
	width: 100%;
}
.product-options li i.fa {
  	margin-right: 3px;
}
.post-rating {
	display: inline-block;
	vertical-align: middle;
	top: -6%;
	margin-left: 15px;
}
.post-content {
    background: white;
    padding: 20px;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
}
.post-content ul > li, .post-content ol > li {
	list-style-type: unset !important;
}
.post-content blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
	padding-left: 1rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.like-btn i {
    display: inline;
    cursor: pointer;
    box-shadow: none;
    transition: all .2s ease;
}
/* NOT MOBILE */
@media (min-width: 767px) {
	.post-carousel .carousel-caption {
		min-height: 112px;
		max-height: 112px;
	}
	.post-row .post-carousel {
		padding-right: 10px;
	}
	.post-row .post-sidebar {
		padding-left: 0;
	}
	.post-positive-area, .post-negative-area {
		min-height: 190px;
		max-height: 190px;
	}
}
/* MOBILE */
@media (max-width: 767px) {
	.carousel-youtube-video, .carousel-youtube-video iframe {
		min-height: 250px !important;
		max-height: 250px !important;
	}
    .carousel-item img {
        min-height: 250px;
        max-height: 250px;
	}
	.product-options li {
		text-align: left;
	}
	.product-options ul {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.post-positive-area .post-empty-review, .post-negative-area .post-empty-review {
		margin-top: 25px;
	}
    /* --- */
    #blog_post_form .container {
        padding-right: 0;
        padding-left: 0;
    }
    
    .blogback-thumbnail-area {
        height: auto;
        margin-bottom: 0;
    }
    
    .blogback-featured-area {
        padding: 0;
    }
    
    .blogback-img-sidebar-area {
        padding: 0;
    }
    
    .blogback-featured-area .blogback-img-empty, .blogback-featured-area img {
        height: 225px;
    }
    
    .blogback-featured-area .blogback-img-empty:before {
        line-height: 220px;
    }
    
    .blogback-featured-image {
        margin-bottom: 5px;
    }
    
    .blogback-featured-image .featured-info {
        left: 15px;
    }
    
    .blogback-options-area {
        max-height: none !important;
    }
    
    .blogback-options-area > div:first-child {
        padding-right: 15px;
    }
    
    .blogback-options-area > div:nth-child(2) {
        padding-left: 15px;
    }
    
    .blogback-review-area > div:first-child {
        padding-right: 15px;
    }
    
    .blogback-review-area > div:nth-child(2) {
        padding-left: 15px;
    }
    
    .blogback-positive-area {
        margin-bottom: 5px;
    }
}