/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


    /* begin nav links effect */
 .ssp_ui_apply_customizations .main-navigation .menu > .menu-item > a::after {
     content: "";
     position: absolute;
     right: 0;
     left: 50%;
     bottom: 15px;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);

     display: block;
     width: 0;
     height: 2px;

     background-color: currentColor;
     transition: 0.3s width ease;
 }
 .ssp_ui_apply_customizations.page .inside-article header.entry-header {
   display:none;
 }
 .ssp_ui_apply_customizations  .main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: white;
  background-color: black;
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
 }
 .ssp_ui_apply_customizations .main-navigation .menu > .menu-item.current-menu-item > a::after,
 .ssp_ui_apply_customizations .main-navigation .menu > .menu-item > a:hover::after {
     width: 50%;
 }
.ssp_ui_apply_customizations .main-navigation .main-nav ul {
  margin-top:-1px;
}
 .ssp_ui_apply_customizations.single-post.separate-containers .inside-article, .ssp_ui_apply_customizations.single-post.separate-containers .comments-area,
 .ssp_ui_apply_customizations.single-post.separate-containers .page-header, .ssp_ui_apply_customizations.single-post.separate-containers .paging-navigation,
 .ssp_ui_apply_customizations.single-post.one-container .site-content, .ssp_ui_apply_customizations.single-post  .inside-page-header {
   padding-top:20px;
 }
 /* begin nav links effect */

.ssp_ui_apply_customizations.search-results  main header.page-header,
.ssp_ui_apply_customizations.search-results  .custom-entry-header {
  display:none;
}

.ssp_ui_apply_customizations .post-navigation {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}



@media (max-width: 767px) and (min-width: 321px) {
.ssp_ui_apply_customizations .mobile-header-navigation .mobile-header-logo,
.ssp_ui_apply_customizations .main-navigation .navigation-logo.site-logo  { max-width: 50%;display: flex; align-items: center;}
.ssp_ui_apply_customizations .main-navigation .navigation-logo img,
 .ssp_ui_apply_customizations .mobile-header-navigation .mobile-header-logo img { height:auto;}

 .ssp_ui_apply_customizations .mobile-header-navigation .mobile-header-logo ,
 .ssp_ui_apply_customizations .main-navigation .navigation-logo.site-logo   { padding-top:5px;}
 .ssp_ui_apply_customizations ol, .ssp_ui_apply_customizations ul {  margin: 0 0 1.5em 1em; }


}

@media (max-width: 320px) {
.ssp_ui_apply_customizations .main-navigation .navigation-logo.site-logo  { max-width: 40%;display: flex; align-items: center;}
.ssp_ui_apply_customizations .mobile-header-navigation .mobile-header-logo ,
.ssp_ui_apply_customizations .main-navigation .navigation-logo.site-logo   { padding-top:5px; max-width: 60%;}
.ssp_ui_apply_customizations .main-navigation .navigation-logo img,
.ssp_ui_apply_customizations .mobile-header-navigation .mobile-header-logo img { height:auto;}
.ssp_ui_apply_customizations ol, .ssp_ui_apply_customizations ul {  margin: 0 0 1.5em 0.7em; }
}



.ssp_ui_apply_customizations.blog main  { margin-top:-20px;}
.ssp_ui_apply_customizations.blog .post-image img { max-height: 400px;}
.ssp_ui_apply_customizations.blog main article .inside-article {  border-radius: 6px;
  -webkit-box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
  -moz-box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
  box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
margin-bottom: 20px;}

.ssp_ui_apply_customizations.blog main article .inside-article img,
.ssp_ui_apply_customizations.category main article .inside-article img,
.ssp_ui_apply_customizations.search-results main article .inside-article img
{ border-top-left-radius: 6px; border-top-right-radius: 6px;}

.ssp_ui_apply_customizations.category main  { margin-top:-20px;}
.ssp_ui_apply_customizations.category main article .inside-article {  border-radius: 6px;
  -webkit-box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
  -moz-box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
  box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
margin-bottom: 20px;}



.ssp_ui_apply_customizations.search-results  main { margin-top:50px; margin-bottom: 50px;}

