/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	common styles
====================================================*/
html,
body {
  /* font-family: 'Carnas', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #505050;
  line-height: 1.75em;
  /* background: #f8f8f8; */
  background: white;
  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', sans-serif;
  font-weight: 400;
  color: #303030;
}
h1,
.h1 {
  /* font-size: 3em; */
  font-size: 28px;
  color: #bb7534;
  font-weight: 700;
}
h2,
.h2 {
  /* font-size: 2.5em; */
  font-size: 24px;
  color: #bb7534;
  font-weight: 700;
}
h3,
.h3 {
  /* font-size: 2em; */
  font-size: 20px;
  font-weight: 700;
}
h4,
.h4 {
  /* font-size: 1.5em; */
  font-size: 15px;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.75em;
}
a {
  color: #303030;
  outline: none;
}
a:hover {
  color: #303030;
}
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 #303030;
  background: #303030;
  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;
}
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 #303030;
  outline: none;
}
.form-control,
.form-control:focus {
  box-shadow: none;
}
blockquote {
  border-left: 4px solid #303030;
  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: #303030;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #303030;
  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;
}
.main-navigation {
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  margin-bottom: 35px;
}
.main-navigation .menu {
  padding: 0;
  margin: 0;
}
.main-navigation .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation .menu li a {
  color: #303030;
  line-height: 4em;
  display: block;
  padding: 0 21px;
  /* font-family: 'Roboto Slab', serif; */
  font-family: 'Carnas', sans-serif;
}
.post-content p {
  color: #303030;
}
.post-head .post-title a {
  font-size: 35px;
}
.post-head .h2 {
  font-size: 35px;
}
.post-content h2 {
  color: #000000;
}
.kg-card .kg-bookmark-container .kg-bookmark-title {
  font-family: Roboto, sans-serif;
}
.main-navigation .menu li:hover > a {
  color: #303030;
  text-decoration: none;
}
.main-navigation .menu li.nav-current a {
  color: #303030;
}
.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: #303030;
}
.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: #303030;
  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;
}
/*====================================================
	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: #303030;
  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: 1.3em;
}
.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%;
  margin-bottom: 14px;
  /* added 4-12-22 */
  width: auto;
  height: auto;
}
.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: #303030;
}
.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-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: #303030;
} */
.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: #303030;
  border: 1px solid #303030;
}
.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: #303030;
  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: #303030;
}
.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: #303030;
  -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: #303030;
  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;
}
.mail-footer {
  padding: 50px 0;
  background: #303030;
  margin-bottom: 50px;
}
.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: #303030;
  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: #303030;
  border: 1px solid #303030;
}
.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: #303030;
  border: 1px solid #303030;
  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: #303030;
  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 #303030;
}
.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: #303030;
}
.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: #303030;
}
#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;
}
.sign-up-form .loading-spinner,
.subscribe-form .loading-spinner {
  display: none;
}
.sign-up-form.loading .loading-spinner,
.subscribe-form.loading .loading-spinner {
  display: inline-block;
}
.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;
}
.loading-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-bottom-color: transparent;
  display: inline-block;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
  margin-right: 8px;
  margin-bottom: -2px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: #303030;
  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-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: #303030;
  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;
}
.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 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);
}
.checkout-success .notification-checkout {
  visibility: visible;
  transform: translateY(0);
}
.notification.closed {
  visibility: hidden;
  transform: translateY(-150%);
  transition: all 0.25s ease-in-out 0s;
}
/*====================================================
	media query
====================================================*/
@media (max-width: 767px) {
  .main-navigation {
    text-align: left;
  }
  .main-navigation .menu li {
    display: block;
  }
  .main-navigation .menu li:hover > a {
    color: #303030;
    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));
  }
  .prev-next-wrap a {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-toggle-button {
    display: none;
  }
}
/*# sourceMappingURL=screen.css.map */

/* Customization CSS */
.main-navigation .menu li a {
  font-family: Carnas;
  /* font-family: 'Roboto', sans-serif; */
}

.main-navigation .menu li a:hover {
  background-color: gold;
}

/* Footer css code */
.footer {
  background-color: #fbfbfb;
  /* padding: 50px 0; */
}
.site-footer {
  background-color: #fbfbfb;
  color: #303030;
}
.footer__menu {
  padding-left: 15px;
  display: flex;
}

.menu__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
}
.menu__col--ext {
  margin-right: 10px;
}

