
i.red-heart:before{
	color: #FFC107!important;
}

.social-box i{
	cursor: pointer;
	font-style: normal!important;
	font-size: 30px;
}

.social-box i:hover{
	color: #A8ADB2;
}

.social-box i.bi-x-lg:hover{
	color: #A30303;
}


.userpic{
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.user-login{
	font-weight: bold;
	text-decoration: none!important;
	font-size: 20px;
}

.city-name{
	color: #565656;
	font-size: 13px;
}

.rounded-border{
	padding: 10px;
	border: 1px solid #DEE2E6;
	border-radius: 10px;
}

.rounded-border:hover{
	background-color: #F4F4F4;
}


.rounded-2{
	overflow: hidden;
}

.cke_inner{
	border: 1px solid #CED4DA;
	border-radius: 10px;
}


@media (max-width: 960px) {
	.userpic{
		width: 85px;
		height: 85px;
	}

	.comment-button{
		width: 100%;
	}
}

.content-block img:not(.commentpic, .reaction img){
	margin-bottom: 10px;
}

.exp-cdate{
	color: #565656;
}

.exp-content-block iframe{
	width: 100%;
	height: 600px;
	border-radius: 10px;
}

.exp-content-block img{
	max-height: 75vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media (max-width: 768px) {
	.exp-content-block iframe{
		width: 100%;
		height: 250px;
	}
	.exp-content-block img{
		width:100%;
		max-height: none;
	}
}

span.draft-status{
	color: #FFC107!important;
	vertical-align: super;
	font-size: 14px;
}

.rotate-btn{
	text-align: center;
	margin-top:5px;
}

.rotate-btn i{
 	padding:5px;
 	border-radius: 5px 5px 5px 5px;
 	color: #fff;
 	background: rgba(0,0,0,0.5);
 	cursor:pointer;
 	width: 35px;
    display: inline-block;
    transition: all 0.2s linear;
}

.rotate-btn i:hover{
 	background: rgba(0,0,0,0.8);
}

.dark .control-buttons a, .dark .control-buttons button{
	color: #AFAFAF!important;
}

.control-buttons a:hover, .control-buttons a:focus, .control-buttons a:active{
	color: var(--bs-btn-hover-color)!important;
}

.input-info{
	color:grey;
	font-style: italic;
	font-size:12px;
}

.about-box,.cke_inner{
	border: 1px solid #CED4DA;
	border-radius: 10px;
}

.mobile-edit-btn{
	padding: 10px;
	padding-left: 12px;
	color: #FFF!important;
	position: fixed;
	background: #212529;
	bottom: 165px;
	right: 0;
	text-decoration: none;
	z-index: 10;
	font-size:20px;
	border-radius: 5px 0 0 5px;
	border: none;
	opacity: 0.8;
	transition: all 0.2s linear;	
}


.exp-image img{
	width:100%;
	height:100%;
}

.exp-image {
	width:170px;
	height:120px;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	display: inline-block;
}

.exp-image .exp-image-hover{
	opacity: 0;
	width: 170px;
    height: 120px;
    position: absolute;
    border-radius: 10px;
    transition: all 0.2s linear;
}

.exp-image:hover .exp-image-hover{
	background-color:rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.exp-image-hover i{
    color: #fff;
    font-size: 15px;
    transition: all 0.2s linear;

    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);

    border-radius: 50px;
	padding-left: 7px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-top: 3px;
    opacity: 0.7;
}

.exp-image i.bi-x-lg{
	margin-left: 7px;
	margin-top: 7px;
}

.exp-image i.bi-arrow-counterclockwise{
	margin-left: 100px;
		margin-top: 7px;
}

.exp-image i.bi-arrow-clockwise{
	margin-left: 134px;
	margin-top: 7px;
}

.exp-image i.bi-box-arrow-down{
	margin-left: 134px;
	margin-top: 86px;
}

.exp-image-hover i:hover{
   color: #fff;
   cursor: pointer;
   opacity: 1;
}


@media (max-width: 960px) {
	.exp-image .exp-image-hover{
		opacity: 1;
	}

	.exp-image-hover i{
		padding-left: 6px;
	    padding-right: 6px;
	    padding-bottom: 2px;
	    padding-top: 2px;
	    opacity: 1;
	}

	.btn-check:focus+.btn, .btn.draft-btn:focus{
		outline: none!important;
  		box-shadow: none!important;
  		background: #fff!important;
  		color: #6c757d!important;
	}

	.title-image-box{
		opacity: 1!important;
		height: 90px!important;
	}
}

.draft-dtn{
	margin-top: 30px;
}

.publish-dtn{
	margin-top: 19px;
}

.preview-link{
	margin-top: 19px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dashed #6c757d;
	cursor: pointer;
}

.exp-image-hover .spinner-border{
	 margin-left: 10px;
    margin-top: 95px;
    color: #FFF;
}

.exp-image-div{
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-position: center!important;
}

.title-image{
	border-radius: 5px;
}

.title-image-box{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 125px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px;
	cursor: pointer;
	opacity: 0.8;
}

.title-image-box:hover{
	opacity: 1;
}


.btn-outline-secondary {
  border: 1px solid #ced4da!important;
}

.dark .btn-outline-secondary {
  border: 1px solid #6c757d!important;
}

.draft-grey{
  filter: grayscale(100%);
}

.cke_inner{
  border: 1px solid #CED4DA!important;
  border-radius: 10px!important;
  overflow-x: hidden;
}

.exp-post-photo{
  width: 100%;
  height:400px;
  background-size: cover!important;
  background-position: center!important;  
}

.exp-user-photo{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover!important;
  background-position: center!important;
}

.user-link{
  text-decoration: none!important;
  font-weight: bold;
  font-size: 14px;
}

.exp-link{
  text-decoration: none!important;
}

.show-on-mobile{
  display: none;
}

@media (max-width: 960px) {

  .exp-post-photo{
    height:200px;
  }

  .exp-link h4{
    padding: 0!important;
      margin: 0!important;
  }

  .social-box i{
    font-size: 25px;
  }

  .hide-on-mobile{
    display: none;
  }

  .show-on-mobile{
    display: block;
  }

  .exp-user-photo{
    width: 60px;
    height: 60px;
  }

  .limited-blog:not(.show){
    display: none!important;
  }

}

.cke_inner{
  border: 1px solid #CED4DA;
  border-radius: 10px;
  padding: 15px;
}

.red-heart:before{
  color: #FFC107!important;
}

.social-box i{
  cursor: pointer;
  font-style: normal!important;
  font-size: 20px;
}

.social-box i:hover{
  color: #A8ADB2;
}

.social-box i.bi-x-lg:hover{
  color: #A30303;
}

.exp-date{
  color: #808080;
}

.user-h1 i{
	cursor: pointer;
}

i.red-heart:before{
	color: #FFC107!important;
}

.bookmark-box i{
	cursor: pointer;
	font-size: 40px;
}

.bookmark-box i:hover{
	color: #A8ADB2;
}

.userpic{
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.user-login{
	font-weight: bold;
	text-decoration: none!important;
	font-size: 20px;
}

.city-name{
	color: #565656;
	font-size: 13px;
}

.rounded-border{
	padding: 10px;
	border: 1px solid #DEE2E6;
	border-radius: 10px;
}

.rounded-border:hover{
	background-color: #F4F4F4;
}


.rounded-2{
	overflow: hidden;
}

.user-h1 i{
	font-size: 30px;
}

@media (max-width: 960px) {
	.userpic{
		width: 85px;
		height: 85px;
	}
}

.exp-content-block iframe{
	width: 100%;
	height: 600px;
	border-radius: 10px;
}

.exp-content-block img{
	max-height: 75vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media (max-width: 768px) {
	.exp-content-block iframe{
		width: 100%;
		height: 250px;
	}
	.exp-content-block img{
		width:100%;
		max-height: none;
	}
}

.exp-content {
	text-decoration: none;
	pointer-events: none;
}

@media (max-width: 991px) {
	.exp-content {
		pointer-events: all;
	}
}

.img-desc{
  color: #95979A;
  width: 100%;
  text-align: center;
  font-style: italic;
}

.img-box{
   text-decoration: none;
}

.exp-post-photo{
	width: 100%;
	height: 400px;
	background-size: cover!important;
	background-position: center!important;	
}

.exp-car-photo{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-size: cover!important;
	background-position: center!important;
}


@media (max-width: 960px) {

	.exp-post-photo{
		height:200px;
	}

	.exp-link h4{
		padding: 0!important;
    	margin: 0!important;
	}

	.social-box i{
		font-size: 25px;
	}

	.exps-filter{
		display: none;
	}

	.hide-on-mobile{
		display: none;
	}

	.show-on-mobile{
		display: block;
	}

	.exp-car-photo{
		width: 60px;
		height: 60px;
	}

	.show-filter-button{
		display: block;
	}

	.exps-filter.opened{
		display: block;
		position: fixed;
		top:0;
		left:0;
    	z-index: 999;
    	background: #fff;
    	width: 100%;
    	height: 100%;
	}

	.exps-filter.opened .exps-filter-content{
		flex: 0 0 auto;
    	width: 83.33333333%;
    	margin: 0 auto;
    	margin-top: 50px;
	}

	.exps-filter.opened .close-filter{
		display: block;
	}
}

.blog-popular-block{
	width: 100%;
	height: 200px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
}

.dark #exp-type-tabs .text-warning{
	color: #ffc107!important;
}