.ssp_ui_apply_customizations.search-results  .inside-article {

  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
  -moz-box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
  box-shadow: 0px 0 4px 0px rgba(173,171,173,1);
}
 .ssp_ui_apply_customizations .site-footer,  .ssp_ui_apply_customizations footer.site-info  {
 -webkit-box-shadow: 0px 0 1px 0px rgba(173,171,173,0.7);
 -moz-box-shadow: 0px 0 1px 0px rgba(173,171,173,0.7);
 box-shadow: 0px 0 1px 0px rgba(173,171,173,0.7);
 }

 .ssp_ui_apply_customizations .dashicons, .dashicons-before:before {
     line-height: 1em;
     vertical-align: text-bottom;
  }


 @media (min-width: 801px) {
 .ssp_ui_apply_customizations .footer-widget-1.grid-50, .ssp_ui_apply_customizations .footer-widget-2.grid-50   {
 	width: 20%;
  margin-left: 20%;
 }
 .ssp_ui_apply_customizations .videoembed{
	/* max-width: 50%;
  margin: 0 auto; */
 }

 }

.ssp_ui_apply_customizations h1, .ssp_ui_apply_customizations h2, .ssp_ui_apply_customizations h3,
.ssp_ui_apply_customizations h4, .ssp_ui_apply_customizations h5, .ssp_ui_apply_customizations h6 { margin-bottom: 5px;}
.ssp_ui_apply_customizations  p {
    margin-bottom: 0.2em;
}




.ssp_ui_apply_customizations header .inside-header {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ssp_ui_apply_customizations.single:not(.is_transparent_nav) .generate-content-header,
.ssp_ui_apply_customizations:not(.is_transparent_nav) nav.main-navigation.navigation-clone {
	border-bottom: 1px solid;
  border-bottom-color: rgba(200,200,200,0.9);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);

}
.ssp_ui_apply_customizations:not(.is_transparent_nav) nav.main-navigation.navigation-clone {
  opacity:0.9;
}


.ssp_ui_apply_customizations .wp-show-posts-inner {
  -webkit-box-shadow: 0px 0px 1px 1px rgba(173,171,173,0.5);
  -moz-box-shadow: 0px 0px 1px 1px rgba(173,171,173,0.5);
  box-shadow: 0px 0px 1px 1px rgba(173,171,173,0.5);
  background-color: whitesmoke;
  border-radius: 5px;
}
.ssp_ui_apply_customizations .wp-show-posts-inner  .wp-show-posts-image img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ssp_ui_apply_customizations .wp-show-posts-inner  header,
.ssp_ui_apply_customizations .wp-show-posts-inner   .wp-show-posts-entry-summary {
  padding:5px;
}
.ssp_ui_apply_customizations  .recent_posts_title { margin-top:30px; font-weight: bold;}

.ssp_ui_apply_customizations.single .site-content, .ssp_ui_apply_customizations.tag .site-content,
.ssp_ui_apply_customizations.page:not(.elementor-page) .site-content
  {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(173,171,173,1);
  -moz-box-shadow: 0px 0px 2px 1px rgba(173,171,173,1);
  box-shadow: 0px 0px 2px 1px rgba(173,171,173,1);
	border-radius: 6px;
	background-color: #ffffff;
	margin-top: -6px;
	margin-bottom: -6px;
}

@media (max-width: 767px) {
  .ssp_ui_apply_customizations.single .site-content, .ssp_ui_apply_customizations.tag .site-content {
  	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  	border-radius: 0;
  	margin-top: 0;
  	margin-bottom: 0;
  }
}

/* BEGIN LIGHT TEXT COLOR */
.ssp_ui_apply_customizations .custom-entry-header .post_meta .dashicons,  .post_meta .dashicons, .dashicons-before:before { vertical-align:middle; font-size:1.1em; }
.ssp_ui_apply_customizations  canvas.particles-js-canvas-el,
.ssp_ui_apply_customizations  canvas.particles-js-canvas-el {
top: 100px;
left: 0;
position: absolute;
height:150px !important;
}

.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content-wrapper,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets div,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts footer.site-info,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts footer.site-info div,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts nav,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content-wrapper .dashicons,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .custom-entry-header,
{
  color: white;
}
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content-wrapper a,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content a,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets a,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets li a,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts footer.site-info a,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts nav li a

{
  color: white;
}
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content-wrapper a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .custom-entry-header a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets li a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts nav li a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts footer.site-info a:visited
{
  color: white;
}
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content-wrapper a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .custom-entry-header a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .footer-widgets li a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts footer.site-info a:hover
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts nav li a:hover
{
  color: yellow;
}
/* END LIGHT TEXT COLOR */

