/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	common styles
====================================================*/
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #505050;
  line-height: 1.75em;
  background: #ebebeb;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #303030;
}
h1,
.h1 {
  font-size: 3em;
}
h2,
.h2 {
  font-size: 2.5em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.75em;
}
a {
  color: #00ada7;
  outline: none;
}
a:hover {
  color: #00ada7;
}
a:active,
a:focus,
a img {
  outline: none;
}
.btn {
  padding: 7px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-default,
.btn-default:active,
.btn-default:focus {
  border: 1px solid #00ada7;
  background: #00ada7;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default:hover {
  border: 1px solid #303030;
  background: #303030;
  color: #ffffff;
}
.btn-default:focus {
  outline: none;
}
.btn-default[disabled] {
  border: 1px solid #303030;
  background: #303030;
  color: #ffffff;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.loading .btn,
.loading button,
.loading input[type='submit'] {
  position: relative;
  padding-left: 2.5rem;
}
.loading .btn:after,
.loading button:after,
.loading input[type='submit']:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  animation: loading 0.6s linear infinite;
}
.btn.loading,
button.loading,
input[type='submit'].loading {
  position: relative;
  padding-left: 2.5rem;
}
.btn.loading:after,
button.loading:after,
input[type='submit'].loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  animation: loading 0.6s linear infinite;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"] {
  min-height: 40px;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"],
textarea {
  padding: 7px 14px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #00ada7;
  outline: none;
}
.form-control,
.form-control:focus {
  box-shadow: none;
}
blockquote {
  border-left: 4px solid #00ada7;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
}
pre {
  padding: 0;
  background: none;
  border: none;
}
iframe {
  border: none;
}
figure {
  margin-bottom: 16px;
}
figcaption {
  text-align: center;
  font-size: 14px;
}
::-moz-selection {
  color: #ffffff;
  background: #00ada7;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #00ada7;
  text-shadow: none;
}
/*====================================================
	header
====================================================*/
.main-header {
  text-align: center;
  padding: 42px 0;
  background: #ffffff;
}
.main-header .branding {
  font-size: 3.5em;
  font-family: 'Roboto Slab', serif;
  color: #303030;
}
.main-header .branding:hover {
  text-decoration: none;
}
.main-header .branding img {
  max-width: 100%;
}
.navbar-header {
  text-align: center;
}
.navbar-header i {
  height: 56px;
  line-height: 56px;
  font-size: 2em;
  cursor: pointer;
  margin: 0 8px;
}
.navbar-collapse {
  position: relative;
}
.main-navigation {
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  margin-bottom: 35px;
}
.main-navigation .menu {
  padding: 0;
  margin: 0 24px;
}
.main-navigation .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation .menu li a {
  color: #505050;
  line-height: 4em;
  display: block;
  padding: 0 21px;
  font-family: 'Roboto Slab', serif;
}
.main-navigation .menu li:hover > a {
  color: #00ada7;
  text-decoration: none;
}
.main-navigation .menu li.nav-current a {
  color: #00ada7;
}
.main-navigation .menu li ul {
  visibility: hidden;
  background: #ffffff;
  text-align: left;
  padding: 7px 0px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  z-index: 999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation .menu li ul li {
  display: block;
  margin: 0;
}
.main-navigation .menu li ul li a {
  line-height: 2.5em;
  color: #505050;
}
.main-navigation .menu li ul:hover > a {
  color: #00ada7;
}
.main-navigation .menu li:hover ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
  top: 100%;
}
.main-navigation .menu li.menu-btn a {
  display: inline;
  padding: 6px 12px;
  color: #ffffff;
  background-color: #00ada7;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-navigation .menu li.menu-btn a:hover {
  background-color: #303030;
}
.desktop-search-toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  cursor: pointer;
}
.desktop-search-toggle:hover {
  color: #00ada7;
}
/*====================================================
	main post area
====================================================*/
.content-wrap {
  flex-grow: 1;
}
.post {
  padding: 35px;
  background: #ffffff;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.post .featured {
  position: absolute;
  background: #00ada7;
  color: #ffffff;
  text-align: center;
  top: -12px;
  right: -32px;
  width: 80px;
  height: 40px;
  line-height: 54px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post .featured i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post .post-head {
  text-align: center;
}
.post .post-head .post-title {
  margin: 0;
  line-height: 1em;
}
.post .post-head .post-title a {
  color: #303030;
}
.post .post-head .post-title a:hover,
.post .post-head .post-title a:focus {
  text-decoration: none;
}
.post .post-head .post-meta {
  font-style: italic;
  color: #959595;
  margin: 14px 0 0px;
}
.post .post-head .post-meta span {
  margin: 0px 7px;
  white-space: nowrap;
}
.post .featured-media {
  margin-top: 30px;
  overflow: hidden;
}
.post .featured-media img {
  width: 100%;
}
.post .post-content {
  margin: 30px 0;
}
.post .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.post .post-content .kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.post .post-content .kg-width-wide,
.post .post-content .kg-width-full {
  margin-left: -35px;
  margin-right: -35px;
}
.post .post-content .kg-gallery-card {
  margin-top: 28px;
  margin-bottom: 28px;
}
.post .post-content .kg-gallery-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
.post .post-content .kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.post .post-content .kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.post .post-content .kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}
.post .post-content .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}
.post .post-content .kg-bookmark-card {
  margin-bottom: 2rem;
}
.post .post-content .kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  color: var(--text-body);
  text-decoration: none;
  background: transparent;
  border: 2px solid #ebebeb;
  padding: 8px;
  transition: border-color 0.25s;
}
.post .post-content .kg-bookmark-container:hover {
  border-color: #00ada7;
}
.post .post-content .kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 8px 16px 8px 8px;
}
.post .post-content .kg-bookmark-title {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5em;
  line-height: 1.3;
}
.post .post-content .kg-bookmark-description {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post .post-content .kg-bookmark-description,
.post .post-content .kg-bookmark-metadata {
  margin-top: 16px;
}
.post .post-content .kg-bookmark-metadata {
  display: flex;
  align-items: center;
}
.post .post-content .kg-bookmark-icon {
  margin-bottom: 0;
}
.post .post-content .kg-bookmark-thumbnail {
  flex-basis: 15rem;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.post .post-content .kg-bookmark-thumbnail img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post .post-content .kg-bookmark-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: bottom;
}
.post .post-content .kg-bookmark-author,
.post .post-content .kg-bookmark-publisher {
  font-size: 0.875rem;
}
.post .post-content .kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}
.post .post-footer {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  padding: 21px 0 0;
}
.post .post-footer .tag-list {
  color: #959595;
  font-style: italic;
  line-height: 28px;
}
.post .post-footer .tag-list a {
  color: #959595;
  margin-left: 7px;
}
.post .post-footer .tag-list a:hover {
  color: #00ada7;
}
.post .post-footer .share .share-icons {
  padding: 0;
  margin: 0;
}
.post .post-footer .share .share-icons li {
  list-style: none;
  display: inline-block;
}
.post .post-footer .share .share-icons li a {
  color: #959595;
  text-align: center;
}
.post .post-footer .share .share-icons li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
}
.post .post-footer .share .share-icons li a:hover i {
  color: #ffffff;
  background: #00ada7;
  border: 1px solid #00ada7;
}
.excerpt {
  position: relative;
}
.excerpt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 30%, #ffffff 100%);
}
.no-access-message {
  font-size: 1.25rem;
  margin: 32px 0;
  padding: 24px;
  line-height: 1.8;
  border-radius: 2px;
  border: 1px solid #ebebeb;
}
.post-upgrade-cta-box {
  background: #00ada7;
  padding: 32px;
  color: #ffffff;
  margin: 24px 0px 64px 0px;
}
.post-upgrade-cta-box .cta-title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 32px;
}
.post-upgrade-cta-box .btn-cta {
  background: #ffffff;
  color: #303030;
  border-color: #ffffff;
}
.post-upgrade-cta-box .btn-cta:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #00ada7;
}
.post-upgrade-cta-box .sign-in-cta {
  margin-top: 24px;
}
.post-upgrade-cta-box .sign-in-cta a {
  color: #ffffff;
}
/*====================================================
	pagination
====================================================*/
.pagination {
  margin: 0 0 35px;
  text-align: center;
  display: block;
}
.pagination a {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background: #00ada7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.pagination a:hover {
  background: #505050;
  text-decoration: none;
  color: #ffffff;
}
.pagination .page-number {
  background: #00ada7;
  color: #ffffff;
  margin: 0 3px;
  display: inline-block;
  line-height: 36px;
  padding: 0 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*====================================================
	about author and comment and next-prev link
====================================================*/
.about-author {
  background: #ffffff;
  padding: 35px;
  margin-bottom: 35px;
}
.about-author .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-author .details {
  margin-left: 114px;
}
.about-author .author {
  font-size: 1.5em;
  margin-bottom: 7px;
}
.about-author .author a:hover {
  text-decoration: none;
}
.about-author .meta-info {
  font-style: italic;
  color: #959595;
  margin-bottom: 7px;
}
.about-author .meta-info span {
  margin-right: 14px;
  white-space: nowrap;
}
.about-author .meta-info span i {
  margin-right: 7px;
}
.comment-wrap {
  background: #ffffff;
  padding: 35px;
  margin-bottom: 35px;
}
.prev-next-wrap {
  margin-bottom: 35px;
  text-align: center;
}
.prev-next-wrap a {
  margin-bottom: 7px;
}
/*====================================================
	sidebar
====================================================*/
.sidebar .widget {
  background: #ffffff;
  padding: 21px 30px;
}
.main-footer .widget {
  padding: 0px 30px;
}
.widget {
  margin-bottom: 35px;
}
.widget .title {
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 21px;
  position: relative;
}
.widget .title:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #00ada7;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.widget .social {
  padding: 0;
  margin: 0;
}
.widget .social li {
  display: inline-block;
  margin: 0 2px 5px 0;
  text-align: center;
}
.widget .social li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ebebeb;
  color: #959595;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .social li a:hover i {
  color: #ffffff;
  background: #00ada7;
  border: 1px solid #00ada7;
}
.widget .tag-cloud a {
  border: 1px solid #ebebeb;
  padding: 2px 7px;
  color: #959595;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 7px 7px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget .tag-cloud a:hover {
  color: #ffffff;
  background: #00ada7;
  border: 1px solid #00ada7;
  text-decoration: none;
}
.widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.widget .recent-post .recent-single-post .post-title {
  color: #505050;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget .recent-post .recent-single-post .post-title:hover {
  color: #00ada7;
  text-decoration: none;
}
.widget .recent-post .recent-single-post .date {
  font-style: italic;
  color: #959595;
}
.widget .recent-post .recent-single-post:last-child {
  margin-bottom: 0;
}
.widget .newsletter .input-group {
  margin-bottom: 10px;
  display: block;
}
.widget .newsletter .input-group .email {
  width: 100%;
}
.widget .newsletter .input-group .btn {
  width: 100%;
}
.widget .ad {
  text-align: center;
}
.widget .ad img {
  max-width: 100%;
}
.widget .flkr-widget {
  list-style: none;
  padding-left: 0;
}
.widget .flkr-widget li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.widget .flkr-widget li a img {
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .flkr-widget li a img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=(80));
}
.widget .insta-feed-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.widget .insta-feed-wrap .insta-item {
  flex: 1 1 33%;
}
.widget .insta-feed-wrap .insta-item img {
  width: 100%;
  border: 2px solid #ffffff;
}
/*====================================================
	Tag page & author page cover
====================================================*/
.cover {
  text-align: center;
  background: #ffffff;
  padding: 35px;
  margin-bottom: 35px;
}
.cover .tag-name {
  margin-top: 0;
}
.cover .post-count {
  margin-top: 7px;
  color: #959595;
  font-style: italic;
}
.cover .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cover .meta-info {
  color: #959595;
  font-style: italic;
}
.cover .meta-info span {
  margin: 0 7px;
}
.cover .meta-info span i {
  margin-right: 7px;
}
.cover .bio {
  margin-top: 7px;
}
/*====================================================
	footer
====================================================*/
.main-footer {
  background: #202020;
  padding: 35px 0 0;
  color: #959595;
}
.main-footer .widget .title {
  color: #ffffff;
  border-bottom: 1px solid #303030;
}
.main-footer .widget .tag-cloud a {
  border: 1px solid #303030;
}
.main-footer .widget .tag-cloud a:hover {
  border: 1px solid #00ada7;
}
.main-footer .widget .recent-post .recent-single-post {
  border-bottom: 1px dashed #303030;
}
.main-footer .widget .recent-post .recent-single-post .post-title {
  color: #959595;
}
.main-footer .widget .recent-post .recent-single-post .post-title:hover {
  color: #00ada7;
}
.main-footer .widget .recent-post .recent-single-post .date {
  color: #505050;
}
.main-footer .widget .insta-feed-wrap .insta-item img {
  border-color: #202020;
}
.copyright {
  background: #111111;
  text-align: center;
  color: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #303030;
}
#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 173, 167, 0.6);
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 1;
  display: none;
}
#back-to-top:hover {
  background: #00ada7;
}
#back-to-top i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/*====================================================
	tag and author archive
