<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
        font-family: 'socialfans';
        src: url('../SwordAndScale_MnG_Wordpress/wp-content/plugins/socialfans-counter/assets/font/socialfans.eot'); /* IE9 Compat Modes */
        src: url('../SwordAndScale_MnG_Wordpress/wp-content/plugins/socialfans-counter/assets/font/socialfans.woff') format('woff'), /* Pretty Modern Browsers */
            url('../SwordAndScale_MnG_Wordpress/wp-content/plugins/socialfans-counter/assets/font/socialfans.ttf')  format('truetype'), /* Safari, Android, iOS */
            url('../SwordAndScale_MnG_Wordpress/wp-content/plugins/socialfans-counter/assets/font/socialfans.svg') format('svg'); /* Legacy iOS */
        }


/* overriding input fields yellow background */
/* Change the white to any color ;) */
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s ease-in-out 0s!important;
  -webkit-text-fill-color: white !important;
} */
.login-section-content input:-webkit-autofill{
  -webkit-text-fill-color: #000000 !important;
 -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
 -webkit-border-radius: 5px !important;
}
.login-section-content input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  padding-left: 10px;
}
@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

/* helper class */
.relative {
  position: relative;
}

.pointer-events {
  pointer-events: none;
}

/* bootstrap caret override */
.main-nav-links .caret {
  margin-bottom: 4px;
}

/* sword and scale login page */
.login-section {
  background: 
  linear-gradient(
    rgba(0, 0, 0, 0.35), 
    rgba(0, 0, 0, 0.75)
  ),
  url('../images/sns/login-bg.jpg');  
  /* url('https://meetandgreet.live/images/background-main.jpg'); */
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-section-content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.33);
  padding: 20px;
  box-shadow: 0px 0px 15px 0px #5a5a5a;
  border-radius: 4px;
  width: 500px;
  margin: 100px 0;
  border-radius: 4px;
  z-index: 14;
}

.login-section-content label{
  margin-bottom: -12px;
  vertical-align: middle;
}

.login-section-content .helper-text {
  color: #909090;
}

.login-right-section {
  height: 100vh;
  background: #ffffff;
}

.welcome-logo {
  display: block;
  margin: 20px auto;
}

.login-card ul.nav-tabs&gt;li.active&gt;a {
  border-bottom: 2px solid #d544da !important;
  background: transparent;
  color: #fff;
}

.login-card ul.nav-tabs&gt;li&gt;a {
  color: #909090;
}

.login-title {
  width: 480px; 
  margin: 0 auto;
  font-size: 28px;
  font-weight: 200;
  word-spacing: 6px;
  letter-spacing: 2px;
  text-align: left;
}

.login-title .highlight{
  font-size: 35px;
  font-weight: 400;
}

.login-subtagline {
  width: 480px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 15px;
  text-align: left;
}

.login-subtagline .bold {
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
}

/* login popup */
#gosigninmodal .login-popup-text{
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.2px;
  color: #525252;
  margin-top: 25px;
}

#gosigninmodal a {
  color: #d544da;
}

#gosigninmodal a:hover, #gosigninmodal a:focus {
  color: #af3bb3;
}

#gosigninmodal .modal-header{
  position: absolute;
  height: 60px;
  right: 0;
  z-index: 1111;
}

#gosigninmodal .grey-text{
  color: #909090
}

#gosigninmodal .small-text{
  font-size: 14px;
  letter-spacing: 0.5px;
}

@media(max-width:767px) {
  .login-section-content {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .login-right-section {
    height: auto;
  }
  .login-section {
    height: auto;
  }
  .welcome-logo {
    margin-top: 60px;
  }
  .login-page .user-login-parent .login-page-minht {
    height: auto;
  }
  .login-card .form-control {
    padding: 0;
    margin-top: 15px;
  }
  .login-section-content {
    box-shadow: unset;
  }
}

@media(max-width:1023px) {
  .login-title{
    width: 380px;
  }
  .login-subtagline{
    width: 380px;
  }
  .login-theme .navbar-default {
    position: absolute;
    z-index: 15;
  }
}

/* new navbar section */
.navbar-default {
  height: 70px;
  position: absolute;
}

.navbar-default.navbar-bg {
  background-color: #fff;
  border-color: #fff;
  position: relative;
}

.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
}

.main-nav-links {
  padding: 15px 20px;
  padding-right: 0; 
}

.profile-setting {
  padding: 6px 0;
}

.profile-setting&gt;li&gt;a {
  color: #222;
  text-transform: uppercase;
  font-size: 13px;
  transition: 0.3s;
  letter-spacing: 0.8px;
}

.profile-setting&gt;li&gt;a:hover {
  background: transparent;
  color: #222;
}

.profile-setting .profile-img-wrapper{
  height: 35px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 2px;
  overflow: hidden;
}

.profile-setting .username_text {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px;
}

.mobile-nav .profile-img-wrapper{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 20px auto 0;
  overflow: hidden;
}

.profile-setting .profile-img,
.mobile-nav .profile-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-default .main-nav-links li {
  list-style: none;
}

