body {
	background-color: #f7f7fa;
}

.stuck{
	position:fixed;
	z-index:11;
	width:100%;
	top:68px;
}


/*------------Header----------*/

.search-container .blog-search {
  width: 100%;
  position: relative
}

.blog-search form{
	display: flex !important;
}

.blog-search .blog-search-input {
  float: left;
  width: 320px;
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  color: #3e5561;
  padding-left: 12px;
  font-size: 16px;
  background: #eceef4;
}

.blog-search .blog-search-input:focus{
  color: #3e5561;
}

.blog-search .blog-search-button {
  width: auto;
  border: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  background: #ef1c74;
  font-size: 12px;
  padding: 12px 20px;
  display: inline-block;
  margin-left: 8px;
}

.blog-search .blog-search-button:hover {
	background: #cd0b5b;
}

.blog-button-container .blog-search-mb {
	width: 100vw;
	position: absolute;
	display: none;
	top:56px;
	left: 0;
	background: white;
	padding: 4px;
	z-index: 1000;
	font-size: 16px;
}

.blog-search-mb .blog-search-input {
	float: left;
	width: 100%;
	border: none;
	padding: 5px;
	height: 40px;
	color: #3e5561;
	padding-left: 36px;
	border: 1px solid #f7f7fa;
	margin-bottom: 4px;
	border-radius: 4px;
}

.blog-search-mb .blog-search-input:focus{
	color: #3e5561;
}

.blog-search-mb .blog-search-button {
	position: absolute;  
	right: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #f7f7fa;
	background: #f7f7fa;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 20px;
}

.blog-search-mb .search-icon {
	position: absolute;
	top: 10%;
	height: 28px;
}

.blog-search-mb .search-btn-mb {
	display: block;
	text-align: center;
	margin: 0 auto;
	background: #348aee;
	border: 0;
	padding: 12px 48px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
	margin-bottom: 4px;
	width: 100%;
}

.header .header-menu {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 12px;
}

.site-header {
	padding: 0 !important;
	height: 68px;
}

.site-header .container .header {
	display: inline-block;
	width: 60%;
	float: left;
	padding-top: 14px;
	height: 68px;
	padding-left: 80px;
	transition: 0.5s all;
	background: #fff;
}

.header-blog .logo-holder {
	vertical-align: middle;
}

.blog-logo-container{
	display: flex;
	align-items: center;
	vertical-align: middle;
	column-gap: 5px;
}

.header .header-search {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.blog-button-container .subscribe-share {
	color: #ef1c74;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	border: solid 1px #ffffff;
	text-align: center;
	width: 110px;
	height: 42px;
	vertical-align: middle;
	line-height: 34px;
	position: initial;
	right: 276px;
	top: 12px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	top: 50%;
	/* transform: translateY(-50%); */
}

.subscribe-dialog{
	border-radius: 8px !important;
}

.blog-button-container .search {
	background: none;
	/* position: absolute; */
	/* top: 6px;
	right: 70px;
	line-height: 45px;
	padding: 6px 16px; */
	color: white;
	border: 0;
	/* font-size: 1.4em; */
	cursor: pointer;
	outline: none;
	z-index: 12;
	padding: 0;
}

.header .logo {
	height: 34px;
	cursor: pointer;
}

.container .blog-button-container {
	display: inline-block;
	/* position: relative; */
	width: 40%;
	height: 68px;
	background: #fff;
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
    gap: 30px;
    justify-content: center;
}

.blog-button-container .user-holder {
	position: relative;
	padding: 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	outline: none;
	z-index: 1;
	font-size: 12px;
	border-radius: 4px;
}

.user .user-icon {
	height: 24px;
	width: 24px;
}

.user .coin-info {
	bottom: -10px !important;
	right: -10px !important;
}

.blog-button-container .user {
	background: #ef1c74;
	border: none;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 18px;
	padding-bottom: 10px;
	cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.user.logged-in {
	padding: 0;
}

.blog-button-container .user-menu {
	width: 100px;
	margin-top: 10px;
	padding: 16px 16px 16px 16px;
	box-shadow: 0 3px 6px 0 rgba(61, 85, 97, 0.5);
}

.profile-detail .hello {
	width: 100px;
	height: 16px;
	font-family: Roboto;
	font-size: 12px;
	line-height: 1.33;
	text-align: left;
	color: #333;
}

.profile-detail .user-name {
	width: 100px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: #333;  
}

.profile-detail .user-image-popover {
	position: absolute;
	top: -2px;
	right: 10px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.user-menu .logout {
	width: 100%;
	font-family: Roboto;
	padding: 4px 4px 4px 0;	
	color: #3e5561;
}

.user-menu .logout:hover {
	background: white;
}

.user-menu .detail-divider {
	width:100%;
	border:1px solid  #e5e5e5;
}

.blog-button-container .user-image {
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

.logged-in .desktop-balance {
	background: #E8E8E8;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 4px 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.view-bookmark .view-bookmarktext {
	display: none;
	width: 130px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 6px 4px;
	position: absolute;
	line-height: 1.4;
	z-index: 12;
	top: 120%;
	left: 50%;
	margin-left: -68px;
	font-size: 14px;
}

.view-bookmark .view-bookmarktext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}

.view-bookmark img {
	height: 24px;
	width: 24px;
}

.view-bookmark:hover .view-bookmarktext {
	display: block;
}

.blog-button-container .view-bookmark {
	position: initial;
	width: auto;
	top: 50%;
	right: 220px;
	border-radius: 50%;	
	cursor: pointer;
	/* transform: translateY(-50%); */
	padding: 8px 10px;
	transition: .5s background-color;
	z-index: 12;
}

.blog-button-container .view-bookmark:hover {
	background: rgba(0, 0, 0, 0.12);
}

.blog-button-container .hamburger-holder {
	background: none;
    position: initial;
    color: white;
    border: 0;
    padding: 0 4px;
    border-radius: 50%;
    transition: .5s background-color;
}

.blog-button-container .hamburger-holder:hover {
	background: rgba(0, 0, 0, 0.12);
}
  
.hamburger-holder .hamburger {
	background: none;
	position: relative;
	top: 0;
	right: 0;
	padding: 0;
	color: white;
	border: 0;
	font-size: 1.0em;
	cursor: pointer;
	outline: none;
	z-index: 1;
}

.hamburger img {
	width: 24px;
	height: 24px;
}

.header .menu {
  z-index: 1000000; 
  font-weight: bold; 
  font-size: 0.8em; 
  width: 150px; 
  background: #ffffff;  
  position: absolute;
  top: 56px;
  right: 5%; 
  text-align: center; 
  font-size: 12px;
  display: none;
  border: #dddddd 1px solid;
  border-radius: 8px;
}

.menu .header-menu {
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  list-style-image: none;
}

.header-menu li {
  display: block;   
  color: #666;
  padding: 15px 0 15px 0; 
  border-bottom: #dddddd 1px solid;
}

.header-menu li:hover {
  display: block;    
  background: #f1f1f1; 
  padding: 15px 0 15px 0; 
  border-bottom: #dddddd 1px solid;
}

.header .blog-menu {
  z-index: 1000000; 
  font-weight: bold; 
  font-size: 0.8em; 
  width: 150px; 
  background: #ffffff;  
  position: absolute;
  top: 56px;
  right: 5%; 
  text-align: center; 
  font-size: 12px;
  display: none;
  border: #dddddd 1px solid;
  border-radius: 8px;
}

.blog-menu .blog-header-menu {
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  list-style-image: none;
}

.blog-header-menu li {
  display: block;   
  color: #666;
  padding: 15px 0 15px 0; 
  border-bottom: #dddddd 1px solid;
}

.blog-header-menu li:hover {
  display: block;    
  background: #f1f1f1; 
  padding: 15px 0 15px 0; 
  border-bottom: #dddddd 1px solid;
}

.user-holder.login {
	right: auto;
}

@media (max-width: 800px) {
	.site-header {
		height: auto;
	}

	.site-header .container .header {
		display: block;
		width: auto;
		float: none;
		height: auto;
		padding: 0;
	}

	.header .logo {
		height: 26px;
		margin-top: 0;
	}

	.logged-in .coin-info {
		bottom: 0 !important
	}

	.container .blog-button-container {
		margin-right: 0;
		padding-left: 0;
		width: fit-content;
		gap: 20px;
		height: auto;
	}

	.blog-button-container .user {
		font-size: 12px;
		padding: 4px 12px;
		padding-bottom: 6px;
		line-height: initial;
		position: inherit;
	}

	.user.logged-in {
		padding: 0;
	}

	.blog-button-container .view-bookmark {
		padding: 0;
	}

	.blog-button-container .hamburger-holder {
		background: none;
		/* position: absolute; */
		/* top: 50%; */
		/* right: 2px; */
		color: white;
		border: 0;
	}
	
	.hamburger-holder .hamburger {
		background: none;
		position: relative;
		top: 0;
		right: 0;
		padding: 0;
		color: white;
		border: 0;
		font-size: 1.0em;
		cursor: pointer;
		outline: none;
		z-index: 1;
	}

	.view-bookmark:hover .view-bookmarktext {
		display: none
	}

	.blog-button-container .user-image {
		border-radius: 50%;
	}
}

/*------------Cover----------*/

.cover-image {
	width: 100%;
	max-height: 280px;
	height: 280px;
	display: block;
}

@media (max-width: 800px) {
	.cover-image {
		height: 200px;
		object-position: center;
		object-fit: cover;
	}
}

/*------------Main Navigation----------*/

.category-navigation {
	padding: 10px 0 0;
	text-align: center;
	margin: auto;
	background: white;
	overflow: auto;
	white-space: nowrap;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

.category-navigation.sticky-navigation {
	display: none;
	position: fixed;
	top: 68px;
	width: 100%;
	z-index: 2;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 12%);
}

.category-navigation a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.43;
	text-align: center;
	color: rgba(0, 0, 0, 0.54);
	border-bottom: solid 4px #fff;
	padding: 12px 24px;
	cursor: pointer;
	text-transform: uppercase;
}

.category-navigation a:hover {
	color: #ef1c74;
	font-weight: 500;
}

.category-navigation a.active {
	color: #ef1c74;
	border-bottom: solid 4px #ef1c74;
	font-weight: 500;
}

/*------------- Blog Heading ---------------------*/


.blogs-container .headings {
	padding-left: 12px;
	margin-bottom: 8px;
}

.headings .blog-heading {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	color: rgba(0,0,0,0.87);
}

.headings .blog-subheading {
	font-size: 16px;
	color: rgba(0,0,0,0.54);
	text-transform: capitalize;
}

@media(max-width:800px) {
	.headings .blog-heading {
		font-size: 20px;
	}
}

/*------------Blogs Container----------*/

.blogs-container {
	background-color: #f7f7fa;
	width: 90%;
	max-width: 1200px;
	margin: 12px auto;
	padding: 12px 0;
}

.blog-holder {
	padding: 12px;
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.blogs-container .blog {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
	max-width: 364px;
	margin: 0 auto;
}

.blogs-container .blog:hover {
	box-shadow: 1px 5px 8px 0 rgba(0, 0, 0, 0.12);
}

.blog-cover-holder {
	position: relative;
	height: 208px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.blog-holder .pin-holder {
	position: relative;
}

.pin-holder .pinit {
	position: absolute;
	display: block;
	top:4px;
	left:6px;
	opacity: 0.4;
	z-index: 1;
}

.pin-holder .pinit:hover {
	opacity: 1;
}

.pinit .pinit-text {
	width:30px;
}

.blog-cover-holder .blog-cover {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	transition: all .4s
}

.blog-cover-holder .blog-cover:hover {
	transform: scale(1.1);
}

.blog-cover-holder h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	text-align: left;
	color: #ffffff;
	position: absolute;
	left: 16px;
	top: 16px;
	border-radius: 20px;
	background-color: #f77072;
	padding: 4px 8px;
}


.blog .blog-details {
	position: relative;
}

.blog-details .category {
	position: absolute;
	left: 0px;
	top: -16px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.33;
	padding: 4px 8px;
	text-align: left;
  	background-color: #000000;
  	border-top-right-radius: 16px;
  	border-bottom-right-radius: 16px;
}

.blog-details .blog-title {
	color: rgba(0, 0, 0, 0.87);
	padding: 16px;
	padding-top: 22px;
	margin-bottom: 12px;
	font-size: 24px;
	height: 84px;
	overflow: hidden;	
	font-weight: 500;
	line-height: 1.33;
	padding-bottom: 0px;
}

.blog-details .blog-description {
	font-size: 16px;
	padding: 0 16px;
	line-height: 1.5;
	height: 72px;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.54);
}

.blog-description .read-more {
	color: #338aed;
}

.blog-details .tags {
	padding: 4px 16px;
	margin-top: 18px;
	height: 32px;
	overflow: hidden;
}

.tags .tag-holder {
	padding: 4px 6px;
	background: white;
	margin-right: 4px;
	margin-bottom: 8px;
}

.tag-holder .tag-name {
	color: rgba(0, 0, 0, 0.54);
}

.blog-details .date {
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: rgba(0, 0, 0, 0.54);
	padding: 16px;
	padding-top: 2px;
	display: inline-block;
}

.blog-details .share {
	position: absolute;
	right: 10px;
	bottom: 6px;
}

.blog-details .share-value {
	position: absolute;
	right: 48px;
	bottom: 16px;
	font-size: 14px;
	line-height: 1.43;
	color: rgba(0, 0, 0, 0.54);
}

.center {
	text-align: center;
}


@media (max-width: 800px) {
	.blogs-container {
		width: 100%
	}

	.blogs-container .blog-holder {
		width: 100%;
		padding: 4px 8px;
		margin: 4px 0;
	}

	.pin-holder .pinit {
		opacity: 1;
	}
}

/*------------Pagination---------------*/

.pagination {
	display: block;
	text-align: center;
	padding: 16px;
}

.pagination a {
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	float: none;
	padding: 0;
	border: none;
}

.pagination img {
	box-sizing: content-box;
	width: 100%;
}

.pagination .left-arrow {
	transform: rotate(180deg);
}

.pagination span {
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: rgba(0, 0, 0, 0.54);
	padding: 16px;
	vertical-align: 14px;
}

/*---------Trending Blogs---------*/

.trending-banner {
	height: 140px;
	background: #fff;
}

.trending-blog-slider {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.trending-banner .trending-text {
	color: #ff9800;
	padding: 10px 16px;
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
}

.trending-banner .close {
	position: absolute;
	right: 4px;
	top: 12px;
	width: 20px;
}

.trending-banner .content-holder {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.content-holder .slick-prev {
	left: -8px;
	z-index: 10;
}

.content-holder .slick-next {
	right: -8px;
	z-index: 10;
}

.trending-blog {
	display: inline-block;
	position: relative;
}

.trending-blog .blog-image-holder {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	margin: 4px 24px;
	margin-right: 16px;
}

.blog-image-holder .blog-image {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.trending-blog .trending-blog-content {
	width: 100%;
	vertical-align: top;
	padding-left: 112px;
}

.trending-blog-content .content-heading {
	font-size: 16px;
	height: 50px;
	line-height: 1.3;
	padding: 8px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.trending-blog-content .content-time {
	color: rgba(0, 0, 0, 0.54);
	padding: 8px;
	font-size: 14px;
}

/*----------blog Scroll----------*/

.scroll-top-btn {
	bottom: 148px;
	z-index: 20;
}

.best-offers-holder {
	bottom: 66px;
	z-index: 20;
}

/* Tooltip  */
.tooltip .tooltipText.login {
	left: -132% !important;
}

@media(max-width: 800px) {
	.tooltip .tooltipText.login {
		left: -168% !important;
	}

	.best-offers-holder.alcohol-blog {
		bottom: 116px;
	}

	.scroll-top-btn.alcohol-blog {
		bottom: 194px;
	}
}

.MuiDialog-container .subscribeDialog {
	background-image: url('http://static.magicpin.com/samara/static/images/blog/blog-subscribe-header.svg');
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 24px 16px;
	background-size: 100%;
	border-radius: 10px;
}

@media (max-width: 800px) {
	.MuiDialog-container .subscribeDialog {
		background-image: url('http://static.magicpin.com/samara/static/images/blog/blog-subscribe-header-mobile.svg');
	}
}