/*!
Theme Name: wisernotify
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wisernotify
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wisernotify is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



hr,
img {
  display: block
}

fieldset,
hr,
img,
legend {
  border: 0
}

img,
ol,
ul {
  max-width: 100%
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility
}

.gh-content-widget,
hr,
sub,
sup {
  position: relative
}

.gh-blog-content .article-tag a,
a {
  text-decoration: none
}

.article-title,
.byline-meta-content,
.header-blog-list-cmn h3 {
  font-family: 'HK Grotesk Medium'
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
/*p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}*/
img {
  height: auto
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
  box-sizing: inherit
}

a {
  background-color: transparent;
  color: #15171a
}

a:active,
a:hover,
input:focus {
  outline: 0
}

b,
blockquote cite,
h1,
h2,
strong {
  font-weight: 700
}
strong {
  color: #212121;
}
dfn,
em,
i {
  font-style: italic
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

mark {
  background-color: #fdffb6
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit
}

body,
li {
  line-height: 1.6em
}

blockquote cite a,
body {
  font-weight: 400
}

button {
  overflow: visible;
  border: none
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

legend,
td,
th {
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}

body {
  color: #35373a;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
  font-family: 'Inter', sans-serif;
  /*font-size: 1.6rem;*/
  font-size: 18px;
  line-height:30px;
  font-style: normal;
  letter-spacing: 0;
  background: #fff;
  font-family: 'HK Grotesk Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on
}

::selection {
  text-shadow: none;
  background: #daf2fd
}

hr {
  width: 100%;
  margin: 2.5em 0 3.5em;
  padding: 0;
  height: 1px;
  border-top: 1px solid #f0f0f0
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

fieldset {
  margin: 0;
  padding: 0
}

::not(.gh-content) blockquote,
::not(.gh-content) dl,
::not(.gh-content) ol,
::not(.gh-content) p,
::not(.gh-content) ul {
  margin: 0 0 1.5em
}

ol,
ul {
  padding-left: 1.3em;
  padding-right: 1.5em
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: .5em 0 1em
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li {
  padding-left: .3em
}

li+li {
  margin-top: .5em
}

dt {
  float: left;
  margin: 0 20px 0 0;
  width: 120px;
  color: #daf2fd;
  font-weight: 500;
  text-align: right
}

dd {
  margin: 0 0 5px;
  text-align: left
}

blockquote {
  margin: 1.5em 0;
  padding: 0 1.6em;
  border-left: #daf2fd
}

blockquote p {
  margin: .8em 0;
  font-size: 1.2em;
  font-weight: 300
}

blockquote small {
  display: inline-block;
  margin: .8em 0 .8em 1.5em;
  font-size: .9em;
  opacity: .8
}

blockquote small:before {
  content: "\2014 \00A0"
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.01em
}

.blog-area-content h2,
.blog-area-content h3,
.blog-area-content h4,
.blog-area-content h5,
.blog-area-content h6 {
  margin: 1.5em 0 .5em
} 
.gh-widget-contentCTA  h2, .author-content h2, 
.gh-widget-contentCTA  h3, .author-content h3, 
.gh-widget-contentCTA  h4, .author-content h4, 
.gh-widget-contentCTA  h5, .author-content h5, 
.gh-widget-contentCTA  h6, .author-content h6 {
	  margin: 0px;
}
h1 {
  margin: 0 0 .5em;
  font-size: 4.8rem;
  letter-spacing: -.015em
}

h2 {
  font-size: 2.8rem
}

h3 {
  font-size: 2.4rem;
  font-weight: 600
}

@media (max-width:600px) {
  h1 {
    font-size: 2.8rem
  }

  h2 {
    font-size: 2.3rem
  }

  h3 {
    font-size: 1.7rem
  }
}

h4 {
  font-size: 2.2rem
}

h5 {
  font-size: 2rem
}

h6 {
  font-size: 1.8rem
}

.post-card-excerpt p {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical
}

.gh-canvas-new {
  display: grid;
  grid-template-columns: [full-start] minmax(4vmin, auto) [wide-start] minmax(auto, 240px) [main-start] min(1120px, calc(100% - 8vw)) [main-end] minmax(auto, 240px) [wide-end] minmax(4vmin, auto) [full-end]
}

.gh-widget-media-image {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  max-width: 360px;
  border: 0 solid #f2f2f2;
  padding: 0;
  background-color: transparent;
  top: 0;
  margin-right: 0;
  margin-left: auto;
  margin-top: 0
}

.gh-widget-content {
  top: 0;
  background: #f6f6f6;
  border-radius: 16px;
  grid-column: none;
  border: 0 solid #f2f2f2;
  padding: 20px
}

.gh-widget-media-image h3 {
  margin: 0;
  text-align: center
}

.gh-widget-content ul li {
  color: #707070;
  margin: 0;
  padding: 0
}

.gh-widget-content ul {
  display: table;
  margin: 15px auto 0
}

.gh-widget-content .btn.start_fbtn {
  font-weight: 600;
  background: #645cfc;
  font-size: 18px;
  padding: 12px 20px;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  margin: 30px auto 15px;
  max-width: 280px;
  display: table;
  text-align: center;
  text-decoration: none
}

.gh-widget-content .btn.start_fbtn:hover {
  color: #645cfc;
  border: 1px solid #645cfc;
  background: 0 0
}

.gh-blog-sidebar {
  display: flex
}

.gh-blog-content {
  width: calc(100% - 400px)
}

.blog-social-list {
  display: flex;
  align-items: center
}

.blog-social-list li {
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  margin-top: 0;
  padding: 0
}

.blog-social-list li+li {
  margin-left: 12px
}

.gh-content .blog-ppost-list li {
  padding: 10px 0
}

.gh-content .blog-ppost-list li+li {
  border-top: 1px solid rgba(100, 111, 121, .2);
  margin: 0
}

.gh-content .blog-ppost-list li a:hover {
  color: #645cfc
}

.blog-page-details .article-image {
  margin: 0
}

.gh-widget-media-sticky {
  position: sticky;
  top: 75px
}
 
.blog-page-details .article-header {
  padding: 0 0 30px
}

.gh-head-inner {
  grid-template-columns: auto auto auto
}

.gh-head-menu .nav li {
  margin: 0 15px 0 0 !important;
  font-size: 15px !important
}

.blog-sidebar-box ul {
  padding-bottom: 30px !important
}

@media (min-width:640px) {
  .post-feed {
    grid-gap: 50px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr
  }

  .post-feed .post-card {
    display: flex;
    flex-direction: inherit;
    min-height: 220px;
    word-break: break-word;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .08);
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .1)
  }

  .post-feed .post-card-content-link {
    display: block;
	padding: 0;
	}

  .post-feed .post-card-meta {
    padding-left: 0px
  }

  .post-feed .author-list,
  .post-feed .post-card-byline-content a {
    display: none
  }

  .post-feed .post-card-byline-content,
  .post-feed .post-card-header {
    margin: 0
  }

  .post-feed .post-card-title {
    font-size: 22px;
    line-height: 32px;
  }
}

.header-blog-list-cmn {
  background: url(../images/hero-banner.png) left top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 152px 0 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px
}

.header-blog-list-cmn h3 {
  font-size: 32px;
  margin: 0;
  padding: 0
}

.header-blog-list-cmn p {
  font-size: 22px;
  margin: 12px 0 0;
  padding: 0
}

.blog-page-details .article-title {
  font-size: 38px;
  font-weight: 400;
  font-family: 'HK Grotesk Bold';
  margin: 0
}

.blog-page-details .article-byline {
  margin: 10px 0 0
}

.blog-page-details .author-list,
.blog-page-details .author-name,
.sidebarclose {
  display: none
}

.byline-meta-content {
  font-style: italic;
  font-size: 15px;
  color: #738a94
}

.blog-social-list li a:hover {
  transform: scale(1.1, 1.1);
  transition: .3s ease-in-out;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, .24))
}