.navbar-default .main-nav-links li a {
  text-decoration: none;
}

.navbar-default .main-nav-links&gt;li&gt;a{
  color: #222;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 13px;
  transition: 0.3s;
  letter-spacing: 1px;
}

.navbar-default .navbar-header {
  margin-top: -5px;
}

.navbar-default .main-nav-links&gt;li&gt;a:focus {
  color: #111;
  background-color: transparent;
}

.navbar-default .main-nav-links&gt;.open&gt;a:focus {
  color: #fff;
  background-color: #111;
}

@media (hover: hover) {
  .navbar-default .main-nav-links&gt;li&gt;a:hover,  
  .navbar a:hover, .main-nav-links .dropdown:hover .dropbtn{
    background: #111;
    color: #fff;
  }
  .main-nav-links .dropdown:hover .dropdown-menu,
  .profile-setting .dropdown:hover .dropdown-menu {
    display: block;
    transition: 0.3s;
    margin: 0;
  }
}

.main-nav-links .admin-dropdown-menu,
.profile-setting .admin-dropdown-menu {
  padding: 0;
  width: 100%;
  list-style: none;
}

.main-nav-links .admin-dropdown-menu li a,
.profile-setting .admin-dropdown-menu li a {
  padding: 3px 20px;
  color: #000;
  display: inline-block;
  width: 100%;
}
.main-nav-links .admin-dropdown-menu li a:hover,
.profile-setting .admin-dropdown-menu li a:hover {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}

.profile-setting .login-btn a{
  border: 2px solid #222;
  padding: 2px 14px;
  border-radius: 4px;
  margin: 12px 0;
  font-size: 13px;
}

.profile-setting .login-btn a:hover{
  color: #fff;
  background: #222;
}

/* js bin css section */
  /* adjust body when menu is open */
  body.slide-active,
  html.slide-active {
    overflow: hidden;
    position: relative;
  }
  /*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
  .main-content {
    position: relative;
    right: 0;
  }
  .main-content.slide-active {
    padding-top: 0
  }
  /* put toggle bars on the left :: not using button */
  #navbar .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
    margin: 0;
    /* width: 40px;
    height: 40px; */
    padding: 32px 0 0 0;
    border: 0;
    background: transparent;
  }
  /* un fix the navbar when active so that all the menu items are accessible */
  /* .navbar.navbar-default.slide-active {
      position: relative
  } */
  @media (max-width:1199px) {
    /* .profile-setting .username_text {
      width: 62px;
    } */
  }
  @media (max-width:992px) { 
    .navbar-header {
      position: relative;
      float: unset;
    }
    #navbar.navbar-default {
      left: 0;
    }
    #navbar .navbar-toggle {
      display: block;
      border-radius: 0;
    }
    #navbar .container {
	    /* margin: 0!important;
	    padding: 0!important; */
      height:100%;
    }
    #navbar .navbar-header {
	    margin: 0 auto;
      padding: 0;
      /* margin-right: 50px; */
    }
    #navbar .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
    }
    #slideNav {
      display: none;
    }
    #navbar #slideNav {
        background: #f7f7f7;
        right: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 17;
        top: -8px;
        margin: 0;
    }
    #navbar #slideNav .navbar-nav {
	    min-width: 0;
	    width: 100%;
      margin: 0;
      padding: 25px 0 0 0;
    }
    .navbar-default .main-nav-links&gt;li {
      border-bottom: 1px solid #272727;
    }
    .navbar-default .main-nav-links&gt;li&gt;a {
      color: #fff;
      text-transform: unset;
    }
    #navbar #slideNav .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
    }
    #navbar {
	    border-top: 0
    }
    #navbar.navbar-default #slideNav {
        background: #333
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #navbar-height-col {
        position: fixed;
        top: 0;
        bottom:0;
        width: 80%;
        right: -80%;
        background: #333;
    }
    #navbar-height-col.inverse {
        z-index: 199;
        border: 0;
    }
    .main-nav-links .dropdown:hover .dropdown-menu {
      display: none;
    }
    .navbar-brand {
      margin-top: 12px;
    }
    /* mobile main navbar */
    .mobile-nav ul li a{
      color: #fff;
      padding: 15px 25px;
    }
    .mobile-nav ul li a:hover,
    .mobile-nav ul li a:focus{
      background: none;
    }
    .mobile-nav .main-nav-links {
      padding: 10px 0;
      margin: 0;
      float: unset;
      overflow: scroll;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
    }
    .mobile-nav .main-nav-links&gt;li{
      float: unset;
    }
    #categoriesOverlay,#adminOverlay {
      transform: translateX(100%);
    }
    .sidebar-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: scroll;
      background: #333;
      padding: 15px 0;
      transition: 0.5s;
      -webkit-overflow-scrolling: touch;
    }
    .sidebar-overlay .category-header {
      position: relative;
    }
    .sidebar-overlay .category-header .back-btn {
      color: #fff;
      position: absolute;
      left: 25px;
      top: 2px;
      cursor: pointer;
    }
    .sidebar-overlay .category-header .categories-title {
      display: block;
      color: rgba(255,255,255,.4);
      text-align: center;
      padding: 0 20px;
      font-size: 18px;
    }
    .sidebar-overlay ul{
      list-style: none;
      padding: 20px 0;
    }
    .sidebar-overlay ul li a{
      text-decoration: none;
      padding: 10px 25px;
      display: inline-block;
      width: 100%;
    }
    .category-list {
      position: relative;
    }
    .category-list .icon-up-arrow {
      position: absolute;
      right: 5px;
      color: #fff;
      bottom: 17px;
      transform: rotate(90deg);
    }
  }
  @media (max-width:768px) { 
    #navbar .navbar-header {
      margin: auto; 
    }
    .twitter-feed-container iframe{
      height: 510px!important;
      max-height: 100%!important;
      max-width: 100%!important;
      min-height: 100%!important;
      min-width: 100%!important;
      width: 0!important;
    }
  }
  @media (min-width:992px) {
    .main-content {
        left: 0!important
    }
    .navbar.navbar-default.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }
    .mobile-nav {
      display: none;
    }
  }
