.hidden{
	display: none !important;
}
.help-block{
	color: #c74e4e;
}
.pip .thumb-image{
	width: 20%;
}
.btn_comment_delete{
	padding: 8px;
    font-size: 22px;
}
.jconfirm.jconfirm-white .jconfirm-box {
    width: 30%;
    margin-left: 30%;
}

.post-btn-action .small-text {
    font-weight: 400;
    font-size: 11px;
    color: #7F8FA4;
    display: block;
}

@media only screen and (max-width: 960px) and (min-width: 280px){
	.jconfirm.jconfirm-white .jconfirm-box {
		width: 80%;
		margin-left: 5%;
		margin-top: 115px !important;
	}
	.timeline-list li.smallscreen-report {
		display: block !important;
	}
}

.smiley-list {
    padding: 0px;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    display: flex;
    -webkit-box-pack: justify;
    /*-ms-flex-pack: justify;*/
    justify-content: space-between;
    border-bottom: 1px solid #E6EAEE;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul, ol {
    margin-top: 0;
    /*margin-bottom: 10px;*/
}
.smiley-list li {
    margin-left: 0px;
}
.nav-pills > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}
.smiley-list li a {
    font-size: 14px;
    margin-left: 0px;
    border-bottom: 2px solid transparent;
    color: #354052;
    border-radius: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
	background-color: transparent;
}
.header-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    color: #354052;
}
.smiley-pics-content {
    border: 0px;
    padding: 5px 0px 5px 15px;
    margin-bottom: 0px;
    max-height: 120px;
    overflow: auto;
}

.tab-content {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    box-shadow: none !important;
}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.fade.in {
    opacity: 1;
}

.rounded {
    padding: 20px;
}

/* ---------------------------------- */
/* Post Likes List state 
------------------------------------- */

