:root {
  --font-family-primary: 'Playfair Display', serif;
  --font-family-secondary: 'Roboto', Helvetica, Arial, sans-serif;
}


/* Custom Classes
______________________________________________________________________________*/
button.btn-membership a {
    color: #ffffff;
}

button.btn-membership {
    background: #000000;
    padding:15px;
    border:0;
    border-radius:25px;
    margin:50px;
}

.absolute-text{
    position: absolute;
    text-align: center;
    top: 50%;
}

.absolute-text h5{
    color: #ffffff;
}

.sbi_caption{
    font-weight: 400;
}

.sbi_caption br:first-of-type{
    display: none;
}
#sbi_load a{
    border-radius: 0 !important;
}
.jupiterx-post-header h1{
    padding:50px 0
}
.flex-column .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
}
.flex-column .elementor-widget-wrap > div {
    margin: 0 0 0 15px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    width: auto;
}
.elementor-66 .elementor-element.elementor-element-5b157bd .raven-search-form-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.elementor-66 .elementor-element.elementor-element-79ee102 .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.error {
    font-family: var(--font-family-primary);
    font-size: 20px;
    margin: 50px 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .jupiterx-wc-loadmore {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 13px !important;
    letter-spacing: .6px;
}
.woocommerce #respond input#submit::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before,
.woocommerce .jupiterx-wc-loadmore::before {
    vertical-align: -1px !important;
    margin-right: 10px !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .jupiterx-wc-loadmore:hover {
    background-color: #2b2b2b !important;
}

/* Menu
______________________________________________________________________________*/
.raven-nav-menu-horizontal .raven-nav-menu > li:not(:last-child) {
    margin-right: 10px !important;
}

.raven-nav-menu-full-screen .raven-nav-menu li.menu-item > a.raven-link-item {
    color: #000 !important;
}

/* Digital library
______________________________________________________________________________*/
.magazines {
    padding: 25px 0 0;
    list-style: none;
    margin: 0 -15px 0;
    display: inline-block;
    width: calc(100% + 30px);
}
.magazines li {
    width: 25%;
    display: inline-block;
    padding: 0 15px 30px;
    margin: 0;
}
.magazines.filtered li {
  display: none;
}
.magazines.filtered li.visible {
  display: inline-block;
}
.magazines li a {
  display: flex;
  flex-direction: column;
}
.magazines li figure {
  background: #000000;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
    margin-bottom: 10px;
}
.magazines li img {
    width: 100%;
    height: auto;
    opacity: 1;
    transform: scale(1);
    transition: all .25s ease;
}
.magazines li span {
    text-align: center;
    font-family: var(--font-family-primary);
    font-size: 14px;
    line-height: 140%;
    margin: 0;
}
.magazines li a:hover img {
  transform: scale(1.1);
  opacity: .5;
}

.magazine-breadcrumbs {
    background: #f3f3f3;
    padding: 10px 15px;
}
.magazine-breadcrumbs a {
    color: #424242;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .6px;
}
.magazine-breadcrumbs a i {
  margin-right: 5px;
}
.magazine-header {
    display: flex;
    justify-content: flex-end;
    padding: 25px 0;
    flex-direction: row-reverse;
}
.magazine-header img {
    max-width: 320px;
}
.magazine-description {
    padding-left: 30px;
}
.magazine-description h3 {
    font-family: var(--font-family-primary);
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
}
.magazine-description .buttons a {
    background: linear-gradient(0deg, black, #3e3e3e);
    padding: 8px 16px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .6px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin-right: 20px;
    transition: all .15s ease;
}
.magazine-description .buttons a:hover {
    background: linear-gradient(0deg, black, black);
}
.magazine-description .buttons a i {
    margin-right: 13px;
    font-size: 16px;
    border-right: 1px solid rgba(255,255,255,.3);
    padding-right: 16px;
    height: 30px;
    line-height: 30px;
}
.magazine-description .buttons a span {
    min-width: 165px;
    text-align: center;
    display: inline-block;
}
.magazine-image {
  position: relative;
}
.magazine-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  transition: all .25s ease;
}
.magazine-image a:hover {
  background: rgba(0,0,0,.3);
}
.library {
    padding: 0 15px 0 0;
    width: 60%;
    float: left;
    margin: 15px 0;
}
.library h3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 18px !important;
    margin: 0;
    background: #e6e6e6;
    height: 62px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: .6px;
    margin: 0 !important;
    font-weight: 500;
}
.library-filter {
    background: #e6e6e6;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.library-filter ul {
    margin: 0;
    padding: 0;
    display: flex !important;
    margin: 0 -10px;
}

.library-filter ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.library-filter ul li:first-child {
    width: 70%;
}

.library-filter ul li:last-child {
    width: 30%;
}

.library-filter .clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 20px;
}