/* js bin css section ends*/
/* footer styles */
.sns-footer {
  background: #111;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sns-footer .widget-title {
  color: #fff;
}

.sns-footer .textwidget p{
  color: #dcdcdc;
  line-height: 1.9;
  font-size: 16px;
}

.sns-footer .menu {
  list-style: none;
  padding: 0;
  color: #fff;
}

.sns-footer .menu li{
  padding: 5px 0;
  border-bottom: 1px dotted #636363;
  cursor: pointer;
}

.sns-footer .menu li:hover{
  background: #333;
}

.sns-footer .menu li a{
  text-decoration: none;
  color: #fff;
  padding-left: 8px;
  display: inline-block;
  width: 100%;
}

.sns-footer .learn-more-link {
  text-decoration: none;
  color: #fff;
}
.sns-footer .learn-more-link:hover {
  color: #d544da;
}

/* subscriptions section */
#patronClubSettingsTemplateContainer .back-to-overview,
#postToPatronsTemplateContainer .back-to-overview, 
#my-posts .back-to-overview {
  left: 15px;

}

.input-currency input.plus-input-box.fee-input-text {
  padding: 6px 8px 6px 24px;
}

@media screen and (max-width: 1310px) {
  .tutorial-section {
    float: right;
    width: 75%;
  }

  /* .patron-setting-main-menu #easyAccessTopBar {
    width: 63%;
  } */

  .pinned-posts {
    display: none;
  }
}

/* my supporter section */
.patron-subscription .table&gt;tbody&gt;tr&gt;td .address-link {
  background: none;
  border: none;
  color: #d544da;
  padding: 0;
}

.sub-menu-text.patron-sub-tabs ul li,
.sub-menu-text.dashboard-sub-tabs ul li,
.sub-menu-text ul li {
  display: inline-block;
  padding: 5px 0;
  margin-right: 5px;
}

@media (max-width: 1200px) { 
  .patron-setting .nav-pills {
    display: inline-block;
  }

  .nav-pills li {
    display: inline-block;
  }

  .patron-setting .nav-pills&gt;li {
    margin: 2px 5px 2px 0!important;
  }
}

@media(max-width:992px) {
  .sub-menu-text.patron-sub-tabs, .sub-menu-text.dashboard-sub-tabs {
    overflow: auto;
    width: 100%;
    bottom: unset;
    left: 0;
    position: relative;
  }

  .sub-menu-text.patron-sub-tabs ul,
  .sub-menu-text.dashboard-sub-tabs ul,
  .sub-menu-text ul{
    white-space: nowrap;
  }

  .sub-menu-text.patron-sub-tabs ul li:first-child,
  .sub-menu-text.dashboard-sub-tabs ul li:first-child {
    padding-left: 15px;
  }

  .sub-menu-text.patron-sub-tabs ul li:last-child,
  .sub-menu-text.dashboard-sub-tabs ul li:last-child {
    padding-right: 15px;
  }

  .sub-menu-text.patron-sub-tabs ul li,
  .sub-menu-text.dashboard-sub-tabs ul li {
    display: inline-block;
    padding: 5px 0;
  }

  .extra-nav-margin {
    margin-top: 0
  }

  .patron-edit .new-tab {
    padding: 15px;
  }

  .patron-setting-main-menu #easyAccessTopBar .navigation,
  .edit-profile-main-menu #easyAccessTopBar .navigation{
    overflow: auto;
    white-space: nowrap;
  }

  .patron-setting-main-menu #easyAccessTopBar {
    width: 100%;
  }
  .setting-margin {
    margin-top: 20px;
  }
}