/* BEGIN DARK TEXT COLOR */
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content-wrapper,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .custom-entry-header,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts nav,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts footer.site-info,
.ssp_ui_apply_customizations.ssp_theme_use_light_fonts .page-header-content-wrapper .dashicons
{
  color: black;
}
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content-wrapper a,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content a,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .custom-entry-header,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets a,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets li a,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts footer.site-info a,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts nav li a
{
  color: black;
}
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content-wrapper a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .custom-entry-header a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets li a:visited,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts footer.site-info a:visited
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts nav li a:visited
{
  color: black;
}
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content-wrapper a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .page-header-content a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .custom-entry-header a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts .footer-widgets li a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts footer.site-info a:hover,
.ssp_ui_apply_customizations.ssp_theme_use_dark_fonts nav li a:hover
{
  color: yellow;
}

.ssp_ui_apply_customizations.page_header_contain_background_image .generate-content-header{
  background-size: auto;
}
/* DARK TEXT COLOR */

.ssp_ui_apply_customizations #breadcrumbs a,
.ssp_ui_apply_customizations #breadcrumbs a:visited,
.ssp_ui_apply_customizations #breadcrumbs span.breadcrumb_last {
  font-size:0.9em;
  color: #918d8b;
}
.ssp_ui_apply_customizations #breadcrumbs {
  margin-top:-10px;
  margin-bottom:10px;
}
/**************************** END Navigation Clone *************************************/

.share-sticky .icon-share .close,
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.share-sticky .icon-share::before,
.social-links a:before,
 {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%
}
.social-links li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social-links li a {
    padding: 0.5rem;
    display: inline-block;
}
.social-links a {
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 1.1rem;
    text-align: center;
    display: inline-block;
}
.share-sticky .share-wrapper .social-links a {
    width: auto;
    opacity: .85;
    font-size: .875rem;
    min-width: 32px;
    height: 33px;
}
/*
https://www.gravitatedesign.com/blog/you-should-care-about-ux-optimization/
*/

.share-sticky {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	top: -40px;
	z-index: 3;
	height: 40px;
	background: #27515b;
	line-height: 40px;
	color: #fff;
	font-size: .875rem
}

@media only screen and (min-width: 1025px) {
	.share-sticky {
		left: 50px
	}
}

@media only screen and (min-width: 1700px) {
	.share-sticky {
		left: calc((100% - 1600px) / 2)
	}
}

.share-sticky .share-wrapper,
.share-sticky .icon-share {
	float: left;
	display: block
}

.share-sticky .share-wrapper {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	max-width: 260px;
	overflow: hidden;
	opacity: 1
}

.share-sticky .share-wrapper .social-links {
	padding: 0 .875rem 0 .25rem
}

.share-sticky .share-wrapper .social-links li {
	font-size: .875rem
}

.share-sticky .share-wrapper .social-links a {
	width: auto;
	opacity: .85;
	font-size: .875rem;
	min-width: 32px;
	height: 33px
}

.share-sticky .share-wrapper .social-links a:hover {
	opacity: 1
}

.share-sticky .icon-share {
	position: relative;
	text-align: right;
	font-size: 1.25rem;
	height: 40px;
	width: 28px
}

@media only screen and (min-width: 1025px) {
	.share-sticky .icon-share {
		width: 48px;
		padding: 0 .875rem
	}
}

.share-sticky .icon-share::before {
	display: block
}

@media only screen and (max-width: 1024px) {
	.share-sticky .icon-share::before {
		font-size: .875rem;
		left: 0;
		width: 14px;
		right: 0;
		position: absolute;
		margin: auto
	}
}

.share-sticky .icon-share .close {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	width: 12px;
	height: 12px
}

.share-sticky .icon-share .close::before,
.share-sticky .icon-share .close::after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.share-sticky.stuck {
	cursor: pointer;
	position: fixed;
	top: 28px
}

.share-sticky.stuck .share-wrapper {
	max-width: 0;
	opacity: 0
}

.share-sticky.absolute {
	position: fixed;
	top: 25px
}

.share-sticky.absolute .share-wrapper {
	max-width: 0;
	opacity: 0
}

.share-sticky.active .share-wrapper {
	max-width: 260px;
	opacity: 1
}