.library-filter .clear.visible {
  display: block;
}

.library-filter .clear.visible span {
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: .6px;
    font-weight: 100 !important;
    text-decoration: underline;
}

.library-filter input[type="text"] {
    height: 40px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-right: 10px;
}

.library-filter .select2-selection {
    height: 40px !important;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.library-filter .select2-container {
  height: 40px;
  width: 100% !important;
}

.library-filter .select2-container .select2-selection__rendered {
    padding: 0 12px !important;
    line-height: 40px !important;
}

.select2-container .select2-results__option {
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: .6px !important;
    padding: 7px 10px !important;
    color: #666666 !important;
}

.select2-container .select2-search__field {
    background: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 93% center;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: .6px !important;
    color: #1b1b1b !important;
    padding: 0 40px 0 10px !important;
    height: 40px !important;
    margin: -4px -1px 0px !important;
    width: calc(100% + 2px) !important;
    border-radius: 3px 3px 0 0 !important;
    outline: none;
}

.no-magazines {
    text-align: center;
    padding: 20px;
}

.no-magazines a {
    font-weight: bold;
}

.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container .select2-results__option--highlighted[data-selected] {
    background-color: #000 !important;
    color: #ffffff !important;
}
.select2-container .select2-search--dropdown {
  padding: 0 !important;
}

.library-filter input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    cursor: pointer;
    transition: all .15s ease !important;
    text-transform: uppercase;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.6px;
}
.library-filter input[type="submit"]:hover {
  background: #1b1b1b !important;
}
.library-search {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}
.library-search h5 {
    margin: 0;
    font-weight: 300;
    color: #5b5b5b;
}
.library-search h5 strong {
    color: #000000;
    font-weight: bold;
}
.library-search h5 strong::after {
    content: '+';
    margin: 0 5px;
    color: #696969;
    font-weight: 300;
}
.library-search h5 strong:last-child::after {
    display: none;
}
.library-search a {
    font-size: 12px;
    letter-spacing: .6px;
    color: #6b6b6b;
    transition: all .15s ease;
}
.library-search a:hover {
  color: #000000;
}
.library .message {
    text-align: center;
    margin: 30px 0;
}
.library-content {
    display: inline-block;
    width: 100%;
}
.library-content h4 {
    font-size: 18px;
    margin: 20px 0 0;
}
.library-content .view-all {
    background: #000000;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all .15s ease;
}
.library-content .view-all:hover {
  background: #1b1b1b;
}
.wp-pagenavi {
    background: #e6e6e6;
    padding: 10px 25px;
    text-align: center;
}
.wp-pagenavi .pages {
    border: none;
    color: #999;
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid transparent !important;
    margin: 0 2px !important;
    padding: 0 !important;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    transition: all .15s ease;
}
.wp-pagenavi .current {
    background: #000000;
    color: #ffffff;
}
.wp-pagenavi a:hover {
  border-color: #000000 !important;
}



/* Shop
______________________________________________________________________________*/
.woocommerce ul.products li.product span.posted_in {
    display: none !important;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title.page-title {
  display: none;
}
.woocommerce-products-header h3 {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 32px !important;
}
.woocommerce-products-header h3::after {
    content: ' ';
    width: 100%;
    position: absolute;
    height: 4px;
    background: #000000;
    bottom: 8px;
    margin-left: 50px;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
    color: #000000 !important;
}

h2.product-banner {
    font-size: 1em !important;
}

#shop-featured .vc-hoverbox {
    height: 462px;
    max-height: 38vw !important;
    margin-bottom: 30px !important;
}

#shop-featured .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
    border-radius: 4px !important;
}