.gh-content-widget .gh-blog-content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 28px
}

.gh-content-widget .gh-blog-content ol,
.gh-content-widget .gh-blog-content ul {
  margin: 0 0 28px
}

.gh-blog-content ul li {
  font-size: 18px
}

.navbar-nav li {
  margin-top: 0;
  padding-left: 0
}

.uc_h2 {
  margin-top: 0
}

.gh-WDGT-content {
  text-align: center;
  font-family: Inter;
  background: #0d2236;
  color: #fff;
  border-radius: 0;
  grid-column: none;
  padding: 45px 0
}

.gh-widget-pDesc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin: 25px 0 17px
}

.gh-widget-pDesc img {
  margin-right: 8px
}

.gh-widget-Trust {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px
}

.gh-WDGT-content .btn.start_fbtn {
  font-size: 20px;
  padding: 0 2px 0 14px;
  height: 56px;
  border-radius: 4px;
  color: #fff;
  background-color: #645cfc;
  max-width: 280px;
  text-decoration: none;
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 0
}

.gh-BLOG-new {
  width: calc(100% - 38px);
  background: #8b8b8b;
  /* padding: 0 97px; */
}

.gh-COTNT {
  font-family: Inter;
  grid-template-columns: inherit !important
}

.gh-TITLE-cat {
  position: absolute;
  left: 0;
  width: 328px;
  top: 0
}

