/*!
 Theme Name:   Side3 Stiltips Theme
 Description:  Egmont WordPress Theme for Side3 Stiltips site
 Author:       Cefalo
 Template:     egmonts3
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  stiltips
*/
@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri|Bitter:300,400,500,600");
body {
  font-family: 'Hind Siliguri', sans-serif; }

.side-nav-link,
.nav-link,
.category-name,
.side-card-content--text {
  font-family: 'Bitter', serif; }

html {
  font-size: 1rem; }

@media (min-width: 768px) {
  html {
    font-size: 1rem; } }
@media (min-width: 992px) {
  html {
    font-size: 1.2rem; } }
p {
  font-size: 1rem; }

@media (min-width: 768px) {
  p {
    font-size: 1rem; } }
@media (min-width: 992px) {
  p {
    font-size: 1.2rem; } }
article.post.type-post .entry-content, body {
  color: black; }

b, strong {
  font-weight: bold; }

.wp-caption .wp-caption-text,
.caption {
  font-size: 0.688rem;
  line-height: 1.063rem;
  padding: 0.625rem;
  margin: 0;
  text-align: center; }

h1, .h1 {
  font-size: 1.6rem; }

h2, .h2 {
  font-size: 1.1rem; }

h3, .h3 {
  font-size: 0.85rem; }

h4, .h4 {
  font-size: 0.6rem; }

h5, .h5 {
  font-size: 0.35rem; }

h6, .h6 {
  font-size: 0.1rem; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 1.8rem; }

  h2, .h2 {
    font-size: 1.3rem; }

  h3, .h3 {
    font-size: 1.05rem; }

  h4, .h4 {
    font-size: 0.8rem; }

  h5, .h5 {
    font-size: 0.55rem; }

  h6, .h6 {
    font-size: 0.3rem; } }
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2rem; }

  h2, .h2 {
    font-size: 1.5rem; }

  h3, .h3 {
    font-size: 1.25rem; }

  h4, .h4 {
    font-size: 1rem; }

  h5, .h5 {
    font-size: 0.75rem; }

  h6, .h6 {
    font-size: 0.5rem; } }
.bg-primary {
  background-color: white !important; }

.side-navbar--main {
  width: 100%; }

@media screen and (min-width: 1001px) {
  .side-navbar--main {
    width: 100vw;
    position: relative;
    left: calc(-.5rem - calc((100vw - 1000px) / 2)); } }
.side-horizontal-navbar {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden; }

@media screen and (min-width: 1001px) {
  .side-horizontal-navbar {
    justify-content: space-around; } }
.side-nav-item,
.nav-item.menu-item {
  padding: 0 .5em; }

.side-navbar-logo {
  width: 12.5vw;
  max-width: 60px; }

.side-navbar-toggler {
  padding: 0;
  border: 0; }

.side-navbar--main #main-nav {
  margin-bottom: 25pt; }

.side-nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  padding: 0;
  height: 1.5em; }

@media screen and (min-width: 1001px) {
  #main-nav ul {
    max-width: 1000px;
    margin: 0 auto; } }
#main-nav {
  min-height: 2rem; }

.side-navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: sub; }