====================================================*/
.archive .featured-media {
  height: 210px;
  background-size: cover;
  background-position: center;
}
.tag-wrapper {
  padding: 35px;
  background: #ffffff;
  margin-bottom: 35px;
}
.tag-wrapper a .bg-wrapper {
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 100%;
}
.tag-wrapper a .bg-wrapper .overlay {
  padding: 35px 14px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.tag-wrapper a .bg-wrapper .overlay .tag-title {
  color: #ffffff;
}
.tag-wrapper a .bg-wrapper .overlay .meta-info i {
  margin-right: 7px;
}
.tag-wrapper a .bg-wrapper .overlay .description {
  margin-top: 7px;
}
.tag-wrapper a .bg-wrapper.no-image .bg-wrapper .overlay {
  color: #505050;
}
.tag-wrapper a .bg-wrapper.no-image .bg-wrapper .overlay .tag-title {
  color: #303030;
}
.tag-wrapper a:hover {
  text-decoration: none;
}
.tag-wrapper a:hover .bg-wrapper .overlay {
  background: rgba(0, 0, 0, 0.5);
}
/*====================================================
	members
====================================================*/
.sign-up-description {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.sign-up-form-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.sign-up-form {
  margin-top: 32px;
}
.sign-up-form .form-group {
  display: flex;
}
.sign-up-form .form-group input[type='email'] {
  margin-right: 8px;
}
.message-success,
.message-error {
  color: #ffffff;
  padding: 4px 8px;
  margin-bottom: 8px;
  display: none;
}
.message-success {
  background-color: #3eb751;
}
.message-error {
  background-color: #ec4444;
}
.success .message-success {
  display: inline-block;
}
.error .message-error {
  display: inline-block;
}
.membership-switch {
  display: flex;
  margin-bottom: 24px;
  max-width: 300px;
  padding: 4px;
  margin: 0 auto 4rem;
  position: relative;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.membership-switch::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 4px);
  top: 4px;
  bottom: 4px;
  right: 4px;
  background: #00ada7;
  transition: all 0.15s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.membership-switch[data-active-duration=monthly]::before {
  transform: translateX(-100%);
}
.membership-switch[data-active-duration=monthly] button[data-duration=monthly] {
  color: #ffffff;
}
.membership-switch[data-active-duration=yearly] button[data-duration=yearly] {
  color: #ffffff;
}
.membership-switch button {
  flex: 1 1 50%;
  background: transparent;
  color: var(--text-color-normal);
  z-index: 1;
  border: none;
}
.membership-switch button:hover,
.membership-switch button:focus,
.membership-switch button:active:focus {
  color: var(--text-color-normal);
  opacity: 1;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.pricing-table-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.pricing-table {
  display: flex;
  flex: 1 0 300px;
  flex-direction: column;
  border-radius: 2px;
  overflow: hidden;
  margin: 0px 15px 30px 15px;
  transition: transform 0.2s;
  max-width: 350px;
}
.pricing-table .pricing-table-title {
  margin-top: 0px;
}
.pricing-table .table-header {
  background-color: #00ada7;
  color: #ffffff;
  padding: 30px;
  border-radius: 2px 2px 0px 0px;
}
.pricing-table .pricing-table-title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.pricing-table .price .currency {
  font-size: 1.5rem;
}
.pricing-table .price .value {
  font-size: 4rem;
}
.pricing-table .price .duration {
  font-size: 1.125rem;
}
.pricing-table .table-description {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.pricing-table .table-details {
  padding: 30px 30px 30px 30px;
  margin-bottom: 0;
  list-style-type: none;
  flex-grow: 1;
  font-size: 1rem;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.pricing-table .table-details li {
  margin-bottom: 12px;
  color: #363636;
  position: relative;
  padding-left: 24px;
}
.pricing-table .table-details li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #00ada7;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-table .table-footer {
  padding: 0px 30px 40px 30px;
  border-width: 0px 1px 1px 1px;
  border-color: #ebebeb;
  border-style: solid;
  border-radius: 0px 0px 2px 2px;
}
.pricing-table[data-active-duration=monthly] [data-price=yearly] {
  display: none;
}
.pricing-table[data-active-duration=yearly] [data-price=monthly] {
  display: none;
}
.sign-in-link {
  display: block !important;
  flex-direction: unset;
}
.notification {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #3eb751;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 28px 56px;
  visibility: hidden;
  transform: translateY(-150%);
  transition: all 0.25s ease-in-out 0.3s;
}
.notification.error {
  background-color: #ec4444;
}
.notification a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.notification .close-icon {
  position: absolute;
  top: 28px;
  right: 32px;
  color: #ffffff;
  font-size: 2rem;
}
.subscribe-success .notification-subscribe {
  visibility: visible;
  transform: translateY(0);
}
.signup-success .notification-signup {
  visibility: visible;
  transform: translateY(0);
}
.signin-success .notification-signin {
  visibility: visible;
  transform: translateY(0);
}
.signin-failure .notification-signin-failure {
  visibility: visible;
  transform: translateY(0);
}
.checkout-success .notification-checkout {
  visibility: visible;
  transform: translateY(0);
}
.checkout-cancel .notification-checkout-cancel {
  visibility: visible;
  transform: translateY(0);
}
.billing-update-success .notification-billing-success {
  visibility: visible;
  transform: translateY(0);
}
.billing-update-cancel .notification-billing-cancel {
  visibility: visible;
  transform: translateY(0);
}
.notification.closed {
  visibility: hidden;
  transform: translateY(-150%);
  transition: all 0.25s ease-in-out 0s;
}
.subscription-expiration-warning {
  max-width: 700px;
  color: #ec4444;
  margin: 0 auto 7rem;
}
.subscriber-info {
  max-width: 700px;
  margin-top: 5rem;
  margin: 5rem auto 0 auto;
  position: relative;
  padding-top: 3rem;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.subscriber-avatar-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}
.subscriber-avatar-wrap svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ebebeb;
  color: #505050;
}
.subscriber-avatar-wrap .avatar-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscriber-detail-wrap {
  margin: 3.5rem 0 1.5rem;
}
.subscriber-detail {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.subscriber-detail .sub-label {
  font-weight: 700;
}
.members-button-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.members-button-wrap .btn {
  margin-bottom: 1rem;
}
/*====================================================
	search modal
====================================================*/
#searchmodal .modal-body {
  padding: 32px;
}
#searchmodal .info {
  padding: 8px 0px;
  margin-bottom: 8px;
  color: #959595;
}
#searchmodal .result {
  padding: 8px 0px 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
}
#searchmodal .result:last-child {
  border: none;
}
#searchmodal .result a .h5 {
  margin-top: 0;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 400;
  font-size: 16px;
}
#searchmodal .result a .date {
  color: #959595;
}
#searchmodal .result a:hover .h5,
#searchmodal .result a:focus .h5 {
  color: #00ada7;
}
.modal-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=(90));
}
/*====================================================
	media query
====================================================*/
@media (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu {
    margin: 0 0 20px;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #00ada7;
    text-decoration: none;
  }
  .main-navigation .menu li ul {
    visibility: visible;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
  }
  .desktop-search-toggle {
    display: none;
  }
  .prev-next-wrap a {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-toggle-button,
  .mobile-search-toggle {
    display: none;
  }
}
/*# sourceMappingURL=screen.css.map */