@media(max-width:767px) {
  .payment-lock .text-right, 
  #patronPostEditModal .text-right,
  .early-access-main-holder .text-right.mobile-move-left {
    text-align: left;
  }
  .xs-pull-left {
    float: left!important;
  }
  .patron-tabs .nav-pills&gt;li a, .product-tabs .nav-pills&gt;li a {
    border-radius: 10px;
  }
  .patron-tabs .nav-pills &gt; li a {
    line-height: 1.2;
    padding: 7px;
    font-size: 14px;
  }
  .section-top-inner {
    padding: 0;
  }
  .supporter-form-groups {
    width: calc(50% - 10px)!important;
  }
  .patron-tabs .patron-setting .text-right-inline {
    display: block;
    float: unset;
    text-align: left;
  }
  .patron-tabs .patron-setting .label-mobile {
    margin-top: 5px;
    display: block;
  }
  .patron-tabs .patron-setting .text-left-mobile,
  .subscriptions-add-posts .text-left-mobile {
    text-align: left;
  }
  .profileTab .patron-tabs .next-prev-div {
    right: 15px;
  }
  .profileTab .patron-tabs input.plus-input-box {
    width: 110px;
  }
  .subscriptions-add-posts .primary-button {
    width: 130px;
  }
  .patron-wrapper .pull-right,
  .subscribers-post-list .pull-right,
  .patron-post-edit-modal .email-holder .mobile-align{
    float: unset!important;
    display: block!important;
  }
  .patron-post-edit-modal .email-holder .mobile-align{
    margin-top: 10px;
  }
}

@media (max-width: 576px) { 
  .mobile-btn {
    width: auto;
  }
  .patron-tabs {
    padding: 15px;
  }
  .profileTab .patron-wrapper .patron-setting {
    padding: 15px;
  }
  .patron-setting .image-upload-box .subscription-select-btn {
    width: 100%;
  }
  .patron-setting .image-upload-box .subscription-upload-label {
    width: 50%;
    padding: 0 10px;
    float: left;
  }
  .patron-setting .image-upload-box .subscription-upload-btn {
    width: 45%;
  }
  .supporter-form-groups {
    width: 100%!important;
  }
  #myFollowersFollowingTemplateContainer .login-card{
    padding: 0;
  }
 }

@media only screen and (max-width: 1310px) and (min-width: 992px) {
  .recent-post-listing {
    width: 75%;
  }
}

/* pricing page */
.pricing-page {
  color: #fff;
  /* margin-top: 105px; */
  /* background-image: url("../images/sns/pricing-bg-img.png"), linear-gradient(#24001F, #59004C,#48003D,#222222); */
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(36, 0, 31, 0.95), 
      rgba(89, 0, 76, 0.95),
      rgba(72, 0, 61, 0.95), 
      rgb(15, 15, 15)
    ),
    /* bottom, image */
    url('../images/sns/pricing-bg-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pricing-page .top-banner-img {
  width: 500px;
  padding-top: 25px
}

@media (max-width: 768px) {
  .pricing-page .top-banner-img {
    width: 100%;
  }
}
.pricing-page .main-title {
  font-weight: 300;
  font-size: 40px;
  margin-top: 0;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.2;
}

.pricing-page .main-subtitle {
  font-weight: 300;
  font-size: 32px;
  max-width: 750px;
  margin: 30px auto;
  line-height: 1.2;
}

.pricing-page .main-subtitle .bold {
  font-weight: 700;
}

.pricing-page .whats-included-section {
  margin-top: 50px;
}

.pricing-page .whats-included-section .included-title {
  font-weight: 300;
  font-size: 40px;
  margin-top: 0;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.2;
}

.whats-included-section h4 {
  font-weight: 700;
  color: #fff;
  margin-top: -50px;
}

.whats-included-section h4+p {
  font-weight: 300;
  color: #fff;
}

.packages-card-section {
  margin-bottom: 50px
}

.outer-card {
  background: #000;
}

.packages-card-section .packages-card {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top center!important;
}

.packages-card-section .packages-card:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9));
}
/* 
.packages-card-section .packages-card-2 {
    position: relative;
    background: 
    linear-gradient(
      rgba(0,0,0, 0.6), 
      rgba(0,0,0, 0.6)
    ),
    url('../images/sns/pricing-banner-2.jpg');
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.packages-card-section .packages-card-2:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9));
}

.packages-card-section .packages-card-3 {
    position: relative;
    background: 
    linear-gradient(
      rgba(0,0,0, 0.6), 
      rgba(0,0,0, 0.6)
    ),
    url('../images/sns/pricing-banner-3.jpg');
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.packages-card-section .packages-card-3:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9));
}

.packages-card-section .packages-card-4 {
    position: relative;
    background: 
    linear-gradient(
      rgba(0,0,0, 0.6), 
      rgba(0,0,0, 0.6)
    ),
    url('../images/sns/pricing-banner-4.jpg');
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.packages-card-section .packages-card-4:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9));
}

.packages-card-section .packages-card-5 {
    position: relative;
    background: 
    linear-gradient(
      rgba(0,0,0, 0.6), 
      rgba(0,0,0, 0.6)
    ),
    url('../images/sns/pricing-banner-5.jpg');
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.packages-card-section .packages-card-5:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9));
} */

.packages-card-section .package-title {
  font-weight: 300;
  font-size: 40px;
  margin-top: 0;
  max-width: 750px;
  margin: 50px auto;
  line-height: 1.2;
}