.side-left-nav {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 100000;
  background: #343a40;
  color: #f8f9fa;
  overflow: hidden; }
  .side-left-nav ul {
    width: calc(100vw - 4rem);
    margin: 2rem;
    padding: 0; }
    .side-left-nav ul:after {
      content: "";
      border-bottom: 3px #f8f9fa solid;
      width: 100%;
      display: block;
      padding-bottom: 1rem; }
  .side-left-nav li {
    list-style: none; }
    .side-left-nav li a {
      color: #f8f9fa; }
      .side-left-nav li a:hover {
        color: #947058; }

.side-left-nav.collapsing {
  height: 100vh;
  width: 0;
  transition: width .35s ease; }

.side-left-nav.collapse.show {
  width: 100vw; }

.side-left-nav--toggler {
  float: right;
  color: #f8f9fa;
  margin-right: .5em; }

.active,
.navbar-dark .navbar-nav .active > .nav-link,
.side-left-nav ul li.active > a {
  color: #947058; }

@media (min-width: 768px) {
  .side-left-nav ul {
    width: calc(45vw - 4em); }

  .side-left-nav.collapse.show {
    width: 45vw; } }
@media (min-width: 992px) {
  .side-left-nav ul {
    width: calc(30vw - 4em); }

  .side-left-nav.collapse.show {
    width: 30vw; } }
@media (min-width: 1200px) {
  .side-left-nav ul {
    width: calc(25vw - 4em); }

  .side-left-nav.collapse.show {
    width: 25vw; } }
.side-header-logo {
  text-align: center;
  margin: 2rem 0;
  font-size: 9vw; }
  .side-header-logo .row {
    display: flex;
    justify-content: center; }
  .side-header-logo > .row {
    flex-direction: column;
    align-items: center; }
  .side-header-logo.inner-page > .row {
    flex-direction: row; }
  .side-header-logo a {
    display: block;
    color: inherit; }
    .side-header-logo a:hover {
      text-decoration: none; }

@media screen and (min-width: 1001px) {
  .side-header-logo {
    font-size: 90px; } }
.side-header-logo--image {
  height: .8em;
  margin-right: .5vw; }

.side-header-logo--secondary {
  font-family: 'Bitter', serif;
  font-size: 3vw; }

@media screen and (min-width: 1001px) {
  .side-header-logo--secondary {
    font-size: 30px; } }
.side-header .site-name {
  padding: 0;
  margin: 0;
  font-size: inherit;
  text-transform: uppercase;
  margin-top: .1em; }

.page-header {
  text-align: center;
  margin-bottom: 1rem; }

.page-header h1 {
  color: #947058; }

.side-navbar--main > .navbar.navbar-light {
  background: black;
  color: white; }

.side-nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: black; }
  .side-nav-link:active,
  .navbar-dark .navbar-nav .nav-link:active {
    color: black; }
  .side-nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: black; }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: black; }

.side-header-logo--image {
  height: initial;
  margin-right: initial; }

.side-navbar-toggler-icon {
  color: #f8f9fa; }

.side-base-card {
  border: none;
  width: 100%;
  margin: 0; }

.side-card-media {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: calc(100vw * (9/16));
  overflow: hidden; }
  .side-card-media:hover {
    cursor: pointer; }

@media screen and (min-width: 1001px) {
  .side-card-media {
    height: calc(calc(100vw - (2 * calc((100vw - 1000px) / 2))) * (9/16)); } }
.side-card-content {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.side-card-content--category,
.side-card-content--action {
  color: #947058; }

.side-card-content--category {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.side-card-content--title {
  margin: 0;
  padding: 0; }
  .side-card-content--title a {
    color: black;
    font-weight: 600;
    max-height: 2.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */ }

.side-card-content--text {
  max-height: 2.7em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }
  .side-card-content--text a {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 300;
    color: black; }

.side-cardset {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }

.side-cardset2 {
  margin-bottom: 0; }

.side-cardset2 .side-base-card {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 14px; }
  .side-cardset2 .side-base-card .side-card-media {
    height: calc((100vw/2) * (9/16)); }
  .side-cardset2 .side-base-card .side-card-media,
  .side-cardset2 .side-base-card .side-card-content {
    width: 50%; }
  .side-cardset2 .side-base-card:nth-child(2n) {
    flex-direction: row-reverse; }

.side-cardset2 .side-card-content {
  margin-top: 0px; }

@media screen and (min-width: 1001px) {
  .side-cardset2 .side-base-card .side-card-media {
    height: calc((calc(100vw - (2 * calc((100vw - 1000px) / 2)))/2) * (9/16)); } }
.side-card--small-gutter .row {
  margin-right: -7px;
  margin-left: -7px; }
.side-card--small-gutter .side-base-card {
  padding-right: 7px;
  padding-left: 7px; }

.side-cardset3 .side-card-media {
  height: calc(((100vw * 2) / 3) * (9/16)); }

.side-cardset4 .side-card-media {
  height: calc(((100vw/2) * 3)/2); }

@media screen and (min-width: 1001px) {
  .side-cardset3 .side-card-media {
    height: calc(((calc(100vw - (2 * calc((100vw - 1000px) / 2))) * 2) / 3) * (9/16)); }

  .side-cardset4 .side-card-media {
    height: calc(((calc(100vw - (2 * calc((100vw - 1000px) / 2)))/2) * 3)/2); } }
.side-cardset5 .side-card-media {
  height: calc(((100vw/2) * 3)/2); }
.side-cardset5 .side-base-special-row {
  padding: 0; }
  .side-cardset5 .side-base-special-row .side-card-media {
    height: calc((100vw/2) * (9/16)); }
  .side-cardset5 .side-base-special-row article:not(:last-child) .side-card-content {
    height: calc((((100vw/2) * 3)/2) - ((100vw/2) * (9/16) * 2) - 1rem); }
  .side-cardset5 .side-base-special-row .side-card-content--title a {
    max-height: 1.3em;
    -webkit-line-clamp: 1; }
  .side-cardset5 .side-base-special-row .side-card-content--text {
    max-height: 1.6em;
    -webkit-line-clamp: 1; }

@media screen and (min-width: 1001px) {
  .side-cardset5 .side-card-media {
    height: calc(((calc(100vw - (2 * calc((100vw - 1000px) / 2)))/2) * 3)/2); }
  .side-cardset5 .side-base-special-row .side-card-media {
    height: calc((calc(100vw - (2 * calc((100vw - 1000px) / 2)))/2) * (9/16)); }
  .side-cardset5 .side-base-special-row article:not(:last-child) .side-card-content {
    height: calc((((calc(100vw - (2 * calc((100vw - 1000px) / 2)))/2) * 3)/2) - ((calc(100vw - (2 * calc((100vw - 1000px) / 2)))/2) * (9/16) * 2) - 1rem); }
  .side-cardset5 .side-base-special-row .side-card-content--text {
    display: none; } }
.side-card-content--category a.category-name,
.side-category-card .side-category-card-content a {
  color: #947058; }

.side-category-card {
  margin-bottom: 10px; }

.side-category-card .side-category-card-content {
  margin-top: 12px;
  text-align: center; }

.side-footer {
  font-size: .8rem;
  margin-bottom: 2em;
  text-align: center; }
  .side-footer h3 {
    font-size: 1rem; }
  .side-footer .side-circle-icon {
    color: white;
    border-radius: 50%;
    background-color: black;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem; }

.side-footer--title {
  margin: 0; }

.side-footer-divider {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: .5em 0; }

.side-footer-divider--content {
  width: 13rem;
  display: flex;
  justify-content: space-around; }

.side-footer-divider--left,
.side-footer-divider--right {
  visibility: hidden;
  display: inline-block;
  border-top: 1px solid black;
  width: 100%;
  margin: 0 .8em;
  transform: translateY(0.75em); }

.side-footer-address {
  display: flex;
  margin-bottom: 1em;
  justify-content: center; }

.footer-address--line {
  line-height: 19px;
  margin: 0; }

.side-footer-address--col {
  margin-left: .8em;
  text-align: left; }

.side-footer-content {
  display: flex;
  flex-direction: column;
  background: black;
  color: white;
  padding: 1rem 0; }
  .side-footer-content a, .side-footer-content h3, .side-footer-content p {
    color: white; }

.side-footer-divider--content > .side-footer--title {
  width: 11rem; }

.side-footer-contact {
  width: 11rem;
  margin: 0 auto; }

.side-footer-contact--form {
  justify-content: center; }

@media screen and (min-width: 768px) {
  .side-footer {
    font-size: .8rem; }

  .side-footer-content {
    flex-direction: row; }

  .side-footer-newsletter .side-footer-divider--left,
  .side-footer-newsletter .side-footer-divider--right {
    display: none; }

  .side-footer-newsletter {
    margin-left: 2em;
    width: 30%; }
    .side-footer-newsletter .side-footer-divider--left,
    .side-footer-newsletter .side-footer-divider--right {
      display: none; }
    .side-footer-newsletter .side-footer-contact,
    .side-footer-newsletter .side-footer-divider--content,
    .side-footer-newsletter .side-footer--title {
      width: initial; }
    .side-footer-newsletter .side-footer-divider {
      margin: 0; }
    .side-footer-newsletter .footer-address--line {
      width: 11em; }
    .side-footer-newsletter .side-footer-contact {
      text-align: left;
      width: 100%; }
    .side-footer-newsletter .side-footer-contact--input {
      width: 10em; }
    .side-footer-newsletter .side-footer-contact--form {
      justify-content: flex-start; }
    .side-footer-newsletter .side-circle-icon {
      padding: 0;
      height: 2.5rem;
      width: 2.5rem;
      margin: .5rem; } }
@media screen and (min-width: 992px) {
  .side-footer p {
    font-size: .8rem; }

  .side-footer-newsletter {
    margin: 0;
    width: 40%; }

  .side-footer-content {
    justify-content: space-between; }

  .side-footer-address {
    width: 50%;
    justify-content: space-between; } }
.newsletters-form-fields label,
.newsletters-form-fields br,
.newsletters-form-fields .consent {
  display: none; }

.newsletters-form-fields input {
  margin: .5em 0;
  border-radius: 0;
  border-color: #979797; }

.newsletters-form {
  display: flex;
  flex-direction: column; }

.newsletters_submit {
  justify-content: center; }
  .newsletters_submit button.btn.btn-primary {
    color: white;
    border-radius: 50%;
    background-color: black;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    width: 4rem;
    height: 4rem;
    border-color: black; }

@media screen and (min-width: 768px) {
  .newsletters-form {
    flex-direction: row; }

  .side-footer-newsletter .newsletters_submit {
    align-items: flex-start; }
    .side-footer-newsletter .newsletters_submit button.btn.btn-primary {
      font-size: 12px;
      padding: 0;
      height: 2.5rem;
      width: 2.5rem;
      margin: .5rem; } }
.footer-address--line--strong a {
  color: inherit; }

.btn.btn-dark.side-circle-icon {
  background-color: white;
  color: black; }

.side-footer {
  margin-bottom: 0; }

.entry-title.side-entry-title {
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem; }

.side-entry-meta--content {
  display: flex;
  justify-content: center;
  align-items: center; }
  .side-entry-meta--content .side-entry-meta--content-logo {
    height: 32px;
    width: 32px;
    margin: .25rem; }
  .side-entry-meta--content .side-entry-meta--content-namedate {
    display: inline;
    font-size: 12px; }
    .side-entry-meta--content .side-entry-meta--content-namedate .author {
      font-size: 15px;
      color: black; }

.side-content-header--category {
  text-align: center; }
  .side-content-header--category > a {
    color: #947058; }

.side-content-header {
  margin: 1rem 0; }

.side-content-header--subtitle {
  text-align: center;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 300;
  color: black; }

.post.type-post .wp-caption {
  border: none;
  background: transparent; }

.side-also-read {
  background: #f8f8f7;
  padding-bottom: 1rem; }
  .side-also-read h3 {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600; }

.side-also-read--content {
  background: #fff;
  margin: 1rem; }

.side-ar-title {
  text-align: center;
  margin: 1rem 0; }

.post-thumbnail {
  text-align: center; }
  .post-thumbnail img {
    width: 100%; }

article.post.type-post {
  text-align: center; }
  article.post.type-post .entry-content {
    text-align: left;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 300; }
  article.post.type-post a:not(.wpfai-link) {
    color: #00abe2; }

@media screen and (min-width: 992px) {
  article.post.type-post .entry-header,
  article.post.type-post .entry-content {
    margin: 0 4em; } }
.side-social-share {
  display: inline;
  border: 2px solid black;
  padding: 1rem; }
  .side-social-share:before {
    content: "DEL";
    color: black;
    background: #fff;
    padding: 1px;
    width: 3rem;
    height: 2rem;
    position: absolute;
    left: calc(50% - 1.25rem); }

ul.wpfai-list {
  display: inline; }
  ul.wpfai-list li.wpfai-list-item {
    padding-top: .5rem; }
  ul.wpfai-list li a.wpfai-link {
    color: black; }
    ul.wpfai-list li a.wpfai-link .fa-stack {
      width: 2rem; }

.egmont-ajax-view-more {
  font-family: 'Bitter'; }
  .egmont-ajax-view-more a {
    color: #947058; }
  .egmont-ajax-view-more .fa.fa-adjustment {
    margin-left: .5rem;
    font-size: .8em; }

.entry-content img:not(.alignleft):not(.aligncenter):not(.alignright) {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.side-legacy-img {
  width: 100%;
  height: auto; }

.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important; }

.instagram-feed-container {
  width: 100%;
  margin-top: 15px; }

.entry-content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.advertise-client {
  color: #947058; }

body {
  overflow-x: hidden; }

.side-homepage {
  padding: 0 .8em;
  display: flex;
  flex-direction: column; }

main.app {
  max-width: 1000px;
  margin: 0 auto; }

#content.site-content {
  padding-top: 0.5rem; }

.home #content.site-content {
  padding-top: 1.75rem; }

.category section#primary {
  padding: 0; }

.not-found {
  text-align: center;
  margin: 0 auto; }
  .not-found .row {
    flex-direction: column; }
  .not-found h3 .second {
    color: #947058; }

/*# sourceMappingURL=style.css.map */