/* Profile
______________________________________________________________________________*/
.library + .woocommerce {
    width: 40%;
    float: right;
    padding-left: 15px;
    max-width: 100%;
    margin: 15px 0;
    border-left: 1px solid #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation {
    float: right !important;
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    overflow: visible !important;
    position: relative;
    margin-bottom: 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 0 !important;
    min-width: 33.33%;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: transparent !important
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout  {
    position: absolute;
    top: -48px;
    right: 15px;
    min-width: auto;
    border: none !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #000000;
    color: #ffffff !important;
    padding: 3px 25px;
    font-size: 12px !important;
    font-weight: bold !important;
    letter-spacing: .6px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #2b2b2b;
    color: #ffffff !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li > a {
    color: #666666 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px;
    font-weight: 400 !important;
    display: block;
    text-align: center;
    padding: 7px 0;
    transition: all .15s ease;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  color: #000000 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: bold !important;
    color: #ffffff !important;
    background: #000;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left !important;
    width: 100% !important;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
}
.woocommerce-account .woocommerce-MyAccount-content > h3 {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content > h3::after {
    content: ' ';
    width: 100%;
    position: absolute;
    height: 4px;
    background: #000000;
    bottom: 8px;
    margin-left: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  margin: -1px;
  border-radius: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
    border-top: 0;
    background: #e6e6e6;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
    letter-spacing: 0.6px;
    color: #555;
    padding: 7px !important;
    white-space: nowrap;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th{
    padding: 7px;
    font-size: 13px;
    line-height: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content #respond input#submit,
.woocommerce-account .woocommerce-MyAccount-content a.button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button,
.woocommerce-account .woocommerce-MyAccount-content .jupiterx-wc-loadmore {
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: bold !important;
    letter-spacing: 0.6px;
    border-radius: 2px !important;
}
.woocommerce-account .woocommerce-MyAccount-content #respond input#submit:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .jupiterx-wc-loadmore:hover {
  background: #1b1b1b !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content > p {
    margin: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100% !important;
    margin: 0;
    padding: 15px 0 0;;
    border-top: 1px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h3,
.woocommerce-account .woocommerce-MyAccount-content form h3 {
  font-size: 18px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods + .button {
    margin: 15px;
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-content form {
    font-size: 14px;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form .button {
    width: 100%;
    margin: 15px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 15px 0 5px;
}
.woocommerce_account_subscriptions .button {
    width: 100%;
    margin: 15px 0 5px;
    display: inline-block;
}
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-order-downloads__title {
    font-size: 22px !important;
}

.woocommerce h5.sidebar-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 18px !important;
    margin: 0;
    background: #e6e6e6;
    height: 62px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: .6px;
}


.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive{
  border-top: none;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive thead {
    display: none;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr {
    display: block;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td {
    display: block;
    text-align: right!important;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td.payment-method-actions,
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td.order-actions {
    text-align: left!important;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td.payment-method-actions::before,
.woocommerce .woocommerce-MyAccount-content table.shop_table_responsive tr td.order-actions::before {
  display: none;
}

.sswcmaat-Subscriptions {
    display: none;
}

.sswcmaat-Memberships {
    display: none !important;
}

.woocommerce-MyAccount-content a.button {
    margin-bottom: 6px !important;
}

/* Contact
______________________________________________________________________________*/

#nf-form-1-cont{
    max-width: 900px;
    margin: auto;
}

#nf-form-1-cont input,#nf-form-1-cont textarea{
    background-color: #fff !important;
}

.nf-field-label{
    display: none;
}

#nf-field-9-wrap .nf-field-label{
    display: block !important;
}

.list-checkbox-wrap .nf-field-element li{
    margin-top:15px !important
}

.ninja-forms-req-symbol{
    display: none;
}

.nf-error.field-wrap .nf-field-element::after{
    height: 50px !important;
    top:0 !important
}

#nf-field-9-wrap.nf-error.field-wrap .nf-error.field-wrap .nf-field-element::after{
    display: none !important;
}

#nf-form-1-cont input#nf-field-4{
    min-width: 200px;
    color: #ffffff;
    background-color: #000000 !important;
    background-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
}
#nf-form-1-cont input#nf-field-4:hover{
    color: #000000;
    background-color: #ffffff !important;
    background-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2ecc71;
}

.mail-list a{
    color: #999999;
    font-family: "Crimson Text", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 2.3em;
}

/* Upload File Form
______________________________________________________________________________*/

#nf-form-2-cont .nf-form-content {
    margin: 0;
}

#nf-field-13 {
    width: 110px;
    border-radius: 5px;
}

/* Media Queries
______________________________________________________________________________*/
@media screen and (max-width: 778px) {

  .library,
  .library + .woocommerce {
    width: 100%;
    border: none;
    padding: 0;
  }
  .library-filter {
    padding: 5px 15px;
  }
  .library-filter ul {
    flex-direction: column;
  }
  .library-filter ul li {
    width: 100%;
    padding: 5px;
  }
  .library-search {
    flex-direction: column;
  }
  .library-search a {
    margin-top: 10px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 50%;
  }

  .magazines li {
    width: 50%;
  }
  .magazine-header {
    flex-direction: column;
  }
  .magazine-description {
    padding: 0 0 20px;
  }
  .magazine-description h3 {
    font-size: 26px;
  }
  .magazine-description .buttons a {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
  }
  .magazine-description .buttons a span {
    min-width: auto;
  }
  .magazine-image img {
    max-width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    max-width: 110px;
  }
}


/*   this is for the top of page Article Index link on the Shop page.  Text is added in WP Bakery */
div.article-download-pdf a {
	font-size: 17px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 8px 15px;
	border-radius: 7px;
}
div.article-download-pdf a:hover {
 	opacity: .8;
}