.chat-box {
  width: 260px;
  height: 48%;
  position: fixed;
  background-color: #fff;
  z-index: 9;
  bottom: 0px;
  right: 50px;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.chat-box .chat-box-header {
  height: 28px;
  background-color: #1991EB;
  border-bottom: 1px solid #E6EAEE;
  border-radius: 4px 4px 0px 0px;
}
.chat-box .chat-box-header:hover {
  background-color: #1489e1;
}
.chat-box .chat-box-header .side-left {
  text-transform: capitalize;
  line-height: 28px;
  padding-left: 10px;
}
.chat-box .chat-box-header .side-left a {
  color: #fff;
  text-decoration: none;
}
.chat-box .chat-box-header .list-inline {
  margin-bottom: 0px;
  padding-right: 5px;
}
.chat-box .chat-box-header .list-inline li a i {
  line-height: 28px;
  color: #fff;
}
.chat-box .chat-conversation {
  padding: 10px;
  height: 70%;
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: 1px solid #E6EAEE;
  border-right: 1px solid #E6EAEE;
}
.chat-box .chat-conversation .message-conversation {
  padding-bottom: 5px;
}
.chat-box .chat-conversation .message-conversation .media {
  position: relative;
}
.chat-box .chat-conversation .message-conversation .media .media-left {
  padding-right: 4px;
}
.chat-box .chat-conversation .message-conversation .media .media-left img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.chat-box .chat-conversation .message-conversation .media .media-body .post-text {
  color: #354052;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #E6EAEE;
  padding: 5px 8px;
  padding-right: 15px;
  background-color: #fafbfc;
  border-radius: 4px;
  margin-bottom: 0px;
  display: inline-block;
}
.chat-box .chat-conversation .message-conversation.current-user .media {
  direction: rtl;
}
.chat-box .chat-conversation .message-conversation.current-user .media .media-left {
  padding-right: 0px;
}
.chat-box .chat-conversation .message-conversation.current-user .media .media-body {
  text-align: right;
}
.chat-box .chat-conversation .message-conversation.current-user .media .media-body .post-text {
  text-align: left;
  padding-left: 15px;
  margin-right: 4px;
  padding-right: 4px;
}
.chat-box .message-input {
  border-top: 1px solid #E6EAEE;
  margin-top: 5px;
  border: 1px solid #E6EAEE;
}
.chat-box .message-input .form-group {
  margin-bottom: 4px;
}
.chat-box .message-input .form-group .form-control {
  border-width: 0px;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 4px;
}
.chat-box .message-input .list-inline {
  margin-left: 0px;
  padding-left: 5px;
}
.chat-box .message-input .list-inline li:first-child {
  padding-left: 10px;
}
.chat-box .message-input .list-inline li a i {
  font-size: 16px;
  color: #9FA9BA;
}
.chat-box:nth-child(2) {
  margin-right: 270px;
}
.chat-box:nth-child(3) {
  margin-right: 540px;
}
.chat-box:nth-child(4) {
  margin-right: 810px;
}
.chat-box:nth-child(5) {
  margin-right: 1080px;
}
.chat-box:nth-child(6) {
  margin-right: 1350px;
}
.chat-box-small {
  height: 28px;
}
.chat-box-small .chat-conversation {
  display: none;
}
.chat-box-small .message-input {
  display: none;
}
.chat-box .chat-box-header .side-right{
	float:right;
	margin-right: 8px;	
}
.chat-box .message-input input{
	border: none !important;
}

.message-bubble {
    margin-bottom: 8px !important;
}

.message-bubble .message-avatar img {
    width: 40px !important;
    height: 40px !important;
}

.message-bubble .message-text p {
    font-size: 12px !important;
    line-height: 15px !important;
}

.message-bubble .message-text {
    margin-left: 50px !important;
}

@media only screen and (max-width: 640px) and (min-width: 280px){
	.chat-box {
	  height: 55%;
	}
	
	.chat-box .chat-conversation {
		height: 50%;
	}
	
	.chat-box-small {
		height: 17%;
	}
}


/* ---------------------------------- */
/* Post Likes List state 
------------------------------------- */
.likes-list {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 9px -2px #d2d2d2;
  border-radius: 6px;
  padding: 16px;
  padding-bottom: 10px;
}

/* ---------------------------------- */
/* User status popup start
------------------------------------- */
.post-status {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 9px -2px #d2d2d2;
  border-radius: 6px;
  padding: 16px;
  padding-bottom: 10px;
}

.post-status-media {
  display: flex;
}

.post-status-media-user {
  width: auto;
  margin-right: 15px;
}

.post-status-media-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.post-status-media-input {
  flex: 1;
  min-width: 1px;
}
.status-focus .status-pop .post-status .post-status-media-user{
  margin-right:0;
}
.post-status-media-input .uk-input {
  border-radius: 50px;
  border-color: #f1f3f4;
  background-color: #f1f3f4;
}

.post-status-media-input .uk-input:focus {
  border-radius: 5px;
  border-color: #f1f3f4;
}

.post-status-type {
  display: flex;
  align-items: center;
}

.post-status-type>a {
  flex: 1;
  min-width: 1px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
}

.post-status-type>a:hover {
  background-color: #f1f3f4
}

.post-status-type>a img {
  width: 23px;
  margin-right: 7px;
}

.post-status hr {
  margin: 8px 0;
}
/* post status overlay*/
.post-status-overyly{
  z-index: 1;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: hsla(0, 0%, 60%, 0.42);
  visibility: hidden;
  z-index: 10000000000000;
}
.post-status-header{
  display: flex;
  border-bottom: 1px solid #f1f3f4;
  margin: 0 -15px;
  margin-bottom: 14px;
}

.post-status-header h4{
  flex: 1;
  text-align: center;
  margin-bottom: 10px;
}
.status-pop  .post-status{
  display: none;
}

.status-focus .status-pop .post-status-overyly{
  visibility: visible;
}
.status-focus .status-pop  .post-status{
  margin-top: -140px;
  position: relative;
  z-index: 1;
  display: block;
  z-index: 10000000000000;
  box-shadow: 0px 10px 10px -8px #a0a0a0;
}
.status-focus .status-pop  .post-status .post-status-media-input .uk-input {
  background-color: transparent;
  border-color: transparent;
  }

.status-focus  .main_sidebar {
    z-index: 0 !important;
    transition: none;
}
/* ---------------------------------- */
/* User status popup end
------------------------------------- */

/* ---------------------------------- */
/* Update post popup start
------------------------------------- */
.update-post {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 9px -2px #d2d2d2;
  border-radius: 6px;
  padding: 16px;
  padding-bottom: 10px;
}

.update-post-media {
  display: flex;
}

.update-post-media-user {
  width: auto;
  margin-right: 15px;
}

.update-post-media-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.update-post-media-input {
  flex: 1;
  min-width: 1px;
}
.update-post-focus .update-post-pop .update-post .update-post-media-user{
  margin-right:0;
}
.update-post-media-input .uk-input {
  border-radius: 50px;
  border-color: #f1f3f4;
  background-color: #f1f3f4;
}

.update-post-media-input .uk-input:focus {
  border-radius: 5px;
  border-color: #f1f3f4;
}

.update-post-type {
  display: flex;
  align-items: center;
}

.update-post-type>a {
  flex: 1;
  min-width: 1px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
}

.update-post-type>a:hover {
  background-color: #f1f3f4
}

.update-post-type>a img {
  width: 23px;
  margin-right: 7px;
}

.update-post hr {
  margin: 8px 0;
}
/* post status overlay*/
.update-post-overyly{
  z-index: 1;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: hsla(0, 0%, 60%, 0.42);
  visibility: hidden;
  z-index: 10000000000000;
}
.update-post-header{
  display: flex;
  border-bottom: 1px solid #f1f3f4;
  margin: 0 -15px;
  margin-bottom: 14px;
}

.update-post-header h4{
  flex: 1;
  text-align: center;
  margin-bottom: 10px;
}
.update-post-pop  .update-post{
  display: none;
}

.update-post-focus .update-post-pop .update-post-overyly{
  visibility: visible;
}
.update-post-focus .update-post-pop  .update-post{
  margin-top: -140px;
  position: relative;
  z-index: 1;
  display: block;
  z-index: 10000000000000;
  box-shadow: 0px 10px 10px -8px #a0a0a0;
}
.update-post-focus .update-post-pop  .update-post .update-post-media-input .uk-input {
  background-color: transparent;
  border-color: transparent;
  }

.update-post-focus  .main_sidebar {
    z-index: 0 !important;
    transition: none;
}
/* ---------------------------------- */
/* User status popup end
------------------------------------- */


/* button closec */
.likes-list-btn-close {
  z-index: 100;
  border-radius: 100%;
  background: #f1f3f4;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 18px;
  margin-top: -5px;
}

.likes-list-btn-close::before {
  font-family: "Feather-Icons";
  font-size: 20px;
  content: '\ea02';
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.likes-list-btn-close:hover {
  background-color: #d4d4d4;
  cursor: pointer;
}

.social-links-list {
    margin-top: 10px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.social-links-list li {
    padding-right: 2px;
}
.list-inline > li {
    display: inline-block;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.list-items .list-item-content h5 {
    margin-top: 10px;
}

.selectize-dropdown .optgroup-header {
    font-weight: 600;
    padding: 15px;
}
.timeline-list li.smallscreen-report {
    display: none;
}
.uk-grid > * {
    margin-bottom: 2px !important;
}
.pull-right {
    float: right !important;
}
label, .conrol-label {
    letter-spacing: 0.3px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-bottom: 6px;
    line-height: 15px;
}

.album-panel .label {
    font-size: 10px!important;
}
.label.label-info {
    background: #18A5D6;
}
.label {
    text-transform: uppercase;
    border-radius: 4px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.delete-album-btn{
	float: right;
}

.select-album{
	width:45% !important;
}

@media only screen and (max-width: 960px) and (min-width: 280px){
	.delete-album-btn{
		float: none;
		margin: 20px;
		text-align:center;
	}
	
	.select-album{
		width:65% !important;
	}
}

/* ---------------------------------- */
/* popup model style start
------------------------------------- */
.modal {
    z-index: 1072;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.show {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.fade.in .album-modal.modal-dialog, .modal.fade.in .modal-likes.modal-dialog {
    margin: 30px auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
@media (min-width: 576px)
{
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

@media (min-width: 768px)
{
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    margin-top: 170px;
}
@media (min-width: 768px)
{
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* ---------------------------------- */
/* popup model style start
------------------------------------- */

@media (min-width: 250px)and (max-width: 960px) {
    .btn-r{
        margin-left: -2%;
    }
}

.btn-set{
  margin-left: 22%;
  margin-top: -3%;
}

.m-right{
	margin-right: 73px;
}
.pading{
	padding-left: 13px;
	padding-top: 7px;
}
.msg-set{
	margin-left: 10px;
	margin-right: 3%;
	margin-top: 11px;
}
.uk-first-column{
	margin-top:20px;
}

.selectiz-main .selectize-input {
    height: auto !important;
    padding: 5px !important;
    background: none !important;
    min-width: 100% !important;
}

.pagination{
	display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
	justify-content: center;
}
.pagination > * {
    flex: none;
    padding-left: 12px;
    position: relative;
}
.pagination > * > * {
    display: block;
    transition: color 0.1s ease-in-out;
    line-height: 1.25;
    color: #77838f;
    background-color: #fff;
    border: 0 solid #77838f;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    font-weight: 600;
}
.pagination > .active > * {
    text-decoration: none;
    color: #ffffff;
    background-color: #1a73e8;
    border-color: #3e416d;
}
.edit-post-images img{
	width: 85px !important;
}

/****** Style Star Rating Widget *****/
.rating { 
  border: none;
  float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #ddd; 
 float: right; 
}

.product-like{
	cursor: pointer;	
}

.business-like{
	cursor: pointer;	
}
.business-card{
	width: 100%;
    background-position: bottom;
}
.business-card .group-catagroy-card-content h4{
	text-align:center;
	font-size: 15px !important;
}
.comment-reply-form{
	display:none;
}

.section-header-left>* {
    text-transform: none !important;
}
.grid-slider-header h3{
	text-transform: none !important;
}

.business-menu-right nav h3{
	padding:20px;
}
.dropdown-cart-content{
	display: block;
    width: 100%;
}
.dropdown-cart-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 15px;
}
.dropdown-cart-content ul li:last-child {
    border-bottom: 1px solid transparent;
}
.dropdown-cart-content ul li {
    border-bottom: 1px solid #f3f3f3;
    transition: 0.25s;
    margin-right: 0;
	margin-bottom: 5px;
    position: relative;
    border-radius: 7px;
}
.dropdown-cart-content ul li a {
    display: inline-flex !important;
    flex-wrap: wrap;
    color: #666 !important;
    position: relative;
    padding: 10px 9px;
}
.dropdown-cart-content .cart-avatar {
    height: 50px;
    width: 65px;
    max-width: 100px;
    display: inline-block;
    /*border-radius: 50%;*/
    overflow: visible;
    align-self: flex-start;
    position: relative;
}
.dropdown-cart-content .cart-avatar img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    /*border-radius: 50%;*/
}
.cart-text, .dropdown-cart-content .cart-text {
    padding-left: 6px;
    display: inline-block;
    line-height: 23px;
    font-size: 13.5px;
}
.cart-price-text, .dropdown-cart-content .cart-price-text {
    padding-left: 14px;
    font-weight: bold;
    padding-top: 20px;
    display: inline-block;
    line-height: 23px;
    font-size: 13.5px;
}
.product_img{
	width: 60px !important;
    height: 50px !important;
    margin-right: 10px !important;
}
.product_img img{
	border-radius: 0px !important;
}
.checkout-total-main{
	margin:20px;
	padding-bottom:10px;
}
.checkout-total-main #checkout_total_amount{
	float:right;
}
.checkout-products{
	margin-bottom: 0px !important;
    padding: 0px !important;
}
.checkout-products .dropdown-user-details{
	padding: 0px !important;
    border-radius: 0px !important;
}
.checkout-products .dropdown-user-details .dropdown-user-name{
	font-size:14px !important;
}
.title-logo{
	padding: 0px !important;
	margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.title-logo .list-item-media img{
	width: 70px !important;
    height: 60px !important;
}
.title-logo:hover {
    background: none !important;
    cursor: initial !important;
}
/*.see-all{
	position: relative;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #efefef;
    color: #fff;
    z-index: 1;
}*/

.notification-active{
	background-color: #f1f3f4 !important;
}

.chats-container-inner .message-content-inner {
	height: 350px;
	overflow-y: scroll;
    overflow-x: hidden;
	margin-bottom: 20px;
}

.chats-container-inner .message-content {
    border: 1px solid #f1f3f4;
}

.chats-container-inner .chats-inbox {
    border: 1px solid #f1f3f4;
	max-width: 330px !important;
}
.chats-container-inner{
	margin-top: 30px;
}

.message-reply {
    padding: 5px 15px !important;
}

.ms-options-wrap > .ms-options > ul label {
    font-size: 10px;
}

.ms-options-wrap > .ms-options > ul, .ms-options-wrap > .ms-options > ul > li.optgroup ul {
    column-count: 2 !important;
}

.selectize-control{
	height: auto !important;
}

.business-address-social i {
	color: #49b9f1 !important; 
	border: 1px solid #e4e2e2 !important; 
	border-radius: 50%; 
	padding: 3px;
}
.business-address-social span {
	font-size: 12px; 
	color: #058dd1; 
	margin-left: 5px;
}

.business-address-social .email-link i {
	margin-left: 7px;
}

.business-address-social .website-link i {
	margin-left: 12px;
}

.business-address-social .direction-link i {
	margin-left: 15px;
}

.lightbox__caption {
    position: relative !important;
    top: 30%;
    background: none !important; 
}

.lightbox__caption p {
    max-width: 25% !important;
}
.responsive-tab.style-3 ul, .responsive-tab.style-3 li, .responsive-tab.style-3 a{
	height:auto !important;
}

@media only screen and (max-width: 640px) and (min-width: 220px){
	.business-address-social .email-link i {
		margin-left: 7px;
	}
	
	.business-address-social .website-link i {
		margin-left: 7px;
	}
	
	.business-address-social .direction-link i {
		margin-left: 7px;
	}
	.lightbox__caption p {
		max-width: 70% !important;
	}
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }