/* Cover */

.gridlove-cover,
.gridlove-cover-area {
  height: auto !important;
  min-height: 350px;
  margin-top: 0 !important;
}

.gridlove-cover-area {
  margin-bottom: 0 !important;
}

.gridlove-cover-bg .gridlove-cover::before,
.gridlove-cover-bg .gridlove-cover::after {
  display: none;
}

.gridlove-hidden-overlay {
  background: none;
  opacity: 1;
}

.gridlove-cover-area:hover .gridlove-hidden-overlay {
  opacity: 1;
}

.gridlove-cover-2 .gridlove-hidden-overlay {
  opacity: 1;
  background: none;
}

.gridlove-cover-2:hover .gridlove-hidden-overlay {
  background: none;
}

.gridlove-cover-area .gridlove-cover-bg .gridlove-cover {
  display: block;
  height: auto !important;
}

.gridlove-cover-area .gridlove-cover-bg {
  padding: 18px 40px 10px;
  background-color: #fff;
}

.gridlove-cover-area .gridlove-cover-bg img {
	width: 100%;
	max-width: 1200px;
	height: 500px;
  object-position: center bottom;
	object-fit: cover;

	background-color: #0f0f2b;
}

.gridlove-cover-content .overlay-vh-center {
  top: 0;
  transform: translate(-50%, 0);
}

.single-post .overlay-vh-center,
.single-post .overlay-vh-center .entry-header {
  width: calc(100vw - 100px) !important;
  max-width: 800px!important;
}

.single-post .overlay-vh-center .entry-header {
	padding-top: 60px !important;
}

.single-post .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gridlove-cover-content .entry-category {
	margin-bottom: 0 !important;
}

.gridlove-cover-content .entry-title {
  margin: 12px auto 15px !important;

  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
}

/* Content */

.single-post .entry-content__content {
	width: 100%;
  max-width: 720px;
  font-family: 'Lato', 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.46em;
  color: #444444;
}

.single-post .entry-content__content ul,
.single-post .entry-content__content ol {
  padding-left: 20px;
}

.single-post .entry-content__content .alignwide {
  width: unset !important;
}

.gridlove-site-content {
  margin-top: 0 !important;
  padding: 20px;
}

.gridlove-content {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 !important;
}

.single-post .custom-breadcrumbs_mobile {
	display: none;
}

.gridlove-box {
  box-shadow: none !important;
}

.box-inner-p-bigger { padding: 0 !important; }

.entry-content__wrap {
  display: flex;
  justify-content: center;
}

.gridlove-post-menu-col {
  width: 100%;
  max-width: 320px;
  align-self: stretch;
  flex-shrink: 0;
  margin-right: 30px;
}

.single-post-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}

.custom-quotes {
  border-left: 6px solid #4BAEE3;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 1.45em;
  font-family: 'Catamaran ExtraBold', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #2B2B2B;
}

/* Recent posts block */

.s-recent-posts {
	padding: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
}

.s-recent-posts__header {
	padding-bottom: 20px;
}

.s-recent-posts__title {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Catamaran', 'Roboto', 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4em;
	pointer-events: none;
}

.s-recent-posts__list {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.s-recent-posts__item:not(:last-child) {
	margin-bottom: 20px;
}

.s-recent-posts__item-container {
	display: flex;
	border: none !important;
}

.s-recent-posts__item-cover {
	flex-shrink: 0;
	width: 80px;
	height: 60px;
	margin-right: 20px;
}

.s-recent-posts__item-img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	object-position: center;
}

.s-recent-posts__item-title {
	margin-left: 0 !important;
	margin-bottom: 8px !important;
	padding-left: 0 !important;

	font-family: 'Lato', 'Roboto', sans-serif !important;
	font-size: 14px;
	font-weight: normal !important;
	line-height: 1.2em;

  /* Applying an ellipsis to multiline text */
  display: -webkit-box;
  max-width: 180px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-recent-posts__item-meta {
	line-height: 1.2em !important;
}

.s-recent-posts__item-views {
	margin-right: 20px;
}

.s-recent-posts__item-views,
.s-recent-posts__item-comments {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2em !important;
	color: #5E5E5E;
}

.s-recent-posts__item-views:before,
.s-recent-posts__item-comments:before {
	margin-right: 8px;
	font-family: 'FontAwesome';
}

.s-recent-posts__item-views:before {
	content: '\f06e';
}

.s-recent-posts__item-comments:before {
	content: '\f086';
}

.breadcrumbs {
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs span {
  display: flex;
  align-items: center;

  color: #6c6c6c;
  white-space: nowrap;
	text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6C6C6C !important;
  white-space: nowrap;
  text-decoration: none;

  border: none !important;
}

.breadcrumbs span i {
  padding: 0 11px;
  opacity: 0.5;
  font-size: 12px;
}

.breadcrumbs .breadcrumb_last {
	text-overflow: ellipsis;
  overflow: hidden;
}

/* Anchored headings and menu */

.anchored-heading__anchor {
	transform: translateY(-80px);
}

.custom-anchor {
	position: relative;
}

.custom-anchor__marker {
	position: absolute;
	top: -86px;
	transform: translateY(-100%);
}

.custom-anchor__link {
	display: none;
	width: 20px;
	height: 20px;

	position: relative;
	transform: translate(-100%, 100%);

	background-color: coral;
	border: 1px solid red;
	opacity: 0;

	cursor: pointer;
	transition: opacity .15s ease;
	z-index: 10;
}

.custom-anchor__link:hover {
	opacity: 1;
}

.custom-anchor:hover .custom-anchor__link {
	opacity: 1;
}

.anchors-menu {
  margin-bottom: 20px;
}

.anchors-menu__title {
	height: 38px;
	padding-left: 14px;
  padding-bottom: 8px;

  font-family: 'Catamaran ExtraBold', sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  line-height: 29px;
  color: #2B2B2B;

	background-color: #fff;
}

.anchors-menu__items {
	max-height: calc(100vh - 320px - 38px - 120px); /* view port height - recent posts - title - paddings */
	overflow-x: hidden;
	overflow-y: auto;
}

.anchors-menu__item {
  display: -webkit-box;
	width: 320px;
  max-height: 52px;
	padding: 0 14px;
  box-sizing: border-box;

  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #2B2B2B;
  text-overflow: ellipsis;

	/* Multiple lines with ellipsis */
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  border-radius: 2px;
	border-width: 7px 0 7px 0;
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
  transition: background .2s ease, color .2s ease;
}

.anchors-menu__item:hover {
  background: #E9F6FE;
}

.anchors-menu__item.active {
  background: #E9F6FE;
}

.widget_nav_menu .sub-menu {
	background: none;
}
.widget_nav_menu .sub-menu a {
	color: #5e5e5e;
	/* margin-left: 10px !important; */
}

/* Content settings */

.gridlove-content .wp-block-image {
	max-width: 100%;
}

.gridlove-content .wp-block-quote::before {
	font-family: 'serif';
}

.single-post .gridlove-content .wp-block-image img {
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

.single-post .gridlove-content .wp-block-table {
	display: block;
}

.single-post .gridlove-content .wp-block-code {
	word-break: unset;
	border-radius: 2px;
	overflow-x: auto;
}

.single-post .gridlove-content .wp-block-code code {
	font-size: 16px;
	line-height: 1.5em;
	white-space: pre;
}

/* Footer banner (start now) */

.post-footer-banner {
  box-sizing: border-box;
	margin: 30px 0;
  padding: 50px 20px;

  background: rgba(32, 168, 241, 0.1);

  border: 1px solid rgba(75, 174, 227, 0.32);
  border-radius: 8px;
}
.post-footer-banner__text {
	font-family: 'Catamaran Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 21px;
  text-align: center;
  line-height: 1;
}
.post-footer-banner__text span {
	color: #ea2526;
}

.post-footer-banner__button-warp {
	text-align: center;
}

.post-footer-banner__button {
  display: inline-block;
  width: 220px;
  box-sizing: border-box;
  
  font-family: 'Catamaran ExtraBold', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
  text-transform: uppercase;
  
	background-color: #1491D4;
  border: 1px solid #27A5E9;
  border-radius: 6px;

  transition: background .2s ease;
}

.post-footer-banner__button:hover {
  color: #FFFFFF;
  background-color: #68CBFF;
}

.post-footer-banner__button:active {
  background-color: #0D73B4;
}

/* Share post */

.share-post {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	transform: translateY(-10px);
}

.share-post__toggler {
	height: 32px;
	margin-right: 12px;
	padding-left: 0;
	padding-right: 30px;

	position: relative;

	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #444;

	background-color: rgba(255, 255, 255, 0);
	border: none;

	cursor: pointer;
	transition: color .15s ease, opacity .15s ease;
}

.share-post__toggler svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.share-post__toggler svg path {
	transition: fill .15s ease;
}

.share-post__toggler:hover {
	color: #0D73B4;
}

.share-post__toggler:hover svg path {
	fill: #0D73B4;
}

.share-post.active .share-post__toggler {
	opacity: .5;
}

.share-post.active .share-post__toggler:hover {
	color: #444;
}

.share-post.active .share-post__toggler:hover svg path {
	fill: #444;
}

.share-post__links {
	pointer-events: none;
	transform: translateX(-10px);
	opacity: 0;
	transition: opacity .15s ease, transform .15s ease;
}

.share-post.active .share-post__links {
	pointer-events: unset;
	transform: translateX(0);
	opacity: 1;
}

.share-post__links .meks_ess {
	margin: 0 !important;
	top: 0 !important;
}

.share-post__links .meks_ess-item {
	display: block;
	min-width: unset !important;
	width: 32px !important;
	height: 32px !important;
	margin-top: 0 !important;
	position: relative;

	line-height: 32px;

	border-radius: 50%;
}

body .share-post__links .meks_ess .meks_ess-item { margin-top: 0 !important; }

.share-post__links .meks_ess-item:not(:last-child) {
	margin-right: 5px;
}

.share-post__links .meks_ess-item::before {
	display: block;
	width: 100%;
	height: inherit;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -4px);
}

/* Author info */

.single .single-post .entry-content__content .m-a-box {
  display: none !important;
}

.single .single-post .entry-content__content .author-info {
  display: block !important;
}

.author-info {
	margin-top: 20px;
	padding-left: 70px;
	position: relative;

	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #444;
}

.author-info__avatar {
	width: 60px;
	height: 60px;

	position: absolute;
	left: 0;
	top: 0;

	border-radius: 50%;
	overflow: hidden;
}

.author-info__avatar img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	object-position: center;
}

.author-info__bio {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
}

.author-info__name {
	margin-bottom: 5px;

	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}

.author-info__position {
	margin-bottom: 10px;

	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: rgba(68, 68, 68, .7);
}

.author-info__about {
	margin-bottom: 10px;

	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.author-info__resources {
	display: flex;
	align-items: center;
}

.author-info__view-all {
	margin-right: 10px;
	padding: 6px 11px;

	font-family: 'Catamaran', sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

	background-color: #4BAEE3;
	border: 1px solid #27A5E9;
	border-radius: 6px;
	transition: background .15s ease, border .15s ease;
}

.author-info__view-all:hover {
	color: #fff;
	background-color: #68CBFF;
	border: 1px solid #27A5E9;
}

.author-info__view-all:active {
	color: #fff;
	background-color: #0D73B4;
	border: 1px solid #27A5E9;
}

.author-info__social {
	width: 32px;
	height: 32px;

	text-indent: -999px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	border: none;
	border-radius: 50%;
	overflow: hidden;
}

.author-info__social_personal-site {
	background-color: #BDE8FF;
	background-image: url(../../img/custom/svg/share-blue.svg);
}

.author-info__social_linkedin {
	background-color: #0077b7;
	background-image: url(../../img/custom/svg/linkedin.svg);
}

.author-info__social_fb {
	background-color: #39539D;
	background-image: url(../../img/custom/svg/facebook.svg);
  background-size: 8px;
}

.author-info__social_tw {
	background-color: #3DA9F5;
	background-image: url(../../img/custom/svg/twitter.svg);
}

.author-info__social_yt {
	background-color: #FF0000;
	background-image: url(../../img/custom/svg/youtube.svg);
  background-position: calc(50% + 1px) center;
  background-size: 12px;
}

.author-info__social:not(:last-child) {
	margin-right: 5px;
}

/* Post rating */

.post-rating {
	margin-top: 50px !important;
	padding: 30px 0;

	border: 1px solid rgba(68, 68, 68, 0.2);
	border-radius: 8px;
}

.post-rating__title {
	font-family: 'Catamaran', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}

.post-rating__counter {
	margin-top: 4px !important;

	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	text-align: center;
}

.post-rating__rates {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
	margin-top: 20px !important;
	text-align: center;
}

.post-rating__rate {
	display: inline-block;
	margin-top: 0 !important;
	padding: 5px 16px 5px 50px;

	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	text-align: center;

	background-color: #fff;
	background-position: 16px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;

	border: 1px solid #E4E6EC;
	border-radius: 4px;

	user-select: none;
	cursor: pointer !important;
	transition: background-color .15s ease;
}

.post-rating__rate:not(:first-child) {
	margin-right: 10px !important;
}

.post-rating__rate:not(.active):hover {
	background-color: rgba(0, 0, 0, .02);
}

.post-rating__rate:nth-child(1) {
	background-image: url(../../img/custom/svg/rating-icon-awful.svg);
}

.post-rating__rate:nth-child(2) {
	background-image: url(../../img/custom/svg/rating-icon-average.svg);
}

.post-rating__rate:nth-child(3) {
	background-image: url(../../img/custom/svg/rating-icon-great.svg);
}

.post-rating__rate.active {
	background-color: rgba(32, 168, 241, 0.1);
	border: 1px solid rgba(75, 174, 227, 0.32);
}

/* Comments (gridlove) */

.gridlove-comments {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 27px 20px;
	box-shadow: 0 0px 5px 0 rgba(0, 1, 1, .15);
}

.gridlove-comments .comment-respond {
	scroll-margin-top: 80px;
}

.gridlove-comments .comment-form {
	position: relative;
	padding-top: 16px;
}

.gridlove-comments .logged-in-as {
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #5e5e5e;
}

.gridlove-comments .comment-content,
.gridlove-comments .reply {
	margin-left: 0;
}

.gridlove-comments .comment-author::before,
.gridlove-comments .comment-author img {
	display: none;
}

.gridlove-comments .comment-form-comment label {
	display: none;
}

.gridlove-comments .comment-form-comment textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-radius: 8px;
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.1);
	resize: none;
	transition: box-shadow .2s ease-in-out;
}

.gridlove-comments .comment-form-comment textarea:hover,
.gridlove-comments .comment-form-comment textarea:focus {
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0);
}

.gridlove-comments .comment-form-comment textarea::placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	color: #5e5e5e;
}

.gridlove-comments .comment-form-author,
.gridlove-comments .comment-form-email {
	width: 50%;
}

.gridlove-comments .comment-form-email {
	padding-right: 0;
}

.gridlove-comments .comment-form-author label,
.gridlove-comments .comment-form-email label,
.gridlove-comments .comment-form-url label {
	display: none;
}

.gridlove-comments .comment-form-author input,
.gridlove-comments .comment-form-email input,
.gridlove-comments .comment-form-url input {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;

	border: 1px solid #cccccc;
	border-radius: 4px;
}

.gridlove-comments .comment-form-author input::placeholder,
.gridlove-comments .comment-form-email input::placeholder,
.gridlove-comments .comment-form-url input::placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	color: #5e5e5e;
}

.gridlove-comments .comment-form-cookies-consent label {
	display: inline;
}

.gridlove-comments .sgr-main {
	width: 310px;
}

.gridlove-comments .form-submit {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 30px;
}

.gridlove-comments .form-submit input.submit {
	margin-left: auto;
	line-height: 0.8em;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	background-color: #1491d4;
	border: 1px solid #27A5E9;
	box-shadow: none !important;
}

.gridlove-comments .form-submit input.submit:hover {
	background-color: #68CBFF;
}

.gridlove-comments .form-submit input.submit:active {
	background-color: #0D73B4;
}

.gridlove-comments .form-submit input.submit:disabled {
	background-color: #5ba8d2;
	filter: grayscale(1);
}

.gridlove-comments ul.comment-list {
	padding-left: 0 !important;
}

.gridlove-comments .comment-list .children {
	margin-left: 30px;
	padding-left: 0 !important;
}

.gridlove-comments .cancel-button {
	display: none;
	position: absolute;
	right: 8px;
	top: 16px !important;

	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009cff;

	background-color: transparent;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.gridlove-comments .logged-in-as ~ .cancel-button {
	top: 4px !important;
}

.gridlove-comments .cancel-button:hover {
	color: #0D73B4;
}

.gridlove-comments .cancel-button.visible {
	display: block;
}

.gridlove-comments .logged-in-as ~ .cancel-button {
	top: 28px;
}

.gridlove-comments .form-heading {
	display: none;
	margin-top: 0;
	margin-bottom: 10px;

	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.gridlove-comments .form-heading.visible {
	display: block;
}

.gridlove-comments .form-submit .submit {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700 !important;
	border-radius: 6px !important;
	box-shadow: 1px 1px 8px 0 #bbb !important;
}

.gridlove-comments .form-submit .submit:hover {
	box-shadow: 1px 1px 8px 0 rgba(255, 255, 255, 0) !important;
}

.gridlove-comments .comments-count {
	margin-top: 30px;
	padding: 5px 0;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.17em;
	color: #5e5e5e;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.gridlove-comments .comments-count::before {
	content: '';
	display: block;
	width: 75px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #0095FF;
}

.gridlove-comments .comment {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #5e5e5e;
}

.gridlove-comments .comment .fn {
	color: #009CFF;
}

.gridlove-comments .comment-metadata * {
	font-size: 11px;
	font-weight: normal;
	color: #999999 !important;
	text-decoration: none !important;
	border: none;
	transition: none;
}

.gridlove-comments .comment-metadata *:hover {
	border: none;
}

.gridlove-comments .comment-content {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #777777;
	padding: 0 0 8px 0;
	word-break: break-word;
}

.gridlove-comments .comment .comment-reply-link {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.gridlove-comments .comment .comment-reply-link:hover {
	border-bottom: 1px solid transparent;
}

.gridlove-comments .comment .comment-reply-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
	float: none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #777;
}

.gridlove-comments .comment .comment-reply-title a {
	margin-left: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.comments-message {
	max-width: calc(100vw - 40px);
	padding: 8px 15px;
	position: fixed;
	right: 20px;
	top: 17px;
	transform: translateX(8px);
	z-index: 100000;

	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #fff;

	background-color: #29c06d;
	border-radius: 6px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2);
	opacity: 0;

	pointer-events: none;
	user-select: none;
	visibility: hidden;
	transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}

.comments-message.visible {
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
}

.comments-message.hidden {
	visibility: visible;
	transform: translateX(8px);
	opacity: 0;
}

.comments-message.negative {
	background-color: #d32f2f;
}

/* Comments (wpdiscuz) */

.comments-area {
	margin: 0 !important;
	margin-top: 30px !important;
	padding: 0 27px 20px;
	box-shadow: 0 0px 5px 0 rgba(0,1,1,.15);
}

#wpdcom {
	margin: 0 !important;
}

#wpdcom .wpd-field-comment .wpd-avatar {
	display: none;
}

#wpdcom .ql-container {
	border: 1px solid #DEDEDE !important;
	border-radius: 5px !important;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15) !important;
}

#wpdcom .ql-editor::before {
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 18px !important;
	color: #5E5E5E !important;
}

#wpdcom .wpd-field::placeholder {
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 18px !important;
	color: #5E5E5E !important;
}

#wpdcom .ql-editor {
	height: 130px !important;
}

#wpdcom .wpd-field {
	height: 130px !important;
	min-height: unset !important;

	font-family: 'Roboto', sans-serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 18px !important;
	color: #5E5E5E !important;
}

#wpdcom .wpd-editor-char-counter {
	display: none;
}

#wpdcom .wpd-textarea-wrap {
	flex-basis: unset !important;
	width: 100% !important;
}

/* Related posts */

.single-post .gridlove-related .row div:nth-child(1),
.single-post .gridlove-related .row div:nth-child(3) {
	padding-left: 0 !important;
}

.single-post .gridlove-related .row div:nth-child(2),
.single-post .gridlove-related .row div:nth-child(4) {
	padding-right: 0 !important;
}

/* Media */

@media screen and (max-width: 1160px) {

  .gridlove-cover-area {
    margin-top: 70px !important;
  }

  .gridlove-cover-area .gridlove-cover-bg {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

	.single-post .overlay-vh-center .entry-header {
		padding-top: 42px !important;
	}

  .single-post .entry-content__content {
    max-width: calc(100vw - 40px - 320px - 30px); /* viewport - paddings - sidebar - sidebar margin */
  }

}

@media screen and (max-width: 1023px) {

  .custom-quotes {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 20px;
	}

}

@media screen and (max-width: 991px) {

	.single-post .gridlove-cover-single .entry-title {
		font-size: 32px;
	}

	.single-post-wrapper {
		flex-direction: column;
	}

	.single-post-sidebar {
		position: relative;
		top: unset;
	}

	.single-post .custom-breadcrumbs_main {
		display: none;
	}

	.single-post .custom-breadcrumbs_mobile {
		display: flex;
    padding: 0 15px;
	}

	.single-post .gridlove-post-menu-col {
		max-width: unset;
	}

	.single-post-sidebar__recent-posts {
		display: none;
	}

	.anchors-menu {
		margin-bottom: 20px;
	}

	.anchors-menu__item {
		width: 100%;
	}

	.anchors-menu__title {
		width: calc(100% - 28px);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		position: relative;

		border-bottom: 1px solid;
    border-image: linear-gradient(to right, #0095FF 75px, #ccc 75px, #ccc) 1;
		/* border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20px, #0095FF 20px, #0095FF 75px, #ccc 75px, #ccc) 1; */

		cursor: pointer;
		user-select: none;
	}

	.anchors-menu__title::before {
		content: '';
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);

    background-image: url(../../img/custom/svg/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .15s ease;
	}

	.anchors-menu__title_active::before {
		transform: translateY(-50%) rotate(0);
	}

	.anchors-menu__items {
		height: 100%;
		max-height: 50vh;
		margin-top: 24px;
		margin-bottom: 24px;
		transition: max-height 200ms ease, margin-top 200ms ease, margin-bottom 200ms ease;
	}

	.anchors-menu__items_hidden {
		max-height: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.single-post .entry-content__content {
		width: 100%;
		max-width: unset;
		padding: 0 14px;
	}

	.single-post-sidebar__recent-posts {
		display: none;
	}

	.singe-post .entry-content__content {
		width: 100%;
	}

  .author-info {
		padding-left: 0;
	}

	.author-info__about {
		min-height: 60px;
		margin-bottom: 20px;
		padding-left: 70px;
		position: relative;
	}

	.author-info__bio {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 579px) {

	.single-post .gridlove-cover-single {
		margin-top: 50px !important;
	}

	.single-post .gridlove-post-menu-col {
		top: 50px;
	}

	.single-post .gridlove-cover-single .entry-title {
		font-size: 28px;
	}

	.single-post .entry-content__content {
		padding: 0 !important;
		font-size: 16px;
	}

	.single-post .custom-breadcrumbs_mobile {
		display: none;
	}

	.anchors-menu {
		margin: 0 -20px 20px;
	}

	.anchors-menu__title {
		width: calc(100% - 40px);
		padding-left: 0;
	}

	.anchors-menu__item {
		padding: 0 20px;
	}

	.single-post .gridlove-related .row div:nth-child(1),
	.single-post .gridlove-related .row div:nth-child(3) {
		padding-right: 0 !important;
	}

	.single-post .gridlove-related .row div:nth-child(2),
	.single-post .gridlove-related .row div:nth-child(4) {
		padding-left: 0 !important;
	}

	.single-post .gridlove-related .row div.box-inner-p {
		padding: 30px !important;
	}

	.single-post .gridlove-content .wp-block-code code {
		font-size: 14px;
	}

	.gridlove-comments .comment-form-author,
	.gridlove-comments .comment-form-email {
		width: 100%;
	}

}

@media screen and (max-width: 526px) {

	.gridlove-comments .form-submit {
		flex-direction: column;
		align-items: flex-start;
	}

	.gridlove-comments .comments-captcha {
		margin-bottom: 15px;
	}

	.gridlove-comments .form-submit input.submit {
		margin-left: 0;
	}

}

@media screen and (max-width: 480px) {

  .single-post .entry-content__content {
		padding: 0 24px;
	}

	.anchors-menu__item {
		padding: 0 20px;
	}

	#comments.comments-area {
		padding: 20px 24px !important;
	}

	.gridlove-cover,
	.gridlove-cover-area {
		min-height: unset !important;
	}

	.gridlove-cover-area .gridlove-cover-bg img {
		height: 285px;
	}

	.single-post .overlay-vh-center .entry-header {
		width: 100% !important;
		padding: 0 20px;
	}

	.gridlove-cover-area .gridlove-cover-bg {
		padding-bottom: 60px;
	}

	.single-post .overlay-vh-center {
		width: 100% !important;
		max-width: 100%;
		height: 100%;
	}

	.single-post .gridlove-cover-single .entry-title {
		font-size: 24px;
	}

	.gridlove-cover-content.gridlove-cover-reset .entry-meta {
		position: absolute;
		left: 50%;
    bottom: 6px;
		transform: translateX(-50%);
	}

	.gridlove-cover-content.gridlove-cover-reset .entry-meta .meta-item,
	.gridlove-cover-content.gridlove-cover-reset .entry-meta .meta-item span,
	.gridlove-cover-content.gridlove-cover-reset .entry-meta .meta-item a {
		font-size: 14px;
		font-weight: 500;
		line-height: 16px;
		color: #6c6c6c !important;
	}

	.gridlove-cover-content .entry-meta {
		display: flex;
		flex-wrap: wrap;
		width: 100vw;
	}

	.gridlove-cover-content .entry-meta .meta-item {
		display: block;
		text-align: left;
	}

	.gridlove-cover-content .entry-meta .meta-date {
		min-width: 180px;
		margin-bottom: 10px;
		order: 1;
	}

	.gridlove-cover-content .entry-meta .meta-views {
		margin-bottom: 10px;
		order: 2;
	}

	.gridlove-cover-content .entry-meta .meta-comments {
		min-width: 180px;
		order: 3;
	}

	.gridlove-cover-content .entry-meta .meta-rtime {
		order: 4;
	}

}

@media screen and (max-width: 450px) {

	.post-rating__title {
		max-width: 250px;
		margin: 0 auto !important;
	}

	.post-rating__rate {
		padding: 5px 6px 5px 40px;
		background-position: 10px center;
	}

	.post-rating__rate:not(:first-child) {
		margin-right: 6px !important;
	}

}
