/* DEFAULT (DEFACTO) THEME CUSTOM CSS */

/* Adjust logo and text on logged out */

.fr_welcome_sign .logo-wrapper img {
    width: 100% !important;
    max-width: 250px !important;
    max-height: 70px !important;
}

.fr_welcome_img_innr h5 {
    font-size: 50px !important;
}

.fr_welcome_img_innr p {
    font-size: 20px !important;
}

@media (max-width: 900px) {
    .fr_welcome_sign_head h5 {
        margin: 0 !important;
        font-size: 24px !important;
    }
}

/* Logged-in logo Default theme */

.main-header .logo img {
    max-height: 50px !important;
    margin: -10px 0 0 10px;
}

/* Make blog cover image full width */

.blog-wrapper img.img-fluid {
    width: 100%;
    border-radius: 16px;
}

/* Adjust overall bold font weight */

b, strong {
    font-weight: 500 !important;
}

/* Lowercase #Hashtags */

.trending-item .hash {
    text-transform: lowercase;
}

/* Change font weight for headers in widgets */

.card-header:first-child {
    font-weight: 500 !important;
}

/* Change color of header in widgets to match others */

.card-header {
    background-color: transparent !important;
}

/* Add CSS to global Blockquote */

blockquote {
    margin: 0 1rem !important;
    border-left: 3px solid #898f9c;
    padding: 0 0 0 20px;
}

/* Slightly change the chevron dropdown design on hover on feed posts right dropdown menu */

.post-meta .dropdown .dropdown-toggle  {
    padding: 6px 2px !important;
    border-radius: 10px;
}

/* Stop the Like reaction swinging and make it bounce instead */

.reaction.reaction-1 img {
    animation-name: pulse !important;
    animation-timing-function: ease-in-out !important;
}

/* Adjust the top right x close button in the story viewer */

#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    margin: 0 15px 0 0;
}

#zuck-modal-content .story-viewer .head .right .close:hover {
    color: #fff;
    opacity: 0.8;
}

/* Adjust welcome text on homepage Sngine theme */

.landing-intro .h5, .landing-intro h5 {
    font-size: 2rem !important;
    text-align: center;
}

.landing-intro .h1, .landing-intro h1 {
    font-size: calc(0.9rem + 1.5vw) !important;
    text-align: center;
}

@media (min-width: 1200px) {
    .landing-intro .h1, .landing-intro h1 {
        font-size: 1.4rem !important;
    }
}

/* Bring page descriptions to the front of icon/image in Default theme */

.text-xlg {
    font-size: 1.3em;
    line-height: 1.8em;
    z-index: 1;
    position: relative;
}

/* 3 COLUMN RESPONSIVE CSS BEGIN */

.custom_three_column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.custom_three_row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .custom_three_column {
    width: 100%;
  }
}

/* 3 COLUMN RESPONSIVE CSS END */

/* FAQ PAGE CSS BEGIN */

.faq-div-wrapper {
  margin: 0;
  padding: 1rem;
}

.faq-tab {
  border-bottom: 1px solid #fff;
  margin: 0 0 -5px 0;
}

.faq-tab__closed {
  border-bottom: 0;
}

.faq-tab__label:hover, .faq-tab__close:hover {
  background: #3F51B5;
}

/* Core styles/functionality */
.faq-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq-tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.faq-tab input:checked ~ .faq-tab__content {
  max-height: 30rem;
}

/* Visual styles */
.faq-accordion {
  color: #3698fd;
  border: 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}
.faq-tab__label,
.faq-tab__close {
  display: flex;
  color: white;
  background: #3698fd;
  cursor: pointer;
}
.faq-tab__label {
  justify-content: space-between;
  padding: 10px;
  font-weight: 500;
  font-size: inherit;
  margin: 0 0 5px 0;
}
.faq-tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.faq-tab input:checked + .faq-tab__label::after {
  transform: rotate(270deg);
}
.faq-tab__content p {
  margin: 0;
  padding: 1rem 1rem 2rem 1rem;
  color: #212529;
}

body.night-mode .faq-tab__content p {
    color: #fff !important;
}

.faq-tab__close {
  justify-content: flex-end;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
}

/* Arrow animation */
.faq-tab input:not(:checked) + .faq-tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

/* FAQ PAGE CSS END */

/* Crunchify Back To Top CSS Begin */

.crunchify-top:hover {
    color: #fff !important;
    background-color: #999;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
 
.crunchify-top {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 102px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #e5e5e5;
    background-color: #743CFD;
    text-decoration: none;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    z-index: 1000;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
}

@media screen and (max-width: 668px) {
  .crunchify-top {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .crunchify-top {
    bottom: 5px;
    left: 5px;
  }
}

/* Cruncify Back To Top CSS End */