.gh-blogdetail-headerspace {
  padding-top: 120px
}

.blog-CAT-div .blog-titlecat-widget {
  padding: 20px 15px;
  min-height: 200px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  max-width: inherit;
  background-color: #fff;
  margin-top: 3px
}

.toggle_img {
  background: url(../images/blog-toggle.png) no-repeat;
  width: 18px;
  height: 12px;
  margin-right: 11px;
}

.article-TAG-new a {
  color: #646f79;
  font-size: 16px;
  font-weight: 400!important;
}

.article-TAG-new {
  margin: 56px 0 8px
}

.gh-BLOG-new .article-title {
  font-family: Inter;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 8px;
}

.gh-BLOG-new .byline-meta-content {
  color: #646f79;
  font-size: 14px;
  font-style: normal;
  font-family: Inter;
  margin-bottom: 32px
}

.gh-content-widget .gh-BLOG-new p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 24px;
  font-family: Inter;
  color: #646f79
}

.gh-BLOG-new h2 {
  color: #212121;
  padding: 20px 0 8px;
  font-weight: 600;
  line-height: 34px;
  font-size: 26px;
  margin: 0;
}

.gh-COTNT .blog-fulldatail-list li a {
  font-family: Inter !important;
  font-size: 16px !important;
  color: #222324 !important
}

.gh-COTNT .gh-content-widget p {
  margin: 1.2em 0
}

.blog-CAT-div {
  transform: translateX(-100%);
  transition: .2s ease-out;
  display: none;
}

.togglesibebar .blog-CAT-div {
  transform: translateX(0);
  display: block;
}

.post_cnt_cta {
  width: 100%;
  height: 56px;
  border-radius: 0 4px 4px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(33, 33, 33, .12) !important;
  display: flex;
  align-items: center;
  padding-left: 16px;
  color: #646f79;
  font-size: 18px;
  font-weight: 600
}

.post_cnt_cta:not(.collapsed) svg {
  display: block !important;
  position: absolute;
  right: 17px
}

.post_cnt_cta.collapsed {
  transition: .2s ease-out;
  width: 188px;
  white-space: nowrap
}

.gh-COTNT .collapsing.collapse-horizontal {
  width: inherit !important;
  transition: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  overflow: inherit
}

.gh-COTNT .blog-fulldatail-list li+li {
  margin-top: 14px
}

.togglesibebar .post_cnt_cta {
  width: 100%
}

.togglesibebar .sidebarclose {
  display: block;
  margin-right: 0;
  margin-left: auto
}


@media (max-width:1200px) {
  .gh-head-menu .nav li {
    font-size: 14px !important
  }

  .header-blog-list-cmn p {
    font-size: 18px
  }
}

@media (max-width: 991px) {
  .gh-blog-content {
    width: 100%
  }
  .blog-area-content p {
    font-size: 17px;
    line-height: 27px;
  }
	.article-TAG-new {
    margin: 30px 0 8px;
}

  .article-TAG-new a {
    font-size: 14px;
  }
  .gh-BLOG-new h2 {
    font-size: 22px;
  }
  .gh-BLOG-new h2,
  .gh-BLOG-new h3 {
    line-height: 24px;
  }

  .gh-blog-sidebar {
    display: flex;
    flex-wrap: wrap
  }

  .gh-widget-media-image {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px
  }

  .header-blog-list-cmn {
    padding: 126px 0 67px;
    height: 220px
  }

  .header-blog-list-cmn p {
    font-size: 16px;
    padding: 0 15px
  }

  .gh-blog-content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 18px
  }

  .gh-blog-content ul li {
    font-size: 16px;
  }

  .blog-page-details .article-title {
    font-size: 24px
  }
}