.share-sticky.active .icon-share::before {
	opacity: 0
}

.share-sticky.active .icon-share .close {
	opacity: 1
}

.share-sticky.active .icon-share .close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.share-sticky.active .icon-share .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media only screen and (min-width: 730px)
.grav-breadcrumbs {
    width: calc(100% - 2*50px);
}
.grav-breadcrumbs {
    position: absolute;
    top: -2.25rem;
    width: calc(100% - 2*1.66667rem);
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 0;
}

@media only screen and (min-width: 730px)
.grav-breadcrumbs li {
    font-size: 14px;
}

.grav-breadcrumbs li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-left: 0;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 0;
    position:relative;
}
.grav-breadcrumbs li a {
    border-bottom: 1px solid transparent;
    color: #fff;
}

.grav-breadcrumbs li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: transparent;
    color: inherit;
    position: relative;
    text-decoration: none;
}

/* FIX for Elementor selection issue
* https://generatepress.com/forums/topic/cant-reach-the-section-and-paragraph-buttons-on-an-elementor-section/
*/
/* places column and section inside the box */
.elementor-editor-active #main #elementor {
  margin-top:100px;
}


/* FMNotify */

#fmnotify {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0, .1);
  border-radius: 6px;
  padding: 5px 10px;
  position: fixed;
  bottom: -110px;
  left: 15px;
  min-height: 70px;
  min-width: 330px;
  max-width: 90%;
  z-index: 9999;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
#fmnotify.is-visible {
  bottom: 15px;
  left: 15px;
}

.fmnotify-product-thumb-container {
  width: 35px;
  padding-right: 5px;
}

#fmnotify .fmnotify-product-thumb {
  width: 100%;
}
#fmnotify .fmnotify-content-wrapper {
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 5px;
}

.fmnotify-content-wrapper p {
  margin: 0;
}

#fmnotify .fmnotify-content-wrapper,
#fmnotify .fmnotify-content-wrapper .fmnotify-buyer-name {
  font-size: 13px;
}
.fmnotify-buyer-name {
  font-weight: bolder;
}
#fmnotify .fmnotify-content-wrapper .fmnotify-product-name {
  font-weight: bolder;
  text-decoration: none;
  color: #262625;
  line-height: 2;
  font-size: 1.1em;
}
#fmnotify .fmnotify-content-wrapper .time {
  font-size: .8em;
}

/* END FMNotify */

/* Responsive Tables */
.ssp_ui_apply_customizations .rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  line-height: 1em;
  overflow-x: auto;

  /* optional - looks better for small cell values */
  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 0;
}

.ssp_ui_apply_customizations .rtable,
.ssp_ui_apply_customizations .rtable--flip tbody {
  /* optional - enable iOS momentum scrolling */
  -webkit-overflow-scrolling: touch;

  /* scrolling shadows */
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

/* change these gradients from white to your background colour if it differs */
/* gradient on the first cells to hide the left shadow */
.ssp_ui_apply_customizations .rtable td:first-child,
.ssp_ui_apply_customizations .rtable--flip tbody tr:first-child {
  background:none;
  text-align:left;
}

/* gradient on the last cells to hide the right shadow */
.ssp_ui_apply_customizations .rtable td:last-child,
.ssp_ui_apply_customizations .rtable--flip tbody tr:last-child {

}

.ssp_ui_apply_customizations .rtable th {
  text-align: left;
}
.ssp_ui_apply_customizations .rtable tbody td {
  text-align: center;
}


.ssp_ui_apply_customizations .rtable th,
.ssp_ui_apply_customizations .rtable td {
  padding: 6px 12px;
  line-height: 1em;
}

.ssp_ui_apply_customizations .rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.ssp_ui_apply_customizations .rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.ssp_ui_apply_customizations .rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.ssp_ui_apply_customizations .rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.ssp_ui_apply_customizations .rtable--flip td,
.ssp_ui_apply_customizations .rtable--flip th {
  display: block;
}

.ssp_ui_apply_customizations .rtable--flip td {
  background-image: none !important;
  /* border-collapse is no longer active */
  border-left: 0;
}

/* border-collapse is no longer active */
.ssp_ui_apply_customizations .rtable--flip th:not(:last-child),
.ssp_ui_apply_customizations .rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

.ssp_ui_apply_customizations .newsletters-acknowledgement{
  text-align: center;
}