.packages-card-section .pricing-type {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

.packages-card-section .pink-check-icon {
  margin-right: 5px;
}

.packages-card-section .price-btn {
  background: none;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin: 15px 0;
  font-weight: 700;
  border: 2px solid #fff;
  text-align: center;
}

.read-more-section {
  position: relative;
  margin-top: -90px;
  padding-bottom: 20px;
}

.read-more-section .inner-section{
  overflow: hidden;
  height: 415px;
  position: relative;
}

.read-more-section .inner-section:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
  z-index: 1;
}

.read-more-section .inner-section.disappear:before{
  display: none;
}

.read-more-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8));
}

.read-more-section .read-more-text {
  font-weight: 300;
  position: relative;
  padding: 0 20px;
}

.read-more-section .read-more-text *,
.read-more-section .read-more-text * :hover {
  color: #fff!important;
  background-color: transparent!important;
  font-family: 'Lato', sans-serif!important;
  line-height: 1.5!important;
  font-size: 16px!important;
  letter-spacing: 0.5px!important;
}

.read-more-section .read-more-text * strong,
.read-more-section .read-more-text * bold {
  font-weight: 400!important;
}

.outer-card[data-issubscribed="true"] .subscribe-btn {
  background: #ffffff;
  color: #d544da;
}

.packages-card-section .subscribe-btn {
  display: block;
  background: #d544da;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  border: none;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.read-more-section .read-more-btn{
  background: none;
  border: none;
  border-bottom: 2px solid #da4ddf;
  margin-bottom: 10px;
  margin-left: 15px;
  z-index: 1;
  position: relative;
}