.menu__title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 10px;
  color: #303030;
  padding: 0 25px;
}
.footer__menu-link {
  margin-bottom: 10px;
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
  padding: 0;
}
.menu__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303030;
  white-space: nowrap;
  padding: 0 25px;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.social__item {
  display: block;
  margin-right: 20px;
  color: #303030;
}
.footer #disclosures {
  margin-top: 70px;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #909090;
  padding-left: 50px;
  margin-bottom: 50px;
}
#disclosures .disclosureLogo {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #373737;
}
#disclosures a {
  color: rgba(48, 48, 48, 0.6);
  background-color: transparent;
}
.disclosureContainer {
  cursor: pointer;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #909090;
}
.footer .disclosure-exclamation {
  background-color: #FFD700 !important;
  border-radius: 50%;
  color: #ffffff !important;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  padding-top: 1px;
  padding-left: 7px;
  padding-right: 6px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
.footer__menu-link:hover {
  color: #FFD700;
}

/* Show popup dialog */
.modal-on-footer {
  display: none;
  /* display: block; */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  max-width: 600px;
  margin: 5% auto;
  padding: 60px;
  border: 1px solid #888;
  border-radius: 4px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.disclosure-modal-content {
  width: 80%;
  overflow-y: scroll;
}
.modal-content .close, .modal-content .close2 {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}
.modal-content .close img, .modal-content .close2 img {
  width: 28px;
  display: block;
  max-width: 100%;
  border-style: none;
}
.modal-content h1 {
  text-align: left;
  margin: 0 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #303030;
}
.modal-on-footer p {
  padding: 10px 0px;
}
.modal-content p {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #303030;
}
.disclosure-modal-content p {
  margin: 0;
}
.modal-content p a {
  font-weight: bold;
  color: inherit;
}
.modal-content p a:hover {
  color: #FFD700 !important;
}
.footer__description p a {
  font-style: normal;
  text-decoration: none;
  color: rgb(48,48,48) !important;
}
@media only screen and (max-width: 991px) {
  .footer__social {
      justify-content: center;
      margin-top: 10px;
  }
  .footer__menu .menu__col {
      margin-bottom: 35px;
  }
}
@media only screen and (max-width: 655px) {
  .footer__menu {
    padding-left: 15px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .menu__col {
      width: 100%;
      margin-bottom: 25px;
  }
  .post {
    padding:35px 0px;
  }
}

.nav-sign-up {
  padding-left: 25px;
}

.nav-sign-up a {
  background: #FFD700;
  color: #303030;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  /* height: 43px; */
}
.nav-sign-up a:hover {
  background: #ffdf33 !important;
}

.main-navigation .menu li {
  height: 60px;
  display: inline-flex;
  align-items: center;
}

.main-navigation .menu li a {
  height: 40px;
  display: flex;
  align-items: center;
}

.main-content {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

:not(pre)>code[class*=language-], pre[class*=language-] {
  margin: 1.75em 0;
  font-size: 14px !important;
  background: #111 !important;
}

code[class*=language-], pre[class*=language-] {
  margin: 1.75em 0;
  font-size: 14px !important;
  background: #111 !important;
}

.post-content {
  font-size: 16px;
}

.mailchimp {
  margin: 0px 20px;
}

#mc-embedded-subscribe {
  height: 40px !important;
  font-weight: 600 !important;
}

a:focus, a:hover {
  text-decoration: unset;
}

.main-content a {
  color: #ffa800;
  font-weight: bold;
  border-bottom: 1px dotted;
  transition: color .25s;
}

.main-content a:hover {
  color: #ff9100;
}

.main-content .post-title a {
  border-bottom: unset;
}

.main-content h2 a {
  color: #000000 !important;
}
.post-head .post-meta .comment-count {
  display: none;
}
/* .main-content .post-permalink a {
  color: white;
  border-bottom: unset;
} */

.main-content .pagination a {
  color: white;
  border-bottom: unset;
}

.main-content .btn-default {
  border: unset;
  background: unset;
  padding: unset;
  padding-top: 3px;
  white-space: break-spaces;
  text-decoration: underline;
  border-bottom: unset;
  text-decoration-style: dotted;
}

.post-footer a {
  font-weight: unset;
}
.post-footer .share-icons a {
  border-bottom: unset;
}

.main-content .about-author {
  display: none;
}
.main-content .comment-wrap {
  display: none;
}
.post .post-content .kg-bookmark-container {
  border-style: solid;
  border-width: 1px;
  padding: 0px;
}
.post .post-content .kg-bookmark-container:hover {
  border-color: #3eb0ef;
}  
.post .post-content .kg-bookmark-content {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
}
.post .post-content .kg-bookmark-title {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
}
.post .post-content .kg-bookmark-description {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
  color: #54666d;
  font-weight: 400;
  max-height: 44px;
  overflow-y: hidden;
}
.post .post-content .kg-bookmark-metadata {
  color: #343f44;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.post .post-content .kg-bookmark-metadata .kg-bookmark-publisher {
  color: #303030;
  overflow: hidden;
  max-width: 320px;
  white-space: nowrap;
  display: block;
  font-size: 12px;
  line-height: 1.65em;
  font-weight: 550;
}
.post .post-content .kg-bookmark-metadata .kg-bookmark-author {
  color: #303030;
  overflow: hidden;
  max-width: 240px;
  white-space: nowrap;
  display: block;
  font-size: 12px;
  line-height: 1.65em;
  font-weight: 550;
}
.post .post-head .post-title {
  color: #000000;
}

.kg-card figcaption {
  font-size: 11px;
  line-height: 1.5em;
  color: #9B9B9B;
}

.post .post-content .kg-image-card img {
  margin-bottom: 0px;
}

@media only screen and (max-width: 320px) {
  .footer__menu, .main-footer .menu__title, .main-footer .menu__link {
    padding-left: 0;
  }
  .footer #disclosures {
    padding-left: 28px;
  }
}

.main-footer .justify-content-between .col-sm-12 {
  float: unset !important;
}

@media (min-width: 1200px) {
  .main-footer .justify-content-between .col-lg-8, .main-footer .justify-content-between .col-lg-3 {
    float: left !important;
  } 
}
