.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}

.post-author-wrapper .author-image{max-width:30px;margin-right:10px}.post-author-wrapper .author-image.circle{border-radius:50%}.post-author-wrapper.align-left{text-align:left}.post-author-wrapper.align-left .author-image{float:left}.post-author-wrapper.align-right{text-align:right}.post-author-wrapper.align-right .author-image{float:right}.post-author-wrapper.align-center{text-align:center}.post-author-wrapper.align-center .author-image{display:block;margin:0 auto}
.post-tags img{display:inline}.post-tags img.circle{border-radius:50%}.post-tags > span{display:inline-block}.post-tags > span:last-child:after{content:"";display:none}






.post-categories img{display:inline}.post-categories img.circle{border-radius:50%}.post-categories > span{display:inline-block}.post-categories > span:last-child:after{content:"";display:none}
/* PaySnap v.3.0.4  Stylesheet (START) */



#paysnap-debug-wrap {
    background-color: rgba(0,0,0,0.30);
    padding:8px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px; 
    overflow: auto;
}
#paysnap-debug {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	border: 4px solid rgba(0,0,0.5);
	color: #333333;
}

.ps-error {
  background: repeating-linear-gradient(
    45deg,
    #fee9ea,
    #fee9ea 10px,
    #fcd4d5 10px,
    #fcd4d5 20px
  );
  border: 2px dashed #e6494a;
  border-radius: 4px;
  color: #e6494a;
  text-align: center;
  text-transform: uppercase;
  margin:8px 0;
}

.ps-error p {
	width:auto; padding:2px 6px; 
	background:#E6494A; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold;
	border-radius:24px; 
	border: solid 2px #E6494A; 
	text-align:center; 
	display:inline-block;
}


.btn-paysnap{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-paysnap:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-paysnap:hover,
.btn-paysnap:focus {
  color: #333333;
  text-decoration: none;
}

.btn-paysnap:active,
.btn-paysnap.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-paysnap.disabled,
.btn-paysnap[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-paysnap.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-paysnap.btn-sm,
.btn-paysnap.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-paysnap.btn-xs {
  padding: 1px 5px;
}

.btn-paysnap.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/* 
.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  background-image: none;
}

.btn-paysnap.btn-danger.disabled,
.btn-paysnap.btn-danger[disabled],
fieldset[disabled] .btn-paysnap.btn-danger,
.btn-paysnap.btn-danger.disabled:hover,
.btn-paysnap.btn-danger[disabled]:hover,
fieldset[disabled] .btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger.disabled:focus,
.btn-paysnap.btn-danger[disabled]:focus,
fieldset[disabled] .btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger.disabled:active,
.btn-paysnap.btn-danger[disabled]:active,
fieldset[disabled] .btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.disabled.active,
.btn-paysnap.btn-danger[disabled].active,
fieldset[disabled] .btn-paysnap.btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-paysnap.btn-success:hover,
.btn-paysnap.btn-success:focus,
.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  background-image: none;
}

.btn-paysnap.btn-success.disabled,
.btn-paysnap.btn-success[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
} */

.btn-paysnap.paysnap-co-btn {
	display: block;
	padding: 12px 24px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

#paysnap-cart-empty {
	padding: 10px 10px;
	font-size: medium;
	margin-top:60px;
	color:#3C3C3C;
	text-align: center;
}


#paysnap-contents {
	clear: left;
	position: relative;
	height: 200px;
} 

div.paysnap-content {
	height: 200px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

#paysnap-cart {
	width: 100%;
	height: 200px;
	overflow:hidden;	
}

div.paysnap-content table {
	width: 100%;
	border-spacing: 0;
}

#paysnap-cart-contents {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding:0;
}


/* clearfix hacks */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



.paysnap-row-two { margin-top:6px; }
/* @end */



@media screen and (max-device-width: 480px){
    /* All iPhone only CSS goes here */
    
    #paysnap-container {
		left:10px;
	}


}


label.paysnap-label{
	font-weight:bold;
	display: block;
}


#stacks_in_183_2 .ydps-debug {
	border-radius:  5px;
	border:  1px dashed silver;
	padding: 20px;
	background: #fff;
}





/* PaySnap v.3.0.4 Stylesheet (END) */


