@charset "UTF-8";
/*
 Theme Name:   Himal Theme Child
 Theme URI:    http://saberion.com
 Description:  Vogue Theme
 Author:       Manoj Wijerathne
 Author URI:   http://saberion.com
 Template:     himaltheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  himaltheme-child
*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
.fullwidth {
  width: 100%;
  float: left; }

.halfwidth {
  width: 50%;
  float: left; }

br {
  display: block !important; }

a:focus, button:focus, input:focus, select:focus {
  outline: 0px solid #fff !important;
  text-decoration: none; }

a {
  text-decoration: none;
  transition: all  0.3s ease;
  cursor: pointer;
  color: #CA3036; }
  a:visited {
    color: #CA3036; }
  a:hover {
    text-decoration: none; }

.topmenu-wrap a {
  color: #fff; }
  .topmenu-wrap a:visited {
    color: #fff; }

body {
  font-family: 'Melior'; }
  body .container {
    width: 100%;
    max-width: 1300px; }

h2, h3, h1, h4, h5 {
  font-family: 'Melior'; }

p {
  font-family: 'Melior';
  font-weight: 400; }

input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0; }

header {
  float: left;
  width: 100%;
  border-bottom: 2px solid #D6DCE0;
  background-color: #FFFFFF; }
  header .header-top {
    background: #CA3036; }
    header .header-top .subscribbox {
      float: left;
      width: 300px;
      background: url("images/icon-newsletter.png") left center no-repeat;
      padding-left: 30px;
      background-size: 22px; }
      header .header-top .subscribbox a {
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 0.47px;
        font-weight: 600;
        line-height: 40px; }
        header .header-top .subscribbox a i {
          font-weight: 400; }
    header .header-top .topmenu-wrap {
      float: left;
      width: calc(100% - 300px);
      text-align: right;
      font-family: 'Open Sans Condensed'; }
      header .header-top .topmenu-wrap ul {
        float: left;
        width: 100%;
        text-align: right;
        height: auto;
        padding: 12px 0 0 0;
        margin: 0; }
        header .header-top .topmenu-wrap ul li {
          list-style-type: none;
          display: inline-block;
          float: none; }
          header .header-top .topmenu-wrap ul li a {
            float: left;
            font-size: 13px;
            color: #FFFFFF;
            letter-spacing: 0.43px;
            text-transform: uppercase;
            font-weight: 600;
            opacity: 1;
            font-family: 'Open Sans Condensed'; }
            header .header-top .topmenu-wrap ul li a:hover {
              color: #000; }
          header .header-top .topmenu-wrap ul li.current-menu-item a {
            color: #000; }
      header .header-top .topmenu-wrap .menu-top-menu-container {
        display: inline-block;
        padding-right: 30px; }
      header .header-top .topmenu-wrap .social-iocns {
        float: right;
        padding-top: 10px; }
        header .header-top .topmenu-wrap .social-iocns span {
          display: inline-block;
          color: #fff;
          padding: 0px 10px; }
        header .header-top .topmenu-wrap .social-iocns .loginlink {
          font-size: 13px;
          color: #FFFFFF;
          letter-spacing: 0.43px;
          text-transform: uppercase;
          font-weight: 600;
          opacity: 1; }
    @media (max-width: 991px) {
      header .header-top {
        display: none; } }
  header .main-header {
    padding: 15px 0px; }
    @media (max-width: 1006px) {
      header .main-header {
        position: fixed;
        z-index: 100;
        background: #fff;
        top: 0; } }
    @media (max-width: 767px) {
      header .main-header {
        padding: 0px;
        border-bottom: 1px solid #eee;
        top: 0; } }
    header .main-header .widget-handle .function {
      display: none; }
    header .main-header .widget-handle.toggle-search .function {
      display: block;
      opacity: 1;
      visibility: visible; }
    header .main-header .nav-bar {
      height: auto;
      max-height: 100%; }
    header .main-header .module {
      height: auto; }
      @media (max-width: 991px) {
        header .main-header .module.site-title-container {
          max-width: 300px; } }
      @media (max-width: 767px) {
        header .main-header .module.site-title-container {
          max-width: 180px; } }
      @media (max-width: 470px) {
        header .main-header .module.site-title-container {
          max-width: 140px; } }
    header .main-header .module-group {
      height: auto; }
    header .main-header .site-title-container a {
      height: auto; }
    header .main-header .site-title-container .logo {
      height: 80px;
      max-height: 100%; }
      @media (max-width: 991px) {
        header .main-header .site-title-container .logo {
          height: 60px; } }
    header .main-header .main-navigation {
      border: 0px; }
      header .main-header .main-navigation.fixed {
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); }
    header .main-header .right {
      padding-top: 50px; }
      header .main-header .right .fixed-view {
        display: none; }
      header .main-header .right .mobile-view {
        display: none; }
        header .main-header .right .mobile-view .search-mobile {
          float: left;
          width: 100%;
          padding: 10px 0px; }
        header .main-header .right .mobile-view ul {
          padding: 20px 0px; }
          @media (max-width: 767px) {
            header .main-header .right .mobile-view ul {
              padding: 0 0 10px 0px; } }
          header .main-header .right .mobile-view ul li {
            float: left;
            width: 100%;
            padding: 10px 0px; }
            header .main-header .right .mobile-view ul li.menu-item-has-children {
              background: url("images/arrow-head-down.png") top 12px right no-repeat;
              background-size: 12px; }
            header .main-header .right .mobile-view ul li ul {
              padding: 20px 0 0 20px;
              display: none; }
              header .main-header .right .mobile-view ul li ul li {
                padding: 5px 0px; }
                header .main-header .right .mobile-view ul li ul li a {
                  font-size: 13px; }
            header .main-header .right .mobile-view ul li a {
              font-size: 15px;
              line-height: 16px;
              height: 16px;
              color: #343434;
              letter-spacing: 0.5px;
              padding: 0;
              margin: 0px; }
            header .main-header .right .mobile-view ul li:last-child a {
              border: 0px;
              padding: 0px; }
        header .main-header .right .mobile-view .social-iocns {
          float: left;
          width: 100%;
          text-align: left; }
          header .main-header .right .mobile-view .social-iocns span {
            display: inline-block;
            color: #fff;
            padding: 0px 10px; }
      @media (max-width: 991px) {
        header .main-header .right .fixed-view {
          display: none; }
        header .main-header .right .mobile-view {
          display: block; }
        header .main-header .right .default-view {
          display: none; } }
      header .main-header .right ul {
        height: auto; }
        header .main-header .right ul li a {
          font-weight: 700;
          font-size: 16px;
          color: #343434;
          letter-spacing: 0.5px;
          opacity: 1;
          line-height: 34px;
          height: 34px;
          float: left;
          font-family: 'Open Sans Condensed'; }
        header .main-header .right ul li > a {
          border-bottom: 3px solid #FFF; }
        header .main-header .right ul li.current-menu-item > a {
          border-bottom: 3px solid #D8232A; }
          @media (max-width: 991px) {
            header .main-header .right ul li.current-menu-item > a {
              border-bottom: 3px solid #FFF;
              color: #D8232A; } }
        header .main-header .right ul li.current-menu-ancestor > a {
          border-bottom: 3px solid #D8232A; }
        header .main-header .right ul li.dropdown:after {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 0px;
          content: "\f107";
          font-family: 'fontawesome';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          background: url("images/red-wrrow-head-down.png") center no-repeat;
          width: 10px;
          height: 35px; }
        header .main-header .right ul li.menu-item-19691 a {
          border: 1px solid   #D8232A;
          padding: 0px 30px;
          border-radius: 17px; }
        header .main-header .right ul li ul li {
          text-align: left; }
          header .main-header .right ul li ul li a {
            font-weight: 700;
            font-size: 14px;
            color: #343434;
            letter-spacing: 0.5px;
            opacity: 1;
            line-height: 35px;
            height: 35px;
            float: none;
            padding: 0px 15px; }
            header .main-header .right ul li ul li a:hover {
              background: #fff;
              color: #D8232A; }
          header .main-header .right ul li ul li.current_page_item a {
            background: #fff;
            color: #D8232A; }
            header .main-header .right ul li ul li.current_page_item a:focus {
              background: #fff; }
        header .main-header .right ul li .dropdown-menu > .active > a, header .main-header .right ul li .dropdown-menu > .active > a:focus, header .main-header .right ul li .dropdown-menu > .active > a:hover {
          background: #D8232A;
          color: #fff; }
      @media (max-width: 991px) {
        header .main-header .right {
          padding-top: 10px; }
          header .main-header .right .fa-bars {
            color: #D8232A;
            opacity: 1; } }
      @media (max-width: 470px) {
        header .main-header .right .fa-bars {
          margin-top: -15px; } }
    header .main-header .search-widget-handle {
      height: 25px;
      border-left: 1px solid #C4CACE;
      margin-top: 5px; }
      @media (max-width: 991px) {
        header .main-header .search-widget-handle {
          float: left !important;
          width: 100%;
          height: auto; } }
      header .main-header .search-widget-handle .search {
        height: 25px; }
        header .main-header .search-widget-handle .search i {
          line-height: 25px;
          float: left;
          opacity: 1; }
    header .main-header .fixed .site-title-container img {
      height: 30px; }
    header .main-header .fixed .right {
      padding-top: 10px; }
      header .main-header .fixed .right .default-view {
        display: none; }
      header .main-header .fixed .right .fixed-view {
        display: block; }
    header .main-header .fixed .menu-fixed-menu-container {
      float: left; }
    header .main-header .fixed .loginlink {
      float: right;
      font-weight: 700;
      font-size: 16px;
      color: #343434;
      letter-spacing: 0.5px;
      opacity: 1;
      line-height: 34px;
      height: 34px;
      font-family: 'Open Sans Condensed';
      text-transform: uppercase;
      padding-left: 20px; }
    header .main-header .member-block-btn {
      font-size: 12px;
      color: #CA3036;
      letter-spacing: 1.4px;
      font-weight: 600;
      text-transform: uppercase;
      background: #F7D437;
      border: 1px solid #F7D437;
      height: 26px;
      line-height: 26px;
      padding: 0px 15px;
      border-radius: 13px;
      display: inline-block;
      font-family: Oswald;
      margin-right: 20px; }
      @media (max-width: 767px) {
        header .main-header .member-block-btn {
          padding: 0px 10px;
          font-size: 10px; } }
  header .nav-open .mobile-view {
    float: left;
    width: 100%; }
    header .nav-open .mobile-view ul {
      display: block; }
  header .header-top-yellow {
    background: #161C37;
    padding: 5px 0px;
    z-index: 10;
    display: none;
    visibility: hidden;
    /* display: none;
     visibility: hidden;
     height: 0px; */ }
    header .header-top-yellow.blue-bg {
      background: #161C37; }
      header .header-top-yellow.blue-bg span {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 60px;
        align-items: center;
        letter-spacing: 0.05em;
        color: #E5E5E5;
        width: auto;
        display: inline-block; }
        @media (max-width: 767px) {
          header .header-top-yellow.blue-bg span {
            width: 100%;
            text-align: center;
            font-size: 20px;
            line-height: 30px !important; } }
      header .header-top-yellow.blue-bg a {
        font-style: italic;
        font-weight: 700;
        font-size: 28px;
        line-height: 60px !important;
        align-items: center;
        letter-spacing: 0.05em;
        color: #FCD237;
        width: auto;
        float: none !important;
        display: inline-block;
        padding-left: 10px; }
        @media (max-width: 767px) {
          header .header-top-yellow.blue-bg a {
            width: 100%;
            text-align: center;
            font-size: 20px;
            line-height: 30px !important;
            padding: 0px; } }
    @media (max-width: 1006px) {
      header .header-top-yellow {
        position: fixed; } }
    header .header-top-yellow .container {
      max-width: 600px; }
    header .header-top-yellow .heading-txt {
      width: calc(100% - 180px);
      float: left; }
      @media (max-width: 991px) {
        header .header-top-yellow .heading-txt {
          width: calc(100% - 150px); } }
    header .header-top-yellow .head-yellow .head-yellow-wrap-desktop {
      display: block; }
      @media (max-width: 767px) {
        header .header-top-yellow .head-yellow .head-yellow-wrap-desktop {
          display: none; } }
    header .header-top-yellow .head-yellow .head-yellow-wrap-mobile {
      display: none; }
      @media (max-width: 767px) {
        header .header-top-yellow .head-yellow .head-yellow-wrap-mobile {
          display: block; } }
    header .header-top-yellow .head-yellow .head-yellow-wrap {
      float: left;
      width: 100%; }
      header .header-top-yellow .head-yellow .head-yellow-wrap span {
        float: left;
        line-height: 60px; }
        header .header-top-yellow .head-yellow .head-yellow-wrap span b {
          color: #E5E5E5;
          font-weight: 700;
          font-size: 26px; }
          @media (max-width: 767px) {
            header .header-top-yellow .head-yellow .head-yellow-wrap span b {
              line-height: 20px;
              font-size: 16px; } }
        header .header-top-yellow .head-yellow .head-yellow-wrap span i {
          font-weight: 400;
          color: #F7D437;
          font-size: 18px; }
          @media (max-width: 767px) {
            header .header-top-yellow .head-yellow .head-yellow-wrap span i {
              line-height: 16px;
              font-size: 12px; } }
      header .header-top-yellow .head-yellow .head-yellow-wrap a {
        float: right; }
        header .header-top-yellow .head-yellow .head-yellow-wrap a img {
          max-height: 60px; }

.home header .member-block-btn {
  display: none; }
  .home header .member-block-btn.fixed {
    display: inline-block; }

footer {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
  position: relative; }
  footer .footer-widgets {
    background: #CA3036;
    padding: 30px 0px 0px 0px; }
    @media (max-width: 991px) {
      footer .footer-widgets .col-sm-12 {
        float: left;
        width: 100%; } }
    footer .footer-widgets .footer-socials .widget_media_image {
      float: left;
      width: 100%;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      padding-bottom: 10px; }
      footer .footer-widgets .footer-socials .widget_media_image img {
        float: none;
        display: inline-block; }
    footer .footer-widgets .footer-socials .widget_custom_html {
      float: left;
      width: 100%;
      text-align: center;
      padding-top: 10px; }
      footer .footer-widgets .footer-socials .widget_custom_html ul {
        float: left;
        width: 100%; }
        footer .footer-widgets .footer-socials .widget_custom_html ul li {
          display: inline-block;
          list-style-type: none;
          padding: 0;
          margin: 5px 10px; }
          footer .footer-widgets .footer-socials .widget_custom_html ul li a img {
            float: left; }
    footer .footer-widgets .footer-menu-wrap .widget_nav_menu {
      float: left;
      width: 50% !important;
      padding-bottom: 40px; }
      @media (max-width: 380px) {
        footer .footer-widgets .footer-menu-wrap .widget_nav_menu {
          width: 100% !important; } }
      footer .footer-widgets .footer-menu-wrap .widget_nav_menu .widget-title {
        margin: 0px 0 15px 0px;
        padding: 0; }
        @media (max-width: 991px) {
          footer .footer-widgets .footer-menu-wrap .widget_nav_menu .widget-title {
            text-align: center; } }
      footer .footer-widgets .footer-menu-wrap .widget_nav_menu ul {
        width: 100%;
        float: left;
        height: auto; }
        footer .footer-widgets .footer-menu-wrap .widget_nav_menu ul li {
          float: left;
          width: 100%;
          padding: 0px;
          margin: 0px;
          border: 0px; }
          @media (max-width: 991px) {
            footer .footer-widgets .footer-menu-wrap .widget_nav_menu ul li {
              text-align: center; } }
          footer .footer-widgets .footer-menu-wrap .widget_nav_menu ul li a {
            font-size: 15px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 26px;
            font-weight: 400; }
            footer .footer-widgets .footer-menu-wrap .widget_nav_menu ul li a:hover {
              color: #000; }
  footer .footer-info {
    background: #171717; }
    @media (max-width: 991px) {
      footer .footer-info {
        text-align: center; } }
    footer .footer-info span {
      font-size: 12px;
      color: #F3F3F3;
      letter-spacing: 2.51px;
      text-align: center;
      text-transform: uppercase;
      line-height: 50px; }
      footer .footer-info span a {
        font-weight: 600;
        font-size: 12px;
        color: #F3F3F3;
        letter-spacing: 2.51px;
        text-align: center; }
    footer .footer-info .footer-right {
      text-align: right; }
      @media (max-width: 991px) {
        footer .footer-info .footer-right {
          text-align: center; } }
  @media (max-width: 991px) {
    footer .footer-subscribe {
      padding-bottom: 10px; } }
  footer .footer-subscribe .widget_text .widget-title {
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0.83px;
    padding: 0 0 15px 0px;
    margin: 0px; }
    footer .footer-subscribe .widget_text .widget-title span {
      font-weight: 300;
      font-size: 25px;
      color: #FFFFFF;
      letter-spacing: 0.87px; }
    @media (max-width: 991px) {
      footer .footer-subscribe .widget_text .widget-title {
        text-align: center; } }
  footer .footer-subscribe .widget_text p {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    padding-bottom: 15px;
    font-weight: 400; }
    @media (max-width: 991px) {
      footer .footer-subscribe .widget_text p {
        text-align: center; } }
  footer .footer-subscribe form {
    float: left;
    width: 100%;
    position: relative; }
    footer .footer-subscribe form fieldset {
      float: left;
      width: 100%; }
      footer .footer-subscribe form fieldset input[type="email"] {
        float: left;
        width: calc(100% - 85px);
        background: #FFFFFF;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #B8BBBD;
        letter-spacing: 0.47px;
        padding: 0px 15px;
        margin: 0px;
        border-radius: 5px;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important; }
      footer .footer-subscribe form fieldset input[type="submit"] {
        background: #2B2B2B;
        height: 40px;
        width: 85px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.47px;
        line-height: 19px;
        float: right;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        min-width: 80px;
        padding: 0px;
        margin: 0px;
        border: 1px solid  #2B2B2B; }
        footer .footer-subscribe form fieldset input[type="submit"]:hover {
          background: #fff;
          color: #333; }
  footer .back-to-top {
    width: 50px;
    height: 50px;
    background: url("images/scroll-to-top.png") center no-repeat transparent;
    font-size: 0px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 300;
    display: none; }
    footer .back-to-top i {
      display: none; }
    footer .back-to-top:hover {
      background: url("images/scroll-to-top.png") center no-repeat transparent; }

form input {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); }
  form input[type="submit"] {
    background: #2B2B2B;
    height: 40px;
    width: 120px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 19px;
    border: 0px;
    padding: 0px;
    border: 1px solid #2B2B2B; }
    form input[type="submit"]:hover {
      background-color: #fff;
      color: #2B2B2B; }

@media (max-width: 991px) {
  .main-container {
    margin-top: 80px;
    float: left;
    width: 100%; } }

.es_subscription_message {
  float: left;
  width: 100%;
  border-radius: 3px; }
  .es_subscription_message.success {
    color: #000;
    background: #fff;
    padding: 10px;
    border: 1px solid #D8232A;
    font-size: 12px;
    font-family: 'Open Sans Condensed'; }
  .es_subscription_message.error {
    color: #D8232A;
    background: #fff;
    padding: 10px;
    border: 1px solid #D8232A;
    font-size: 12px;
    font-family: 'Open Sans Condensed'; }

.section-heading h2 {
  font-weight: 700;
  font-size: 24px;
  color: #343434;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  float: left;
  width: 100%;
  padding: 0px; }
  .section-heading h2 span {
    border-bottom: 4px solid #D8232A;
    padding-bottom: 20px;
    float: left;
    margin-bottom: -4px; }

.memebershipblock {
  background: #FCD237;
  padding: 50px 0px;
  position: relative;
  z-index: 6; }
  .memebershipblock .membership-img {
    text-align: center; }
    .memebershipblock .membership-img img {
      display: inline-block;
      max-width: 100%; }
  .memebershipblock .membership-txt .member-txt-info {
    float: left;
    width: 100%; }
    @media (max-width: 991px) {
      .memebershipblock .membership-txt .member-txt-info {
        text-align: center;
        padding-bottom: 30px; } }
    .memebershipblock .membership-txt .member-txt-info h4 {
      font-weight: 700;
      font-size: 32px;
      color: #000000;
      letter-spacing: 1.07px;
      line-height: 38px;
      padding: 0 0 20px 0px; }
    .memebershipblock .membership-txt .member-txt-info p {
      font-size: 24px;
      color: #000000;
      letter-spacing: 0.8px;
      line-height: 30px;
      max-width: 350px;
      padding-bottom: 30px; }
      @media (max-width: 991px) {
        .memebershipblock .membership-txt .member-txt-info p {
          max-width: 100%; } }
    .memebershipblock .membership-txt .member-txt-info a {
      background: #D8232A;
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      font-weight: 700;
      border: 1px solid #D8232A;
      font-size: 15px;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      display: inline-block;
      padding: 0px 40px;
      font-family: 'Open Sans Condensed'; }
      .memebershipblock .membership-txt .member-txt-info a:hover {
        color: #D8232A;
        background: #fff; }

.inner_page p {
  font-size: 17px;
  color: #424242;
  letter-spacing: 0.57px;
  line-height: 35px; }
.inner_page ul {
  padding: 15px 0px 15px 20px;
  margin: 0px;
  float: left;
  width: 100%; }
  .inner_page ul li {
    list-style-image: url("images/list-iocn.png");
    float: left;
    width: 100%;
    font-size: 17px;
    color: #424242;
    letter-spacing: 0.57px;
    line-height: 35px;
    padding-bottom: 5px;
    padding-left: 10px; }

.pagination span {
  background: #D8232A;
  border: 1px solid #D8232A; }
.pagination a:hover {
  background: #fff;
  color: #D8232A;
  border-color: #D8232A; }

.newsletterbox-widget {
  background: #F8F8F8;
  border: 7px solid #1F1F1F;
  max-width: 390px; }
  .newsletterbox-widget img {
    float: left;
    width: 100%; }
  @media (max-width: 991px) {
    .newsletterbox-widget {
      position: relative;
      max-width: 100%; } }
  .newsletterbox-widget .newsltter-inner {
    float: left;
    width: 100%;
    padding: 20px; }
    .newsletterbox-widget .newsltter-inner .newsleter-logo {
      float: left;
      width: 100%;
      text-align: center; }
      .newsletterbox-widget .newsltter-inner .newsleter-logo img {
        max-width: 140px;
        width: auto;
        height: auto; }
      .newsletterbox-widget .newsltter-inner .newsleter-logo h3 {
        float: left;
        width: 100%;
        font-weight: 700;
        font-size: 25px;
        color: #000000;
        letter-spacing: 0.83px;
        padding: 10px 0 0 0;
        margin: 0; }
    .newsletterbox-widget .newsltter-inner .newsleter-txt {
      float: left;
      width: 100%;
      text-align: center;
      padding: 15px 0px; }
      .newsletterbox-widget .newsltter-inner .newsleter-txt p {
        font-size: 16px;
        color: #000000;
        letter-spacing: 0.53px;
        text-align: center;
        line-height: 35px;
        max-width: 250px;
        float: none;
        display: inline-block; }
    .newsletterbox-widget .newsltter-inner .newsleter-form {
      float: left;
      width: 100%; }
      .newsletterbox-widget .newsltter-inner .newsleter-form fieldset {
        float: left;
        width: 100%;
        padding-top: 30px;
        text-align: center; }
        .newsletterbox-widget .newsltter-inner .newsleter-form fieldset input[type="email"] {
          font-size: 15px;
          color: #686868;
          letter-spacing: 0.5px;
          line-height: 30px;
          background-color: transparent;
          border: 0px;
          padding: 0 0 5px 0px;
          margin: 0 0 30px 0px;
          text-align: left;
          float: left;
          width: 100%;
          border-bottom: 1px solid #979797; }
        .newsletterbox-widget .newsltter-inner .newsleter-form fieldset input[type="submit"] {
          width: 100%;
          max-width: 200px;
          border-radius: 20px !important;
          float: none;
          display: inline-block;
          background: #000000;
          border: 1px solid #000000;
          color: #fff; }
          .newsletterbox-widget .newsltter-inner .newsleter-form fieldset input[type="submit"]:hover {
            color: #000000;
            background: #fff; }

.newsleter-side-widget {
  margin-bottom: 20px; }

.subscribe-box {
  background-size: contain; }
  .subscribe-box .subscribe-wrap-white {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px; }
  .subscribe-box .subscribe-wrap {
    float: left;
    width: 100%;
    border: 7px solid #1F1F1F;
    padding: 20px 0px;
    background: #fff; }
    @media (max-width: 991px) {
      .subscribe-box .subscribe-wrap {
        padding-top: 0px; } }
    .subscribe-box .subscribe-wrap .subscribe-inner {
      background: #fff;
      width: 100%;
      float: left; }
      .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-logo {
        float: left;
        width: 500px;
        background: url("images/newsletter-separator.png") right center no-repeat;
        padding-right: 100px;
        padding-left: 40px;
        padding-top: 30px;
        padding-bottom: 50px; }
        @media (max-width: 991px) {
          .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-logo {
            width: 100%;
            background: none;
            text-align: center;
            padding: 0px 0 20px 0px; } }
        .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-logo img {
          float: left;
          width: 100%; }
        .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-logo h3 {
          font-weight: 700;
          font-size: 25px;
          color: #000000;
          letter-spacing: 0.83px; }
      .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info {
        float: left;
        width: calc(100% - 500px);
        padding: 0px 60px; }
        @media (max-width: 991px) {
          .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info {
            width: 100%;
            text-align: center; } }
        .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-txt {
          float: left;
          width: 100%; }
          .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-txt p {
            font-size: 18px;
            color: #000000;
            letter-spacing: 0.6px;
            line-height: 30px;
            max-width: 600px; }
        .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form {
          float: left;
          width: 100%;
          padding-top: 15px;
          border-bottom: 1px solid #979797;
          padding-bottom: 15px; }
          @media (max-width: 767px) {
            .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form {
              padding-bottom: 0px;
              border-bottom: 0px solid #979797; } }
          .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form form {
            float: left;
            width: 100%;
            position: relative; }
          .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form fieldset {
            float: left;
            width: 100%;
            text-align: center; }
            .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form fieldset input[type="email"] {
              float: left;
              width: calc(100% - 200px);
              background: #fff;
              height: 40px;
              line-height: 40px;
              padding: 0px;
              margin: 0px;
              border-radius: 5px;
              font-size: 18px;
              color: #686868;
              letter-spacing: 0.6px;
              text-align: left; }
              @media (max-width: 767px) {
                .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form fieldset input[type="email"] {
                  width: 100%;
                  border-bottom: 1px solid #979797; } }
            .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form fieldset input[type="submit"] {
              background: #2B2B2B;
              height: 40px;
              line-height: 40px;
              width: 120px;
              text-align: center;
              font-weight: 600;
              text-transform: uppercase;
              font-size: 14px;
              color: #FFFFFF;
              letter-spacing: 0.47px;
              float: right;
              border-radius: 20px !important;
              padding: 0px;
              margin: 0px; }
              @media (max-width: 767px) {
                .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form fieldset input[type="submit"] {
                  float: none;
                  display: inline-block;
                  margin-top: 20px; } }
              .subscribe-box .subscribe-wrap .subscribe-inner .newsleter-info .newsleter-info-form fieldset input[type="submit"]:hover {
                background: #333; }

.upme-wrap {
  font-family: 'Lato', sans-serif; }
  .upme-wrap .error-msg {
    float: left;
    width: 100%;
    padding-top: 5px;
    margin: 0px;
    font-size: 12px;
    color: #dd3d36; }
  .upme-wrap input[type="text"], .upme-wrap input[type="email"], .upme-wrap input[type="password"], .upme-wrap select {
    border: 1px solid #AAA;
    border-radius: 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    font-size: 14px;
    margin: 15px 0 10px 0px; }
  .upme-wrap .upme-user_login input[type="text"], .upme-wrap .upme-user_login input[type="email"], .upme-wrap .upme-user_login input[type="password"], .upme-wrap .upme-user_login select {
    margin: 0 0 10px 0px; }
  .upme-wrap .upme-user_login label {
    padding-top: 10px; }
  .upme-wrap select {
    float: left;
    width: 100%;
    border: 1px solid #AAA;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("images/arrow-head-down.png") center right 10px no-repeat;
    background-size: 10px; }
  .upme-wrap label {
    font-size: 16px;
    line-height: 30px; }
    .upme-wrap label span {
      line-height: 30px; }
  .upme-wrap input[type="submit"].upme-button {
    background-color: #CA3036;
    background-image: none;
    height: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 30px;
    border: 0px;
    padding: 0px 30px;
    border: 1px solid #CA3036;
    float: right;
    font-style: normal;
    width: auto; }
    .upme-wrap input[type="submit"].upme-button:hover {
      color: #CA3036;
      background: #fff; }
  .upme-wrap input[type="button"].upme-button {
    background-color: #CA3036;
    background-image: none;
    height: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 30px;
    border: 0px;
    padding: 0px 30px;
    border: 1px solid #CA3036;
    float: right;
    font-style: normal;
    width: auto; }

.login-wrapper {
  float: left;
  width: 100%;
  text-align: center; }
  .login-wrapper .upme-login {
    float: none;
    display: inline-block;
    max-width: 800px;
    text-align: left; }

.subscribwrap {
  display: none; }

.mob-desk-banner {
  position: relative;
  z-index: 10; }
  .mob-desk-banner.mob-desk-banner-white {
    background: #fff; }
  .mob-desk-banner.mob-desk-banner-gray {
    background: #E3E3E3; }
  .mob-desk-banner.mob-desk-banner-yellow {
    background: #F7D437; }
  @media (max-width: 991px) {
    .mob-desk-banner.hide-mobile {
      display: none; } }
  .mob-desk-banner.show-mobile {
    display: none; }
    @media (max-width: 991px) {
      .mob-desk-banner.show-mobile {
        display: block; } }
  .mob-desk-banner .banner-item {
    text-align: center; }
    .mob-desk-banner .banner-item img {
      float: none;
      width: auto;
      max-width: 100%;
      display: inline-block; }
    .mob-desk-banner .banner-item.banner-desktop {
      display: block;
      text-align: center; }
      @media (max-width: 767px) {
        .mob-desk-banner .banner-item.banner-desktop {
          display: none; } }
      .mob-desk-banner .banner-item.banner-desktop.banner-bc-member {
        border: solid 5px #d8d8d8;
        padding: 20px; }
        .mob-desk-banner .banner-item.banner-desktop.banner-bc-member img {
          float: none;
          display: inline-block;
          max-width: 575px; }
    .mob-desk-banner .banner-item.banner-mobile {
      display: none; }
      @media (max-width: 767px) {
        .mob-desk-banner .banner-item.banner-mobile {
          display: block; } }
  .mob-desk-banner .btn-wraper {
    text-align: center; }
  .mob-desk-banner .btn-archive {
    float: right;
    background: #000000;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.4px;
    height: 30px;
    line-height: 30px;
    padding: 0px 30px;
    border-radius: 15px;
    border: 1px solid #000000;
    margin: -5% 34% 0 0px; }
    .mob-desk-banner .btn-archive:hover {
      color: #000;
      background: #fff; }
  .mob-desk-banner .btn-member {
    float: none;
    background: #000000;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.4px;
    height: 30px;
    line-height: 30px;
    padding: 0px 30px;
    border-radius: 20px;
    border: 1px solid #000000;
    margin-top: -6%;
    margin-right: calc(42% - 125px);
    float: right;
    display: inline-block; }
    @media (max-width: 991px) {
      .mob-desk-banner .btn-member {
        margin-top: -6%;
        margin-right: calc(32% - 125px); } }
    @media (max-width: 767px) {
      .mob-desk-banner .btn-member {
        margin-top: -6%;
        margin-right: 0;
        float: none; } }
    .mob-desk-banner .btn-member:hover {
      color: #000;
      background: #fff; }
  .mob-desk-banner .btn-mediafile {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    border: 1px solid #D8232A;
    background: #D8232A;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding: 0px 20px;
    font-family: 'Open Sans Condensed';
    margin: -40px 0 0 0; }
    .mob-desk-banner .btn-mediafile:hover {
      color: #D8232A;
      background: #fff; }
  .mob-desk-banner .join-btn {
    background: #D8232A;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-weight: 700;
    border: 1px solid #D8232A;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0px 40px;
    font-family: 'Open Sans Condensed';
    margin: -6% 0 0 0px;
    float: left; }
    .mob-desk-banner .join-btn:hover {
      color: #D8232A;
      background: #fff; }
  @media (max-width: 767px) {
    .mob-desk-banner .btn-wraper {
      text-align: center;
      margin-top: -15%; }
      .mob-desk-banner .btn-wraper a {
        display: inline-block;
        float: none;
        margin: 0px; } }
  @media (max-width: 767px) {
    .mob-desk-banner .btn-wraper.archiv-wrapper {
      margin-top: -50%; } }
  @media (max-width: 767px) {
    .mob-desk-banner .btn-wraper.btn-wrap-mediafile {
      margin-top: -5%; } }

.t-edit-btn {
  display: flex !important;
  justify-content: center; }

.abs {
  position: absolute !important;
  bottom: 0; }

.black-link {
  display: flex;
  justify-content: flex-end; }

.home-page h1 a, .home-page h2 a, .home-page h3 a, .home-page h4 a {
  font-family: 'Melior'; }
.home-page .home-slider {
  padding-top: 30px; }
  @media (max-width: 991px) {
    .home-page .home-slider .container .home-slider-wrap {
      width: 100%;
      height: 40vh !important; } }
  .home-page .home-slider .slick-dots {
    top: 0;
    position: relative; }
  .home-page .home-slider .slick-slide {
    padding: 0px 5px; }
  .home-page .home-slider .slider-images {
    float: right;
    width: 100%;
    height: 100%; }
    .home-page .home-slider .slider-images .slider-item {
      height: 100%;
      background-position: center;
      background-size: cover; }
      .home-page .home-slider .slider-images .slider-item a {
        height: 100%;
        width: 100%;
        display: block; }
      @media (max-width: 991px) {
        .home-page .home-slider .slider-images .slider-item {
          height: 40vh !important; } }
  .home-page .home-slider .slider-description-inner {
    float: right;
    width: 100%; }
    @media (max-width: 991px) {
      .home-page .home-slider .slider-description-inner {
        width: 100%;
        max-width: 100%; } }
  .home-page .home-slider .slider-description {
    padding: 50px  0px;
    width: 100%;
    float: left; }
    @media (max-width: 991px) {
      .home-page .home-slider .slider-description {
        padding: 30px 0px; } }
    .home-page .home-slider .slider-description .slider-item {
      background: #fff; }
      .home-page .home-slider .slider-description .slider-item h3 {
        padding: 0;
        margin: 0; }
        .home-page .home-slider .slider-description .slider-item h3 a {
          font-size: 40px;
          color: #0A0A0A;
          letter-spacing: 1.33px;
          font-weight: 900;
          text-transform: uppercase;
          font-family: 'Melior'; }
          @media (max-width: 991px) {
            .home-page .home-slider .slider-description .slider-item h3 a {
              font-size: 25px; } }
          .home-page .home-slider .slider-description .slider-item h3 a:hover {
            color: #D8232A; }
      .home-page .home-slider .slider-description .slider-item p {
        font-size: 24px;
        color: #191919;
        letter-spacing: 0.8px;
        line-height: 40px;
        padding: 0px;
        margin: 30px 0px;
        font-family: 'Lato', sans-serif; }
        @media (max-width: 991px) {
          .home-page .home-slider .slider-description .slider-item p {
            font-size: 18px;
            line-height: 25px;
            margin: 15px 0px; } }
      .home-page .home-slider .slider-description .slider-item h4 {
        font-size: 18px;
        color: #6C6C6C;
        letter-spacing: 1.45px;
        line-height: 25px;
        font-weight: 600;
        font-family: 'Open Sans Condensed'; }
        .home-page .home-slider .slider-description .slider-item h4 a {
          color: #6C6C6C;
          text-transform: uppercase;
          font-family: 'Open Sans Condensed'; }
          .home-page .home-slider .slider-description .slider-item h4 a:hover {
            color: #D8232A; }
.home-page .feature-articles {
  padding: 30px 0px  50px 0px; }
  .home-page .feature-articles .all-aticle-link {
    padding-top: 30px;
    text-align: center; }
    .home-page .feature-articles .all-aticle-link a {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.47px;
      border: 1px solid #D8232A;
      background: #D8232A;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      width: 150px;
      text-align: center;
      border-radius: 20px;
      cursor: pointer;
      font-family: 'Open Sans Condensed'; }
      .home-page .feature-articles .all-aticle-link a:hover {
        color: #D8232A;
        background: #FFFFFF; }
  .home-page .feature-articles .last-item .artilce-wrap {
    border: 0px solid #E1E8ED;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .home-page .feature-articles .artilce-wrap {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .home-page .feature-articles .artilce-wrap {
      border-bottom: 1px solid #E1E8ED;
      margin-bottom: 30px; } }
  .home-page .feature-articles .artilce-wrap .article-img {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 40vh;
    max-height: 235px; }
    @media (max-width: 767px) {
      .home-page .feature-articles .artilce-wrap .article-img {
        width: 150px;
        height: 150px;
        float: right; } }
    @media (max-width: 568px) {
      .home-page .feature-articles .artilce-wrap .article-img {
        width: 80px;
        height: 80px; } }
  .home-page .feature-articles .artilce-wrap .article-txt {
    border: 1px solid #E1E8ED;
    float: left;
    width: 100%;
    border-top: 0px;
    padding: 25px; }
    @media (max-width: 767px) {
      .home-page .feature-articles .artilce-wrap .article-txt {
        width: calc(100% - 150px);
        padding: 0 20px 0 0;
        border: 0; } }
    @media (max-width: 568px) {
      .home-page .feature-articles .artilce-wrap .article-txt {
        width: calc(100% - 80px); } }
    .home-page .feature-articles .artilce-wrap .article-txt p {
      font-family: 'Lato', sans-serif;
      font-size: 16px; }
    .home-page .feature-articles .artilce-wrap .article-txt .taglist {
      float: left;
      width: 100%; }
      .home-page .feature-articles .artilce-wrap .article-txt .taglist ul {
        padding: 0;
        margin: 0px;
        width: 100%;
        float: left; }
        .home-page .feature-articles .artilce-wrap .article-txt .taglist ul li {
          display: inline-block;
          padding: 0 5px 0 0;
          margin: 0 5px 5px 0px;
          border-right: 1px solid #C9C9C9;
          list-style-type: none; }
          .home-page .feature-articles .artilce-wrap .article-txt .taglist ul li:last-child {
            border: 0px;
            padding-right: 0px;
            margin-right: 0px; }
          .home-page .feature-articles .artilce-wrap .article-txt .taglist ul li a {
            font-size: 14px;
            color: #D8232A;
            letter-spacing: 0.43px;
            line-height: 14px;
            float: left;
            text-transform: uppercase; }
            .home-page .feature-articles .artilce-wrap .article-txt .taglist ul li a:hover {
              text-decoration: underline; }
    .home-page .feature-articles .artilce-wrap .article-txt .titlebox {
      float: left;
      width: 100%;
      padding: 5px 0px 15px 0px; }
      @media (max-width: 767px) {
        .home-page .feature-articles .artilce-wrap .article-txt .titlebox {
          padding: 0px; } }
      .home-page .feature-articles .artilce-wrap .article-txt .titlebox a {
        font-size: 18px;
        color: #0A0A0A;
        letter-spacing: 0.57px;
        line-height: 24px;
        float: left;
        width: 100%;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'Melior'; }
        .home-page .feature-articles .artilce-wrap .article-txt .titlebox a:hover {
          color: #D8232A; }
      .home-page .feature-articles .artilce-wrap .article-txt .titlebox span {
        font-size: 16px;
        color: #6C6C6C;
        line-height: 24px;
        padding-top: 10px;
        letter-spacing: 1.09px;
        display: inline-block;
        font-family: 'Open Sans Condensed'; }
        .home-page .feature-articles .artilce-wrap .article-txt .titlebox span a {
          color: #6C6C6C;
          font-size: 16px;
          width: auto;
          padding-right: 5px;
          font-family: 'Open Sans Condensed'; }
        @media (max-width: 767px) {
          .home-page .feature-articles .artilce-wrap .article-txt .titlebox span {
            padding-top: 15px;
            float: left;
            width: 100%; } }
    .home-page .feature-articles .artilce-wrap .article-txt .descriptions {
      float: left;
      width: 100%;
      font-size: 15px;
      color: #191919;
      letter-spacing: 0.47px;
      line-height: 26px;
      font-weight: 400; }
.home-page .blacklist {
  background: url("images/blacklist-banner.png") top center no-repeat;
  background-size: cover;
  padding: 40px 0px; }
  @media (max-width: 767px) {
    .home-page .blacklist {
      padding: 20px 0px; } }
  .home-page .blacklist .blk-text {
    text-align: right; }
    @media (max-width: 767px) {
      .home-page .blacklist .blk-text {
        text-align: center; } }
    .home-page .blacklist .blk-text img {
      display: inline-block; }
    .home-page .blacklist .blk-text h2 {
      font-weight: 700;
      font-size: 56px;
      color: #FFFFFF;
      letter-spacing: 1.87px;
      float: right;
      width: auto;
      padding: 0px 15px;
      margin: 0;
      line-height: 80px; }
      @media (max-width: 767px) {
        .home-page .blacklist .blk-text h2 {
          text-align: center;
          width: 100%;
          padding: 10px 0px;
          font-size: 30px;
          line-height: 40px; } }
  @media (max-width: 767px) {
    .home-page .blacklist .blk-link {
      text-align: center; } }
  .home-page .blacklist .blk-link h4 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.03px; }
  .home-page .blacklist .blk-link a {
    background: #FCD237;
    font-weight: 600;
    font-size: 12px;
    color: #252525;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    padding: 0px 20px;
    float: left;
    text-transform: uppercase;
    transform: translateY(15px); }
    .home-page .blacklist .blk-link a:hover {
      color: #D8232A; }
    @media (max-width: 767px) {
      .home-page .blacklist .blk-link a {
        float: none;
        display: inline-block; } }
    .home-page .blacklist .blk-link a:hover {
      background: #D8232A; }
    .home-page .blacklist .blk-link a:hover {
      background: #D8232A;
      color: #fff; }
.home-page .featured-block {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .home-page .featured-block .height-child {
      height: auto !important;
      margin-top: 40px;
      float: left;
      width: 100%; } }
  .home-page .featured-block .podcast-block {
    float: left;
    width: 100%; }
    .home-page .featured-block .podcast-block .podcast-img {
      float: right;
      width: 145px;
      padding-left: 15px; }
      @media (max-width: 480px) {
        .home-page .featured-block .podcast-block .podcast-img {
          width: 115px; } }
      .home-page .featured-block .podcast-block .podcast-img img {
        float: left;
        width: 100%; }
    .home-page .featured-block .podcast-block .podcast-title {
      background: url("images/podcast-bg.png") bottom center repeat-x #CB282F;
      padding: 5px 30px;
      float: left;
      width: 100%; }
      .home-page .featured-block .podcast-block .podcast-title h3 {
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0.8px;
        background: url("images/podcast-icon.png") center right no-repeat;
        padding: 10px  0px 0px  0px;
        height: 60px;
        line-height: 60px;
        font-weight: 800;
        font-family: 'Open Sans Condensed'; }
        @media (max-width: 991px) {
          .home-page .featured-block .podcast-block .podcast-title h3 {
            padding: 0px;
            margin: 0px;
            height: 40px;
            line-height: 50px; } }
        .home-page .featured-block .podcast-block .podcast-title h3 span {
          font-weight: 900; }
        .home-page .featured-block .podcast-block .podcast-title h3 a {
          float: right;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 14px;
          color: #fff;
          letter-spacing: 0.47px;
          line-height: 25px;
          padding-right: 15px;
          background: url("images/arrow-right-white.png") right top 5px no-repeat;
          margin-top: 20px; }
          .home-page .featured-block .podcast-block .podcast-title h3 a:hover {
            padding-right: 10px; }
    .home-page .featured-block .podcast-block .posdcast-post-list {
      float: left;
      width: 100%;
      border: 1px solid #E1E8ED;
      padding: 0px  15px; }
      .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item {
        float: left;
        width: 100%;
        border-bottom: 1px solid #E1E8ED;
        padding-top: 20px;
        padding-bottom: 20px; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item .podcast-txt {
          float: left;
          width: calc(100% - 145px); }
          @media (max-width: 480px) {
            .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item .podcast-txt {
              width: calc(100% - 115px); } }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item span {
          font-size: 16px;
          color: #6C6C6C;
          font-family: 'Open Sans Condensed'; }
          .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item span a {
            font-size: 16px;
            color: #6C6C6C;
            text-transform: uppercase;
            font-family: 'Open Sans Condensed'; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item iframe {
          height: 1px;
          overflow: hidden;
          opacity: 0; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item .playSound {
          background: url("images/icon-play.png") center no-repeat;
          width: 70px;
          background-size: 100%;
          height: 23px;
          cursor: pointer; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item .stopSound {
          background: url("images/icon-stop.png") center no-repeat;
          width: 70px;
          background-size: 100%;
          height: 23px;
          display: none;
          cursor: pointer; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item:last-child {
          border: 0px; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item h3 {
          padding: 0 0 15px 0px;
          margin: 0; }
          .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item h3 a {
            font-weight: 700;
            font-size: 16px;
            color: #0A0A0A;
            letter-spacing: 0.53px;
            line-height: 20px;
            text-transform: uppercase; }
            .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item h3 a:hover {
              color: #D8232A; }
        .home-page .featured-block .podcast-block .posdcast-post-list .podcast-item p {
          font-size: 15px;
          color: #191919;
          letter-spacing: 0.47px;
          line-height: 26px; }
  .home-page .featured-block .photographblock {
    border: 3px solid #E1E8ED;
    height: 100%;
    background: #e8e8e8; }
    @media (max-width: 767px) {
      .home-page .featured-block .photographblock {
        padding: 20px; } }
    .home-page .featured-block .photographblock .photograph-img {
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 991px) {
        .home-page .featured-block .photographblock .photograph-img {
          min-height: 40vh; } }
      @media (max-width: 767px) {
        .home-page .featured-block .photographblock .photograph-img {
          width: 150px;
          height: 150px;
          float: right;
          min-height: auto; } }
      @media (max-width: 567px) {
        .home-page .featured-block .photographblock .photograph-img {
          width: 80px;
          height: 80px; } }
    .home-page .featured-block .photographblock .photograph-intro {
      height: 100%;
      padding: 30px;
      width: 50%;
      float: left; }
      @media (max-width: 767px) {
        .home-page .featured-block .photographblock .photograph-intro {
          width: calc(100% - 150px);
          padding: 0 20px 0px 0px; }
          .home-page .featured-block .photographblock .photograph-intro p {
            display: none; } }
      @media (max-width: 567px) {
        .home-page .featured-block .photographblock .photograph-intro {
          width: calc(100% - 80px); } }
      .home-page .featured-block .photographblock .photograph-intro .taglist {
        float: left;
        width: 100%; }
        .home-page .featured-block .photographblock .photograph-intro .taglist ul {
          padding: 0;
          margin: 0px;
          width: 100%;
          float: left; }
          .home-page .featured-block .photographblock .photograph-intro .taglist ul li {
            display: inline-block;
            padding: 0 5px 0 0;
            margin: 0 5px 5px 0px;
            border-right: 1px solid #C9C9C9;
            list-style-type: none; }
            .home-page .featured-block .photographblock .photograph-intro .taglist ul li:last-child {
              border: 0px;
              padding-right: 0px;
              margin-right: 0px; }
            .home-page .featured-block .photographblock .photograph-intro .taglist ul li a {
              font-size: 16px;
              color: #D8232A;
              letter-spacing: 0.43px;
              line-height: 14px;
              float: left;
              text-transform: uppercase;
              font-family: 'Open Sans Condensed'; }
              .home-page .featured-block .photographblock .photograph-intro .taglist ul li a:hover {
                text-decoration: underline; }
      .home-page .featured-block .photographblock .photograph-intro .titlebox {
        float: left;
        width: 100%; }
        .home-page .featured-block .photographblock .photograph-intro .titlebox h3 {
          float: left;
          width: 100%; }
          .home-page .featured-block .photographblock .photograph-intro .titlebox h3 a {
            font-weight: 700;
            font-size: 36px;
            color: #0A0A0A;
            letter-spacing: 1.2px;
            text-transform: uppercase; }
            @media (max-width: 991px) {
              .home-page .featured-block .photographblock .photograph-intro .titlebox h3 a {
                font-size: 25px; } }
            @media (max-width: 767px) {
              .home-page .featured-block .photographblock .photograph-intro .titlebox h3 a {
                font-size: 18px; } }
            .home-page .featured-block .photographblock .photograph-intro .titlebox h3 a:hover {
              color: #D8232A; }
        .home-page .featured-block .photographblock .photograph-intro .titlebox p {
          font-size: 23px;
          color: #191919;
          letter-spacing: 0.77px;
          line-height: 40px;
          font-family: 'Lato', sans-serif; }
          @media (max-width: 991px) {
            .home-page .featured-block .photographblock .photograph-intro .titlebox p {
              font-size: 18px;
              line-height: 25px; } }
        .home-page .featured-block .photographblock .photograph-intro .titlebox span {
          float: left;
          width: 100%;
          font-size: 16px;
          color: #6C6C6C;
          letter-spacing: 1.27px;
          line-height: 25px;
          font-family: 'Open Sans Condensed'; }
          .home-page .featured-block .photographblock .photograph-intro .titlebox span a {
            color: #6C6C6C;
            text-transform: uppercase;
            font-family: 'Open Sans Condensed'; }
.home-page .archiveblock {
  background: #2B2B2B;
  padding: 50px 0px; }
  .home-page .archiveblock .archive-heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(225, 232, 237, 0.1);
    float: left;
    width: 100%;
    padding: 0px; }
    .home-page .archiveblock .archive-heading h2 span {
      border-bottom: 4px solid #D8232A;
      padding-bottom: 20px;
      float: left;
      margin-bottom: -4px;
      font-weight: 900;
      font-family: 'Open Sans Condensed';
      padding-left: 50px;
      background: url("images/icon-books.png") top left no-repeat;
      background-size: 30px; }
    .home-page .archiveblock .archive-heading h2 a {
      float: right;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      letter-spacing: 0.47px;
      line-height: 25px;
      padding-right: 15px;
      background: url("images/arrow-right-white.png") right center no-repeat;
      font-family: 'Open Sans Condensed'; }
      @media (max-width: 991px) {
        .home-page .archiveblock .archive-heading h2 a {
          position: absolute;
          top: 80px;
          width: 100%;
          text-align: center;
          background: none;
          left: 0; } }
      .home-page .archiveblock .archive-heading h2 a:hover {
        padding-right: 10px; }
  .home-page .archiveblock .archive-details {
    padding-top: 50px; }
    .home-page .archiveblock .archive-details .taglist a {
      color: #D8232A;
      font-family: 'Open Sans Condensed'; }
      .home-page .archiveblock .archive-details .taglist a:hover {
        color: #fff;
        text-decoration: none; }
    .home-page .archiveblock .archive-details .col-md-3 {
      margin-bottom: 20px; }
      .home-page .archiveblock .archive-details .col-md-3 .archive-item {
        float: left;
        width: 100%;
        border: 1px solid rgba(225, 232, 237, 0.4); }
        @media (max-width: 767px) {
          .home-page .archiveblock .archive-details .col-md-3 .archive-item {
            height: auto !important; } }
        .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-img {
          background-size: cover;
          height: 40vh;
          max-height: 235px;
          width: 100%;
          float: left; }
        .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt {
          float: left;
          width: 100%;
          padding: 30px 25px; }
          .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt h3 {
            margin: 0px; }
            .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt h3 a {
              font-weight: 700;
              font-size: 20px;
              color: #FFFFFF;
              letter-spacing: 0.67px;
              line-height: 28px;
              text-transform: uppercase; }
              .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt h3 a:hover {
                color: #D8232A; }
          .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt p {
            font-size: 15px;
            color: #ededed;
            letter-spacing: 0.47px;
            line-height: 20px;
            font-family: 'Lato', sans-serif; }
          .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt span {
            font-weight: 400;
            text-transform: uppercase;
            font-size: 12px;
            color: #FFFFFF;
            letter-spacing: 1.09px;
            padding: 5px 0px;
            float: left;
            width: 100%; }
            .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt span a {
              color: #6C6C6C; }
          .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt strong {
            display: block;
            font-weight: 400;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 1.27px;
            text-transform: uppercase;
            padding-top: 20px;
            font-family: 'Open Sans Condensed'; }
            .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt strong a {
              font-size: 14px;
              color: #FFFFFF;
              font-family: 'Open Sans Condensed'; }
              .home-page .archiveblock .archive-details .col-md-3 .archive-item .archive-txt strong a:hover {
                color: #D8232A; }
      .home-page .archiveblock .archive-details .col-md-3:first-child {
        width: 50%; }
        @media (max-width: 991px) {
          .home-page .archiveblock .archive-details .col-md-3:first-child {
            width: 100%; } }
        .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-img {
          width: 50%;
          height: 100%;
          max-height: 100%; }
          @media (max-width: 767px) {
            .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-img {
              width: 100%;
              height: 40vh; } }
        .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt {
          width: 50%; }
          @media (max-width: 767px) {
            .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt {
              width: 100%; } }
          .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt h3 a {
            font-size: 30px;
            line-height: 34px;
            text-transform: uppercase; }
            @media (max-width: 991px) {
              .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt h3 a {
                font-size: 25px; } }
          .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt p {
            font-size: 20px;
            line-height: 26px;
            padding-top: 20px;
            font-family: 'Lato', sans-serif; }
            @media (max-width: 991px) {
              .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt p {
                font-size: 18px; } }
          .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt span {
            display: none; }
          .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt strong {
            display: block;
            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;
            letter-spacing: 1.27px;
            text-transform: uppercase;
            padding-top: 20px;
            font-family: 'Open Sans Condensed'; }
            .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt strong a {
              font-size: 18px;
              color: #FFFFFF;
              font-family: 'Open Sans Condensed'; }
              .home-page .archiveblock .archive-details .col-md-3:first-child .archive-item .archive-txt strong a:hover {
                color: #D8232A; }
.home-page .feedbackblock {
  padding: 50px 0px;
  background: #EDF0F1; }
  .home-page .feedbackblock .feedback-heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #343434;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    font-family: 'Open Sans Condensed';
    padding: 0px; }
    .home-page .feedbackblock .feedback-heading h2 span {
      border-bottom: 4px solid #D8232A;
      padding-bottom: 20px;
      float: left;
      margin-bottom: -4px;
      font-weight: 900; }
  .home-page .feedbackblock .feedbackslider {
    padding: 0; }
    .home-page .feedbackblock .feedbackslider .feedback-item-wrap {
      padding: 50px 15px 15px 15px; }
      .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner {
        float: left;
        width: 100%;
        border: 1px solid #E4E4E4;
        padding: 0 30px 30px 30px; }
        .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-img {
          float: left;
          width: 100%;
          text-align: center; }
          .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-img img {
            display: inline-block;
            width: 140px;
            margin-top: -70px;
            border-radius: 50%; }
        .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-txt {
          float: left;
          width: 100%;
          padding-top: 40px;
          background: url("images/quote-left-transpaernt.png") center top no-repeat;
          background-size: 20px;
          margin-top: 30px; }
          .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-txt .testi_content {
            float: left;
            width: 100%;
            font-size: 16px;
            color: #191919;
            letter-spacing: 0.47px;
            text-align: center;
            line-height: 26px; }
            .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-txt .testi_content p {
              font-size: 16px;
              color: #191919;
              letter-spacing: 0.47px;
              text-align: center;
              line-height: 26px; }
          .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-txt h2 {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            color: #0A0A0A;
            letter-spacing: 0.57px;
            line-height: 31px;
            font-family: 'Open Sans Condensed'; }
          .home-page .feedbackblock .feedbackslider .feedback-item-wrap .feedback-inner .user-txt h4 {
            float: left;
            width: 100%;
            font-size: 15px;
            color: #595959;
            letter-spacing: 1.09px;
            text-align: center;
            padding: 0;
            margin: 0; }
    .home-page .feedbackblock .feedbackslider .slick-dots {
      float: left;
      width: 100%;
      position: relative;
      text-align: center;
      top: 0; }
.home-page .more-articlebox {
  padding: 50px 0px; }
  .home-page .more-articlebox .more-articles-heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #343434;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    padding: 0px;
    font-family: 'Open Sans Condensed'; }
    .home-page .more-articlebox .more-articles-heading h2 span {
      border-bottom: 4px solid #D8232A;
      padding-bottom: 20px;
      float: left;
      margin-bottom: -4px;
      font-weight: 900; }
  .home-page .more-articlebox .more-articles-heading a {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #D8232A;
    letter-spacing: 0.47px;
    line-height: 25px;
    padding-right: 30px;
    background: url("images/arrow-right.png") right center no-repeat; }
    .home-page .more-articlebox .more-articles-heading a:hover {
      padding-right: 20px;
      background-size: 5px; }
  .home-page .more-articlebox .more-article-item {
    margin-bottom: 15px;
    margin-top: 15px; }
    .home-page .more-articlebox .more-article-item .allpage_author {
      display: none; }
  @media (max-width: 767px) {
    .home-page .more-articlebox .artilce-wrap {
      padding-bottom: 20px;
      border-bottom: 1px solid #E1E8ED; } }
  .home-page .more-articlebox .artilce-wrap .article-img {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 40vh;
    max-height: 235px; }
    @media (max-width: 767px) {
      .home-page .more-articlebox .artilce-wrap .article-img {
        width: 150px;
        height: 150px;
        float: right; } }
    @media (max-width: 567px) {
      .home-page .more-articlebox .artilce-wrap .article-img {
        width: 80px;
        height: 80px; } }
  .home-page .more-articlebox .artilce-wrap .article-txt {
    border: 1px solid #E1E8ED;
    float: left;
    width: 100%;
    border-top: 0px;
    padding: 25px; }
    .home-page .more-articlebox .artilce-wrap .article-txt p {
      font-family: 'Lato', sans-serif; }
    @media (max-width: 767px) {
      .home-page .more-articlebox .artilce-wrap .article-txt {
        width: calc(100% - 150px);
        float: right;
        padding: 0 20px 0 0;
        border: 0px; } }
    @media (max-width: 567px) {
      .home-page .more-articlebox .artilce-wrap .article-txt {
        width: calc(100% - 80px); } }
    .home-page .more-articlebox .artilce-wrap .article-txt .taglist {
      float: left;
      width: 100%; }
      .home-page .more-articlebox .artilce-wrap .article-txt .taglist ul {
        padding: 0;
        margin: 0px;
        width: 100%;
        float: left; }
        .home-page .more-articlebox .artilce-wrap .article-txt .taglist ul li {
          display: inline-block;
          padding: 0 5px 0 0;
          margin: 0 5px 5px 0px;
          border-right: 1px solid #C9C9C9;
          list-style-type: none; }
          .home-page .more-articlebox .artilce-wrap .article-txt .taglist ul li:last-child {
            border: 0px;
            padding-right: 0px;
            margin-right: 0px; }
          .home-page .more-articlebox .artilce-wrap .article-txt .taglist ul li a {
            font-size: 14px;
            color: #D8232A;
            letter-spacing: 0.43px;
            line-height: 14px;
            float: left;
            text-transform: uppercase; }
            .home-page .more-articlebox .artilce-wrap .article-txt .taglist ul li a:hover {
              text-decoration: underline; }
    .home-page .more-articlebox .artilce-wrap .article-txt .titlebox {
      float: left;
      width: 100%;
      padding: 5px 0px 15px 0px; }
      @media (max-width: 567px) {
        .home-page .more-articlebox .artilce-wrap .article-txt .titlebox {
          padding: 5px 0 0 0; } }
      .home-page .more-articlebox .artilce-wrap .article-txt .titlebox h2 {
        padding: 0;
        margin: 0px; }
      .home-page .more-articlebox .artilce-wrap .article-txt .titlebox a {
        font-size: 20px;
        color: #0A0A0A;
        letter-spacing: 0.57px;
        line-height: 24px;
        float: left;
        width: 100%;
        text-transform: uppercase; }
        @media (max-width: 567px) {
          .home-page .more-articlebox .artilce-wrap .article-txt .titlebox a {
            font-size: 16px; } }
        .home-page .more-articlebox .artilce-wrap .article-txt .titlebox a:hover {
          color: #D8232A; }
      .home-page .more-articlebox .artilce-wrap .article-txt .titlebox span {
        font-size: 14px;
        color: #6C6C6C;
        letter-spacing: 1.09px;
        padding-top: 10px;
        line-height: 24px;
        display: inline-block;
        font-family: 'Open Sans Condensed'; }
        .home-page .more-articlebox .artilce-wrap .article-txt .titlebox span a {
          color: #6C6C6C;
          font-size: 14px;
          width: auto;
          padding-right: 5px;
          text-transform: uppercase;
          font-family: 'Open Sans Condensed'; }
    .home-page .more-articlebox .artilce-wrap .article-txt .descriptions {
      float: left;
      width: 100%;
      font-size: 15px;
      color: #191919;
      letter-spacing: 0.47px;
      line-height: 26px; }

.memberbox-home {
  background: #fff; }
  .memberbox-home .container .memberbox-block {
    border-bottom: 1px solid #E1E8ED;
    padding: 30px 0px;
    text-align: center; }
    .memberbox-home .container .memberbox-block .memberbox-block-inner {
      width: auto;
      padding-left: 120px;
      background: url("images/himal-home-member.png") left center no-repeat;
      background-size: 100px;
      min-height: 100px;
      max-width: 500px;
      float: none;
      display: inline-block; }
    .memberbox-home .container .memberbox-block .home-member-btn {
      margin-top: -30px; }
      @media (max-width: 470px) {
        .memberbox-home .container .memberbox-block .home-member-btn {
          margin-top: 10px; } }
    .memberbox-home .container .memberbox-block a {
      background: #FCD237;
      padding: 0px 15px;
      line-height: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 5px;
      color: #0A0A0A;
      font-size: 12px;
      text-transform: uppercase; }
      .memberbox-home .container .memberbox-block a:hover {
        color: #FCD237;
        background: #0A0A0A; }
    .memberbox-home .container .memberbox-block img {
      float: none;
      display: inline-block;
      width: 100%;
      max-width: 800px; }
  .memberbox-home .container h2 {
    font-size: 21px;
    color: #0A0A0A;
    letter-spacing: 1.09px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    padding: 15px 0px 10px 0px;
    margin: 0;
    float: left; }

.taglist {
  float: left;
  width: 100%; }
  .taglist ul {
    padding: 0;
    margin: 0px;
    width: 100%;
    float: left; }
    .taglist ul li {
      display: inline-block;
      padding: 0 5px 0 0;
      margin: 0 5px 5px 0px;
      border-right: 1px solid #C9C9C9;
      list-style-type: none; }
      .taglist ul li:last-child {
        border: 0px;
        padding-right: 0px;
        margin-right: 0px; }
      .taglist ul li a {
        font-size: 14px;
        color: #D8232A;
        letter-spacing: 0.43px;
        line-height: 16px;
        float: left;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed'; }
        .taglist ul li a:hover {
          text-decoration: underline; }

.memberbox {
  background: url(images/single-t/Membership-banner_Web.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 0px;
  border: solid 5px #d8d8d8; }
  @media (max-width: 991px) {
    .memberbox {
      display: none; } }
  .memberbox .container {
    max-width: 1200px; }
  .memberbox .subscribe-button {
    text-align: right; }
    .memberbox .subscribe-button a {
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1.4px;
      font-weight: 600;
      text-transform: uppercase;
      background: #000000;
      border: 1px solid #000;
      height: 32px;
      line-height: 32px;
      padding: 0px 20px;
      border-radius: 27px;
      display: inline-block;
      font-family: Oswald;
      margin-top: 3rem;
      margin-left: 9rem; }
      .memberbox .subscribe-button a:hover {
        background: #fff;
        color: #000; }
    @media (max-width: 991px) {
      .memberbox .subscribe-button {
        text-align: center; } }
  .memberbox .subscribe-info h2 {
    font-size: 28px;
    color: #0A0A0A;
    padding: 0px;
    margin: 0;
    font-weight: 700;
    font-family: Oswald; }
    @media (max-width: 991px) {
      .memberbox .subscribe-info h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        padding-bottom: 20px; } }
  .memberbox .subscribe-info h3 {
    font-size: 25px;
    color: #0A0A0A;
    padding: 0px;
    margin: 0;
    font-weight: 700;
    font-family: Oswald;
    padding-top: 20px; }
  .memberbox.memberbox-article .subscribe-button {
    padding-top: 58px;
    display: flex;
    justify-content: center; }

.alm-btn-wrap {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  width: 100%; }
  .alm-btn-wrap .alm-load-more-btn {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    border: 1px solid #D8232A;
    background: #D8232A;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Open Sans Condensed'; }
    .alm-btn-wrap .alm-load-more-btn:hover {
      background: #fff;
      color: #D8232A; }

.about-page .about-intro {
  background: #FCD237;
  position: relative;
  z-index: 10; }
  .about-page .about-intro .about-img {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
    .about-page .about-intro .about-img img {
      max-width: 100%;
      display: inline-block; }
  .about-page .about-intro .about-txt {
    padding-top: 50px;
    padding-bottom: 50px; }
    .about-page .about-intro .about-txt h2 {
      font-weight: 700;
      font-size: 28px;
      color: #0A0A0A;
      letter-spacing: 0.93px;
      text-transform: uppercase;
      font-family: 'Open Sans Condensed'; }
    .about-page .about-intro .about-txt p {
      font-size: 19px;
      color: #191919;
      letter-spacing: -0.4px;
      line-height: 30px;
      padding-bottom: 20px;
      font-family: "Melior"; }
.about-page .about-intro-black {
  background: #272727;
  text-align: center; }
  @media (max-width: 767px) {
    .about-page .about-intro-black {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .about-page .about-intro-black span {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    line-height: 78px;
    padding: 0px 30px;
    margin: 0px 30px; }
    @media (max-width: 991px) {
      .about-page .about-intro-black span {
        padding: 0px 20px;
        margin: 0px 20px;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .about-page .about-intro-black span {
        width: 100%;
        text-align: center;
        line-height: 30px;
        padding: 0px;
        margin: 0px; } }
    .about-page .about-intro-black span:before {
      content: '•';
      font-size: 20px;
      margin-left: -60px;
      position: absolute; }
      @media (max-width: 767px) {
        .about-page .about-intro-black span:before {
          display: none; } }
    .about-page .about-intro-black span:first-child:before {
      content: ''; }
.about-page .about-contentbox {
  float: left;
  width: 100%;
  padding: 50px 0px;
  position: relative; }
  .about-page .about-contentbox .submenu {
    width: 250px;
    height: 100vh;
    float: left; }
    @media (max-width: 768px) {
      .about-page .about-contentbox .submenu {
        width: 170px; } }
    .about-page .about-contentbox .submenu ul {
      padding: 0;
      margin: 0;
      float: left;
      width: 100%; }
      .about-page .about-contentbox .submenu ul li {
        float: left;
        width: 100%;
        text-align: right;
        margin-bottom: 30px;
        list-style-type: none; }
        @media (max-width: 768px) {
          .about-page .about-contentbox .submenu ul li {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .about-page .about-contentbox .submenu ul li {
            text-align: center; } }
        .about-page .about-contentbox .submenu ul li a {
          font-weight: bold;
          line-height: 40px;
          font-size: 16px;
          color: #343434;
          letter-spacing: 0.53px;
          padding-right: 30px;
          border-right: 4px solid #fff;
          text-transform: uppercase;
          display: inline-block;
          font-family: 'Open Sans Condensed'; }
          @media (max-width: 768px) {
            .about-page .about-contentbox .submenu ul li a {
              line-height: 30px;
              font-size: 13px;
              padding-right: 20px; } }
          @media (max-width: 767px) {
            .about-page .about-contentbox .submenu ul li a {
              width: 100%;
              border-right: 0px; } }
          .about-page .about-contentbox .submenu ul li a.active {
            border-right: 4px solid #D8232A; }
            @media (max-width: 767px) {
              .about-page .about-contentbox .submenu ul li a.active {
                border-right: 0px; } }
    .about-page .about-contentbox .submenu.fixed {
      position: fixed;
      top: 55px;
      z-index: 5; }
      @media (max-width: 767px) {
        .about-page .about-contentbox .submenu.fixed {
          position: relative;
          float: left;
          width: 100%;
          padding-bottom: 30px;
          top: auto; } }
    @media (max-width: 767px) {
      .about-page .about-contentbox .submenu {
        position: relative;
        top: auto;
        width: 100%;
        height: auto; } }
  .about-page .about-contentbox .about_content {
    float: right;
    width: calc(100% - 250px);
    padding-left: 60px; }
    @media (max-width: 768px) {
      .about-page .about-contentbox .about_content {
        width: calc(100% - 170px);
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .about-page .about-contentbox .about_content {
        width: 100%; } }
    .about-page .about-contentbox .about_content .section-heading {
      text-transform: uppercase; }
    .about-page .about-contentbox .about_content .target {
      padding-bottom: 50px; }
    .about-page .about-contentbox .about_content .sectiondata {
      padding-top: 30px; }
      .about-page .about-contentbox .about_content .sectiondata p {
        font-size: 19px;
        color: #191919;
        letter-spacing: -0.4px;
        line-height: 30px;
        padding-bottom: 20px;
        font-family: "Melior"; }
    .about-page .about-contentbox .about_content .history-block .soundcloudaudio {
      padding: 30px 0px; }
    .about-page .about-contentbox .about_content .history-magazin .magazin-img {
      float: left;
      width: 300px;
      padding-bottom: 30px; }
      .about-page .about-contentbox .about_content .history-magazin .magazin-img p {
        font-size: 15px;
        padding: 15px 0 0 0;
        margin: 0;
        color: #000;
        float: left;
        width: 100%; }
      @media (max-width: 768px) {
        .about-page .about-contentbox .about_content .history-magazin .magazin-img {
          width: 100%;
          text-align: center; } }
      .about-page .about-contentbox .about_content .history-magazin .magazin-img img {
        width: 100%; }
        @media (max-width: 768px) {
          .about-page .about-contentbox .about_content .history-magazin .magazin-img img {
            display: inline-block; } }
    .about-page .about-contentbox .about_content .history-magazin .magazin-txt {
      float: left;
      width: calc(100% - 300px);
      padding-left: 40px; }
      @media (max-width: 768px) {
        .about-page .about-contentbox .about_content .history-magazin .magazin-txt {
          width: 100%;
          padding-left: 0; } }
.about-page .our-team-block .himal_editors .editor_item .member-img {
  float: left;
  width: 100%;
  text-align: center; }
  .about-page .our-team-block .himal_editors .editor_item .member-img img {
    width: 140px;
    border-radius: 50%;
    display: inline-block; }
.about-page .our-team-block .himal_editors .member-txt {
  float: left;
  width: 100%;
  padding: 0px; }
  .about-page .our-team-block .himal_editors .member-txt h3 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #424242;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 31px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; }
  .about-page .our-team-block .himal_editors .member-txt h4 {
    font-weight: 700;
    font-size: 14px;
    color: #D8232A;
    letter-spacing: 1.27px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed'; }
.about-page .our-team-block .other_editors .editor-block {
  width: 90%; }
  .about-page .our-team-block .other_editors .editor-block h2 {
    border-bottom: 1px solid #BCBCBC;
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .about-page .our-team-block .other_editors .editor-block h2 span {
      background: #fff;
      margin-bottom: -10px;
      font-weight: 700;
      font-size: 18px;
      color: #D8232A;
      letter-spacing: 0.53px;
      line-height: 56px;
      text-transform: uppercase;
      float: left;
      margin-bottom: -25px;
      padding: 0 30px 0 0;
      font-family: 'Open Sans Condensed'; }
  .about-page .our-team-block .other_editors .editor-block h4 {
    font-weight: 700;
    font-size: 16px;
    color: #424242;
    letter-spacing: 0.57px;
    line-height: 25px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif; }
  .about-page .our-team-block .other_editors .editor-block .halfwidth {
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      .about-page .our-team-block .other_editors .editor-block .halfwidth {
        width: 100%; } }
.about-page .contact-block .sectiondata .contact-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background-size: 15px;
  background-position: top 10px left;
  background-repeat: no-repeat;
  padding-left: 35px; }
  .about-page .contact-block .sectiondata .contact-item p {
    font-size: 20px;
    color: #191919;
    letter-spacing: -0.4px;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif; }
  .about-page .contact-block .sectiondata .contact-item a {
    color: #D8232A; }
  .about-page .contact-block .sectiondata .contact-item h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #424242;
    letter-spacing: 0.67px;
    line-height: 32px; }

.submission-page {
  padding-top: 50px; }
  .submission-page .container {
    max-width: 930px; }
  .submission-page .section-heading {
    padding: 0px 15px; }
    .submission-page .section-heading span {
      font-weight: 700;
      font-size: 28px;
      color: #0A0A0A;
      letter-spacing: 0.93px; }
  .submission-page .submision_subheading {
    margin-top: 30px;
    padding: 0 15px; }
    .submission-page .submision_subheading h3 {
      font-size: 26px;
      color: #AB3C3C;
      letter-spacing: 0.87px;
      margin: 0; }
  .submission-page .submisioninfobox_wrap {
    margin: 20px 0 30px 0px; }
  .submission-page .subheading {
    font-weight: bold;
    font-size: 21px;
    color: #0A0A0A;
    letter-spacing: 0.7px;
    padding: 20px 35px 20px 15px;
    margin: 0px; }
  .submission-page p {
    font-size: 19px;
    color: #191919;
    letter-spacing: -0.4px;
    line-height: 30px;
    padding-bottom: 25px;
    font-family: "Melior"; }
  .submission-page span {
    font-size: 17px;
    color: #424242;
    letter-spacing: 0.57px;
    line-height: 35px; }
  .submission-page .submisioninfo_box {
    padding: 20px 15px;
    float: left;
    width: 100%; }
  .submission-page .submisioninfobox h2 {
    background: url(" images/arrow-head-down.png") right 15px center no-repeat rgba(225, 225, 227, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-family: 'Open Sans Condensed'; }
    .submission-page .submisioninfobox h2.active {
      background: url(" images/arrow-head-up.png") right 15px center no-repeat rgba(225, 225, 227, 0.5); }
  .submission-page .submisioninfobox .submisioninfo_box {
    display: none; }
    .submission-page .submisioninfobox .submisioninfo_box p {
      font-family: 'Lato', sans-serif; }

.dwnload-btn-wrap {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 10vh; }
  .dwnload-btn-wrap button {
    background-color: #CA3036;
    background-image: none;
    height: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 30px;
    padding: 0px 30px;
    border: 1px solid #CA3036;
    float: none;
    display: inline-block;
    font-style: normal;
    width: auto; }
    .dwnload-btn-wrap button:hover {
      color: #CA3036;
      background: #fff; }

.admin-download-wrap {
  padding-top: 50px;
  padding-bottom: 50px; }
  .admin-download-wrap .date-box-wrap {
    padding-bottom: 20px; }
    .admin-download-wrap .date-box-wrap label {
      color: #191919;
      letter-spacing: 0.8px;
      padding: 5px 0px;
      font-size: 14px;
      margin: 0px;
      font-family: 'Lato', sans-serif;
      float: left;
      width: 100%; }
    .admin-download-wrap .date-box-wrap input {
      border: 1px solid #AAA;
      border-radius: 0;
      background: #fff;
      font-family: 'Lato', sans-serif;
      height: 40px;
      line-height: 40px;
      padding: 0px 5px;
      font-size: 14px;
      margin: 15px 0 10px 0px;
      float: left;
      width: 100%; }
  .admin-download-wrap input.datepick {
    background: url("images/calendar.png") center right 10px no-repeat #fff; }

.ui-widget-content, .ui-widget-content.ui-helper-clearfix {
  display: none; }

.ui-datepicker {
  z-index: 20 !important; }

.careers-page {
  padding-top: 50px; }
  .careers-page .container {
    max-width: 930px; }
  .careers-page .section-heading span {
    font-weight: 700;
    font-size: 28px;
    color: #0A0A0A;
    letter-spacing: 0.93px; }
  .careers-page .requremntblock .require_heading h3 {
    font-size: 21px;
    color: #AB3C3C;
    letter-spacing: 0.7px; }
  .careers-page .careerblock {
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ededed; }
    .careers-page .careerblock .career-title h2 {
      font-weight: 700;
      font-size: 26px;
      color: #0A0A0A;
      letter-spacing: 0.87px;
      padding-bottom: 20px; }
  .careers-page .sharebox {
    padding-top: 30px;
    padding-bottom: 30px; }
    .careers-page .sharebox span {
      font-size: 17px;
      color: #505050;
      line-height: 30px;
      display: inline-block;
      padding-right: 10px; }
    .careers-page .sharebox a {
      margin: 0px 15px;
      display: inline-block; }

.archive-wrap .magazine-banner {
  padding: 40px 0px; }
  .archive-wrap .magazine-banner .coverdata {
    display: none; }
  .archive-wrap .magazine-banner .container {
    max-width: 800px; }
  .archive-wrap .magazine-banner .magzine-img-block {
    float: left; }
    .archive-wrap .magazine-banner .magzine-img-block .img-wrap {
      float: left;
      width: 100%; }
      .archive-wrap .magazine-banner .magzine-img-block .img-wrap img {
        float: left;
        width: 100%; }
    .archive-wrap .magazine-banner .magzine-img-block .mag-txt {
      padding: 30px  0px;
      float: left;
      width: 100%; }
      .archive-wrap .magazine-banner .magzine-img-block .mag-txt h3 {
        font-size: 18px;
        color: #000000;
        letter-spacing: 1.78px;
        line-height: 42px;
        height: 42px;
        display: inline-block;
        font-weight: 700;
        padding: 0px 3px;
        margin: 0px;
        text-transform: uppercase;
        width: auto;
        max-width: calc(100% - 90px); }
    .archive-wrap .magazine-banner .magzine-img-block.magzine-img {
      width: 40%; }
      @media (max-width: 767px) {
        .archive-wrap .magazine-banner .magzine-img-block.magzine-img {
          width: 100%; } }
      .archive-wrap .magazine-banner .magzine-img-block.magzine-img .mag-txt {
        text-align: center; }
        .archive-wrap .magazine-banner .magzine-img-block.magzine-img .mag-txt a {
          opacity: 1; }
          .archive-wrap .magazine-banner .magzine-img-block.magzine-img .mag-txt a.mg-link-left {
            float: left; }
          .archive-wrap .magazine-banner .magzine-img-block.magzine-img .mag-txt a.mg-link-right {
            float: right; }
          .archive-wrap .magazine-banner .magzine-img-block.magzine-img .mag-txt a:hover {
            opacity: 1; }
    .archive-wrap .magazine-banner .magzine-img-block.magzine-img-left {
      width: 30%; }
      @media (max-width: 767px) {
        .archive-wrap .magazine-banner .magzine-img-block.magzine-img-left {
          width: 0;
          display: none; } }
      .archive-wrap .magazine-banner .magzine-img-block.magzine-img-left .mag-txt {
        text-align: right; }
        .archive-wrap .magazine-banner .magzine-img-block.magzine-img-left .mag-txt h3 {
          color: #D0D2D4;
          padding: 0px 30px 0 0; }
    .archive-wrap .magazine-banner .magzine-img-block.magzine-img-right {
      width: 30%; }
      @media (max-width: 767px) {
        .archive-wrap .magazine-banner .magzine-img-block.magzine-img-right {
          width: 0;
          display: none; } }
      .archive-wrap .magazine-banner .magzine-img-block.magzine-img-right .mag-txt {
        text-align: left; }
        .archive-wrap .magazine-banner .magzine-img-block.magzine-img-right .mag-txt h3 {
          color: #D0D2D4;
          padding: 0px 0 0 30px; }
.archive-wrap .magazine-content {
  padding-top: 50px; }
  .archive-wrap .magazine-content .news-item {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px solid #BCBCBC; }
    .archive-wrap .magazine-content .news-item .news-img {
      float: right;
      width: 310px;
      padding-left: 30px;
      background-size: cover; }
      @media (max-width: 767px) {
        .archive-wrap .magazine-content .news-item .news-img {
          width: 220px; } }
      @media (max-width: 480px) {
        .archive-wrap .magazine-content .news-item .news-img {
          width: 110px;
          padding-left: 20px; } }
      .archive-wrap .magazine-content .news-item .news-img img {
        float: left;
        width: 100%; }
    .archive-wrap .magazine-content .news-item .news-txt {
      float: left;
      width: calc(100% - 310px); }
      @media (max-width: 767px) {
        .archive-wrap .magazine-content .news-item .news-txt {
          width: calc(100% - 220px); } }
      @media (max-width: 480px) {
        .archive-wrap .magazine-content .news-item .news-txt {
          width: calc(100% - 110px); } }
      .archive-wrap .magazine-content .news-item .news-txt.fullwidth {
        width: 100%; }
      .archive-wrap .magazine-content .news-item .news-txt h3 {
        padding-top: 0px;
        margin-top: 0px; }
        .archive-wrap .magazine-content .news-item .news-txt h3 a {
          font-weight: 900;
          font-size: 24px;
          color: #0A0A0A;
          letter-spacing: 0.8px;
          line-height: 28px;
          text-transform: uppercase; }
          .archive-wrap .magazine-content .news-item .news-txt h3 a:hover {
            color: #D8232A; }
      .archive-wrap .magazine-content .news-item .news-txt p {
        font-size: 16px;
        color: #191919;
        letter-spacing: 0.53px;
        line-height: 26px; }
      .archive-wrap .magazine-content .news-item .news-txt h4 {
        padding: 0px;
        margin: 0px;
        font-weight: 600;
        font-size: 14px;
        color: #6C6C6C;
        letter-spacing: 1.27px;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed'; }
        .archive-wrap .magazine-content .news-item .news-txt h4 a {
          font-size: 14px;
          color: #6C6C6C;
          font-family: 'Open Sans Condensed'; }
          .archive-wrap .magazine-content .news-item .news-txt h4 a:hover {
            color: #D8232A; }
  .archive-wrap .magazine-content .magazine-content-wrap .category_list {
    float: left;
    width: 100%; }
    .archive-wrap .magazine-content .magazine-content-wrap .category_list .catetitlebox {
      float: left;
      width: 100%;
      border-top: 1px solid #BCBCBC;
      border-bottom: 1px solid #BCBCBC;
      margin-top: 30px; }
      .archive-wrap .magazine-content .magazine-content-wrap .category_list .catetitlebox h2 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 24px;
        color: #0A0A0A;
        letter-spacing: 0.8px;
        text-align: center;
        line-height: 80px;
        height: 80px;
        padding: 0;
        margin: 0px; }
    .archive-wrap .magazine-content .magazine-content-wrap .category_list .news-item:last-child {
      border: 0px; }

.populer-news .populer-heading {
  margin-bottom: 30px; }
  .populer-news .populer-heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #0A0A0A;
    letter-spacing: 0.8px;
    border-bottom: 4px solid #D8232A;
    text-transform: uppercase;
    padding: 0 0 20px 0px; }
.populer-news .populer-info {
  float: left;
  width: 100%; }
  .populer-news .populer-info .more-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .populer-news .populer-info .more-item h3 {
      padding-top: 0px;
      margin-top: 0px; }
      .populer-news .populer-info .more-item h3 a {
        font-weight: 700;
        font-size: 24px;
        color: #0A0A0A;
        letter-spacing: 0.8px;
        line-height: 28px; }
        .populer-news .populer-info .more-item h3 a:hover {
          color: #D8232A; }
    .populer-news .populer-info .more-item p {
      font-size: 16px;
      color: #191919;
      letter-spacing: 0.53px;
      line-height: 26px; }
    .populer-news .populer-info .more-item h4 {
      padding: 10px 0px;
      margin: 0px;
      font-weight: 600;
      font-size: 14px;
      color: #6C6C6C;
      letter-spacing: 1.27px; }

.backto_archive {
  background: #EDF0F1;
  text-align: center;
  padding: 40px 0px; }
  .backto_archive a {
    float: left;
    font-weight: 700;
    font-size: 20px;
    color: #0A0A0A;
    letter-spacing: 0.67px;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 40px;
    line-height: 40px;
    background: url("images/archive-left.png") left center no-repeat;
    background-size: 30px; }
    .backto_archive a:hover {
      color: #D8232A; }
    @media (max-width: 767px) {
      .backto_archive a {
        display: inline-block;
        float: none;
        margin: 0 0 20px 0px; } }
  .backto_archive h3 {
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 24px;
    color: #0A0A0A;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .backto_archive h3 {
        width: 100%;
        float: left; } }
    .backto_archive h3 span {
      font-size: 16px; }
  .backto_archive .single-archive-link h3 {
    padding: 20px 0px; }
  .backto_archive .single-archive-link a {
    float: right;
    background: #000000;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.4px;
    height: 52px;
    line-height: 52px;
    padding: 0px 30px;
    border-radius: 26px;
    border: 1px solid #000000;
    margin: 0px; }
    .backto_archive .single-archive-link a:hover {
      background: #000000;
      color: #fff; }
    @media (max-width: 991px) {
      .backto_archive .single-archive-link a {
        float: none;
        margin: 0px auto;
        display: inline-block; } }

.category-wrap .first-articlewrap .search-title {
  padding-top: 40px; }
  .category-wrap .first-articlewrap .search-title h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #0A0A0A;
    letter-spacing: 1.53px; }
.category-wrap .first-articlewrap .search-bar {
  padding-top: 40px; }
  .category-wrap .first-articlewrap .search-bar .search-box {
    text-align: center; }
    .category-wrap .first-articlewrap .search-bar .search-box .search-field {
      float: none;
      max-width: 800px;
      display: inline-block;
      width: 100%; }
      .category-wrap .first-articlewrap .search-bar .search-box .search-field form {
        float: left;
        width: 100%; }
        .category-wrap .first-articlewrap .search-bar .search-box .search-field form .btn.searchsubmit {
          float: right;
          max-width: 200px;
          margin: 0px; }
        .category-wrap .first-articlewrap .search-bar .search-box .search-field form input[type="text"] {
          float: left;
          width: calc(100% - 200px); }
  .category-wrap .first-articlewrap .search-bar .search-info-box {
    padding-top: 20px;
    text-align: left; }
    .category-wrap .first-articlewrap .search-bar .search-info-box p {
      padding-bottom: 10px;
      border-bottom: 1px solid #BCBCBC; }
.category-wrap .first-articlewrap .category-title {
  padding-top: 40px; }
  .category-wrap .first-articlewrap .category-title h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 46px;
    color: #0A0A0A;
    letter-spacing: 1.53px; }
.category-wrap .first-articlewrap .category-sublist {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center; }
  .category-wrap .first-articlewrap .category-sublist .current-cat-title {
    display: none; }
  .category-wrap .first-articlewrap .category-sublist a {
    display: inline-table;
    font-weight: 700;
    font-size: 15px;
    color: #343434;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 1;
    line-height: 30px;
    height: 30px;
    padding-bottom: 6px;
    padding-top: 15px;
    border-bottom: 3px solid #fff;
    margin: 0px 15px; }
    .category-wrap .first-articlewrap .category-sublist a.active {
      border-bottom: 3px solid #D8232A; }
.category-wrap .first-articlewrap .news-item {
  float: left;
  width: 100%; }
  .category-wrap .first-articlewrap .news-item .news-img {
    float: left;
    width: 100%;
    padding-bottom: 30px; }
    .category-wrap .first-articlewrap .news-item .news-img img {
      float: left;
      width: 100%; }
  .category-wrap .first-articlewrap .news-item .news-txt {
    float: left;
    width: 100%;
    padding-bottom: 40px; }
    .category-wrap .first-articlewrap .news-item .news-txt .taglist {
      float: left;
      width: 100%; }
      .category-wrap .first-articlewrap .news-item .news-txt .taglist ul {
        padding: 0;
        margin: 0px;
        width: 100%;
        float: left; }
        .category-wrap .first-articlewrap .news-item .news-txt .taglist ul li {
          display: inline-block;
          padding: 0 5px 0 0;
          margin: 0 5px 5px 0px;
          border-right: 1px solid #C9C9C9;
          list-style-type: none; }
          .category-wrap .first-articlewrap .news-item .news-txt .taglist ul li:last-child {
            border: 0px;
            padding-right: 0px;
            margin-right: 0px; }
          .category-wrap .first-articlewrap .news-item .news-txt .taglist ul li a {
            font-size: 13px;
            color: #D8232A;
            letter-spacing: 0.43px;
            line-height: 14px;
            float: left;
            text-transform: uppercase; }
            .category-wrap .first-articlewrap .news-item .news-txt .taglist ul li a:hover {
              text-decoration: underline; }
    .category-wrap .first-articlewrap .news-item .news-txt h3 {
      float: left;
      width: 100%;
      padding: 20px 0px;
      margin: 0px; }
      .category-wrap .first-articlewrap .news-item .news-txt h3 a {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 40px;
        color: #0A0A0A;
        letter-spacing: 1.33px; }
    .category-wrap .first-articlewrap .news-item .news-txt p {
      font-size: 21px;
      color: #191919;
      letter-spacing: 0.7px;
      line-height: 40px; }
    .category-wrap .first-articlewrap .news-item .news-txt h4 {
      font-weight: 500;
      font-size: 16px;
      color: #6C6C6C;
      letter-spacing: 1.45px;
      line-height: 25px; }
      .category-wrap .first-articlewrap .news-item .news-txt h4 a {
        font-size: 14px;
        color: #6C6C6C;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed'; }
        .category-wrap .first-articlewrap .news-item .news-txt h4 a:hover {
          color: #D8232A; }
.category-wrap .remaining-articlewrap {
  padding: 60px 0px; }
  .category-wrap .remaining-articlewrap .news-item {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BCBCBC; }
    .category-wrap .remaining-articlewrap .news-item .news-img {
      float: right;
      width: 280px;
      margin-left: 20px;
      background-size: cover;
      min-height: 200px; }
      @media (max-width: 767px) {
        .category-wrap .remaining-articlewrap .news-item .news-img {
          width: 220px; } }
      @media (max-width: 480px) {
        .category-wrap .remaining-articlewrap .news-item .news-img {
          width: 110px;
          padding-left: 20px; } }
      .category-wrap .remaining-articlewrap .news-item .news-img img {
        float: left;
        width: 100%; }
    .category-wrap .remaining-articlewrap .news-item .news-txt {
      float: left;
      width: calc(100% - 300px); }
      @media (max-width: 767px) {
        .category-wrap .remaining-articlewrap .news-item .news-txt {
          width: calc(100% - 240px); } }
      @media (max-width: 480px) {
        .category-wrap .remaining-articlewrap .news-item .news-txt {
          width: calc(100% - 130px); } }
      .category-wrap .remaining-articlewrap .news-item .news-txt .taglist {
        float: left;
        width: 100%; }
        .category-wrap .remaining-articlewrap .news-item .news-txt .taglist ul {
          padding: 0;
          margin: 0px;
          width: 100%;
          float: left; }
          .category-wrap .remaining-articlewrap .news-item .news-txt .taglist ul li {
            display: inline-block;
            padding: 0 5px 0 0;
            margin: 0 5px 5px 0px;
            border-right: 1px solid #C9C9C9;
            list-style-type: none; }
            .category-wrap .remaining-articlewrap .news-item .news-txt .taglist ul li:last-child {
              border: 0px;
              padding-right: 0px;
              margin-right: 0px; }
            .category-wrap .remaining-articlewrap .news-item .news-txt .taglist ul li a {
              font-size: 14px;
              color: #D8232A;
              letter-spacing: 0.43px;
              line-height: 16px;
              float: left;
              text-transform: uppercase;
              font-family: 'Open Sans Condensed'; }
              .category-wrap .remaining-articlewrap .news-item .news-txt .taglist ul li a:hover {
                text-decoration: underline; }
      .category-wrap .remaining-articlewrap .news-item .news-txt h3 {
        padding-top: 0px;
        margin-top: 0px; }
        .category-wrap .remaining-articlewrap .news-item .news-txt h3 a {
          font-weight: 900;
          text-transform: uppercase;
          font-size: 24px;
          color: #404040;
          letter-spacing: 0.53px;
          line-height: 28px; }
          .category-wrap .remaining-articlewrap .news-item .news-txt h3 a:hover {
            color: #D8232A; }
      .category-wrap .remaining-articlewrap .news-item .news-txt p {
        font-size: 16px;
        color: #191919;
        letter-spacing: 0.53px;
        line-height: 26px; }
      .category-wrap .remaining-articlewrap .news-item .news-txt h4 {
        padding: 10px 0px;
        margin: 0px;
        font-weight: 600;
        font-size: 14px;
        color: #6C6C6C;
        letter-spacing: 1.27px;
        font-family: 'Open Sans Condensed'; }
        .category-wrap .remaining-articlewrap .news-item .news-txt h4 a {
          font-size: 14px;
          color: #6C6C6C;
          text-transform: uppercase;
          font-family: 'Open Sans Condensed'; }
          .category-wrap .remaining-articlewrap .news-item .news-txt h4 a:hover {
            color: #D8232A; }
      .category-wrap .remaining-articlewrap .news-item .news-txt.fullwidth {
        width: 100%; }
    .category-wrap .remaining-articlewrap .news-item.no-results p {
      font-size: 16px; }
  .category-wrap .remaining-articlewrap .more-article-item .col-md-3 {
    float: left;
    width: 100%;
    padding: 0 0 30px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BCBCBC; }
    .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-img {
      float: right;
      width: 280px;
      margin-left: 20px;
      height: 200px;
      background-size: cover; }
      @media (max-width: 767px) {
        .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-img {
          width: 100%;
          margin: 0 0 30px 0; } }
    .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt {
      float: left;
      width: calc(100% - 300px); }
      @media (max-width: 767px) {
        .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt {
          width: 100%; } }
      .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .taglist {
        float: left;
        width: 100%; }
        .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .taglist ul {
          padding: 0;
          margin: 0px;
          width: 100%;
          float: left; }
          .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .taglist ul li {
            display: inline-block;
            padding: 0 5px 0 0;
            margin: 0 5px 5px 0px;
            border-right: 1px solid #C9C9C9;
            list-style-type: none; }
            .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .taglist ul li:last-child {
              border: 0px;
              padding-right: 0px;
              margin-right: 0px; }
            .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .taglist ul li a {
              font-size: 13px;
              color: #D8232A;
              letter-spacing: 0.43px;
              line-height: 14px;
              float: left;
              text-transform: uppercase; }
      .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt h2 {
        float: left;
        width: 100%;
        padding: 0 0 20px 0px;
        margin: 0px;
        margin: 0; }
        .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt h2 a {
          font-weight: 700;
          font-size: 16px;
          color: #404040;
          letter-spacing: 0.53px;
          line-height: 20px; }
      .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .home_author {
        display: none; }
      .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .descriptions {
        font-size: 16px;
        color: #191919;
        letter-spacing: 0.53px;
        line-height: 26px;
        float: left;
        width: 100%;
        padding-bottom: 15px; }
      .category-wrap .remaining-articlewrap .more-article-item .col-md-3 .article-txt .allpage_author {
        padding: 10px 0px;
        margin: 0px;
        font-weight: 600;
        font-size: 14px;
        color: #6C6C6C;
        letter-spacing: 1.27px;
        float: left; }
.category-wrap .desktop-latest {
  display: block; }
  @media (max-width: 991px) {
    .category-wrap .desktop-latest {
      display: none; } }
.category-wrap .mobile-latest {
  display: none; }
  @media (max-width: 991px) {
    .category-wrap .mobile-latest {
      display: block;
      padding-top: 30px; } }

.loadmore-wrapper {
  float: left;
  width: 100%; }
  .loadmore-wrapper .bliss_loadmore {
    text-align: center;
    width: 100%;
    float: left;
    background: transparent; }
    @media (max-width: 991px) {
      .loadmore-wrapper .bliss_loadmore {
        margin-bottom: 40px; } }
    .loadmore-wrapper .bliss_loadmore span {
      text-align: center;
      border-radius: 20px;
      padding: 0 20px;
      height: 40px;
      display: inline-block;
      box-sizing: border-box;
      border: 1px solid #D8232A;
      margin: 0px auto;
      font-family: 'Open Sans Condensed';
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0.47px;
      line-height: 40px;
      background: #D8232A;
      text-transform: uppercase; }
      .loadmore-wrapper .bliss_loadmore span:hover {
        color: #D8232A !important;
        background: #fff !important; }

.latest-news .populer-heading {
  float: left;
  width: 100%; }
  .latest-news .populer-heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #343434;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    padding: 0px; }
    .latest-news .populer-heading h2 span {
      border-bottom: 4px solid #D8232A;
      padding-bottom: 20px;
      float: left;
      margin-bottom: -4px;
      font-family: 'Open Sans Condensed';
      font-weight: 700; }
.latest-news .populer-info {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .latest-news .populer-info .more-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .latest-news .populer-info .more-item h3 {
      padding-top: 0px;
      margin-top: 0px; }
      .latest-news .populer-info .more-item h3 a {
        font-weight: 700;
        font-size: 16px;
        color: #404040;
        letter-spacing: 0.53px;
        line-height: 28px;
        text-transform: uppercase;
        font-family: 'Melior'; }
        .latest-news .populer-info .more-item h3 a:hover {
          color: #D8232A; }
    .latest-news .populer-info .more-item p {
      font-size: 14px;
      color: #191919;
      letter-spacing: 0.53px;
      line-height: 26px;
      font-family: 'Lato', sans-serif; }
    .latest-news .populer-info .more-item h4 {
      padding: 10px 0px;
      margin: 0px;
      font-weight: 600;
      font-size: 14px;
      color: #6C6C6C;
      letter-spacing: 1.27px;
      font-family: 'Open Sans Condensed'; }
      .latest-news .populer-info .more-item h4 a {
        font-weight: 600;
        font-size: 14px;
        color: #6C6C6C;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed'; }
        .latest-news .populer-info .more-item h4 a:hover {
          color: #D8232A; }

.show-advance-out {
  float: left;
  width: 100%;
  padding-top: 20px; }
  .show-advance-out a {
    float: right;
    font-size: 15px;
    color: #333;
    padding-right: 20px;
    background: url("images/dark-arrowhead-down.png") center right no-repeat; }

.ad_search_bar {
  float: left;
  width: 100%; }
  .ad_search_bar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px;
    text-align: center; }
    .ad_search_bar ul li {
      width: auto;
      float: none;
      display: inline-block;
      padding: 0px 15px;
      text-align: left;
      padding-top: 20px;
      display: none; }
      .ad_search_bar ul li label {
        float: left;
        width: 100%; }
      .ad_search_bar ul li .chosen-container {
        float: left;
        width: 100%;
        min-width: 100%; }
        .ad_search_bar ul li .chosen-container a {
          border: 1px solid #000;
          background-image: none !important;
          box-shadow: 0 0px 0 #666 inset !important;
          color: #000;
          height: 40px;
          line-height: 40px;
          padding: 0px 15px;
          background-color: transparent;
          border-radius: 0px;
          font-size: 13px;
          letter-spacing: 0.88px;
          float: left;
          width: 100%; }
        .ad_search_bar ul li .chosen-container b {
          height: 30px;
          margin-top: 10px; }
      .ad_search_bar ul li h4 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 13px;
        color: #000;
        font-weight: 700;
        letter-spacing: 0.88px;
        text-transform: uppercase; }
      .ad_search_bar ul li.sf-field-search {
        float: left;
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        display: block; }
        .ad_search_bar ul li.sf-field-search label {
          float: left;
          width: 100%; }
        .ad_search_bar ul li.sf-field-search input[type="text"] {
          font-size: 32px;
          color: #000;
          letter-spacing: 1.07px;
          line-height: 40px;
          height: 40px;
          border: 0px;
          float: left;
          background-color: transparent;
          width: 100%;
          padding: 0;
          margin: 0;
          text-align: left; }
          @media (max-width: 767px) {
            .ad_search_bar ul li.sf-field-search input[type="text"] {
              font-size: 18px; } }
      .ad_search_bar ul li.sf-field-submit {
        width: auto;
        float: none;
        position: absolute;
        right: 0;
        display: block; }
        .ad_search_bar ul li.sf-field-submit input[type="submit"] {
          width: 40px;
          height: 40px;
          float: right;
          font-size: 0;
          color: transparent;
          border: 0;
          background: url("images/dark-search-btn.png") center no-repeat;
          background-color: transparent; }
      .ad_search_bar ul li.sf-field-category {
        width: 30%;
        float: left; }
        .ad_search_bar ul li.sf-field-category select {
          width: 100% !important; }
        @media (max-width: 767px) {
          .ad_search_bar ul li.sf-field-category {
            width: 100%; } }
      .ad_search_bar ul li.sf-field-author {
        width: 30%;
        float: left; }
        .ad_search_bar ul li.sf-field-author select {
          width: 100% !important; }
        @media (max-width: 767px) {
          .ad_search_bar ul li.sf-field-author {
            width: 100%; } }
      .ad_search_bar ul li.sf-field-post_date {
        width: 40%;
        float: left; }
        .ad_search_bar ul li.sf-field-post_date ul li {
          width: 50%;
          padding: 0px 5px 0px 0px;
          float: left; }
          .ad_search_bar ul li.sf-field-post_date ul li input {
            border: 1px solid #000;
            background-image: none !important;
            box-shadow: 0 0px 0 #000 inset !important;
            color: #000;
            height: 40px;
            line-height: 40px;
            padding: 0px 15px;
            background-color: transparent;
            border-radius: 0px;
            font-size: 13px;
            letter-spacing: 0.88px;
            float: left;
            width: 100%; }
          .ad_search_bar ul li.sf-field-post_date ul li span {
            display: none; }
        @media (max-width: 767px) {
          .ad_search_bar ul li.sf-field-post_date {
            width: 100%; } }

.ipg-pages .ipg-info-box .container {
  max-width: 800px; }
.ipg-pages .ipg-reqest {
  text-align: center; }
  .ipg-pages .ipg-reqest .btn-red {
    margin-top: 20px;
    height: 30px;
    line-height: 30px; }
  .ipg-pages .ipg-reqest input[type="submit"].upme-button {
    float: none;
    display: inline-block;
    margin: 20px 0px; }
.ipg-pages .payment-title-top {
  background: #F7DA47;
  padding: 30px; }
  .ipg-pages .payment-title-top .container {
    max-width: 800px; }
  .ipg-pages .payment-title-top .title-txt {
    text-align: center;
    background: #000; }
    .ipg-pages .payment-title-top .title-txt p {
      padding: 20px;
      margin: 0px;
      text-align: center;
      color: #fff;
      font-family: 'Open Sans Condensed';
      font-weight: 700;
      font-size: 40px; }
  .ipg-pages .payment-title-top .title-img {
    text-align: center; }
    .ipg-pages .payment-title-top .title-img img {
      display: inline-block;
      margin-bottom: -140px; }
.ipg-pages .payment-option-heading {
  padding-top: 150px; }
  .ipg-pages .payment-option-heading h2 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    color: #404040;
    letter-spacing: 0.53px;
    line-height: 28px; }
.ipg-pages .payment-option-top {
  float: left;
  padding-top: 30px; }
  .ipg-pages .payment-option-top .container {
    max-width: 600px; }
  .ipg-pages .payment-option-top .option-block-wrap {
    padding: 30px;
    background: #FDF7D0; }
    .ipg-pages .payment-option-top .option-block-wrap .reqst-head strong {
      text-align: center;
      color: #D8232A;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 24px;
      font-weight: 700;
      float: left;
      width: 100%;
      padding-bottom: 15px; }
    .ipg-pages .payment-option-top .option-block-wrap .reqst-head span {
      color: #333;
      font-weight: 700;
      font-size: 18px;
      float: left;
      width: 100%;
      text-align: center; }
    .ipg-pages .payment-option-top .option-block-wrap .request-more-info {
      padding-top: 30px; }
      .ipg-pages .payment-option-top .option-block-wrap .request-more-info ul {
        padding: 10px 30px;
        margin: 0px;
        float: left;
        width: 100%; }
        .ipg-pages .payment-option-top .option-block-wrap .request-more-info ul li {
          list-style-image: url("images/list-icon-tick.png");
          float: left;
          width: 100%;
          padding-bottom: 10px;
          text-align: left;
          font-size: 18px; }
.ipg-pages .title-row h3 span {
  float: right;
  font-size: 14px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1; }

.ll-skin-melon .ui-datepicker-header,
.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month,
.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
  background: #D8232A; }

.ll-skin-melon .ui-datepicker-calendar thead {
  background: #D8232A; }

.magazine-wrap .archive_search {
  background: url("images/archive_banner-web.png") top no-repeat;
  padding: 150px 0 100px 0px;
  background-size: cover; }
  @media (max-width: 767px) {
    .magazine-wrap .archive_search {
      background: url("images/archive_banner-mobile.png") top no-repeat;
      background-size: cover; } }
  .magazine-wrap .archive_search .container {
    max-width: 900px; }
  .magazine-wrap .archive_search .search_bar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 15px; }
    .magazine-wrap .archive_search .search_bar input[type="text"] {
      font-size: 32px;
      color: #000;
      letter-spacing: 1.07px;
      line-height: 40px;
      height: 40px;
      border: 0px;
      float: left;
      background-color: transparent;
      width: calc(100% - 50px);
      padding: 0;
      margin: 0;
      font-weight: 700; }
    .magazine-wrap .archive_search .search_bar input[type="submit"] {
      width: 40px;
      height: 40px;
      float: right;
      border: 0;
      background: url("images/search-btn.png") center no-repeat;
      background-color: transparent; }
  .magazine-wrap .archive_search .ad_search_bar {
    float: left;
    width: 100%; }
  .magazine-wrap .archive_search .search_info {
    float: left;
    width: 100%;
    padding-top: 40px; }
    .magazine-wrap .archive_search .search_info h2 {
      text-align: center;
      font-weight: 700;
      font-size: 30px;
      color: #000;
      letter-spacing: 1px;
      line-height: 47px; }
  .magazine-wrap .archive_search .search_btn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px; }
    .magazine-wrap .archive_search .search_btn a {
      display: inline-block;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px;
      color: #000;
      letter-spacing: 0.5px;
      padding: 0px 20px;
      border: 1px solid #000;
      height: 40px;
      line-height: 40px;
      border-radius: 20px; }
.magazine-wrap .magazine-data {
  float: left;
  width: 100%; }
  .magazine-wrap .magazine-data .magazin-head {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
    .magazine-wrap .magazine-data .magazin-head span {
      display: inline-block;
      font-weight: 700;
      font-size: 28px;
      color: #343434;
      letter-spacing: 0.93px;
      line-height: 56px; }
    .magazine-wrap .magazine-data .magazin-head .select_wrap {
      float: right;
      background: url("images/select-arrow.png") center right no-repeat;
      padding-right: 20px;
      overflow: hidden;
      margin-top: 15px; }
      .magazine-wrap .magazine-data .magazin-head .select_wrap select {
        float: left;
        width: calc(100% + 40px);
        background-color: transparent;
        border: 0;
        font-weight: 700;
        font-size: 21px;
        color: #343434;
        text-transform: uppercase; }
  .magazine-wrap .magazine-data .magazin-list {
    padding-bottom: 50px; }
    .magazine-wrap .magazine-data .magazin-list .magzine_box {
      padding-top: 30px;
      padding-bottom: 50px;
      float: left;
      width: 100%; }
      .magazine-wrap .magazine-data .magazin-list .magzine_box a .magzine-img {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center; }
        .magazine-wrap .magazine-data .magazin-list .magzine_box a .magzine-img img {
          float: left;
          width: 100%;
          transition: all .2s ease-in-out;
          height: 100%;
          object-fit: cover; }
      .magazine-wrap .magazine-data .magazin-list .magzine_box a:hover {
        opacity: 1; }
        .magazine-wrap .magazine-data .magazin-list .magzine_box a:hover img {
          transform: scale(1.01); }
    .magazine-wrap .magazine-data .magazin-list .magzine-txt {
      float: left;
      width: 100%;
      padding: 20px 30px;
      text-align: center; }
      .magazine-wrap .magazine-data .magazin-list .magzine-txt span {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        color: #858585;
        letter-spacing: 1.6px;
        line-height: 28px; }
      .magazine-wrap .magazine-data .magazin-list .magzine-txt:hover span {
        color: #D8232A; }
.magazine-wrap .magazin-btn-wrap {
  text-align: center;
  padding-top: 30px; }
  .magazine-wrap .magazin-btn-wrap a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    border: 1px solid #D8232A;
    background: #D8232A;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    float: none;
    font-family: 'Open Sans Condensed'; }
    .magazine-wrap .magazin-btn-wrap a:hover {
      color: #D8232A;
      background: #fff; }

.fictions-wrap .taglist {
  display: none; }
.fictions-wrap .bliss_loadmore {
  margin: 40px 0px; }
.fictions-wrap .magazine-content {
  padding-top: 50px; }
  .fictions-wrap .magazine-content .news-item {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px solid #BCBCBC; }
    .fictions-wrap .magazine-content .news-item .news-img {
      float: right;
      width: 310px;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .fictions-wrap .magazine-content .news-item .news-img {
          width: 220px; } }
      @media (max-width: 480px) {
        .fictions-wrap .magazine-content .news-item .news-img {
          width: 110px;
          padding-left: 20px; } }
      .fictions-wrap .magazine-content .news-item .news-img img {
        float: left;
        width: 100%; }
    .fictions-wrap .magazine-content .news-item .news-txt {
      float: left;
      width: calc(100% - 310px); }
      @media (max-width: 767px) {
        .fictions-wrap .magazine-content .news-item .news-txt {
          width: calc(100% - 220px);
          float: left; } }
      @media (max-width: 480px) {
        .fictions-wrap .magazine-content .news-item .news-txt {
          width: calc(100% - 110px); } }
      .fictions-wrap .magazine-content .news-item .news-txt.fullwidth {
        width: 100%; }
      .fictions-wrap .magazine-content .news-item .news-txt h3 {
        padding-top: 0px;
        margin-top: 0px;
        font-family: 'Melior'; }
        .fictions-wrap .magazine-content .news-item .news-txt h3 a {
          font-weight: 900;
          font-size: 24px;
          color: #0A0A0A;
          letter-spacing: 0.8px;
          line-height: 28px;
          text-transform: uppercase;
          font-family: 'Melior'; }
          .fictions-wrap .magazine-content .news-item .news-txt h3 a:hover {
            color: #D8232A; }
      .fictions-wrap .magazine-content .news-item .news-txt p {
        font-size: 16px;
        color: #191919;
        letter-spacing: 0.53px;
        line-height: 26px; }
      .fictions-wrap .magazine-content .news-item .news-txt h4 {
        padding: 0px;
        margin: 0px;
        font-weight: 600;
        font-size: 14px;
        color: #6C6C6C;
        letter-spacing: 1.27px;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed'; }
        .fictions-wrap .magazine-content .news-item .news-txt h4 a {
          font-size: 14px;
          color: #6C6C6C;
          font-family: 'Open Sans Condensed'; }
          .fictions-wrap .magazine-content .news-item .news-txt h4 a:hover {
            color: #D8232A; }
.fictions-wrap .fiction_description .fiction-banner img {
  float: left;
  width: 100%; }
.fictions-wrap .fiction_description .fiction-txt {
  padding-top: 10vh;
  padding-bottom: 10vh; }
  .fictions-wrap .fiction_description .fiction-txt h2 {
    font-weight: 900;
    font-size: 69px;
    color: #0A0A0A;
    letter-spacing: 2.3px;
    text-align: center;
    font-family: 'Melior'; }
.fictions-wrap .fiction_description .fiction-intro {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .fictions-wrap .fiction_description .fiction-intro p {
    font-size: 18px;
    color: #191919;
    letter-spacing: 0.6px;
    line-height: 35px;
    max-width: 750px;
    float: none;
    display: inline-block; }
    .fictions-wrap .fiction_description .fiction-intro p:first-letter {
      font-size: 400%; }
.fictions-wrap .articles-wraps .articles-featured {
  margin-top: 60px;
  margin-bottom: 60px; }
  .fictions-wrap .articles-wraps .articles-featured .article-img img {
    float: left;
    width: 100%; }
  @media (max-width: 767px) {
    .fictions-wrap .articles-wraps .articles-featured .article-img {
      height: auto !important;
      width: 100%;
      margin-bottom: 30px; } }
  .fictions-wrap .articles-wraps .articles-featured .article-txt h3 {
    padding-top: 0px;
    margin-top: 0px; }
    .fictions-wrap .articles-wraps .articles-featured .article-txt h3 a {
      font-weight: 900;
      font-size: 24px;
      color: #0A0A0A;
      letter-spacing: 0.8px;
      line-height: 28px;
      text-transform: uppercase;
      font-family: 'Melior'; }
      .fictions-wrap .articles-wraps .articles-featured .article-txt h3 a:hover {
        color: #D8232A; }
  .fictions-wrap .articles-wraps .articles-featured .article-txt p {
    font-size: 16px;
    color: #191919;
    letter-spacing: 0.53px;
    line-height: 26px; }
  .fictions-wrap .articles-wraps .articles-featured .article-txt h4 {
    padding: 10px 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #6C6C6C;
    letter-spacing: 1.27px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed'; }
    .fictions-wrap .articles-wraps .articles-featured .article-txt h4 a {
      color: #6C6C6C;
      font-family: 'Open Sans Condensed'; }
      .fictions-wrap .articles-wraps .articles-featured .article-txt h4 a:hover {
        color: #D8232A; }
  @media (max-width: 767px) {
    .fictions-wrap .articles-wraps .articles-featured .article-txt {
      float: left;
      width: 100%;
      padding-bottom: 35px;
      border-bottom: 1px solid #BCBCBC; } }
  .fictions-wrap .articles-wraps .articles-featured.even .article-img {
    float: left; }
  .fictions-wrap .articles-wraps .articles-featured.odd .article-img {
    float: right; }

.archive-wrap .newslterwrap-single.fixed {
  position: fixed;
  top: 160px; }
  @media (max-width: 991px) {
    .archive-wrap .newslterwrap-single.fixed {
      position: relative;
      top: auto; } }
@media (max-width: 767px) {
  .archive-wrap .article-content-wrap {
    float: left;
    width: 100%; } }
.archive-wrap .article-content-wrap.ipg-confirm-box input[type="submit"].upme-button {
  float: right; }
  @media (max-width: 767px) {
    .archive-wrap .article-content-wrap.ipg-confirm-box input[type="submit"].upme-button {
      float: left; } }
.archive-wrap .article-img .article-img-big {
  float: left;
  width: 100%; }
  .archive-wrap .article-img .article-img-big img {
    width: 100%;
    float: left; }
.archive-wrap .article-img .article-img-small {
  text-align: left;
  padding-top: 40px; }
  .archive-wrap .article-img .article-img-small .container {
    max-width: 900px; }
    @media (max-width: 1400px) {
      .archive-wrap .article-img .article-img-small .container {
        max-width: 600px; } }
  .archive-wrap .article-img .article-img-small .img-caption {
    text-align: left;
    padding: 20px  0 0 0; }
  .archive-wrap .article-img .article-img-small img {
    float: none;
    display: inline-block;
    width: auto;
    max-width: 100%; }
.archive-wrap .article-info-box {
  padding-top: 30px; }
  .archive-wrap .article-info-box .container-article-header {
    max-width: 900px; }
    @media (max-width: 1400px) {
      .archive-wrap .article-info-box .container-article-header {
        max-width: 600px; } }
  .archive-wrap .article-info-box .container-article-inner {
    max-width: 100%; }
  @media (max-width: 470px) {
    .archive-wrap .article-info-box .upme-button {
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
      min-width: 100%; } }
  .archive-wrap .article-info-box .btn-red {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    border: 1px solid #666;
    background: #666;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0px 30px;
    text-align: center;
    cursor: pointer;
    font-family: 'Open Sans Condensed'; }
    @media (max-width: 470px) {
      .archive-wrap .article-info-box .btn-red {
        width: 100%;
        margin-bottom: 10px;
        text-align: center; } }
    .archive-wrap .article-info-box .btn-red:hover {
      background: #fff;
      color: #666; }
  .archive-wrap .article-info-box .card-details {
    padding-top: 40px; }
    .archive-wrap .article-info-box .card-details strong {
      width: 250px;
      display: inline-block; }
  .archive-wrap .article-info-box .latest-news {
    margin-top: 30vh; }
    @media (max-width: 991px) {
      .archive-wrap .article-info-box .latest-news {
        margin-top: 20px; } }
  .archive-wrap .article-info-box .container-inner {
    margin: auto;
    max-width: 100%;
    width: 100%; }
  .archive-wrap .article-info-box .heading-box {
    border-bottom: 1px solid #BCBCBC; }
    .archive-wrap .article-info-box .heading-box .backbtn {
      float: left;
      font-weight: 700;
      font-size: 17px;
      color: #191919;
      letter-spacing: 0.31px;
      text-transform: uppercase;
      padding-left: 15px;
      background: url("images/arrow-head-left.png") left center no-repeat; }
  .archive-wrap .article-info-box .taglist {
    float: left;
    width: 100%;
    padding: 20px 0 0 0; }
    .archive-wrap .article-info-box .taglist ul {
      padding: 0;
      margin: 0px;
      width: 100%;
      float: left; }
      .archive-wrap .article-info-box .taglist ul li {
        display: inline-block;
        padding: 0 5px 0 0;
        margin: 0 5px 5px 0px;
        border-right: 1px solid #C9C9C9;
        list-style-type: none; }
        .archive-wrap .article-info-box .taglist ul li:last-child {
          border: 0px;
          padding-right: 0px;
          margin-right: 0px; }
        .archive-wrap .article-info-box .taglist ul li a {
          font-size: 17px;
          color: #D8232A;
          letter-spacing: 0.43px;
          line-height: 14px;
          float: left;
          text-transform: uppercase; }
          .archive-wrap .article-info-box .taglist ul li a:hover {
            text-decoration: underline; }
  .archive-wrap .article-info-box .title-row h1 {
    padding: 10px 0px;
    margin: 0px;
    font-weight: 900;
    font-size: 45px;
    color: #0A0A0A;
    letter-spacing: 0px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .archive-wrap .article-info-box .title-row h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1.1px; } }
  .archive-wrap .article-info-box .title-row h3 {
    font-weight: 400;
    font-size: 20px;
    color: #191919;
    letter-spacing: 0.8px;
    line-height: 25px;
    padding: 10px 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif; }
  .archive-wrap .article-info-box .sub-row {
    float: left;
    width: 100%;
    padding: 15px 0 30px 0px; }
    .archive-wrap .article-info-box .sub-row span {
      font-weight: 500;
      font-size: 17px;
      color: #737373;
      letter-spacing: 0.31px;
      font-family: 'Open Sans Condensed'; }
      .archive-wrap .article-info-box .sub-row span.author {
        color: #191919;
        text-transform: uppercase; }
        .archive-wrap .article-info-box .sub-row span.author a {
          color: #737373; }
.archive-wrap .article-txt {
  padding-top: 50px;
  font-size: 18px;
  color: #191919; }
  .archive-wrap .article-txt .thumbnail {
    border: 0px; }
    .archive-wrap .article-txt .thumbnail img.size-full {
      width: 100%; }
  .archive-wrap .article-txt blockquote {
    overflow: visible;
    font-family: 'Open Sans Condensed';
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    border: 0px;
    color: #777;
    font-weight: 700;
    background: transparent;
    position: relative;
    padding: 50px;
    width: calc(100% - 60px);
    margin: 40px 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .archive-wrap .article-txt blockquote {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .archive-wrap .article-txt blockquote {
        padding: 30px;
        margin: 30px 0px;
        width: 100%;
        font-size: 40px; } }
    .archive-wrap .article-txt blockquote p {
      font-family: 'Open Sans Condensed';
      font-size: 30px !important;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 767px) {
        .archive-wrap .article-txt blockquote p {
          text-align: justify;
          font-size: 24px !important; }
          .archive-wrap .article-txt blockquote p p {
            padding-left: 0px; } }
    .archive-wrap .article-txt blockquote em {
      font-style: normal; }
    .archive-wrap .article-txt blockquote:after {
      content: '';
      width: 50px;
      height: 50px;
      background: url("images/quote-right.png") center no-repeat;
      position: absolute;
      bottom: 40px;
      margin-right: -30px;
      background-size: 50px;
      left: auto;
      right: 0; }
      @media (max-width: 767px) {
        .archive-wrap .article-txt blockquote:after {
          width: 25px;
          height: 25px;
          background-size: 25px;
          margin-right: -20px; } }
    .archive-wrap .article-txt blockquote:before {
      content: '';
      width: 100px;
      height: 100px;
      background: url("images/quote-left.png") center no-repeat;
      position: absolute;
      left: -50px;
      top: -20px;
      background-size: 100px; }
      @media (max-width: 767px) {
        .archive-wrap .article-txt blockquote:before {
          width: 50px;
          height: 50px;
          background-size: 50px;
          left: -10px; } }
  .archive-wrap .article-txt .article-line {
    float: right;
    width: 100%; }
    .archive-wrap .article-txt .article-line .article-content-block > * {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1400px) {
        .archive-wrap .article-txt .article-line .article-content-block > * {
          max-width: 600px; } }
    .archive-wrap .article-txt .article-line .article-content-block figure {
      max-width: 100%; }
    .archive-wrap .article-txt .article-line figcaption {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1400px) {
        .archive-wrap .article-txt .article-line figcaption {
          max-width: 600px; } }
    @media (max-width: 767px) {
      .archive-wrap .article-txt .article-line {
        width: 100%; } }
    .archive-wrap .article-txt .article-line p .icon-last {
      display: inline-block;
      width: 19px;
      height: 34px;
      background: url("images/icon-end-angle.png") bottom right no-repeat;
      background-size: 15px; }
  .archive-wrap .article-txt .article-line-txt {
    font-size: 16px !important;
    color: #191919;
    letter-spacing: 0.4px;
    line-height: 20px;
    font-family: 'Lato', sans-serif; }
  .archive-wrap .article-txt p {
    font-size: 19px !important;
    color: #191919;
    letter-spacing: -0.4px;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: 'Melior';
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .archive-wrap .article-txt p {
        max-width: 600px; } }
    .archive-wrap .article-txt p.wp-caption-text {
      font-size: 15px !important;
      color: #000;
      line-height: 20px; }
    .archive-wrap .article-txt p.comment-form-cookies-consent {
      padding-top: 30px; }
      .archive-wrap .article-txt p.comment-form-cookies-consent input {
        margin-right: 15px; }
      .archive-wrap .article-txt p.comment-form-cookies-consent label {
        font-size: 14px; }
    .archive-wrap .article-txt p span {
      font-size: 19px;
      color: #191919; }
    .archive-wrap .article-txt p .drop_cap {
      font-size: 60px;
      color: #191919;
      letter-spacing: 2px;
      line-height: 35px;
      padding-top: 8px;
      float: left; }
.archive-wrap .relatedarticle-box {
  padding: 50px 0px; }
  .archive-wrap .relatedarticle-box .article-item {
    margin-bottom: 15px;
    margin-top: 15px; }
  .archive-wrap .relatedarticle-box .artilce-wrap.latest-item {
    border: 1px solid #E1E8ED; }
    .archive-wrap .relatedarticle-box .artilce-wrap.latest-item .article-txt {
      border: 0px; }
      .archive-wrap .relatedarticle-box .artilce-wrap.latest-item .article-txt .titlebox {
        padding: 0 0 10px 0; }
        .archive-wrap .relatedarticle-box .artilce-wrap.latest-item .article-txt .titlebox.author-link {
          padding: 10px 0 0px 0; }
          .archive-wrap .relatedarticle-box .artilce-wrap.latest-item .article-txt .titlebox.author-link span a {
            color: #6C6C6C; }
            .archive-wrap .relatedarticle-box .artilce-wrap.latest-item .article-txt .titlebox.author-link span a:hover {
              color: #CA3036; }
      .archive-wrap .relatedarticle-box .artilce-wrap.latest-item .article-txt p {
        padding-bottom: 0px;
        margin-bottom: 0px; }
  .archive-wrap .relatedarticle-box .artilce-wrap .article-img {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 40vh;
    max-height: 235px; }
  .archive-wrap .relatedarticle-box .artilce-wrap .article-txt {
    border: 1px solid #E1E8ED;
    float: left;
    width: 100%;
    border-top: 0px;
    padding: 25px;
    overflow: hidden; }
    .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .taglist {
      float: left;
      width: 100%; }
      .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .taglist ul {
        padding: 0;
        margin: 0px;
        width: 100%;
        float: left; }
        .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .taglist ul li {
          display: inline-block;
          padding: 0 5px 0 0;
          margin: 0 5px 5px 0px;
          border-right: 1px solid #C9C9C9;
          list-style-type: none; }
          .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .taglist ul li:last-child {
            border: 0px;
            padding-right: 0px;
            margin-right: 0px; }
          .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .taglist ul li a {
            font-size: 14px;
            color: #D8232A;
            letter-spacing: 0.43px;
            line-height: 14px;
            float: left;
            text-transform: uppercase;
            font-family: 'Open Sans Condensed'; }
            .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .taglist ul li a:hover {
              text-decoration: underline; }
    .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox {
      float: left;
      width: 100%;
      padding: 5px 0px 15px 0px; }
      .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox h2 {
        padding: 0;
        margin: 0px; }
      .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox a {
        font-weight: 700;
        font-size: 17px;
        color: #0A0A0A;
        letter-spacing: 0.57px;
        line-height: 28px;
        float: left;
        width: 100%;
        text-transform: uppercase; }
        .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox a:hover {
          color: #D8232A; }
      .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox span {
        font-size: 12px;
        color: #6C6C6C;
        letter-spacing: 1.09px;
        font-family: 'Open Sans Condensed'; }
        .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox span a {
          font-size: 14px;
          color: #000;
          width: auto;
          text-transform: uppercase;
          padding-right: 5px; }
          .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .titlebox span a:hover {
            color: #D8232A; }
    .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .descriptions {
      float: left;
      width: 100%;
      font-size: 14px;
      color: #191919;
      letter-spacing: 0.47px;
      line-height: 26px; }
      .archive-wrap .relatedarticle-box .artilce-wrap .article-txt .descriptions p {
        font-family: 'Lato', sans-serif;
        font-size: 18px !important; }
.archive-wrap .easyPaginateNav {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px; }
  .archive-wrap .easyPaginateNav a {
    display: inline-block;
    padding: 10px;
    margin: 0px 1px;
    background: #efefef;
    font-size: 15px;
    line-height: 15px;
    color: #D8232A; }
    .archive-wrap .easyPaginateNav a.current {
      color: #666; }
    .archive-wrap .easyPaginateNav a.first, .archive-wrap .easyPaginateNav a.prev, .archive-wrap .easyPaginateNav a.last, .archive-wrap .easyPaginateNav a.next {
      font-size: 10px; }

.comment-btn a {
  background: #D8232A;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  font-weight: 700;
  border: 1px solid #D8232A;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 0px 40px;
  float: right;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed'; }
  .comment-btn a:hover {
    color: #D8232A;
    background: #fff; }

.comments-info-box {
  padding-bottom: 30px; }
  .comments-info-box .container {
    max-width: 930px; }
    @media (max-width: 1400px) {
      .comments-info-box .container {
        max-width: 630px; } }

.comment-line {
  padding: 30px 0px;
  display: none; }
  .comment-line .comment p {
    font-family: 'Open Sans Condensed' !important;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 28px; }
  .comment-line textarea {
    background: #fff; }
  .comment-line .submit {
    padding: 0px 30px;
    width: auto; }
  .comment-line .comment-respond h3 {
    padding: 40px 0px 30px 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 30px;
    color: #0A0A0A;
    letter-spacing: 1.33px;
    line-height: 50px;
    border-top: 1px solid #ddd; }

.authour-wrap .section-heading h2 span {
  font-family: 'Open Sans Condensed';
  font-weight: 700; }

.authour-info {
  padding-bottom: 40px; }
  .authour-info .section-heading {
    margin-bottom: 30px; }
  .authour-info .section-description p {
    font-size: 21px;
    color: #191919;
    letter-spacing: 0.7px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 40px; }
  .authour-info .authour-more {
    border-bottom: 1px solid #BCBCBC; }
    .authour-info .authour-more p {
      font-weight: 900;
      font-size: 26px;
      color: #B3B3B3;
      letter-spacing: 0.87px;
      text-transform: uppercase; }
      .authour-info .authour-more p strong {
        color: #0A0A0A; }

.article-meta {
  padding: 15px;
  background: #efefef;
  margin: 0px;
  border-radius: 5px; }
  .article-meta .auhtour-info {
    font-size: 18px;
    font-family: 'Open Sans Condensed'; }
    .article-meta .auhtour-info a {
      font-weight: 900;
      font-size: 18px;
      color: #0A0A0A;
      letter-spacing: 0.8px;
      line-height: 28px;
      text-transform: uppercase;
      font-family: 'Open Sans Condensed'; }
      .article-meta .auhtour-info a:hover {
        color: #D8232A; }
    .article-meta .auhtour-info h5 {
      margin: 0;
      padding: 0; }
  .article-meta .auhtour-disc {
    padding-top: 5px;
    font-size: 19px; }
    .article-meta .auhtour-disc h4 {
      font-weight: 900; }
    .article-meta .auhtour-disc h5 {
      font-weight: 700; }
    .article-meta .auhtour-disc p {
      font-family: 'Open Sans Condensed' !important;
      font-weight: 300;
      font-size: 18px !important;
      line-height: 28px; }
  .article-meta .article-tags {
    padding-top: 10px;
    color: #000; }
    .article-meta .article-tags a {
      font-size: 12px;
      color: #0A0A0A;
      letter-spacing: 0.8px;
      line-height: 20px; }
      .article-meta .article-tags a:hover {
        color: #D8232A; }
  .article-meta .contributed-list {
    padding: 15px 0px 10px 0px; }
    .article-meta .contributed-list strong {
      float: left;
      width: 100%;
      padding-bottom: 5px;
      color: #000;
      font-size: 14px;
      text-transform: uppercase; }
    .article-meta .contributed-list ul {
      padding: 0;
      margin: 0px;
      list-style-type: none; }
      .article-meta .contributed-list ul li {
        float: left;
        width: auto;
        padding: 0px;
        font-size: 12px;
        color: #0A0A0A;
        padding-right: 6px; }
        .article-meta .contributed-list ul li span {
          display: inline-block;
          float: left; }
        .article-meta .contributed-list ul li a {
          font-size: 12px;
          color: #0A0A0A;
          letter-spacing: 0.8px;
          float: left; }
          .article-meta .contributed-list ul li a:hover {
            color: #D8232A; }
        .article-meta .contributed-list ul li:last-child span {
          display: none; }

.single-btm {
  z-index: 6;
  position: relative;
  background: #fff;
  font-size: 18px; }

.article-fix-info {
  background: #fff;
  font-size: 16px;
  opacity: 0;
  height: 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .article-fix-info {
      font-size: 12px; } }
  .article-fix-info a {
    font-family: "Open Sans Condensed"; }
  .article-fix-info.fixed {
    position: fixed;
    padding-top: 10px;
    top: 52px;
    z-index: 1000;
    opacity: 1;
    height: auto;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1006px) {
      .article-fix-info.fixed {
        top: 53px; } }
    @media (max-width: 991px) {
      .article-fix-info.fixed {
        top: 103px;
        padding: 5px 10px; } }
    @media (max-width: 767px) {
      .article-fix-info.fixed {
        top: 60px;
        padding: 5px  0px; } }
  .article-fix-info .progress-bar-line {
    margin-top: 10px; }
  .article-fix-info .share-info {
    text-align: right; }
    @media (max-width: 767px) {
      .article-fix-info .share-info {
        text-align: center;
        display: none; } }
    .article-fix-info .share-info b {
      padding: 0px 10px;
      display: inline-block;
      width: auto; }
      .article-fix-info .share-info b span {
        float: left;
        font-weight: 700; }
    .article-fix-info .share-info ul {
      width: auto;
      float: right;
      padding: 0px;
      margin: 0; }
      @media (max-width: 767px) {
        .article-fix-info .share-info ul {
          float: none;
          display: inline-block;
          padding-top: 10px; } }
      .article-fix-info .share-info ul li {
        list-style-type: none;
        width: auto;
        float: left;
        padding: 0px 8px; }
        .article-fix-info .share-info ul li a {
          float: left;
          opacity: 0.6; }
          .article-fix-info .share-info ul li a:hover {
            opacity: 1; }

#main-article-sidebar {
  position: relative; }

.img-caption {
  padding: 20px 20px 0px 20px;
  text-align: right; }

.become-member-yellow-wrap {
  background: #F7D437;
  padding: 50px 0px; }
  .become-member-yellow-wrap .yelow-member-img {
    text-align: center; }
    .become-member-yellow-wrap .yelow-member-img img {
      width: 100%;
      display: inline-block;
      max-width: 450px; }
    @media (max-width: 767px) {
      .become-member-yellow-wrap .yelow-member-img {
        padding-bottom: 30px; } }
  .become-member-yellow-wrap .yelow-member-img {
    text-align: left; }
    @media (max-width: 767px) {
      .become-member-yellow-wrap .yelow-member-img {
        text-align: center; } }
    .become-member-yellow-wrap .yelow-member-img h3 {
      font-weight: 900;
      text-transform: uppercase;
      font-size: 24px;
      color: #404040;
      letter-spacing: 0.53px;
      line-height: 28px;
      font-family: 'Melior'; }
    .become-member-yellow-wrap .yelow-member-img h4 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 18px;
      color: #404040;
      letter-spacing: 0.53px;
      line-height: 24px;
      font-family: 'Melior'; }
    .become-member-yellow-wrap .yelow-member-img a {
      background: #000000;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 1.4px;
      height: 30px;
      line-height: 30px;
      padding: 0px 30px;
      border-radius: 20px;
      border: 1px solid #000000;
      display: inline-block; }
      .become-member-yellow-wrap .yelow-member-img a:hover {
        background: #fff; }

.subscribe-double-box .container {
  max-width: 100%; }
@media (max-width: 991px) {
  .subscribe-double-box .sidebox {
    float: left;
    width: 100%; } }
.subscribe-double-box .sidebox .sidebox-inner {
  max-width: 650px;
  width: 100%;
  padding: 50px 30px; }
  @media (max-width: 991px) {
    .subscribe-double-box .sidebox .sidebox-inner {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .subscribe-double-box .sidebox .sidebox-inner {
      padding: 30px 15px; } }
.subscribe-double-box .sidebox-left {
  background: #F2E900; }
  .subscribe-double-box .sidebox-left .sidebox-inner {
    float: right; }
  .subscribe-double-box .sidebox-left .side-img {
    float: left;
    width: 185px;
    text-align: center; }
    @media (max-width: 767px) {
      .subscribe-double-box .sidebox-left .side-img {
        width: 100%;
        padding-top: 15px; } }
    .subscribe-double-box .sidebox-left .side-img img {
      float: none;
      display: inline-block; }
      @media (max-width: 767px) {
        .subscribe-double-box .sidebox-left .side-img img {
          max-width: 140px; } }
  .subscribe-double-box .sidebox-left .side-txt {
    float: left;
    width: calc(100% - 185px); }
    @media (max-width: 991px) {
      .subscribe-double-box .sidebox-left .side-txt {
        text-align: center; } }
    @media (max-width: 767px) {
      .subscribe-double-box .sidebox-left .side-txt {
        width: 100%; } }
    .subscribe-double-box .sidebox-left .side-txt h3 {
      font-weight: 900;
      text-transform: uppercase;
      font-size: 24px;
      color: #CA3036;
      letter-spacing: 0.53px;
      line-height: 28px;
      font-family: 'Melior'; }
      @media (max-width: 767px) {
        .subscribe-double-box .sidebox-left .side-txt h3 {
          font-size: 18px;
          line-height: 22px;
          padding: 0 0 10px 0px;
          margin: 0px; } }
    .subscribe-double-box .sidebox-left .side-txt h4 {
      font-weight: 900;
      text-transform: uppercase;
      font-size: 24px;
      color: #404040;
      letter-spacing: 0.53px;
      line-height: 28px;
      font-family: 'Melior'; }
      @media (max-width: 767px) {
        .subscribe-double-box .sidebox-left .side-txt h4 {
          font-size: 18px;
          line-height: 22px;
          padding: 0 0  15px 0px;
          margin: 0px; } }
    .subscribe-double-box .sidebox-left .side-txt a {
      background: #000000;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 1.4px;
      height: 40px;
      line-height: 40px;
      padding: 0px 30px;
      border-radius: 20px;
      border: 1px solid #000000;
      display: inline-block; }
      @media (max-width: 767px) {
        .subscribe-double-box .sidebox-left .side-txt a {
          height: 30px;
          line-height: 30px; } }
      .subscribe-double-box .sidebox-left .side-txt a:hover {
        color: #000;
        background: transparent; }
.subscribe-double-box .sidebox-right {
  background: #ECEFF2; }
  .subscribe-double-box .sidebox-right .sidebox-inner {
    float: left; }
  .subscribe-double-box .sidebox-right h3 {
    text-align: right;
    font-weight: 900;
    font-size: 24px;
    color: #EE6121;
    letter-spacing: 0.53px;
    line-height: 28px;
    font-family: 'Melior'; }
    @media (max-width: 991px) {
      .subscribe-double-box .sidebox-right h3 {
        text-align: center; } }
    @media (max-width: 767px) {
      .subscribe-double-box .sidebox-right h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0  10px 0px;
        margin: 0px; } }
  .subscribe-double-box .sidebox-right h4 {
    font-weight: 900;
    text-align: right;
    font-size: 24px;
    color: #404040;
    letter-spacing: 0.53px;
    line-height: 28px;
    font-family: 'Melior'; }
    @media (max-width: 991px) {
      .subscribe-double-box .sidebox-right h4 {
        text-align: center; } }
    @media (max-width: 767px) {
      .subscribe-double-box .sidebox-right h4 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0  10px 0px;
        margin: 0px; } }
  .subscribe-double-box .sidebox-right .subscribe-line {
    float: left;
    width: 100%;
    background: url("images/subscribe-icon.png") left center no-repeat;
    padding: 20px 0px 25px 80px;
    min-height: 60px; }
    @media (max-width: 767px) {
      .subscribe-double-box .sidebox-right .subscribe-line {
        padding: 10px 0px 0px 60px;
        background-size: 50px; } }
    .subscribe-double-box .sidebox-right .subscribe-line form {
      float: left;
      width: 100%; }
    .subscribe-double-box .sidebox-right .subscribe-line input[type="submit"] {
      width: 100px;
      border-radius: 0px !important;
      height: 50px;
      line-height: 50px;
      float: left;
      display: inline-block;
      background: #000000;
      border: 1px solid #000000;
      color: #fff;
      margin: 0px;
      max-width: 100%; }
      @media (max-width: 767px) {
        .subscribe-double-box .sidebox-right .subscribe-line input[type="submit"] {
          height: 35px;
          line-height: 35px; } }
      @media (max-width: 560px) {
        .subscribe-double-box .sidebox-right .subscribe-line input[type="submit"] {
          float: left;
          width: 100%;
          margin-top: 5px; } }
    .subscribe-double-box .sidebox-right .subscribe-line input[type="email"] {
      width: calc(100% - 150px);
      font-size: 15px;
      color: #686868;
      letter-spacing: 0.5px;
      line-height: 50px;
      background-color: transparent;
      padding: 0px  15px;
      margin: 0px;
      text-align: left;
      float: left;
      border: 1px solid #979797; }
      @media (max-width: 767px) {
        .subscribe-double-box .sidebox-right .subscribe-line input[type="email"] {
          height: 35px;
          line-height: 35px; } }
      @media (max-width: 560px) {
        .subscribe-double-box .sidebox-right .subscribe-line input[type="email"] {
          float: left;
          width: 100%; } }

.blacklist-page .page-banner {
  background-position: center;
  background-size: cover; }
  .blacklist-page .page-banner .banner-info {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px; }
    .blacklist-page .page-banner .banner-info h1 {
      font-weight: 700;
      font-style: italic;
      font-size: 56px;
      color: #FFFFFF;
      letter-spacing: 1.87px;
      text-align: center;
      line-height: 53px; }
    .blacklist-page .page-banner .banner-info h2 {
      font-weight: 700;
      font-size: 26px;
      color: #FFFFFF;
      letter-spacing: 1.87px;
      text-align: center;
      line-height: 35px; }
.blacklist-page .page-content {
  padding: 50px; }
  .blacklist-page .page-content .content-box {
    padding-bottom: 50px; }
    .blacklist-page .page-content .content-box p {
      font-size: 21px;
      color: #191919;
      letter-spacing: 0.7px;
      line-height: 40px; }
      .blacklist-page .page-content .content-box p a {
        color: #2572FF; }
        .blacklist-page .page-content .content-box p a:hover {
          text-decoration: underline; }
.blacklist-page .blacklist-data {
  padding-bottom: 100px; }
  .blacklist-page .blacklist-data .blacklistinfo {
    background: #EDF0F1; }
    .blacklist-page .blacklist-data .blacklistinfo .blacklist-table-head {
      float: left;
      width: 100%;
      border: 1px solid #979797; }
      .blacklist-page .blacklist-data .blacklistinfo .blacklist-table-head .table-left {
        padding: 30px;
        float: left;
        width: 50%;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        line-height: 23px;
        border-left: 1px solid #979797; }
      .blacklist-page .blacklist-data .blacklistinfo .blacklist-table-head .table-right {
        padding: 30px;
        float: left;
        width: 50%;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        line-height: 23px; }
  .blacklist-page .blacklist-data .blacklist-item .blacklist-head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #BCBCBC;
    background: #181818; }
    .blacklist-page .blacklist-data .blacklist-item .blacklist-head .button-box {
      float: right;
      width: 40px;
      height: 40px;
      margin-right: 30px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .blacklist-page .blacklist-data .blacklist-item .blacklist-head .button-box {
          width: 100%; } }
      .blacklist-page .blacklist-data .blacklist-item .blacklist-head .button-box .blacklistbtn {
        background: url("images/blacklist-arrow-down.png") center no-repeat;
        float: right;
        width: 40px;
        height: 40px; }
        .blacklist-page .blacklist-data .blacklist-item .blacklist-head .button-box .blacklistbtn.blacklistopen {
          background: url("images/blacklist-arrow-up.png") center no-repeat; }
    .blacklist-page .blacklist-data .blacklist-item .blacklist-head .title-line {
      float: left;
      width: 50%;
      padding: 30px;
      font-family: Lato-Regular;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0.6px;
      line-height: 34px;
      border-right: 1px solid #BCBCBC; }
      @media (max-width: 767px) {
        .blacklist-page .blacklist-data .blacklist-item .blacklist-head .title-line {
          width: 100%;
          border-bottom: 1px solid #BCBCBC;
          border-right: 0; } }
    .blacklist-page .blacklist-data .blacklist-item .blacklist-head .sub-line {
      float: left;
      width: calc(50% - 70px);
      padding: 30px;
      font-weight: 700;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0.6px;
      line-height: 34px; }
      @media (max-width: 767px) {
        .blacklist-page .blacklist-data .blacklist-item .blacklist-head .sub-line {
          width: 100%; } }
      .blacklist-page .blacklist-data .blacklist-item .blacklist-head .sub-line .location {
        float: left;
        width: 50%; }
        @media (max-width: 480px) {
          .blacklist-page .blacklist-data .blacklist-item .blacklist-head .sub-line .location {
            width: 100%; } }
      .blacklist-page .blacklist-data .blacklist-item .blacklist-head .sub-line .date {
        float: left;
        width: 50%; }
        @media (max-width: 480px) {
          .blacklist-page .blacklist-data .blacklist-item .blacklist-head .sub-line .date {
            width: 100%; } }
  .blacklist-page .blacklist-data .blacklist-item .blacklist-txt {
    float: left;
    padding: 30px;
    width: 100%;
    display: none;
    font-size: 18px;
    color: #191919;
    letter-spacing: 0.6px;
    line-height: 34px; }
    .blacklist-page .blacklist-data .blacklist-item .blacklist-txt p {
      font-size: 18px;
      color: #191919; }
      .blacklist-page .blacklist-data .blacklist-item .blacklist-txt p a {
        color: #2572FF; }
        .blacklist-page .blacklist-data .blacklist-item .blacklist-txt p a:hover {
          text-decoration: underline; }
    .blacklist-page .blacklist-data .blacklist-item .blacklist-txt .subheading {
      font-weight: 700;
      font-size: 20px;
      color: #000000;
      line-height: 19px; }

.jounalist-page .page-banner {
  padding: 150px 0px;
  background-size: cover;
  background-position: center; }
  .jounalist-page .page-banner h1 {
    font-weight: 700;
    font-size: 56px;
    color: #FFFFFF;
    letter-spacing: 1.87px;
    text-align: center;
    line-height: 53px; }
    .jounalist-page .page-banner h1 span {
      color: #CA3036; }
.jounalist-page .page-content {
  padding: 50px 0px; }
  .jounalist-page .page-content p {
    font-size: 21px;
    color: #191919;
    letter-spacing: 0.7px;
    line-height: 40px; }
  .jounalist-page .page-content .content-box {
    padding-bottom: 50px; }
.jounalist-page .journelist-tables {
  padding-bottom: 50px; }
  .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-heading {
    float: left;
    width: 100%;
    background: #181818;
    padding: 20px 30px;
    border-bottom: 1px solid #fff; }
    .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-heading h2 {
      padding: 0   30px  0 0px;
      margin: 0;
      float: left;
      width: 100%;
      font-weight: 700;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 40px;
      background: url("images/journal-arrow-down.png") right center no-repeat;
      cursor: pointer; }
    .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-heading.active h2 {
      background: url("images/journal-arrow-up.png") right center no-repeat; }
  .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info {
    float: left;
    width: 100%;
    background: #EDF0F1;
    padding: 30px 0px; }
    .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jounal-info-txt {
      padding: 0px 30px 30px 30px;
      float: left;
      width: 100%; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jounal-info-txt p {
        font-size: 21px;
        color: #191919;
        letter-spacing: 0.7px;
        line-height: 40px; }
    .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table {
      float: left;
      max-width: 100%;
      min-width: 100%;
      border: 0px; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table thead {
        background: #CA3036; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table thead th {
          border: 1px solid #B1B1B1;
          border-top: 0px;
          border-left: 0px;
          font-weight: 600;
          font-size: 20px;
          color: #FFFFFF;
          line-height: 19px;
          padding: 20px 10px; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody tr td {
        border: 1px solid #B1B1B1;
        border-top: 0px;
        border-left: 0px;
        padding: 20px 10px;
        font-size: 18px;
        color: #191919;
        letter-spacing: 0.6px;
        line-height: 40px; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody tr td:first-child {
          border-left: 1px solid #B1B1B1; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody tr.even {
        background-color: #fff; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody tr.odd {
        background-color: #EDF0F1; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody .child ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody .child ul li {
          float: left;
          width: 100%;
          list-style-type: none;
          padding-bottom: 8px;
          font-size: 16px;
          color: #191919;
          letter-spacing: 0.6px; }
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody .child ul li .dtr-title {
            padding-right: 15px;
            font-weight: bold;
            width: 170px;
            float: left; }
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table tbody .child ul li .dtr-data {
            float: left;
            width: calc(100% - 190px); }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table.collapsed tr td {
        font-size: 16px; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table.collapsed tr td:first-child {
          padding-left: 40px;
          background: url("images/arrow-down-tiny.png") left 8px center no-repeat;
          cursor: pointer;
          background-size: 20px; }
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table.collapsed tr td:first-child.dataTables_empty {
            background: none; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table.collapsed tr.parent td:first-child {
        background: url("images/arrow-up-tiny.png") left 8px center no-repeat;
        background-size: 20px; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .jouranl-info-table.collapsed tr.child td {
        background: none; }
    .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper {
      float: left;
      width: 100%; }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_length {
        float: right;
        width: 50%;
        padding: 30px 30px 30px  30px;
        text-align: right;
        margin: 0; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_length label {
          font-weight: 300;
          font-size: 14px; }
        @media (max-width: 767px) {
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_length {
            width: 100%;
            float: left;
            padding: 0px 30px; } }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_filter {
        float: left;
        width: 50%;
        padding: 0 30px 30px  30px;
        text-align: left; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_filter label {
          font-size: 0;
          padding: 0;
          width: 100%;
          margin: 0; }
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_filter label input {
            float: left;
            width: 100%;
            max-width: 460px;
            background: #FFFFFF;
            border: 1px solid #B1B1B1;
            height: 50px;
            line-height: 50px;
            padding: 0px 15px;
            font-size: 18px;
            color: #666;
            letter-spacing: 0.6px;
            margin: 0; }
        @media (max-width: 767px) {
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_filter {
            width: 100%;
            float: left; } }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_info {
        float: left;
        width: 50%;
        padding: 30px 30px 30px  30px;
        margin: 0; }
        .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_info label {
          font-weight: 300;
          font-size: 14px; }
        @media (max-width: 767px) {
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_info {
            width: 100%;
            float: left; } }
      .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_paginate {
        float: left;
        width: 50%;
        padding: 30px; }
        @media (max-width: 767px) {
          .jounalist-page .journelist-tables .journal-table-block .jounal-item .journal-info .dataTables_wrapper .dataTables_paginate {
            width: 100%;
            float: left; } }

.membership-page-wrap {
  overflow: hidden; }
  .membership-page-wrap .backgrond-bar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
    background: url("images/hima-map-member-bg.png") top center repeat-y;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .membership-page-wrap .backgrond-bar img {
      width: 100%;
      opacity: 0; }
  .membership-page-wrap .membership-intro {
    padding-top: 40px; }
    .membership-page-wrap .membership-intro .container {
      max-width: 1000px; }
      @media (max-width: 1000px) {
        .membership-page-wrap .membership-intro .container {
          max-width: 90%; } }
      .membership-page-wrap .membership-intro .container .membership-inner {
        float: left;
        width: 100%;
        background: rgba(255, 255, 255, 0.96);
        padding: 30px;
        margin-bottom: 40px; }
        .membership-page-wrap .membership-intro .container .membership-inner.membership-inner-red {
          background: rgba(252, 210, 55, 0.98); }
          .membership-page-wrap .membership-intro .container .membership-inner.membership-inner-red h3 {
            font-size: 40px;
            color: #D8232A;
            font-family: 'Open Sans Condensed';
            font-weight: 700;
            text-transform: uppercase; }
          .membership-page-wrap .membership-intro .container .membership-inner.membership-inner-red p {
            font-family: 'Melior';
            font-size: 22px;
            color: #000;
            line-height: 25px; }
          .membership-page-wrap .membership-intro .container .membership-inner.membership-inner-red ul li {
            font-family: 'Lato', sans-serif;
            list-style-image: url("images/list-icon-white.png");
            font-size: 20px;
            color: #000; }
      .membership-page-wrap .membership-intro .container .membership-txt {
        text-align: center; }
        .membership-page-wrap .membership-intro .container .membership-txt ul {
          float: left;
          width: 100%; }
          .membership-page-wrap .membership-intro .container .membership-txt ul li {
            float: left;
            width: 100%;
            list-style-image: url("images/list-icon.png");
            font-size: 17px;
            color: #424242;
            letter-spacing: 0.57px;
            line-height: 35px;
            padding-bottom: 6px;
            text-align: left; }
      .membership-page-wrap .membership-intro .container h3 {
        font-weight: bold;
        font-size: 21px;
        color: #0A0A0A;
        letter-spacing: 0.7px;
        padding: 20px 0px 20px 0px;
        margin: 0px; }
      .membership-page-wrap .membership-intro .container p {
        font-size: 17px;
        color: #424242;
        letter-spacing: 0.57px;
        line-height: 35px;
        padding-bottom: 10px; }
    .membership-page-wrap .membership-intro .faq-wrapper {
      float: left;
      width: 100%;
      padding-top: 50px; }
      .membership-page-wrap .membership-intro .faq-wrapper .faq-item {
        float: left;
        width: 100%; }
        .membership-page-wrap .membership-intro .faq-wrapper .faq-item .faq-quize {
          background: url("images/arrow-head-down.png") right 15px center no-repeat rgba(225, 225, 227, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          cursor: pointer;
          font-weight: bold;
          font-size: 21px;
          color: #0A0A0A;
          letter-spacing: 0.7px;
          padding: 20px 35px 20px 15px;
          margin: 0px; }
          .membership-page-wrap .membership-intro .faq-wrapper .faq-item .faq-quize.active {
            background: url("images/arrow-head-up.png") right 15px center no-repeat rgba(225, 225, 227, 0.5); }
        .membership-page-wrap .membership-intro .faq-wrapper .faq-item .faq-answer {
          padding: 20px 15px;
          float: left;
          width: 100%;
          font-size: 17px;
          color: #424242;
          letter-spacing: 0.57px;
          line-height: 35px;
          display: none; }
          .membership-page-wrap .membership-intro .faq-wrapper .faq-item .faq-answer p {
            font-size: 17px;
            color: #424242;
            letter-spacing: 0.57px;
            line-height: 35px; }
    .membership-page-wrap .membership-intro .readers-slider .slider-item {
      text-align: center;
      padding: 100px 20px 20px 20px; }
      .membership-page-wrap .membership-intro .readers-slider .slider-item .slider-item-inner {
        text-align: center;
        border: 1px solid #E4E4E4;
        display: inline-block;
        width: 100%;
        max-width: 450px;
        padding: 40px 20px; }
        .membership-page-wrap .membership-intro .readers-slider .slider-item .slider-item-inner .reader-photo {
          float: left;
          width: 100%;
          text-align: center;
          margin-top: -150px;
          padding-bottom: 30px; }
          .membership-page-wrap .membership-intro .readers-slider .slider-item .slider-item-inner .reader-photo img {
            width: 140px;
            height: 140px;
            overflow: hidden;
            border-radius: 50%;
            display: inline-block;
            float: none; }
        .membership-page-wrap .membership-intro .readers-slider .slider-item .slider-item-inner .reader-txt {
          float: left;
          width: 100%;
          padding-top: 40px;
          background: url(images/quote-left-transpaernt.png) center top no-repeat;
          background-size: 20px; }
          .membership-page-wrap .membership-intro .readers-slider .slider-item .slider-item-inner .reader-txt h3 {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            color: #0A0A0A;
            letter-spacing: 0.57px;
            line-height: 31px;
            padding: 0px;
            margin: 0px; }
          .membership-page-wrap .membership-intro .readers-slider .slider-item .slider-item-inner .reader-txt p {
            font-size: 17px;
            color: #424242;
            letter-spacing: 0.57px;
            line-height: 35px; }
    .membership-page-wrap .membership-intro .readers-slider ul {
      text-align: center;
      position: relative;
      bottom: 0; }
      .membership-page-wrap .membership-intro .readers-slider ul li button:before {
        background-color: #DBDDDE;
        border: 2px solid #DBDDDE;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        overflow: hidden;
        font-size: 0; }
      .membership-page-wrap .membership-intro .readers-slider ul li.slick-active button:before {
        background-color: #DBDDDE;
        border: 2px solid #D8232A; }
    .membership-page-wrap .membership-intro .membership-txt .membership-txt-inner {
      float: left;
      width: 100%;
      max-width: 600px;
      padding: 100px  50px; }
      .membership-page-wrap .membership-intro .membership-txt .membership-txt-inner h2 {
        font-weight: bold;
        font-size: 21px;
        color: #0A0A0A;
        letter-spacing: 0.7px;
        padding: 20px 0px 20px 0px;
        margin: 0px; }
      .membership-page-wrap .membership-intro .membership-txt .membership-txt-inner p {
        font-size: 17px;
        color: #424242;
        letter-spacing: 0.57px;
        line-height: 35px; }
    .membership-page-wrap .membership-intro .membership-txt .membership-right-inner {
      float: right;
      width: 100%;
      max-width: 600px;
      padding: 100px  50px; }
      .membership-page-wrap .membership-intro .membership-txt .membership-right-inner h2 {
        font-weight: bold;
        font-size: 21px;
        color: #0A0A0A;
        letter-spacing: 0.7px;
        padding: 20px 0px 20px 0px;
        margin: 0px; }
      .membership-page-wrap .membership-intro .membership-txt .membership-right-inner p {
        font-size: 17px;
        color: #424242;
        letter-spacing: 0.57px;
        line-height: 35px; }
      .membership-page-wrap .membership-intro .membership-txt .membership-right-inner ul {
        float: left;
        width: 100%; }
        .membership-page-wrap .membership-intro .membership-txt .membership-right-inner ul li {
          float: left;
          width: 100%;
          list-style-image: url("images/list-icon.png");
          font-size: 17px;
          color: #424242;
          letter-spacing: 0.57px;
          line-height: 35px;
          padding-bottom: 6px; }
  .membership-page-wrap .packages-list {
    background: rgba(252, 210, 55, 0.8);
    padding: 100px 0px;
    margin-bottom: 50px; }
    .membership-page-wrap .packages-list .membership-title {
      text-align: center;
      padding-bottom: 40px; }
      .membership-page-wrap .packages-list .membership-title h2 {
        font-weight: 900; }
    .membership-page-wrap .packages-list .membership-blocks {
      text-align: center; }
      .membership-page-wrap .packages-list .membership-blocks .membership-item {
        display: inline-block;
        background: #fff;
        max-width: 250px;
        width: 100%;
        float: none;
        margin-bottom: 40px; }
        .membership-page-wrap .packages-list .membership-blocks .membership-item h3 {
          padding: 15px 15px 0px  15px;
          text-align: center;
          margin: 0px;
          background: #666;
          color: #fff;
          text-transform: uppercase;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          min-height: 70px; }
        .membership-page-wrap .packages-list .membership-blocks .membership-item .more-data {
          float: left;
          width: 100%;
          padding: 15px;
          text-align: center; }
          .membership-page-wrap .packages-list .membership-blocks .membership-item .more-data h4 {
            color: #333;
            font-weight: 700;
            font-size: 30px;
            margin: 40px 0px; }
          .membership-page-wrap .packages-list .membership-blocks .membership-item .more-data .more-link {
            width: 140px;
            display: inline-block;
            text-transform: uppercase;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            background: #D8232A;
            color: #fff;
            font-size: 14px;
            border: 1px solid #D8232A;
            font-family: 'Open Sans Condensed'; }
            .membership-page-wrap .packages-list .membership-blocks .membership-item .more-data .more-link:hover {
              background: #fff;
              color: #D8232A; }
          .membership-page-wrap .packages-list .membership-blocks .membership-item .more-data .more-data {
            color: #777777; }
            .membership-page-wrap .packages-list .membership-blocks .membership-item .more-data .more-data:hover {
              color: #CA3036; }
      .membership-page-wrap .packages-list .membership-blocks .last {
        width: 100%;
        text-align: center; }
        .membership-page-wrap .packages-list .membership-blocks .last .membership-item h3 {
          background: #333; }
  .membership-page-wrap .membership-bottom {
    background: #FCD237;
    margin-top: 50px;
    padding: 50px 0px; }
    .membership-page-wrap .membership-bottom h2 {
      color: #161616;
      font-size: 35px;
      font-weight: 900; }
      .membership-page-wrap .membership-bottom h2 span {
        color: #CA3036;
        font-weight: 900; }

.membership-more {
  float: left;
  width: 100%;
  display: none; }

.membership-data {
  width: 100%;
  max-width: 550px;
  padding: 30px 50px;
  text-align: center;
  background: #fff;
  float: left; }
  .membership-data .membership-data-in {
    float: left;
    width: 100%;
    text-align: center; }
    .membership-data .membership-data-in h3 {
      font-size: 24px;
      font-weight: 700;
      color: #CA3036;
      letter-spacing: 0.87px;
      text-align: center; }
    .membership-data .membership-data-in h4 {
      font-size: 18px;
      font-weight: 700;
      color: #0A0A0A;
      letter-spacing: 1px;
      text-align: center; }
    .membership-data .membership-data-in ul {
      padding: 10px 0px;
      margin: 0px;
      float: left;
      width: 100%; }
      .membership-data .membership-data-in ul li {
        list-style-image: url("images/list-icon-tick.png");
        float: left;
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
        font-size: 18px; }
        .membership-data .membership-data-in ul li span {
          font-size: 18px; }

.pmpro_checkout .pmpro_thead-msg a {
  background: #CA3036;
  height: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.47px;
  line-height: 30px;
  border: 0px;
  padding: 0px 30px;
  border: 1px solid #CA3036;
  float: right;
  border-radius: 15px;
  font-style: normal; }
  .pmpro_checkout .pmpro_thead-msg a:hover {
    background: #fff;
    color: #CA3036; }

.article-content-wrap table {
  margin-bottom: 30px; }
  .article-content-wrap table th {
    background: #ededed; }
  .article-content-wrap table td p {
    padding: 15px 0px;
    font-size: 15px; }
  .article-content-wrap table td ul {
    float: left;
    width: 100%;
    padding: 15px  20px;
    margin: 0px; }
    .article-content-wrap table td ul li {
      float: left;
      width: 100%;
      list-style-image: url("images/list-icon-tick.png");
      font-size: 14px;
      color: #424242;
      letter-spacing: 0.57px;
      line-height: 35px;
      padding-bottom: 6px;
      text-align: left; }
  .article-content-wrap table td label {
    font-weight: normal;
    font-size: 16px;
    padding-top: 0px;
    margin-top: 10px; }
  .article-content-wrap table td input[type='text'] {
    background: #fff;
    border: 1px solid #ededed;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed';
    letter-spacing: 1px; }
  .article-content-wrap table td input[type='email'] {
    background: #fff;
    border: 1px solid #ededed;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-family: 'Open Sans Condensed';
    font-size: 16px;
    letter-spacing: 1px; }
  .article-content-wrap table td select {
    background: #fff;
    border: 1px solid #ededed;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed';
    letter-spacing: 1px; }
    .article-content-wrap table td select#ExpirationMonth {
      max-width: 60px; }
    .article-content-wrap table td select#ExpirationYear {
      max-width: 100px; }
.article-content-wrap input[type='submit'].pmpro_btn {
  width: auto;
  padding: 0px 30px;
  border-radius: 20px !important;
  height: 40px;
  line-height: 40px; }

#pmpro_levels_table th {
  background: #ededed;
  padding: 10px 15px;
  font-size: 16px; }
#pmpro_levels_table td {
  padding: 10px 15px;
  font-size: 14px; }
  #pmpro_levels_table td p {
    padding: 15px 0px; }
  #pmpro_levels_table td label {
    font-weight: normal;
    font-size: 16px;
    padding-top: 0px;
    margin-top: 10px; }
  #pmpro_levels_table td input[type='text'] {
    background: #fff;
    border: 1px solid #ededed;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed';
    letter-spacing: 1px; }
  #pmpro_levels_table td input[type='email'] {
    background: #fff;
    border: 1px solid #ededed;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-family: 'Open Sans Condensed';
    font-size: 16px;
    letter-spacing: 1px; }
  #pmpro_levels_table td select {
    background: #fff;
    border: 1px solid #ededed;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans Condensed';
    letter-spacing: 1px; }
    #pmpro_levels_table td select#ExpirationMonth {
      max-width: 60px; }
    #pmpro_levels_table td select#ExpirationYear {
      max-width: 100px; }

#nav-below {
  padding-top: 30px;
  margin-top: 30px;
  border-bottom: 0px solid #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

#pmpro_account {
  float: left;
  width: 100%; }
  #pmpro_account .pmpro_box {
    width: 100%;
    float: left;
    border-top: 0px solid #CCC; }
    #pmpro_account .pmpro_box h3 {
      padding: 15px 0px;
      text-align: center;
      margin: 0px;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      text-align: left;
      float: left;
      width: 100%; }
  #pmpro_account table {
    margin-bottom: 30px; }
    #pmpro_account table th {
      background: #ededed;
      padding: 10px 15px;
      font-size: 16px; }
    #pmpro_account table td {
      padding: 10px 15px;
      font-size: 14px; }
      #pmpro_account table td p {
        padding: 15px 0px; }
      #pmpro_account table td label {
        font-weight: normal;
        font-size: 16px;
        padding-top: 0px;
        margin-top: 10px; }
      #pmpro_account table td input[type='text'] {
        background: #fff;
        border: 1px solid #ededed;
        padding: 0px 15px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 16px;
        font-family: 'Open Sans Condensed';
        letter-spacing: 1px; }
      #pmpro_account table td input[type='email'] {
        background: #fff;
        border: 1px solid #ededed;
        padding: 0px 15px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-family: 'Open Sans Condensed';
        font-size: 16px;
        letter-spacing: 1px; }
      #pmpro_account table td select {
        background: #fff;
        border: 1px solid #ededed;
        padding: 0px 15px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 16px;
        font-family: 'Open Sans Condensed';
        letter-spacing: 1px; }
        #pmpro_account table td select#ExpirationMonth {
          max-width: 60px; }
        #pmpro_account table td select#ExpirationYear {
          max-width: 100px; }
  #pmpro_account p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.53px;
    line-height: 35px; }
  #pmpro_account ul {
    float: left;
    width: 100%;
    padding: 15px  20px;
    margin: 0px; }
    #pmpro_account ul li {
      float: left;
      width: 100%;
      list-style-image: url("images/list-icon.png");
      font-size: 17px;
      color: #424242;
      letter-spacing: 0.57px;
      line-height: 35px;
      padding-bottom: 6px;
      text-align: left; }
  #pmpro_account a {
    font-size: 14px; }
  #pmpro_account #pmpro_account-profile a {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #D8232A;
    color: #fff;
    font-size: 12px;
    border: 1px solid #D8232A;
    margin-right: 10px;
    padding: 0px 20px;
    font-family: 'Open Sans Condensed'; }
    #pmpro_account #pmpro_account-profile a:hover {
      background: #fff;
      color: #D8232A; }
  #pmpro_account #pmpro_account-membership td a {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #D8232A;
    color: #fff;
    font-size: 12px;
    border: 1px solid #D8232A;
    margin-right: 10px;
    padding: 0px 20px;
    font-family: 'Open Sans Condensed'; }
    #pmpro_account #pmpro_account-membership td a:hover {
      background: #fff;
      color: #D8232A; }

.default-page-data {
  padding-top: 30px; }
  .default-page-data li {
    font-size: 19px;
    color: #191919;
    letter-spacing: -0.4px;
    line-height: 30px;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Melior'; }
    .default-page-data li strong {
      color: #000; }
  .default-page-data p {
    font-size: 19px;
    color: #191919;
    letter-spacing: -0.4px;
    line-height: 30px;
    padding: 0 0px 10px 0px;
    margin: 0;
    font-family: 'Melior'; }
    .default-page-data p a {
      color: #D8232A; }
  .default-page-data .response-result tr td {
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Open Sans Condensed'; }
    .default-page-data .response-result tr td.lefted {
      font-weight: 900; }

.login-form {
  margin: 0px 0px 40px 0px;
  background: #efefef;
  padding: 30px;
  border: 1px solid #ededed;
  float: left;
  width: 100%; }
  .login-form .form-group {
    float: left;
    width: 100%; }
    .login-form .form-group input[type='text'] {
      background: #fff;
      border: 1px solid #ededed;
      padding: 0px 15px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 16px;
      font-family: 'Open Sans Condensed';
      letter-spacing: 1px;
      margin: 5px 0px; }
    .login-form .form-group input[type='email'] {
      background: #fff;
      border: 1px solid #ededed;
      padding: 0px 15px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 16px;
      font-family: 'Open Sans Condensed';
      letter-spacing: 1px;
      margin: 5px 0px; }
    .login-form .form-group input[type='password'] {
      background: #fff;
      border: 1px solid #ededed;
      padding: 0px 15px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 16px;
      font-family: 'Open Sans Condensed';
      letter-spacing: 1px;
      margin: 5px 0px; }
    .login-form .form-group label {
      margin-top: 5px; }
      .login-form .form-group label:focus {
        color: #D8232A; }
    .login-form .form-group .login-field:focus + .login-field-icon {
      color: #D8232A; }
  .login-form .btn-primary {
    background-color: #2B2B2B !important;
    height: 40px;
    width: 120px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    line-height: 19px;
    padding: 0px;
    border-radius: 20px !important;
    border: 1px solid #2B2B2B; }
    .login-form .btn-primary:hover {
      color: #2B2B2B;
      background: #fff !important; }
  .login-form table {
    margin-bottom: 30px; }
    .login-form table th {
      background: #ededed; }
    .login-form table td p {
      padding: 15px 0px; }
    .login-form table td label {
      font-weight: normal;
      font-size: 16px;
      padding-top: 0px;
      margin-top: 10px; }
    .login-form table td input[type='email'] {
      background: #fff;
      border: 1px solid #ededed;
      padding: 0px 15px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-family: 'Open Sans Condensed';
      font-size: 16px;
      letter-spacing: 1px; }
    .login-form table td select {
      background: #fff;
      border: 1px solid #ededed;
      padding: 0px 15px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      font-size: 16px;
      font-family: 'Open Sans Condensed';
      letter-spacing: 1px; }
      .login-form table td select#ExpirationMonth {
        max-width: 60px; }
      .login-form table td select#ExpirationYear {
        max-width: 100px; }
  .login-form input[type='submit'].pmpro_btn {
    width: auto;
    padding: 0px 30px;
    border-radius: 20px !important;
    height: 40px;
    line-height: 40px; }

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