.packages-card-section .floated-supporters{
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.packages-card-section .supporters-icon{
  width: 20px;
  margin-right: 10px;
}

/* sns home page */
.sns-landing-page-section {
  /* margin-top: 70px; */
  background:  #f3f3f3;
}

.sns-landing-page-section .top-slider-section .flexslider {

}

.sns-landing-page-section .top-slider-section {
  background: black;
  /* margin-top: 100px; */
  position: relative;
}

.sns-landing-page-section .top-slider-section .flexslider .slide-container li {
  overflow: hidden;
  /* cursor: pointer; */
  position: relative;
  height: 540px;
}

.sns-landing-page-section .top-slider-section .flexslider .slide-container li:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.sns-landing-page-section .top-slider-section .homeslideshow{
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

.sns-landing-page-section .top-slider-section .homeslideshow .episode-name{
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  white-space: normal; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.sns-landing-page-section .top-slider-section .homeslideshow .upload-age-by {
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.sns-landing-page-section .top-slider-section .read-more-link {
  font-size: 11px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 2px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  left: 15px;
  bottom: -60px;
}

.sns-landing-page-section .top-slider-section .homeslideshow .read-more-link:hover {
  background: #fff;
  color: #111;
}

.sns-landing-page-section .top-slider-section .pager-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -130px;
}

.sns-landing-page-section .top-slider-section .pager-container .top-episodes {
  border: none;
  border-left: 3px solid #fff;
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.sns-landing-page-section .top-slider-section .pager-container .top-episodes:hover,
.sns-landing-page-section .top-slider-section .pager-container .top-episodes.active {
  border-left: 3px solid #d544da;
}

.sns-landing-page-section .top-slider-section .pager-container .top-episodes .ep-details {
  transition: 0.3s;
}

.sns-landing-page-section .top-slider-section .pager-container .top-episodes:hover .ep-details,
.sns-landing-page-section .top-slider-section .pager-container .top-episodes.active .ep-details{
  transform: translateY(-15px);
}

.sns-landing-page-section .top-slider-section .pager-container .upload-age {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.75;
  letter-spacing: 2px;
  font-size: 10px;
}

.sns-landing-page-section .top-slider-section .pager-container .episode-name{
  color: #fff;
  font-size: 18px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  text-transform: capitalize;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  text-overflow: ellipsis;
  height: 52px;
  text-transform: uppercase;
}

.sns-landing-page-section .top-slider-section .flexslider .flex-direction-nav a {
  width: 30px;
  height: 100%;
  background: rgba(0,0,0,0.75);
  top: 20px;
}

.sns-landing-page-section .top-slider-section .flex-direction-nav .flex-next {
  right: 0;
}

.sns-landing-page-section .top-slider-section .flex-direction-nav .flex-prev {
  left: 0;
}

.sns-landing-page-section .top-slider-section .flexslider .flex-direction-nav a:before {
  font-size: 20px;
  color: #fff;
  margin: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.sns-landing-page-section .top-slider-section .flexslider .flex-direction-nav a:before {
  font-size: 20px;
  color: #fff;
}
/* slider animation */
.sns-landing-page-section .top-slider-section .slide-container li img{
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

.sns-landing-page-section .top-slider-section .slide-container li.flex-active-slide img{
  -webkit-animation: ZoomIn 10s linear;
  animation: ZoomIn 10s linear;
}

@-webkit-keyframes ZoomIn {
  from {
    width: 100%;
    height: 100%;
  }
  to {
    width: 150%;
    height: 150%;
  }
}

@keyframes ZoomIn {
  from {
    width: 100%;
    height: 100%;
  }
  to {
    width: 150%;
    height: 150%;
  }
}

/* slider animation ends*/

#podcastListingHome .episode-listing-home:first-child {
  width: 100%;
}

.sns-landing-page-section .episode-card {
  height: 317px;
  margin: 5px;
  color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.sns-landing-page-section .episode-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.sns-landing-page-section .episode-card img{
  width: 100%;
  height: inherit;
  object-fit: cover;
  transition: all 0.5s;
  position: relative;
  display: block;
}

.sns-landing-page-section .episode-card:hover img{
  transform: scale(1.2);
}

.sns-landing-page-section .episode-card .upload-age {
  padding: 30px 40px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 500;
  z-index: 2;
}

.sns-landing-page-section .episode-card .upload-age span{
  margin-right: 10px;
  display: inline-block;
}

.sns-landing-page-section .episode-card .episode-details {
  padding: 40px 40px 100px 40px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  word-break: break-word;
}

.sns-landing-page-section .episode-type{
  font-size: 11px;
  background: #d544da;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 8px;
}

.sns-landing-page-section .episode-type.premium-tag,
.sns-landing-page-section .episode-type.plus-tag{
  background: #333333;
  margin-left: 12px;
  min-width: 70px;
  text-align: center;
  display: none;
}

.sns-landing-page-section .episode-type.premium-tag::before,
.sns-landing-page-section .episode-type.plus-tag::before {
  border-right: 8px solid #333333;
}

.sns-landing-page-section .episode-type.premium-tag::after,
.sns-landing-page-section .episode-type.plus-tag::after{
  border-left: 8px solid #333333; 
}

.sns-landing-page-section li[data-type="1"] .episode-type.premium-tag,
.sns-landing-page-section .episode-listing-home[data-type="1"] .episode-type.premium-tag{
  display: inline-block;
}
.sns-landing-page-section li[data-type="2"] .episode-type.plus-tag,
.sns-landing-page-section .episode-listing-home[data-type="2"] .episode-type.plus-tag {
  display: inline-block;
}

.sns-landing-page-section .episode-type:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  display: block;
  height: 34px;
  border-bottom: 0px solid transparent;
  border-right: 8px solid #d544da;
  border-top: 34px solid transparent;
}

.sns-landing-page-section .episode-type:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  width: 8px;
  display: block;
  height: 34px;
  border-bottom: 34px solid transparent;
  border-left: 8px solid #d544da;
  border-top: 0px solid transparent;
}

.sns-landing-page-section .episode-listing-home:first-child .episode-card .episode-details .episode-name{max-width: 500px;}
.sns-landing-page-section .episode-card .episode-details .episode-name{
  font-size: 26px;
  font-weight: 900;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
  width: inherit;
  max-height: 53px;
}
.sns-landing-page-section .episode-card .episode-details .episode-name {
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  max-height: 100%;
}

.sns-landing-page-section .read-more-link {
  font-size: 11px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 4px 14px;
  border-radius: 2px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 50px;
  left: 40px;
  text-transform: uppercase;
  z-index: 3;
}

.sns-landing-page-section .read-more-link:hover {
  background: #fff;
  color: #111;
}

.home-pagination {
  background: #f5f5f5;
  padding: 0 10px;
}

.home-pagination li a,
.home-pagination li span{
  border: 2px solid #dcdcdc;
  margin: 5px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 15px;
  background: #f5f5f5;
  display: inline-block;
}

.home-pagination li .ellipse.clickable {
  pointer-events: none;
}

.home-pagination&gt;.disabled&gt;span {
  background: #f5f5f5;
  border-radius: 0;
}

.home-pagination&gt;.disabled&gt;span, .pagination&gt;.disabled&gt;span:hover {
  background: #f5f5f5;
}

.home-pagination&gt;li:first-child&gt;span {
  border-radius: 0;
}

.home-pagination li a:hover,
.home-pagination li span:hover {
  background: transparent;
  border: 2px solid #111;
  color: #111;
}

.home-pagination&gt;.active&gt;a,
.home-pagination&gt;.active&gt;a:hover,
.home-pagination&gt;.active&gt;span,
.home-pagination&gt;.active&gt;span:hover {
  border: 2px solid #111;
  background: transparent;
  color: #111;
}

.home-pagination&gt;li:last-child&gt;a, 
.home-pagination&gt;li:first-child&gt;a {
  border-radius: 0;
}


.sns-landing-page-section .divider{
  margin: 10px 0 40px 0;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-color: #e7e7e7;
  border-color: rgba(0,0,0,.05);
  height: 6px;
  margin-top: -55px;
}

.sns-landing-page-section .twitter-text {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
}

.sns-landing-page-section .bottom-slider-section {
  margin-top: 10px;
  margin-bottom: 4px;
  height: 395px;
  overflow: hidden;
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait{
  margin: 2px;
  color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 395px;
  display: block;
}
.sns-landing-page-section .card-link{
  overflow: hidden;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -99999999px;
}
.sns-landing-page-section .top-slider-section .card-link {
  overflow: hidden;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -99999999px;
}


.sns-landing-page-section .bottom-slider-section .episode-card-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait:hover img{
  transform: scale(1.2);
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait .upload-age {
  padding: 40px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 500;
  z-index: 2;
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait .upload-age span {
  margin-right: 10px;
  display: inline-block;
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait .episode-details {
  padding: 40px 40px 110px 40px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.sns-landing-page-section .bottom-slider-section .flexslider .flex-direction-nav a {
  width: 30px;
  height: 100%;
  background: rgba(0,0,0,0.75);
  top: 2px;
}

.sns-landing-page-section .bottom-slider-section .flexslider .flex-direction-nav a:before {
  font-size: 20px;
  color: #fff;
  margin: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.sns-landing-page-section .bottom-slider-section .episode-card-portrait .episode-name a{
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word; /* for firefox */
  width: inherit;
  max-height: 53px;
}

.sns-landing-page-section .bottom-slider-section .flex-direction-nav .flex-prev {
  left: 0;
}

.sns-landing-page-section .bottom-slider-section .flex-direction-nav .flex-next {
  right: 0;
}

.sns-landing-page-section .bottom-slider-section .flex-direction-nav a {
  top: 0;
  margin: 0;
}

@media (max-width:1200px) { 
  .sns-landing-page-section .top-slider-section .pager-container .episode-name {
    font-size: 16px;
  }
  .sns-landing-page-section .top-slider-section .homeslideshow .episode-name {
    font-size: 50px
  }
}
@media (max-width:992px) { 
  .sns-landing-page-section .top-slider-section .homeslideshow {
      padding: 50px 30px 50px 30px
  }
  .sns-landing-page-section .top-slider-section .homeslideshow .episode-name,
  .sns-landing-page-section .episode-card .episode-details .episode-name {
    font-size: 24px;
  }
  .sns-landing-page-section .top-slider-section .flexslider .slide-container li {
    height: 250px;
  }
  .sns-landing-page-section .top-slider-section .card-link {
    z-index: 15;
    display: block;
  }
}


/* audio post type */
#patronPostEditModal .modal-body {
    padding: 10px 15px;
}

.post-audio-div-holder .dashed-bg,
.edit-audio-post-holder .dashed-bg,
.post-video-section .dashed-bg,
.patron-post-edit-modal .video-upload-holder .dashed-bg{
  border: 2px dashed #ececec;
  background: #fdfdfd;
  padding: 10px 20px;
  height: 130px;
}

.post-audio-div-holder .upload-btn,
.edit-audio-post-holder .upload-btn,
.post-video-section .upload-btn,
.patron-post-edit-modal .video-upload-holder .upload-btn {
  display: block;
  background: #d544da;
  width: 150px;
  margin: 10px auto 0;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-audio-div-holder .fixed-height-text,
.edit-audio-post-holder .fixed-height-text,
.post-video-section .fixed-height-text,
.patron-post-edit-modal .video-upload-holder .fixed-height-text{
  height: 130px;
}

.post-audio-div-holder .fixed-height-text&gt;div,
.edit-audio-post-holder .fixed-height-text&gt;div,
.post-video-section .fixed-height-text&gt;div,
.patron-post-edit-modal .video-upload-holder .fixed-height-text&gt;div{
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.post-audio-div-holder .audio-url-input,
.edit-audio-post-holder .audio-url-input,
.post-video-section .audio-url-input,
.patron-post-edit-modal .video-upload-holder .audio-url-input {
  border: none;
  background: none;
  border-bottom: 2px solid #d544da;
  margin-top: 10px;
  padding: 10px 30px 7px;
}

.post-audio-div-holder .audio-post-url-icon,
.edit-audio-post-holder .audio-post-url-icon,
.post-video-section .audio-post-url-icon,
.patron-post-edit-modal .video-upload-holder .audio-post-url-icon {
  color: #d544da;
  position: absolute;
  left: 5px;
  bottom: 10px;
}

#postSubscribePopup .modal-dialog {
  width: 500px;
}

#postSubscribePopup .modal-header {
  position: absolute;
  right: 0;
  border: none;
  z-index: 1;
}

#postSubscribePopup .modal-body {
  padding: 30px 15px;
}

#postSubscribePopup .modal-body .title {
  color: #3c3c3c;
  font-weight: 300;
  font-size: 28px;
  font-family: 'Raleway', sans-serif;
  margin-top: 15px;
}

#postSubscribePopup .modal-body .sub-title {
  color: #707070;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 20px;
  max-width: 440px;
  margin: 10px auto 20px;
}

.rss-feed-div {
  padding: 20px;
}

@media (max-width:768px) { 
  #patronPostEditModal .modal-body {
    padding: auto;
  }

  .post-audio-div-holder .fixed-height-text,
  .edit-audio-post-holder .fixed-height-text{
    height: 50px;
  }
  .rss-feed-div {
    padding: 15px;
  }
  .sns-landing-page-section .top-slider-section .slide-container li.flex-active-slide img{
  -webkit-animation: none;
  animation: none;
  }
  .post-audio-div-holder .fixed-height-text, 
  .edit-audio-post-holder .fixed-height-text, 
  .post-video-section .fixed-height-text,
  .patron-post-edit-modal .video-upload-holder .fixed-height-text {
    height: 50px;
  }
}

/* donate section */
.donate-section {
  /* margin-top: 105px; */
  margin-bottom: 70px;
}

.donate-section h2 {
  color: #333;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700
}

.donate-section p {
  color: #777;
  font-size: 16px;
  line-height: 1.9em;
}

/* progress bar color override */
.progress-bar.progress-bar-main {
  background-color: #d544da;
}

/* direct msg section */
.dm-section {
  margin-top: 50px;
}

.message-page {
  position: relative;
}

.chat-right-section .back-to-overview {
  position: relative;
  top: 10px;
  cursor: pointer;
}

@media (max-width:992px) { 
  .dm-section {
    margin-top: 0;
  }

  .message-page {
    margin-bottom: 0;
  }

  .message-page .scrollit2 {
    height: 360px;
    overflow: auto;
  }

  .message-page .chat-right-section {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
  }

  .message-page .chat_head {
    color: #fff;
    padding: 15px;
  }

  .directMessageTextRow {
    min-width: auto;
  }

  .message-page .scrollit {
    overflow: auto;
    padding-bottom: 0;
    box-shadow: inset 0px -4px 10px 0px #e0e0e0;
  }
}

/* plus top ribbon */

.top-subscribe-section {
  background: #d653c5;
  width: 100%;
  z-index: 14;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-align: center;
}

.top-subscribe-section .plus {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.top-subscribe-section .sub-text {
  padding-left: 10px;
  /*font-style: italic;*/
  font-weight: 200;
  font-size: 18px;
}
.top-subscribe-section +.navbar-default {
  /* margin-top: 35px; */
}
.top-subscribe-section .top-subscribe-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* top hot section */
.top-hot-section {
  background: #111;
  color: #acacac;
  padding: 0;
  font-size: 12px;
  line-height: 37px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.top-hot-section .topbar-left {
  float: left;
  width: 50%;
}

.top-hot-section .topbar-right {
  float: right;
  cursor: pointer;
}

.top-hot-section .hot-title {
  position: relative;
  background: #333;
  float: left;
  margin-left: -999999px;
  padding-left: 999990px;
  padding-right: 10px;
  white-space: nowrap;
}

.top-hot-section .hot-title:after{
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  border-top: 37px solid #333;
  border-right: 20px solid transparent;
  border-bottom: 0 solid #fff;
  right: -20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.top-hot-section .hot-ticker {
  /* float: left; */
  margin-left: 30px;
  color: #acacac;
  text-decoration: none;
  display: block;
  word-break: break-word;
  max-width: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-hot-section .topbar-right i, .topbar-right a i {
  display: inline-block;
  line-height: 37px;
  font-size: 18px;
  margin-left: 1px;
  color: #e3e3e3;
  padding: 0 10px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.top-hot-section a:hover i.fa-facebook {
    background-color: #3b5998;
}

.top-hot-section a:hover i.fa-twitter {
    background-color: #39a9e0;
}

.top-hot-section a:hover i.fa-instagram {
    background-color: #4e433c;
}

.top-hot-section a:hover i.fa-youtube-play {
    background-color: #c4302b;
}
@media screen and (max-width: 768px) {
  .top-subscribe-section .sub-text {
    display: none;
  }

  .top-hot-section .topbar-left {
    float: unset;
    width: 100%;
  }
  .top-hot-section .hot-ticker {
    float: unset;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .top-hot-section .topbar-right {
    float: unset;
    text-align: center;
    display: block;
  }
  .mCustomScrollBox {
    margin-bottom: 0;
  }
}

/* comment section */
.comment-section .comment-list:not(:last-child){
  border-bottom: 1px solid #e6e6e6;
}

/* wordpress overrides */
.profile-setting.wordpress .admin-dropdown-menu li {
  margin: 0;
  list-style: none;
}

.sf-menu li:first-child {
  display: none;
}

#mobilemenu .mm-search {
  display: none;
}

#mm-1 .mm-listview .profile-img-wrapper{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

#mm-1 .mm-listview .profile-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#ea_one.easy_accordion_wrapper div.single_accordion h2.ea-item-head {
  padding-left: 50px;
}
div#ea_one.easy_accordion_wrapper div.single_accordion h2.ea-item-head:before {
  width: 36px;
  height: 36px;
}
div#ea_one.easy_accordion_wrapper div.single_accordion div.ea-item-body {
  padding-left: 50px;
}

@media (max-width:1200px) {
  .sf-menu li &gt; a {
    padding: 1.2em 0.8em;
  }
}

@media (max-width:992px) { 
  .profile-setting.wordpress {
    display: none;
  }

  .sf-menu li:first-child {
    display: block;
  }
}

/* wordpress overrides ends*/

/* iOS bootstrap modal background scroll fix hack */
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .modal-open,
  body.slide-active,
  html.slide-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    margin-top: 0!important;
  }
  .modal-open .sticky,
  body.slide-active .sticky,
  html.slide-active .sticky {
    position: unset!important;
    top: unset;
  }
}</pre></body></html>