:root{--light-gray:rgba(247, 247, 247, 1.00);--medium-gray:rgba(214, 220, 223, 1.00);--dark-gray:rgba(165, 166, 168, 1.00);--black:rgba(53, 51, 50, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(159, 182, 189, 1.00);--secondary:rgba(221, 215, 214, 1.00);--success:rgba(148, 149, 152, 1.00);--warning:rgba(215, 171, 162, 1.00);--alert:rgba(216, 169, 175, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 0.87);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(129, 152, 159, 1.00);--secondary-dark:rgba(191, 185, 184, 1.00);--success-dark:rgba(118, 119, 122, 1.00);--warning-dark:rgba(185, 141, 132, 1.00);--alert-dark:rgba(186, 139, 145, 1.00);--header-color:rgba(99, 100, 102, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(236, 213, 205, 1.00);--text-color:rgba(109, 110, 113, 1.00);--link-color:rgba(109, 110, 113, 0.85);--link-color-hover:rgba(109, 110, 113, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:4px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(214, 220, 223, 1.00);--small-color:rgba(174, 194, 201, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(236, 217, 191, 1.00);--link-color-hover:rgba(227, 201, 172, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(4rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:3px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}

  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .header-font{font-family:"Oswald",sans-serif !important}
            .admin-menu .menu>li>a{font-family:"Oswald",sans-serif !important}
html,body,            .text-font{font-family:"Work Sans",sans-serif }
            .thin-font{font-family:"Work Sans",sans-serif }
            .post-categories{font-family:"Work Sans",sans-serif }

            .side-title{font-size:calc(17rem/16) !important;}@media only screen and (min-width:40em) {            .side-title{font-size:calc(20rem/16) !important}}@media only screen and (min-width:64em) {            .side-title{font-size:calc(20rem/16) !important}}
            .small-text{font-size:calc(14rem/16) ;}@media only screen and (min-width:40em) {            .small-text{font-size:calc(16rem/16) }}@media only screen and (min-width:64em) {            .small-text{font-size:calc(16rem/16) }}
            .big-text{font-size:calc(18rem/16) ;}@media only screen and (min-width:40em) {            .big-text{font-size:calc(18rem/16) }}@media only screen and (min-width:64em) {            .big-text{font-size:calc(19rem/16) }}
            .huge-text{font-size:calc(30rem/16) ;}@media only screen and (min-width:40em) {            .huge-text{font-size:calc(27rem/16) }}@media only screen and (min-width:64em) {            .huge-text{font-size:calc(40rem/16) }}
            .big-header{font-size:calc(34rem/16) ;}@media only screen and (min-width:40em) {            .big-header{font-size:calc(55rem/16) }}@media only screen and (min-width:64em) {            .big-header{font-size:calc(58rem/16) }}
            .huge-header{font-size:calc(34rem/16) ;}@media only screen and (min-width:40em) {            .huge-header{font-size:calc(45rem/16) }}@media only screen and (min-width:64em) {            .huge-header{font-size:calc(64rem/16) }}
            .list-of-posts  .post-title{font-size:calc(26rem/16) !important;}@media only screen and (min-width:40em) {            .list-of-posts  .post-title{font-size:calc(27rem/16) !important}}@media only screen and (min-width:64em) {            .list-of-posts  .post-title{font-size:calc(30rem/16) !important}}

.alt{--header-color:rgba(245, 245, 245, 1.00);--subheader-color:rgba(234, 235, 238, 1.00);--small-color:rgba(205, 212, 216, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(231, 208, 178, 1.00);--link-color-hover:rgba(220, 189, 156, 1.00);--link-decoration:none;--link-decoration-hover:underline}
.far, .fab, .fal, .fad, .fas, .fa{color:rgba(234, 189, 188, 1.00) ;}
.wjite-icons .fab{color:rgba(255, 255, 255, 1.00) !important;}

.p-mobile-menu{padding-top:70.00px ;padding-right:0.00px ;padding-bottom:20.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){.p-mobile-menu{padding-top:30.00px ;padding-right:0.00px ;padding-bottom:2.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){.p-mobile-menu{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:2.00px ;padding-left:0.00px }}
.p-admin{padding:1rem !important;} @media only screen and (min-width:40em){.p-admin{padding:2rem !important}}@media only screen and (min-width:64em){.p-admin{padding:2.5rem !important}} 
.container-p{padding-top:20.00px ;padding-right:20.00px ;padding-bottom:20.00px ;padding-left:20.00px ;}@media only screen and (min-width:40em){.container-p{padding-top:24.00px ;padding-right:24.00px ;padding-bottom:24.00px ;padding-left:24.00px }}@media only screen and (min-width:64em){.container-p{padding-top:24.00px ;padding-right:24.00px ;padding-bottom:24.00px ;padding-left:24.00px }}

.mbox{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:12.00px ;}@media only screen and (min-width:40em){.mbox{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:12.00px }}@media only screen and (min-width:64em){.mbox{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:12.00px }}
.mbox-2{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:12.00px ;}@media only screen and (min-width:40em){.mbox-2{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:12.00px }}@media only screen and (min-width:64em){.mbox-2{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:12.00px }}
.mbox-lb{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.mbox-lb{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.mbox-lb{margin-top:0.00px ;margin-right:12.00px ;margin-bottom:12.00px ;margin-left:0.00px }}
.adminbox-margin{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.adminbox-margin{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.adminbox-margin{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:16.00px ;margin-left:0.00px }}

.dark-gradient{background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background: rgb(224,186,176);
background: linear-gradient(190deg, rgba(224,186,176,1) 29%, rgba(239,202,200,1) 76%); }@media (hover:none) and (pointer:coarse){.dark-gradient{background-attachment:scroll!important}}
.white-gradient-overlay{position:relative;z-index:0}@media screen and (min-width: 64em){.white-gradient-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ; background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.927608543417367) 67%); }}
.white-gradient-overlay-2{position:relative;z-index:0}@media screen and (min-width: 64em){.white-gradient-overlay-2:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ; background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.927608543417367) 67%); }}
.white-overlay-center{position:relative;z-index:0}.white-overlay-center:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.80 ;background-color:rgba(255, 255, 255, 1.00) ;}
.white-gradient-overlay{position:relative;z-index:0}@media screen and (max-width: 63.9375em){.white-gradient-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.70 ;background-color:rgba(255, 255, 255, 1.00) ;}}
.white-gradient-overlay-2{position:relative;z-index:0}@media screen and (max-width: 63.9375em){.white-gradient-overlay-2:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.70 ;background-color:rgba(255, 255, 255, 1.00) ;}}
.gray-overlay{position:relative;z-index:0}.gray-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.60 ;background-color:rgba(175, 176, 179, 1.00) ;}
.blue-overlay{position:relative;z-index:0}.blue-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.50 ;background-color:rgba(176, 196, 200, 1.00) ;}
.yellow-overlay{position:relative;z-index:0}.yellow-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.20 ;background-color:rgba(231, 208, 178, 1.00) ;}
.pink-overlay{position:relative;z-index:0}.pink-overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.50 ;background-color:rgba(230, 204, 194, 1.00) ;}
.footer-bg{background-repeat:no-repeat    ;background-size:  cover ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.footer-bg{background-attachment:scroll!important}}

.full-height{height:100% ;}  
.browser-height{height:100vh ;}  
.logo-admin-width{width:100.00px ;}@media only screen and (min-width:40em){.logo-admin-width{width:130.00px }}@media only screen and (min-width:64em){.logo-admin-width{width:200.00px }}
.prod-image{height:250.00px ;}@media only screen and (min-width:40em){.prod-image{height:280.00px }}@media only screen and (min-width:64em){.prod-image{height:280.00px }}

.hover-shadow{box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.00);}
.hover-shadow:hover{box-shadow: 0px 0px 6px -1px rgba(157, 156, 158, 0.56);}
.hover-shadow:hover{transition:all 300ms ease 0ms }
.hover-shadow{transition:all 300ms ease 0ms }

.round:before{border-radius:4px ;}
.round{border-radius:4px ;}
@media screen and (min-width: 40em){.round-l{border-radius:4px 0px 0px 4px ;}}
@media screen and (max-width: 39.9375em){.round-l{border-radius:4px 4px 0px 0px ;}}

.form-style ::placeholder{color:rgba(255, 255, 255, 1.00) ;}
            .form-style ::placeholder{font-family:"Work Sans",sans-serif }
            .form-style form{font-family:"Work Sans",sans-serif }
.form-style ::placeholder{padding-top:2.00px !important;padding-right:0.00px !important;padding-bottom:8.00px !important;padding-left:0.00px !important;}@media only screen and (min-width:40em){.form-style ::placeholder{padding-top:2.00px !important;padding-right:0.00px !important;padding-bottom:8.00px !important;padding-left:0.00px !important}}@media only screen and (min-width:64em){.form-style ::placeholder{padding-top:2.00px !important;padding-right:0.00px !important;padding-bottom:8.00px !important;padding-left:0.00px !important}}
.form-style input:focus{background-color:rgba(197, 212, 215, 0.60) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.form-style input{background-attachment:scroll!important}}
.form-style input{background-color:rgba(197, 212, 215, 0.76) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.form-style input{background-attachment:scroll!important}}
.form-style input:focus{transition:all 350ms ease 0ms }
.form-style input{transition:all 350ms ease 0ms }

.logo-width{width:8rem ;}  
.logo-width{transition:all 200ms ease-out 0ms }
.logo-width:hover{transition:all 300ms ease-out 0ms }
.logo-width-mobile{width:6rem ;}  
.logo-width:hover{width:50% ;}  
.logo-static{width:50.00% ;}@media only screen and (min-width:40em){.logo-static{width:30.00% }}@media only screen and (min-width:64em){.logo-static{width:35.00% }}
 .menu-colors>.menu a, .menu.menu-colors a{--menu-link-color:rgba(114, 116, 119, 1.00);--menu-link-color-hover:rgba(159, 182, 189, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(176, 196, 200, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .menu-colors>.menu .menu-text, .menu.menu-colors .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .menu-colors>.menu>li>a, .menu.menu-colors>li>a{padding-top:1.25rem;padding-bottom:1.25rem} .menu-colors>.menu .submenu>li>a, .menu.menu-colors .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .menu-colors>.menu li.active>a, .menu-colors>.menu li.is-active>a, .menu-colors>.menu a.is-active, .menu.menu-colors li.active>a, .menu.menu-colors li.is-active>a, .menu.menu-colors a.is-active{--menu-bg-color:rgba(97, 103, 173, 0.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(176, 196, 200, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .menu-colors>.menu .submenu li.active>a, .menu-colors>.menu .submenu li.is-active>a, .menu-colors>.menu .submenu a.is-active, .menu.menu-colors .submenu li.active>a, .menu.menu-colors .submenu li.is-active>a, .menu.menu-colors .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .menu-colors>.menu .submenu a, .menu.menu-colors .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .menu-colors>.menu .submenu, .menu.menu-colors .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:0px solid rgba(202, 202, 202, 1.00)} .menu-colors>.menu .submenu a, .menu.menu-colors .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(168, 168, 168, 1.00);--menu-link-color-hover:rgba(176, 196, 200, 1.00)} .menu-colors>.menu .submenu .menu-text, .menu.menu-colors .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .menu-colors>.menu .submenu li.active>a, .menu-colors>.menu .submenu li.is-active>a, .menu-colors>.menu .submenu a.is-active, .menu.menu-colors .submenu li.active>a, .menu.menu-colors .submenu li.is-active>a, .menu.menu-colors .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
            .menu-title-font{font-family:"Oswald",sans-serif !important}

.line-h{border-color:rgba(0, 0, 0, 1.00) !important;border-width:0px 0px 3px 0px !important;}
.line-h{margin:0.25rem ;}  
.border{border-color:rgba(205, 212, 216, 1.00) !important;border-width:0px 0px 3px 0px !important;}

.list-of-posts .label{margin-right:0.25rem ;margin-bottom:0.25rem ;}  
.list-of-posts .label{background-color:rgba(176, 195, 201, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.list-of-posts .label{background-attachment:scroll!important}}
.list-of-posts .label{border-radius:4px ;}
.list-of-posts .label{--header-color:rgba(245, 245, 245, 1.00);--subheader-color:rgba(245, 245, 245, 1.00);--small-color:rgba(245, 245, 245, 1.00);--text-color:rgba(245, 245, 245, 1.00);--link-color:rgba(245, 245, 245, 1.00);--link-color-hover:rgba(255, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}
.list-of-posts .label{padding-top:0.25rem ;padding-right:0.5rem ;padding-bottom:0.25rem ;padding-left:0.5rem ;}  
            .list-of-posts .label{font-family:"Work Sans",sans-serif }
            .list-of-posts .label{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em){            .label{font-size:calc(16rem/16) }}@media only screen and (min-width:64em){            .label{font-size:calc(16rem/16) }}
.header-bg{background-repeat:no-repeat    ;background-size:  cover ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.header-bg{background-attachment:scroll!important}}


.stacks_in_111_3{line-height:0}.stacks_in_111_3 svg{display:inline-block;max-width:25px;height:auto;}.stacks_in_111_3.full-width svg{width:100%;height:auto}.stacks_in_111_3 svg *{fill:rgba(230, 204, 194, 1.00)}
.stacks_in_111_17{line-height:0}.stacks_in_111_17 svg{display:inline-block;max-width:20px;height:auto;}.stacks_in_111_17.full-width svg{width:100%;height:auto}.stacks_in_111_17 svg *{fill:rgba(230, 204, 194, 1.00)}
.stacks_in_111_28{line-height:0}.stacks_in_111_28 svg{display:inline-block;max-width:20px;height:auto;}.stacks_in_111_28.full-width svg{width:100%;height:auto}.stacks_in_111_28 svg *{fill:rgba(230, 204, 194, 1.00)}


/* PaySnap Button v.3.0.4 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_111_329 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(178, 194, 200, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 12px; 
  padding: 8px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_111_329 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_111_329 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_111_329 .yd-btn .fa {
  font-size: 12px;
}

#stacks_in_111_329 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 12px;
}

/* PaySnap Button v.3.0.4 Stylesheet (END) */
 

.stacks_in_111_347 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0.5rem)}

.stacks_in_111_105{line-height:0}.stacks_in_111_105 svg{display:inline-block;max-width:35px;height:auto;}.stacks_in_111_105.full-width svg{width:100%;height:auto}.stacks_in_111_105 svg *{fill:rgba(230, 204, 194, 1.00)}

/* PaySnap Button v.3.0.4 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_111_355 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(178, 194, 200, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 12px; 
  padding: 8px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_111_355 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_111_355 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_111_355 .yd-btn .fa {
  font-size: 12px;
}

#stacks_in_111_355 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 12px;
}

/* PaySnap Button v.3.0.4 Stylesheet (END) */
 



.hyphenate .post-title,.hyphenate .post-summary,.hyphenate .post-content{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.post-date,.post-words{margin-bottom:1rem;display:block}small .post-date,small .post-words{margin:0;display:inline}.no-margin{margin:0}img.post-image{width:auto;height:auto;max-width:100%;display:block;margin:0 auto}img.post-image.unlimited{width:100%}img.post-image.circle{border-radius:50% !important}img.post-image.auto-lightbox{cursor:pointer}img.post-image.align-left{margin-left:0 !important}img.post-image.align-right{margin-right:0 !important}@media only screen and (max-width:40em){img.post-image.align-mobile-center{margin-left:auto !important;margin-right:auto !important}}
#gallery_stacks_in_151{list-style:none}#gallery_stacks_in_151 img{height:auto}#gallery_stacks_in_151.maxwidth img{width:500px}#gallery_stacks_in_151.maxheight img{width:auto;max-height:500px}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(238, 239, 241, 1.00);opacity:0.80;display:none;z-index:1035}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0 none;background:transparent;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:0.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:rgba(135, 136, 140, 1.00);font-size:3rem}.sl-wrapper .sl-close:focus{outline:none}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1060;color:rgba(135, 136, 140, 1.00);font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:rgba(135, 136, 140, 1.00)}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}.sl-wrapper .sl-navigation button:focus{outline:none}@media (min-width:40em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media (min-width:64em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper .sl-image{position:fixed;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media (min-width:40em){.sl-wrapper .sl-image img{border:0 none}}@media (min-width:64em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media (min-width:40em){.sl-wrapper .sl-image iframe{border:0 none}}@media (min-width:64em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:rgba(135, 136, 140, 1.00);background:rgba(255, 255, 255, 0.00);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-caption > *{color:rgba(135, 136, 140, 1.00)}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:rgba(135, 136, 140, 1.00);z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:transform ease 200ms}@keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
.post-author-wrapper.stacks_in_185 .post-author{}.post-author-wrapper.stacks_in_185 .author-image{max-width:calc(30rem / 16)}.post-author-wrapper.stacks_in_185.align-left .author-image{margin-right:calc(5rem / 16)}.post-author-wrapper.stacks_in_185.align-right .author-image{margin-left:calc(5rem / 16)}.post-author-wrapper.stacks_in_185.align-center .author-image{margin-bottom:calc(5rem / 16)}
.post-categories.stacks_in_166 img{max-width:calc(30rem / 16)}.post-categories.stacks_in_166 > span{margin:0;margin-right:calc(5rem / 16)}.post-categories.stacks_in_166 > span:after{content:",";}.post-categories.stacks_in_166 > span:first-child{margin-left:0}.post-categories.stacks_in_166 > span:last-child{margin-right:0}
.post-tags.stacks_in_173 img{max-width:calc(30rem / 16)}.post-tags.stacks_in_173 > span{margin:0;margin-right:calc(5rem / 16)}.post-tags.stacks_in_173 > span:after{content:",";}.post-tags.stacks_in_173 > span:first-child{margin-left:0}.post-tags.stacks_in_173 > span:last-child{margin-right:0}


.topyenoh{opacity:0;position:absolute;top:0;left:0;height:0;width:0;padding:0;margin:0;z-index:-1}::placeholder{color:rgba(31, 31, 31, 1.00)}#stacks_in_87_246 label{color:rgba(34, 34, 34, 1.00);font-size:0.80rem}#stacks_in_87_246 .gdpr input{float:left;width:auto;margin:0.3rem 0 1rem 0}#stacks_in_87_246 .gdpr label{float:left;width:90%;font-size:0.80rem;color:rgba(34, 34, 34, 1.00);position:relative;margin-left:0.5rem}#stacks_in_87_246 input[type=text],#stacks_in_87_246 input[type=email]{-webkit-appearance:none;font-family:inherit;border-style:solid;border-width:1px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);display:block;margin:0;line-height:1em;width:100%;box-sizing:border-box;transition:box-shadow 0.45s,border-color 0.45s ease-in-out;border-radius:4px;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(245, 245, 245, 0.01);height:2em;color:rgba(31, 31, 31, 1.00);font-size:1.10rem;text-align:left;padding:0 0.5rem}#stacks_in_87_246 input[type=text]:focus,#stacks_in_87_246 input[type=email]:focus{box-shadow:0 0 5px -1px rgba(255, 255, 255, 0.00);border-color:rgba(255, 255, 255, 0.00);outline:none;background-color:rgba(252, 252, 252, 1.00);color:rgba(0, 0, 0, 1.00)}#stacks_in_87_246 .label_text{line-height:2em}#stacks_in_87_246 .field{display:inline-block;width:100%;position:relative;margin:0.69rem 0;vertical-align:bottom}#stacks_in_87_246 .hide{display:none}#stacks_in_87_246 input[name=consent].error{outline:1px solid red}#stacks_in_87_246 label.error{margin-top:0.5rem;color:red;display:block;font-size:1rem}#stacks_in_87_246 button{margin:0}#stacks_in_87_246 button.custom{border-style:solid;border-width:0px;cursor:pointer;font-family:inherit;font-weight:inherit;line-height:normal;margin:0;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;border-radius:0;transition:background-color 300ms ease-out;background-color:rgba(136, 169, 176, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_87_246 button.custom:hover{background-color:rgba(129, 160, 167, 1.00)}#stacks_in_87_246 button.small{padding-top:0.875rem;padding-right:1.75rem;padding-bottom:0.9375rem;padding-left:1.75rem;font-size:0.8125rem}#stacks_in_87_246 button.large{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}#stacks_in_87_246 button.expand{padding-right:0;padding-left:0;width:100%}#stacks_in_87_246 button.right{float:right}#stacks_in_87_246 button.radius{border-radius:4px}#stacks_in_87_246 button.round{border-radius:500px}#stacks_in_87_246 .field{float:left}#stacks_in_87_246 .field.first_name{width:30%}#stacks_in_87_246 .field.last_name{width:50%}#stacks_in_87_246 .field.email{width:45%}#stacks_in_87_246 .field.custom{width:100%}#stacks_in_87_246 .field.customtwo{width:100%}#stacks_in_87_246 .field.human{width:100%}#stacks_in_87_246 .field.submit_button{width:18%}#stacks_in_87_246 input[type=text],#stacks_in_87_246 input[type=email]{width:calc(100% - 12px)}#stacks_in_87_246 form{width:100%;overflow:auto}#stacks_in_87_246 button.inline_input{height:2em;line-height:2em;font-size:1.10rem;padding-top:0;padding-bottom:0;border-top-left-radius:0;border-bottom-left-radius:0}#stacks_in_87_246 input.email.inline_input{border-top-right-radius:0;border-bottom-right-radius:0}
