@charset "utf-8";
/***!  https://skinsin.com.au/wp-content/uploads/tmp/citadela-theme/citadela-theme-tmp-style.css?ver=1768267196  !***/

@media all{/*

 * Citadela Theme - Main CSS

 *

 */
/*

 * Citadela Theme - Mixins CSS

 *

 */
/**************************************************/
/*** && LAYOUT                                  ***/
/**************************************************/
/* must be the same as JS for body.responsive-menu class */
/********************************************************************/
/*** && VARIABLES                                  				  ***/
/********************************************************************/
/* 	default variables:									  			*/
/*														  			*/
/*	@decorationColor 			- decoration color			  		*/
/*	@headerBgColor 				- header backgroud 			  		*/
/*	@headerImageUrl 			- header image url in quotes  		*/
/*	@headerImageRepeat 			- repeat parameter			  		*/
/*	@headerImagePosition 		- position parameter		  		*/
/*	@headerImageAttachment 		- attachment parameter 				*/
/*	@headerImageSize 			- size parameter			  		*/
/*	@pageBgColor 				- page backgroud color				*/
/*	@footerBgColor 				- footer backgroud color			*/
/*	@buttonBorderRadius     	- radius for buttons				*/
/*	@generalBorderRadius    	- general radius					*/
/*	@contentSizeWidth    		- number  							*/
/*	@wideSizeWidth    			- number							*/
/*	@fullSizeWidth    			- number							*/
/*	@spaceAroundLogoDesktop		- number							*/
/*	@spaceAroundLogoMobile		- number							*/
/*	@responsiveMenuButtonSpace 	- number							*/
/*	@menuButtonColor 			- color for menu button				*/
/*	@textFont	 				- font-family for main text			*/
/*	@titlesFont	 				- font-family for titles			*/
/*	@titlesFontWeight			- font-weight for titles			*/
/* @fullWidth:			@fullSizeWidth + 0px; */
/**************************************************/
/*** && FONT FUNCTIONS                          ***/
/**************************************************/
/**************************************************/
/*** && COLORS                                  ***/
/**************************************************/
/*** DECORATION ***/
/*** PAGE ***/
/*** HEADER ***/
/*** FOOTER ***/
/*** ANNOUNCEMENTS BAR ***/
/*** CUSTOM OBJECTS ***/
/**************************************************/
/*** && LAYOUT FUNCTIONS 		                ***/
/**************************************************/
/**************************************************/
/*** && FUNCTIONS                               ***/
/**************************************************/
/*** buttons ***/
/* && end of FUNCTIONS */
p {
  margin-bottom: 1.5rem;
}
a,
a:visited,
a:focus {
  color: #ff34f3;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #fc00ed;
  text-decoration: underline;
}

h1
{
  color: #ffffff;
  margin: 12px 0 6px 10px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-shadow: 4px 2px 0 rgb(80, 80, 80);
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited
{
  font-size: 36px;
  font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-shadow: 1.7px 1px 0 tica, Sans-Serif;
  text-shadow: 2px 1px 0 rgb(40, 40, 40);
}




}@media all and (max-width: 640px){
  h1 {
    font-size: 2.2em;
  }
}
@media all{.entry-content h1 {
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 400;
}
}@media all and (max-width: 640px){
  .entry-content h1 {
    font-size: 2.2em;
  }
}


@media all{h2
{
  color: #ffffff;
  margin: 10px 0 6px 10px;
  font-size: 32px;
  font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}


h3 {
  font-size: 1.6em;
  line-height: 1.3;
}
h4 {
  font-size: 1.4em;
  line-height: 1.3;
}
h5 {
  font-size: 1.2em;
  line-height: 1.3;
}
h6 {
  font-size: 1.0em;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  fill: #ffffff;
  margin: 0.5em 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: currentColor;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: currentColor;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: currentColor;
  text-decoration: none;
}
ul,
ol {
  margin: 0 0 1.5em 1.2em;
}
code {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: rgba(34, 34, 34, 0.05);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
pre {
  padding: 1em 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
/********************/
/*** BASIC LAYOUT ***/
/********************/
html {
  background-color: #161329;
}
body {
  overflow-X: hidden;
  background-color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0em;
  line-height: 1.5;
}
.grid-main {
  margin-left: auto;
  margin-right: auto;
}
#secondary {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.site-content {
  padding-bottom: 3em;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.site-content .page-title .entry-header,
.content-area .site-main {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.page-fullwidth .site-content .page-title .entry-header,
.page-fullwidth .content-area .site-main {
  max-width: 768px;
}
.page-fullwidth.wide-content-width .site-content .page-title .entry-header,
.page-fullwidth.wide-content-width .content-area .site-main {
  max-width: 1300px;
}
/*** TRIAL ***/
.citadela-notice-trial {
  position: relative;
  z-index: 500;
  padding: 8px 20px;
  background: #ff3c3c;
  color: #ffffff;
  text-align: center;
}
.citadela-notice-trial a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.citadela-notice-trial:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='200' height='200' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd'%3E%3Cpath d='M69 63c14-12 31-18 49-18 42 0 76 34 76 76 0 37-27 68-63 75-11 2-22-6-24-17-2-12 6-22 17-24 16-3 29-17 29-34 0-19-16-35-35-35-8 0-16 4-22 9-9 8-22 7-30-2-8-8-7-22 2-29 0-1 1-1 1-1z' style='fill:%23ffffff'/%3E%3Cpath d='M131 137c-14 12-31 18-49 18-42 0-76-34-76-76C6 42 33 11 69 4c11-2 22 6 24 17 2 12-6 22-17 24-16 3-29 17-29 34 0 19 16 35 35 35 8 0 16-4 22-9 9-8 22-7 30 2 8 8 7 22-2 29 0 1-1 1-1 1z' style='fill:%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-top: -0.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
}@media all and (min-width: 600px){
  .citadela-notice-trial {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all{/*** ASSETS ***/
.grecaptcha-badge {
  z-index: 1000;
}
/*** MAIN NAVIGATION ***/
.main-navigation {
  font-size: 0;
  float: none;
  top: 0;
  height: 0;
}
.main-navigation.menu-hidden {
  /* visibility: hidden; overflow: hidden; max-height: 0; */
}
.main-navigation .citadela-menu-main-menu {
  display: inline-block;
  vertical-align: top;
}
.main-navigation .citadela-menu-container a,
.main-navigation .citadela-menu-container a:hover {
  text-decoration: none;
  cursor: pointer;
}
.main-navigation .citadela-menu-container > ul > li {
  float: none;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
}
.main-navigation .citadela-menu-container > ul > li > a {
  display: block;
  padding: 5px 20px;
  color: #ffffff;
}
.main-navigation .citadela-menu-container > ul ul {
  background: #ffffff;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.9em;
  padding: 12px 0px;
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.main-navigation .citadela-menu-container > ul > li > ul {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-navigation .citadela-menu-container > ul li.opened ul,
.main-navigation .citadela-menu-container > ul li:focus-within ul {
  opacity: 1;
  left: auto;
}
.main-navigation .citadela-menu-container > ul li.focus-within ul {
  opacity: 1;
  left: auto;
}
.main-navigation .citadela-menu-container > ul li.opened:last-child ul,
.main-navigation .citadela-menu-container > ul li:last-child:hover ul,
.main-navigation .citadela-menu-container > ul li:last-child:focus-within ul {
  right: 0;
}
.main-navigation .citadela-menu-container > ul li:last-child.focus-within ul {
  right: 0;
}
.main-navigation .citadela-menu-container > ul ul li {
  color: rgba(34, 34, 34, 0.7);
  float: none;
  display: block;
  text-align: left;
}
.main-navigation .citadela-menu-container > ul ul a {
  color: rgba(34, 34, 34, 0.7);
  display: block;
  padding: 6px 20px;
  width: 230px;
}
.main-navigation .citadela-menu-container > ul ul a:hover {
  color: #222222;
  fill: #222222;
}
.main-navigation .citadela-menu-container > ul li .submenu-arrow {
  position: absolute;
  top: 0.4em;
  right: 0;
  cursor: pointer;
}
.main-navigation .citadela-menu-container > ul li .submenu-arrow:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.main-navigation .citadela-menu-container > ul li.opened > .submenu-arrow:after,
.main-navigation .citadela-menu-container > ul li:focus-within > .submenu-arrow:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation .citadela-menu-container > ul li.focus-within > .submenu-arrow:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation .citadela-menu-container > ul ul ul {
  position: absolute;
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  overflow: hidden;
  float: none;
  font-size: 1em;
  opacity: 0;
}
.main-navigation .citadela-menu-container > ul ul li.opened > ul,
.main-navigation .citadela-menu-container > ul ul li:focus-within > ul {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.main-navigation .citadela-menu-container > ul ul li.focus-within > ul {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.main-navigation .citadela-menu-container > ul ul li.opened:last-child > ul.opened,
.main-navigation .citadela-menu-container > ul ul li:last-child:focus-within > ul {
  margin-bottom: -12px;
  border-bottom-width: 0;
}
.main-navigation .citadela-menu-container > ul ul li:last-child.focus-within > ul {
  margin-bottom: -12px;
  border-bottom-width: 0;
}
.main-navigation .responsive-close-button {
  display: none;
  font-size: 1rem;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 20px;
  width: 60px;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  z-index: 100000;
  cursor: pointer;
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.main-navigation .responsive-close-button:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.22em;
}
/* .classic-header-layout .main-navigation.menu-hidden	{ max-height: none; visibility: visible; } */
body:not(.responsive-menu) .main-navigation .citadela-menu-container > ul > li:hover > ul {
  opacity: 1;
  left: auto;
}
body:not(.responsive-menu) .main-navigation .citadela-menu-container > ul ul ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.03);
}
body:not(.responsive-menu) .main-navigation .citadela-menu-container > ul > li.menu-item-has-children:not(.menu-item-wrapper) > a {
  padding-right: 2em;
}
body:not(.responsive-menu) .main-navigation .citadela-menu-container > ul > li.menu-item-has-children:not(.menu-item-wrapper) > .submenu-arrow {
  padding: 5px 0px 5px 0px;
  top: 0;
  width: 34px;
  text-align: center;
}
body:not(.responsive-menu) .main-navigation .citadela-menu-container > ul ul li.menu-item-has-children > a {
  padding-right: 2em;
}
body:not(.responsive-menu) .main-navigation .citadela-menu-container > ul ul li .submenu-arrow {
  padding: 6px 10px;
  top: 0;
  width: 2em;
  text-align: center;
}
.responsive-menu {
  /* adminbar - general styles or mobile */
  /* adminbar - desktop styles modifications */
}
.responsive-menu .main-navigation {
  position: absolute;
  top: 0;
  right: 0px;
  width: auto;
}
.responsive-menu .main-navigation .menu-item-wrapper {
  display: block !important;
}
.responsive-menu .main-navigation .menu-item-wrapper > a {
  background: #991e92;
  fill: #ffffff;
  background-color: #7c248c;
  color: #ffffff;
  display: block;
  font-size: 1.22rem;
  line-height: 29px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.responsive-menu .main-navigation .menu-item-wrapper:hover > a {
  background: #991e92;
  background-color: #7c248c;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul {
  font-size: 1.4em;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  display: none;
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
  height: 100%;
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul a {
  width: auto;
  padding: 10px 60px 10px 50px;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.05);
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.responsive-menu .main-navigation .menu-item-wrapper ul.sub-menu > li:last-child > a {
  border-width: 0px;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul li.menu-item-has-children a {
  /* padding-right: 30px; */
}
.responsive-menu .main-navigation .menu-item-wrapper > ul li .submenu-arrow {
  width: 60px;
  text-align: center;
  right: 0px;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul li .submenu-arrow:after {
  margin: 0;
  content: "\f078";
  font-size: 1rem;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul ul {
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.8em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul > li > ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul ul ul {
  font-size: 1em;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul > li:last-child {
  margin-bottom: 40px;
}
.responsive-menu .main-navigation .menu-item-wrapper.opened,
.responsive-menu .main-navigation .menu-item-wrapper:focus-within {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 0px;
  background: #ffffff;
  overflow: hidden;
  z-index: 99999;
}
.responsive-menu .main-navigation .menu-item-wrapper.focus-within {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 0px;
  background: #ffffff;
  overflow: hidden;
  z-index: 99999;
}
.responsive-menu .main-navigation .menu-item-wrapper.opened > a,
.responsive-menu .main-navigation .menu-item-wrapper:focus-within > a {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.responsive-menu .main-navigation .menu-item-wrapper.focus-within > a {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.responsive-menu .main-navigation .menu-item-wrapper.opened > a,
.responsive-menu .main-navigation .menu-item-wrapper.opened:hover > a,
.responsive-menu .main-navigation .menu-item-wrapper:focus-within > a {
  background: none;
  color: #222222;
  fill: #222222;
}
.responsive-menu .main-navigation .menu-item-wrapper.focus-within > a {
  background: none;
  color: #222222;
  fill: #222222;
}
.responsive-menu .main-navigation .menu-item-wrapper.opened > a i:before,
.responsive-menu .main-navigation .menu-item-wrapper:focus-within > a i:before {
  content: "\f00d";
}
.responsive-menu .main-navigation .menu-item-wrapper.focus-within > a i:before {
  content: "\f00d";
}
.responsive-menu .main-navigation .menu-item-wrapper.opened > ul,
.responsive-menu .main-navigation .menu-item-wrapper:focus-within > ul {
  display: block;
}
.responsive-menu .main-navigation .menu-item-wrapper.focus-within > ul {
  display: block;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul li.menu-item-has-children.opened > a,
.responsive-menu .main-navigation .menu-item-wrapper > ul li.menu-item-has-children:focus-within > a {
  border-width: 0px;
}
.responsive-menu .main-navigation .menu-item-wrapper > ul li.menu-item-has-children.focus-within > a {
  border-width: 0px;
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened,
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within,
.responsive-menu:not(.mobile-screen-width) .main-navigation .citadela-woocommerce-minicart.opened {
  width: 400px;
  left: auto;
  right: 0;
  -moz-box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.1);
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper > ul a {
  padding-left: 40px;
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper > ul {
  font-size: 1em;
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper > ul ul a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper > ul ul {
  font-size: 0.9em;
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper > ul ul ul {
  font-size: 1em;
}
.responsive-menu:not(.mobile-screen-width) .main-navigation .menu-item-wrapper > ul li .submenu-arrow:after {
  font-size: 0.9rem;
}
}@media all and (min-width: 1025px){
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar.header-scrolled.sticky-header-desktop-burger .main-navigation,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper.opened,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .citadela-woocommerce-minicart.opened,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .responsive-close-button {
    right: 25%;
  }
}
@media all and (min-width: 1267px){
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar.header-scrolled.sticky-header-desktop-burger .main-navigation,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper.opened,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .citadela-woocommerce-minicart.opened,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .responsive-close-button {
    right: 300px;
  }
}
@media all and (min-width: 1661px){
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar.header-scrolled.sticky-header-desktop-burger .main-navigation,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper.opened,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .citadela-woocommerce-minicart.opened,
  .responsive-menu:not(.mobile-screen-width):not(.page-fullwidth).modern-theme-layout.right-sidebar .main-navigation .responsive-close-button {
    right: 380px;
  }
}
@media all and (min-width: 1025px){
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part.header-scrolled.sticky-header-desktop-burger .main-navigation,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper.opened,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .citadela-woocommerce-minicart.opened,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .responsive-close-button {
    right: 30%;
  }
}
@media all and (min-width: 1267px){
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part.header-scrolled.sticky-header-desktop-burger .main-navigation,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper.opened,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .citadela-woocommerce-minicart.opened,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .responsive-close-button {
    right: 40%;
  }
}
@media all and (min-width: 1661px){
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part.header-scrolled.sticky-header-desktop-burger .main-navigation,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper.opened,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .citadela-woocommerce-minicart.opened,
  .responsive-menu:not(.mobile-screen-width).half-layout.right-part .main-navigation .responsive-close-button {
    right: 50%;
  }
}
@media all{.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.opened,
.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper:focus-within {
  padding-top: -webkit-calc(80px + 46px);
  padding-top: calc(80px + 46px);
}
.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.focus-within {
  padding-top: -webkit-calc(80px + 46px);
  padding-top: calc(80px + 46px);
}
.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.opened > a,
.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper:focus-within > a {
  margin-top: 46px;
}
.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .menu-item-wrapper.focus-within > a {
  margin-top: 46px;
}
.responsive-menu.admin-bar:not(.header-scrolled) .main-navigation .responsive-close-button {
  margin-top: 46px;
}
.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened,
.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within,
.responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened {
  padding-top: 92px;
}
.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .responsive-close-button {
  top: 32px;
  margin-top: 0px;
}
.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened > a,
.responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within > a {
  top: 32px;
  margin-top: 0px;
}
.responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened .cart-header {
  margin-top: 32px;
}
}@media all and (max-width: 782px){
  .responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened,
  .responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within,
  .responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened {
    padding-top: 106px;
  }
  .responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .responsive-close-button {
    top: 46px;
  }
  .responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper.opened > a,
  .responsive-menu.admin-bar:not(.mobile-screen-width) .main-navigation .menu-item-wrapper:focus-within > a {
    top: 46px;
  }
  .responsive-menu.admin-bar:not(.mobile-screen-width) .citadela-woocommerce-minicart.opened .cart-header {
    margin-top: 46px;
  }
}
@media all{.responsive-menu.menu-opened {
  overflow: hidden;
}
.responsive-menu.menu-opened .main-navigation .responsive-close-button {
  display: block;
}
/**************/
/*** HEADER ***/
/**************/
.site-header {
  background-color: #ffffff;
  color: #222222;
  font-size: 0;
  position: relative;
}
.site-header:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-header.loading {
  visibility: hidden;
}
.header-color-overlay .site-header:before {
  background-color: #ffffff;
  opacity: 0.7;
}
.site-header .grid-main {
  position: relative;
  z-index: 1010;
  /* important for before object */
}
.site-branding {
  text-align: center;
  padding: 40px 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-branding .custom-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px;
}
.site-branding .text-logo {
  font-size: 1rem;
}
.site-branding.text-hidden .text-logo {
  display: none !important;
}
.site-branding .logo-wrapper {
  display: inline-block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-branding .logo-wrapper + .text-logo {
  padding-top: 10px;
}
.site-branding .custom-logo-link {
  display: block;
}
.site-branding .site-title {
  font-family: "Poppins";
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2;
}
.site-branding .site-title a {
  text-decoration: none;
  color: #ffffff;
}
.site-branding .site-description {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 0.9em;
  color: #ffffff;
}
.responsive-menu .site-header {
  z-index: 2000;
}
.mobile-screen-width .site-header .site-branding {
  max-width: 100% !important;
  padding-top: 11px;
  padding-bottom: 11px;
}
}@media all and (min-width: 300px){
  .mobile-screen-width .site-header.logo-align-left-mobile .grid-main {
    display: flex;
    flex-flow: row nowrap;
  }
  .mobile-screen-width .site-header.logo-align-left-mobile .site-branding {
    flex: 0 0 auto;
    align-self: flex-start;
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
    margin-left: 0;
  }
  .mobile-screen-width .site-header.logo-align-left-mobile .site-branding .logo-wrapper {
    flex: 0 0 auto;
    margin-right: 2.4vw;
  }
  .mobile-screen-width .site-header.logo-align-left-mobile .site-branding .text-logo {
    flex: 1 1 auto;
    align-self: center;
    padding-top: 0;
  }
  .mobile-screen-width .site-header.logo-align-left-mobile .main-navigation {
    flex: 1 1 auto;
    align-self: center;
    width: auto;
    height: auto;
  }
}
@media all{.mobile-screen-width .site-branding.hide-textlogo-mobile .text-logo {
  display: none !important;
}
.mobile-screen-width .site-branding.hide-tagline-mobile .site-description {
  display: none !important;
}
.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .main-navigation {
  padding-top: 10px;
}
.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
  color: #222222;
}
.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .citadela-woocommerce-minicart:not(.opened) {
  margin-left: 0;
  float: right;
}
.mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header .citadela-woocommerce-minicart:not(.opened) .cart-header > .cart-icon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
  color: #222222;
}
.mobile-screen-width.responsive-menu:not(.header-scrolled).header-with-cart .site-header .main-navigation {
  left: 0;
}
}@media all and (min-width: 300px){
  .mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .site-branding .site-title {
    padding-right: 100px;
  }
  .mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .main-navigation {
    left: auto;
    padding-top: 10px;
  }
  .mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened) {
    margin-left: 1px;
    float: none;
    position: relative;
  }
  .mobile-screen-width.responsive-menu:not(.header-scrolled) .site-header.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened):before {
    content: "";
    position: absolute;
    top: 5px;
    left: -1px;
    bottom: 5px;
    border-left: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
}
@media all{.mobile-screen-width.responsive-menu.header-scrolled .menu-hidden .citadela-woocommerce-minicart:not(.opened) .cart-header {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
  overflow: hidden;
}
body:not(.mobile-screen-width) {
  /*** CLASSIC HEADER LAYOUT ***/
  /*** CENTER HEADER LAYOUT ***/
}
body:not(.mobile-screen-width).responsive-menu .site-header .grid-main {
  position: static;
}
body:not(.mobile-screen-width).responsive-menu .site-header .site-branding {
  position: relative;
}
body:not(.mobile-screen-width).responsive-menu .site-header:not(.is-sticky) .main-navigation {
  padding-top: 35px;
  padding-right: 35px;
}
body:not(.mobile-screen-width).responsive-menu .site-header.is-sticky .main-navigation {
  padding-top: 35px;
  padding-right: 35px;
  padding-top: 10px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .site-header:not(.is-sticky) .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .is-sticky .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.opened) .cart-header {
  background-color: #ffffff;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  overflow: hidden;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .menu-hidden .citadela-woocommerce-minicart:not(.opened) .cart-header {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.opened) .cart-header > .cart-icon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.is-empty) .cart-header > .cart-count {
  font-size: 1.22rem;
  display: inline-block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
body:not(.mobile-screen-width).responsive-menu:not(.header-with-cart) .site-header:not(.is-sticky) .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body:not(.mobile-screen-width).responsive-menu:not(.header-with-cart) .is-sticky .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body:not(.mobile-screen-width) .site-branding.hide-textlogo-desktop .text-logo {
  display: none !important;
}
body:not(.mobile-screen-width) .site-branding.hide-tagline-desktop .site-description {
  display: none !important;
}
body:not(.mobile-screen-width).classic-header-layout .site-header,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky {
  padding-left: 40px;
  padding-right: 40px;
  /* new styles for pro plugin */
}
body:not(.mobile-screen-width).classic-header-layout .site-header .grid-main,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .grid-main {
  max-width: 1300px;
}
body:not(.mobile-screen-width).classic-header-layout .site-header.fullwidth-header .grid-main,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky.fullwidth-header .grid-main {
  max-width: none;
}
body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding {
  display: inline-block;
  width: auto;
  max-width: 270px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .logo-wrapper,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}
body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .text-logo,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .text-logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding > a + .text-logo,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding > a + .text-logo {
  /* max-width: calc(@logoSpace ~"- 175px"); */
}
body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding:not(.hide-textlogo-desktop) .logo-wrapper,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding:not(.hide-textlogo-desktop) .logo-wrapper {
  max-width: 150px;
  max-height: 150px;
}
body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding.hide-textlogo-desktop .logo-wrapper,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding.hide-textlogo-desktop .logo-wrapper {
  max-width: 300px;
  max-height: 150px;
}
body:not(.mobile-screen-width).classic-header-layout .site-header .main-navigation,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation {
  display: inline-block;
  /* width: -webkit-calc(~"100% -" @logoSpace);  width: calc(~"100% -" @logoSpace); */
  text-align: right;
}
}@media all and (min-width: 300px){
  body:not(.mobile-screen-width).classic-header-layout .site-header .grid-main,
  body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .grid-main {
    display: flex;
    flex-flow: row nowrap;
  }
  body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding,
  body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding {
    flex: 0 0 auto;
    align-self: flex-start;
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
    margin-left: 0;
  }
  body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .logo-wrapper,
  body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .logo-wrapper {
    flex: 0 0 auto;
    margin-right: 2.4vw;
  }
  body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .text-logo,
  body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .text-logo {
    flex: 1 1 auto;
    align-self: center;
    padding-top: 0;
  }
  body:not(.mobile-screen-width).classic-header-layout .site-header .main-navigation,
  body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation {
    flex: 1 1 auto;
    align-self: center;
    width: auto;
    height: auto;
  }
}
@media all{body:not(.mobile-screen-width).classic-header-layout .site-header .site-branding .logo-wrapper,
body:not(.mobile-screen-width).center-header-layout .site-header.is-sticky .site-branding .logo-wrapper {
  margin-right: 25px;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .grid-main {
  max-width: none;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .site-branding {
  width: 768px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .site-branding .site-description {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky).fullwidth-header .site-branding {
  width: 1300px;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky).fullwidth-header .site-branding .site-description {
  width: 1300px;
  max-width: 100%;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation {
  height: auto;
  text-align: center;
}
body:not(.mobile-screen-width).center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .main-navigation .citadela-menu-main-menu {
  display: block;
}
body:not(.mobile-screen-width).center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .main-navigation .citadela-menu-container {
  background: rgba(255, 255, 255, 0.3);
}
body:not(.mobile-screen-width).center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky):not(.fullwidth-header) .main-navigation .citadela-menu-container > ul {
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/***********************************************/
/*** STICKY HEADER settings and combinations ***/
/***********************************************/
/***  BURGER MENU ***/
.responsive-menu.mobile-screen-width.header-scrolled.sticky-header-mobile-burger .main-navigation,
.responsive-menu:not(.mobile-screen-width).header-scrolled.sticky-header-desktop-burger .main-navigation {
  position: fixed;
  top: 60px;
  right: 0px;
  margin-top: -60px;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
}@media all and (max-width: 299px){
  .responsive-menu.mobile-screen-width.header-scrolled.sticky-header-mobile-full .main-navigation {
    position: fixed;
    top: 60px;
    right: 0px;
    margin-top: -60px;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
}
@media all{.responsive-menu:not(.mobile-screen-width).header-scrolled.sticky-header-desktop-burger.admin-bar .site-header:not(.is-sticky) .main-navigation {
  top: 92px;
}
}@media all and (max-width: 782px){
  .responsive-menu:not(.mobile-screen-width).header-scrolled.sticky-header-desktop-burger.admin-bar .site-header:not(.is-sticky) .main-navigation {
    top: 106px;
  }
}
@media all{/*** FULL STICKY HEADER ***/
}@media all and (min-width: 300px){
  body.header-scrolled .site-header.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-image: none !important;
    background-color: #ffffff !important;
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }
  body.header-scrolled .site-header.is-sticky .site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.header-scrolled .site-header.is-sticky .site-branding .site-title {
    font-size: 1.6em !important;
  }
  body.header-scrolled .site-header.is-sticky .site-branding .site-description {
    display: none;
  }
  body.header-scrolled .site-header.is-sticky .main-navigation {
    padding-top: 10px;
  }
  body.header-scrolled .site-header.is-sticky .site-branding .logo-wrapper {
    height: 40px;
    line-height: 40px;
  }
  body.header-scrolled .site-header.is-sticky .site-branding .logo-wrapper img {
    max-height: 100%;
    vertical-align: middle;
  }
  body.header-scrolled .site-header.is-sticky .site-branding .custom-logo-link {
    height: 100%;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky .site-branding {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky .site-branding .site-title {
    font-size: 1.4em !important;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky .site-branding.hide-title-mobile .text-logo {
    display: none;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky .main-navigation {
    padding-top: 5px;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky .main-navigation .menu-item-wrapper > a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none;
    color: #222222;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky .citadela-woocommerce-minicart:not(.opened) .cart-header > .cart-icon {
    background: none;
    color: #222222;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky.logo-align-left-mobile .site-branding {
    padding-right: 120px;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened) {
    position: relative;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky.logo-align-left-mobile .citadela-woocommerce-minicart:not(.opened):before {
    content: "";
    position: absolute;
    top: 5px;
    left: -1px;
    bottom: 5px;
    border-left: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .site-branding {
    padding: 10px 60px;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .site-branding.hide-title-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .site-branding .logo-wrapper + .text-logo {
    padding-top: 5px;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .main-navigation {
    left: 0;
  }
  body.header-scrolled.mobile-screen-width .site-header.is-sticky:not(.logo-align-left-mobile) .citadela-woocommerce-minicart:not(.opened) {
    float: right;
  }
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding .logo-wrapper {
    margin-right: 15px;
  }
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding.hide-title-desktop .text-logo {
    display: none;
  }
}
@media all and (min-width: 300px) and all and (min-width: 300px){
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .grid-main {
    display: flex;
    flex-flow: row nowrap;
  }
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding {
    flex: 0 0 auto;
    align-self: flex-start;
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
    margin-left: 0;
  }
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding .logo-wrapper {
    flex: 0 0 auto;
    margin-right: 2.4vw;
  }
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .site-branding .text-logo {
    flex: 1 1 auto;
    align-self: center;
    padding-top: 0;
  }
  body.header-scrolled:not(.mobile-screen-width) .site-header.is-sticky .main-navigation {
    flex: 1 1 auto;
    align-self: center;
    width: auto;
    height: auto;
  }
}
@media all{.sticky-header-desktop-full:not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li > ul {
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled {
  /*** Modern Layout - sidebars ***/
  /*** Half layout ***/
}
.sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.admin-bar .site-header.is-sticky {
  top: 32px;
}
}@media all and (max-width: 782px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.admin-bar .site-header.is-sticky {
    top: 46px;
  }
}
@media all and (min-width: 1025px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.right-sidebar .site-header.is-sticky,
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.left-sidebar .site-header.is-sticky {
    width: 75%;
  }
}
@media all and (min-width: 1267px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.right-sidebar .site-header.is-sticky,
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.left-sidebar .site-header.is-sticky {
    width: calc(100% - 300px);
  }
}
@media all and (min-width: 1661px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.right-sidebar .site-header.is-sticky,
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled:not(.page-fullwidth).modern-theme-layout.left-sidebar .site-header.is-sticky {
    width: calc(100% - 380px);
  }
}
@media all and (min-width: 1025px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky {
    width: 70%;
  }
}
@media all and (min-width: 1267px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky {
    width: 60%;
  }
}
@media all and (min-width: 1661px){
  .sticky-header-desktop-full:not(.mobile-screen-width).header-scrolled.half-layout .site-header.is-sticky {
    width: 50%;
  }
}
@media all{/***********************/
/*** STANDARD BLOCKS ***/
/***********************/
*[class*='wp-block-'],
*[class*='wc-block-'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-block-columns.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
}@media all and (min-width: 600px){
  .wp-block-columns.alignfull {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all{.wp-block-columns.alignwide {
  padding-left: 20px;
  padding-right: 20px;
}
}@media all and (min-width: 600px){
  .wp-block-columns.alignwide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all{.alignfull[class*='wp-block-'],
.alignfull[class*='wc-block-'],
.alignwide[class*='wp-block-'],
.alignwide[class*='wc-block-'] {
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
}@media all and (min-width: 600px){
  .alignfull[class*='wp-block-'],
  .alignfull[class*='wc-block-'],
  .alignwide[class*='wp-block-'],
  .alignwide[class*='wc-block-'] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all{.widget .alignfull[class*='wp-block-'],
.wp-block-column .alignfull[class*='wp-block-'],
.widget .alignfull[class*='wc-block-'],
.wp-block-column .alignfull[class*='wc-block-'],
.widget .alignwide[class*='wp-block-'],
.wp-block-column .alignwide[class*='wp-block-'],
.widget .alignwide[class*='wc-block-'],
.wp-block-column .alignwide[class*='wc-block-'] {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  left: 0 !important;
}
.widget .alignfull[class*='wp-block-']:not(.has-background),
.wp-block-column .alignfull[class*='wp-block-']:not(.has-background),
.widget .alignfull[class*='wc-block-']:not(.has-background),
.wp-block-column .alignfull[class*='wc-block-']:not(.has-background),
.widget .alignwide[class*='wp-block-']:not(.has-background),
.wp-block-column .alignwide[class*='wp-block-']:not(.has-background),
.widget .alignwide[class*='wc-block-']:not(.has-background),
.wp-block-column .alignwide[class*='wc-block-']:not(.has-background) {
  padding-left: 0px;
  padding-right: 0px;
}
}@media all and (min-width: 600px){
  .widget .alignfull[class*='wp-block-']:not(.has-background),
  .wp-block-column .alignfull[class*='wp-block-']:not(.has-background),
  .widget .alignfull[class*='wc-block-']:not(.has-background),
  .wp-block-column .alignfull[class*='wc-block-']:not(.has-background),
  .widget .alignwide[class*='wp-block-']:not(.has-background),
  .wp-block-column .alignwide[class*='wp-block-']:not(.has-background),
  .widget .alignwide[class*='wc-block-']:not(.has-background),
  .wp-block-column .alignwide[class*='wc-block-']:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 600px){
  .alignwide[class*='wp-block-'].has-background,
  .alignwide[class*='wc-block-'].has-background,
  .alignwide[class*='wp-block-'].has-background-dim {
    max-width: calc(100vw - 80px);
    margin-left: calc((100vw - 80px) / -2);
  }
}
@media all and (min-width: 1200px){
  body:not(.page-fullwidth) .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth) .alignwide[class*='wc-block-'] {
    max-width: 1200px;
    margin-left: -600px;
  }
}
@media all and (min-width: 1280px){
  body:not(.page-fullwidth) .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth) .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth) .wp-block-columns.alignwide:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 1280px) and all and (min-width: 600px){
  body:not(.page-fullwidth) .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth) .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth) .wp-block-columns.alignwide:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 1380px){
  body.page-fullwidth .alignwide[class*='wp-block-'],
  body.page-fullwidth .alignwide[class*='wc-block-'] {
    max-width: 1300px;
    margin-left: -650px;
  }
}
@media all and (min-width: 1300px) and (max-width: 1379px){
  body.page-fullwidth .alignwide[class*='wp-block-'].has-background,
  body.page-fullwidth .alignwide[class*='wc-block-'].has-background,
  body.page-fullwidth .alignwide[class*='wp-block-'].has-background-dim {
    max-width: calc(100vw - 80px);
    margin-left: calc((100vw - 80px) / -2);
  }
}
@media all and (min-width: 1380px){
  body.page-fullwidth .alignwide[class*='wp-block-']:not(.has-background),
  body.page-fullwidth .alignwide[class*='wc-block-']:not(.has-background),
  body.page-fullwidth .wp-block-columns.alignwide:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 1380px) and all and (min-width: 600px){
  body.page-fullwidth .alignwide[class*='wp-block-']:not(.has-background),
  body.page-fullwidth .alignwide[class*='wc-block-']:not(.has-background),
  body.page-fullwidth .wp-block-columns.alignwide:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all{.entry-content > ul:not([class]),
.item-content > ul:not([class]),
.wp-block-column > ul:not([class]),
.comment-content ul,
.wp-block-page-list {
  margin-left: 1.2em;
  list-style-type: disc;
}
.entry-content > ul:not([class]) li,
.item-content > ul:not([class]) li,
.wp-block-column > ul:not([class]) li,
.comment-content ul li,
.wp-block-page-list li {
  list-style-position: initial;
}
.entry-content > ul:not([class]) ul,
.item-content > ul:not([class]) ul,
.wp-block-column > ul:not([class]) ul,
.comment-content ul ul,
.wp-block-page-list ul {
  margin: 0.5em 0em 0.5em 1.2em;
  list-style-type: circle;
}
.entry-content > ul:not([class]) ul ul,
.item-content > ul:not([class]) ul ul,
.wp-block-column > ul:not([class]) ul ul,
.comment-content ul ul ul,
.wp-block-page-list ul ul {
  list-style-type: disc;
}
.entry-content > ul:not([class]) ol,
.item-content > ul:not([class]) ol,
.wp-block-column > ul:not([class]) ol,
.comment-content ul ol,
.wp-block-page-list ol {
  margin: 0.5em 0em 0.5em 0em;
  list-style-position: inside;
}
.entry-content > ul:not([class]) ol > li > ul,
.item-content > ul:not([class]) ol > li > ul,
.wp-block-column > ul:not([class]) ol > li > ul,
.comment-content ul ol > li > ul,
.wp-block-page-list ol > li > ul {
  margin-left: 2em;
}
.entry-content > ul:not([class]) li,
.item-content > ul:not([class]) li,
.wp-block-column > ul:not([class]) li,
.comment-content ul li,
.wp-block-page-list li {
  margin: 0.4em 0;
  padding-left: 0em;
}
.entry-content > ul:not([class]) ol > li,
.item-content > ul:not([class]) ol > li,
.wp-block-column > ul:not([class]) ol > li,
.comment-content ul ol > li,
.wp-block-page-list ol > li {
  padding-left: 0;
}
.wp-block-page-list .wp-block-page-list__submenu-icon {
  display: none;
}
.entry-content > ol:not([class]),
.item-content > ol:not([class]),
.wp-block-column > ol:not([class]),
.comment-content ol {
  margin-left: 0em;
  list-style-position: inside;
}
.entry-content > ol:not([class]) li,
.item-content > ol:not([class]) li,
.wp-block-column > ol:not([class]) li,
.comment-content ol li {
  list-style-position: inside;
}
.entry-content > ol:not([class]) ul,
.item-content > ol:not([class]) ul,
.wp-block-column > ol:not([class]) ul,
.comment-content ol ul {
  margin: 0.5em 0em 0.5em 2em;
  list-style-type: disc;
}
.entry-content > ol:not([class]) ul ul,
.item-content > ol:not([class]) ul ul,
.wp-block-column > ol:not([class]) ul ul,
.comment-content ol ul ul {
  list-style-type: circle;
  margin-left: 1em;
}
.entry-content > ol:not([class]) ol,
.item-content > ol:not([class]) ol,
.wp-block-column > ol:not([class]) ol,
.comment-content ol ol {
  margin: 0.5em 0em 0.5em 1em;
  list-style-position: inside;
}
.entry-content > ol:not([class]) ul > li > ol,
.item-content > ol:not([class]) ul > li > ol,
.wp-block-column > ol:not([class]) ul > li > ol,
.comment-content ol ul > li > ol {
  margin-left: 0;
}
.entry-content > ol:not([class]) li,
.item-content > ol:not([class]) li,
.wp-block-column > ol:not([class]) li,
.comment-content ol li {
  margin: 0.4em 0;
  padding-left: 0em;
}
.comments-area .comment-content ol {
  list-style-type: decimal;
}
.wp-block-separator {
  border: 0;
  border-top: 1px solid;
  border-color: #222222;
  height: 0px;
  margin: 1.5em 0;
}
.wp-block-separator.is-style-default {
  width: 30px;
}
.wp-block-separator.is-style-wide {
  margin: 2em 0;
}
.wp-block-separator.is-style-dots {
  border: 0;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
[data-align=left] .wp-block-gallery,
[data-align=right] .wp-block-gallery {
  display: flex;
}
.wp-block-audio audio {
  width: 100%;
}
.wp-block-gallery {
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-block-gallery.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-gallery.alignleft {
  margin: 0.5em 1.5em .5em 0;
}
.wp-block-gallery.alignright {
  margin: 0.5em 0 .5em 1.5em;
}
.wp-block-image .alignleft {
  margin: 0.5em 1.5em .5em 0;
}
.wp-block-image .alignright {
  margin: 0.5em 0 .5em 1.5em;
}
.wp-block-embed iframe {
  width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-top: 75%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  margin-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 0.5em;
}
/***********************/
/*** CITADELA BLOCKS ***/
/***********************/
.page-fullwidth .citadela-block-custom-container.size-content > .inner-holder {
  max-width: 768px;
}
.page-fullwidth .citadela-block-custom-container.size-wide > .inner-holder {
  max-width: 1300px;
}
/*** GRID TYPE 1 ***/
.wp-block-citadela-blocks.grid-type-1 .citadela-block-articles-wrap > * {
  width: 100%;
  max-width: 100%;
}
}@media all and (min-width: 400px){
  .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 600px){
  .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > * {
    width: 100%;
    max-width: 100%;
  }
  .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media all and (min-width: 1025px){
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > * {
    width: 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 1400px){
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
    width: 25%;
    max-width: 25%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > * {
    width: 20%;
    max-width: 20%;
  }
}
@media all{/*** GRID TYPE 2 ***/
.wp-block-citadela-blocks.grid-type-2 .citadela-block-articles-wrap > * {
  width: 100%;
  max-width: 100%;
}
}@media all and (min-width: 400px){
  .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 600px){
  .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media all and (min-width: 1025px){
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > * {
    width: 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 1400px){
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > * {
    width: 25%;
    max-width: 25%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > * {
    width: 25%;
    max-width: 25%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > * {
    width: 20%;
    max-width: 20%;
  }
}
@media all{/*** GRID TYPE 3 ***/
.wp-block-citadela-blocks.grid-type-3 .citadela-block-articles-wrap > * {
  width: 100%;
  max-width: 100%;
}
}@media all and (min-width: 400px){
  .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > * {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 600px){
  .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > * {
    width: 100%;
    max-width: 100%;
  }
  .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > * {
    width: 100%;
    max-width: 100%;
  }
  .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > * {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 1025px){
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > * {
    width: 100%;
    max-width: 100%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-wide .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1400px){
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > * {
    width: 50%;
    max-width: 50%;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
  body:not(.half-layout) .citadela-block-custom-container.size-fullwidth .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > * {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media all{/*** GRIDS in WIDGETS ***/
}@media all and (min-width: 600px) and (max-width: 1024px){
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 170px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 250px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 300px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 350px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 300px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 300px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 300px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 380px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 380px !important;
  }
  .footer-widgets-area .widget .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 380px !important;
  }
}
@media all and (min-width: 1025px){
  .widget .wp-block-citadela-blocks.grid-type-1.size-mini .citadela-block-articles-wrap > * {
    width: 50% !important;
    max-width: 50% !important;
  }
  .widget .wp-block-citadela-blocks.grid-type-1.size-small .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-1.size-medium .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-1.size-large .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-2.size-small .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-2.size-medium .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-2.size-large .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-3.size-small .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-3.size-medium .citadela-block-articles-wrap > *,
  .widget .wp-block-citadela-blocks.grid-type-3.size-large .citadela-block-articles-wrap > * {
    width: 100% !important;
    max-width: 400px !important;
  }
}
@media all{/*** POSTS Blocks ***/
.ctdl-blog-posts:not(.layout-simple) .citadela-block-articles-wrap,
.ctdl-posts:not(.layout-simple) .citadela-block-articles-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0px -16px;
}
.ctdl-blog-posts:not(.layout-simple) article,
.ctdl-posts:not(.layout-simple) article {
  flex: 1 1 auto;
  padding: 8px 16px;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.ctdl-blog-posts .item-thumbnail img,
.ctdl-posts .item-thumbnail img {
  width: 100%;
  vertical-align: top;
}
.ctdl-blog-posts .has-thumbnail .item-title,
.ctdl-posts .has-thumbnail .item-title {
  margin-top: 1.5em;
}
.ctdl-blog-posts .item-title a,
.ctdl-posts .item-title a {
  text-decoration: none;
}
.ctdl-blog-posts .item-title .post-title,
.ctdl-posts .item-title .post-title {
  font-size: 1.4em;
  line-height: 1.3;
  color: #000000;
}
.ctdl-blog-posts .item-description,
.ctdl-posts .item-description {
  font-size: 0.9em;
  margin-top: 1em;
}
.ctdl-blog-posts .item-description p,
.ctdl-posts .item-description p {
  display: inline;
}
.ctdl-blog-posts .item-description .more,
.ctdl-posts .item-description .more {
  text-transform: lowercase;
  display: inline-block;
  max-width: 100%;
}
.ctdl-blog-posts .item-description .more:before,
.ctdl-posts .item-description .more:before {
  content: "[ ";
}
.ctdl-blog-posts .item-description .more:after,
.ctdl-posts .item-description .more:after {
  content: " ]";
}
.ctdl-blog-posts .item-footer,
.ctdl-posts .item-footer {
  font-size: 0.9em;
  margin-top: 1.5em;
}
.ctdl-blog-posts .item-data,
.ctdl-posts .item-data {
  border-top: 1px solid #cccccc;
  padding: 0.5em 0;
}
.ctdl-blog-posts .item-data .label,
.ctdl-posts .item-data .label {
  font-weight: 700;
}
.ctdl-blog-posts .item-data .label:after,
.ctdl-posts .item-data .label:after {
  content: ":";
}
.ctdl-blog-posts .item-data .value:after,
.ctdl-posts .item-data .value:after {
  content: ",";
}
.ctdl-blog-posts .item-data .value:last-child:after,
.ctdl-posts .item-data .value:last-child:after {
  content: "";
}
.ctdl-blog-posts.size-small .item-title .post-title,
.ctdl-posts.size-small .item-title .post-title {
  font-size: 1.2em;
}
.ctdl-blog-posts.size-small .item-title .post-subtitle,
.ctdl-posts.size-small .item-title .post-subtitle {
  font-size: 0.8em;
}
.ctdl-blog-posts.size-small .item-description,
.ctdl-posts.size-small .item-description {
  font-size: 0.8em;
}
.ctdl-blog-posts.size-small .item-footer,
.ctdl-posts.size-small .item-footer {
  font-size: 0.8em;
}
}@media all and (min-width: 400px){
  .ctdl-blog-posts.layout-list .item-content,
  .ctdl-posts.layout-list .item-content {
    display: flex;
    flex-flow: row wrap;
    padding-right: 20px;
  }
  .ctdl-blog-posts.layout-list .item-content .item-thumbnail,
  .ctdl-posts.layout-list .item-content .item-thumbnail {
    flex: 0 1 auto;
    width: 10em;
    padding-right: 30px;
    margin-bottom: 1em;
  }
  .ctdl-blog-posts.layout-list .item-content .item-body,
  .ctdl-posts.layout-list .item-content .item-body {
    flex: 1 1 auto;
    width: 65%;
  }
  .ctdl-blog-posts.layout-list .item-title,
  .ctdl-posts.layout-list .item-title {
    margin-top: 0;
  }
}
@media all{.ctdl-blog-posts .no-results,
.ctdl-posts .no-results {
  text-align: center;
}
/************/
/*** BLOG ***/
/************/
.blog .site-main .type-post,
.archive .site-main .type-post,
.search-results .site-main .hentry,
.search-results .site-main .type-product {
  margin-bottom: 3em;
}
.blog .site-main .type-post .entry-header,
.archive .site-main .type-post .entry-header,
.search-results .site-main .hentry .entry-header,
.search-results .site-main .type-product .entry-header {
  margin-bottom: 1.5em;
}
.blog .site-main .type-post .entry-header h2,
.archive .site-main .type-post .entry-header h2,
.search-results .site-main .hentry .entry-header h2,
.search-results .site-main .type-product .entry-header h2 {
  margin-bottom: 0;
}
.blog .site-main .type-post .post-thumbnail,
.archive .site-main .type-post .post-thumbnail,
.search-results .site-main .hentry .post-thumbnail,
.search-results .site-main .type-product .post-thumbnail {
  vertical-align: top;
  margin-bottom: 1.5em;
  display: block;
}
.blog .site-main .type-post .post-thumbnail img,
.archive .site-main .type-post .post-thumbnail img,
.search-results .site-main .hentry .post-thumbnail img,
.search-results .site-main .type-product .post-thumbnail img {
  vertical-align: top;
}
.blog .site-main .type-post .entry-content,
.archive .site-main .type-post .entry-content,
.search-results .site-main .hentry .entry-content,
.search-results .site-main .type-product .entry-content,
.blog .site-main .type-post .entry-summary,
.archive .site-main .type-post .entry-summary,
.search-results .site-main .hentry .entry-summary,
.search-results .site-main .type-product .entry-summary {
  margin-top: 0;
}
.blog .site-main .type-post .entry-footer,
.archive .site-main .type-post .entry-footer,
.search-results .site-main .hentry .entry-footer,
.search-results .site-main .type-product .entry-footer {
  margin-top: 1.5em;
}
.blog .site-main .type-post .entry-footer > span,
.archive .site-main .type-post .entry-footer > span,
.search-results .site-main .hentry .entry-footer > span,
.search-results .site-main .type-product .entry-footer > span {
  display: block;
}
/*** POST ***/
.single-post .site-main .type-post .post-thumbnail,
.page .site-main .type-page .post-thumbnail {
  margin-bottom: 1.5em;
}
.single-post .site-main .type-post .post-thumbnail img,
.page .site-main .type-page .post-thumbnail img {
  vertical-align: top;
}
.single-post .site-main .type-post .entry-content,
.page .site-main .type-page .entry-content {
  margin-top: 0;
}
.post-navigation .nav-links:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
/*** COMMENTS ***/
.comments-area {
  margin-top: 3em;
}
.comments-area ol {
  list-style-type: none;
}
.comments-area .comments-title {
  margin-bottom: 2em;
}
.comments-area .comment-list {
  margin: 0;
}
.comments-area .comment-list .comment-author {
  display: block;
  margin: 0;
}
.comments-area .comment-list .comment-author img {
  margin: 0;
}
.comments-area .comment-list .comment-metadata {
  display: block;
}
.comments-area .comment-list .children {
  margin-left: 0px;
}
.comments-area .comment-body {
  margin-bottom: 2.5em;
}
.comments-area .comment-body .comment-meta {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
}
.comments-area .comment-body .comment-meta .comment-author .avatar {
  position: absolute;
  top: 0;
  left: 0px;
}
.comments-area .comment-body .comment-meta .comment-metadata {
  font-size: 0.75em;
}
.comments-area .comment-body .comment-content p {
  margin-bottom: 1em;
}
.comments-area .comment-list li .comment-respond {
  margin-bottom: 3.5em;
}
.comments-area.item-reviews li .comment-respond .comment-reply-title {
  margin-bottom: 0.7em;
}
}@media all and (min-width: 400px){
  .comments-area .comment-list li .children {
    margin-left: 50px;
  }
}
@media all and (min-width: 600px){
  .comments-area .comment-body {
    padding-left: 50px;
  }
  .comments-area .comment-body .comment-meta {
    font-size: 0;
    padding-left: 0;
  }
  .comments-area .comment-body .comment-meta .comment-author {
    display: inline-block;
    width: 40%;
    font-size: 1rem;
    vertical-align: top;
  }
  .comments-area .comment-body .comment-meta .comment-author .avatar {
    left: -50px;
  }
  .comments-area .comment-body .comment-meta .comment-metadata {
    display: inline-block;
    width: 60%;
    text-align: right;
    font-size: 0.75rem;
  }
  .comments-area li .comment-respond {
    padding-left: 50px;
  }
  .comments-area .comment-list > li > .comment-respond {
    padding-left: 70px;
  }
}
@media all{/***************/
/*** WIDGETS ***/
/***************/
.widget {
  margin-bottom: 3em;
}
.widget .widget-title {
  margin: 0 0 1.5em 0;
}
.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/**************/
/*** FOOTER ***/
/**************/
.site-footer {
  background-color: #161329;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 5em;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #ffffff;
  fill: #ffffff;
}
.site-footer strong {
  color: #ffffff;
  fill: #ffffff;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:focus {
  color: #ffffff;
  fill: #ffffff;
}
.site-footer a:hover {
  color: #ffffff;
  fill: #ffffff;
}
.site-footer .footer-widgets-button {
  text-align: center;
}
.site-footer .footer-widgets-button.hidden {
  display: none;
}
.site-footer .footer-widgets-button .ft-button {
  display: inline-block;
  width: 100px;
  height: 50px;
  position: relative;
  margin-bottom: 2em;
  cursor: pointer;
}
.site-footer .footer-widgets-button .ft-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.site-footer .footer-widgets-button i.fa-circle {
  -moz-transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
  font-size: 0.85em;
  letter-spacing: 0.44em;
  display: inline-block;
  padding-left: 0.44em;
  white-space: nowrap;
}
.site-footer .footer-widgets-button i.fa-circle:before {
  content: "\f111 \f111 \f111";
}
.site-footer .footer-widgets-button i.fa-times-circle {
  -moz-transform: scale(0) translate(-50%, -50%);
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
  font-size: 2.4em;
}
.site-footer .footer-widgets-button.opened i.fa-circle {
  -moz-transform: scale(0) translate(-50%, -50%);
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
}
.site-footer .footer-widgets-button.opened i.fa-times-circle {
  -moz-transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.site-footer .footer-widgets-area {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site-footer .footer-widgets-area .widget,
.site-footer .footer-widgets-area .tribe-compatibility-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.site-footer .footer-widgets-area.collapsible-widgets {
  display: none;
}
.site-footer .footer-widgets-area.collapsible-widgets.opened {
  display: block;
}
.site-footer .site-info {
  text-align: center;
  padding: 1.5em 20px 4em 20px;
}
/*** FOOTER NAVIGATION ***/
.nav-menu-footer {
  padding-top: 2em;
}
.nav-menu-footer .citadela-menu-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: center;
}
.nav-menu-footer .citadela-menu-container > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-menu-footer .citadela-menu-container > ul > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin: 0.5em 1em;
}
.nav-menu-footer .citadela-menu-container > ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-menu-footer .citadela-menu-container > ul > li li {
  float: none;
  display: block;
  margin: 0em;
}
/***************/
/*** INFOBAR ***/
/***************/
#citadela-infobar {
  position: fixed;
  left: 0;
  width: 100vw;
  background: #ffffff;
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-height: 80%;
  overflow: auto;
  z-index: 9999;
}
#citadela-infobar.position-bottom {
  bottom: 0;
}
#citadela-infobar.position-top {
  top: 0;
}
#citadela-infobar:not(.button-present) {
  padding-right: 70px;
}
#citadela-infobar .main-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#citadela-infobar .button-part {
  margin-top: 1.2em;
}
#citadela-infobar .simple-close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
}@media all and (min-width: 600px){
  #citadela-infobar.button-present {
    padding: 20px 40px;
    text-align: center;
  }
  #citadela-infobar:not(.button-present) {
    padding: 20px 80px 20px 40px;
    text-align: center;
  }
  #citadela-infobar:not(.button-present) .text-part {
    display: inline-block;
    text-align: left;
  }
  #citadela-infobar:not(.button-present) .simple-close-button {
    top: 20px;
    right: 40px;
  }
}
@media all and (min-width: 1025px){
  #citadela-infobar.button-present .text-part {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  #citadela-infobar.button-present .button-part {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media all{.admin-bar #citadela-infobar.position-top {
  margin-top: 32px;
}
}@media all and (max-width: 782px){
  .admin-bar #citadela-infobar.position-top {
    margin-top: 46px;
  }
}
@media all and (max-width: 600px){
  .admin-bar #citadela-infobar.position-top {
    top: 0px;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .admin-bar:not(.header-scrolled) #citadela-infobar.position-top {
    top: 0px;
    margin-top: 46px;
    position: absolute;
  }
  .admin-bar.header-scrolled #citadela-infobar.position-top {
    top: 100vh;
    margin-top: -100vh;
    position: fixed;
  }
}
@media all{/*************************/
/*** ANNOUNCEMENTS BAR ***/
/*************************/
#citadela-announcements-bar.type-simple {
  padding: 20px;
  text-align: center;
}
#citadela-announcements-bar.type-simple .bar-main-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#citadela-announcements-bar.type-simple .button-part {
  margin-top: 1em;
}
}@media all and (min-width: 600px){
  #citadela-announcements-bar.type-simple {
    padding: 15px 40px;
  }
}
@media all and (min-width: 1025px){
  #citadela-announcements-bar.type-simple .message-part {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  #citadela-announcements-bar.type-simple .button-part {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media all{/****************/
/*** LIGHTBOX ***/
/****************/
.pswp {
  z-index: 999999;
}
.pswp .pswp__caption {
  text-align: center;
}
.pswp .pswp__caption__center {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
}
/***********************/
/*** WOOCOMMERCE FIX ***/
/***********************/
.woocommerce .star-rating > span {
  height: 0em;
}
.woocommerce .star-rating > span:before {
  white-space: nowrap;
}
.woocommerce .star-rating span.rating:before {
  display: none;
}
/*

 * Citadela Theme PRO - General CSS

 *

 */
/*

 * Citadela Theme - Classic layout CSS

 *

 */
/********************/
/*** BASIC LAYOUT ***/
/********************/
.grid-main {
  max-width: 1300px;
}
.site-content {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
}@media all and (min-width: 600px){
  .site-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all{.site-content .page-title {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
}@media all and (min-width: 600px){
  .site-content .page-title {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media all{/*

.classic-header-layout .site-header				{ .pageOffset(); }

.classic-header-layout .site-branding			{ .pageOffset(padnone); }

.center-header-layout .site-header				{ .pageOffset(mobile); }

.center-header-layout .site-branding			{ .pageOffset(desktop); }

.center-header-layout .site-header .grid-main	{ max-width: none; }

.site-header.fullwidth-header .grid-main		{ max-width: none; }

*/
/**************/
/*** HEADER ***/
/**************/
.site-header {
  background-image: url("https://development.skinsin.com.au/wp-content/uploads/2025/03/header.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  background-size: cover;
}
/****************/
/*** SIDEBARS ***/
/****************/
.right-sidebar #secondary {
  margin: 5em auto 3em auto;
}
.left-sidebar #secondary {
  margin: 5em auto 3em auto;
}
}@media all and (min-width: 1025px){
  body:not(.page-fullwidth).right-sidebar .site-content,
  body:not(.page-fullwidth).left-sidebar .site-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  body:not(.page-fullwidth).right-sidebar #primary,
  body:not(.page-fullwidth).left-sidebar #primary {
    width: 65%;
  }
  body:not(.page-fullwidth).right-sidebar #secondary,
  body:not(.page-fullwidth).left-sidebar #secondary {
    padding-top: 1em;
    width: 30%;
    max-width: 300px;
    margin: 0;
  }
  body:not(.page-fullwidth).right-sidebar .content-area .site-main,
  body:not(.page-fullwidth).left-sidebar .content-area .site-main {
    max-width: none;
  }
  body:not(.page-fullwidth).right-sidebar .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).left-sidebar .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).right-sidebar .alignwide[class*='wc-block-'],
  body:not(.page-fullwidth).left-sidebar .alignwide[class*='wc-block-'],
  body:not(.page-fullwidth).right-sidebar .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).left-sidebar .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).right-sidebar .alignfull[class*='wc-block-'],
  body:not(.page-fullwidth).left-sidebar .alignfull[class*='wc-block-'] {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
  body:not(.page-fullwidth).right-sidebar .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .alignfull[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignfull[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .alignfull[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignfull[class*='wc-block-']:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  body:not(.page-fullwidth).right-sidebar .citadela-block-custom-container,
  body:not(.page-fullwidth).left-sidebar .citadela-block-custom-container {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    left: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  body:not(.page-fullwidth).right-sidebar .citadela-block-custom-container.has-bg:not(.inside-space-zero),
  body:not(.page-fullwidth).left-sidebar .citadela-block-custom-container.has-bg:not(.inside-space-zero) {
    padding-left: 20px;
    padding-right: 20px;
  }
  body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignfull:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignfull:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignwide:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignwide:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .right-sidebar #primary {
    float: left;
  }
  .right-sidebar #secondary {
    float: right;
  }
  .left-sidebar #primary {
    float: right;
  }
  .left-sidebar #secondary {
    float: left;
    margin: 0em auto 4em auto;
  }
}
@media all and (min-width: 1025px) and all and (min-width: 600px){
  body:not(.page-fullwidth).right-sidebar .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .alignfull[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignfull[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .alignfull[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .alignfull[class*='wc-block-']:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all and (min-width: 1025px) and all and (min-width: 600px){
  body:not(.page-fullwidth).right-sidebar .citadela-block-custom-container,
  body:not(.page-fullwidth).left-sidebar .citadela-block-custom-container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all and (min-width: 1025px) and all and (min-width: 600px){
  body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignfull:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignfull:not(.has-background),
  body:not(.page-fullwidth).right-sidebar .wp-block-columns.alignwide:not(.has-background),
  body:not(.page-fullwidth).left-sidebar .wp-block-columns.alignwide:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all{/*

 * Citadela Theme - Default design CSS

 *        

 */
/*** CUSTOM FONT SIZES FUNCTIONS ***/
/*** CUSTOM STYLES & VARIABLES ***/
/********************/
/*** BASIC LAYOUT ***/
/********************/
body {
  font-family: "Montserrat";
  word-break: break-word;
}
#secondary {
  font-size: 0.9rem;
  max-width: 768px;
}
}@media all and (min-width: 1025px){
  body:not(.page-fullwidth).modern-theme-layout.right-sidebar #secondary {
    -moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.01) inset, 2px 0px 0px rgba(0, 0, 0, 0.01) inset, 3px 0px 0px rgba(0, 0, 0, 0.01) inset, 5px 0px 0px rgba(0, 0, 0, 0.01) inset, 7px 0px 0px rgba(0, 0, 0, 0.01) inset;
    -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.01) inset, 2px 0px 0px rgba(0, 0, 0, 0.01) inset, 3px 0px 0px rgba(0, 0, 0, 0.01) inset, 5px 0px 0px rgba(0, 0, 0, 0.01) inset, 7px 0px 0px rgba(0, 0, 0, 0.01) inset;
    box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.01) inset, 2px 0px 0px rgba(0, 0, 0, 0.01) inset, 3px 0px 0px rgba(0, 0, 0, 0.01) inset, 5px 0px 0px rgba(0, 0, 0, 0.01) inset, 7px 0px 0px rgba(0, 0, 0, 0.01) inset;
  }
  body:not(.page-fullwidth).modern-theme-layout.left-sidebar #secondary {
    -moz-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.01) inset, -2px 0px 0px rgba(0, 0, 0, 0.01) inset, -3px 0px 0px rgba(0, 0, 0, 0.01) inset, -5px 0px 0px rgba(0, 0, 0, 0.01) inset, -7px 0px 0px rgba(0, 0, 0, 0.01) inset;
    -webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.01) inset, -2px 0px 0px rgba(0, 0, 0, 0.01) inset, -3px 0px 0px rgba(0, 0, 0, 0.01) inset, -5px 0px 0px rgba(0, 0, 0, 0.01) inset, -7px 0px 0px rgba(0, 0, 0, 0.01) inset;
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.01) inset, -2px 0px 0px rgba(0, 0, 0, 0.01) inset, -3px 0px 0px rgba(0, 0, 0, 0.01) inset, -5px 0px 0px rgba(0, 0, 0, 0.01) inset, -7px 0px 0px rgba(0, 0, 0, 0.01) inset;
  }
}
@media all{button,
input,
select,
optgroup,
textarea {
  font-family: "Montserrat";
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  max-width: 100%;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23222222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .6em;
  background-position: calc(100% - 0.6em) center;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
select option {
  color: initial;
  background-color: initial;
}
.site-footer select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
/*** HALF LAYOUT ***/
}@media all and (min-width: 1025px){
  body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),
  body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
    width: 70%;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1010;
  }
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part,
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
    width: 30%;
    overflow: hidden;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    -moz-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
    z-index: 1000;
    margin: 0;
    max-width: none;
  }
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part:hover > *,
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part:hover > * {
    will-change: overflow;
  }
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part > *,
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part > * {
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part > *::-webkit-scrollbar,
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part > *::-webkit-scrollbar {
    display: none;
  }
  body:not(.page-fullwidth).half-layout.right-part.admin-bar .half-layout-part,
  body:not(.page-fullwidth).half-layout.left-part.admin-bar .half-layout-part {
    top: 32px;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
  }
  body:not(.page-fullwidth).half-layout.right-part .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .citadela-block-custom-container {
    width: -webkit-calc(100vw - 30vw) !important;
    width: calc(100vw - 30vw) !important;
    margin-left: -webkit-calc((100vw - 30vw) / -2) !important;
    margin-left: calc((100vw - 30vw) / -2) !important;
  }
  body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wc-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wc-block-'] {
    width: -webkit-calc(100vw - 30vw);
    width: calc(100vw - 30vw);
    margin-left: -webkit-calc((100vw - 30vw) / -2);
    margin-left: calc((100vw - 30vw) / -2);
  }
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-'] {
    width: -webkit-calc(100vw - 30vw - 80px);
    width: calc(100vw - 30vw - 80px);
    margin-left: -webkit-calc((100vw - 30vw - 80px) / -2);
    margin-left: calc((100vw - 30vw - 80px) / -2);
    max-width: none;
  }
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
  body:not(.page-fullwidth).half-layout.right-part .wp-block-columns .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-columns .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-group .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-group .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-cover .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-cover .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-media-text .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-media-text .citadela-block-custom-container {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
  body:not(.page-fullwidth).half-layout.right-part .site,
  body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar,
  body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky) {
    margin-right: 30%;
  }
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part {
    right: 0px;
  }
  body:not(.page-fullwidth).half-layout.left-part .site,
  body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar,
  body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
    margin-left: 30%;
  }
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
    left: 0px;
  }
}
@media all and (min-width: 1025px) and all and (min-width: 600px){
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-']:not(.has-background),
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-']:not(.has-background),
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-']:not(.has-background) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 1267px){
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part,
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
    width: 40%;
  }
  body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),
  body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
    width: 60%;
  }
  body:not(.page-fullwidth).half-layout.right-part .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .citadela-block-custom-container {
    width: -webkit-calc(100vw - 40vw) !important;
    width: calc(100vw - 40vw) !important;
    margin-left: -webkit-calc((100vw - 40vw) / -2) !important;
    margin-left: calc((100vw - 40vw) / -2) !important;
  }
  body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wc-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wc-block-'] {
    width: -webkit-calc(100vw - 40vw);
    width: calc(100vw - 40vw);
    margin-left: -webkit-calc((100vw - 40vw) / -2);
    margin-left: calc((100vw - 40vw) / -2);
  }
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-'] {
    width: -webkit-calc(100vw - 40vw - 80px);
    width: calc(100vw - 40vw - 80px);
    margin-left: -webkit-calc((100vw - 40vw - 80px) / -2);
    margin-left: calc((100vw - 40vw - 80px) / -2);
    max-width: none;
  }
  body:not(.page-fullwidth).half-layout.right-part .wp-block-columns .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-columns .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-group .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-group .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-cover .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-cover .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-media-text .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-media-text .citadela-block-custom-container {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
  body:not(.page-fullwidth).half-layout.right-part .site,
  body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar,
  body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky) {
    margin-right: 40%;
  }
  body:not(.page-fullwidth).half-layout.left-part .site,
  body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar,
  body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
    margin-left: 40%;
  }
}
@media all and (min-width: 1661px){
  body:not(.page-fullwidth).half-layout.right-part .half-layout-part,
  body:not(.page-fullwidth).half-layout.left-part .half-layout-part {
    width: 50%;
  }
  body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky),
  body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
    width: 50%;
  }
  body:not(.page-fullwidth).half-layout.right-part .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .citadela-block-custom-container {
    width: -webkit-calc(100vw - 50vw) !important;
    width: calc(100vw - 50vw) !important;
    margin-left: -webkit-calc((100vw - 50vw) / -2) !important;
    margin-left: calc((100vw - 50vw) / -2) !important;
  }
  body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.right-part .alignfull[class*='wc-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignfull[class*='wc-block-'] {
    width: -webkit-calc(100vw - 50vw);
    width: calc(100vw - 50vw);
    margin-left: -webkit-calc((100vw - 50vw) / -2);
    margin-left: calc((100vw - 50vw) / -2);
  }
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wp-block-'],
  body:not(.page-fullwidth).half-layout.right-part .alignwide[class*='wc-block-'],
  body:not(.page-fullwidth).half-layout.left-part .alignwide[class*='wc-block-'] {
    width: -webkit-calc(100vw - 50vw - 80px);
    width: calc(100vw - 50vw - 80px);
    margin-left: -webkit-calc((100vw - 50vw - 80px) / -2);
    margin-left: calc((100vw - 50vw - 80px) / -2);
    max-width: none;
  }
  body:not(.page-fullwidth).half-layout.right-part .wp-block-columns .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-columns .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-group .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-group .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-cover .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-cover .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.right-part .wp-block-media-text .citadela-block-custom-container,
  body:not(.page-fullwidth).half-layout.left-part .wp-block-media-text .citadela-block-custom-container {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
  body:not(.page-fullwidth).half-layout.right-part .site,
  body:not(.page-fullwidth).half-layout.right-part #citadela-announcements-bar,
  body:not(.page-fullwidth).half-layout.right-part.custom-header-over-content .site-header:not(.is-sticky) {
    margin-right: 50%;
  }
  body:not(.page-fullwidth).half-layout.left-part .site,
  body:not(.page-fullwidth).half-layout.left-part #citadela-announcements-bar,
  body:not(.page-fullwidth).half-layout.left-part.custom-header-over-content .site-header:not(.is-sticky) {
    margin-left: 50%;
  }
}
@media all{/*** MAIN NAVIGATION ***/
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li {
  padding-left: 1px;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li > a {
  color: rgba(255, 255, 255, 0.9);
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li > a:before {
  display: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin-top: -0.1em;
  vertical-align: middle;
  margin-right: 8px;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li:hover > a,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li > a:focus,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li.opened > a {
  color: #222222;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul a {
  position: relative;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul a:hover,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul a:focus {
  background: rgba(153, 30, 146, 0.1);
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 3px;
  background: #991e92;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul a:hover:before,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul a:focus:before {
  opacity: 1;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul ul ul {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background: rgba(0, 0, 0, 0.02);
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li > .submenu-arrow:after {
  /* content: "\f067"; font-size: 0.7em;*/
  margin-top: -0.1em;
  margin-left: -0.3em;
  vertical-align: middle;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li li .submenu-arrow:after {
  font-size: 1.1em;
  margin-left: -0.3em;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li.opened > .submenu-arrow:after,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li:focus-within > .submenu-arrow:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li.focus-within > .submenu-arrow:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li.current-menu-item > a,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li.current-menu-parent > a,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li.current-menu-ancestor > a {
  color: #DDDDDD;
  font-weight: 600;
}
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li li.current-menu-item > a,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li li.current-menu-parent > a,
body:not(.responsive-menu):not(.mobile-screen-width) .main-navigation .citadela-menu-container > ul > li li.current-menu-ancestor > a {
  color: #DDDDDD;
  fill: #DDDDDD;
  font-weight: 600;
}
body:not(.responsive-menu):not(.mobile-screen-width).classic-header-layout .main-navigation,
body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation {
  padding-top: 10px;
}
body:not(.responsive-menu):not(.mobile-screen-width).classic-header-layout .main-navigation .citadela-menu-container > ul > li,
body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header.is-sticky .main-navigation .citadela-menu-container > ul > li {
  padding-bottom: 10px;
}
body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation .citadela-menu-container {
  background: rgba(247, 247, 247, 0.75);
}
body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation .citadela-menu-container > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
body:not(.responsive-menu):not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky) .main-navigation .citadela-menu-container > ul > li.menu-item-has-children:not(.menu-item-wrapper) > .submenu-arrow {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li.current-menu-item > a,
.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li.current-menu-parent > a,
.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li.current-menu-ancestor > a {
  color: #222222;
  fill: #222222;
  font-weight: 600;
}
.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li li.current-menu-item > a,
.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li li.current-menu-parent > a,
.responsive-menu .main-navigation .citadela-menu-container > ul > li > ul.sub-menu > li li.current-menu-ancestor > a {
  color: #222222;
  fill: #222222;
  font-weight: 600;
}
/**************/
/*** HEADER ***/
/**************/
.site-header {
  /*.box-shadow(0px 6px 0px rgba(0,0,0,0.05)); */
}
.site-branding .site-title {
  font-weight: 700;
}
.site-branding .site-description {
  color: rgba(255, 255, 255, 0.7);
}
.site-content {
  -moz-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05) inset;
}
.classic-theme-layout:not(.page-fullwidth) .site-header {
  -moz-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05);
}
.classic-theme-layout:not(.page-fullwidth) .site-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/******************/
/*** PAGE TITLE ***/
/******************/
.site-content .page-title {
  padding-top: 6em;
  padding-bottom: 2em;
  margin-bottom: 1em;
}
.site-content .wp-block-column .page-title {
  padding-top: 0;
}
.site-content .page-title .entry-header {
  position: relative;
  margin-bottom: 2em;
  color: #ffffff;
  fill: #ffffff;
}
.site-content .page-title .entry-header:before {
  content: "";
  width: 30px;
  height: 0;
  display: block;
  border-bottom: 1px solid currentColor;
  position: absolute;
  left: 0;
  bottom: -2em;
}
.site-content .page-title .entry-header h1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 700;
  color: currentColor;
}
.site-content .page-title .entry-header h1 .main-text {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.site-content .page-title .entry-header h1 .main-data {
  display: block;
}
.site-content .page-title .entry-header .entry-meta {
  font-size: 0.9rem;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  margin-top: 0.6em;
}
.site-content .page-title .entry-header .entry-meta > span {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.site-content .page-title .entry-header .entry-meta .posted-on {
  margin-right: 10px;
}
.site-content .page-title .entry-icon {
  font-size: 0.85em;
}
.site-content .page-title .entry-icon .entry-icon-wrap {
  width: 6em;
  height: 6em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
}
.site-content .page-title .entry-icon .icon-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #991e92;
  opacity: 0;
  border-radius: 100%;
  right: 0;
  bottom: 0;
}
.site-content .page-title .entry-icon i {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  border-radius: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 2.2em;
  border: 2px solid #991e92;
  color: #991e92;
  height: 100%;
}
.site-content .page-title .entry-icon i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-content .page-title .entry-subtitle {
  margin-top: 1em;
  color: #ffffff;
  font-size: 0.95em;
/**  text-transform: uppercase; */
  letter-spacing: 0.05em;
}
.site-content .page-title .entry-item-rating .rating-stars {
  color: rgba(255, 255, 255, 0.3) !important;
  fill: rgba(255, 255, 255, 0.3) !important;
}
.site-content .page-title .entry-item-rating .rating-stars-value {
  color: #ffc439;
}
.site-content .page-title .entry-header.has-rating .entry-subtitle p {
  margin-bottom: 0;
}
.site-content .page-title .entry-header.has-rating .entry-item-rating {
  margin-top: 1em;
}
.site-content .page-title .entry-header.has-rating.has-subtitle .entry-item-rating {
  margin-top: 0.25em;
}
}@media all and (min-width: 1025px){
  .classic-theme-layout:not(.page-fullwidth).left-sidebar .site-content .page-title .entry-header,
  .classic-theme-layout:not(.page-fullwidth).right-sidebar .site-content .page-title .entry-header {
    max-width: none;
  }
  .classic-theme-layout:not(.page-fullwidth).left-sidebar .site-content .page-title {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    width: 65%;
  }
  .classic-theme-layout:not(.page-fullwidth).left-sidebar #secondary {
    padding-top: 7em;
  }
  .classic-theme-layout:not(.page-fullwidth).right-sidebar #secondary {
    padding-top: 0em;
  }
}
@media all and (min-width: 1025px) and all and (min-width: 600px){
  .classic-theme-layout:not(.page-fullwidth).left-sidebar .site-content .page-title {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all{.no-page-title .site-content {
  padding-top: 7em;
}
.no-page-title.no-header-space .site-content {
  padding-top: 0em;
}
.no-page-title.classic-theme-layout.left-sidebar #secondary {
  padding-top: 0em;
  margin-top: 0em;
}
}@media all and (min-width: 1025px){
  .no-page-title.no-header-space.classic-theme-layout.right-sidebar #secondary {
    padding-top: 7em;
  }
}
@media all{.tax-citadela-item-category .site-content .page-title.standard .entry-header h1 .main-text,
.tax-citadela-item-location .site-content .page-title.standard .entry-header h1 .main-text,
.tax-citadela-item-category .site-content .page-title.custom .entry-header h1 .main-text,
.tax-citadela-item-location .site-content .page-title.custom .entry-header h1 .main-text {
  display: none;
}
.tax-citadela-item-category .site-content .page-title.standard .entry-header-wrap,
.tax-citadela-item-location .site-content .page-title.standard .entry-header-wrap,
.tax-citadela-item-category .site-content .page-title.custom .entry-header-wrap,
.tax-citadela-item-location .site-content .page-title.custom .entry-header-wrap {
  position: relative;
}
.tax-citadela-item-category .site-content .page-title.standard .entry-icon,
.tax-citadela-item-location .site-content .page-title.standard .entry-icon,
.tax-citadela-item-category .site-content .page-title.custom .entry-icon,
.tax-citadela-item-location .site-content .page-title.custom .entry-icon {
  font-size: 0.55em;
}
.tax-citadela-item-category .site-content .page-title.standard .icon-bg,
.tax-citadela-item-location .site-content .page-title.standard .icon-bg,
.tax-citadela-item-category .site-content .page-title.custom .icon-bg,
.tax-citadela-item-location .site-content .page-title.custom .icon-bg {
  opacity: 1;
}
.tax-citadela-item-category .site-content .page-title.standard .entry-icon i,
.tax-citadela-item-location .site-content .page-title.standard .entry-icon i,
.tax-citadela-item-category .site-content .page-title.custom .entry-icon i,
.tax-citadela-item-location .site-content .page-title.custom .entry-icon i {
  font-size: 2.4em;
  color: #ffffff !important;
  border-width: 0px;
}
.tax-citadela-item-category .site-content .page-title.standard .entry-header h1,
.tax-citadela-item-location .site-content .page-title.standard .entry-header h1,
.tax-citadela-item-category .site-content .align-left .page-title.custom .entry-header h1,
.tax-citadela-item-location .site-content .align-left .page-title.custom .entry-header h1 {
  padding-left: 72px;
}
.tax-citadela-item-category .site-content .page-title.standard .entry-icon,
.tax-citadela-item-location .site-content .page-title.standard .entry-icon,
.tax-citadela-item-category .site-content .align-left .page-title.custom .entry-icon,
.tax-citadela-item-location .site-content .align-left .page-title.custom .entry-icon {
  position: absolute;
  top: -0.3em;
  left: 0;
}
.tax-citadela-item-category .site-content .align-center .page-title.custom .entry-icon,
.tax-citadela-item-location .site-content .align-center .page-title.custom .entry-icon {
  margin-bottom: 1.5em;
}
.tax-citadela-item-category .site-content .align-right .page-title.custom .entry-header h1,
.tax-citadela-item-location .site-content .align-right .page-title.custom .entry-header h1 {
  padding-right: 72px;
}
.tax-citadela-item-category .site-content .align-right .page-title.custom .entry-icon,
.tax-citadela-item-location .site-content .align-right .page-title.custom .entry-icon {
  position: absolute;
  top: -0.3em;
  right: 0;
}
/***************/
/*** CONTENT ***/
/***************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}
.simple-text-styles .site-main .entry-content > *:first-child {
  margin-top: 0;
}
.simple-text-styles .site-main .entry-content h1,
.simple-text-styles .site-main .entry-content h2,
.simple-text-styles .site-main .entry-content h3,
.simple-text-styles .site-main .entry-content h4,
.simple-text-styles .site-main .entry-content h5,
.simple-text-styles .site-main .entry-content h6 {
  margin-top: 2em;
  margin-bottom: 1.5rem;
}
.simple-text-styles .site-main .entry-content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.simple-text-styles .site-main .entry-content .wp-block-gallery {
  margin-top: 2em;
  margin-bottom: 1em;
}
.simple-text-styles .site-main .entry-content .wp-block-buttons {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.simple-text-styles .site-main .entry-content .wp-block-buttons.is-vertical {
  margin-bottom: 2em;
}
.simple-text-styles .site-main .entry-content .wp-block-embed {
  margin-top: 2em;
  margin-bottom: 2em;
}
.simple-text-styles .site-main .entry-content .wp-block-table {
  margin-top: 2em;
  margin-bottom: 2em;
}
/***********************/
/*** STANDARD BLOCKS ***/
/***********************/
.wp-block-columns.has-background,
.wp-block-group.has-background,
p.has-background,
.wp-block-post-date.has-background,
.wp-block-post-excerpt.has-background,
.wp-block-post-terms.has-background {
  padding: 20px !important;
}
.wp-block-post-excerpt.has-background > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background > div > *:last-child {
  margin-bottom: 0;
}
.wp-block-site-logo.aligncenter {
  text-align: center;
  margin-bottom: 0.5em;
}
h1.wp-block-site-title {
  clear: none;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
p.wp-block-site-tagline {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 0.9em;
}
.wp-block-post-title {
  font-weight: 700;
}
.wp-block-post-date {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wp-block-post-date.has-text-color a {
  color: currentColor;
}
.wp-block-post-excerpt {
  margin-bottom: 1.5rem;
}
.wp-block-post-excerpt.has-text-color a {
  color: currentColor;
  text-decoration: underline;
}
.wp-block-post-excerpt p {
  margin-bottom: 0.5em;
}
.wp-block-post-terms {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wp-block-post-terms.has-text-color a {
  color: currentColor;
}
.wp-block-loginout {
  margin-bottom: 1.5rem;
}
.wp-block-loginout > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.wp-block-loginout > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wp-block-loginout.logged-in > a {
  background: #ff3c3c;
  color: #ffffff;
}
.wp-block-loginout.logged-out.has-login-form form {
  text-align: center;
}
.wp-block-loginout.logged-out.has-login-form .login-username,
.wp-block-loginout.logged-out.has-login-form .login-password {
  display: flex;
  flex-flow: row nowrap;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-block-loginout.logged-out.has-login-form .login-username input,
.wp-block-loginout.logged-out.has-login-form .login-password input {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  width: 100%;
}
.wp-block-loginout.logged-out.has-login-form .login-username input:focus,
.wp-block-loginout.logged-out.has-login-form .login-password input:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.wp-block-loginout.logged-out.has-login-form .login-username label,
.wp-block-loginout.logged-out.has-login-form .login-password label {
  overflow: hidden;
  position: relative;
  width: 50px;
  flex: 0 0 auto;
  text-indent: -9999px;
  font-size: 0;
}
.wp-block-loginout.logged-out.has-login-form .login-username label:before,
.wp-block-loginout.logged-out.has-login-form .login-password label:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.4rem;
  text-indent: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wp-block-loginout.logged-out.has-login-form .login-username label:before {
  content: "\f2bd";
}
.wp-block-loginout.logged-out.has-login-form .login-password label:before {
  content: "\f084";
}
.wp-block-loginout.logged-out.has-login-form .login-remember {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-loginout.logged-out.has-login-form .login-remember input {
  margin-right: 0.3em;
}
.wp-block-loginout.logged-out.has-login-form .login-submit input[type="submit"] {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
}
.wp-block-loginout.logged-out.has-login-form .login-submit input[type="submit"]:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.post-password-form label {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-left: 50px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.post-password-form label:before {
  content: "\f084";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.4rem;
  text-indent: 0px;
  position: absolute;
  top: 50%;
  left: 25px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post-password-form label input {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
}
.post-password-form label input:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.post-password-form input[type="submit"] {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
  line-height: 22px;
}
.post-password-form input[type="submit"]:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wp-block-search {
  font-size: 0.9rem;
  margin-bottom: 2em;
}
.wp-block-search .wp-block-search__label:not(.screen-reader-text) {
  display: block;
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #222222;
  fill: #222222;
  margin: 0 0 1em 0;
}
.wp-block-search .wp-block-search__label.screen-reader-text {
  width: 1px;
}
.wp-block-search .wp-block-search__input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
}
.wp-block-search .wp-block-search__input:focus {
  color: #222222;
  fill: #222222;
}
.wp-block-search .wp-block-search__input::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.wp-block-search .wp-block-search__button {
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bolder;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  color: #222222;
  fill: #222222;
  border: none;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-left: 2px solid #991e92;
  padding: 0px 10px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button svg {
  color: #222222;
  fill: #222222;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button:hover,
.wp-block-search.wp-block-search__button-inside .wp-block-search__button:hover svg {
  color: #991e92;
  fill: #991e92;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
  background: #991e92;
  border-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button svg {
  color: #ffffff;
  fill: #ffffff;
}
.wp-block-button {
  margin-bottom: 0.5em;
}
.wp-block-button .wp-block-button__link {
  /*.stdButtonStyle(); */
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):not(.add_to_cart_button) {
  background-color: #991e92;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.add_to_cart_button) {
  color: #ffffff;
  fill: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 10px 28px;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #222222;
  fill: #222222;
}
.wp-block-buttons.is-vertical {
  margin-bottom: 0.5em;
}
.wp-block-separator {
  width: 60px;
  color: #222222;
  fill: #222222;
  border-top: 1px solid currentColor;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent !important;
}
.wp-block-separator.is-style-default {
  width: 30px;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-separator.is-style-wide {
  width: 100%;
  color: rgba(34, 34, 34, 0.1);
  fill: rgba(34, 34, 34, 0.1);
}
.wp-block-separator.is-style-dots {
  width: 100%;
  border: 0;
}
.wp-block-separator.is-style-dots:not(.has-text-color) {
  color: #991e92;
}
.wp-block-separator.is-style-dots:before {
  content: "\f621 \f621 \f621";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5em;
  letter-spacing: 1.1em;
  vertical-align: middle;
  padding-left: 1.1em;
}
.entry-content > blockquote:not([class]),
.entry-content .wp-block-column > blockquote:not([class]),
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]),
.comment-content blockquote,
.wp-block-quote {
  margin: 0;
  padding: 0px 0px 0px 20px;
  border-left: 3px solid #991e92;
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content > blockquote:not([class]).is-large,
.entry-content .wp-block-column > blockquote:not([class]).is-large,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).is-large,
.comment-content blockquote.is-large,
.wp-block-quote.is-large,
.entry-content > blockquote:not([class]).is-style-large,
.entry-content .wp-block-column > blockquote:not([class]).is-style-large,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).is-style-large,
.comment-content blockquote.is-style-large,
.wp-block-quote.is-style-large {
  padding: 0px 0px 0px 40px;
}
.entry-content > blockquote:not([class]) p,
.entry-content .wp-block-column > blockquote:not([class]) p,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]) p,
.comment-content blockquote p,
.wp-block-quote p {
  color: #222222;
  fill: #222222;
  font-size: 1.2em;
  line-height: 1.3;
  line-height: 1.5;
}
.entry-content > blockquote:not([class]).is-large cite,
.entry-content .wp-block-column > blockquote:not([class]).is-large cite,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).is-large cite,
.comment-content blockquote.is-large cite,
.wp-block-quote.is-large cite,
.entry-content > blockquote:not([class]).is-style-large cite,
.entry-content .wp-block-column > blockquote:not([class]).is-style-large cite,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).is-style-large cite,
.comment-content blockquote.is-style-large cite,
.wp-block-quote.is-style-large cite,
.entry-content > blockquote:not([class]) cite,
.entry-content .wp-block-column > blockquote:not([class]) cite,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]) cite,
.comment-content blockquote cite,
.wp-block-quote cite {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  display: block;
  font-style: normal;
  margin-top: -0.5em;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  padding-bottom: 0.2em;
  text-align: left;
}
.entry-content > blockquote:not([class]).has-text-align-center,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-center,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-center,
.comment-content blockquote.has-text-align-center,
.wp-block-quote.has-text-align-center {
  border-left: none;
  padding: 0px 20px 0px 20px;
}
.entry-content > blockquote:not([class]).has-text-align-center.is-large,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-center.is-large,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-center.is-large,
.comment-content blockquote.has-text-align-center.is-large,
.wp-block-quote.has-text-align-center.is-large,
.entry-content > blockquote:not([class]).has-text-align-center.is-style-large,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-center.is-style-large,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-center.is-style-large,
.comment-content blockquote.has-text-align-center.is-style-large,
.wp-block-quote.has-text-align-center.is-style-large {
  padding: 0px 40px 0px 40px;
}
.entry-content > blockquote:not([class]).has-text-align-center:before,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-center:before,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-center:before,
.comment-content blockquote.has-text-align-center:before,
.wp-block-quote.has-text-align-center:before {
  content: "";
  display: inline-block;
  width: 60px;
  border-bottom: 3px solid #991e92;
  margin-bottom: 1.3em;
}
.entry-content > blockquote:not([class]).has-text-align-center cite,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-center cite,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-center cite,
.comment-content blockquote.has-text-align-center cite,
.wp-block-quote.has-text-align-center cite {
  text-align: center;
}
.entry-content > blockquote:not([class]).has-text-align-right,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-right,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-right,
.comment-content blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding: 0px 20px 0px 0px;
  border-left: none;
  border-right: 3px solid #991e92;
}
.entry-content > blockquote:not([class]).has-text-align-right.is-large,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-right.is-large,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-right.is-large,
.comment-content blockquote.has-text-align-right.is-large,
.wp-block-quote.has-text-align-right.is-large,
.entry-content > blockquote:not([class]).has-text-align-right.is-style-large,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-right.is-style-large,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-right.is-style-large,
.comment-content blockquote.has-text-align-right.is-style-large,
.wp-block-quote.has-text-align-right.is-style-large {
  padding: 0px 40px 0px 0px;
}
.entry-content > blockquote:not([class]).has-text-align-right cite,
.entry-content .wp-block-column > blockquote:not([class]).has-text-align-right cite,
.entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-right cite,
.comment-content blockquote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite {
  text-align: right;
}
}@media all and (min-width: 600px){
  .entry-content > blockquote:not([class]),
  .entry-content .wp-block-column > blockquote:not([class]),
  .entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]),
  .comment-content blockquote,
  .wp-block-quote,
  .entry-content > blockquote:not([class]).has-text-align-center,
  .entry-content .wp-block-column > blockquote:not([class]).has-text-align-center,
  .entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-center,
  .comment-content blockquote.has-text-align-center,
  .wp-block-quote.has-text-align-center,
  .entry-content > blockquote:not([class]).has-text-align-right,
  .entry-content .wp-block-column > blockquote:not([class]).has-text-align-right,
  .entry-content .citadela-block-custom-container .inner-holder > blockquote:not([class]).has-text-align-right,
  .comment-content blockquote.has-text-align-right,
  .wp-block-quote.has-text-align-right {
    padding: 0px 5%;
  }
}
@media all{.wp-block-pullquote {
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-color: #991e92;
  margin: 1.5em 0;
  padding: 2.5em 0;
  text-align: center;
}
.wp-block-pullquote p {
  font-family: "Poppins";
  font-size: 2.0em;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote cite {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  display: block;
  font-style: normal;
  margin: 1em 0 0.3em 0;
}
.wp-block-pullquote blockquote:not(.has-text-color) p {
  color: #222222;
  fill: #222222;
}
.wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.wp-block-embed.is-type-video iframe {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.wp-block-image:not(.is-style-rounded) img,
.wp-block-post-featured-image:not(.is-style-rounded) img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  vertical-align: top;
}
.wp-block-image .aligncenter figcaption,
.wp-block-post-featured-image .aligncenter figcaption,
.wp-block-image.alignwide figcaption,
.wp-block-post-featured-image.alignwide figcaption,
.wp-block-image.alignfull figcaption,
.wp-block-post-featured-image.alignfull figcaption {
  text-align: center;
}
.wp-block-image .alignleft figcaption,
.wp-block-post-featured-image .alignleft figcaption {
  text-align: left;
}
.wp-block-image .alignright figcaption,
.wp-block-post-featured-image .alignright figcaption {
  text-align: right;
}
.wp-block-post-featured-image {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.wp-block-post-featured-image a,
.wp-block-post-featured-image img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  overflow: hidden;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  opacity: 1;
  line-height: 1.5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}
}@media all and (min-width: 1025px){
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    opacity: 0;
    line-height: 3.5;
  }
  .wp-block-gallery .blocks-gallery-image:hover figcaption,
  .wp-block-gallery .blocks-gallery-item:hover figcaption {
    opacity: 1;
    line-height: 1.5;
  }
}
@media all and (max-width: 399px){
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media all{.gallery {
  margin: 0px -8px;
  font-size: 0;
}
.gallery .gallery-item {
  padding: 0px 8px 16px 8px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item .gallery-icon img {
  width: 100%;
  vertical-align: top;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.gallery .gallery-item figcaption {
  position: absolute;
  bottom: 16px;
  left: 8px;
  right: 8px;
  opacity: 1;
  line-height: 1.5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 10px 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  color: #ffffff;
  -moz-border-radius: 0px 0px 4.5px 4.5px;
  -webkit-border-radius: 0px 0px 4.5px 4.5px;
  border-radius: 0px 0px 4.5px 4.5px;
}
}@media all and (min-width: 1025px){
  .gallery .gallery-item figcaption {
    opacity: 0;
    line-height: 3.5;
  }
  .gallery .gallery-item:hover figcaption {
    opacity: 1;
    line-height: 1.5;
  }
}
@media all and (max-width: 599px){
  .gallery:not(.gallery-columns-1) .gallery-item {
    max-width: 50%;
  }
}
@media all and (max-width: 399px){
  .gallery:not(.gallery-columns-1) .gallery-item {
    max-width: 100%;
  }
}
@media all{.wp-block-table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
.wp-block-table table {
  margin: 0px;
  border: 2px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-collapse: separate;
  margin-bottom: 1.5rem;
  margin-bottom: 0;
}
.wp-block-table table td {
  padding: 8px 15px;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-block-table table tr:last-child td {
  border-bottom-width: 0px;
}
.wp-block-table table thead th {
  border-bottom: 2px solid;
  border-color: #222222;
  font-weight: bolder;
  color: #222222;
  fill: #222222;
  text-align: left;
  padding: 8px 15px;
}
.wp-block-table table tbody th {
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  font-weight: bolder;
  color: #222222;
  fill: #222222;
  text-align: left;
  padding: 8px 15px;
}
.wp-block-table table tfoot td {
  color: #222222;
  fill: #222222;
  border-top: 1px solid;
  border-color: #222222;
}
.wp-block-table table thead th.has-text-align-right,
.wp-block-table table tbody th.has-text-align-right {
  text-align: right;
}
.wp-block-table table thead th.has-text-align-center,
.wp-block-table table tbody th.has-text-align-center {
  text-align: center;
}
.wp-block-table table.has-text-color thead th,
.wp-block-table table.has-text-color tbody th,
.wp-block-table table.has-text-color tfoot td {
  border-color: currentColor;
  color: inherit;
}
.wp-block-table table.has-text-color td {
  border-color: currentColor;
}
.wp-block-table.is-style-stripes table thead th,
.wp-block-table.is-style-stripes table tfoot td {
  border-color: #222222;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(34, 34, 34, 0.05);
}
.wp-block-table figcaption {
  margin: 0.5em 0 0em 0;
}
.entry-content > table,
.comment-content table {
  margin: 0px;
  border: 2px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-collapse: separate;
  margin-bottom: 1.5rem;
}
.entry-content > table td,
.comment-content table td {
  padding: 8px 15px;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content > table tr:last-child td,
.comment-content table tr:last-child td {
  border-bottom-width: 0px;
}
.entry-content > table thead th,
.comment-content table thead th {
  border-bottom: 2px solid;
  border-color: #222222;
  font-weight: bolder;
  color: #222222;
  fill: #222222;
  text-align: left;
  padding: 8px 15px;
}
.entry-content > table tbody th,
.comment-content table tbody th {
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  font-weight: bolder;
  color: #222222;
  fill: #222222;
  text-align: left;
  padding: 8px 15px;
}
.entry-content > table tfoot td,
.comment-content table tfoot td {
  color: #222222;
  fill: #222222;
  border-top: 1px solid;
  border-color: #222222;
}
.entry-content > table thead th.has-text-align-right,
.comment-content table thead th.has-text-align-right,
.entry-content > table tbody th.has-text-align-right,
.comment-content table tbody th.has-text-align-right {
  text-align: right;
}
.entry-content > table thead th.has-text-align-center,
.comment-content table thead th.has-text-align-center,
.entry-content > table tbody th.has-text-align-center,
.comment-content table tbody th.has-text-align-center {
  text-align: center;
}
.entry-content > table.has-text-color thead th,
.comment-content table.has-text-color thead th,
.entry-content > table.has-text-color tbody th,
.comment-content table.has-text-color tbody th,
.entry-content > table.has-text-color tfoot td,
.comment-content table.has-text-color tfoot td {
  border-color: currentColor;
  color: inherit;
}
.entry-content > table.has-text-color td,
.comment-content table.has-text-color td {
  border-color: currentColor;
}
.entry-content > dl dt,
.comment-content dl dt {
  color: #222222;
  fill: #222222;
}
.wp-block-cover {
  color: #ffffff;
}
.wp-block-cover:not(.alignfull):not(.alignwide),
.wp-block-cover:not(.alignfull):not(.alignwide):before,
.wp-block-cover:not(.alignfull):not(.alignwide) .wp-block-cover__video-background,
.wp-block-cover:not(.alignfull):not(.alignwide) .wp-block-cover__gradient-background,
.wp-block-cover:not(.alignfull):not(.alignwide) .wp-block-cover__image-background {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1300px;
}
.wp-block-cover h2 {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover strong {
  color: inherit;
}
.wp-block-cover p {
  margin-bottom: 1.5rem;
}
}@media all and (min-width: 600px){
  .wp-block-cover.alignwide,
  .wp-block-cover.alignwide:before,
  .wp-block-cover.alignwide .wp-block-cover__video-background,
  .wp-block-cover.alignwide .wp-block-cover__gradient-background,
  .wp-block-cover.alignwide .wp-block-cover__image-background {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}
@media all{/* fix for iOS - background fixed */
}@supports ( -webkit-touch-callout : none ) {
  .wp-block-cover-image.has-parallax {
    background-attachment: scroll;
  }
}
@supports not ( -webkit-touch-callout : none ) {
  .wp-block-cover-image.has-parallax {
    background-attachment: fixed;
  }
}
@supports ( -webkit-touch-callout : none ) {
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@supports not ( -webkit-touch-callout : none ) {
  .wp-block-cover.has-parallax {
    background-attachment: fixed;
  }
}
@media all{/*

.wp-block-columns .wp-block-cover:not([style*="min-height"]):first-child:last-child		{ height: 100%; }

*/
.wp-block-columns .wp-block-cover {
  height: 100%;
}
.wp-block-columns .wp-block-cover:not(:first-child),
.wp-block-columns .wp-block-cover:not(:last-child),
.wp-block-columns .wp-block-cover-image:not(:first-child),
.wp-block-columns .wp-block-cover-image:not(:last-child) {
  height: auto;
}
.wp-block-media-text.has-background {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wp-block-media-text .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content {
  min-width: 0;
}
.wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 1.5rem;
}
.wp-block-media-text:not(.has-background) .wp-block-media-text__media img {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.wp-block-media-text.has-background:not(.alignfull):not(.alignwide) {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
}@media all and (min-width: 600px){
  .wp-block-media-text.has-background.alignwide {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
}
@media all and (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 1.5em;
  }
}
@media all and (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile {
    display: block;
  }
}
@media all{.wp-block-query.has-background {
  padding: 20px !important;
}
.wp-block-query ul:not(.alignwide):not(.alignfull) {
  margin-left: 0 !important;
}
.wp-block-query .is-flex-container .alignwide,
.wp-block-query .is-flex-container .alignfull {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/***********************/
/*** Citadela BLOCKS ***/
/***********************/
.citadela-block-page-title .page-title .entry-header {
  max-width: none;
}
.citadela-block-page-title.align-center .page-title .entry-header:before {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.citadela-block-page-title.align-right .page-title .entry-header:before {
  left: auto;
  right: 0;
}
.citadela-block-page-title.hidden-separator .page-title .entry-header:before {
  display: none;
}
.citadela-block-page-title.hidden-separator .page-title .entry-header {
  margin-bottom: 0;
}
.citadela-block-page-title.hidden-separator .page-title .entry-subtitle p {
  margin-bottom: 0;
}
.citadela-block-service.has-bg {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.citadela-block-service.header-type-image-as-icon .service-image img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-block-service.header-type-image:not(.has-bg) .service-image img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.citadela-block-service.layout-box.header-type-image.has-bg .service-image img {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.citadela-block-service.layout-list.header-type-image .service-image {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.citadela-block-service.layout-list.narrow.header-type-image.has-bg .service-image {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.citadela-block-service.layout-list.standard.header-type-image.has-bg .service-image {
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
.citadela-block-service .service-title {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 700;
}
.citadela-block-service .service-description {
  font-size: 0.9em;
}
.citadela-block-service .service-readmore-text {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.3;
}
.citadela-block-service a {
  text-decoration: none;
}
.citadela-block-service a:hover .service-readmore-text {
  text-decoration: underline;
}
.citadela-block-service .service-icon i {
  color: #991e92;
}
.citadela-block-price-table .price-table-content {
  border: none;
  background-color: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.citadela-block-price-table .price-table-header {
  position: relative;
  padding: 40px 20px 40px 20px;
  background-color: rgba(34, 34, 34, 0.6);
  color: #ffffff;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.citadela-block-price-table .price-table-header .title-part .featured-text {
  position: absolute;
  bottom: calc(100% - 15px);
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  padding: 7px 20px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.3;
  max-width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-block-price-table .price-table-header .title-part .featured-text:before {
  display: none;
}
.citadela-block-price-table.align-center .price-table-header .title-part .featured-text {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.citadela-block-price-table.align-right .price-table-header .title-part .featured-text {
  left: 20px;
}
.citadela-block-price-table.align-left .price-table-header .title-part .featured-text {
  right: 20px;
}
.citadela-block-price-table:not(.is-featured) {
  margin-top: 10px;
}
.citadela-block-price-table.is-featured {
  margin-top: 10px;
}
.citadela-block-price-table.is-featured .price-table-header {
  padding-top: 50px;
}
.citadela-block-price-table .price-table-header .title-part h3 {
  font-size: 2.0em;
  line-height: 1.3;
  font-weight: 700;
}
.citadela-block-price-table .price-table-header .title-part .subtitle-text {
  font-size: 0.9em;
  line-height: 1.3;
  margin-top: 0.3em;
  opacity: 0.6;
}
.citadela-block-price-table .price-table-header .price-part {
  font-size: 2.0em;
  line-height: 1.3;
}
.citadela-block-price-table .price-table-header .price-part .old-price {
  opacity: 0.6;
}
.citadela-block-price-table .price-table-body {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-top-width: 0;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.citadela-block-price-table .price-table-body .rows-part {
  padding: 10px 0;
}
.citadela-block-price-table .price-table-body .row-text {
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-block-price-table:not(.with-button) .price-table-body .row-text:last-child {
  border-bottom: none;
}
.citadela-block-price-table .price-table-body .button-part {
  margin-bottom: 1.5em;
}
.citadela-block-price-table .price-table-body .button-part .readmore-button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.citadela-block-price-table .price-table-body .button-part .readmore-button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
}@media all and (min-width: 600px){
  .citadela-block-price-table .price-table-header,
  .citadela-block-price-table .price-table-body {
    padding-left: 7%;
    padding-right: 7%;
  }
  .citadela-block-price-table.is-featured {
    margin-top: 0px;
  }
}
@media all{.citadela-block-opening-hours .oh-label {
  color: #222222;
  fill: #222222;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  font-weight: 400;
  align-self: center;
}
.citadela-block-opening-hours .oh-label p {
  margin: 0.5em 0;
}
.citadela-block-opening-hours .oh-data p {
  margin: 0.4em 0;
  line-height: 1.3;
}
.citadela-block-opening-hours.layout-list .oh-day {
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-block-opening-hours.layout-list .oh-day:last-child {
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-block-opening-hours.layout-list.align-left .oh-day,
.citadela-block-opening-hours.layout-list.align-right .oh-day {
  padding-left: 20px;
}
.citadela-block-opening-hours.layout-list .oh-day:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  bottom: 14px;
  left: 0;
  border-left: 3px solid #991e92;
}
.citadela-block-opening-hours.layout-list.align-center .oh-day:before {
  display: none;
}
}@media all and (min-width: 400px){
  .citadela-block-opening-hours.layout-list.layout-list.align-center .oh-day:before {
    display: block;
    left: 50%;
    margin-left: -2px;
  }
}
@media all{.citadela-block-opening-hours.layout-box {
  margin-left: -2px;
  margin-right: -2px;
}
.citadela-block-opening-hours.layout-box .oh-day {
  margin: 2px;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.citadela-block-opening-hours.layout-box .oh-data p {
  margin-top: 0.6em;
}
}@media all and (min-width: 600px){
  .wp-block-column .citadela-block-opening-hours.layout-list.align-center .oh-day:before {
    display: none;
  }
}
@media all{.citadela-block-responsive-text:not([class*='weight-']) h1,
.citadela-block-responsive-text:not([class*='weight-']) h2,
.citadela-block-responsive-text:not([class*='weight-']) h3,
.citadela-block-responsive-text:not([class*='weight-']) h4,
.citadela-block-responsive-text:not([class*='weight-']) h5,
.citadela-block-responsive-text:not([class*='weight-']) h6 {
  font-weight: 700;
}
.ctdl-item-featured-image .ft-image img {
  vertical-align: top;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-item-featured-image .ft-image-caption {
  font-size: 0.75em;
}
.ctdl-item-featured-image:not(.cover-height) .ft-image-caption {
  border-left: 3px solid #991e92;
  padding: 5px 0px 5px 17px;
  margin-top: 0.5em;
}
.ctdl-item-featured-image.align-center:not(.cover-height) .ft-image-caption {
  border-left: none;
  padding: 5px 0px 5px 0px;
}
.ctdl-item-featured-image.align-right:not(.cover-height) .ft-image-caption {
  border-left: none;
  border-right: 3px solid #991e92;
  padding: 5px 17px 5px 0px;
}
.ctdl-item-featured-image .ft-image-caption p {
  margin: 0;
}
.ctdl-item-featured-image.cover-height .ft-image-caption {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  padding: 5px 20px 5px 20px;
}
.ctdl-directory-search-form,
.ctdl-posts-search-form {
  /* BACKGROUND settings */
}
.ctdl-directory-search-form .citadela-block-form,
.ctdl-posts-search-form .citadela-block-form {
  text-align: center;
}
.ctdl-directory-search-form .search-form,
.ctdl-posts-search-form .search-form {
  font-size: 17px;
  line-height: 24px;
  display: inline-flex;
  text-align: left;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding-top: 6px;
  border-radius: 40px;
  background: #ffffff;
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}
.ctdl-directory-search-form.border-none .search-form,
.ctdl-posts-search-form.border-none .search-form {
  border-width: 0px;
}
.ctdl-directory-search-form.border-thick .search-form,
.ctdl-posts-search-form.border-thick .search-form {
  border-width: 2px;
}
.ctdl-directory-search-form .data-submit,
.ctdl-posts-search-form .data-submit {
  padding-left: 12px;
}
.ctdl-directory-search-form .input-container,
.ctdl-posts-search-form .input-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ctdl-directory-search-form .input-data,
.ctdl-posts-search-form .input-data {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__input > input,
.ctdl-posts-search-form .input-container .directory-search-form-select__input > input {
  height: 25px;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__menu,
.ctdl-posts-search-form .input-container .directory-search-form-select__menu {
  line-height: 1.5;
  background: #ffffff;
  left: -8px;
  margin-left: 0;
  margin-top: 7px;
  overflow: visible;
  border-width: 0px;
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.ctdl-directory-search-form.border-none .input-container .directory-search-form-select__menu,
.ctdl-posts-search-form.border-none .input-container .directory-search-form-select__menu {
  margin-top: 6px;
}
.ctdl-directory-search-form.border-thick .input-container .directory-search-form-select__menu,
.ctdl-posts-search-form.border-thick .input-container .directory-search-form-select__menu {
  margin-top: 8px;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__menu-list,
.ctdl-posts-search-form .input-container .directory-search-form-select__menu-list {
  padding: 12px 0;
  padding-left: 3px;
  margin-left: -3px;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__option,
.ctdl-posts-search-form .input-container .directory-search-form-select__option {
  padding: 6px 20px;
  color: rgba(34, 34, 34, 0.7);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-focused,
.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-focused {
  color: #222222;
  fill: #222222;
  background: rgba(153, 30, 146, 0.1);
}
.ctdl-directory-search-form .input-container .directory-search-form-select__option:before,
.ctdl-posts-search-form .input-container .directory-search-form-select__option:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 3px;
  background: #991e92;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-focused:before,
.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-focused:before {
  opacity: 1;
}
.ctdl-directory-search-form .input-container .directory-search-form-select__option--is-selected,
.ctdl-posts-search-form .input-container .directory-search-form-select__option--is-selected {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
.ctdl-directory-search-form .input-container.sf-button,
.ctdl-posts-search-form .input-container.sf-button {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.ctdl-directory-search-form .input-container.sf-button button,
.ctdl-posts-search-form .input-container.sf-button button {
  font-family: "Montserrat";
  min-width: 200px;
  max-width: 100%;
  height: 53px;
  border-radius: 40px;
  margin: -7px -1px -7px 0px !important;
  font-size: 17px;
}
.ctdl-directory-search-form.border-none .input-container.sf-button button,
.ctdl-posts-search-form.border-none .input-container.sf-button button {
  margin: -6px 0px -6px 0px !important;
  height: 51px;
}
.ctdl-directory-search-form.border-thick .input-container.sf-button button,
.ctdl-posts-search-form.border-thick .input-container.sf-button button {
  margin: -8px -2px -8px 0px !important;
  height: 55px;
}
.ctdl-directory-search-form .input-container.sf-button button,
.ctdl-posts-search-form .input-container.sf-button button,
.ctdl-directory-search-form .input-container.sf-button button:hover,
.ctdl-posts-search-form .input-container.sf-button button:hover,
.ctdl-directory-search-form .input-container.sf-button button:focus,
.ctdl-posts-search-form .input-container.sf-button button:focus {
  background-color: #991e92;
  border-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
.ctdl-directory-search-form .input-container label,
.ctdl-posts-search-form .input-container label {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  color: #909090;
}
.ctdl-directory-search-form .input-container label:before,
.ctdl-posts-search-form .input-container label:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 19px;
}
.ctdl-directory-search-form .input-container.keyword label:before,
.ctdl-posts-search-form .input-container.keyword label:before {
  content: "\f002";
}
.ctdl-directory-search-form .input-container.category label:before,
.ctdl-posts-search-form .input-container.category label:before {
  content: "\f07c";
}
.ctdl-directory-search-form .input-container.location label:before,
.ctdl-posts-search-form .input-container.location label:before {
  content: "\f3c5";
}
.ctdl-directory-search-form .input-container label,
.ctdl-posts-search-form .input-container label {
  color: #222222;
}
.ctdl-directory-search-form .input-container.input-disabled:not(.input-focused) label,
.ctdl-posts-search-form .input-container.input-disabled:not(.input-focused) label {
  color: #909090;
}
.ctdl-directory-search-form .input-container.keyword,
.ctdl-posts-search-form .input-container.keyword {
  padding-left: 6px;
}
.ctdl-directory-search-form .input-container.keyword .input-data,
.ctdl-posts-search-form .input-container.keyword .input-data {
  padding-left: 30px;
}
.ctdl-directory-search-form .input-container.keyword input[type="text"],
.ctdl-posts-search-form .input-container.keyword input[type="text"] {
  width: 210px;
  height: 39px;
  font-family: "Montserrat";
  font-size: 17px;
  border-radius: 40px;
}
.ctdl-directory-search-form.align-justify .input-container.keyword input[type="text"],
.ctdl-posts-search-form.align-justify .input-container.keyword input[type="text"] {
  width: 100%;
}
.ctdl-directory-search-form .input-container.keyword input[type="text"],
.ctdl-posts-search-form .input-container.keyword input[type="text"],
.ctdl-directory-search-form .input-container.keyword input[type="text"]:focus,
.ctdl-posts-search-form .input-container.keyword input[type="text"]:focus,
.ctdl-directory-search-form .input-container.keyword input[type="text"]:active,
.ctdl-posts-search-form .input-container.keyword input[type="text"]:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-toggle,
.ctdl-posts-search-form .input-container.geolocation .geolocation-toggle {
  border: none;
  background: none;
  height: 39px;
}
.ctdl-directory-search-form.radius-opened .input-container.geolocation .geolocation-toggle,
.ctdl-posts-search-form.radius-opened .input-container.geolocation .geolocation-toggle {
  width: auto;
}
.ctdl-directory-search-form .input-container.geolocation.input-disabled .geolocation-toggle,
.ctdl-posts-search-form .input-container.geolocation.input-disabled .geolocation-toggle {
  width: 40px;
}
.ctdl-directory-search-form .input-container.geolocation label,
.ctdl-posts-search-form .input-container.geolocation label {
  width: 40px;
}
.ctdl-directory-search-form .input-container.geolocation label:before,
.ctdl-posts-search-form .input-container.geolocation label:before {
  opacity: 1;
}
.ctdl-directory-search-form .input-container.geolocation.input-enabled .radius-value,
.ctdl-posts-search-form .input-container.geolocation.input-enabled .radius-value {
  line-height: 39px;
  margin: 0 10px 0 40px;
  color: #666;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius {
  margin-top: 7px;
  border: none;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  background: #ffffff;
  max-width: calc(100vw - 50px);
  max-width: -webkit-calc(100vw - 50px);
}
.ctdl-directory-search-form.border-none .input-container.geolocation .geolocation-radius,
.ctdl-posts-search-form.border-none .input-container.geolocation .geolocation-radius {
  margin-top: 6px;
}
.ctdl-directory-search-form.border-thick .input-container.geolocation .geolocation-radius,
.ctdl-posts-search-form.border-thick .input-container.geolocation .geolocation-radius {
  margin-top: 8px;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .label,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .label {
  font-size: 0.75em;
  line-height: 1.3;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  margin: 0px 5px 6px 5px;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius:hover,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .submit-radius:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .cancel-geolocation,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .buttons-wrapper .cancel-geolocation {
  font-size: 14px;
  line-height: 1.3;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-root,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-root {
  color: #991e92;
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.Mui-focusVisible,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.Mui-focusVisible,
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb:hover,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb:hover {
  -moz-box-shadow: 0px 0px 0px 8px rgba(153, 30, 146, 0.1);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(153, 30, 146, 0.1);
  box-shadow: 0px 0px 0px 8px rgba(153, 30, 146, 0.1);
}
.ctdl-directory-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.MuiSlider-active,
.ctdl-posts-search-form .input-container.geolocation .geolocation-radius .MuiSlider-thumb.MuiSlider-active {
  -moz-box-shadow: 0px 0px 0px 14px rgba(153, 30, 146, 0.1);
  -webkit-box-shadow: 0px 0px 0px 14px rgba(153, 30, 146, 0.1);
  box-shadow: 0px 0px 0px 14px rgba(153, 30, 146, 0.1);
}
.ctdl-directory-search-form .input-container.advanced-filters .filters-toggle,
.ctdl-posts-search-form .input-container.advanced-filters .filters-toggle {
  border: none;
  background: none;
  width: 40px;
  height: 39px;
}
.ctdl-directory-search-form .input-container.advanced-filters label,
.ctdl-posts-search-form .input-container.advanced-filters label {
  width: 40px;
}
.ctdl-directory-search-form .input-container.advanced-filters label:before,
.ctdl-posts-search-form .input-container.advanced-filters label:before {
  opacity: 1;
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters,
.ctdl-posts-search-form .ctdl-directory-advanced-filters {
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  padding: 20px 20px 14px 20px;
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters .citadela-block-header .citadela-block-title,
.ctdl-posts-search-form .ctdl-directory-advanced-filters .citadela-block-header .citadela-block-title {
  color: rgba(34, 34, 34, 0.7);
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters .citadela-block-header .title,
.ctdl-posts-search-form .ctdl-directory-advanced-filters .citadela-block-header .title {
  color: inherit !important;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 1rem;
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper,
.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper {
  margin-top: 1rem;
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters,
.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  margin: 0px 5px 6px 5px;
  min-width: 100px;
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters:hover,
.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper .submit-filters:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-directory-search-form .ctdl-directory-advanced-filters .buttons-wrapper .cancel-filters,
.ctdl-posts-search-form .ctdl-directory-advanced-filters .buttons-wrapper .cancel-filters {
  font-size: 14px;
  line-height: 1.3;
}
.ctdl-directory-search-form .input-container.category .input-data,
.ctdl-posts-search-form .input-container.category .input-data,
.ctdl-directory-search-form .input-container.location .input-data,
.ctdl-posts-search-form .input-container.location .input-data {
  padding-left: 30px;
}
.ctdl-directory-search-form .input-container.category .directory-search-form-select__control,
.ctdl-posts-search-form .input-container.category .directory-search-form-select__control,
.ctdl-directory-search-form .input-container.location .directory-search-form-select__control,
.ctdl-posts-search-form .input-container.location .directory-search-form-select__control {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ctdl-directory-search-form .input-container.category .directory-search-form-select__value-container,
.ctdl-posts-search-form .input-container.category .directory-search-form-select__value-container,
.ctdl-directory-search-form .input-container.location .directory-search-form-select__value-container,
.ctdl-posts-search-form .input-container.location .directory-search-form-select__value-container {
  padding: 2px 8px;
}
.ctdl-directory-search-form .input-container.category .css-1uccc91-singleValue,
.ctdl-posts-search-form .input-container.category .css-1uccc91-singleValue,
.ctdl-directory-search-form .input-container.location .css-1uccc91-singleValue,
.ctdl-posts-search-form .input-container.location .css-1uccc91-singleValue {
  color: #666;
}
.ctdl-directory-search-form .input-container.category .directory-search-form-select__indicator-separator,
.ctdl-posts-search-form .input-container.category .directory-search-form-select__indicator-separator,
.ctdl-directory-search-form .input-container.location .directory-search-form-select__indicator-separator,
.ctdl-posts-search-form .input-container.location .directory-search-form-select__indicator-separator,
.ctdl-directory-search-form .input-container.category .directory-search-form-select__dropdown-indicator,
.ctdl-posts-search-form .input-container.category .directory-search-form-select__dropdown-indicator,
.ctdl-directory-search-form .input-container.location .directory-search-form-select__dropdown-indicator,
.ctdl-posts-search-form .input-container.location .directory-search-form-select__dropdown-indicator {
  display: none;
}
.ctdl-directory-search-form .input-container.category.input-disabled .directory-search-form-select__indicator-separator,
.ctdl-posts-search-form .input-container.category.input-disabled .directory-search-form-select__indicator-separator,
.ctdl-directory-search-form .input-container.location.input-disabled .directory-search-form-select__indicator-separator,
.ctdl-posts-search-form .input-container.location.input-disabled .directory-search-form-select__indicator-separator {
  display: none;
}
.ctdl-directory-search-form .input-container.category.input-disabled .directory-search-form-select__indicators,
.ctdl-posts-search-form .input-container.category.input-disabled .directory-search-form-select__indicators,
.ctdl-directory-search-form .input-container.location.input-disabled .directory-search-form-select__indicators,
.ctdl-posts-search-form .input-container.location.input-disabled .directory-search-form-select__indicators,
.ctdl-directory-search-form .input-container.category.input-disabled .directory-search-form-select__indicator,
.ctdl-posts-search-form .input-container.category.input-disabled .directory-search-form-select__indicator,
.ctdl-directory-search-form .input-container.location.input-disabled .directory-search-form-select__indicator,
.ctdl-posts-search-form .input-container.location.input-disabled .directory-search-form-select__indicator {
  width: 100%;
  opacity: 0;
}
.ctdl-directory-search-form .input-container.category.input-disabled:not(.input-focused),
.ctdl-posts-search-form .input-container.category.input-disabled:not(.input-focused),
.ctdl-directory-search-form .input-container.location.input-disabled:not(.input-focused),
.ctdl-posts-search-form .input-container.location.input-disabled:not(.input-focused) {
  width: 40px;
  min-width: 0;
  overflow: hidden;
}
.ctdl-directory-search-form .input-container.category.input-disabled:not(.input-focused) .input-data,
.ctdl-posts-search-form .input-container.category.input-disabled:not(.input-focused) .input-data,
.ctdl-directory-search-form .input-container.location.input-disabled:not(.input-focused) .input-data,
.ctdl-posts-search-form .input-container.location.input-disabled:not(.input-focused) .input-data {
  padding-left: 0;
}
.ctdl-directory-search-form .input-container.category.input-disabled:not(.input-focused) .directory-search-form-select,
.ctdl-posts-search-form .input-container.category.input-disabled:not(.input-focused) .directory-search-form-select,
.ctdl-directory-search-form .input-container.location.input-disabled:not(.input-focused) .directory-search-form-select,
.ctdl-posts-search-form .input-container.location.input-disabled:not(.input-focused) .directory-search-form-select {
  opacity: 0;
}
.ctdl-directory-search-form:not(.layout-collapsed) .search-form,
.ctdl-posts-search-form:not(.layout-collapsed) .search-form {
  margin-left: 0px;
  margin-right: 0px;
}
.ctdl-directory-search-form.layout-collapsed .search-form,
.ctdl-posts-search-form.layout-collapsed .search-form {
  display: block;
  border-width: 0px;
  padding: 0px;
  border-radius: 0px;
  background: none;
  text-align: center;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ctdl-directory-search-form.layout-collapsed .data-type-1,
.ctdl-posts-search-form.layout-collapsed .data-type-1 {
  display: block;
}
.ctdl-directory-search-form.layout-collapsed .data-type-2,
.ctdl-posts-search-form.layout-collapsed .data-type-2 {
  display: inline-block;
}
.ctdl-directory-search-form.layout-collapsed .data-submit,
.ctdl-posts-search-form.layout-collapsed .data-submit {
  padding-left: 0px;
}
.ctdl-directory-search-form.layout-collapsed .input-container,
.ctdl-posts-search-form.layout-collapsed .input-container {
  display: inline-block;
  text-align: left;
}
.ctdl-directory-search-form.layout-collapsed .input-container:not(.sf-button),
.ctdl-posts-search-form.layout-collapsed .input-container:not(.sf-button) {
  padding: 6px 6px 6px 6px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-radius: 40px;
  background: #ffffff;
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}
.ctdl-directory-search-form.layout-collapsed.border-none .input-container:not(.sf-button),
.ctdl-posts-search-form.layout-collapsed.border-none .input-container:not(.sf-button) {
  border-width: 0px;
}
.ctdl-directory-search-form.layout-collapsed.border-thick .input-container:not(.sf-button),
.ctdl-posts-search-form.layout-collapsed.border-thick .input-container:not(.sf-button) {
  border-width: 2px;
}
.ctdl-directory-search-form.layout-collapsed .input-container.keyword,
.ctdl-posts-search-form.layout-collapsed .input-container.keyword {
  display: block;
}
.ctdl-directory-search-form.layout-collapsed .input-container.sf-button,
.ctdl-posts-search-form.layout-collapsed .input-container.sf-button {
  margin-left: 3px;
  margin-right: 3px;
  max-width: calc(100% - 6px);
}
.ctdl-directory-search-form.layout-collapsed .input-container.sf-button button,
.ctdl-posts-search-form.layout-collapsed .input-container.sf-button button {
  margin: 0px !important;
  width: 200px;
  min-width: 0px;
}
.ctdl-directory-search-form.layout-collapsed .input-container.keyword input[type="text"],
.ctdl-posts-search-form.layout-collapsed .input-container.keyword input[type="text"] {
  width: 100%;
}
.ctdl-directory-search-form.layout-collapsed .input-container.category.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed .input-container.category.input-disabled:not(.input-focused),
.ctdl-directory-search-form.layout-collapsed .input-container.location.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed .input-container.location.input-disabled:not(.input-focused),
.ctdl-directory-search-form.layout-collapsed .input-container.geolocation.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed .input-container.geolocation.input-disabled:not(.input-focused) {
  width: 53px;
}
.ctdl-directory-search-form.layout-collapsed.border-none .input-container.category.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed.border-none .input-container.category.input-disabled:not(.input-focused),
.ctdl-directory-search-form.layout-collapsed.border-none .input-container.location.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed.border-none .input-container.location.input-disabled:not(.input-focused),
.ctdl-directory-search-form.layout-collapsed.border-none .input-container.geolocation.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed.border-none .input-container.geolocation.input-disabled:not(.input-focused) {
  width: 51px;
}
.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.category.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.category.input-disabled:not(.input-focused),
.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.location.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.location.input-disabled:not(.input-focused),
.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.geolocation.input-disabled:not(.input-focused),
.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.geolocation.input-disabled:not(.input-focused) {
  width: 55px;
}
.ctdl-directory-search-form.layout-collapsed .input-container .directory-search-form-select__menu,
.ctdl-posts-search-form.layout-collapsed .input-container .directory-search-form-select__menu,
.ctdl-directory-search-form.layout-collapsed.border-none .input-container .directory-search-form-select__menu,
.ctdl-posts-search-form.layout-collapsed.border-none .input-container .directory-search-form-select__menu,
.ctdl-directory-search-form.layout-collapsed.border-thick .input-container .directory-search-form-select__menu,
.ctdl-posts-search-form.layout-collapsed.border-thick .input-container .directory-search-form-select__menu,
.ctdl-directory-search-form.layout-collapsed .input-container.geolocation .geolocation-radius,
.ctdl-posts-search-form.layout-collapsed .input-container.geolocation .geolocation-radius,
.ctdl-directory-search-form.layout-collapsed.border-none .input-container.geolocation .geolocation-radius,
.ctdl-posts-search-form.layout-collapsed.border-none .input-container.geolocation .geolocation-radius,
.ctdl-directory-search-form.layout-collapsed.border-thick .input-container.geolocation .geolocation-radius,
.ctdl-posts-search-form.layout-collapsed.border-thick .input-container.geolocation .geolocation-radius {
  margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-directory-search-form.layout-collapsed.radius-opened .input-container.geolocation .geolocation-toggle,
.ctdl-posts-search-form.layout-collapsed.radius-opened .input-container.geolocation .geolocation-toggle {
  width: 250px;
}
.ctdl-directory-search-form.shadow-none .search-form,
.ctdl-posts-search-form.shadow-none .search-form,
.ctdl-directory-search-form.shadow-none .input-container,
.ctdl-posts-search-form.shadow-none .input-container {
  box-shadow: none !important;
}
.ctdl-directory-search-form.shadow-custom.layout-collapsed .search-form,
.ctdl-posts-search-form.shadow-custom.layout-collapsed .search-form {
  box-shadow: none !important;
}
.ctdl-directory-search-form.shadow-custom:not(.layout-collapsed) .input-container,
.ctdl-posts-search-form.shadow-custom:not(.layout-collapsed) .input-container {
  box-shadow: none !important;
}
.ctdl-directory-search-form.has-background .citadela-block-form,
.ctdl-posts-search-form.has-background .citadela-block-form {
  background-color: rgba(34, 34, 34, 0.05);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-directory-search-form.has-background-collapsed:not(.layout-collapsed) .citadela-block-form,
.ctdl-posts-search-form.has-background-collapsed:not(.layout-collapsed) .citadela-block-form {
  background: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
.ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form {
  background-color: rgba(34, 34, 34, 0.05);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-automatic-directory-google-map .ctdl-directory-search-form.align-justify .citadela-block-form,
.ctdl-directory-google-map .ctdl-directory-search-form.align-justify .citadela-block-form,
.ctdl-posts-map .ctdl-directory-search-form.align-justify .citadela-block-form,
.ctdl-automatic-posts-map .ctdl-directory-search-form.align-justify .citadela-block-form,
.ctdl-automatic-directory-google-map .ctdl-posts-search-form.align-justify .citadela-block-form,
.ctdl-directory-google-map .ctdl-posts-search-form.align-justify .citadela-block-form,
.ctdl-posts-map .ctdl-posts-search-form.align-justify .citadela-block-form,
.ctdl-automatic-posts-map .ctdl-posts-search-form.align-justify .citadela-block-form {
  max-width: 1300px;
}
}@media all and (max-width: 599px){
  .ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background,
  .ctdl-directory-google-map .ctdl-directory-search-form.has-background,
  .ctdl-posts-map .ctdl-directory-search-form.has-background,
  .ctdl-automatic-posts-map .ctdl-directory-search-form.has-background,
  .ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background,
  .ctdl-directory-google-map .ctdl-posts-search-form.has-background,
  .ctdl-posts-map .ctdl-posts-search-form.has-background,
  .ctdl-automatic-posts-map .ctdl-posts-search-form.has-background,
  .ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-automatic-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed,
  .ctdl-automatic-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background .citadela-block-form,
  .ctdl-directory-google-map .ctdl-directory-search-form.has-background .citadela-block-form,
  .ctdl-posts-map .ctdl-directory-search-form.has-background .citadela-block-form,
  .ctdl-automatic-posts-map .ctdl-directory-search-form.has-background .citadela-block-form,
  .ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background .citadela-block-form,
  .ctdl-directory-google-map .ctdl-posts-search-form.has-background .citadela-block-form,
  .ctdl-posts-map .ctdl-posts-search-form.has-background .citadela-block-form,
  .ctdl-automatic-posts-map .ctdl-posts-search-form.has-background .citadela-block-form,
  .ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-automatic-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form,
  .ctdl-automatic-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .citadela-block-form {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-directory-google-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-posts-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-automatic-posts-map .ctdl-directory-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-directory-google-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-posts-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-automatic-posts-map .ctdl-posts-search-form.has-background .ctdl-directory-advanced-filters,
  .ctdl-automatic-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-directory-google-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-automatic-posts-map .ctdl-directory-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-automatic-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-directory-google-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters,
  .ctdl-automatic-posts-map .ctdl-posts-search-form.has-background-collapsed.layout-collapsed .ctdl-directory-advanced-filters {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media all{.ctdl-item-opening-hours h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}
.ctdl-item-opening-hours .oh-day {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  position: relative;
}
.ctdl-item-opening-hours .oh-day:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  bottom: 14px;
  left: 0;
  border-left: 3px solid #991e92;
}
.ctdl-item-opening-hours .oh-day p {
  margin: 0.2em 0;
}
.ctdl-item-opening-hours .oh-day .oh-label {
  color: #222222;
  fill: #222222;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  font-weight: 400;
  width: 110px;
  align-self: center;
}
.ctdl-item-opening-hours .oh-day .oh-label p {
  margin: 0.5em 0;
}
.ctdl-item-opening-hours .oh-day .oh-data {
  font-weight: 600;
  color: #991e92;
}
.ctdl-item-opening-hours .citadela-block-articles-wrap {
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-item-opening-hours .citadela-block-note {
  font-size: 0.75em;
  margin-top: 1.5em;
  position: relative;
}
.ctdl-item-contact-details h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}
.ctdl-item-contact-details header + .citadela-block-articles {
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding-top: 0.8em;
}
.ctdl-item-contact-details .cd-info {
  /* .litFontSize1(); */
}
.ctdl-item-contact-details .cd-info .cd-label {
  color: #222222;
  fill: #222222;
  font-weight: 700;
}
.ctdl-item-contact-details .cd-info .cd-label p {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0;
  margin-right: 6px;
}
.ctdl-item-contact-form h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}
.ctdl-item-contact-form .contact-form {
  position: relative;
}
.ctdl-item-contact-form .input-container:not(.sf-button) textarea {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
  height: 171px;
  display: block;
}
.ctdl-item-contact-form .input-container:not(.sf-button) textarea:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.ctdl-item-contact-form .input-container:not(.sf-button) input[type="text"],
.ctdl-item-contact-form .input-container:not(.sf-button) input[type="email"] {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-item-contact-form .input-container:not(.sf-button) input[type="text"]:focus,
.ctdl-item-contact-form .input-container:not(.sf-button) input[type="email"]:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.ctdl-item-contact-form .input-container .input-help {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.9em;
  padding-bottom: 0.3em;
  margin-top: 0.2em;
}
.ctdl-item-contact-form .input-container .input-help:before {
  color: #991e92;
  content: "\f059";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-size: 1em;
  margin-top: 0.05em;
  display: block;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.ctdl-item-contact-form .input-container button[type="submit"] {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.ctdl-item-contact-form .input-container button[type="submit"]:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-contact-form .input-container.sf-button {
  margin-top: 1em;
}
.ctdl-item-contact-form .input-container.sf-button i {
  margin-left: 10px;
}
.ctdl-item-contact-form .data-messages .msg {
  background: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-item-contact-form .data-messages .msg p {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
  margin: 0;
  padding: 40px;
}
.ctdl-item-contact-form .data-messages .msg p:before {
  color: #991e92;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-size: 3.5em;
  margin-bottom: 0em;
  display: block;
}
.ctdl-item-contact-form .data-messages .msg.msg-success p:before {
  content: "\f058";
  color: #82c91e;
}
.ctdl-item-contact-form .data-messages .msg.msg-error-user p:before {
  content: "\f556";
  color: #fd7e14;
}
.ctdl-item-contact-form .data-messages .msg.msg-error-server p:before {
  content: "\f057";
  color: #ff3c3c;
}
.ctdl-item-gallery.layout-default .item-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.ctdl-item-gallery.layout-default .item-content .item-thumbnail {
  overflow: hidden;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-item-gallery.layout-default .item-content .item-thumbnail img {
  height: 50vw;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-item-gallery.layout-default .item-content .item-thumbnail .caption {
  font-size: 0.75em;
}
.ctdl-item-gallery.layout-default.caption-inside-image .item-content .item-thumbnail .caption {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.ctdl-item-gallery.layout-default.size-mini.caption-inside-image .item-content .item-thumbnail .caption {
  font-size: 10px;
}
.ctdl-directory-similar-items,
.ctdl-directory-items-list,
.ctdl-directory-search-results,
.ctdl-posts-search-results,
.ctdl-blog-posts,
.ctdl-posts {
  /* CUSTOM color settings */
}
.ctdl-directory-similar-items .no-results .page-content:before,
.ctdl-directory-items-list .no-results .page-content:before,
.ctdl-directory-search-results .no-results .page-content:before,
.ctdl-posts-search-results .no-results .page-content:before,
.ctdl-blog-posts .no-results .page-content:before,
.ctdl-posts .no-results .page-content:before {
  display: inline-block;
  content: "\f05e";
  color: #991e92;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 3.5em;
}
.ctdl-directory-similar-items .citadela-block-title h2,
.ctdl-directory-items-list .citadela-block-title h2,
.ctdl-directory-search-results .citadela-block-title h2,
.ctdl-posts-search-results .citadela-block-title h2,
.ctdl-blog-posts .citadela-block-title h2,
.ctdl-posts .citadela-block-title h2 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
}
.ctdl-directory-similar-items article,
.ctdl-directory-items-list article,
.ctdl-directory-search-results article,
.ctdl-posts-search-results article,
.ctdl-blog-posts article,
.ctdl-posts article {
  margin-bottom: 0;
}
.ctdl-directory-similar-items article.sticky .item-title .post-title:after,
.ctdl-directory-items-list article.sticky .item-title .post-title:after,
.ctdl-directory-search-results article.sticky .item-title .post-title:after,
.ctdl-posts-search-results article.sticky .item-title .post-title:after,
.ctdl-blog-posts article.sticky .item-title .post-title:after,
.ctdl-posts article.sticky .item-title .post-title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.7em;
  display: inline-block;
  vertical-align: top;
  content: "\f005";
  color: #991e92;
  margin: 0.25em 0 0 0.3em;
}
.ctdl-directory-similar-items .item-content,
.ctdl-directory-items-list .item-content,
.ctdl-directory-search-results .item-content,
.ctdl-posts-search-results .item-content,
.ctdl-blog-posts .item-content,
.ctdl-posts .item-content {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 1.5em;
  overflow: hidden;
}
.ctdl-directory-similar-items .item-content .item-thumbnail,
.ctdl-directory-items-list .item-content .item-thumbnail,
.ctdl-directory-search-results .item-content .item-thumbnail,
.ctdl-posts-search-results .item-content .item-thumbnail,
.ctdl-blog-posts .item-content .item-thumbnail,
.ctdl-posts .item-content .item-thumbnail {
  position: relative;
  overflow: hidden;
}
.ctdl-directory-similar-items .item-content .item-thumbnail img,
.ctdl-directory-items-list .item-content .item-thumbnail img,
.ctdl-directory-search-results .item-content .item-thumbnail img,
.ctdl-posts-search-results .item-content .item-thumbnail img,
.ctdl-blog-posts .item-content .item-thumbnail img,
.ctdl-posts .item-content .item-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.ctdl-directory-similar-items .item-content .item-title .post-title,
.ctdl-directory-items-list .item-content .item-title .post-title,
.ctdl-directory-search-results .item-content .item-title .post-title,
.ctdl-posts-search-results .item-content .item-title .post-title,
.ctdl-blog-posts .item-content .item-title .post-title,
.ctdl-posts .item-content .item-title .post-title {
  font-family: "Poppins";
  color: #ffffff;
  fill: #ffffff;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 700;
}
.ctdl-directory-similar-items .item-content .item-title .post-subtitle,
.ctdl-directory-items-list .item-content .item-title .post-subtitle,
.ctdl-directory-search-results .item-content .item-title .post-subtitle,
.ctdl-posts-search-results .item-content .item-title .post-subtitle,
.ctdl-blog-posts .item-content .item-title .post-subtitle,
.ctdl-posts .item-content .item-title .post-subtitle {
  color: #ff3ef4;
  font-size: 0.9em;
  line-height: 1.3;
}
.ctdl-directory-similar-items .item-content .item-rating-wrapper .rating-stars,
.ctdl-directory-items-list .item-content .item-rating-wrapper .rating-stars,
.ctdl-directory-search-results .item-content .item-rating-wrapper .rating-stars,
.ctdl-posts-search-results .item-content .item-rating-wrapper .rating-stars,
.ctdl-blog-posts .item-content .item-rating-wrapper .rating-stars,
.ctdl-posts .item-content .item-rating-wrapper .rating-stars {
  color: inherit !important;
}
.ctdl-directory-similar-items .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-directory-items-list .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-directory-search-results .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-posts-search-results .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-blog-posts .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-posts .item-content .item-rating-wrapper .rating-stars:before {
  opacity: 0.4;
}
.ctdl-directory-similar-items .item-content .item-rating-wrapper .rating-stars-value,
.ctdl-directory-items-list .item-content .item-rating-wrapper .rating-stars-value,
.ctdl-directory-search-results .item-content .item-rating-wrapper .rating-stars-value,
.ctdl-posts-search-results .item-content .item-rating-wrapper .rating-stars-value,
.ctdl-blog-posts .item-content .item-rating-wrapper .rating-stars-value,
.ctdl-posts .item-content .item-rating-wrapper .rating-stars-value {
  color: #ffc439;
}
.ctdl-directory-similar-items .item-content .item-description p,
.ctdl-directory-items-list .item-content .item-description p,
.ctdl-directory-search-results .item-content .item-description p,
.ctdl-posts-search-results .item-content .item-description p,
.ctdl-blog-posts .item-content .item-description p,
.ctdl-posts .item-content .item-description p {
  display: block;
  margin: 0;
}
.ctdl-directory-similar-items .item-content .item-description .more,
.ctdl-directory-items-list .item-content .item-description .more,
.ctdl-directory-search-results .item-content .item-description .more,
.ctdl-posts-search-results .item-content .item-description .more,
.ctdl-blog-posts .item-content .item-description .more,
.ctdl-posts .item-content .item-description .more {
  display: none;
  margin-top: 0.8em;
}
.ctdl-directory-similar-items .item-content .item-data .label,
.ctdl-directory-items-list .item-content .item-data .label,
.ctdl-directory-search-results .item-content .item-data .label,
.ctdl-posts-search-results .item-content .item-data .label,
.ctdl-blog-posts .item-content .item-data .label,
.ctdl-posts .item-content .item-data .label {
  display: inline-block;
  color: #222222;
  fill: #222222;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0;
  margin-right: 6px;
}
.ctdl-directory-similar-items .item-content .item-footer,
.ctdl-directory-items-list .item-content .item-footer,
.ctdl-directory-search-results .item-content .item-footer,
.ctdl-posts-search-results .item-content .item-footer,
.ctdl-blog-posts .item-content .item-footer,
.ctdl-posts .item-content .item-footer {
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-directory-similar-items .item-content .item-data,
.ctdl-directory-items-list .item-content .item-data,
.ctdl-directory-search-results .item-content .item-data,
.ctdl-posts-search-results .item-content .item-data,
.ctdl-blog-posts .item-content .item-data,
.ctdl-posts .item-content .item-data {
  border-top-width: 0px;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-directory-similar-items .item-content .item-data:last-child,
.ctdl-directory-items-list .item-content .item-data:last-child,
.ctdl-directory-search-results .item-content .item-data:last-child,
.ctdl-posts-search-results .item-content .item-data:last-child,
.ctdl-blog-posts .item-content .item-data:last-child,
.ctdl-posts .item-content .item-data:last-child {
  border-bottom-width: 0;
}
.ctdl-directory-similar-items .item-content .item-data.address,
.ctdl-directory-items-list .item-content .item-data.address,
.ctdl-directory-search-results .item-content .item-data.address,
.ctdl-posts-search-results .item-content .item-data.address,
.ctdl-blog-posts .item-content .item-data.address,
.ctdl-posts .item-content .item-data.address,
.ctdl-directory-similar-items .item-content .item-data.web,
.ctdl-directory-items-list .item-content .item-data.web,
.ctdl-directory-search-results .item-content .item-data.web,
.ctdl-posts-search-results .item-content .item-data.web,
.ctdl-blog-posts .item-content .item-data.web,
.ctdl-posts .item-content .item-data.web {
  padding: 6px 0;
}
.ctdl-directory-similar-items .item-content .item-data.categories,
.ctdl-directory-items-list .item-content .item-data.categories,
.ctdl-directory-search-results .item-content .item-data.categories,
.ctdl-posts-search-results .item-content .item-data.categories,
.ctdl-blog-posts .item-content .item-data.categories,
.ctdl-posts .item-content .item-data.categories {
  padding: 1.5em 0 0 0;
  border-bottom-width: 0;
}
.ctdl-directory-similar-items .item-content .item-data.categories .label,
.ctdl-directory-items-list .item-content .item-data.categories .label,
.ctdl-directory-search-results .item-content .item-data.categories .label,
.ctdl-posts-search-results .item-content .item-data.categories .label,
.ctdl-blog-posts .item-content .item-data.categories .label,
.ctdl-posts .item-content .item-data.categories .label {
  display: none;
}
.ctdl-directory-similar-items .item-content .item-data.categories .value,
.ctdl-directory-items-list .item-content .item-data.categories .value,
.ctdl-directory-search-results .item-content .item-data.categories .value,
.ctdl-posts-search-results .item-content .item-data.categories .value,
.ctdl-blog-posts .item-content .item-data.categories .value,
.ctdl-posts .item-content .item-data.categories .value {
  color: #222222;
  fill: #222222;
  display: inline-block;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.35em 1.5em;
  border-left: 3px solid #991e92;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  text-decoration: none;
  vertical-align: top;
  margin-bottom: 0.2em;
}
.ctdl-directory-similar-items .item-content .item-data.categories .value:after,
.ctdl-directory-items-list .item-content .item-data.categories .value:after,
.ctdl-directory-search-results .item-content .item-data.categories .value:after,
.ctdl-posts-search-results .item-content .item-data.categories .value:after,
.ctdl-blog-posts .item-content .item-data.categories .value:after,
.ctdl-posts .item-content .item-data.categories .value:after {
  content: "";
}
.ctdl-directory-similar-items .item-content .item-data.categories .value:hover,
.ctdl-directory-items-list .item-content .item-data.categories .value:hover,
.ctdl-directory-search-results .item-content .item-data.categories .value:hover,
.ctdl-posts-search-results .item-content .item-data.categories .value:hover,
.ctdl-blog-posts .item-content .item-data.categories .value:hover,
.ctdl-posts .item-content .item-data.categories .value:hover {
  background: rgba(153, 30, 146, 0.1);
}
.ctdl-directory-similar-items article.has-thumbnail.featured .item-content .item-thumbnail,
.ctdl-directory-items-list article.has-thumbnail.featured .item-content .item-thumbnail,
.ctdl-directory-search-results article.has-thumbnail.featured .item-content .item-thumbnail,
.ctdl-posts-search-results article.has-thumbnail.featured .item-content .item-thumbnail,
.ctdl-blog-posts article.has-thumbnail.featured .item-content .item-thumbnail,
.ctdl-posts article.has-thumbnail.featured .item-content .item-thumbnail {
  position: relative;
  overflow: hidden;
}
.ctdl-directory-similar-items article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-directory-items-list article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-directory-search-results article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-posts-search-results article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-blog-posts article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-posts article.has-thumbnail.featured .item-content .item-thumbnail:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  text-align: center;
  background: #ffffff;
  width: 7em;
  height: 2em;
  font-size: 0.7em;
  line-height: 2;
  color: #991e92;
  position: absolute;
  top: 0.8em;
  left: -1.7em;
  transform: rotate(-45deg);
  box-shadow: 0 0 70px rgba(153, 30, 146, 0.4);
}
.ctdl-directory-similar-items.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-directory-items-list.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-directory-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-posts-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-blog-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before,
.ctdl-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before {
  color: currentColor;
  box-shadow: 0 0 70px currentColor;
}
.ctdl-directory-similar-items.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,
.ctdl-directory-items-list.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,
.ctdl-directory-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,
.ctdl-posts-search-results.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,
.ctdl-blog-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before,
.ctdl-posts.custom-decor-color article.has-thumbnail.featured .item-content .item-thumbnail:before:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  text-align: center;
  background: #ffffff;
  width: 7em;
  height: 2em;
  font-size: 0.7em;
  line-height: 2;
  color: #991e92;
  position: absolute;
  top: 0.8em;
  left: -1.7em;
  transform: rotate(-45deg);
  box-shadow: 0 0 70px rgba(153, 30, 146, 0.4);
}
.ctdl-directory-similar-items.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-directory-items-list.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-directory-search-results.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-posts-search-results.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-blog-posts.custom-text-color .item-content .item-rating-wrapper .rating-stars:before,
.ctdl-posts.custom-text-color .item-content .item-rating-wrapper .rating-stars:before {
  opacity: 0.3;
}
.ctdl-directory-similar-items.custom-decor-color .item-content .item-data.categories .value:hover,
.ctdl-directory-items-list.custom-decor-color .item-content .item-data.categories .value:hover,
.ctdl-directory-search-results.custom-decor-color .item-content .item-data.categories .value:hover,
.ctdl-posts-search-results.custom-decor-color .item-content .item-data.categories .value:hover,
.ctdl-blog-posts.custom-decor-color .item-content .item-data.categories .value:hover,
.ctdl-posts.custom-decor-color .item-content .item-data.categories .value:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ctdl-directory-similar-items:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,
.ctdl-directory-items-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,
.ctdl-directory-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,
.ctdl-posts-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,
.ctdl-blog-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,
.ctdl-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web) .item-footer,
.ctdl-directory-similar-items article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,
.ctdl-directory-items-list article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,
.ctdl-directory-search-results article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,
.ctdl-posts-search-results article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,
.ctdl-blog-posts article:not(.has-locations):not(.has-address):not(.has-web) .item-footer,
.ctdl-posts article:not(.has-locations):not(.has-address):not(.has-web) .item-footer {
  border-top: none;
  margin-top: 0;
}
.ctdl-directory-similar-items:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-directory-items-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-directory-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-posts-search-results:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-blog-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-posts:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories) .item-footer,
.ctdl-directory-similar-items article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,
.ctdl-directory-items-list article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,
.ctdl-directory-search-results article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,
.ctdl-posts-search-results article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,
.ctdl-blog-posts article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer,
.ctdl-posts article:not(.has-locations):not(.has-address):not(.has-web):not(.has-categories) .item-footer {
  display: none;
}
.ctdl-directory-similar-items.size-small .item-content .item-title .post-title,
.ctdl-directory-items-list.size-small .item-content .item-title .post-title,
.ctdl-directory-search-results.size-small .item-content .item-title .post-title,
.ctdl-posts-search-results.size-small .item-content .item-title .post-title,
.ctdl-blog-posts.size-small .item-content .item-title .post-title,
.ctdl-posts.size-small .item-content .item-title .post-title {
  font-size: 1.2em;
  line-height: 1.3;
}
.ctdl-directory-similar-items.size-small .item-content .item-title .post-subtitle,
.ctdl-directory-items-list.size-small .item-content .item-title .post-subtitle,
.ctdl-directory-search-results.size-small .item-content .item-title .post-subtitle,
.ctdl-posts-search-results.size-small .item-content .item-title .post-subtitle,
.ctdl-blog-posts.size-small .item-content .item-title .post-subtitle,
.ctdl-posts.size-small .item-content .item-title .post-subtitle {
  font-size: 0.8em;
  line-height: 1.3;
}
.ctdl-directory-similar-items.size-small .item-content .item-description,
.ctdl-directory-items-list.size-small .item-content .item-description,
.ctdl-directory-search-results.size-small .item-content .item-description,
.ctdl-posts-search-results.size-small .item-content .item-description,
.ctdl-blog-posts.size-small .item-content .item-description,
.ctdl-posts.size-small .item-content .item-description {
  font-size: 0.8em;
  line-height: 1.3;
  line-height: 1.5;
}
.ctdl-directory-similar-items.size-small .item-content .item-data.location .label,
.ctdl-directory-items-list.size-small .item-content .item-data.location .label,
.ctdl-directory-search-results.size-small .item-content .item-data.location .label,
.ctdl-posts-search-results.size-small .item-content .item-data.location .label,
.ctdl-blog-posts.size-small .item-content .item-data.location .label,
.ctdl-posts.size-small .item-content .item-data.location .label,
.ctdl-directory-similar-items.size-small .item-content .item-data.address .label,
.ctdl-directory-items-list.size-small .item-content .item-data.address .label,
.ctdl-directory-search-results.size-small .item-content .item-data.address .label,
.ctdl-posts-search-results.size-small .item-content .item-data.address .label,
.ctdl-blog-posts.size-small .item-content .item-data.address .label,
.ctdl-posts.size-small .item-content .item-data.address .label,
.ctdl-directory-similar-items.size-small .item-content .item-data.web .label,
.ctdl-directory-items-list.size-small .item-content .item-data.web .label,
.ctdl-directory-search-results.size-small .item-content .item-data.web .label,
.ctdl-posts-search-results.size-small .item-content .item-data.web .label,
.ctdl-blog-posts.size-small .item-content .item-data.web .label,
.ctdl-posts.size-small .item-content .item-data.web .label {
  display: none;
}
.ctdl-directory-similar-items.size-small .item-content .item-data.location:before,
.ctdl-directory-items-list.size-small .item-content .item-data.location:before,
.ctdl-directory-search-results.size-small .item-content .item-data.location:before,
.ctdl-posts-search-results.size-small .item-content .item-data.location:before,
.ctdl-blog-posts.size-small .item-content .item-data.location:before,
.ctdl-posts.size-small .item-content .item-data.location:before,
.ctdl-directory-similar-items.size-small .item-content .item-data.address:before,
.ctdl-directory-items-list.size-small .item-content .item-data.address:before,
.ctdl-directory-search-results.size-small .item-content .item-data.address:before,
.ctdl-posts-search-results.size-small .item-content .item-data.address:before,
.ctdl-blog-posts.size-small .item-content .item-data.address:before,
.ctdl-posts.size-small .item-content .item-data.address:before,
.ctdl-directory-similar-items.size-small .item-content .item-data.web:before,
.ctdl-directory-items-list.size-small .item-content .item-data.web:before,
.ctdl-directory-search-results.size-small .item-content .item-data.web:before,
.ctdl-posts-search-results.size-small .item-content .item-data.web:before,
.ctdl-blog-posts.size-small .item-content .item-data.web:before,
.ctdl-posts.size-small .item-content .item-data.web:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  text-align: center;
}
.ctdl-directory-similar-items.size-small .item-content .item-data.location:before,
.ctdl-directory-items-list.size-small .item-content .item-data.location:before,
.ctdl-directory-search-results.size-small .item-content .item-data.location:before,
.ctdl-posts-search-results.size-small .item-content .item-data.location:before,
.ctdl-blog-posts.size-small .item-content .item-data.location:before,
.ctdl-posts.size-small .item-content .item-data.location:before {
  content: "\f3c5";
}
.ctdl-directory-similar-items.size-small .item-content .item-data.address:before,
.ctdl-directory-items-list.size-small .item-content .item-data.address:before,
.ctdl-directory-search-results.size-small .item-content .item-data.address:before,
.ctdl-posts-search-results.size-small .item-content .item-data.address:before,
.ctdl-blog-posts.size-small .item-content .item-data.address:before,
.ctdl-posts.size-small .item-content .item-data.address:before {
  content: "\f015";
}
.ctdl-directory-similar-items.size-small .item-content .item-data.web:before,
.ctdl-directory-items-list.size-small .item-content .item-data.web:before,
.ctdl-directory-search-results.size-small .item-content .item-data.web:before,
.ctdl-posts-search-results.size-small .item-content .item-data.web:before,
.ctdl-blog-posts.size-small .item-content .item-data.web:before,
.ctdl-posts.size-small .item-content .item-data.web:before {
  content: "\f0c1";
}
}@media all and (min-width: 600px){
  .ctdl-directory-similar-items .item-content,
  .ctdl-directory-items-list .item-content,
  .ctdl-directory-search-results .item-content,
  .ctdl-posts-search-results .item-content,
  .ctdl-blog-posts .item-content,
  .ctdl-posts .item-content {
    display: flex;
  }
  .ctdl-directory-similar-items .item-content .item-thumbnail,
  .ctdl-directory-items-list .item-content .item-thumbnail,
  .ctdl-directory-search-results .item-content .item-thumbnail,
  .ctdl-posts-search-results .item-content .item-thumbnail,
  .ctdl-blog-posts .item-content .item-thumbnail,
  .ctdl-posts .item-content .item-thumbnail {
    flex: 0 0 auto;
  }
  .ctdl-directory-similar-items .item-content .item-body,
  .ctdl-directory-items-list .item-content .item-body,
  .ctdl-directory-search-results .item-content .item-body,
  .ctdl-posts-search-results .item-content .item-body,
  .ctdl-blog-posts .item-content .item-body,
  .ctdl-posts .item-content .item-body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  .ctdl-directory-similar-items .item-content .item-body .item-title,
  .ctdl-directory-items-list .item-content .item-body .item-title,
  .ctdl-directory-search-results .item-content .item-body .item-title,
  .ctdl-posts-search-results .item-content .item-body .item-title,
  .ctdl-blog-posts .item-content .item-body .item-title,
  .ctdl-posts .item-content .item-body .item-title {
    flex: 0 0 auto;
  }
  .ctdl-directory-similar-items .item-content .item-body .item-text,
  .ctdl-directory-items-list .item-content .item-body .item-text,
  .ctdl-directory-search-results .item-content .item-body .item-text,
  .ctdl-posts-search-results .item-content .item-body .item-text,
  .ctdl-blog-posts .item-content .item-body .item-text,
  .ctdl-posts .item-content .item-body .item-text {
    flex: 0 0 auto;
  }
  .ctdl-directory-similar-items .item-content .item-body .item-footer,
  .ctdl-directory-items-list .item-content .item-body .item-footer,
  .ctdl-directory-search-results .item-content .item-body .item-footer,
  .ctdl-posts-search-results .item-content .item-body .item-footer,
  .ctdl-blog-posts .item-content .item-body .item-footer,
  .ctdl-posts .item-content .item-body .item-footer {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
  }
  .ctdl-directory-similar-items .item-content .item-body .item-footer > *,
  .ctdl-directory-items-list .item-content .item-body .item-footer > *,
  .ctdl-directory-search-results .item-content .item-body .item-footer > *,
  .ctdl-posts-search-results .item-content .item-body .item-footer > *,
  .ctdl-blog-posts .item-content .item-body .item-footer > *,
  .ctdl-posts .item-content .item-body .item-footer > * {
    flex: 0 0 auto;
  }
  .ctdl-directory-similar-items .item-content .item-body .item-footer > .categories,
  .ctdl-directory-items-list .item-content .item-body .item-footer > .categories,
  .ctdl-directory-search-results .item-content .item-body .item-footer > .categories,
  .ctdl-posts-search-results .item-content .item-body .item-footer > .categories,
  .ctdl-blog-posts .item-content .item-body .item-footer > .categories,
  .ctdl-posts .item-content .item-body .item-footer > .categories {
    margin-top: auto;
  }
}
@media all{.ctdl-directory-similar-items.layout-box .item-content,
.ctdl-directory-items-list.layout-box .item-content,
.ctdl-directory-search-results.layout-box .item-content,
.ctdl-posts-search-results.layout-box .item-content,
.ctdl-blog-posts.layout-box .item-content,
.ctdl-posts.layout-box .item-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail,
.ctdl-posts.layout-box .item-content .item-thumbnail {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail img,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail img,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail img,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail img,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail img,
.ctdl-posts.layout-box .item-content .item-thumbnail img {
  width: 100%;
  height: 50vw;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date,
.ctdl-posts.layout-box .item-content .item-thumbnail .item-date {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date a,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date a,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date a,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date a,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date a,
.ctdl-posts.layout-box .item-content .item-thumbnail .item-date a {
  display: block;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  padding: 10px;
  min-width: 4em;
  text-decoration: none;
  -moz-border-radius: 3px 0px;
  -webkit-border-radius: 3px 0px;
  border-radius: 3px 0px;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date span,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date span,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date span,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date span,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date span,
.ctdl-posts.layout-box .item-content .item-thumbnail .item-date span {
  display: block;
  margin: 0;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date .item-date-day,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date .item-date-day,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-day,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-day,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date .item-date-day,
.ctdl-posts.layout-box .item-content .item-thumbnail .item-date .item-date-day {
  font-size: 1.7em;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date .item-date-month,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date .item-date-month,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-month,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-month,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date .item-date-month,
.ctdl-posts.layout-box .item-content .item-thumbnail .item-date .item-date-month {
  font-size: 0.9em;
  text-transform: uppercase;
}
.ctdl-directory-similar-items.layout-box .item-content .item-thumbnail .item-date .item-date-year,
.ctdl-directory-items-list.layout-box .item-content .item-thumbnail .item-date .item-date-year,
.ctdl-directory-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-year,
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail .item-date .item-date-year,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail .item-date .item-date-year,
.ctdl-posts.layout-box .item-content .item-thumbnail .item-date .item-date-year {
  font-size: 0.8em;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date,
.ctdl-posts.layout-box .item-content .item-title .item-date {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1em;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date a,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date a,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date a,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date a,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date a,
.ctdl-posts.layout-box .item-content .item-title .item-date a {
  display: block;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  padding: 5px 12px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date a:after,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date a:after,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date a:after,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date a:after,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date a:after,
.ctdl-posts.layout-box .item-content .item-title .item-date a:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date span,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date span,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date span,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date span,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date span,
.ctdl-posts.layout-box .item-content .item-title .item-date span {
  display: inline-block;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-day,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-day,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-day,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-day,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-day,
.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-day {
  font-size: 0.9em;
  margin-right: 6px;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-month,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-month,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-month,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-month,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-month,
.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-month {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-right: 4px;
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-month:after,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-month:after,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-month:after,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-month:after,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-month:after,
.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-month:after {
  content: ",";
}
.ctdl-directory-similar-items.layout-box .item-content .item-title .item-date .item-date-year,
.ctdl-directory-items-list.layout-box .item-content .item-title .item-date .item-date-year,
.ctdl-directory-search-results.layout-box .item-content .item-title .item-date .item-date-year,
.ctdl-posts-search-results.layout-box .item-content .item-title .item-date .item-date-year,
.ctdl-blog-posts.layout-box .item-content .item-title .item-date .item-date-year,
.ctdl-posts.layout-box .item-content .item-title .item-date .item-date-year {
  font-size: 0.9em;
}
.ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content,
.ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content,
.ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,
.ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,
.ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content,
.ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content,
.ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content,
.ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content,
.ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,
.ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,
.ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content,
.ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
}@media all and (max-width: 399px){
  .ctdl-directory-similar-items.layout-box.custom-background-color .item-content,
  .ctdl-directory-items-list.layout-box.custom-background-color .item-content,
  .ctdl-directory-search-results.layout-box.custom-background-color .item-content,
  .ctdl-posts-search-results.layout-box.custom-background-color .item-content,
  .ctdl-blog-posts.layout-box.custom-background-color .item-content,
  .ctdl-posts.layout-box.custom-background-color .item-content {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .ctdl-directory-similar-items.layout-box.custom-background-color .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-box.custom-background-color .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-box.custom-background-color .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-box.custom-background-color .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-box.custom-background-color .item-content .item-thumbnail,
  .ctdl-posts.layout-box.custom-background-color .item-content .item-thumbnail,
  .ctdl-directory-similar-items.layout-box.custom-background-color .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.custom-background-color .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.custom-background-color .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.custom-background-color .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.custom-background-color .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.custom-background-color .item-content .item-thumbnail img {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .ctdl-directory-similar-items.layout-box.custom-background-color .item-content .item-body,
  .ctdl-directory-items-list.layout-box.custom-background-color .item-content .item-body,
  .ctdl-directory-search-results.layout-box.custom-background-color .item-content .item-body,
  .ctdl-posts-search-results.layout-box.custom-background-color .item-content .item-body,
  .ctdl-blog-posts.layout-box.custom-background-color .item-content .item-body,
  .ctdl-posts.layout-box.custom-background-color .item-content .item-body {
    padding: 0px 20px 0px 20px;
  }
}
@media all and (min-width: 400px){
  .ctdl-directory-similar-items.layout-box .item-content,
  .ctdl-directory-items-list.layout-box .item-content,
  .ctdl-directory-search-results.layout-box .item-content,
  .ctdl-posts-search-results.layout-box .item-content,
  .ctdl-blog-posts.layout-box .item-content,
  .ctdl-posts.layout-box .item-content {
    border: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .ctdl-directory-similar-items.layout-box.border-none .item-content,
  .ctdl-directory-items-list.layout-box.border-none .item-content,
  .ctdl-directory-search-results.layout-box.border-none .item-content,
  .ctdl-posts-search-results.layout-box.border-none .item-content,
  .ctdl-blog-posts.layout-box.border-none .item-content,
  .ctdl-posts.layout-box.border-none .item-content {
    border-width: 0px;
  }
  .ctdl-directory-similar-items.layout-box.border-thick .item-content,
  .ctdl-directory-items-list.layout-box.border-thick .item-content,
  .ctdl-directory-search-results.layout-box.border-thick .item-content,
  .ctdl-posts-search-results.layout-box.border-thick .item-content,
  .ctdl-blog-posts.layout-box.border-thick .item-content,
  .ctdl-posts.layout-box.border-thick .item-content {
    border: 2px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .ctdl-directory-similar-items.layout-box .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-box .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-box .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-box .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-box .item-content .item-thumbnail,
  .ctdl-posts.layout-box .item-content .item-thumbnail {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .ctdl-directory-similar-items.layout-box .item-content .item-body,
  .ctdl-directory-items-list.layout-box .item-content .item-body,
  .ctdl-directory-search-results.layout-box .item-content .item-body,
  .ctdl-posts-search-results.layout-box .item-content .item-body,
  .ctdl-blog-posts.layout-box .item-content .item-body,
  .ctdl-posts.layout-box .item-content .item-body {
    padding: 0px 29px 0px 29px;
  }
  .ctdl-directory-similar-items.layout-box.size-small .item-content .item-body,
  .ctdl-directory-items-list.layout-box.size-small .item-content .item-body,
  .ctdl-directory-search-results.layout-box.size-small .item-content .item-body,
  .ctdl-posts-search-results.layout-box.size-small .item-content .item-body,
  .ctdl-blog-posts.layout-box.size-small .item-content .item-body,
  .ctdl-posts.layout-box.size-small .item-content .item-body {
    padding: 0px 8% 0px 8%;
  }
  .ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content,
  .ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content,
  .ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,
  .ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content,
  .ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content,
  .ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content,
  .ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content,
  .ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content,
  .ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,
  .ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content,
  .ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content,
  .ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .ctdl-directory-similar-items.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-posts.layout-box.border-thin:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-similar-items.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-posts.layout-box.border-thick:not(.custom-background-color) .item-content .item-thumbnail {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media all and (min-width: 600px){
  .ctdl-directory-similar-items.layout-box .item-content,
  .ctdl-directory-items-list.layout-box .item-content,
  .ctdl-directory-search-results.layout-box .item-content,
  .ctdl-posts-search-results.layout-box .item-content,
  .ctdl-blog-posts.layout-box .item-content,
  .ctdl-posts.layout-box .item-content {
    display: flex;
    flex-direction: column;
  }
}
@media all{.ctdl-directory-similar-items.layout-box.border-none:not(.custom-background-color) .item-content,
.ctdl-directory-items-list.layout-box.border-none:not(.custom-background-color) .item-content,
.ctdl-directory-search-results.layout-box.border-none:not(.custom-background-color) .item-content,
.ctdl-posts-search-results.layout-box.border-none:not(.custom-background-color) .item-content,
.ctdl-blog-posts.layout-box.border-none:not(.custom-background-color) .item-content,
.ctdl-posts.layout-box.border-none:not(.custom-background-color) .item-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ctdl-directory-similar-items.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-items-list.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-directory-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-posts-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-blog-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail,
.ctdl-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-directory-similar-items.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
.ctdl-directory-items-list.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
.ctdl-directory-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
.ctdl-posts-search-results.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
.ctdl-blog-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
.ctdl-posts.layout-box.border-none:not(.custom-background-color) .item-content .item-thumbnail img {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,
.ctdl-directory-items-list.layout-list .item-content .item-thumbnail,
.ctdl-directory-search-results.layout-list .item-content .item-thumbnail,
.ctdl-posts-search-results.layout-list .item-content .item-thumbnail,
.ctdl-blog-posts.layout-list .item-content .item-thumbnail,
.ctdl-posts.layout-list .item-content .item-thumbnail {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-directory-similar-items.layout-list .item-content .item-thumbnail img,
.ctdl-directory-items-list.layout-list .item-content .item-thumbnail img,
.ctdl-directory-search-results.layout-list .item-content .item-thumbnail img,
.ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,
.ctdl-blog-posts.layout-list .item-content .item-thumbnail img,
.ctdl-posts.layout-list .item-content .item-thumbnail img {
  width: 100%;
  height: 12em;
}
.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date,
.ctdl-directory-items-list.layout-list .item-content .item-title .item-date,
.ctdl-directory-search-results.layout-list .item-content .item-title .item-date,
.ctdl-posts-search-results.layout-list .item-content .item-title .item-date,
.ctdl-blog-posts.layout-list .item-content .item-title .item-date,
.ctdl-posts.layout-list .item-content .item-title .item-date {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
  text-align: center;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  font-size: 0.8em;
  padding-right: 0;
  margin-right: 0;
}
.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date:before,
.ctdl-directory-items-list.layout-list .item-content .item-title .item-date:before,
.ctdl-directory-search-results.layout-list .item-content .item-title .item-date:before,
.ctdl-posts-search-results.layout-list .item-content .item-title .item-date:before,
.ctdl-blog-posts.layout-list .item-content .item-title .item-date:before,
.ctdl-posts.layout-list .item-content .item-title .item-date:before {
  content: "";
  display: block;
  border-right: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  position: absolute;
  top: 0.1em;
  bottom: 0.2em;
  right: 0;
}
.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date a,
.ctdl-directory-items-list.layout-list .item-content .item-title .item-date a,
.ctdl-directory-search-results.layout-list .item-content .item-title .item-date a,
.ctdl-posts-search-results.layout-list .item-content .item-title .item-date a,
.ctdl-blog-posts.layout-list .item-content .item-title .item-date a,
.ctdl-posts.layout-list .item-content .item-title .item-date a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date a:hover,
.ctdl-directory-items-list.layout-list .item-content .item-title .item-date a:hover,
.ctdl-directory-search-results.layout-list .item-content .item-title .item-date a:hover,
.ctdl-posts-search-results.layout-list .item-content .item-title .item-date a:hover,
.ctdl-blog-posts.layout-list .item-content .item-title .item-date a:hover,
.ctdl-posts.layout-list .item-content .item-title .item-date a:hover {
  text-decoration: underline;
}
.ctdl-directory-similar-items.layout-list .item-content .item-title .item-date:before,
.ctdl-directory-items-list.layout-list .item-content .item-title .item-date:before,
.ctdl-directory-search-results.layout-list .item-content .item-title .item-date:before,
.ctdl-posts-search-results.layout-list .item-content .item-title .item-date:before,
.ctdl-blog-posts.layout-list .item-content .item-title .item-date:before,
.ctdl-posts.layout-list .item-content .item-title .item-date:before {
  display: none;
}
.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date,
.ctdl-directory-items-list.layout-list .item-content .item-description .item-date,
.ctdl-directory-search-results.layout-list .item-content .item-description .item-date,
.ctdl-posts-search-results.layout-list .item-content .item-description .item-date,
.ctdl-blog-posts.layout-list .item-content .item-description .item-date,
.ctdl-posts.layout-list .item-content .item-description .item-date {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
  text-align: center;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  font-size: 0.9em;
}
.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date:before,
.ctdl-directory-items-list.layout-list .item-content .item-description .item-date:before,
.ctdl-directory-search-results.layout-list .item-content .item-description .item-date:before,
.ctdl-posts-search-results.layout-list .item-content .item-description .item-date:before,
.ctdl-blog-posts.layout-list .item-content .item-description .item-date:before,
.ctdl-posts.layout-list .item-content .item-description .item-date:before {
  content: "";
  display: block;
  border-right: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  position: absolute;
  top: 0.1em;
  bottom: 0.2em;
  right: 0;
}
.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date a,
.ctdl-directory-items-list.layout-list .item-content .item-description .item-date a,
.ctdl-directory-search-results.layout-list .item-content .item-description .item-date a,
.ctdl-posts-search-results.layout-list .item-content .item-description .item-date a,
.ctdl-blog-posts.layout-list .item-content .item-description .item-date a,
.ctdl-posts.layout-list .item-content .item-description .item-date a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ctdl-directory-similar-items.layout-list .item-content .item-description .item-date a:hover,
.ctdl-directory-items-list.layout-list .item-content .item-description .item-date a:hover,
.ctdl-directory-search-results.layout-list .item-content .item-description .item-date a:hover,
.ctdl-posts-search-results.layout-list .item-content .item-description .item-date a:hover,
.ctdl-blog-posts.layout-list .item-content .item-description .item-date a:hover,
.ctdl-posts.layout-list .item-content .item-description .item-date a:hover {
  text-decoration: underline;
}
.ctdl-directory-similar-items.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,
.ctdl-directory-items-list.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,
.ctdl-directory-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,
.ctdl-posts-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,
.ctdl-blog-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body,
.ctdl-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) .item-content .item-body {
  align-self: center;
}
.ctdl-directory-similar-items.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,
.ctdl-directory-items-list.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,
.ctdl-directory-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,
.ctdl-posts-search-results.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,
.ctdl-blog-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article,
.ctdl-posts.layout-list:not(.show-item-locations):not(.show-item-address):not(.show-item-web):not(.show-item-categories):not(.show-item-description) article {
  margin-bottom: 0;
}
.ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content,
.ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content,
.ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content,
.ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content,
.ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content,
.ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
}@media all and (max-width: 399px){
  .ctdl-directory-similar-items.layout-list.custom-background-color .item-content,
  .ctdl-directory-items-list.layout-list.custom-background-color .item-content,
  .ctdl-directory-search-results.layout-list.custom-background-color .item-content,
  .ctdl-posts-search-results.layout-list.custom-background-color .item-content,
  .ctdl-blog-posts.layout-list.custom-background-color .item-content,
  .ctdl-posts.layout-list.custom-background-color .item-content {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .ctdl-directory-similar-items.layout-list.custom-background-color .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-list.custom-background-color .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-list.custom-background-color .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-list.custom-background-color .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-list.custom-background-color .item-content .item-thumbnail,
  .ctdl-posts.layout-list.custom-background-color .item-content .item-thumbnail,
  .ctdl-directory-similar-items.layout-list.custom-background-color .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-list.custom-background-color .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-list.custom-background-color .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-list.custom-background-color .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-list.custom-background-color .item-content .item-thumbnail img,
  .ctdl-posts.layout-list.custom-background-color .item-content .item-thumbnail img {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .ctdl-directory-similar-items.layout-list.custom-background-color .item-content .item-body,
  .ctdl-directory-items-list.layout-list.custom-background-color .item-content .item-body,
  .ctdl-directory-search-results.layout-list.custom-background-color .item-content .item-body,
  .ctdl-posts-search-results.layout-list.custom-background-color .item-content .item-body,
  .ctdl-blog-posts.layout-list.custom-background-color .item-content .item-body,
  .ctdl-posts.layout-list.custom-background-color .item-content .item-body {
    padding: 0px 20px 0px 20px;
  }
}
@media all and (min-width: 400px){
  .ctdl-directory-similar-items.layout-list .item-content,
  .ctdl-directory-items-list.layout-list .item-content,
  .ctdl-directory-search-results.layout-list .item-content,
  .ctdl-posts-search-results.layout-list .item-content,
  .ctdl-blog-posts.layout-list .item-content,
  .ctdl-posts.layout-list .item-content {
    border: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
    padding: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content,
  .ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content,
  .ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content,
  .ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content,
  .ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content,
  .ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content {
    padding-left: 0;
    padding-top: 0;
  }
  .ctdl-directory-similar-items.layout-list.border-none .item-content,
  .ctdl-directory-items-list.layout-list.border-none .item-content,
  .ctdl-directory-search-results.layout-list.border-none .item-content,
  .ctdl-posts-search-results.layout-list.border-none .item-content,
  .ctdl-blog-posts.layout-list.border-none .item-content,
  .ctdl-posts.layout-list.border-none .item-content {
    border-width: 0px;
  }
  .ctdl-directory-similar-items.layout-list.border-thick .item-content,
  .ctdl-directory-items-list.layout-list.border-thick .item-content,
  .ctdl-directory-search-results.layout-list.border-thick .item-content,
  .ctdl-posts-search-results.layout-list.border-thick .item-content,
  .ctdl-blog-posts.layout-list.border-thick .item-content,
  .ctdl-posts.layout-list.border-thick .item-content {
    border: 2px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .ctdl-directory-similar-items.layout-list .item-content .item-body,
  .ctdl-directory-items-list.layout-list .item-content .item-body,
  .ctdl-directory-search-results.layout-list .item-content .item-body,
  .ctdl-posts-search-results.layout-list .item-content .item-body,
  .ctdl-blog-posts.layout-list .item-content .item-body,
  .ctdl-posts.layout-list .item-content .item-body {
    padding: 0px;
  }
  .ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-list .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-list .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-list .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-list .item-content .item-thumbnail,
  .ctdl-posts.layout-list .item-content .item-thumbnail {
    width: 18em;
    margin-top: -20px;
    padding-right: 0;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
  }
  .ctdl-directory-similar-items.layout-list .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-list .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-list .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-list .item-content .item-thumbnail img,
  .ctdl-posts.layout-list .item-content .item-thumbnail img {
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
  }
}
@media all and (min-width: 400px) and (max-width: 599px){
  .ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail,
  .ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0;
  }
  .ctdl-directory-similar-items.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img,
  .ctdl-posts.layout-list.border-none:not(.custom-background-color) .item-content .item-thumbnail img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media all and (min-width: 600px){
  .ctdl-directory-similar-items.layout-list .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-list .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-list .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-list .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-list .item-content .item-thumbnail,
  .ctdl-posts.layout-list .item-content .item-thumbnail {
    width: 10em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 35%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }
  .ctdl-directory-similar-items.layout-list .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-list .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-list .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-list .item-content .item-thumbnail img,
  .ctdl-posts.layout-list .item-content .item-thumbnail img {
    height: 8em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media all and (min-width: 1025px){
  .ctdl-directory-similar-items.layout-list.size-large .item-content .item-thumbnail,
  .ctdl-directory-items-list.layout-list.size-large .item-content .item-thumbnail,
  .ctdl-directory-search-results.layout-list.size-large .item-content .item-thumbnail,
  .ctdl-posts-search-results.layout-list.size-large .item-content .item-thumbnail,
  .ctdl-blog-posts.layout-list.size-large .item-content .item-thumbnail,
  .ctdl-posts.layout-list.size-large .item-content .item-thumbnail {
    width: 12em;
  }
  .ctdl-directory-similar-items.layout-list.size-large .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-list.size-large .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-list.size-large .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-list.size-large .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-list.size-large .item-content .item-thumbnail img,
  .ctdl-posts.layout-list.size-large .item-content .item-thumbnail img {
    height: 10em;
  }
}
@media all{.ctdl-directory-similar-items.custom-text-color .item-title a,
.ctdl-directory-items-list.custom-text-color .item-title a,
.ctdl-directory-search-results.custom-text-color .item-title a,
.ctdl-posts-search-results.custom-text-color .item-title a,
.ctdl-blog-posts.custom-text-color .item-title a,
.ctdl-posts.custom-text-color .item-title a {
  color: currentColor;
}
.ctdl-directory-similar-items.custom-text-color .item-title .post-title,
.ctdl-directory-items-list.custom-text-color .item-title .post-title,
.ctdl-directory-search-results.custom-text-color .item-title .post-title,
.ctdl-posts-search-results.custom-text-color .item-title .post-title,
.ctdl-blog-posts.custom-text-color .item-title .post-title,
.ctdl-posts.custom-text-color .item-title .post-title {
  color: inherit !important;
}
.ctdl-directory-similar-items.custom-text-color .item-description p,
.ctdl-directory-items-list.custom-text-color .item-description p,
.ctdl-directory-search-results.custom-text-color .item-description p,
.ctdl-posts-search-results.custom-text-color .item-description p,
.ctdl-blog-posts.custom-text-color .item-description p,
.ctdl-posts.custom-text-color .item-description p {
  opacity: 0.7;
}
.ctdl-directory-similar-items.custom-text-color .item-content .item-data .label,
.ctdl-directory-items-list.custom-text-color .item-content .item-data .label,
.ctdl-directory-search-results.custom-text-color .item-content .item-data .label,
.ctdl-posts-search-results.custom-text-color .item-content .item-data .label,
.ctdl-blog-posts.custom-text-color .item-content .item-data .label,
.ctdl-posts.custom-text-color .item-content .item-data .label {
  color: currentColor;
}
.ctdl-directory-similar-items.custom-text-color .item-content .item-data.address .values,
.ctdl-directory-items-list.custom-text-color .item-content .item-data.address .values,
.ctdl-directory-search-results.custom-text-color .item-content .item-data.address .values,
.ctdl-posts-search-results.custom-text-color .item-content .item-data.address .values,
.ctdl-blog-posts.custom-text-color .item-content .item-data.address .values,
.ctdl-posts.custom-text-color .item-content .item-data.address .values {
  opacity: 0.7;
}
.ctdl-directory-similar-items.custom-text-color .item-content .item-data.categories .value,
.ctdl-directory-items-list.custom-text-color .item-content .item-data.categories .value,
.ctdl-directory-search-results.custom-text-color .item-content .item-data.categories .value,
.ctdl-posts-search-results.custom-text-color .item-content .item-data.categories .value,
.ctdl-blog-posts.custom-text-color .item-content .item-data.categories .value,
.ctdl-posts.custom-text-color .item-content .item-data.categories .value {
  color: currentColor;
}
/* Posts modifications */
.ctdl-posts-search-results,
.ctdl-blog-posts,
.ctdl-posts {
  /* CUSTOM color settings */
}
}@media all and (min-width: 600px){
  .ctdl-posts-search-results .item-content .item-body .item-footer > .categories,
  .ctdl-blog-posts .item-content .item-body .item-footer > .categories,
  .ctdl-posts .item-content .item-body .item-footer > .categories {
    margin-top: 0;
  }
}
@media all{.ctdl-posts-search-results.layout-list article,
.ctdl-blog-posts.layout-list article,
.ctdl-posts.layout-list article {
  margin-bottom: 3em;
}
.ctdl-posts-search-results.layout-list .item-content,
.ctdl-blog-posts.layout-list .item-content,
.ctdl-posts.layout-list .item-content {
  border: none;
  padding: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-posts-search-results.layout-list .item-content .item-thumbnail,
.ctdl-blog-posts.layout-list .item-content .item-thumbnail,
.ctdl-posts.layout-list .item-content .item-thumbnail {
  margin-top: 0;
}
.ctdl-posts-search-results.layout-list .item-content .item-thumbnail img,
.ctdl-blog-posts.layout-list .item-content .item-thumbnail img,
.ctdl-posts.layout-list .item-content .item-thumbnail img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-posts-search-results.layout-list .item-content .item-footer,
.ctdl-blog-posts.layout-list .item-content .item-footer,
.ctdl-posts.layout-list .item-content .item-footer {
  margin-top: 0.2em !important;
  border-width: 0px;
  display: block;
}
.ctdl-posts-search-results.layout-list .item-content .item-data,
.ctdl-blog-posts.layout-list .item-content .item-data,
.ctdl-posts.layout-list .item-content .item-data {
  padding-top: 1em;
  padding-bottom: 0;
  border-width: 0;
  display: inline-block;
}
.ctdl-posts-search-results.layout-list .item-content .item-data.location,
.ctdl-blog-posts.layout-list .item-content .item-data.location,
.ctdl-posts.layout-list .item-content .item-data.location {
  padding-right: 10px;
}
.ctdl-posts-search-results.layout-list .item-content .item-data.location:before,
.ctdl-blog-posts.layout-list .item-content .item-data.location:before,
.ctdl-posts.layout-list .item-content .item-data.location:before {
  content: "\f3c5";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  text-align: center;
}
.ctdl-posts-search-results.layout-list .item-content .item-data.location .label,
.ctdl-blog-posts.layout-list .item-content .item-data.location .label,
.ctdl-posts.layout-list .item-content .item-data.location .label {
  display: none;
}
}@media all and (min-width: 600px){
  .ctdl-posts-search-results.layout-list .item-content,
  .ctdl-blog-posts.layout-list .item-content,
  .ctdl-posts.layout-list .item-content {
    padding: 0 20px 0 0;
  }
}
@media all{.ctdl-posts-search-results.layout-box .item-content,
.ctdl-blog-posts.layout-box .item-content,
.ctdl-posts.layout-box .item-content {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-posts-search-results.layout-box .item-content .item-thumbnail img,
.ctdl-blog-posts.layout-box .item-content .item-thumbnail img,
.ctdl-posts.layout-box .item-content .item-thumbnail img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-posts-search-results.layout-box .item-content .item-body,
.ctdl-blog-posts.layout-box .item-content .item-body,
.ctdl-posts.layout-box .item-content .item-body,
.ctdl-posts-search-results.layout-box.size-small .item-content .item-body,
.ctdl-blog-posts.layout-box.size-small .item-content .item-body,
.ctdl-posts.layout-box.size-small .item-content .item-body {
  padding: 0;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-title,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-title,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-title {
  color: inherit !important;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-meta,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-meta,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-meta {
  color: currentColor;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-meta .posted-on-text,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-meta .posted-on-text,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-meta .posted-on-text,
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .entry-meta .byline-text,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .entry-meta .byline-text,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .entry-meta .byline-text {
  opacity: 0.5;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-content,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-content,
.ctdl-posts.custom-text-color.layout-simple article .entry-content {
  opacity: 0.7;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-content .post-edit-link,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-content .post-edit-link,
.ctdl-posts.custom-text-color.layout-simple article .entry-content .post-edit-link {
  color: currentColor;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text {
  color: currentColor;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link a:hover .comments-text,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link a:hover .comments-text,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link a:hover .comments-text {
  color: currentColor;
  opacity: 1;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link:before,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link:before,
.ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link:before {
  border-color: inherit;
}
.ctdl-posts-search-results.custom-text-color.layout-simple article .entry-footer .cats-links .cats-list a,
.ctdl-blog-posts.custom-text-color.layout-simple article .entry-footer .cats-links .cats-list a,
.ctdl-posts.custom-text-color.layout-simple article .entry-footer .cats-links .cats-list a {
  color: currentColor;
}
.ctdl-posts-search-results.custom-text-color.layout-list .item-content .item-description .item-date:before,
.ctdl-blog-posts.custom-text-color.layout-list .item-content .item-description .item-date:before,
.ctdl-posts.custom-text-color.layout-list .item-content .item-description .item-date:before {
  border-color: currentColor;
  opacity: 0.2;
}
.ctdl-posts-search-results.custom-decor-color.layout-simple article .entry-footer .cats-links .cats-list a:hover,
.ctdl-blog-posts.custom-decor-color.layout-simple article .entry-footer .cats-links .cats-list a:hover,
.ctdl-posts.custom-decor-color.layout-simple article .entry-footer .cats-links .cats-list a:hover {
  background: rgba(0, 0, 0, 0.05);
}
}@media all and (max-width: 599px){
  .ctdl-posts-search-results.custom-decor-color.layout-simple article .entry-header .comments-link a,
  .ctdl-blog-posts.custom-decor-color.layout-simple article .entry-header .comments-link a,
  .ctdl-posts.custom-decor-color.layout-simple article .entry-header .comments-link a {
    color: currentColor;
  }
}
@media all and (min-width: 600px){
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link,
  .ctdl-posts.layout-simple article .entry-header .comments-link {
    color: currentColor !important;
  }
  .ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link a,
  .ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link a,
  .ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link a {
    color: currentColor;
  }
  .ctdl-posts-search-results.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,
  .ctdl-blog-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text,
  .ctdl-posts.custom-text-color.layout-simple article .entry-header .comments-link .comments-text {
    opacity: 0.5;
  }
}
@media all{.ctdl-posts-search-results.border-thin.layout-box .item-content,
.ctdl-blog-posts.border-thin.layout-box .item-content,
.ctdl-posts.border-thin.layout-box .item-content,
.ctdl-posts-search-results.border-thin.layout-list .item-content,
.ctdl-blog-posts.border-thin.layout-list .item-content,
.ctdl-posts.border-thin.layout-list .item-content,
.ctdl-posts-search-results.border-thin.layout-simple article,
.ctdl-blog-posts.border-thin.layout-simple article,
.ctdl-posts.border-thin.layout-simple article {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-clip: padding-box;
}
.ctdl-posts-search-results.border-thick.layout-box .item-content,
.ctdl-blog-posts.border-thick.layout-box .item-content,
.ctdl-posts.border-thick.layout-box .item-content,
.ctdl-posts-search-results.border-thick.layout-list .item-content,
.ctdl-blog-posts.border-thick.layout-list .item-content,
.ctdl-posts.border-thick.layout-list .item-content,
.ctdl-posts-search-results.border-thick.layout-simple article,
.ctdl-blog-posts.border-thick.layout-simple article,
.ctdl-posts.border-thick.layout-simple article {
  border: 2px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-clip: padding-box;
}
.ctdl-posts-search-results.border-thin:not(.layout-simple),
.ctdl-blog-posts.border-thin:not(.layout-simple),
.ctdl-posts.border-thin:not(.layout-simple),
.ctdl-posts-search-results.border-thick:not(.layout-simple),
.ctdl-blog-posts.border-thick:not(.layout-simple),
.ctdl-posts.border-thick:not(.layout-simple),
.ctdl-posts-search-results.custom-background-color:not(.layout-simple),
.ctdl-blog-posts.custom-background-color:not(.layout-simple),
.ctdl-posts.custom-background-color:not(.layout-simple) {
  /*

			.citadela-block-articles-wrap       { margin-left: -8px; margin-right: -8px; }

			article								{ padding-left: 8px; padding-right: 8px; }

			*/
}
.ctdl-posts-search-results.border-thin:not(.layout-simple) article,
.ctdl-blog-posts.border-thin:not(.layout-simple) article,
.ctdl-posts.border-thin:not(.layout-simple) article,
.ctdl-posts-search-results.border-thick:not(.layout-simple) article,
.ctdl-blog-posts.border-thick:not(.layout-simple) article,
.ctdl-posts.border-thick:not(.layout-simple) article,
.ctdl-posts-search-results.custom-background-color:not(.layout-simple) article,
.ctdl-blog-posts.custom-background-color:not(.layout-simple) article,
.ctdl-posts.custom-background-color:not(.layout-simple) article {
  margin-bottom: 16px;
}
.ctdl-posts-search-results.border-thin.layout-box .item-content,
.ctdl-blog-posts.border-thin.layout-box .item-content,
.ctdl-posts.border-thin.layout-box .item-content,
.ctdl-posts-search-results.border-thick.layout-box .item-content,
.ctdl-blog-posts.border-thick.layout-box .item-content,
.ctdl-posts.border-thick.layout-box .item-content,
.ctdl-posts-search-results.custom-background-color.layout-box .item-content,
.ctdl-blog-posts.custom-background-color.layout-box .item-content,
.ctdl-posts.custom-background-color.layout-box .item-content {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-posts-search-results.border-thin.layout-box .item-content .item-thumbnail img,
.ctdl-blog-posts.border-thin.layout-box .item-content .item-thumbnail img,
.ctdl-posts.border-thin.layout-box .item-content .item-thumbnail img,
.ctdl-posts-search-results.border-thick.layout-box .item-content .item-thumbnail img,
.ctdl-blog-posts.border-thick.layout-box .item-content .item-thumbnail img,
.ctdl-posts.border-thick.layout-box .item-content .item-thumbnail img,
.ctdl-posts-search-results.custom-background-color.layout-box .item-content .item-thumbnail img,
.ctdl-blog-posts.custom-background-color.layout-box .item-content .item-thumbnail img,
.ctdl-posts.custom-background-color.layout-box .item-content .item-thumbnail img {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ctdl-posts-search-results.border-thin.layout-box .item-body,
.ctdl-blog-posts.border-thin.layout-box .item-body,
.ctdl-posts.border-thin.layout-box .item-body,
.ctdl-posts-search-results.border-thick.layout-box .item-body,
.ctdl-blog-posts.border-thick.layout-box .item-body,
.ctdl-posts.border-thick.layout-box .item-body,
.ctdl-posts-search-results.custom-background-color.layout-box .item-body,
.ctdl-blog-posts.custom-background-color.layout-box .item-body,
.ctdl-posts.custom-background-color.layout-box .item-body {
  padding-left: 20px;
  padding-right: 20px;
}
.ctdl-posts-search-results.border-thin.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-blog-posts.border-thin.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-posts.border-thin.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-posts-search-results.border-thick.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-blog-posts.border-thick.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-posts.border-thick.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-posts-search-results.custom-background-color.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-blog-posts.custom-background-color.layout-box article:not(.has-thumbnail) .item-body,
.ctdl-posts.custom-background-color.layout-box article:not(.has-thumbnail) .item-body {
  padding-top: 20px;
}
}@media all and (min-width: 400px){
  .ctdl-posts-search-results.border-thin.layout-box .item-body,
  .ctdl-blog-posts.border-thin.layout-box .item-body,
  .ctdl-posts.border-thin.layout-box .item-body,
  .ctdl-posts-search-results.border-thick.layout-box .item-body,
  .ctdl-blog-posts.border-thick.layout-box .item-body,
  .ctdl-posts.border-thick.layout-box .item-body,
  .ctdl-posts-search-results.custom-background-color.layout-box .item-body,
  .ctdl-blog-posts.custom-background-color.layout-box .item-body,
  .ctdl-posts.custom-background-color.layout-box .item-body {
    padding-left: 29px;
    padding-right: 29px;
  }
  .ctdl-posts-search-results.border-thin.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-blog-posts.border-thin.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-posts.border-thin.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-posts-search-results.border-thick.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-blog-posts.border-thick.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-posts.border-thick.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-posts-search-results.custom-background-color.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-blog-posts.custom-background-color.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body,
  .ctdl-posts.custom-background-color.layout-box:not(.size-small) article:not(.has-thumbnail) .item-body {
    padding-top: 29px;
  }
  .ctdl-posts-search-results.border-thin.layout-box.size-small .item-body,
  .ctdl-blog-posts.border-thin.layout-box.size-small .item-body,
  .ctdl-posts.border-thin.layout-box.size-small .item-body,
  .ctdl-posts-search-results.border-thick.layout-box.size-small .item-body,
  .ctdl-blog-posts.border-thick.layout-box.size-small .item-body,
  .ctdl-posts.border-thick.layout-box.size-small .item-body,
  .ctdl-posts-search-results.custom-background-color.layout-box.size-small .item-body,
  .ctdl-blog-posts.custom-background-color.layout-box.size-small .item-body,
  .ctdl-posts.custom-background-color.layout-box.size-small .item-body {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media all{.ctdl-posts-search-results.border-thin.layout-list .item-content,
.ctdl-blog-posts.border-thin.layout-list .item-content,
.ctdl-posts.border-thin.layout-list .item-content,
.ctdl-posts-search-results.border-thick.layout-list .item-content,
.ctdl-blog-posts.border-thick.layout-list .item-content,
.ctdl-posts.border-thick.layout-list .item-content,
.ctdl-posts-search-results.custom-background-color.layout-list .item-content,
.ctdl-blog-posts.custom-background-color.layout-list .item-content,
.ctdl-posts.custom-background-color.layout-list .item-content {
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}@media all and (max-width: 399px){
  .ctdl-posts-search-results.border-thin.layout-list .item-content .item-body,
  .ctdl-blog-posts.border-thin.layout-list .item-content .item-body,
  .ctdl-posts.border-thin.layout-list .item-content .item-body,
  .ctdl-posts-search-results.border-thick.layout-list .item-content .item-body,
  .ctdl-blog-posts.border-thick.layout-list .item-content .item-body,
  .ctdl-posts.border-thick.layout-list .item-content .item-body,
  .ctdl-posts-search-results.custom-background-color.layout-list .item-content .item-body,
  .ctdl-blog-posts.custom-background-color.layout-list .item-content .item-body,
  .ctdl-posts.custom-background-color.layout-list .item-content .item-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all{.ctdl-posts-search-results.border-thin.layout-simple article,
.ctdl-blog-posts.border-thin.layout-simple article,
.ctdl-posts.border-thin.layout-simple article,
.ctdl-posts-search-results.border-thick.layout-simple article,
.ctdl-blog-posts.border-thick.layout-simple article,
.ctdl-posts.border-thick.layout-simple article,
.ctdl-posts-search-results.custom-background-color.layout-simple article,
.ctdl-blog-posts.custom-background-color.layout-simple article,
.ctdl-posts.custom-background-color.layout-simple article {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 3em;
}
.ctdl-posts-search-results.border-thin.layout-simple article .entry-header,
.ctdl-blog-posts.border-thin.layout-simple article .entry-header,
.ctdl-posts.border-thin.layout-simple article .entry-header,
.ctdl-posts-search-results.border-thick.layout-simple article .entry-header,
.ctdl-blog-posts.border-thick.layout-simple article .entry-header,
.ctdl-posts.border-thick.layout-simple article .entry-header,
.ctdl-posts-search-results.custom-background-color.layout-simple article .entry-header,
.ctdl-blog-posts.custom-background-color.layout-simple article .entry-header,
.ctdl-posts.custom-background-color.layout-simple article .entry-header {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.ctdl-posts-search-results.border-thin.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-blog-posts.border-thin.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-posts.border-thin.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-posts-search-results.border-thick.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-blog-posts.border-thick.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-posts.border-thick.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-posts-search-results.custom-background-color.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-blog-posts.custom-background-color.layout-simple .post-thumbnail:not(:last-child) img,
.ctdl-posts.custom-background-color.layout-simple .post-thumbnail:not(:last-child) img {
  border-radius: 0;
}
.ctdl-posts-search-results.border-thin.layout-simple .post-thumbnail:last-child,
.ctdl-blog-posts.border-thin.layout-simple .post-thumbnail:last-child,
.ctdl-posts.border-thin.layout-simple .post-thumbnail:last-child,
.ctdl-posts-search-results.border-thick.layout-simple .post-thumbnail:last-child,
.ctdl-blog-posts.border-thick.layout-simple .post-thumbnail:last-child,
.ctdl-posts.border-thick.layout-simple .post-thumbnail:last-child,
.ctdl-posts-search-results.custom-background-color.layout-simple .post-thumbnail:last-child,
.ctdl-blog-posts.custom-background-color.layout-simple .post-thumbnail:last-child,
.ctdl-posts.custom-background-color.layout-simple .post-thumbnail:last-child {
  margin-bottom: 0 !important;
}
.ctdl-posts-search-results.border-thin.layout-simple .post-thumbnail:last-child img,
.ctdl-blog-posts.border-thin.layout-simple .post-thumbnail:last-child img,
.ctdl-posts.border-thin.layout-simple .post-thumbnail:last-child img,
.ctdl-posts-search-results.border-thick.layout-simple .post-thumbnail:last-child img,
.ctdl-blog-posts.border-thick.layout-simple .post-thumbnail:last-child img,
.ctdl-posts.border-thick.layout-simple .post-thumbnail:last-child img,
.ctdl-posts-search-results.custom-background-color.layout-simple .post-thumbnail:last-child img,
.ctdl-blog-posts.custom-background-color.layout-simple .post-thumbnail:last-child img,
.ctdl-posts.custom-background-color.layout-simple .post-thumbnail:last-child img {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ctdl-posts-search-results.border-thin.layout-simple .entry-content,
.ctdl-blog-posts.border-thin.layout-simple .entry-content,
.ctdl-posts.border-thin.layout-simple .entry-content,
.ctdl-posts-search-results.border-thick.layout-simple .entry-content,
.ctdl-blog-posts.border-thick.layout-simple .entry-content,
.ctdl-posts.border-thick.layout-simple .entry-content,
.ctdl-posts-search-results.custom-background-color.layout-simple .entry-content,
.ctdl-blog-posts.custom-background-color.layout-simple .entry-content,
.ctdl-posts.custom-background-color.layout-simple .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}
.ctdl-posts-search-results.border-thin.layout-simple .entry-content:last-child,
.ctdl-blog-posts.border-thin.layout-simple .entry-content:last-child,
.ctdl-posts.border-thin.layout-simple .entry-content:last-child,
.ctdl-posts-search-results.border-thick.layout-simple .entry-content:last-child,
.ctdl-blog-posts.border-thick.layout-simple .entry-content:last-child,
.ctdl-posts.border-thick.layout-simple .entry-content:last-child,
.ctdl-posts-search-results.custom-background-color.layout-simple .entry-content:last-child,
.ctdl-blog-posts.custom-background-color.layout-simple .entry-content:last-child,
.ctdl-posts.custom-background-color.layout-simple .entry-content:last-child {
  padding-bottom: 20px;
}
.ctdl-posts-search-results.border-thin.layout-simple .entry-footer,
.ctdl-blog-posts.border-thin.layout-simple .entry-footer,
.ctdl-posts.border-thin.layout-simple .entry-footer,
.ctdl-posts-search-results.border-thick.layout-simple .entry-footer,
.ctdl-blog-posts.border-thick.layout-simple .entry-footer,
.ctdl-posts.border-thick.layout-simple .entry-footer,
.ctdl-posts-search-results.custom-background-color.layout-simple .entry-footer,
.ctdl-blog-posts.custom-background-color.layout-simple .entry-footer,
.ctdl-posts.custom-background-color.layout-simple .entry-footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
}@media all and (min-width: 600px){
  .ctdl-posts-search-results.border-thin.layout-simple article .entry-header,
  .ctdl-blog-posts.border-thin.layout-simple article .entry-header,
  .ctdl-posts.border-thin.layout-simple article .entry-header,
  .ctdl-posts-search-results.border-thick.layout-simple article .entry-header,
  .ctdl-blog-posts.border-thick.layout-simple article .entry-header,
  .ctdl-posts.border-thick.layout-simple article .entry-header,
  .ctdl-posts-search-results.custom-background-color.layout-simple article .entry-header,
  .ctdl-blog-posts.custom-background-color.layout-simple article .entry-header,
  .ctdl-posts.custom-background-color.layout-simple article .entry-header {
    padding-top: 29px;
    padding-left: 29px;
    padding-right: 159px;
  }
  .ctdl-posts-search-results.border-thin.layout-simple article .entry-header .comments-link,
  .ctdl-blog-posts.border-thin.layout-simple article .entry-header .comments-link,
  .ctdl-posts.border-thin.layout-simple article .entry-header .comments-link,
  .ctdl-posts-search-results.border-thick.layout-simple article .entry-header .comments-link,
  .ctdl-blog-posts.border-thick.layout-simple article .entry-header .comments-link,
  .ctdl-posts.border-thick.layout-simple article .entry-header .comments-link,
  .ctdl-posts-search-results.custom-background-color.layout-simple article .entry-header .comments-link,
  .ctdl-blog-posts.custom-background-color.layout-simple article .entry-header .comments-link,
  .ctdl-posts.custom-background-color.layout-simple article .entry-header .comments-link {
    top: 29px;
    right: 29px;
  }
  .ctdl-posts-search-results.border-thin.layout-simple .entry-content,
  .ctdl-blog-posts.border-thin.layout-simple .entry-content,
  .ctdl-posts.border-thin.layout-simple .entry-content,
  .ctdl-posts-search-results.border-thick.layout-simple .entry-content,
  .ctdl-blog-posts.border-thick.layout-simple .entry-content,
  .ctdl-posts.border-thick.layout-simple .entry-content,
  .ctdl-posts-search-results.custom-background-color.layout-simple .entry-content,
  .ctdl-blog-posts.custom-background-color.layout-simple .entry-content,
  .ctdl-posts.custom-background-color.layout-simple .entry-content {
    padding-left: 29px;
    padding-right: 29px;
  }
  .ctdl-posts-search-results.border-thin.layout-simple .entry-content:last-child,
  .ctdl-blog-posts.border-thin.layout-simple .entry-content:last-child,
  .ctdl-posts.border-thin.layout-simple .entry-content:last-child,
  .ctdl-posts-search-results.border-thick.layout-simple .entry-content:last-child,
  .ctdl-blog-posts.border-thick.layout-simple .entry-content:last-child,
  .ctdl-posts.border-thick.layout-simple .entry-content:last-child,
  .ctdl-posts-search-results.custom-background-color.layout-simple .entry-content:last-child,
  .ctdl-blog-posts.custom-background-color.layout-simple .entry-content:last-child,
  .ctdl-posts.custom-background-color.layout-simple .entry-content:last-child {
    padding-bottom: 29px;
  }
  .ctdl-posts-search-results.border-thin.layout-simple .entry-footer,
  .ctdl-blog-posts.border-thin.layout-simple .entry-footer,
  .ctdl-posts.border-thin.layout-simple .entry-footer,
  .ctdl-posts-search-results.border-thick.layout-simple .entry-footer,
  .ctdl-blog-posts.border-thick.layout-simple .entry-footer,
  .ctdl-posts.border-thick.layout-simple .entry-footer,
  .ctdl-posts-search-results.custom-background-color.layout-simple .entry-footer,
  .ctdl-blog-posts.custom-background-color.layout-simple .entry-footer,
  .ctdl-posts.custom-background-color.layout-simple .entry-footer {
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 29px;
  }
}
@media all{/*** Default Search Results ***/
.ctdl-default-search-results .no-results .page-content:before {
  display: inline-block;
  content: "\f05e";
  color: #991e92;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 3.5em;
}
.ctdl-default-search-results .citadela-block-title h2 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
}
.ctdl-default-search-results article {
  margin-bottom: 3.5em !important;
}
.ctdl-default-search-results article.sticky .item-title .post-title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.7em;
  display: inline-block;
  vertical-align: top;
  content: "\f005";
  color: #991e92;
  margin: 0.25em 0 0 0.3em;
}
.ctdl-default-search-results article .item-title .post-title:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  content: "\f002";
  color: #991e92;
  margin: 0.15em 0.5em 0 0;
}
.ctdl-default-search-results article.type-post .item-title .post-title:before {
  content: "\f15c";
  font-weight: 400;
}
.ctdl-default-search-results article.type-page .item-title .post-title:before {
  content: "\f0c5";
  font-weight: 400;
}
.ctdl-default-search-results article.type-tribe_events .item-title .post-title:before {
  content: "\f073";
  font-weight: 400;
}
.ctdl-default-search-results article.type-product .item-title .post-title:before {
  content: "\f291";
  font-weight: 900;
}
.ctdl-default-search-results .item-content .item-thumbnail img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-default-search-results .item-content .item-title .post-title {
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 700;
}
.ctdl-default-search-results .item-content .item-date {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
  text-align: center;
  padding-right: 9px;
  margin-right: 5px;
  position: relative;
  font-size: 0.9em;
}
.ctdl-default-search-results .item-content .item-date:before {
  content: "";
  display: block;
  border-right: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  position: absolute;
  top: 0.1em;
  bottom: 0.2em;
  right: 0;
}
.ctdl-default-search-results .item-content .item-date a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ctdl-default-search-results .item-content .item-date a:hover {
  text-decoration: underline;
}
.ctdl-default-search-results .item-content .item-title .item-date {
  font-size: 0.8em;
  padding-right: 0;
  margin-right: 0;
}
.ctdl-default-search-results .item-content .item-title .item-date:before {
  display: none;
}
.ctdl-default-search-results .item-content .item-description {
  margin-top: 0.5em;
}
.ctdl-default-search-results .item-content .item-description p {
  display: block;
  margin: 0;
}
.ctdl-default-search-results .item-content .item-description .more {
  display: none;
  margin-top: 0.8em;
}
.ctdl-default-search-results .item-content .item-footer {
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin-top: 1em;
}
.ctdl-default-search-results .item-content .item-data {
  border-width: 0px;
  padding-top: 0.8em;
  padding-bottom: 0;
  padding-right: 10px;
  display: inline-block;
  margin: 0;
}
.ctdl-default-search-results .item-content .item-data .label {
  display: inline-block;
  color: #222222;
  fill: #222222;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.3;
  letter-spacing: 0;
  margin-right: 6px;
}
.ctdl-default-search-results article:not(.has-locations):not(.has-categories) .item-footer {
  display: none;
}
/* Image height on BOX layout */
.ctdl-item-gallery.layout-default.size-large article .item-thumbnail img,
.ctdl-directory-similar-items.layout-box.size-large article .item-thumbnail img,
.ctdl-directory-items-list.layout-box.size-large article .item-thumbnail img,
.ctdl-directory-search-results.layout-box.size-large article .item-thumbnail img,
.ctdl-posts-search-results.layout-box.size-large article .item-thumbnail img,
.ctdl-blog-posts.layout-box.size-large article .item-thumbnail img,
.ctdl-posts.layout-box.size-large article .item-thumbnail img {
  max-height: 380px;
}
.ctdl-item-gallery.layout-default.size-medium article .item-thumbnail img,
.ctdl-directory-similar-items.layout-box.size-medium article .item-thumbnail img,
.ctdl-directory-items-list.layout-box.size-medium article .item-thumbnail img,
.ctdl-directory-search-results.layout-box.size-medium article .item-thumbnail img,
.ctdl-posts-search-results.layout-box.size-medium article .item-thumbnail img,
.ctdl-blog-posts.layout-box.size-medium article .item-thumbnail img,
.ctdl-posts.layout-box.size-medium article .item-thumbnail img {
  max-height: 270px;
}
.ctdl-item-gallery.layout-default.size-small article .item-thumbnail img,
.ctdl-directory-similar-items.layout-box.size-small article .item-thumbnail img,
.ctdl-directory-items-list.layout-box.size-small article .item-thumbnail img,
.ctdl-directory-search-results.layout-box.size-small article .item-thumbnail img,
.ctdl-posts-search-results.layout-box.size-small article .item-thumbnail img,
.ctdl-blog-posts.layout-box.size-small article .item-thumbnail img,
.ctdl-posts.layout-box.size-small article .item-thumbnail img {
  max-height: 190px;
}
.ctdl-item-gallery.layout-default.size-mini article .item-thumbnail img,
.ctdl-directory-similar-items.layout-box.size-mini article .item-thumbnail img,
.ctdl-directory-items-list.layout-box.size-mini article .item-thumbnail img,
.ctdl-directory-search-results.layout-box.size-mini article .item-thumbnail img,
.ctdl-posts-search-results.layout-box.size-mini article .item-thumbnail img,
.ctdl-blog-posts.layout-box.size-mini article .item-thumbnail img,
.ctdl-posts.layout-box.size-mini article .item-thumbnail img {
  max-height: 150px;
}
}@media all and (min-width: 400px){
  .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 30vw;
  }
  .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,
  .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img {
    height: 22vw;
  }
}
@media all and (min-width: 600px){
  .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img {
    height: 50vw;
  }
  .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img {
    height: 30vw;
  }
  .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 22vw;
  }
  .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,
  .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img {
    height: 17vw;
  }
}
@media all and (min-width: 1025px){
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img {
    height: 30vw;
  }
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img {
    height: 22vw;
  }
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 17vw;
  }
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-wide .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 15vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img {
    height: 30vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img {
    height: 22vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 17vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.wide-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img {
    height: 12vw;
  }
}
@media all and (min-width: 1400px){
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img {
    height: 22vw;
  }
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img {
    height: 17vw;
  }
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 12vw;
  }
  .citadela-block-custom-container.size-fullwidth .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .citadela-block-custom-container.size-fullwidth .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img {
    height: 10vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-large article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-large article .item-content .item-thumbnail img {
    height: 22vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-medium article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-medium article .item-content .item-thumbnail img {
    height: 17vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-small article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-small article .item-content .item-thumbnail img {
    height: 12vw;
  }
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-item-gallery.layout-default.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-similar-items.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-items-list.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-directory-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts-search-results.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-blog-posts.layout-box.size-mini article .item-content .item-thumbnail img,
  .page-fullwidth.full-content-width *:not(.citadela-block-custom-container) > * > .ctdl-posts.layout-box.size-mini article .item-content .item-thumbnail img {
    height: 10vw;
  }
}
@media all{.ctdl-item-gallery.layout-default.proportional-image-height article .item-content .item-thumbnail img,
.ctdl-directory-similar-items.proportional-image-height article .item-content .item-thumbnail img,
.ctdl-directory-items-list.proportional-image-height article .item-content .item-thumbnail img,
.ctdl-directory-search-results.proportional-image-height article .item-content .item-thumbnail img,
.ctdl-posts-search-results.proportional-image-height article .item-content .item-thumbnail img,
.ctdl-blog-posts.proportional-image-height article .item-content .item-thumbnail img,
.ctdl-posts.proportional-image-height article .item-content .item-thumbnail img {
  height: auto !important;
  max-height: none !important;
}
}@media all and (min-width: 1025px){
  .widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,
  .widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,
  .widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,
  .widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,
  .widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,
  .widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img,
  .widget .ctdl-posts.layout-box:not(.proportional-image-height).size-large article .item-content .item-thumbnail img {
    height: 150px;
  }
  .widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,
  .widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,
  .widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,
  .widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,
  .widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,
  .widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img,
  .widget .ctdl-posts.layout-box:not(.proportional-image-height).size-medium article .item-content .item-thumbnail img {
    height: 150px;
  }
  .widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,
  .widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,
  .widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,
  .widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,
  .widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,
  .widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img,
  .widget .ctdl-posts.layout-box:not(.proportional-image-height).size-small article .item-content .item-thumbnail img {
    height: 120px;
  }
  .widget .ctdl-item-gallery.layout-default:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,
  .widget .ctdl-directory-similar-items.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,
  .widget .ctdl-directory-items-list.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,
  .widget .ctdl-directory-search-results.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,
  .widget .ctdl-posts-search-results.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,
  .widget .ctdl-blog-posts.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img,
  .widget .ctdl-posts.layout-box:not(.proportional-image-height).size-mini article .item-content .item-thumbnail img {
    height: 100px;
  }
}
@media all{body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.advanced-header.box-layout .citadela-block-header,
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.advanced-header.list-layout .citadela-block-header,
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.box-layout .data-row,
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.list-layout .filters-heading {
  border-color: rgba(34, 34, 34, 0.1);
}
body:not(.pro-plugin-active) .ctdl-directory-advanced-filters.box-layout .submit-button-wrapper .submit-button {
  margin-top: 0rem;
}
.ctdl-directory-advanced-filters h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}
.ctdl-directory-advanced-filters .data-row {
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-directory-advanced-filters .filters-heading {
  color: #222222;
  fill: #222222;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0;
  margin-bottom: 1.3em;
}
.ctdl-directory-advanced-filters .filter-container .filter-checkbox {
  border-color: rgba(34, 34, 34, 0.1);
  background: #ffffff padding-box;
  color: #222222;
  fill: #222222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-directory-advanced-filters .filter-container .filter-label {
  font-size: 0.9em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  margin-left: 2em;
}
.ctdl-directory-advanced-filters.lines-type-filter-group .data-row {
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-directory-advanced-filters.lines-type-filter-heading .filters-heading {
  border-color: rgba(34, 34, 34, 0.1);
  padding-bottom: 1em;
  margin-bottom: 1.3em;
}
.ctdl-directory-advanced-filters.lines-type-filter-heading.custom-data-background-color .filters-heading {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1.5em;
}
.ctdl-directory-advanced-filters.lines-type-filter-group .citadela-block-articles-wrap,
.ctdl-directory-advanced-filters.custom-data-background-color .citadela-block-articles-wrap {
  margin-left: -2px;
  margin-right: -2px;
}
.ctdl-directory-advanced-filters.lines-type-filter-group .data-row,
.ctdl-directory-advanced-filters.custom-data-background-color .data-row {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
}
.ctdl-directory-advanced-filters .submit-button-wrapper .submit-button {
  margin-top: 0.7rem;
}
.ctdl-directory-advanced-filters.list-layout.custom-data-background-color .submit-button-wrapper .submit-button,
.ctdl-directory-advanced-filters.list-layout.lines-type-filter-group .submit-button-wrapper .submit-button {
  margin-top: 1rem;
}
.ctdl-directory-advanced-filters .submit-button-wrapper .submit-button > a {
  min-width: 150px;
}
.ctdl-directory-advanced-filters .submit-button-wrapper.small-button-style .submit-button > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.ctdl-directory-advanced-filters .submit-button-wrapper.small-button-style .submit-button > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-directory-advanced-filters .submit-button-wrapper.large-button-style .submit-button > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.ctdl-directory-advanced-filters .submit-button-wrapper.large-button-style .submit-button > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-directory-advanced-filters.advanced-header h2 {
  font-family: "Montserrat";
  font-size: 1.0em;
  line-height: 1.5;
}
.ctdl-directory-advanced-filters.advanced-header .citadela-block-header {
  color: #222222;
  fill: #222222;
  -moz-transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.ctdl-directory-advanced-filters.advanced-header.lines-type-none:not(.custom-data-background-color) .citadela-block-header,
.ctdl-directory-advanced-filters.advanced-header.lines-type-filter-heading:not(.custom-data-background-color) .citadela-block-header {
  margin-bottom: 1.5em;
}
.ctdl-directory-advanced-filters.advanced-header.custom-header-background-color:not(.header-border-type-bottom) .citadela-block-header,
.ctdl-directory-advanced-filters.advanced-header.header-border-type-full .citadela-block-header {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-directory-advanced-filters.advanced-header.header-border-type-bottom .citadela-block-header {
  -moz-border-radius: 4.5px 4.5px 0px 0px;
  -webkit-border-radius: 4.5px 4.5px 0px 0px;
  border-radius: 4.5px 4.5px 0px 0px;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-directory-advanced-filters.advanced-header.header-border-type-none:not(.custom-header-background-color) .citadela-block-header {
  padding-left: 20px;
}
.ctdl-directory-advanced-filters.advanced-header.header-border-type-none:not(.custom-header-background-color) .citadela-block-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  border-left: 3px solid #991e92;
}
.ctdl-directory-advanced-filters.advanced-header.header-border-type-full:not(.custom-header-border-color) .citadela-block-header,
.ctdl-directory-advanced-filters.advanced-header.custom-header-background-color.header-border-type-none .citadela-block-header {
  border-left: 3px solid #991e92;
  padding-left: 18px;
}
.ctdl-directory-advanced-filters.advanced-header.list-layout:not(.opened) .citadela-block-header,
.ctdl-directory-advanced-filters.advanced-header.list-layout.lines-type-filter-group .citadela-block-header,
.ctdl-directory-advanced-filters.advanced-header.list-layout.custom-data-background-color .citadela-block-header {
  margin-bottom: 4px;
}
.ctdl-directory-categories-list a,
.ctdl-directory-locations-list a {
  color: rgba(34, 34, 34, 0.7);
  outline: none;
}
.ctdl-directory-categories-list a:focus,
.ctdl-directory-locations-list a:focus {
  outline: none;
}
.ctdl-directory-categories-list .folder-card .folder-icon i,
.ctdl-directory-locations-list .folder-card .folder-icon i {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ctdl-directory-categories-list a .folder-card .folder-icon i,
.ctdl-directory-locations-list a .folder-card .folder-icon i {
  border-color: #991e92;
  color: #991e92;
}
.ctdl-directory-categories-list a:not(:hover) .folder-card .folder-icon i,
.ctdl-directory-locations-list a:not(:hover) .folder-card .folder-icon i {
  border-color: rgba(34, 34, 34, 0.1) !important;
}
.ctdl-directory-categories-list .folder-card .folder-title,
.ctdl-directory-locations-list .folder-card .folder-title {
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ctdl-directory-categories-list .folder-card .folder-description,
.ctdl-directory-locations-list .folder-card .folder-description {
  font-size: 0.9em;
}
.ctdl-directory-categories-list.size-large.layout-list a:not(:hover) .folder-icon i,
.ctdl-directory-locations-list.size-large.layout-list a:not(:hover) .folder-icon i {
  border-width: 2px;
  border-color: rgba(34, 34, 34, 0) !important;
}
.ctdl-directory-categories-list.size-large.layout-list a:hover .folder-icon i,
.ctdl-directory-locations-list.size-large.layout-list a:hover .folder-icon i {
  border-width: 2px;
  font-size: 0.5em;
}
.ctdl-directory-categories-list.size-large .folder-card .folder-title,
.ctdl-directory-locations-list.size-large .folder-card .folder-title {
  font-size: 1.6em;
  line-height: 1.3;
}
.ctdl-directory-categories-list.size-medium.layout-list .folder-card,
.ctdl-directory-locations-list.size-medium.layout-list .folder-card {
  padding-top: 0.8em;
}
.ctdl-directory-categories-list.size-medium.layout-list .folder-icon,
.ctdl-directory-locations-list.size-medium.layout-list .folder-icon {
  margin-top: -0.8em;
}
.ctdl-directory-categories-list.size-medium.layout-list a:not(:hover) .folder-icon i,
.ctdl-directory-locations-list.size-medium.layout-list a:not(:hover) .folder-icon i {
  border-width: 2px;
  border-color: rgba(34, 34, 34, 0) !important;
}
.ctdl-directory-categories-list.size-medium.layout-list a:hover .folder-icon i,
.ctdl-directory-locations-list.size-medium.layout-list a:hover .folder-icon i {
  border-width: 2px;
  font-size: 0.5em;
}
.ctdl-directory-categories-list.size-small a:hover .folder-card .folder-title,
.ctdl-directory-locations-list.size-small a:hover .folder-card .folder-title {
  color: #991e92;
}
.ctdl-directory-categories-list.size-small .folder-card .folder-title,
.ctdl-directory-locations-list.size-small .folder-card .folder-title {
  font-family: "Montserrat";
  font-size: 1.0em;
  line-height: 1.3;
  font-weight: 600;
}
.ctdl-directory-categories-list.size-small .folder-card .folder-description,
.ctdl-directory-locations-list.size-small .folder-card .folder-description {
  font-size: 0.8em;
  line-height: 1.3;
  line-height: 1.5;
}
.ctdl-directory-categories-list.size-small.layout-box .folder-card .folder-icon i,
.ctdl-directory-locations-list.size-small.layout-box .folder-card .folder-icon i {
  border: none;
}
.ctdl-directory-categories-list.size-small.layout-box .folder-card .folder-header,
.ctdl-directory-locations-list.size-small.layout-box .folder-card .folder-header {
  margin-bottom: 0;
}
.ctdl-directory-categories-list.hide-icon.size-large a:hover .folder-card .folder-title,
.ctdl-directory-locations-list.hide-icon.size-large a:hover .folder-card .folder-title,
.ctdl-directory-categories-list.hide-icon.size-medium a:hover .folder-card .folder-title,
.ctdl-directory-locations-list.hide-icon.size-medium a:hover .folder-card .folder-title {
  color: #991e92;
}
.ctdl-directory-categories-list.hide-description.size-large .folder-card,
.ctdl-directory-locations-list.hide-description.size-large .folder-card {
  margin: 0.5em 0;
}
.ctdl-directory-categories-list.hide-description.size-medium .folder-card,
.ctdl-directory-locations-list.hide-description.size-medium .folder-card {
  margin: 0.3em 0;
}
.ctdl-directory-categories-list.hide-description.size-small .folder-card,
.ctdl-directory-locations-list.hide-description.size-small .folder-card {
  margin: 0em 0;
}
.ctdl-directory-subcategories-list .citadela-block-articles a,
.ctdl-directory-sublocations-list .citadela-block-articles a {
  color: rgba(34, 34, 34, 0.7);
}
.ctdl-directory-subcategories-list .citadela-block-articles a .folder-card,
.ctdl-directory-sublocations-list .citadela-block-articles a .folder-card {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-directory-subcategories-list .citadela-block-articles a:hover .folder-card,
.ctdl-directory-sublocations-list .citadela-block-articles a:hover .folder-card {
  border-color: #991e92;
}
.ctdl-directory-subcategories-list .citadela-block-articles a .folder-card .folder-title,
.ctdl-directory-sublocations-list .citadela-block-articles a .folder-card .folder-title {
  color: #222222;
  fill: #222222;
  font-size: 1.0em;
  line-height: 1.3;
  font-weight: 600;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ctdl-directory-subcategories-list .citadela-block-articles a .folder-icon i,
.ctdl-directory-sublocations-list .citadela-block-articles a .folder-icon i {
  color: #991e92;
}
.ctdl-automatic-directory-google-map .map-container,
.ctdl-directory-google-map .map-container,
.ctdl-posts-map .map-container,
.ctdl-automatic-posts-map .map-container {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-clip-path: inset(0 0 0 0 round 6px);
}
.ctdl-automatic-directory-google-map .fa-map-label .fa-map-label-marker,
.ctdl-directory-google-map .fa-map-label .fa-map-label-marker,
.ctdl-posts-map .fa-map-label .fa-map-label-marker,
.ctdl-automatic-posts-map .fa-map-label .fa-map-label-marker {
  background: #991e92;
}
.ctdl-automatic-directory-google-map .citadela-track.default-color,
.ctdl-directory-google-map .citadela-track.default-color,
.ctdl-posts-map .citadela-track.default-color,
.ctdl-automatic-posts-map .citadela-track.default-color {
  stroke: #991e92;
}
.ctdl-automatic-directory-google-map .gm-style-iw.gm-style-iw-c,
.ctdl-directory-google-map .gm-style-iw.gm-style-iw-c,
.ctdl-posts-map .gm-style-iw.gm-style-iw-c,
.ctdl-automatic-posts-map .gm-style-iw.gm-style-iw-c {
  padding: 20px;
  padding-bottom: 8px !important;
  padding-right: 2px !important;
}
.ctdl-automatic-directory-google-map .gm-style-iw-d,
.ctdl-directory-google-map .gm-style-iw-d,
.ctdl-posts-map .gm-style-iw-d,
.ctdl-automatic-posts-map .gm-style-iw-d {
  max-height: 200px !important;
}
.ctdl-automatic-directory-google-map button.gm-ui-hover-effect,
.ctdl-directory-google-map button.gm-ui-hover-effect,
.ctdl-posts-map button.gm-ui-hover-effect,
.ctdl-automatic-posts-map button.gm-ui-hover-effect {
  top: -4px !important;
  right: -4px !important;
}
.ctdl-automatic-directory-google-map .leaflet-popup-content-wrapper,
.ctdl-directory-google-map .leaflet-popup-content-wrapper,
.ctdl-posts-map .leaflet-popup-content-wrapper,
.ctdl-automatic-posts-map .leaflet-popup-content-wrapper {
  border-radius: 8px;
}
.ctdl-automatic-directory-google-map .leaflet-popup-content,
.ctdl-directory-google-map .leaflet-popup-content,
.ctdl-posts-map .leaflet-popup-content,
.ctdl-automatic-posts-map .leaflet-popup-content {
  margin: 19px;
  width: auto !important;
}
.ctdl-automatic-directory-google-map .leaflet-container a.leaflet-popup-close-button,
.ctdl-directory-google-map .leaflet-container a.leaflet-popup-close-button,
.ctdl-posts-map .leaflet-container a.leaflet-popup-close-button,
.ctdl-automatic-posts-map .leaflet-container a.leaflet-popup-close-button {
  padding-right: 2px;
}
.ctdl-automatic-directory-google-map .infoBox,
.ctdl-directory-google-map .infoBox,
.ctdl-posts-map .infoBox,
.ctdl-automatic-posts-map .infoBox {
  width: 300px;
  box-sizing: border-box;
  text-align: left;
}
.ctdl-automatic-directory-google-map .infoBox .infobox-content,
.ctdl-directory-google-map .infoBox .infobox-content,
.ctdl-posts-map .infoBox .infobox-content,
.ctdl-automatic-posts-map .infoBox .infobox-content {
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-height: 110px;
}
.ctdl-automatic-directory-google-map .infoBox .item-data,
.ctdl-directory-google-map .infoBox .item-data,
.ctdl-posts-map .infoBox .item-data,
.ctdl-automatic-posts-map .infoBox .item-data {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.ctdl-automatic-directory-google-map .infoBox .item-picture,
.ctdl-directory-google-map .infoBox .item-picture,
.ctdl-posts-map .infoBox .item-picture,
.ctdl-automatic-posts-map .infoBox .item-picture {
  flex: 0 0 auto;
  margin: 0;
  float: none;
}
.ctdl-automatic-directory-google-map .infoBox .item-picture img,
.ctdl-directory-google-map .infoBox .item-picture img,
.ctdl-posts-map .infoBox .item-picture img,
.ctdl-automatic-posts-map .infoBox .item-picture img {
  width: 110px;
  height: 100%;
  max-height: 130px;
  vertical-align: top;
  object-fit: cover;
}
.ctdl-automatic-directory-google-map .infoBox.post .infobox-content,
.ctdl-directory-google-map .infoBox.post .infobox-content,
.ctdl-posts-map .infoBox.post .infobox-content,
.ctdl-automatic-posts-map .infoBox.post .infobox-content {
  min-height: 70px;
}
.ctdl-automatic-directory-google-map .infoBox.post .item-picture img,
.ctdl-directory-google-map .infoBox.post .item-picture img,
.ctdl-posts-map .infoBox.post .item-picture img,
.ctdl-automatic-posts-map .infoBox.post .item-picture img {
  width: 70px;
  height: 70px;
  max-height: 70px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.ctdl-automatic-directory-google-map .infoBox .infobox-title,
.ctdl-directory-google-map .infoBox .infobox-title,
.ctdl-posts-map .infoBox .infobox-title,
.ctdl-automatic-posts-map .infoBox .infobox-title {
  color: #222222;
  font-family: "Poppins";
  font-size: 1.4em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.ctdl-automatic-directory-google-map .infoBox p,
.ctdl-directory-google-map .infoBox p,
.ctdl-posts-map .infoBox p,
.ctdl-automatic-posts-map .infoBox p {
  color: rgba(34, 34, 34, 0.7);
  font-family: "Montserrat";
  font-size: 1.0em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
}
.ctdl-automatic-directory-google-map .infoBox a .item-button,
.ctdl-directory-google-map .infoBox a .item-button,
.ctdl-posts-map .infoBox a .item-button,
.ctdl-automatic-posts-map .infoBox a .item-button {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.3;
}
.ctdl-automatic-directory-google-map .infoBox a:hover .item-button,
.ctdl-directory-google-map .infoBox a:hover .item-button,
.ctdl-posts-map .infoBox a:hover .item-button,
.ctdl-automatic-posts-map .infoBox a:hover .item-button {
  text-decoration: underline;
}
.ctdl-automatic-directory-google-map .infoBox .item-data,
.ctdl-directory-google-map .infoBox .item-data,
.ctdl-posts-map .infoBox .item-data,
.ctdl-automatic-posts-map .infoBox .item-data {
  display: flex;
  flex-direction: column;
}
.ctdl-automatic-directory-google-map .infoBox .item-data > *,
.ctdl-directory-google-map .infoBox .item-data > *,
.ctdl-posts-map .infoBox .item-data > *,
.ctdl-automatic-posts-map .infoBox .item-data > * {
  flex: 0 0 auto;
}
.ctdl-automatic-directory-google-map .infoBox .item-data > a,
.ctdl-directory-google-map .infoBox .item-data > a,
.ctdl-posts-map .infoBox .item-data > a,
.ctdl-automatic-posts-map .infoBox .item-data > a {
  margin-top: auto;
}
.ctdl-automatic-directory-google-map.empty-map .empty-map-cover,
.ctdl-automatic-posts-map.empty-map .empty-map-cover {
  background: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-directory-google-map .map-container,
body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-directory-google-map .map-container,
body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-posts-map .map-container,
body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-posts-map .map-container {
  border-radius: 0px !important;
  -webkit-clip-path: inset(0 0 0 0 round 0px) !important;
}
body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-directory-google-map.empty-map .empty-map-cover,
body:not(.page-fullwidth).modern-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-posts-map.empty-map .empty-map-cover {
  border-radius: 0px !important;
}
}@media all and (max-width: 1024px){
  body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-directory-google-map .map-container,
  body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-directory-google-map .map-container,
  body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-posts-map .map-container,
  body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-posts-map .map-container {
    border-radius: 0px !important;
    -webkit-clip-path: inset(0 0 0 0 round 0px) !important;
  }
  body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-directory-google-map.empty-map .empty-map-cover,
  body:not(.page-fullwidth).classic-theme-layout .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-posts-map.empty-map .empty-map-cover {
    border-radius: 0px !important;
  }
}
@media all{body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-directory-google-map .map-container,
body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-directory-google-map .map-container,
body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-posts-map .map-container,
body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-posts-map .map-container {
  border-radius: 0px !important;
  -webkit-clip-path: inset(0 0 0 0 round 0px) !important;
}
body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-directory-google-map.empty-map .empty-map-cover,
body.page-fullwidth .citadela-block-custom-container.size-fullwidth:not(.has-bg) div:not(.wp-block-column) > .ctdl-automatic-posts-map.empty-map .empty-map-cover {
  border-radius: 0px !important;
  -webkit-clip-path: inset(0 0 0 0 round 0px) !important;
}
body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map .map-container,
body.half-layout .half-layout-part > .ctdl-directory-google-map .map-container,
body.half-layout .half-layout-part > .ctdl-automatic-posts-map .map-container,
body.half-layout .half-layout-part > .ctdl-posts-map .map-container {
  min-height: 500px;
  text-align: center;
  border-radius: 0px !important;
  -webkit-clip-path: inset(0 0 0 0 round 0px) !important;
}
body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map.empty-map .empty-map-cover,
body.half-layout .half-layout-part > .ctdl-automatic-posts-map.empty-map .empty-map-cover {
  border-radius: 0px !important;
}
}@media all and (min-width: 1025px){
  body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map,
  body.half-layout .half-layout-part > .ctdl-directory-google-map,
  body.half-layout .half-layout-part > .ctdl-automatic-posts-map,
  body.half-layout .half-layout-part > .ctdl-posts-map,
  body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map .provider-wrapper,
  body.half-layout .half-layout-part > .ctdl-directory-google-map .provider-wrapper,
  body.half-layout .half-layout-part > .ctdl-automatic-posts-map .provider-wrapper,
  body.half-layout .half-layout-part > .ctdl-posts-map .provider-wrapper,
  body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map .component-container,
  body.half-layout .half-layout-part > .ctdl-directory-google-map .component-container,
  body.half-layout .half-layout-part > .ctdl-automatic-posts-map .component-container,
  body.half-layout .half-layout-part > .ctdl-posts-map .component-container,
  body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map .map-container,
  body.half-layout .half-layout-part > .ctdl-directory-google-map .map-container,
  body.half-layout .half-layout-part > .ctdl-automatic-posts-map .map-container,
  body.half-layout .half-layout-part > .ctdl-posts-map .map-container {
    height: 100%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1266px){
  body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map .infoBox,
  body.half-layout .half-layout-part > .ctdl-directory-google-map .infoBox,
  body.half-layout .half-layout-part > .ctdl-automatic-posts-map .infoBox,
  body.half-layout .half-layout-part > .ctdl-posts-map .infoBox {
    width: 250px;
  }
  body.half-layout .half-layout-part > .ctdl-automatic-directory-google-map .infoBox .item-picture img,
  body.half-layout .half-layout-part > .ctdl-directory-google-map .infoBox .item-picture img,
  body.half-layout .half-layout-part > .ctdl-automatic-posts-map .infoBox .item-picture img,
  body.half-layout .half-layout-part > .ctdl-posts-map .infoBox .item-picture img {
    width: 80px;
    max-height: 100px;
  }
}
@media all{.ctdl-item-gpx-download.small-button-style .download-button > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.ctdl-item-gpx-download.small-button-style .download-button > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-gpx-download.large-button-style .download-button > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.ctdl-item-gpx-download.large-button-style .download-button > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-get-directions.small-button-style .button-wrapper > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.ctdl-item-get-directions.small-button-style .button-wrapper > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-get-directions.large-button-style .button-wrapper > a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.ctdl-item-get-directions.large-button-style .button-wrapper > a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-claim-listing h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}
.ctdl-item-claim-listing .claim-listing-form,
.ctdl-item-claim-listing .claim-listing-notification {
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
  position: relative;
}
}@media all and (min-width: 600px){
  .ctdl-item-claim-listing .claim-listing-form,
  .ctdl-item-claim-listing .claim-listing-notification {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all{.ctdl-item-claim-listing .claim-listing-form:before,
.ctdl-item-claim-listing .claim-listing-notification:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  z-index: 10;
}
.ctdl-item-claim-listing.align-right .claim-listing-form:before,
.ctdl-item-claim-listing.align-right .claim-listing-notification:before,
.ctdl-item-claim-listing.align-left .claim-listing-form:before,
.ctdl-item-claim-listing.align-left .claim-listing-notification:before {
  left: -1px;
  bottom: -1px;
  border-left: 4px solid #991e92;
  width: 40px;
  -moz-border-radius: 4.5px 0px 0px 4.5px;
  -webkit-border-radius: 4.5px 0px 0px 4.5px;
  border-radius: 4.5px 0px 0px 4.5px;
}
.ctdl-item-claim-listing.align-center .claim-listing-form:before,
.ctdl-item-claim-listing.align-center .claim-listing-notification:before {
  left: -1px;
  right: -1px;
  border-top: 4px solid #991e92;
  height: 40px;
  -moz-border-radius: 4.5px 4.5px 0px 0px;
  -webkit-border-radius: 4.5px 4.5px 0px 0px;
  border-radius: 4.5px 4.5px 0px 0px;
}
.ctdl-item-claim-listing .citadela-block-form {
  position: relative;
  z-index: 20;
}
.ctdl-item-claim-listing.opened > .claim-listing-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 10;
}
.ctdl-item-claim-listing.opened > .claim-listing-button:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  color: #991e92;
  font-weight: 900;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}
.ctdl-item-claim-listing.opened > .claim-listing-button .claim-listing-btn {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.ctdl-item-claim-listing.small-button-style > .claim-listing-button > button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.ctdl-item-claim-listing.small-button-style > .claim-listing-button > button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-claim-listing.large-button-style > .claim-listing-button > button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.ctdl-item-claim-listing.large-button-style > .claim-listing-button > button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-claim-listing .citadela-block-form .claim-listing-user {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 460px;
  font-size: 1.2em;
  line-height: 1.3;
  color: #991e92;
  display: block;
  font-weight: normal;
  margin: 0.5em auto 0em auto;
  background: rgba(153, 30, 146, 0.1);
}
.ctdl-item-claim-listing .citadela-block-form .claim-listing-user:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.ctdl-item-claim-listing.align-right .citadela-block-form .claim-listing-user,
.ctdl-item-claim-listing.align-left .citadela-block-form .claim-listing-user {
  margin-left: 0;
  margin-right: 0;
}
.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="text"],
.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="email"] {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 460px;
}
.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="text"]:focus,
.ctdl-item-claim-listing .input-container:not(.claim-listing-button) input[type="email"]:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.ctdl-item-claim-listing .input-container.has-error:not(.claim-listing-button) input[type="text"],
.ctdl-item-claim-listing .input-container.has-error:not(.claim-listing-button) input[type="email"] {
  border-color: #ff3c3c;
}
.ctdl-item-claim-listing .input-container.terms.has-error label {
  color: #ff3c3c;
}
.ctdl-item-claim-listing .input-container.product select {
  padding: 10px 40px 10px 15px;
  width: 100%;
  max-width: 460px;
  background-color: rgba(153, 30, 146, 0.1);
}
.ctdl-item-claim-listing .input-container.claim-listing-button > button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.ctdl-item-claim-listing .input-container.claim-listing-button > button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-claim-listing .data-messages p {
  color: #991e92;
}
.ctdl-item-claim-listing .msg-error p {
  color: #ff3c3c;
}
.ctdl-item-claim-listing .msg-error-server p {
  color: #ff3c3c;
}
.ctdl-item-claim-listing .msg.msg-success {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 0;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-item-claim-listing .msg.msg-success p {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
  padding: 40px;
}
.ctdl-item-claim-listing .msg.msg-success p:before {
  content: "\f058";
  color: #82c91e;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-size: 3.5em;
  margin-bottom: 0em;
  display: block;
}
.ctdl-item-extension h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 700;
}
.ctdl-item-extension .data-row .label {
  color: #222222;
  fill: #222222;
}
.ctdl-item-extension:not(.custom-value-color) .data-row .data i.fa-times {
  color: #ff3c3c;
}
.ctdl-item-extension:not(.custom-value-color) .data-row .data i.fa-check {
  color: #82c91e;
}
.ctdl-item-extension.custom-value-color .data-row .data a {
  color: currentColor;
  text-decoration: underline;
}
.ctdl-item-extension.text-layout .data-row .sep {
  color: #222222;
  fill: #222222;
}
.ctdl-item-extension.list-layout:not(.table-style) .data-row {
  margin-bottom: 0.8em;
}
.ctdl-item-extension.list-layout:not(.table-style) .data-row .label p {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0;
}
}@media all and (min-width: 400px){
  .ctdl-item-extension.list-layout:not(.table-style).align-right .data-row .data p {
    margin-left: 0.3em;
  }
  .ctdl-item-extension.list-layout:not(.table-style).align-left .data-row .label p {
    margin-right: 0.3em;
  }
  .ctdl-item-extension.list-layout:not(.table-style).align-center:not(.custom-label-width) .data-row p {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
}
@media all{.ctdl-item-extension.list-layout.table-style .data-row,
.ctdl-item-extension.list-layout.table-style .data-row:last-child {
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-item-extension.list-layout.table-style .data-row .label p {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0;
  margin-top: 0.6em;
}
.ctdl-item-extension.box-layout .citadela-block-articles-wrap {
  margin-left: -4px;
  margin-right: -4px;
}
.ctdl-item-extension.box-layout .data-row {
  border-color: rgba(34, 34, 34, 0.1);
  margin: 4px;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.ctdl-item-extension.box-layout .data-row .label {
  margin-bottom: 0em;
}
.ctdl-item-extension.box-layout .data-row .label p {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0;
  vertical-align: top;
}
.ctdl-author-detail .item-thumbnail,
.ctdl-author-detail .author-cover {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-author-detail .item-thumbnail {
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-author-detail .author-posts-number {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-author-detail .author-name {
  font-size: 2.0em;
  line-height: 1.3;
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-weight: 700;
}
.ctdl-author-detail .author-posts-number {
  font-size: 0.9rem;
  background-color: #ffffff;
  color: #222222;
  fill: #222222;
}
.ctdl-author-detail .author-posts-number .posts-text {
  font-size: 0.7em;
  text-transform: uppercase;
}
.ctdl-author-detail.show-author-cover .has-cover .author-icon {
  -moz-border-radius: 3.45px;
  -webkit-border-radius: 3.45px;
  border-radius: 3.45px;
}
.ctdl-author-detail.show-author-cover .has-cover .author-icon img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-author-detail.show-author-cover .has-cover .author-name {
  color: #ffffff;
}
.ctdl-author-detail.show-author-cover .has-cover .author-posts-number {
  background-color: #ffffff;
  color: #222222;
}
.ctdl-authors-list .citadela-block-title h2 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
}
.ctdl-authors-list article {
  margin-bottom: 0;
}
.ctdl-authors-list .item-content {
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  background-clip: content-box;
  color: rgba(34, 34, 34, 0.7);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ctdl-authors-list .author-cover img {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.ctdl-authors-list .author-posts-number {
  font-size: 0.7em;
  line-height: 1.3;
  -moz-border-radius: 0px 3px 0px 3px;
  -webkit-border-radius: 0px 3px 0px 3px;
  border-radius: 0px 3px 0px 3px;
  padding: 5px 13px 4px 13px;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  min-height: 3px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ctdl-authors-list .author-posts-number > * {
  flex: 0 0 auto;
}
.ctdl-authors-list .author-posts-number .posts-number {
  margin-right: 0.3em;
}
.ctdl-authors-list .item-title {
  font-size: 1.2em;
  line-height: 1.3;
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-weight: 700;
}
.ctdl-authors-list .item-description {
  font-size: 0.8em;
  line-height: 1.3;
  line-height: 1.5;
}
.ctdl-authors-list .item-posts-link {
  font-size: 0.9em;
}
.ctdl-authors-list.custom-decor-color .item-posts-link a {
  color: currentColor;
}
.ctdl-authors-list.custom-text-color .item-content {
  color: currentColor;
}
.ctdl-authors-list.custom-text-color .item-title {
  color: currentColor;
}
.ctdl-authors-list.custom-text-color .item-description {
  opacity: 0.7;
}
.ctdl-authors-list.border-none .item-content {
  border-width: 0px;
}
.ctdl-authors-list.border-thick .item-content {
  border-width: 2px;
}
.ctdl-item-events .citadela-block-title h2 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1em;
}
.ctdl-item-events .event-date-label {
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  font-size: 1.0em;
  line-height: 1.5;
  line-height: 1.3;
  font-weight: 400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ctdl-item-events .citadela-event-datetime {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.ctdl-item-events .citadela-event-datetime span {
  color: #991e92;
}
.ctdl-item-events .citadela-event-datetime span.timezone {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.ctdl-item-events .citadela-event-title h3 {
  font-size: 1.4em;
  line-height: 1.3;
  color: #222222;
  fill: #222222;
  font-weight: 700;
  margin-top: 0;
}
.ctdl-item-events .citadela-event-title .event-price:before {
  opacity: 0.2;
}
.ctdl-item-events .citadela-event-description {
  font-size: 0.9em;
}
.ctdl-item-events .citadela-event-thumbnail img {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
  width: 100%;
  vertical-align: top;
}
}@media all and (min-width: 400px){
  .ctdl-item-events .citadela-event-date {
    width: 86px;
    padding-right: 30px;
  }
  .ctdl-item-events .event-date-label {
    padding: 8px 0px;
  }
  .ctdl-item-events .event-date-label > .month {
    font-size: 0.8em;
    line-height: 1.3;
    line-height: 1.5;
    margin-bottom: -4px;
  }
  .ctdl-item-events .event-date-label > .day {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
@media all and (min-width: 769px){
  .ctdl-item-events .citadela-event-thumbnail {
    width: 120px;
    margin-left: 30px;
  }
  .ctdl-item-events .citadela-event-thumbnail img {
    margin-bottom: 0.5rem;
  }
  .ctdl-item-events .citadela-event-description p {
    margin-bottom: 0.5rem;
  }
}
@media all{.ctdl-item-events:not(.show-item-description) .citadela-event-datetime {
  font-weight: 400;
}
.ctdl-item-events:not(.show-item-description) .citadela-event-title h3 {
  margin: 0.1em 0px 0.2em 0px;
}
.ctdl-info-content {
  border-color: #991e92;
  background: rgba(153, 30, 146, 0.1);
}
.ctdl-info-content:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
.wp-block-citadela-blocks.use-carousel:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.wp-block-citadela-blocks.use-carousel .swiper-container {
  margin-left: -8px;
  margin-right: -8px;
  z-index: 0;
}
.wp-block-citadela-blocks.use-carousel .citadela-loader {
  z-index: 500;
  color: #222222;
  fill: #222222;
}
.wp-block-citadela-blocks.use-carousel .citadela-loader i {
  opacity: 0.5;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper {
  position: relative;
  margin: 0.5em -2px;
  display: flex;
  flex-flow: row wrap;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev,
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next {
  flex: 1 1 auto;
  cursor: pointer;
  color: #222222;
  fill: #222222;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 2px;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev:focus,
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next:focus {
  outline: none;
  box-shadow: none;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev:hover,
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next:hover {
  color: #991e92;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev {
  float: left;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next {
  float: right;
}
.wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
}@media all and (min-width: 400px){
  .wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-navigation-wrapper {
    display: block;
    margin: 0.5em 0;
  }
  .wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-prev,
  .wp-block-citadela-blocks.use-carousel.carousel-navigation .carousel-button-next {
    border: none;
    margin: 0;
  }
}
@media all and (min-width: 400px){
  .wp-block-citadela-blocks.use-carousel.carousel-navigation:not(.carousel-pagination) .carousel-navigation-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
  }
}
@media all{.wp-block-citadela-blocks.use-carousel.carousel-pagination .carousel-pagination-wrapper {
  display: none;
  width: auto;
  margin: 0.5em 60px;
  padding: 2px 0;
  text-align: center;
}
.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet {
  border: 2px solid;
  border-color: #222222;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 5px;
  background: transparent;
  opacity: 0.5;
  cursor: pointer;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -moz-transform: scale(0.71);
  -webkit-transform: scale(0.71);
  -ms-transform: scale(0.71);
  transform: scale(0.71);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet:focus {
  outline: none;
  box-shadow: none;
}
.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet:hover {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #991e92;
  background: none;
}
.wp-block-citadela-blocks.use-carousel.carousel-pagination span.carousel-bullet.active {
  opacity: 1;
  background-color: #222222;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #222222;
}
}@media all and (min-width: 400px){
  .wp-block-citadela-blocks.use-carousel.carousel-pagination .carousel-pagination-wrapper {
    display: block;
  }
}
@media all{.wp-block-citadela-blocks.use-carousel.carousel-pagination:not(.carousel-navigation) .carousel-pagination-wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-navigation .carousel-button-prev,
.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-navigation .carousel-button-next {
  color: currentColor;
  border-color: currentColor;
}
.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-pagination span.carousel-bullet {
  border-color: currentColor;
}
.wp-block-citadela-blocks.use-carousel.custom-carousel-color.carousel-pagination span.carousel-bullet.active {
  background-color: currentColor;
}
/************/
/*** BLOG ***/
/************/
.home.blog .site-content {
  padding-top: 7em;
}
.blog .site-main .type-post,
.archive .site-main .type-post,
.search-results .site-main .hentry,
.search-results .site-main .type-product,
.ctdl-posts-search-results.layout-simple article,
.ctdl-blog-posts.layout-simple article,
.ctdl-posts.layout-simple article {
  margin-bottom: 5em;
}
.blog .site-main .type-post .entry-header,
.archive .site-main .type-post .entry-header,
.search-results .site-main .hentry .entry-header,
.search-results .site-main .type-product .entry-header,
.ctdl-posts-search-results.layout-simple article .entry-header,
.ctdl-blog-posts.layout-simple article .entry-header,
.ctdl-posts.layout-simple article .entry-header {
  position: relative;
}
.blog .site-main .type-post .entry-header .entry-title,
.archive .site-main .type-post .entry-header .entry-title,
.search-results .site-main .hentry .entry-header .entry-title,
.search-results .site-main .type-product .entry-header .entry-title,
.ctdl-posts-search-results.layout-simple article .entry-header .entry-title,
.ctdl-blog-posts.layout-simple article .entry-header .entry-title,
.ctdl-posts.layout-simple article .entry-header .entry-title {
  margin-top: 0;
  font-weight: 700;
}
.blog .site-main .type-post.sticky .entry-header .entry-title:after,
.archive .site-main .type-post.sticky .entry-header .entry-title:after,
.search-results .site-main .hentry.sticky .entry-header .entry-title:after,
.search-results .site-main .type-product.sticky .entry-header .entry-title:after,
.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title:after,
.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title:after,
.ctdl-posts.layout-simple article.sticky .entry-header .entry-title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.7em;
  display: inline-block;
  vertical-align: top;
  content: "\f005";
  color: #991e92;
  margin: 0.25em 0 0 0.3em;
}
.blog .site-main .type-post .entry-header .entry-meta,
.archive .site-main .type-post .entry-header .entry-meta,
.search-results .site-main .hentry .entry-header .entry-meta,
.search-results .site-main .type-product .entry-header .entry-meta,
.ctdl-posts-search-results.layout-simple article .entry-header .entry-meta,
.ctdl-blog-posts.layout-simple article .entry-header .entry-meta,
.ctdl-posts.layout-simple article .entry-header .entry-meta {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.blog .site-main .type-post .entry-header .entry-meta > span,
.archive .site-main .type-post .entry-header .entry-meta > span,
.search-results .site-main .hentry .entry-header .entry-meta > span,
.search-results .site-main .type-product .entry-header .entry-meta > span,
.ctdl-posts-search-results.layout-simple article .entry-header .entry-meta > span,
.ctdl-blog-posts.layout-simple article .entry-header .entry-meta > span,
.ctdl-posts.layout-simple article .entry-header .entry-meta > span {
  display: inline-block;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.blog .site-main .type-post .entry-header .entry-meta .posted-on,
.archive .site-main .type-post .entry-header .entry-meta .posted-on,
.search-results .site-main .hentry .entry-header .entry-meta .posted-on,
.search-results .site-main .type-product .entry-header .entry-meta .posted-on,
.ctdl-posts-search-results.layout-simple article .entry-header .entry-meta .posted-on,
.ctdl-blog-posts.layout-simple article .entry-header .entry-meta .posted-on,
.ctdl-posts.layout-simple article .entry-header .entry-meta .posted-on {
  margin-right: 10px;
}
.blog .site-main .type-post .entry-header .comments-link,
.archive .site-main .type-post .entry-header .comments-link,
.search-results .site-main .hentry .entry-header .comments-link,
.search-results .site-main .type-product .entry-header .comments-link,
.ctdl-posts-search-results.layout-simple article .entry-header .comments-link,
.ctdl-blog-posts.layout-simple article .entry-header .comments-link,
.ctdl-posts.layout-simple article .entry-header .comments-link {
  position: relative;
  display: block;
  padding-top: 0.8em;
  margin-top: 0.8em;
}
.blog .site-main .type-post .entry-header .comments-link:before,
.archive .site-main .type-post .entry-header .comments-link:before,
.search-results .site-main .hentry .entry-header .comments-link:before,
.search-results .site-main .type-product .entry-header .comments-link:before,
.ctdl-posts-search-results.layout-simple article .entry-header .comments-link:before,
.ctdl-blog-posts.layout-simple article .entry-header .comments-link:before,
.ctdl-posts.layout-simple article .entry-header .comments-link:before {
  content: "";
  display: block;
  border-top: 1px solid;
  border-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.blog .site-main .type-post .post-thumbnail,
.archive .site-main .type-post .post-thumbnail,
.search-results .site-main .hentry .post-thumbnail,
.search-results .site-main .type-product .post-thumbnail,
.ctdl-posts-search-results.layout-simple article .post-thumbnail,
.ctdl-blog-posts.layout-simple article .post-thumbnail,
.ctdl-posts.layout-simple article .post-thumbnail {
  max-width: 100%;
}
.blog .site-main .type-post .post-thumbnail img,
.archive .site-main .type-post .post-thumbnail img,
.search-results .site-main .hentry .post-thumbnail img,
.search-results .site-main .type-product .post-thumbnail img,
.ctdl-posts-search-results.layout-simple article .post-thumbnail img,
.ctdl-blog-posts.layout-simple article .post-thumbnail img,
.ctdl-posts.layout-simple article .post-thumbnail img {
  width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 0;
}
.blog .site-main .type-post .entry-content .edit-link,
.archive .site-main .type-post .entry-content .edit-link,
.search-results .site-main .hentry .entry-content .edit-link,
.search-results .site-main .type-product .entry-content .edit-link,
.ctdl-posts-search-results.layout-simple article .entry-content .edit-link,
.ctdl-blog-posts.layout-simple article .entry-content .edit-link,
.ctdl-posts.layout-simple article .entry-content .edit-link {
  display: inline-block;
  vertical-align: top;
  text-transform: lowercase;
}
.blog .site-main .type-post .entry-content .edit-link a:before,
.archive .site-main .type-post .entry-content .edit-link a:before,
.search-results .site-main .hentry .entry-content .edit-link a:before,
.search-results .site-main .type-product .entry-content .edit-link a:before,
.ctdl-posts-search-results.layout-simple article .entry-content .edit-link a:before,
.ctdl-blog-posts.layout-simple article .entry-content .edit-link a:before,
.ctdl-posts.layout-simple article .entry-content .edit-link a:before {
  content: " [ ";
}
.blog .site-main .type-post .entry-content .edit-link a:after,
.archive .site-main .type-post .entry-content .edit-link a:after,
.search-results .site-main .hentry .entry-content .edit-link a:after,
.search-results .site-main .type-product .entry-content .edit-link a:after,
.ctdl-posts-search-results.layout-simple article .entry-content .edit-link a:after,
.ctdl-blog-posts.layout-simple article .entry-content .edit-link a:after,
.ctdl-posts.layout-simple article .entry-content .edit-link a:after {
  content: " ] ";
}
.blog .site-main .type-post .entry-footer,
.archive .site-main .type-post .entry-footer,
.search-results .site-main .hentry .entry-footer,
.search-results .site-main .type-product .entry-footer,
.ctdl-posts-search-results.layout-simple article .entry-footer,
.ctdl-blog-posts.layout-simple article .entry-footer,
.ctdl-posts.layout-simple article .entry-footer {
  margin-top: 0.5em;
}
.blog .site-main .type-post .entry-footer .locs-links,
.archive .site-main .type-post .entry-footer .locs-links,
.search-results .site-main .hentry .entry-footer .locs-links,
.search-results .site-main .type-product .entry-footer .locs-links,
.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links,
.ctdl-blog-posts.layout-simple article .entry-footer .locs-links,
.ctdl-posts.layout-simple article .entry-footer .locs-links {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding-top: 1em;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .site-main .type-post .entry-footer .locs-links:before,
.archive .site-main .type-post .entry-footer .locs-links:before,
.search-results .site-main .hentry .entry-footer .locs-links:before,
.search-results .site-main .type-product .entry-footer .locs-links:before,
.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links:before,
.ctdl-blog-posts.layout-simple article .entry-footer .locs-links:before,
.ctdl-posts.layout-simple article .entry-footer .locs-links:before {
  content: "\f3c5";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
}
.blog .site-main .type-post .entry-footer .locs-links .locs-text,
.archive .site-main .type-post .entry-footer .locs-links .locs-text,
.search-results .site-main .hentry .entry-footer .locs-links .locs-text,
.search-results .site-main .type-product .entry-footer .locs-links .locs-text,
.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-text,
.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-text,
.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-text {
  display: none;
}
.blog .site-main .type-post .entry-footer .locs-links .locs-list a,
.archive .site-main .type-post .entry-footer .locs-links .locs-list a,
.search-results .site-main .hentry .entry-footer .locs-links .locs-list a,
.search-results .site-main .type-product .entry-footer .locs-links .locs-list a,
.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-list a,
.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-list a,
.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-list a {
  display: block;
  vertical-align: top;
  margin-bottom: 0.2em;
}
.blog .site-main .type-post .entry-footer .locs-links .locs-list a:not(:last-child):after,
.archive .site-main .type-post .entry-footer .locs-links .locs-list a:not(:last-child):after,
.search-results .site-main .hentry .entry-footer .locs-links .locs-list a:not(:last-child):after,
.search-results .site-main .type-product .entry-footer .locs-links .locs-list a:not(:last-child):after,
.ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-list a:not(:last-child):after,
.ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-list a:not(:last-child):after,
.ctdl-posts.layout-simple article .entry-footer .locs-links .locs-list a:not(:last-child):after {
  content: ",";
}
.blog .site-main .type-post .entry-footer .cats-links,
.archive .site-main .type-post .entry-footer .cats-links,
.search-results .site-main .hentry .entry-footer .cats-links,
.search-results .site-main .type-product .entry-footer .cats-links,
.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links,
.ctdl-blog-posts.layout-simple article .entry-footer .cats-links,
.ctdl-posts.layout-simple article .entry-footer .cats-links {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding-top: 1em;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog .site-main .type-post .entry-footer .cats-links .cats-text,
.archive .site-main .type-post .entry-footer .cats-links .cats-text,
.search-results .site-main .hentry .entry-footer .cats-links .cats-text,
.search-results .site-main .type-product .entry-footer .cats-links .cats-text,
.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-text,
.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-text,
.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-text {
  display: none;
}
.blog .site-main .type-post .entry-footer .cats-links .cats-list a,
.archive .site-main .type-post .entry-footer .cats-links .cats-list a,
.search-results .site-main .hentry .entry-footer .cats-links .cats-list a,
.search-results .site-main .type-product .entry-footer .cats-links .cats-list a,
.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a,
.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a,
.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a {
  color: #222222;
  fill: #222222;
  display: inline-block;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.35em 1.5em;
  border-left: 3px solid #991e92;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  text-decoration: none;
  display: block;
  vertical-align: top;
  margin-bottom: 0.2em;
}
.blog .site-main .type-post .entry-footer .cats-links .cats-list a:hover,
.archive .site-main .type-post .entry-footer .cats-links .cats-list a:hover,
.search-results .site-main .hentry .entry-footer .cats-links .cats-list a:hover,
.search-results .site-main .type-product .entry-footer .cats-links .cats-list a:hover,
.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a:hover,
.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a:hover,
.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a:hover {
  background: rgba(153, 30, 146, 0.1);
}
.blog .site-main .type-post .entry-footer .cats-links .cats-list a:after,
.archive .site-main .type-post .entry-footer .cats-links .cats-list a:after,
.search-results .site-main .hentry .entry-footer .cats-links .cats-list a:after,
.search-results .site-main .type-product .entry-footer .cats-links .cats-list a:after,
.ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a:after,
.ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a:after,
.ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a:after {
  content: "";
}
}@media all and (min-width: 400px){
  .blog .site-main .type-post .entry-footer .locs-links .locs-list a,
  .archive .site-main .type-post .entry-footer .locs-links .locs-list a,
  .search-results .site-main .hentry .entry-footer .locs-links .locs-list a,
  .search-results .site-main .type-product .entry-footer .locs-links .locs-list a,
  .ctdl-posts-search-results.layout-simple article .entry-footer .locs-links .locs-list a,
  .ctdl-blog-posts.layout-simple article .entry-footer .locs-links .locs-list a,
  .ctdl-posts.layout-simple article .entry-footer .locs-links .locs-list a {
    display: inline-block;
  }
  .blog .site-main .type-post .entry-footer .cats-links .cats-list a,
  .archive .site-main .type-post .entry-footer .cats-links .cats-list a,
  .search-results .site-main .hentry .entry-footer .cats-links .cats-list a,
  .search-results .site-main .type-product .entry-footer .cats-links .cats-list a,
  .ctdl-posts-search-results.layout-simple article .entry-footer .cats-links .cats-list a,
  .ctdl-blog-posts.layout-simple article .entry-footer .cats-links .cats-list a,
  .ctdl-posts.layout-simple article .entry-footer .cats-links .cats-list a {
    display: inline-block;
  }
}
@media all and (min-width: 600px){
  .blog .site-main .type-post .entry-header,
  .archive .site-main .type-post .entry-header,
  .search-results .site-main .hentry .entry-header,
  .search-results .site-main .type-product .entry-header,
  .ctdl-posts-search-results.layout-simple article .entry-header,
  .ctdl-blog-posts.layout-simple article .entry-header,
  .ctdl-posts.layout-simple article .entry-header {
    padding-right: 130px;
  }
  .blog .site-main .type-post .entry-header .comments-link,
  .archive .site-main .type-post .entry-header .comments-link,
  .search-results .site-main .hentry .entry-header .comments-link,
  .search-results .site-main .type-product .entry-header .comments-link,
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link,
  .ctdl-posts.layout-simple article .entry-header .comments-link {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100px;
    padding: 0 0 0 10px;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .blog .site-main .type-post .entry-header .comments-link:before,
  .archive .site-main .type-post .entry-header .comments-link:before,
  .search-results .site-main .hentry .entry-header .comments-link:before,
  .search-results .site-main .type-product .entry-header .comments-link:before,
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link:before,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link:before,
  .ctdl-posts.layout-simple article .entry-header .comments-link:before {
    display: none;
  }
  .blog .site-main .type-post .entry-header .comments-link a,
  .archive .site-main .type-post .entry-header .comments-link a,
  .search-results .site-main .hentry .entry-header .comments-link a,
  .search-results .site-main .type-product .entry-header .comments-link a,
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link a,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link a,
  .ctdl-posts.layout-simple article .entry-header .comments-link a {
    color: #222222;
    fill: #222222;
    text-decoration: none;
    display: block;
  }
  .blog .site-main .type-post .entry-header .comments-link .comments-number,
  .archive .site-main .type-post .entry-header .comments-link .comments-number,
  .search-results .site-main .hentry .entry-header .comments-link .comments-number,
  .search-results .site-main .type-product .entry-header .comments-link .comments-number,
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link .comments-number,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link .comments-number,
  .ctdl-posts.layout-simple article .entry-header .comments-link .comments-number {
    font-size: 2.0em;
    line-height: 1.3;
  }
  .blog .site-main .type-post .entry-header .comments-link .comments-text,
  .archive .site-main .type-post .entry-header .comments-link .comments-text,
  .search-results .site-main .hentry .entry-header .comments-link .comments-text,
  .search-results .site-main .type-product .entry-header .comments-link .comments-text,
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link .comments-text,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link .comments-text,
  .ctdl-posts.layout-simple article .entry-header .comments-link .comments-text {
    color: rgba(34, 34, 34, 0.5);
    fill: rgba(34, 34, 34, 0.5);
    font-size: 0.75em;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: lowercase;
  }
  .blog .site-main .type-post .entry-header .comments-link a:hover .comments-text,
  .archive .site-main .type-post .entry-header .comments-link a:hover .comments-text,
  .search-results .site-main .hentry .entry-header .comments-link a:hover .comments-text,
  .search-results .site-main .type-product .entry-header .comments-link a:hover .comments-text,
  .ctdl-posts-search-results.layout-simple article .entry-header .comments-link a:hover .comments-text,
  .ctdl-blog-posts.layout-simple article .entry-header .comments-link a:hover .comments-text,
  .ctdl-posts.layout-simple article .entry-header .comments-link a:hover .comments-text {
    color: #222222;
    fill: #222222;
  }
}
@media all{/* sticky post */
.ctdl-posts-search-results:not(.layout-simple) article.sticky .item-title .post-title:after,
.ctdl-blog-posts:not(.layout-simple) article.sticky .item-title .post-title:after,
.ctdl-posts:not(.layout-simple) article.sticky .item-title .post-title:after,
.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title:after,
.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title:after,
.ctdl-posts.layout-simple article.sticky .entry-header .entry-title:after {
  display: none;
}
.ctdl-posts-search-results:not(.layout-simple) article.sticky .item-title .post-title .featured,
.ctdl-blog-posts:not(.layout-simple) article.sticky .item-title .post-title .featured,
.ctdl-posts:not(.layout-simple) article.sticky .item-title .post-title .featured,
.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title .featured,
.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title .featured,
.ctdl-posts.layout-simple article.sticky .entry-header .entry-title .featured {
  font-size: 0.7em;
  display: inline-block;
  vertical-align: top;
  color: #991e92;
  margin: 0.25em 0 0 0.3em;
}
.ctdl-posts-search-results:not(.layout-simple) article.sticky .item-title .post-title .featured:after,
.ctdl-blog-posts:not(.layout-simple) article.sticky .item-title .post-title .featured:after,
.ctdl-posts:not(.layout-simple) article.sticky .item-title .post-title .featured:after,
.ctdl-posts-search-results.layout-simple article.sticky .entry-header .entry-title .featured:after,
.ctdl-blog-posts.layout-simple article.sticky .entry-header .entry-title .featured:after,
.ctdl-posts.layout-simple article.sticky .entry-header .entry-title .featured:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  content: "\f005";
}
/*** POST ***/
.single-post .site-main .type-post .post-thumbnail img,
.page .site-main .type-page .post-thumbnail img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.single-post .site-main .type-post .entry-footer {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  margin-bottom: 3em;
  margin-top: 2em;
}
.single-post .site-main .type-post .entry-footer:after {
  content: "";
  display: inline-block;
  width: 30px;
  border-top: 1px solid;
  border-color: #222222;
  margin-top: 2em;
}
.single-post .site-main .type-post .entry-footer .locs-links {
  display: block;
  margin-bottom: 0.5em;
}
.single-post .site-main .type-post .entry-footer .locs-links .locs-text:after {
  content: " : ";
}
.single-post .site-main .type-post .entry-footer .cats-links {
  display: block;
  margin-bottom: 0.5em;
}
.single-post .site-main .type-post .entry-footer .cats-links .cats-text:after {
  content: " : ";
}
.single-post .site-main .type-post .entry-footer .tags-links {
  display: block;
  margin-bottom: 0.5em;
}
.single-post .site-main .type-post .entry-footer .tags-links .tags-text:after {
  content: " : ";
}
/*** ITEM NAVIGATION ***/
.posts-navigation,
.post-navigation,
.comment-navigation {
  margin-bottom: 4em;
}
.posts-navigation .nav-links,
.post-navigation .nav-links,
.comment-navigation .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.posts-navigation .nav-links:after,
.post-navigation .nav-links:after,
.comment-navigation .nav-links:after {
  display: none;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-next {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 4px;
  width: calc(50% - 8px);
}
.posts-navigation a,
.post-navigation a,
.comment-navigation a {
  display: block;
  color: #222222;
  fill: #222222;
  font-size: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 20px;
  position: relative;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.posts-navigation a:hover,
.post-navigation a:hover,
.comment-navigation a:hover {
  background: rgba(153, 30, 146, 0.1);
  border-color: #991e92;
}
.posts-navigation a:before,
.post-navigation a:before,
.comment-navigation a:before,
.posts-navigation a:after,
.post-navigation a:after,
.comment-navigation a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
  content: "\f30a";
  left: 20px;
}
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  content: "\f30b";
  right: 20px;
}
.posts-navigation .nav-previous:last-child,
.post-navigation .nav-previous:last-child,
.comment-navigation .nav-previous:last-child,
.posts-navigation .nav-next:first-child,
.post-navigation .nav-next:first-child,
.comment-navigation .nav-next:first-child {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  max-width: -webkit-calc(100% - 8px);
  max-width: calc(100% - 8px);
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.posts-navigation .nav-previous:last-child a,
.post-navigation .nav-previous:last-child a,
.comment-navigation .nav-previous:last-child a,
.posts-navigation .nav-next:first-child a,
.post-navigation .nav-next:first-child a,
.comment-navigation .nav-next:first-child a {
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}
}@media all and (min-width: 600px){
  .posts-navigation a,
  .post-navigation a,
  .comment-navigation a {
    font-size: 0.75em;
    line-height: 1.3;
  }
  .posts-navigation a:before,
  .post-navigation a:before,
  .comment-navigation a:before,
  .posts-navigation a:after,
  .post-navigation a:after,
  .comment-navigation a:after {
    position: absolute;
    font-size: 1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a,
  .comment-navigation .nav-previous a {
    padding-left: 60px;
  }
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a,
  .comment-navigation .nav-next a {
    padding-right: 60px;
  }
}
@media all{/*** PAGINATION ***/
.navigation.pagination {
  margin-bottom: 4em;
}
.navigation.pagination .nav-links {
  font-size: 0;
  margin: 2rem -2px;
}
.navigation.pagination .nav-links .page-numbers {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  color: #222222;
  fill: #222222;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:hover {
  background: rgba(153, 30, 146, 0.1);
  border-color: #991e92;
}
.navigation.pagination .nav-links .current {
  color: #ffffff;
  fill: #ffffff;
  background: #991e92;
  border-color: #991e92;
  cursor: pointer;
}
.navigation.pagination .nav-links a.prev,
.navigation.pagination .nav-links a.next {
  min-width: 60px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.navigation.pagination .nav-links a.prev:before,
.navigation.pagination .nav-links a.next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0px;
}
.navigation.pagination .nav-links a.prev:before {
  content: "\f30a";
}
.navigation.pagination .nav-links a.next:before {
  content: "\f30b";
}
.navigation.pagination .nav-links .dots {
  border-color: transparent;
}
.page-links {
  font-size: 0;
  margin: 0rem -2px 2rem -2px;
  padding-top: 2rem;
}
.page-links .page-links-title,
.page-links .post-page-numbers {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  color: #222222;
  fill: #222222;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-links a.post-page-numbers:hover {
  background: rgba(153, 30, 146, 0.1);
  border-color: #991e92;
}
.page-links .post-page-numbers.current {
  color: #ffffff;
  fill: #ffffff;
  background: #991e92;
  border-color: #991e92;
  cursor: pointer;
}
.page-links .page-links-title {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 0.75rem;
  padding: 8px 14px;
  border-left: 3px solid #991e92;
}
/*** COMMENTS ***/
.comments-area .comments-title {
  font-weight: 700;
}
.comments-area .comment-list .fn {
  color: #222222;
  fill: #222222;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 400;
}
.comments-area .comment-list .says {
  font-size: 0.75em;
}
.comments-area .comment-list .avatar {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.comments-area .comment-list .edit-link {
  display: inline-block;
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.comments-area .comment-list .edit-link a {
  color: #ff0000;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata,
.comments-area .comment-list .comment-body .comment-meta .comment-author {
  vertical-align: baseline;
}
}@media all and (min-width: 600px){
  .comments-area .comment-list > li > .comment-body {
    padding-left: 70px;
  }
  .comments-area .comment-list > li > .comment-body .comment-meta .comment-author .avatar {
    left: -70px;
    width: 48px;
    height: 48px;
  }
  .comments-area .comment-list > li > ol.children {
    margin-left: 70px;
  }
}
@media all{.comments-area .comment-list > .trackback + .trackback,
.comments-area .comment-list > .pingback + .trackback,
.comments-area .comment-list > .trackback + .pingback,
.comments-area .comment-list > .pingback + .pingback {
  margin-top: -1.5em;
}
.comments-area .comment-list > .trackback .comment-body,
.comments-area .comment-list > .pingback .comment-body {
  padding: 1em 20px;
  border-left: 3px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  background-color: rgba(34, 34, 34, 0.02);
}
.comments-area.item-reviews .comments-title {
  margin-bottom: 1.0em;
}
.comments-area.item-reviews .comment-list {
  margin-bottom: 3.5em;
}
.comments-area.item-reviews .comment-list > li {
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.comments-area.item-reviews .comment-list li .comment-body {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comments-area.item-reviews .comment-list li .reply {
  margin-bottom: 1em;
}
.comments-area.item-reviews .comment-list .comment-rating {
  margin-top: 0.5em;
  display: block;
}
.comments-area.item-reviews .comment-list .comment-rating i.fas {
  color: #ffc439;
}
.comments-area.item-reviews .comment-list .comment-rating i.far {
  color: rgba(34, 34, 34, 0.3) !important;
  fill: rgba(34, 34, 34, 0.3) !important;
}
.comments-area.item-reviews .comment-list .item-owner {
  margin-top: 0.5em;
  display: block;
}
.comments-area.item-reviews .comment-list .item-owner span {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.8em;
  vertical-align: middle;
  padding: 0.4em 1em;
  cursor: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comments-area.item-reviews .comment-list .item-owner span:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.comments-area.item-reviews .comment-list .children li {
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
  border-left: 1px solid #991e92;
  background-color: rgba(34, 34, 34, 0.02);
}
}@media all and (min-width: 400px){
  .comments-area.item-reviews .comment-list li .children {
    margin-left: 0px;
  }
  .comments-area.item-reviews .comment-list .comment-rating {
    float: right;
    margin-top: 0.1em;
    margin-left: 0.8em;
  }
  .comments-area.item-reviews .comment-list .item-owner {
    float: right;
    margin-top: 0em;
    margin-left: 1em;
    margin-right: -20px;
  }
  .comments-area.item-reviews .comment-list .item-owner span {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
}
@media all and (min-width: 600px){
  .comments-area.item-reviews .comment-list > li > ol.children {
    margin-left: 70px;
  }
}
@media all{.comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-weight: 700;
  padding-right: 50px;
  position: relative;
}
.comment-respond .comment-reply-title small {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-respond .comment-reply-title small a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.comment-respond .comment-reply-title small a:before {
  content: "\f00d";
  text-indent: 0px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comment-respond .comment-reply-title small a:not(:hover) {
  color: #991e92;
}
.comment-respond .logged-in-as {
  font-size: 0.8em;
  line-height: 1.3;
  margin-top: 0.2em;
}
.comment-respond .comment-notes {
  font-size: 0.8em;
  line-height: 1.3;
  margin-top: 0.2em;
}
.comment-respond .rating-wrapper label {
  color: #222222;
  fill: #222222;
}
.comment-respond .rating-wrapper .rating {
  color: #991e92;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comment-respond .comment-form-author:after,
.comment-respond .comment-form-email:after,
.comment-respond .comment-form-url:after,
.comment-respond .comment-form-comment:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.comment-respond .form-submit {
  margin-top: 1em;
}
.comment-respond .citadela-comments-extension-help {
  font-size: 0.8em;
  line-height: 1.3;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.comment-respond .citadela-comments-extension-help:before {
  color: #991e92;
  content: "\f05a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1em;
  display: block;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-respond .citadela-comments-extension-help p {
  margin-bottom: 1em;
}
.comment-respond p:not(.comment-form-cookies-consent) label {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
}
.comment-respond p:not(.comment-form-cookies-consent) label:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.comment-respond p.comment-form-cookies-consent label {
  font-size: 0.8em;
  line-height: 1.3;
}
.comment-respond textarea {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  width: 100% !important;
  display: block;
  clear: both;
}
.comment-respond textarea:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 15px;
  vertical-align: top;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  width: 100%;
}
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond input[type="url"]:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.comment-respond .required {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #991e92;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: top;
  margin-left: 1px;
  margin-top: 0.25em;
  position: relative;
}
.comment-respond .required::after {
  content: "\f621";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5em;
  display: block;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-respond input[type="checkbox"] {
  margin-right: 0.6em;
  margin-top: -0.1em;
  vertical-align: middle;
}
.comment-respond input[type="submit"] {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.comment-respond input[type="submit"]:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
}@media all and (min-width: 400px){
  .comment-respond p:not(.comment-form-cookies-consent) label {
    width: 150px;
    float: left;
  }
  .comment-respond p.comment-form-comment label {
    float: none;
    width: auto;
  }
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"] {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
}
@media all{/*********************/
/*** SPECIAL PAGES ***/
/*********************/
.single-attachment .post-thumbnail img {
  vertical-align: top;
  margin-bottom: 1.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.error404 .site-main .page-content {
  margin-top: 15%;
  margin-bottom: 20%;
}
.error404 .site-main .page-content form.search-form {
  position: relative;
}
.error404 .site-main .page-content form.search-form:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  z-index: 10;
  color: #222222;
  fill: #222222;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.error404 .site-main .page-content form.search-form:hover:before {
  color: #991e92;
}
.error404 .site-main .page-content form.search-form input[type="search"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  padding-right: 56px;
}
.error404 .site-main .page-content form.search-form input[type="search"]::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.error404 .site-main .page-content form.search-form input[type="submit"],
.error404 .site-main .page-content form.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 20;
}
.error404 .site-main .page-content .widget_pages {
  padding-top: 40px;
}
.error404 .site-main .page-content .widget_pages h2,
.error404 .site-main .page-content .widget_pages h3 {
  display: none;
}
.error404 .site-main .page-content .widget_pages li a {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  position: relative;
}
.error404 .site-main .page-content .widget_pages li a:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #222222;
  fill: #222222;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.error404 .site-main .page-content .widget_pages li a:hover:before {
  color: #991e92;
}
.search-no-results .site-main .not-found form.search-form {
  position: relative;
  margin-bottom: 4em;
}
.search-no-results .site-main .not-found form.search-form:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  z-index: 10;
  color: #222222;
  fill: #222222;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-no-results .site-main .not-found form.search-form:hover:before {
  color: #991e92;
}
.search-no-results .site-main .not-found form.search-form input[type="search"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  padding-right: 56px;
}
.search-no-results .site-main .not-found form.search-form input[type="search"]::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.search-no-results .site-main .not-found form.search-form input[type="submit"],
.search-no-results .site-main .not-found form.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 20;
}
/***************/
/*** WIDGETS ***/
/***************/
.widget .wp-block-page-list {
  margin-bottom: 1em;
}
.widget .wp-block-page-list ul {
  margin: 0;
}
.widget .wp-block-page-list li {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.wp-block-archives li,
.wp-block-categories li {
  margin-bottom: 0.2em;
}
.wp-block-archives li a,
.wp-block-categories li a {
  display: inline-block;
  margin: 0em;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  width: 100%;
  margin-bottom: 0.5em;
}
.widget.widget_archive ul.children,
.widget.widget_categories ul.children,
.wp-block-archives ul.children,
.wp-block-categories ul.children {
  margin-left: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.widget.widget_archive ul.children li,
.widget.widget_categories ul.children li,
.wp-block-archives ul.children li,
.wp-block-categories ul.children li {
  position: relative;
}
.widget.widget_archive ul.children li:before,
.widget.widget_categories ul.children li:before,
.wp-block-archives ul.children li:before,
.wp-block-categories ul.children li:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -1.3em;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  line-height: 1.5;
}
.widget .widget-title.no-title {
  display: none;
}
.widget h2.widgettitle {
  display: none;
}
.widget .widget-title h3,
.widget .widget-title a,
.widget.widget_nav_menu > h3 {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #222222;
  fill: #222222;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.widget.widget_nav_menu > h3 {
  margin: 0 0 1.5em 0;
  display: block;
}
.widget .widget-title img {
  vertical-align: top;
  margin-right: 0.5em;
}
.widget a {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.widget a:hover {
  color: #991e92;
  text-decoration: none;
}
.widget ul {
  margin-bottom: 1em;
}
.widget .ctdl-directory-categories-list a,
.widget .ctdl-directory-locations-list a {
  color: rgba(34, 34, 34, 0.7);
}
.widget.widget_nav_menu ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul {
  margin-bottom: 0;
}
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a {
  display: block;
  margin-bottom: 0.2em;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li {
  margin-bottom: 0.2em;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
  display: inline-block;
  margin: 0em;
}
.widget.widget_archive select,
.widget.widget_categories select {
  width: 100%;
}
.widget.widget_recent_comments ul li {
  margin-bottom: 0.2em;
}
.widget .wp-block-latest-comments a {
  color: #222222;
  fill: #222222;
}
.widget .wp-block-latest-comments a:hover {
  color: #991e92;
}
.widget .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.widget.widget_search:not(.widget_block) form label {
  display: block;
  margin-bottom: 8px;
}
.widget.widget_search:not(.widget_block) form .wp-block-search__inside-wrapper {
  position: relative;
}
.widget.widget_search:not(.widget_block) form .wp-block-search__inside-wrapper:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  z-index: 10;
  color: #222222;
  fill: #222222;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.widget_search:not(.widget_block) form .wp-block-search__inside-wrapper:hover:before {
  color: #991e92;
}
.widget.widget_search:not(.widget_block) form input[type="search"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  padding-right: 56px;
}
.widget.widget_search:not(.widget_block) form input[type="search"]::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.widget.widget_search:not(.widget_block) form input[type="submit"],
.widget.widget_search:not(.widget_block) form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 20;
}
.widget.widget_search.widget_block .wp-block-search .wp-block-search__label:not(.screen-reader-text) {
  margin-bottom: 1.875em;
}
.widget.widget_calendar .calendar_wrap table,
.widget .wp-block-calendar table {
  border-top: 2px solid;
  border-color: #222222;
  font-size: 0.85em;
  margin-bottom: 0;
}
.widget.widget_calendar .calendar_wrap caption,
.widget .wp-block-calendar caption {
  color: rgba(34, 34, 34, 0.7);
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding: 8px 0px;
  text-align: left;
  letter-spacing: 0.14em;
}
.widget.widget_calendar .calendar_wrap th,
.widget .wp-block-calendar th,
.widget.widget_calendar .calendar_wrap td,
.widget .wp-block-calendar td {
  background: none;
  text-align: left;
  border-width: 0px;
}
.widget.widget_calendar .calendar_wrap th,
.widget .wp-block-calendar th {
  color: #222222;
  fill: #222222;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding: 5px 0px;
  font-weight: 700;
}
.widget.widget_calendar .calendar_wrap td,
.widget .wp-block-calendar td {
  line-height: 1.7em;
  color: rgba(34, 34, 34, 0.7);
}
.widget.widget_calendar .calendar_wrap td#today,
.widget .wp-block-calendar td#today {
  font-weight: 700;
  color: #222222;
  fill: #222222;
}
.widget.widget_calendar .calendar_wrap tbody tr:first-child td,
.widget .wp-block-calendar tbody tr:first-child td {
  padding-top: 7px;
}
.widget.widget_calendar .calendar_wrap tbody tr:last-child td,
.widget .wp-block-calendar tbody tr:last-child td {
  padding-bottom: 7px;
}
.widget.widget_calendar .calendar_wrap tbody td a,
.widget .wp-block-calendar tbody td a {
  color: #991e92;
  text-shadow: 0px 0px 1px #991e92;
  font-weight: 700;
  display: block;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav,
.widget .wp-block-calendar .wp-calendar-nav {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.5em;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav span,
.widget .wp-block-calendar .wp-calendar-nav span {
  flex: 1 1 auto;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding-top: 5px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
  text-align: left;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
  text-align: right;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav a,
.widget .wp-block-calendar .wp-calendar-nav a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  position: relative;
  color: #222222;
  fill: #222222;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav a:before,
.widget .wp-block-calendar .wp-calendar-nav a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 1.6em;
  text-indent: 0px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
  content: "\f30a";
  text-align: left;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before,
.widget .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "\f30b";
  text-align: right;
}
.widget.widget_media_gallery .widget-container {
  overflow: hidden;
}
.widget.widget_media_gallery .gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}
.widget.widget_media_gallery .gallery-item {
  margin: 0;
  padding: 0px 5px 10px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget_media_gallery .gallery-item a {
  display: block;
  text-align: left;
}
.widget.widget_media_gallery .gallery-item img {
  vertical-align: top;
}
.widget.widget_media_gallery .gallery-caption {
  display: block;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.3;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
}
.widget.widget_media_image .wp-caption-text {
  display: block;
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.3;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
}
.widget.widget_tag_cloud .tagcloud {
  line-height: 1.2;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.widget .wp-block-tag-cloud {
  line-height: 1.2;
}
.widget .wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.widget.widget_rss .widget-title a.rsswidget {
  display: inline;
}
.widget.widget_rss .widget-title a.rsswidget:first-child {
  display: inline-block;
}
.widget.widget_rss ul li {
  margin-bottom: 1.5em;
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0em;
}
.widget.widget_rss ul .rsswidget {
  display: block;
  color: #222222;
  fill: #222222;
  font-size: 1.1em;
  margin-bottom: 0.8em;
}
.widget.widget_rss ul .rss-date {
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  color: #991e92;
}
.widget.widget_rss ul .rssSummary {
  font-size: 0.8em;
  line-height: 1.3;
  line-height: 1.5;
  margin-top: 0.5em;
}
.widget.widget_rss ul cite {
  margin-top: 0.5em;
  display: block;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.widget .wp-block-rss li {
  margin-bottom: 1.5em;
}
.widget .wp-block-rss li:last-child {
  margin-bottom: 0em;
}
.widget.widget_recent_entries ul li {
  margin-bottom: 0.5em;
}
.widget.widget_recent_entries ul li a {
  display: block;
  font-size: 1.1em;
}
.widget.widget_recent_entries ul li .post-date {
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  color: #222222;
  fill: #222222;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
.widget .wp-block-latest-posts li {
  margin-bottom: 0.5em;
}
.widget .wp-block-latest-posts li a {
  display: block;
  font-size: 1.1em;
}
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-author,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  color: #222222;
  fill: #222222;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
.sidebar-collapsible-widgets .widget-area .widget {
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 0;
}
.sidebar-collapsible-widgets .widget-area .widget:last-child {
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.sidebar-collapsible-widgets .widget-area .widget .widget-title {
  padding: 0.5em 50px 0.5em 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.sidebar-collapsible-widgets .widget-area .widget .widget-title:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.2em;
  display: block;
  width: 31px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0.2em;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.sidebar-collapsible-widgets .widget-area .widget.opened .widget-title:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-collapsible-widgets .widget-area .widget .widget-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0 2em 0;
}
.sidebar-collapsible-widgets .widget-area .widget.collapsible-widget .widget-container {
  border-top: 0px solid;
  border-color: #222222;
}
.sidebar-collapsible-widgets .widget-area .widget .widget-title.no-title {
  display: block;
}
.sidebar-collapsible-widgets .widget-area .widget .widget-title.no-title:after {
  display: none;
}
/*** widgets in sidebar - not collapsible ***/
body:not(.sidebar-collapsible-widgets) .widget-area .widget:after {
  content: "\f111 \f111 \f111";
  display: block;
  font-size: 0.4em;
  letter-spacing: 1.1em;
  color: #991e92;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-bottom: 1em;
  margin-top: 4.5em;
}
/**************/
/*** FOOTER ***/
/**************/
}@media all and (min-width: 600px){
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all{.site-footer .footer-widgets-area {
  font-size: 0.9rem;
}
.site-footer .site-info {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
  padding-bottom: 8em;
}
.site-footer .site-info a {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
/*** FOOTER WIDGETS - COLORS ***/
.footer-widgets-area .widget .widget-title h3,
.footer-widgets-area .widget .widget-title a,
.footer-widgets-area .widget.widget_nav_menu > h3 {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget a {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.footer-widgets-area .widget a:hover {
  color: #991e92;
}
.footer-widgets-area .widget .ctdl-directory-categories-list a,
.footer-widgets-area .widget .ctdl-directory-locations-list a {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.footer-widgets-area .widget .ctdl-directory-categories-list .folder-card .folder-title,
.footer-widgets-area .widget .ctdl-directory-locations-list .folder-card .folder-title {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_archive select,
.footer-widgets-area .widget.widget_categories select {
  background-color: #161329;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.widget_archive select option,
.footer-widgets-area .widget.widget_categories select option {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget .wp-block-archives-dropdown select,
.footer-widgets-area .widget .wp-block-categories-dropdown select {
  background-color: #161329;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget .wp-block-archives-dropdown select option,
.footer-widgets-area .widget .wp-block-categories-dropdown select option {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap table,
.footer-widgets-area .widget .wp-block-calendar table {
  border-color: #ffffff;
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap caption,
.footer-widgets-area .widget .wp-block-calendar caption {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap th,
.footer-widgets-area .widget .wp-block-calendar th {
  color: #ffffff;
  fill: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap td,
.footer-widgets-area .widget .wp-block-calendar td {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap td#today,
.footer-widgets-area .widget .wp-block-calendar td#today {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap tbody td a,
.footer-widgets-area .widget .wp-block-calendar tbody td a {
  color: #991e92;
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav span,
.footer-widgets-area .widget .wp-block-calendar .wp-calendar-nav span {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav a,
.footer-widgets-area .widget .wp-block-calendar .wp-calendar-nav a {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget .wp-block-latest-comments a {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget .wp-block-latest-comments a:hover {
  color: #991e92;
}
.footer-widgets-area .widget .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.widget_search:not(.widget_block) form:before {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_search:not(.widget_block) input[type="search"] {
  border-color: rgba(255, 255, 255, 0.1);
  background: #161329;
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_search:not(.widget_block) input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__label {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input {
  border-color: rgba(255, 255, 255, 0.1);
  background: #161329;
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input:focus {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #161329;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  color: #ffffff;
  fill: #ffffff;
  border-color: #ffffff;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__button svg {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_rss ul.rsswidget {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.widget_rss ul .rss-date {
  color: #991e92;
}
.footer-widgets-area .widget.widget_rss ul cite {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.footer-widgets-area .widget.widget_recent_entries ul li .post-date {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget .wp-block-latest-posts li .wp-block-latest-posts__post-author,
.footer-widgets-area .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  color: #ffffff;
  fill: #ffffff;
}
/*** FOOTER WIDGETS - LAYOUT ***/
.site-footer .footer-widgets-area .widget {
  width: 100%;
  max-width: inherit;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.site-footer .footer-widgets-area .tribe-compatibility-container {
  width: 100%;
  max-width: inherit;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap caption,
.site-footer .footer-widgets-area .widget .wp-block-calendar caption,
.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap th,
.site-footer .footer-widgets-area .widget .wp-block-calendar th,
.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap td,
.site-footer .footer-widgets-area .widget .wp-block-calendar td {
  text-align: center;
}
.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #prev a:before,
.site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #prev a:before {
  text-align: right;
}
.site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #next a:before,
.site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #next a:before {
  text-align: left;
}
.site-footer .footer-widgets-area .widget_media_image figure {
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer-widgets-area .widget_media_image .wp-caption-text {
  text-align: center;
}
}@media all and (min-width: 400px){
  .site-footer .footer-widgets-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: ccenterc;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .site-footer .footer-widgets-area .widget,
  .site-footer .footer-widgets-area .tribe-compatibility-container {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: 50%;
    min-width: 150px;
    text-align: left;
  }
  .site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap caption,
  .site-footer .footer-widgets-area .widget .wp-block-calendar caption,
  .site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap th,
  .site-footer .footer-widgets-area .widget .wp-block-calendar th,
  .site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap td,
  .site-footer .footer-widgets-area .widget .wp-block-calendar td {
    text-align: left;
  }
  .site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #prev a:before,
  .site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #prev a:before {
    text-align: left;
  }
  .site-footer .footer-widgets-area .widget.widget_calendar .calendar_wrap tfoot #next a:before,
  .site-footer .footer-widgets-area .widget .wp-block-calendar tfoot #next a:before {
    text-align: right;
  }
  .site-footer .footer-widgets-area .widget_media_video {
    width: 100%;
    max-width: 100%;
  }
  .site-footer .footer-widgets-area .widget_media_image figure {
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer .footer-widgets-area .widget_media_image .wp-caption-text {
    text-align: left;
  }
  .site-footer .footer-widgets-area.collapsible-widgets.opened {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media all and (min-width: 600px){
  .site-footer .footer-widgets-area .widget {
    max-width: 33.333%;
  }
  .site-footer .footer-widgets-area .tribe-compatibility-container {
    max-width: 300px;
  }
  .site-footer .footer-widgets-area .widget_media_video {
    max-width: 400px;
  }
}
@media all and (min-width: 1025px){
  body.modern-theme-layout:not(.right-sidebar):not(.left-sidebar) .site-footer .footer-widgets-area .widget,
  body:not(.modern-theme-layout) .site-footer .footer-widgets-area .widget {
    max-width: 25%;
  }
  body.modern-theme-layout:not(.right-sidebar):not(.left-sidebar) .site-footer .footer-widgets-area .tribe-compatibility-container,
  body:not(.modern-theme-layout) .site-footer .footer-widgets-area .tribe-compatibility-container {
    max-width: 300px;
  }
  body.modern-theme-layout:not(.right-sidebar):not(.left-sidebar) .site-footer .footer-widgets-area .widget_media_video,
  body:not(.modern-theme-layout) .site-footer .footer-widgets-area .widget_media_video {
    max-width: 400px;
  }
}
@media all and (min-width: 1267px){
  body.modern-theme-layout.right-sidebar .site-footer .footer-widgets-area .widget,
  body.modern-theme-layout.left-sidebar .site-footer .footer-widgets-area .widget {
    max-width: 25%;
  }
  body.modern-theme-layout.right-sidebar .site-footer .footer-widgets-area .tribe-compatibility-container,
  body.modern-theme-layout.left-sidebar .site-footer .footer-widgets-area .tribe-compatibility-container {
    max-width: 300px;
  }
  body.modern-theme-layout.right-sidebar .site-footer .footer-widgets-area .widget_media_video,
  body.modern-theme-layout.left-sidebar .site-footer .footer-widgets-area .widget_media_video {
    max-width: 400px;
  }
}
@media all{/*** FOOTER WIDGETS - COLLAPSIBLE ***/
.footer-collapsible-widgets .footer-widgets-area .widget {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-collapsible-widgets .footer-widgets-area .widget:last-child {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-collapsible-widgets .footer-widgets-area .widget.collapsible-widget .widget-container {
  border-color: #ffffff;
}
/***************/
/*** INFOBAR ***/
/***************/
#citadela-infobar {
  font-size: 0.82em;
}
#citadela-infobar.position-bottom {
  border-top: 1px solid #991e92;
}
#citadela-infobar.position-top {
  border-bottom: 1px solid #991e92;
}
#citadela-infobar .button-part .button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
#citadela-infobar .button-part .button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
#citadela-infobar .simple-close-button {
  width: 20px;
  height: 20px;
}
#citadela-infobar .simple-close-button:before,
#citadela-infobar .simple-close-button:after {
  content: "";
  width: 100%;
  height: 0px;
  border: 1px solid #991e92;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#citadela-infobar .simple-close-button:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#citadela-infobar .simple-close-button:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#citadela-infobar .simple-close-button:hover:before,
#citadela-infobar .simple-close-button:hover:after {
  border-color: #222222;
}
}@media all and (min-width: 1025px){
  #citadela-infobar.button-present .main-wrap {
    font-size: 0;
  }
  #citadela-infobar.button-present .text-part {
    font-size: 0.82rem;
    max-width: calc(100% - 240px);
  }
  #citadela-infobar.button-present .button-part {
    font-size: 0.9rem;
    width: 240px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  #citadela-infobar.button-present .button-part .button {
    max-width: 100%;
  }
}
@media all{/*************************/
/*** ANNOUNCEMENTS BAR ***/
/*************************/
#citadela-announcements-bar.type-simple {
  font-size: 1em;
  background: #c157c0;
  color: #ffffff;
}
#citadela-announcements-bar.type-simple .message-part p {
  margin: 0;
}
#citadela-announcements-bar.type-simple .button-part .button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  padding: 8px 25px;
  background: #ffffff;
  color: #222222;
}
#citadela-announcements-bar.type-simple .button-part .button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
#citadela-announcements-bar.type-simple .button-part .button:hover {
  background: #ffffff;
  color: #222222;
}
}@media all and (min-width: 1025px){
  #citadela-announcements-bar.type-simple .bar-main-wrap {
    font-size: 0;
  }
  #citadela-announcements-bar.type-simple .message-part {
    font-size: 1rem;
    max-width: calc(100% - 240px);
  }
  #citadela-announcements-bar.type-simple .button-part {
    font-size: 0.9rem;
    width: 240px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  #citadela-announcements-bar.type-simple .button-part .button {
    max-width: 100%;
  }
}
@media all{/********************************/
/*** WOOCOMMERCE BASIC STYLES ***/
/********************************/
/*** breadcrumb ***/
.woocommerce .woocommerce-breadcrumb {
  line-height: 1.3;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  border-left: 3px solid #991e92;
  padding-left: 10px;
  margin-bottom: 2em;
}
.woocommerce .woocommerce-breadcrumb a {
  display: inline-block;
  max-width: 100%;
  color: rgba(34, 34, 34, 0.7);
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #991e92;
}
.woocommerce .woocommerce-breadcrumb > span {
  display: inline-block;
  opacity: 0.5;
  text-align: center;
  width: 20px;
}
.woocommerce .woocommerce-breadcrumb > span:before {
  content: "/";
}
.woocommerce-page #content .site-main button.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*** cart page ***/
.woocommerce-page #content .woocommerce table.shop_table.cart td.actions .coupon .input-text {
  width: 150px;
}
}@media all and (max-width: 768px){
  .woocommerce-page #content .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media all{/*** product detail page ***/
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes {
  text-align: left;
}
/*** woocommerce blocks ***/
.wc-block-featured-category .wc-block-featured-product__price .amount,
.wc-block-featured-product .wc-block-featured-product__price .amount {
  font-size: 1.6em;
}
.wc-block-featured-category .wp-block-button.aligncenter,
.wc-block-featured-product .wp-block-button.aligncenter {
  text-align: center;
}
/***********************/
/*** EVENTS CALENDAR ***/
/***********************/
.citadela-events-css .tribe_events > ul:not([class]),
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]),
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) {
  margin-left: 1.2em;
  list-style-type: disc;
}
.citadela-events-css .tribe_events > ul:not([class]) li,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) li,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) li {
  list-style-position: initial;
}
.citadela-events-css .tribe_events > ul:not([class]) ul,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ul,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ul {
  margin: 0.5em 0em 0.5em 1.2em;
  list-style-type: circle;
}
.citadela-events-css .tribe_events > ul:not([class]) ul ul,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ul ul,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ul ul {
  list-style-type: disc;
}
.citadela-events-css .tribe_events > ul:not([class]) ol,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ol,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ol {
  margin: 0.5em 0em 0.5em 0em;
  list-style-position: inside;
}
.citadela-events-css .tribe_events > ul:not([class]) ol > li > ul,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ol > li > ul,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ol > li > ul {
  margin-left: 2em;
}
.citadela-events-css .tribe_events > ul:not([class]) li,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) li,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) li {
  margin: 0.4em 0;
  padding-left: 0em;
}
.citadela-events-css .tribe_events > ul:not([class]) ol > li,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ul:not([class]) ol > li,
.citadela-events-css #tribe-events .tribe-events-content ul:not([class]) ol > li {
  padding-left: 0;
}
.citadela-events-css .tribe_events > ol:not([class]),
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]),
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) {
  margin-left: 0em;
  list-style-position: inside;
}
.citadela-events-css .tribe_events > ol:not([class]) li,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) li,
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) li {
  list-style-position: inside;
}
.citadela-events-css .tribe_events > ol:not([class]) ul,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ul,
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ul {
  margin: 0.5em 0em 0.5em 2em;
  list-style-type: disc;
}
.citadela-events-css .tribe_events > ol:not([class]) ul ul,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ul ul,
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ul ul {
  list-style-type: circle;
  margin-left: 1em;
}
.citadela-events-css .tribe_events > ol:not([class]) ol,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ol,
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ol {
  margin: 0.5em 0em 0.5em 1em;
  list-style-position: inside;
}
.citadela-events-css .tribe_events > ol:not([class]) ul > li > ol,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) ul > li > ol,
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) ul > li > ol {
  margin-left: 0;
}
.citadela-events-css .tribe_events > ol:not([class]) li,
.citadela-events-css #tribe-events-pg-template .tribe-events-content ol:not([class]) li,
.citadela-events-css #tribe-events .tribe-events-content ol:not([class]) li {
  margin: 0.4em 0;
  padding-left: 0em;
}
.citadela-events-css .page-title .tribe-events-notices,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message {
  background: rgba(153, 30, 146, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #991e92;
  border: none;
  padding: 10px 20px;
  text-align: center;
}
.citadela-events-css .page-title .tribe-events-notices .tribe-common-c-svgicon,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-common-c-svgicon {
  color: currentColor !important;
}
.citadela-events-css .page-title .tribe-events-notices .tribe-common-c-svgicon path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-common-c-svgicon path {
  stroke: currentColor !important;
}
.citadela-events-css .page-title .tribe-events-notices .tribe-events-c-messages__message-list-item-link,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-events-c-messages__message-list-item-link {
  color: #222222;
  fill: #222222;
  font-weight: 700;
  border: none;
  text-decoration: none;
}
.citadela-events-css .page-title .tribe-events-notices .tribe-events-c-messages__message-list-item-link:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-messages__message .tribe-events-c-messages__message-list-item-link:hover {
  text-decoration: underline;
}
.citadela-events-css .page-title .tribe-events-notices {
  font-size: 0.9em;
  line-height: 1.5;
}
/*** CITADELA LAYOUT on EVENTS ***/
.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar .site-content .page-title,
.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar .site-content .page-title {
  padding-top: 0;
}
.classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,
.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary {
  margin-top: 6em;
}
.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar .site-content .page-title,
.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar .site-content .page-title {
  padding-top: 0;
}
.classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #primary,
.classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #primary {
  padding-top: 6em;
}
}@media all and (min-width: 1025px){
  .classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar .site-content .page-title,
  .classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar .site-content .page-title,
  .classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar .site-content .page-title,
  .classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar .site-content .page-title {
    width: auto;
    float: none;
    padding-top: 0em;
  }
  .classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #primary,
  .classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #primary,
  .classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #primary,
  .classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #primary {
    padding-top: 6em;
  }
  .classic-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,
  .classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary,
  .classic-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #secondary,
  .classic-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #secondary {
    padding-top: 7em;
    margin-top: 0;
  }
}
@media all{.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar .site-content .page-title,
.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar .site-content .page-title {
  padding-top: 0;
}
.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #primary,
.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #primary {
  padding-top: 0em;
}
.modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,
.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary {
  margin-top: 6em;
}
.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar .site-content .page-title,
.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar .site-content .page-title {
  padding-top: 0;
}
.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #primary,
.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #primary {
  padding-top: 6em;
}
.modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #secondary,
.modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #secondary {
  margin-top: 5em;
}
}@media all and (min-width: 1025px){
  .modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #secondary,
  .modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #secondary,
  .modern-theme-layout.single-tribe_events:not(.page-fullwidth).right-sidebar #secondary,
  .modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).right-sidebar #secondary {
    margin-top: 0;
  }
  .modern-theme-layout.single-tribe_events:not(.page-fullwidth).left-sidebar #primary,
  .modern-theme-layout.tribe-events-page-template:not(.page-fullwidth).left-sidebar #primary {
    padding-top: 6em;
  }
}
@media all{.post-type-archive-tribe_events.page-fullwidth #content {
  padding-top: 6em;
}
#tribe-events-pg-template,
.post-type-archive-tribe_events.page-fullwidth .tribe-common .tribe-common-l-container {
  max-width: 1300px;
}
/*** EVENT DETAIL ***/
.single-tribe_events #tribe-events .page-title,
.single-tribe_events #tribe-events-pg-template .page-title {
  margin-bottom: 2em;
  padding-bottom: 0;
}
.single-tribe_events #tribe-events .page-title .tribe-events-single-event-title,
.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-single-event-title {
  font-family: "Poppins";
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 400;
  color: #222222;
  fill: #222222;
  font-weight: 700;
}
}@media all and (max-width: 640px){
  .single-tribe_events #tribe-events .page-title .tribe-events-single-event-title,
  .single-tribe_events #tribe-events-pg-template .page-title .tribe-events-single-event-title {
    font-size: 2.2em;
  }
}
@media all{.single-tribe_events #tribe-events .page-title .tribe-events-back,
.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back {
  font-family: inherit;
  margin-bottom: 1em;
}
.single-tribe_events #tribe-events .page-title .tribe-events-back a,
.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a {
  font-family: inherit;
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  margin: 0px 3px 3px 0px;
  -moz-box-shadow: 0px 0px 0px 1px #991e92 inset;
  -webkit-box-shadow: 0px 0px 0px 1px #991e92 inset;
  box-shadow: 0px 0px 0px 1px #991e92 inset;
  background: none;
  color: #991e92;
  padding: 8px 20px;
  font-weight: 400;
}
.single-tribe_events #tribe-events .page-title .tribe-events-back a:hover,
.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.single-tribe_events #tribe-events .page-title .tribe-events-back a.listing-item-link,
.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a.listing-item-link {
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
.single-tribe_events #tribe-events .page-title .tribe-events-back a i,
.single-tribe_events #tribe-events-pg-template .page-title .tribe-events-back a i {
  margin-right: 0.3em;
}
.citadela-events-css.single-tribe_events #tribe-events,
.citadela-events-css.single-tribe_events #tribe-events-pg-template {
  padding: 0;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content {
  margin-bottom: 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-image img,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-image img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  vertical-align: top;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content {
  color: inherit;
  font-family: inherit;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content p,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content p,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-after-html p,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-after-html p,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-before-html p,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-before-html p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.5rem;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content ol,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content ol,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content ul,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.5rem;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h1,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h1,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h2,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h2,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h3,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h3,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h4,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h4,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h5,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h5,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h6,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h6 {
  font-family: "Poppins";
  font-weight: 400;
  color: #222222;
  fill: #222222;
  margin: 0.5em 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h1,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h1 {
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 400;
}
}@media all and (max-width: 640px){
  .citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h1,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h1 {
    font-size: 2.2em;
  }
}
@media all{.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h2,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h2 {
  font-size: 2.0em;
  line-height: 1.3;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h3,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h3 {
  font-size: 1.6em;
  line-height: 1.3;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h4,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h4 {
  font-size: 1.4em;
  line-height: 1.3;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h5,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h5 {
  font-size: 1.2em;
  line-height: 1.3;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-content h6,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-content h6 {
  font-size: 1.0em;
  line-height: 1.3;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-content a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-content a {
  border: none;
  color: #991e92;
  text-decoration: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-content a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-content a:hover {
  color: #991e92;
  text-decoration: underline;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #222222;
  fill: #222222;
  padding: 11px 20px 11px 18px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 20px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  bottom: 0px;
  left: -1px;
  border-left: 3px solid #991e92;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule:after,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule:after {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 {
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  font-size: 0.8em;
  line-height: 1.5;
  margin: 0;
  flex: 1 1 auto;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 span,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 span {
  font-size: 1em;
  color: #222222;
  fill: #222222;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 .tribe-events-schedule__separator,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 .tribe-events-schedule__separator,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 .tribe-events-schedule__timezone,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 .tribe-events-schedule__timezone,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule h2 .timezone,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule h2 .timezone {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule .tribe-events-cost,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule .tribe-events-cost {
  color: #222222;
  fill: #222222;
  font-family: "Poppins";
  font-size: 1.4em;
  line-height: 1.3;
  flex: 0 1 auto;
  font-weight: 700;
  word-break: initial;
  margin: 0px 0px 0px 20px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-cal-links,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-cal-links {
  font-family: inherit;
  margin-top: 1.5em;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a {
  font-family: inherit;
  display: inline-block;
  margin: 0px 3px 3px 0;
  vertical-align: top;
  padding: 4px 8px;
  font-size: 0.9rem;
  line-height: 1.3;
  background: #991e92;
  border: 1px solid #991e92;
  color: #ffffff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button:hover,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a:hover {
  background: none;
  color: #991e92;
  text-decoration: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button a,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a a {
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button:hover a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button:hover a,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a:hover a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a:hover a,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button a:hover,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a a:hover {
  color: #991e92;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-button a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-button a:hover,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a a:hover {
  text-decoration: underline;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a img,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a img {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block__events-link .tribe-block__btn--link a:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block__events-link .tribe-block__btn--link a:before {
  content: "+ ";
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta {
  margin: 30px 0px 0px 0px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta:before {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue {
  font-family: inherit;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(34, 34, 34, 0.04);
  border-width: 0px;
  /* border-top: 3px solid @decorationColor; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta .column,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .column,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta .tribe-events-meta-group,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__meta,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__meta,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map {
  padding: 0 10px;
  margin: 0px 0px 10px 0px;
  flex: 1 0 auto;
  flex-basis: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary:before {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group {
  margin-right: 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group-gmap,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group-gmap {
  flex-basis: 100%;
  border: none;
  margin: 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group-gmap .tribe-events-venue-map,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group-gmap .tribe-events-venue-map {
  margin: 10px 0px;
  width: 100%;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single .tribe-events-event-meta,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single .tribe-events-event-meta {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1.0em;
  line-height: 1.5;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-single-section-title,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-meta-group .tribe-events-single-section-title,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__name h3,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__name h3 {
  color: #222222;
  fill: #222222;
  font-size: 1.4em;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 10px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:visited,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:visited,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:focus,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:focus,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:hover {
  color: #991e92;
  opacity: 1;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta a:hover {
  text-decoration: underline;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta dt,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta dt,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta dd {
  margin: 0 0 10px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7em;
  line-height: inherit;
  letter-spacing: 0;
  margin: 10px 0px 0px 0px;
  color: #222222;
  fill: #222222;
  font-weight: 700;
  padding: 5px 10px 0px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-bottom: none;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  background-color: #ffffff;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dd {
  margin: 10px 0px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt + dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt + dd {
  border-top-width: 0px;
  margin-top: 0px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt[style*="display: none"] + dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt[style*="display: none"] + dd,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dt[style*="display:none"] + dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dt[style*="display:none"] + dd {
  border-top-width: 1px;
  margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta dd abbr,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta dd abbr,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.primary dd.tribe-venue-location address,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.primary dd.tribe-venue-location address {
  line-height: 1.5;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-abbr,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-abbr {
  text-decoration: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website {
  margin-top: 1.5em;
  padding: 0px;
  border-width: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-events-event-url a:hover,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-organizer-url a:hover,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content:not(.tribe-blocks-editor) .tribe-events-event-meta dd.tribe-venue-url a:hover,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__website a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.secondary dt.tribe-venue-tel-label,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.secondary dt.tribe-venue-tel-label {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone {
  margin-bottom: 0;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel {
  margin-top: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe-events-event-meta.secondary dd.tribe-venue-tel:before,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-content.tribe-blocks-editor .tribe-block__venue__phone:before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.4em;
  color: #222222;
  fill: #222222;
  display: inline-block;
  min-width: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta address.tribe-events-address,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta address.tribe-events-address,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-list .tribe-events-venue-details,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-list .tribe-events-venue-details,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__address,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__address {
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.5;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__meta,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__meta {
  flex: 1 0 auto;
  width: 33.333%;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-venue-map,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-venue-map,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map {
  flex: 1 0 auto;
  width: 66.667%;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  border: none;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-venue-map iframe,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-venue-map iframe,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map iframe,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map iframe {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid !important;
  border-color: rgba(34, 34, 34, 0.1) !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-venue-map > div,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-venue-map > div,
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-venue-map > iframe,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-venue-map > iframe,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map iframe,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map iframe {
  vertical-align: top;
  max-height: 300px;
}
}@media all and (max-width: 768px){
  .citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule {
    background: none;
    border-color: rgba(34, 34, 34, 0.1);
    flex-flow: row wrap;
  }
  .citadela-events-css.single-tribe_events #tribe-events .tribe-events-schedule .tribe-events-cost,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-schedule .tribe-events-cost {
    margin: 10px 0px 0px 0px;
  }
  .citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,
  .citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__meta,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__meta {
    width: 100%;
    order: 2;
  }
  .citadela-events-css.single-tribe_events #tribe-events .tribe-events-event-meta.secondary .tribe-events-venue-map,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta.secondary .tribe-events-venue-map,
  .citadela-events-css.single-tribe_events #tribe-events .tribe-block .tribe-block__venue__map,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block .tribe-block__venue__map {
    width: 100%;
    order: 1;
    padding-top: 10px;
    padding-left: 10px;
  }
}
@media all{.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer {
  margin: 30px 0px;
  padding: 0px 0px 0px 0px;
  border-color: rgba(34, 34, 34, 0.1);
  border: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav {
  margin: 0;
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.7);
  font-size: 1.0em;
  line-height: 1.5;
  display: flex;
  flex-flow: row nowrap;
  margin: 0px -4px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav li,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav li {
  flex: 1 1 50%;
  margin: 4px;
  width: 50%;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav a {
  display: block;
  position: relative;
  font-size: 0.75em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 20px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav a span,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav a span {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:before,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:after {
  height: auto;
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a {
  padding-left: 60px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
  padding-right: 60px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 1.2rem;
  vertical-align: top;
  background: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before {
  content: "\f30a";
  left: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after {
  content: "\f30b";
  right: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a {
  color: #222222;
  fill: #222222;
}
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:focus,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:focus,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:hover,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:focus,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:focus,
.citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
  color: #222222;
  fill: #222222;
  border-color: #991e92;
  background: rgba(153, 30, 146, 0.1);
}
}@media all and (max-width: 599px){
  .citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav {
    font-size: 0;
  }
  .citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a,
  .citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
    text-align: center;
    padding: 20px;
  }
  .citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a:before,
  .citadela-events-css.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a:after {
    font-size: 1.5rem;
    position: static;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media all{/*** EVENTS BLOCKS ***/
.citadela-events-css.single-tribe_events #tribe-events .tribe-blocks-editor .tribe-events-single-section.tribe-events-event-meta.primary,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-blocks-editor .tribe-events-single-section.tribe-events-event-meta.primary {
  margin: 0px 0px 1.5rem 0px !important;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue {
  margin: 0px 0px 1.5rem 0px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website {
  color: inherit;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
  color: #991e92;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details {
  margin: 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details .tribe-block__organizer__title h3,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details .tribe-block__organizer__title h3 {
  color: #222222;
  fill: #222222;
  font-size: 1.4em;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 0px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p {
  color: inherit;
  margin: 0.5em 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.4em;
  color: #222222;
  fill: #222222;
  display: inline-block;
  min-width: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__phone:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__phone:before {
  content: "\f879";
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__website:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__website:before {
  content: "\f0c1";
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__email:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__organizer__details p.tribe-block__organizer__email:before {
  content: "\f0e0";
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-website a,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-website a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
  min-height: 0px;
  margin-bottom: 0.5em;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-website a:hover,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-website a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-tags dt,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-tags dt {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-tags dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-tags dd {
  margin: 0 0 0.5em 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-tags dd:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-tags dd:before {
  content: "\f02b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.4em;
  color: #222222;
  fill: #222222;
  display: inline-block;
  min-width: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-category dt,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-category dt {
  display: none;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-category dd,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-category dd {
  margin: 0 0 0.5em 0;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-events-single-section.tribe-events-section-category dd:before,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-events-single-section.tribe-events-section-category dd:before {
  content: "\f07c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.4em;
  color: #222222;
  fill: #222222;
  display: inline-block;
  min-width: 20px;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: inherit;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price .tribe-block__event-price__cost,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price .tribe-block__event-price__cost {
  color: #222222;
  fill: #222222;
  font-family: "Poppins";
  font-size: 1.4em;
  line-height: 1.3;
  flex: 0 1 auto;
  font-weight: 700;
  word-break: initial;
  align-self: center;
}
.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price .tribe-block__event-price__description,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price .tribe-block__event-price__description {
  flex: 1 1 auto;
  font-size: 0.8em;
  line-height: 1.3;
  color: inherit;
  padding: 6px 0px 6px 12px;
  border-left: 1px solid #991e92;
}
}@media all and (max-width: 768px){
  .citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price {
    flex-flow: row wrap;
  }
  .citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__event-price .tribe-block__event-price__description,
  .citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__event-price .tribe-block__event-price__description {
    margin: 0;
    width: 100%;
    margin-top: 0.2em;
    padding: 0px;
    border: none;
  }
}
@media all{.citadela-events-css.single-tribe_events #tribe-events .tribe-block.tribe-block__events-link,
.citadela-events-css.single-tribe_events #tribe-events-pg-template .tribe-block.tribe-block__events-link {
  margin-bottom: 1.5rem;
}
/*** EVENT WIDGET ***/
.citadela-events-css .tribe-compatibility-container {
  text-align: left;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget {
  margin-bottom: 3em;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a {
  color: #222222;
  fill: #222222;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:active,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:focus,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:hover,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:visited {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h2 {
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-weight: 700;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-b1,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-b2,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-b3,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h3,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h4,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h5,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h6,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h7,
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h8 {
  font-family: "Montserrat";
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-month {
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-datetime {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.5;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__header {
  margin-bottom: 1.5em;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__header-title {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #222222;
  fill: #222222;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row {
  border-left: 3px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured {
  border-color: #991e92;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured .tribe-events-widget-events-list__event-date-tag-datetime:after {
  display: none;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured .tribe-common-c-svgicon {
  color: #991e92;
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a:hover {
  color: #991e92;
}
.sidebar-collapsible-widgets .widget-area .tribe-compatibility-container .tribe-events-widget {
  margin: 0;
}
body:not(.sidebar-collapsible-widgets) .widget-area .tribe-compatibility-container .tribe-events-widget:after {
  content: "\f111 \f111 \f111";
  display: block;
  font-size: 0.4em;
  letter-spacing: 1.1em;
  color: #991e92;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-bottom: 1em;
  margin-top: 4.5em;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:active,
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:visited {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:focus,
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list a:hover {
  color: #991e92;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h2 {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-month {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-datetime {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__header-title {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row {
  border-color: rgba(255, 255, 255, 0.1);
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured {
  border-color: #ffffff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row--featured .tribe-common-c-svgicon {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more a:hover {
  color: #991e92;
}
/***  EVENTS - ALL EVENTS ***/
.citadela-events-css .tribe-events .tribe-events-view-loader {
  background: rgba(255, 255, 255, 0.6);
}
.citadela-events-css .tribe-common .tribe-events-view-loader .tribe-common-c-svgicon {
  color: #991e92 !important;
}
.citadela-events-css .tribe-common .tribe-events-view-loader .tribe-common-c-loader__dot circle {
  opacity: 0.5;
}
.citadela-events-css .tribe-common .tribe-common-l-container,
.citadela-events-css .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding: 0;
}
.citadela-events-css .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
  display: none !important;
}
.citadela-events-css .tribe-events .tribe-events-c-ical,
.citadela-events-css .tribe-events .tribe-events-c-promo {
  text-align: center;
}
.citadela-events-css .tribe-events .tribe-events-c-promo a {
  color: #991e92;
  text-decoration: none;
}
.citadela-events-css .tribe-events .tribe-events-c-promo a:hover {
  text-decoration: underline;
}
/* items */
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h4,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h5,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h6 {
  color: #222222;
  fill: #222222;
  font-family: "Poppins";
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 700;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h7,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-h8 {
  color: #222222;
  fill: #222222;
  font-family: "Montserrat";
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-b1,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-b2,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-b3 {
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.7);
  font-size: 0.9em;
  line-height: 1.5;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin:active,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-anchor-thin:hover {
  border: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker {
  background: #ffffff;
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border: none;
  color: #222222;
  fill: #222222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch {
  font-family: "Montserrat";
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:hover {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .tribe-common-c-svgicon path {
  fill: currentColor !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .tribe-common-c-svgicon:hover {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .dow {
  font-family: "Montserrat";
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .past {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:active,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .next:active,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .next:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .next:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .prev:active,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .prev:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .prev:hover {
  background: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year:hover {
  background-color: rgba(34, 34, 34, 0.05);
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.current:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.current:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.current:hover {
  background: rgba(153, 30, 146, 0.2) !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .day.active:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .month.active:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active.focused,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .year.active:hover {
  background: #991e92 !important;
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon__svg-fill {
  fill: currentColor;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-svgicon--messages-not-found path {
  fill: none;
  stroke: currentColor;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-btn,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-c-btn:hover .tribe-common-c-btn:active {
  font-family: "Montserrat";
  font-weight: 400;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs {
  margin-bottom: 2em;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list {
  font-family: "Poppins";
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 400;
  color: #222222;
  fill: #222222;
  font-weight: 700;
}
}@media all and (max-width: 640px){
  .citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list {
    font-size: 2.2em;
  }
}
@media all{.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list-item-link {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list-item-link:hover {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-breadcrumbs__list-item-icon-svg {
  width: 20px;
  height: 20px;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  background-color: #ffffff;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-container,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content {
  background-color: #ffffff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input {
  font-family: "Montserrat";
  color: #222222;
  fill: #222222;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input:-webkit-autofill {
  -webkit-text-fill-color: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button {
  font-family: "Montserrat";
  display: inline-block;
  margin: 0px 3px 3px 0;
  vertical-align: top;
  padding: 4px 8px;
  font-size: 0.9rem;
  line-height: 1.3;
  background: #991e92;
  border: 1px solid #991e92;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.7em;
  font-weight: 700;
  margin-right: 1em;
  text-transform: uppercase;
  background-color: rgba(34, 34, 34, 0.5);
  border-color: rgba(34, 34, 34, 0);
  color: #ffffff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button:hover {
  background: none;
  color: #991e92;
  text-decoration: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button a {
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button:hover a,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button a:hover {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button a:hover {
  text-decoration: underline;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-top-bar__today-button:hover {
  border-color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-h3 {
  font-family: "Montserrat";
  font-size: 1.6em;
  line-height: 1.3;
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-button,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__button,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-icon {
  opacity: 1;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-button:before,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__button:before {
  background: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content {
  width: 200px;
  max-width: calc(100vw - 40px);
  background: #ffffff;
  padding: 12px 0px;
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item:focus-within {
  background: rgba(153, 30, 146, 0.1);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link {
  color: rgba(34, 34, 34, 0.7);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-link:hover {
  color: #222222;
  fill: #222222;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item-text {
  color: currentColor;
  font-family: "Montserrat";
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker {
  font-size: 0.9rem;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator:after,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator:after,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator:after,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker:after {
  background-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator .tribe-common-h6--min-medium,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator .tribe-common-h6--min-medium,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator .tribe-common-h6--min-medium,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker .tribe-common-h6--min-medium,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__month-separator .tribe-common-h7,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__type-separator .tribe-common-h7,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day__time-separator .tribe-common-h7,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__day-marker .tribe-common-h7 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.3;
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row > .tribe-events-calendar-list__event-date-tag {
  width: 90px;
  padding-right: 10px !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row > .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 0.8em;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row > .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
  font-family: "Montserrat";
  font-weight: 400;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row > .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime {
  height: auto;
  background: #991e92;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list__event-row > .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime span {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row {
  padding-left: 0;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row:before {
  display: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime {
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  width: 3px;
  top: 0;
  background: #991e92;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-day__event--featured {
  padding-left: 24px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-day__event--featured:after {
  width: 3px;
  left: 24px;
  background: #991e92;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper span,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper span,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper .tribe-common-c-svgicon,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper .tribe-common-c-svgicon {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper span.timezone,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-datetime-wrapper span.timezone {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-title,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-title {
  margin-bottom: 8px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-title,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-title,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-title a,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-title a {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-venue,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-venue {
  margin-top: -6px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-venue .tribe-common-b2--bold,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-venue .tribe-common-b2--bold {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-description,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-description {
  display: block !important;
  visibility: visible;
  margin-top: 1em;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-cost,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-cost {
  margin-top: 1em;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-c-small-cta__price {
  display: inline-block;
  color: #222222;
  fill: #222222;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3;
  padding: 10px 20px 0px 0px;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-featured-image,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-featured-image {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar {
  background: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner {
  color: #222222;
  fill: #222222;
  background: rgba(153, 30, 146, 0.2) !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar-inner .tribe-common-h8 {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-c-svgicon--featured {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-c-svgicon--featured path {
  fill: currentColor !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-date-link {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current button:not(.tribe-events-calendar-month__day-cell--selected) .tribe-events-calendar-month__day-date-daynum {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--mobile:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--mobile:hover {
  background-color: rgba(34, 34, 34, 0.05);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected:hover {
  background: #991e92 !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon--event {
  background: #991e92 !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-common-h6,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: currentColor !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event-datetime {
  color: rgba(34, 34, 34, 0.7);
  font-family: "Montserrat";
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-anchor-thin,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-anchor-thin:focus,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-common-anchor-thin:hover {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event + .tribe-events-calendar-month-mobile-events__mobile-event {
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper img {
  vertical-align: top;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime > * {
  vertical-align: baseline;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime span,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime .tribe-common-c-svgicon {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-datetime span.timezone {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title {
  font-size: 1.2em;
  line-height: 1.3;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title a {
  color: #222222;
  fill: #222222;
  border: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events__mobile-event .tribe-events-calendar-month-mobile-events__mobile-event-title a:focus .tribe-events-calendar-month-mobile-events__mobile-event-title a:hover {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav {
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev {
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg {
  color: currentColor;
  opacity: 1;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path {
  fill: currentColor;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev:hover,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:hover {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next:disabled,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__next:disabled,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__next:disabled,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:disabled,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__prev:disabled,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__prev:disabled {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item--today .tribe-events-c-nav__today,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-day-nav .tribe-events-c-nav__list-item--today .tribe-events-c-nav__today,
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list-item--today .tribe-events-c-nav__today {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
  color: #991e92;
  border: 1px solid currentColor;
  background: none;
  display: inline-flex;
  min-height: 0px;
  font-family: "Montserrat";
  font-weight: 400;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover {
  border-color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link .tribe-common-c-svgicon {
  color: #991e92;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover .tribe-common-c-svgicon {
  color: #ffffff;
  fill: #ffffff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link .tribe-common-c-svgicon path {
  stroke: currentColor;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar__search-container,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content {
  background-color: transparent;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-form-control-text__input {
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-search__input-group {
  padding-right: 20px;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector__content {
  width: auto;
  max-width: none;
  background: none;
  padding: 0px 12px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #222222;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-featured-image-wrapper,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-featured-image-wrapper {
  flex: 0 1 auto;
  max-width: 260px;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-list__event-details,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-common-g-row .tribe-events-calendar-day__event-details {
  flex: 1 1 auto;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__week,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day {
  border-color: rgba(34, 34, 34, 0.1);
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #991e92;
}
.citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day:hover:after {
  background-color: #222222;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events {
  font-family: inherit;
  background: #ffffff;
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border: none;
  color: #222222;
  fill: #222222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  width: 100%;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  text-transform: uppercase;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime span {
  color: #991e92;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime span.timezone {
  color: currentColor;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime .tribe-common-c-svgicon {
  color: #991e92;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-b3 {
  font-family: "Montserrat";
  color: rgba(34, 34, 34, 0.7);
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 {
  font-size: 0.9em;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7,
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 a,
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 a:hover,
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-h7 a:focus {
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  border: none;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 10px;
}
/*** EVENTS TAG PAGE ***/
.archive.tag .type-tribe_events {
  margin-bottom: 5em;
}
.archive.tag .type-tribe_events .post-thumbnail img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  vertical-align: top;
}
.archive.tag .type-tribe_events .event-date {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1em;
}
.archive.tag .type-tribe_events .event-date span {
  color: #991e92;
}
.archive.tag .type-tribe_events .event-date span.timezone {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.archive.tag .type-tribe_events .entry-header .entry-title {
  font-weight: 700;
  margin-top: 0px;
}
.archive.tag .type-tribe_events .event-cost {
  display: inline-block;
  margin-top: 0.8em;
  padding-top: 10px;
  padding-right: 20px;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  font-family: "Poppins";
  color: #222222;
  fill: #222222;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3;
}
/*

 * Citadela Pro - Pro Features

 *

 */
/*******************/
/*** WOOCOMMERCE ***/
/*******************/
/*** content size ***/
body.woocommerce-page.page-fullwidth .site-content .page-title .entry-header,
body.woocommerce-page.page-fullwidth .content-area .site-main {
  max-width: 1300px;
}
/*** rating ***/
.woocommerce .star-rating,
.widget.woocommerce .star-rating,
div[class*=wc-block-] .star-rating,
div[class*=wc-block-] .wc-block-grid__product-rating__stars,
div[class*=wc-block-] .wc-block-review-list-item__rating__stars {
  display: inline-block;
  vertical-align: top;
  font-family: star;
  width: 5.4em;
  font-size: 1em;
  line-height: 1.3;
  height: 1.3em;
  margin: 0 0 .5em;
  float: none;
  overflow: hidden;
  position: relative;
}
.woocommerce .star-rating:before,
.widget.woocommerce .star-rating:before,
div[class*=wc-block-] .star-rating:before,
div[class*=wc-block-] .wc-block-grid__product-rating__stars:before,
div[class*=wc-block-] .wc-block-review-list-item__rating__stars:before {
  opacity: 1;
  color: rgba(34, 34, 34, 0.3);
  fill: rgba(34, 34, 34, 0.3);
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span,
.widget.woocommerce .star-rating span,
div[class*=wc-block-] .star-rating span,
div[class*=wc-block-] .wc-block-grid__product-rating__stars span,
div[class*=wc-block-] .wc-block-review-list-item__rating__stars span {
  color: #ffc439;
  padding-top: 1.3em;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  white-space: nowrap;
}
.woocommerce .star-rating span:before,
.widget.woocommerce .star-rating span:before,
div[class*=wc-block-] .star-rating span:before,
div[class*=wc-block-] .wc-block-grid__product-rating__stars span:before,
div[class*=wc-block-] .wc-block-review-list-item__rating__stars span:before {
  color: #ffc439;
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span.rating,
.widget.woocommerce .star-rating span.rating,
div[class*=wc-block-] .star-rating span.rating,
div[class*=wc-block-] .wc-block-grid__product-rating__stars span.rating,
div[class*=wc-block-] .wc-block-review-list-item__rating__stars span.rating {
  display: none;
}
/*** product functions ***/
/*** pagination ***/
body nav.woocommerce-pagination,
body .woocommerce nav.woocommerce-pagination,
body.woocommerce nav.woocommerce-pagination,
.wc-block-grid {
  margin-bottom: 0em;
  text-align: left;
  font-weight: 400;
}
body nav.woocommerce-pagination ul.page-numbers,
body .woocommerce nav.woocommerce-pagination ul.page-numbers,
body.woocommerce nav.woocommerce-pagination ul.page-numbers,
.wc-block-grid ul.page-numbers,
body nav.woocommerce-pagination .wc-block-pagination,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination,
.wc-block-grid .wc-block-pagination {
  border: none;
  font-size: 0;
  margin: 0rem -2px 2rem -2px;
}
body nav.woocommerce-pagination ul.page-numbers li,
body .woocommerce nav.woocommerce-pagination ul.page-numbers li,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.wc-block-grid ul.page-numbers li,
body nav.woocommerce-pagination .wc-block-pagination li,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination li,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination li,
.wc-block-grid .wc-block-pagination li {
  border: none;
}
body nav.woocommerce-pagination ul.page-numbers .page-numbers,
body .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers,
body.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers,
.wc-block-grid ul.page-numbers .page-numbers,
body nav.woocommerce-pagination .wc-block-pagination .page-numbers,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers,
.wc-block-grid .wc-block-pagination .page-numbers,
body nav.woocommerce-pagination ul.page-numbers button,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button,
.wc-block-grid ul.page-numbers button,
body nav.woocommerce-pagination .wc-block-pagination button,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button,
.wc-block-grid .wc-block-pagination button {
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  color: #222222;
  fill: #222222;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body nav.woocommerce-pagination ul.page-numbers a:hover,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.wc-block-grid ul.page-numbers a:hover,
body nav.woocommerce-pagination .wc-block-pagination a:hover,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a:hover,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a:hover,
.wc-block-grid .wc-block-pagination a:hover {
  color: #222222;
  fill: #222222;
  background: rgba(153, 30, 146, 0.1);
  border-color: #991e92;
}
body nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
body .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
body.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.wc-block-grid ul.page-numbers .page-numbers.current,
body nav.woocommerce-pagination .wc-block-pagination .page-numbers.current,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers.current,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination .page-numbers.current,
.wc-block-grid .wc-block-pagination .page-numbers.current,
body nav.woocommerce-pagination ul.page-numbers .wc-block-pagination-page--active,
body .woocommerce nav.woocommerce-pagination ul.page-numbers .wc-block-pagination-page--active,
body.woocommerce nav.woocommerce-pagination ul.page-numbers .wc-block-pagination-page--active,
.wc-block-grid ul.page-numbers .wc-block-pagination-page--active,
body nav.woocommerce-pagination .wc-block-pagination .wc-block-pagination-page--active,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination .wc-block-pagination-page--active,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination .wc-block-pagination-page--active,
.wc-block-grid .wc-block-pagination .wc-block-pagination-page--active {
  color: #ffffff;
  fill: #ffffff;
  font-weight: 400;
  background: #991e92;
  border-color: #991e92;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body nav.woocommerce-pagination ul.page-numbers a.prev,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a.prev,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a.prev,
.wc-block-grid ul.page-numbers a.prev,
body nav.woocommerce-pagination .wc-block-pagination a.prev,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev,
.wc-block-grid .wc-block-pagination a.prev,
body nav.woocommerce-pagination ul.page-numbers a.next,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a.next,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a.next,
.wc-block-grid ul.page-numbers a.next,
body nav.woocommerce-pagination .wc-block-pagination a.next,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.next,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.next,
.wc-block-grid .wc-block-pagination a.next,
body nav.woocommerce-pagination ul.page-numbers button:first-of-type,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type,
.wc-block-grid ul.page-numbers button:first-of-type,
body nav.woocommerce-pagination .wc-block-pagination button:first-of-type,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type,
.wc-block-grid .wc-block-pagination button:first-of-type,
body nav.woocommerce-pagination ul.page-numbers button:last-of-type,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type,
.wc-block-grid ul.page-numbers button:last-of-type,
body nav.woocommerce-pagination .wc-block-pagination button:last-of-type,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type,
.wc-block-grid .wc-block-pagination button:last-of-type {
  min-width: 60px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
body nav.woocommerce-pagination ul.page-numbers button:first-of-type:disabled,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type:disabled,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type:disabled,
.wc-block-grid ul.page-numbers button:first-of-type:disabled,
body nav.woocommerce-pagination .wc-block-pagination button:first-of-type:disabled,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type:disabled,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type:disabled,
.wc-block-grid .wc-block-pagination button:first-of-type:disabled,
body nav.woocommerce-pagination ul.page-numbers button:last-of-type:disabled,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type:disabled,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type:disabled,
.wc-block-grid ul.page-numbers button:last-of-type:disabled,
body nav.woocommerce-pagination .wc-block-pagination button:last-of-type:disabled,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type:disabled,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type:disabled,
.wc-block-grid .wc-block-pagination button:last-of-type:disabled {
  display: none;
}
body nav.woocommerce-pagination ul.page-numbers a.prev:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,
.wc-block-grid ul.page-numbers a.prev:before,
body nav.woocommerce-pagination .wc-block-pagination a.prev:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,
.wc-block-grid .wc-block-pagination a.prev:before,
body nav.woocommerce-pagination ul.page-numbers a.next:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,
.wc-block-grid ul.page-numbers a.next:before,
body nav.woocommerce-pagination .wc-block-pagination a.next:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,
.wc-block-grid .wc-block-pagination a.next:before,
body nav.woocommerce-pagination ul.page-numbers button:first-of-type > span:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type > span:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type > span:before,
.wc-block-grid ul.page-numbers button:first-of-type > span:before,
body nav.woocommerce-pagination .wc-block-pagination button:first-of-type > span:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type > span:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type > span:before,
.wc-block-grid .wc-block-pagination button:first-of-type > span:before,
body nav.woocommerce-pagination ul.page-numbers button:last-of-type > span:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type > span:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type > span:before,
.wc-block-grid ul.page-numbers button:last-of-type > span:before,
body nav.woocommerce-pagination .wc-block-pagination button:last-of-type > span:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type > span:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type > span:before,
.wc-block-grid .wc-block-pagination button:last-of-type > span:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0px;
}
body nav.woocommerce-pagination ul.page-numbers a.prev:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a.prev:before,
.wc-block-grid ul.page-numbers a.prev:before,
body nav.woocommerce-pagination .wc-block-pagination a.prev:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.prev:before,
.wc-block-grid .wc-block-pagination a.prev:before,
body nav.woocommerce-pagination ul.page-numbers button:first-of-type > span:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type > span:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:first-of-type > span:before,
.wc-block-grid ul.page-numbers button:first-of-type > span:before,
body nav.woocommerce-pagination .wc-block-pagination button:first-of-type > span:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type > span:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:first-of-type > span:before,
.wc-block-grid .wc-block-pagination button:first-of-type > span:before {
  content: "\f30a";
}
body nav.woocommerce-pagination ul.page-numbers a.next:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers a.next:before,
.wc-block-grid ul.page-numbers a.next:before,
body nav.woocommerce-pagination .wc-block-pagination a.next:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination a.next:before,
.wc-block-grid .wc-block-pagination a.next:before,
body nav.woocommerce-pagination ul.page-numbers button:last-of-type > span:before,
body .woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type > span:before,
body.woocommerce nav.woocommerce-pagination ul.page-numbers button:last-of-type > span:before,
.wc-block-grid ul.page-numbers button:last-of-type > span:before,
body nav.woocommerce-pagination .wc-block-pagination button:last-of-type > span:before,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type > span:before,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination button:last-of-type > span:before,
.wc-block-grid .wc-block-pagination button:last-of-type > span:before {
  content: "\f30b";
}
body nav.woocommerce-pagination ul.page-numbers .dots,
body .woocommerce nav.woocommerce-pagination ul.page-numbers .dots,
body.woocommerce nav.woocommerce-pagination ul.page-numbers .dots,
.wc-block-grid ul.page-numbers .dots,
body nav.woocommerce-pagination .wc-block-pagination .dots,
body .woocommerce nav.woocommerce-pagination .wc-block-pagination .dots,
body.woocommerce nav.woocommerce-pagination .wc-block-pagination .dots,
.wc-block-grid .wc-block-pagination .dots {
  border-color: transparent;
}
/*** store notice ***/
.woocommerce-store-notice,
p.demo_store {
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
.woocommerce-store-notice a,
p.demo_store a,
.woocommerce-store-notice a:hover,
p.demo_store a:hover {
  color: #ffffff;
  fill: #ffffff;
}
/*** infoboxes ***/
#content .site-main .woocommerce-error,
#content .site-main .woocommerce-info,
#content .site-main .woocommerce-message {
  background-color: rgba(34, 34, 34, 0.03);
  color: rgba(34, 34, 34, 0.7);
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
#content .site-main .woocommerce-error .button,
#content .site-main .woocommerce-info .button,
#content .site-main .woocommerce-message .button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
  font-weight: 400;
  vertical-align: top;
  margin: -0.2em 0 -0.2em 20px;
}
#content .site-main .woocommerce-error .button:hover,
#content .site-main .woocommerce-info .button:hover,
#content .site-main .woocommerce-message .button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
#content .site-main .woocommerce-info {
  border-top-color: #991e92;
}
#content .site-main .woocommerce-info:before {
  color: #991e92;
}
.woocommerce-page #content .site-main {
  position: relative;
  /*** metadata ***/
  /*** forms ***/
  /*** buttons ***/
  /*** products in shop ***/
  /*** product detail data ***/
}
.woocommerce-page #content .site-main .woocommerce h2 {
  font-weight: 700;
}
.woocommerce-page #content .site-main .woocommerce-password-strength {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.woocommerce-page #content .site-main span.onsale {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  font-size: 0.9em;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 15px;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-page #content .site-main .quantity .qty {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  padding: 3px;
}
.woocommerce-page #content .site-main form .form-row {
  padding: 0;
  margin-bottom: 0.8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
}
.woocommerce-page #content .site-main form .form-row label {
  font-size: 0.9em;
  line-height: 1.3;
  padding: 0.3em 0;
}
.woocommerce-page #content .site-main form .form-row input.input-text,
.woocommerce-page #content .site-main form .form-row textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  color: #991e92;
  width: 100% !important;
}
.woocommerce-page #content .site-main form .form-row > span > em {
  font-size: 0.8em;
  line-height: 1.3;
}
.woocommerce-page #content .site-main form .form-row.form-row-first,
.woocommerce-page #content .site-main form .form-row.form-row-last {
  width: 100%;
  float: none;
}
.woocommerce-page #content .site-main form .form-row#billing_address_2_field,
.woocommerce-page #content .site-main form .form-row#shipping_address_2_field {
  margin-top: -0.8em;
  border-top-width: 0;
}
.woocommerce-page #content .site-main form .form-row .select2-container {
  margin: 5px 0;
}
.woocommerce-page #content .site-main form .form-row .select2-container .select2-selection--single {
  background: rgba(153, 30, 146, 0.1);
}
.woocommerce-page #content .site-main form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  color: #991e92;
}
}@media all and (min-width: 600px){
  .woocommerce-page #content .site-main form .form-row.form-row-first {
    width: 49%;
    float: left;
  }
  .woocommerce-page #content .site-main form .form-row.form-row-last {
    width: 49%;
    float: right;
  }
}
@media all{.woocommerce-page #content .site-main button[type="submit"] {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
  font-weight: 400;
  vertical-align: top;
}
.woocommerce-page #content .site-main button[type="submit"]:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page #content .site-main #respond input#submit,
.woocommerce-page #content .site-main a.button,
.woocommerce-page #content .site-main button.button,
.woocommerce-page #content .site-main input.button,
.woocommerce-page #content .site-main #respond input#submit.alt,
.woocommerce-page #content .site-main a.button.alt,
.woocommerce-page #content .site-main button.button.alt,
.woocommerce-page #content .site-main input.button.alt {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
  font-weight: 400;
  vertical-align: top;
}
.woocommerce-page #content .site-main #respond input#submit:hover,
.woocommerce-page #content .site-main a.button:hover,
.woocommerce-page #content .site-main button.button:hover,
.woocommerce-page #content .site-main input.button:hover,
.woocommerce-page #content .site-main #respond input#submit.alt:hover,
.woocommerce-page #content .site-main a.button.alt:hover,
.woocommerce-page #content .site-main button.button.alt:hover,
.woocommerce-page #content .site-main input.button.alt:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page #content .site-main #respond input#submit.disabled,
.woocommerce-page #content .site-main #respond input#submit:disabled,
.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true],
.woocommerce-page #content .site-main a.button.disabled,
.woocommerce-page #content .site-main a.button:disabled,
.woocommerce-page #content .site-main a.button:disabled[disabled=true],
.woocommerce-page #content .site-main button.button.disabled,
.woocommerce-page #content .site-main button.button:disabled,
.woocommerce-page #content .site-main button.button:disabled[disabled=true],
.woocommerce-page #content .site-main input.button.disabled,
.woocommerce-page #content .site-main input.button:disabled,
.woocommerce-page #content .site-main input.button:disabled[disabled=true],
.woocommerce-page #content .site-main #respond input#submit.disabled.alt,
.woocommerce-page #content .site-main #respond input#submit:disabled.alt,
.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true].alt,
.woocommerce-page #content .site-main a.button.disabled.alt,
.woocommerce-page #content .site-main a.button:disabled.alt,
.woocommerce-page #content .site-main a.button:disabled[disabled=true].alt,
.woocommerce-page #content .site-main button.button.disabled.alt,
.woocommerce-page #content .site-main button.button:disabled.alt,
.woocommerce-page #content .site-main button.button:disabled[disabled=true].alt,
.woocommerce-page #content .site-main input.button.disabled.alt,
.woocommerce-page #content .site-main input.button:disabled.alt,
.woocommerce-page #content .site-main input.button:disabled[disabled=true].alt {
  background-color: #991e92;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
  background-color: rgba(34, 34, 34, 0.5);
  color: #ffffff;
  font-weight: 400;
  vertical-align: top;
  cursor: not-allowed;
}
.woocommerce-page #content .site-main #respond input#submit.disabled:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main a.button.disabled:hover,
.woocommerce-page #content .site-main a.button:disabled:hover,
.woocommerce-page #content .site-main a.button:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main button.button.disabled:hover,
.woocommerce-page #content .site-main button.button:disabled:hover,
.woocommerce-page #content .site-main button.button:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main input.button.disabled:hover,
.woocommerce-page #content .site-main input.button:disabled:hover,
.woocommerce-page #content .site-main input.button:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main #respond input#submit.disabled.alt:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled.alt:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true].alt:hover,
.woocommerce-page #content .site-main a.button.disabled.alt:hover,
.woocommerce-page #content .site-main a.button:disabled.alt:hover,
.woocommerce-page #content .site-main a.button:disabled[disabled=true].alt:hover,
.woocommerce-page #content .site-main button.button.disabled.alt:hover,
.woocommerce-page #content .site-main button.button:disabled.alt:hover,
.woocommerce-page #content .site-main button.button:disabled[disabled=true].alt:hover,
.woocommerce-page #content .site-main input.button.disabled.alt:hover,
.woocommerce-page #content .site-main input.button:disabled.alt:hover,
.woocommerce-page #content .site-main input.button:disabled[disabled=true].alt:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page #content .site-main #respond input#submit.disabled:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main a.button.disabled:hover,
.woocommerce-page #content .site-main a.button:disabled:hover,
.woocommerce-page #content .site-main a.button:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main button.button.disabled:hover,
.woocommerce-page #content .site-main button.button:disabled:hover,
.woocommerce-page #content .site-main button.button:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main input.button.disabled:hover,
.woocommerce-page #content .site-main input.button:disabled:hover,
.woocommerce-page #content .site-main input.button:disabled[disabled=true]:hover,
.woocommerce-page #content .site-main #respond input#submit.disabled.alt:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled.alt:hover,
.woocommerce-page #content .site-main #respond input#submit:disabled[disabled=true].alt:hover,
.woocommerce-page #content .site-main a.button.disabled.alt:hover,
.woocommerce-page #content .site-main a.button:disabled.alt:hover,
.woocommerce-page #content .site-main a.button:disabled[disabled=true].alt:hover,
.woocommerce-page #content .site-main button.button.disabled.alt:hover,
.woocommerce-page #content .site-main button.button:disabled.alt:hover,
.woocommerce-page #content .site-main button.button:disabled[disabled=true].alt:hover,
.woocommerce-page #content .site-main input.button.disabled.alt:hover,
.woocommerce-page #content .site-main input.button:disabled.alt:hover,
.woocommerce-page #content .site-main input.button:disabled[disabled=true].alt:hover {
  background-color: rgba(34, 34, 34, 0.5);
  color: #ffffff;
}
.woocommerce-page #content .site-main .wc-proceed-to-checkout a.checkout-button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
  display: block;
}
.woocommerce-page #content .site-main .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page #content .site-main .woocommerce-result-count {
  width: 100%;
  font-weight: bolder;
  color: #222222;
  fill: #222222;
  padding: 8px 0 8px 18px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-bottom: none;
  margin: 0;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.woocommerce-page #content .site-main .woocommerce-result-count:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  bottom: 0px;
  left: -1px;
  border-left: 3px solid #991e92;
}
.woocommerce-page #content .site-main .woocommerce-ordering {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 0;
  position: relative;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.woocommerce-page #content .site-main .woocommerce-ordering:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-left: 3px solid #991e92;
}
.woocommerce-page #content .site-main .woocommerce-ordering select {
  width: 100%;
  padding: 7px 13px;
  border-color: transparent;
}
.woocommerce-page #content .site-main .woocommerce-ordering + ul.products {
  padding-top: 2em;
  position: relative;
}
.woocommerce-page #content .site-main .woocommerce-ordering + ul.products:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
}@media all and (min-width: 400px){
  .woocommerce-page #content .site-main .woocommerce-ordering + ul.products:before {
    left: 8px;
    right: 8px;
  }
}
@media all and (min-width: 600px){
  .woocommerce-page #content .site-main .woocommerce-result-count {
    float: left;
    width: calc(100% - 243px);
    border: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
    padding-right: 20px;
  }
  .woocommerce-page #content .site-main .woocommerce-result-count:before {
    content: "";
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-left: 3px solid #991e92;
  }
  .woocommerce-page #content .site-main .woocommerce-ordering {
    float: right;
    width: 240px;
    text-align: right;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .woocommerce-page #content .site-main .woocommerce-ordering:before {
    display: none;
  }
  .woocommerce-page #content .site-main .woocommerce-ordering select {
    width: 100%;
    max-width: 100%;
    padding: 7px;
  }
}
@media all{.woocommerce-page #content .site-main ul.products {
  margin-bottom: 0;
  /*** cards style ***/
}
.woocommerce-page #content .site-main ul.products li.product {
  overflow: hidden;
  position: relative;
}
.woocommerce-page #content .site-main ul.products li.product.featured:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  text-align: center;
  background: #ffffff;
  width: 7em;
  height: 2em;
  font-size: 0.7em;
  line-height: 2;
  color: #991e92;
  position: absolute;
  top: 0.8em;
  left: -1.7em;
  transform: rotate(-45deg);
  box-shadow: 0 0 70px rgba(153, 30, 146, 0.4);
}
.woocommerce-page #content .site-main ul.products li.product img {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.woocommerce-page #content .site-main ul.products li.product a.woocommerce-loop-product__link {
  display: block;
}
.woocommerce-page #content .site-main ul.products li.product .onsale {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  -moz-border-radius: 0px 3px;
  -webkit-border-radius: 0px 3px;
  border-radius: 0px 3px;
}
.woocommerce-page #content .site-main ul.products li.product .woocommerce-placeholder {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.woocommerce-page #content .site-main ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page #content .site-main ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page #content .site-main ul.products li.product h3 {
  font-family: "Montserrat";
  font-weight: bolder;
  font-size: 1.0em;
  line-height: 1.3;
}
.woocommerce-page #content .site-main ul.products li.product .star-rating {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.2em;
}
.woocommerce-page #content .site-main ul.products li.product .price {
  color: rgba(34, 34, 34, 0.7);
  font-size: 0.8em;
  line-height: 1.3;
}
.woocommerce-page #content .site-main ul.products li.product .price .amount {
  font-size: 1.3em;
}
.woocommerce-page #content .site-main ul.products #respond input#submit:after,
.woocommerce-page #content .site-main ul.products a.button:after,
.woocommerce-page #content .site-main ul.products button.button:after,
.woocommerce-page #content .site-main ul.products input.button:after {
  position: absolute;
}
.woocommerce-page #content .site-main ul.products #respond input#submit.loading,
.woocommerce-page #content .site-main ul.products a.button.loading,
.woocommerce-page #content .site-main ul.products button.button.loading,
.woocommerce-page #content .site-main ul.products input.button.loading,
.woocommerce-page #content .site-main ul.products #respond input#submit.added,
.woocommerce-page #content .site-main ul.products a.button.added,
.woocommerce-page #content .site-main ul.products button.button.added,
.woocommerce-page #content .site-main ul.products input.button.added {
  padding-right: 2.6em;
  color: #ffffff;
  fill: #ffffff;
}
.woocommerce-page #content .site-main ul.products #respond input#submit.loading:after,
.woocommerce-page #content .site-main ul.products a.button.loading:after,
.woocommerce-page #content .site-main ul.products button.button.loading:after,
.woocommerce-page #content .site-main ul.products input.button.loading:after,
.woocommerce-page #content .site-main ul.products #respond input#submit.added:after,
.woocommerce-page #content .site-main ul.products a.button.added:after,
.woocommerce-page #content .site-main ul.products button.button.added:after,
.woocommerce-page #content .site-main ul.products input.button.added:after {
  top: auto;
  right: 0.8em;
}
.woocommerce-page #content .site-main ul.products a.added_to_cart {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  overflow: hidden;
  margin-top: 1em;
  text-indent: -9999px;
  background: none;
  position: relative;
}
.woocommerce-page #content .site-main ul.products a.added_to_cart:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page #content .site-main ul.products a.added_to_cart:hover {
  background: none;
}
.woocommerce-page #content .site-main ul.products a.added_to_cart:before {
  content: "\f291";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.1em;
  color: #991e92;
  display: block;
  text-indent: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-page #content .site-main ul.products li.product {
  border: 0px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding: 0px;
  text-align: left;
  position: relative;
}
.woocommerce-page #content .site-main ul.products li.product > a.woocommerce-LoopProduct-link {
  margin-bottom: 1em;
  opacity: 1;
}
.woocommerce-page #content .site-main ul.products li.product:hover .onsale {
  padding-top: 16px;
}
.woocommerce-page #content .site-main ul.products li.product h2 {
  padding-top: 0;
}
.woocommerce-page #content .site-main ul.products li.product h2 + .price:before {
  content: "";
  display: none;
  width: 20px;
  border-top: 2px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 0.3em auto 1.0em auto;
}
.woocommerce-page #content .site-main ul.products li.product > a.button.added:after {
  display: none;
}
.woocommerce-page #content .site-main ul.products li.product > a.added_to_cart {
  position: absolute;
  bottom: 0em;
  right: 0.5em;
}
.woocommerce-page #content .site-main ul.products li.product > a.added_to_cart:before {
  color: #ffffff;
  fill: #ffffff;
}
.woocommerce-page #content .site-main ul.products li.product > a.loading + .added_to_cart {
  display: none;
}
}@media all and (min-width: 1025px){
  .woocommerce-page #content .site-main ul.products li.product > a.button {
    opacity: 0;
  }
  .woocommerce-page #content .site-main ul.products li.product:hover > a.button {
    opacity: 1;
  }
  .woocommerce-page #content .site-main ul.products li.product > a.added_to_cart {
    opacity: 0;
  }
  .woocommerce-page #content .site-main ul.products li.product:hover > a.added_to_cart {
    opacity: 1;
  }
}
@media all{.woocommerce-page #content .site-main div.product .images,
.woocommerce-page #content .site-main div.product .summary {
  margin-bottom: 3em;
}
.woocommerce-page #content .site-main div.product > .onsale {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -moz-border-radius: 3px 0px;
  -webkit-border-radius: 3px 0px;
  border-radius: 3px 0px;
}
.woocommerce-page #content .site-main div.product .images .flex-control-thumbs {
  padding-top: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -1px;
  margin-right: -1px;
}
.woocommerce-page #content .site-main div.product .images .flex-control-thumbs li {
  padding: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__wrapper {
  margin: -1px;
}
.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image {
  padding: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image:first-child img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce-page #content .site-main div.product .woocommerce-product-rating {
  line-height: 1.3;
}
.woocommerce-page #content .site-main div.product .woocommerce-product-rating .star-rating {
  float: none;
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.woocommerce-page #content .site-main div.product .summary .product_title {
  font-weight: 700;
}
.woocommerce-page #content .site-main div.product .summary .product_title:after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 1px solid;
  border-color: #222222;
  margin-top: 0.4em;
}
.woocommerce-page #content .site-main div.product .summary .price {
  font-size: 1rem;
  color: #991e92;
}
.woocommerce-page #content .site-main div.product .summary .price .amount {
  font-size: 1.6em;
  line-height: 1.3;
}
.woocommerce-page #content .site-main div.product .summary .stock {
  color: #991e92;
}
.woocommerce-page #content .site-main div.product .summary .out-of-stock {
  color: red;
}
.woocommerce-page #content .site-main div.product .woocommerce-variation-add-to-cart {
  margin-top: 1.5rem;
}
.woocommerce-page #content .site-main div.product .woocommerce-variation-add-to-cart:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.woocommerce-page #content .site-main div.product .cart .variations td {
  padding: 0;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-page #content .site-main div.product .cart .variations label {
  font-weight: bolder;
  display: block;
  padding: 6px 0;
  line-height: 1.5;
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .site-main div.product .cart .variations select {
  vertical-align: top;
  margin-right: 0.5em;
}
.woocommerce-page #content .site-main div.product .cart .variations .reset_variations {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  width: 30px;
  padding: 6px 0;
  line-height: 1.5;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.woocommerce-page #content .site-main div.product .cart .variations .reset_variations:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-size: 1.25em;
  color: #991e92;
  text-indent: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-page #content .site-main div.product .cart .variations .reset_variations:hover:before {
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .site-main div.product .cart .quantity {
  margin-right: 10px;
}
}@media all and (min-width: 400px){
  .woocommerce-page #content .site-main div.product .cart .variations td {
    display: table-cell;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .woocommerce-page #content .site-main div.product .cart .variations td.label {
    padding-right: 1em;
  }
}
@media all{.woocommerce-page #content .site-main div.product .product_meta > span {
  font-size: 0.9rem;
}
.woocommerce-page #content .site-main div.product .product_meta .sku_wrapper {
  margin: 0px 0px 3px 0;
  display: inline-block;
  line-height: 1.3;
  padding: 4px 8px;
  background-color: #222222;
  color: #ffffff;
  border: 1px solid;
  border-color: #222222;
  vertical-align: top;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in a {
  display: inline-block;
  margin: 0px 3px 3px 0;
  vertical-align: top;
  padding: 4px 8px;
  font-size: 0.9rem;
  line-height: 1.3;
  background: #991e92;
  border: 1px solid #991e92;
  color: #ffffff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in a:hover {
  background: none;
  color: #991e92;
  text-decoration: none;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in a a {
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in a:hover a,
.woocommerce-page #content .site-main div.product .product_meta .posted_in a a:hover {
  color: #991e92;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in a a:hover {
  text-decoration: underline;
}
.woocommerce-page #content .site-main div.product .product_meta .tagged_as {
  display: block;
  margin-top: 1em;
}
.woocommerce-page #content .site-main div.product .upsells h2,
.woocommerce-page #content .site-main div.product .related h2 {
  font-weight: 700;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs {
  margin: 0 0 3em 0;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs *:before,
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs *:after,
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0 0 4px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.05);
  display: block;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #222222;
  fill: #222222;
  font-size: 0.75em;
  line-height: 1.3;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
  color: #991e92;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active a:before {
  content: "";
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: 0;
  display: block;
  position: absolute;
  border-left: 3px solid #991e92;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel h2 {
  font-weight: 700;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes {
  display: block;
  text-align: left;
  border: none;
  margin-bottom: 1.5rem;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tbody {
  display: block;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tr {
  display: block;
  background-color: rgba(34, 34, 34, 0.03);
  margin: 4px 0;
  padding: 10px 14px;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes th {
  display: block;
  width: auto;
  background: none;
  border: none;
  padding: 2px;
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes td {
  display: block;
  background: none;
  border: none;
  padding: 2px;
  font-style: normal;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes td p {
  padding: 0;
  font-style: normal;
}
}@media all and (min-width: 600px){
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs {
    overflow: hidden;
    margin: 0;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border-bottom-width: 0;
    position: relative;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li a {
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active a:before {
    bottom: 0px;
    right: -1px;
    border-left: none;
    border-top: 3px solid #991e92;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active:before,
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li.active:after {
    /*content: ""; position: absolute; */
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs ul.tabs li:last-child:after {
    content: "";
    position: absolute;
    left: calc(100% + 4px);
    bottom: 0;
    display: block;
    width: 100vw;
    border: none;
    border-bottom: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel {
    border: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
    padding: 29px;
    margin-top: -4px;
    border-top: none;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel > h2:first-child {
    color: rgba(34, 34, 34, 0.3);
    fill: rgba(34, 34, 34, 0.3);
    margin-top: 0;
    display: none;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes {
    display: table;
    border-collapse: separate;
    border-spacing: 0 4px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tbody {
    display: table-row-group;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes tr {
    display: table-row;
    margin: 0;
    padding: 0;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes th {
    display: table-cell;
    width: 150px;
    padding: 10px 15px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs .panel table.shop_attributes td {
    display: table-cell;
    padding: 10px 15px;
  }
}
@media all{.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments .woocommerce-noreviews {
  color: #991e92;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist {
  padding-top: 1.5em;
  margin-bottom: 2em;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li {
  margin-bottom: 30px;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  position: static;
  float: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  border: none;
  width: 48px;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  padding: 10px 0px 10px 0px;
  margin: 0;
  border: none;
  border-bottom: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-bottom: 0.3em;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta strong {
  color: #222222;
  fill: #222222;
}
}@media all and (min-width: 400px){
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist {
    padding-top: 0;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li {
    margin-bottom: 20px;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
    padding: 10px 0px 10px 68px;
  }
}
@media all{.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-reply-title {
  display: block;
  font-size: 1.6em;
  line-height: 1.3;
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating {
  margin-top: 0.3em;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating label {
  color: #222222;
  fill: #222222;
  margin-bottom: 0.3em;
}
}@media all and (min-width: 400px){
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-notes {
    margin-bottom: 1em;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating {
    margin-bottom: 1em;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating label {
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: top;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating .stars {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating .stars > span {
    display: inline-block;
    line-height: 1.3;
    vertical-align: top;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-rating .stars a {
    margin-top: 1px;
    text-align: left;
  }
}
@media all and (min-width: 600px){
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-notes {
    float: left;
    width: 49%;
    margin-top: 0.3em;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-notes + .comment-form-rating {
    float: right;
    width: 49%;
    text-align: right;
    margin-top: 0;
  }
  .woocommerce-page #content .site-main div.product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-form-comment {
    clear: both;
  }
}
@media all{.woocommerce-page {
  /*** WooCommerce Pages Customization ***/
}
.woocommerce-page #content .woocommerce table.shop_table {
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce-page #content .woocommerce table.shop_table td,
.woocommerce-page #content .woocommerce table.shop_table th {
  padding: 10px 15px;
}
.woocommerce-page #content .woocommerce table.shop_table th {
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .woocommerce table.shop_table td {
  border-color: rgba(34, 34, 34, 0.1);
}
.woocommerce-page #content .woocommerce table.shop_table td strong {
  color: #991e92;
}
.woocommerce-page #content .woocommerce table.shop_table td small {
  color: rgba(34, 34, 34, 0.7);
}
.woocommerce-page #content .woocommerce table.shop_table td:before {
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .woocommerce table.shop_table thead th {
  background-color: rgba(34, 34, 34, 0.05);
  color: #222222;
  fill: #222222;
}
.woocommerce-page #content .woocommerce table.shop_table thead th:first-child {
  -moz-border-radius: 6px 0px 0px 0px;
  -webkit-border-radius: 6px 0px 0px 0px;
  border-radius: 6px 0px 0px 0px;
}
.woocommerce-page #content .woocommerce table.shop_table thead th:last-child {
  -moz-border-radius: 0px 6px 0px 0px;
  -webkit-border-radius: 0px 6px 0px 0px;
  border-radius: 0px 6px 0px 0px;
  white-space: nowrap;
}
.woocommerce-page #content .woocommerce table.shop_table thead + tbody tr:first-child td {
  border-top: none;
}
.woocommerce-page #content .woocommerce table.shop_table tfoot th {
  border-color: rgba(34, 34, 34, 0.1);
}
.woocommerce-page #content .woocommerce table.shop_table tfoot td {
  color: #991e92;
  font-weight: 400;
}
.woocommerce-page #content .woocommerce table.shop_table.cart {
  margin-bottom: 3em;
}
.woocommerce-page #content .woocommerce table.shop_table.cart th {
  padding: 15px 15px;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td {
  padding: 15px 15px;
  border: none;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td.product-remove a {
  color: red;
  background: none;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td.product-remove a:hover {
  color: #222222 !important;
  fill: #222222 !important;
  background: none;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td.product-price,
.woocommerce-page #content .woocommerce table.shop_table.cart td.product-subtotal {
  font-size: 0.8em;
  line-height: 1.3;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td.product-price .amount,
.woocommerce-page #content .woocommerce table.shop_table.cart td.product-subtotal .amount {
  font-size: 1.3em !important;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td.actions .coupon .input-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  line-height: 1.3;
  padding: 5px;
  width: 150px;
  text-align: center;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td:before {
  font-size: 1rem;
}
.woocommerce-page #content .woocommerce table.shop_table.cart td img {
  width: 48px;
  vertical-align: top;
}
.woocommerce-page #content .woocommerce table.shop_table.subscription_details {
  border-width: 3px;
}
.woocommerce-page #content .woocommerce table.shop_table.subscription_details td {
  background-color: rgba(34, 34, 34, 0.03);
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:first-child td {
  padding-top: 15px;
}
.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:first-child td:last-child {
  color: #991e92;
}
.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:nth-last-child(2) td {
  padding-bottom: 15px;
}
.woocommerce-page #content .woocommerce table.shop_table.subscription_details tr:last-child td {
  background: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
}@media all and (min-width: 769px){
  .woocommerce-page #content .woocommerce table.shop_table.cart td.product-remove {
    width: 5%;
  }
  .woocommerce-page #content .woocommerce table.shop_table.cart td.product-thumbnail {
    width: 5%;
    padding-left: 0;
  }
  .woocommerce-page #content .woocommerce table.shop_table.cart td.product-name {
    width: 25%;
  }
  .woocommerce-page #content .woocommerce table.shop_table.cart td.product-price {
    width: 25%;
  }
  .woocommerce-page #content .woocommerce table.shop_table.cart td.product-quantity {
    width: 5%;
  }
  .woocommerce-page #content .woocommerce table.shop_table.cart td.product-subtotal {
    width: 25%;
  }
}
@media all{.woocommerce-page #content .woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td {
  background-color: rgba(34, 34, 34, 0.03);
}
.woocommerce-page #content .woocommerce table.shop_table_responsive.cart tr:last-child td {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
}@media all and (max-width: 768px){
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart {
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td:before {
    margin-right: 20px;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.actions .coupon .input-text {
    width: 48%;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-remove {
    border-top: 3px solid #991e92;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-name {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-price {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-quantity {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart td.product-subtotal {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
@media all{.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Montserrat";
  font-size: 1.2em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  border-bottom: none;
  padding: 15px 15px;
  background-color: rgba(34, 34, 34, 0.05);
  color: #222222;
  fill: #222222;
  margin: 0;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals table.shop_table {
  border-top: none;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals table.shop_table th {
  color: #222222;
  fill: #222222;
  border-color: rgba(34, 34, 34, 0.1);
  font-weight: 400;
}
}@media all and (max-width: 768px){
  .woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals tbody .recurring-totals th {
    display: table;
    box-sizing: border-box;
    width: 100%;
  }
}
@media all and (min-width: 769px){
  .woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals .cross-sells > h2 {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0.5em 0 0.85em 0;
    font-weight: 700;
  }
}
@media all{.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon {
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
  border-color: rgba(34, 34, 34, 0.1);
}
.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon .form-row {
  border: none;
  background: none;
  padding: 0;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon .form-row .input-text {
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  padding: 3px 10px;
  color: #991e92;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #customer_details h3 {
  font-weight: 700;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce h3#order_review_heading {
  font-weight: 700;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment {
  background-color: rgba(34, 34, 34, 0.03);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment ul.payment_methods {
  border-color: rgba(34, 34, 34, 0.1);
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .form-row {
  border: none;
  background: none;
  padding: 1em 1em 0.1em 1em;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .form-row #place_order {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
  margin-bottom: 1em;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .form-row #place_order:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  padding: 0;
  margin: 1em 0 2em 0;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment .woocommerce-terms-and-conditions-wrapper .form-row label {
  font-size: 1em;
  padding: 0;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0 0 2em 0;
  list-style-type: none;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li {
  margin: 0 0 4px 0;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li a {
  color: #222222;
  fill: #222222;
  display: inline-block;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.35em 1.5em;
  border-left: 3px solid #991e92;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.7em;
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  text-decoration: none;
  vertical-align: top;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  color: #222222;
  fill: #222222;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  color: #991e92;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding: 20px 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
  position: relative;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0 0 1em 0;
  float: none;
  font-weight: 700;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: center;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:before {
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.25em;
  color: #991e92;
  text-indent: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  background: rgba(153, 30, 146, 0.1);
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 2em 0 0 0;
  padding-top: 3em;
  padding-bottom: 0;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 1.3em;
  color: #991e92;
  line-height: 1;
}
.woocommerce-page .woocommerce .woocommerce-MyAccount-content form p:not(.form-row) {
  margin: 2em 0;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login {
  border: none;
  padding: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .form-row:not(.woocommerce-form-row) {
  padding: 0;
  border: none;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .form-row.form-row-first,
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .form-row.form-row-last {
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-LostPassword {
  margin: 0;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme > * {
  vertical-align: middle;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__rememberme input {
  margin-right: 5px;
}
.woocommerce-page #content .woocommerce .woocommerce-form-login.login .woocommerce-form-login__submit {
  margin-right: 1em;
}
.woocommerce-page #content .woocommerce .woocommerce-ResetPassword .form-row:not(.form-row-first):not(.form-row-last) {
  padding: 0;
  border: none;
}
.woocommerce-page #content .woocommerce .woocommerce-order ul.order_details {
  margin-left: -2px;
  margin-right: -2px;
}
.woocommerce-page #content .woocommerce .woocommerce-order ul.order_details li {
  background-color: rgba(34, 34, 34, 0.03);
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding: 9px 12px;
  margin: 0 2px 4px 2px;
}
.woocommerce-page #content .woocommerce .woocommerce-order ul.order_details li strong {
  margin-top: 5px;
  color: #991e92;
}
.woocommerce-page #content .woocommerce .woocommerce-order-details h2 {
  margin: 0.5em 0;
}
.woocommerce-page #content .woocommerce .woocommerce-customer-details address {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  padding: 12px 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-page.single-product .post-navigation {
  display: none;
}
.woocommerce-page.single-product #content .site-main .entry-summary .quantity .qty {
  font-size: 18px;
  line-height: 1.3;
  padding: 11px 5px;
}
.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 30px;
}
.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button.disabled,
.woocommerce-page.single-product #content .site-main .entry-summary button.single_add_to_cart_button.disabled:hover {
  background-color: rgba(34, 34, 34, 0.5);
  color: #ffffff;
  cursor: not-allowed;
}
/*** Woocommerce GRID ***/
.woocommerce-page #content .site-main ul.products:before,
.wc-block-grid .site-main ul.products:before,
.woocommerce-page #content .site-main ul.products:after,
.wc-block-grid .site-main ul.products:after,
.woocommerce-page #content ul.wc-block-grid__products:before,
.wc-block-grid ul.wc-block-grid__products:before,
.woocommerce-page #content ul.wc-block-grid__products:after,
.wc-block-grid ul.wc-block-grid__products:after {
  display: none;
}
.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),
.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),
.woocommerce-page #content .site-main ul.products.columns-1,
.wc-block-grid .site-main ul.products.columns-1,
.woocommerce-page #content .site-main ul.products.columns-2,
.wc-block-grid .site-main ul.products.columns-2,
.woocommerce-page #content .site-main ul.products.columns-3,
.wc-block-grid .site-main ul.products.columns-3,
.woocommerce-page #content .site-main ul.products.columns-4,
.wc-block-grid .site-main ul.products.columns-4,
.woocommerce-page #content .site-main ul.products.columns-5,
.wc-block-grid .site-main ul.products.columns-5,
.woocommerce-page #content .site-main ul.products.columns-6,
.wc-block-grid .site-main ul.products.columns-6,
.woocommerce-page #content.has-1-columns ul.wc-block-grid__products,
.wc-block-grid.has-1-columns ul.wc-block-grid__products,
.woocommerce-page #content.has-2-columns ul.wc-block-grid__products,
.wc-block-grid.has-2-columns ul.wc-block-grid__products,
.woocommerce-page #content.has-3-columns ul.wc-block-grid__products,
.wc-block-grid.has-3-columns ul.wc-block-grid__products,
.woocommerce-page #content.has-4-columns ul.wc-block-grid__products,
.wc-block-grid.has-4-columns ul.wc-block-grid__products,
.woocommerce-page #content.has-5-columns ul.wc-block-grid__products,
.wc-block-grid.has-5-columns ul.wc-block-grid__products,
.woocommerce-page #content.has-6-columns ul.wc-block-grid__products,
.wc-block-grid.has-6-columns ul.wc-block-grid__products {
  display: block;
}
.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
.woocommerce-page #content .site-main ul.products.columns-1 li.product,
.wc-block-grid .site-main ul.products.columns-1 li.product,
.woocommerce-page #content .site-main ul.products.columns-2 li.product,
.wc-block-grid .site-main ul.products.columns-2 li.product,
.woocommerce-page #content .site-main ul.products.columns-3 li.product,
.wc-block-grid .site-main ul.products.columns-3 li.product,
.woocommerce-page #content .site-main ul.products.columns-4 li.product,
.wc-block-grid .site-main ul.products.columns-4 li.product,
.woocommerce-page #content .site-main ul.products.columns-5 li.product,
.wc-block-grid .site-main ul.products.columns-5 li.product,
.woocommerce-page #content .site-main ul.products.columns-6 li.product,
.wc-block-grid .site-main ul.products.columns-6 li.product,
.woocommerce-page #content.has-1-columns ul.wc-block-grid__products li.product,
.wc-block-grid.has-1-columns ul.wc-block-grid__products li.product,
.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product,
.wc-block-grid.has-2-columns ul.wc-block-grid__products li.product,
.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product,
.wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,
.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,
.wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,
.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,
.wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,
.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,
.wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
.woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
.wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
.woocommerce-page #content .site-main ul.products.columns-1 li.wc-block-grid__product,
.wc-block-grid .site-main ul.products.columns-1 li.wc-block-grid__product,
.woocommerce-page #content .site-main ul.products.columns-2 li.wc-block-grid__product,
.wc-block-grid .site-main ul.products.columns-2 li.wc-block-grid__product,
.woocommerce-page #content .site-main ul.products.columns-3 li.wc-block-grid__product,
.wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,
.woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,
.wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,
.woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,
.wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,
.woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,
.wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
.woocommerce-page #content.has-1-columns ul.wc-block-grid__products li.wc-block-grid__product,
.wc-block-grid.has-1-columns ul.wc-block-grid__products li.wc-block-grid__product,
.woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
.wc-block-grid.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
.woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
.wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
.woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
.wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
.woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
.wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
.woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
.wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
  margin: 0 0 3em 0;
  padding: 0 !important;
  display: block;
  float: none;
  width: 100%;
  max-width: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}@media all and (min-width: 400px){
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6),
  .woocommerce-page #content .site-main ul.products.columns-2,
  .wc-block-grid .site-main ul.products.columns-2,
  .woocommerce-page #content .site-main ul.products.columns-3,
  .wc-block-grid .site-main ul.products.columns-3,
  .woocommerce-page #content .site-main ul.products.columns-4,
  .wc-block-grid .site-main ul.products.columns-4,
  .woocommerce-page #content .site-main ul.products.columns-5,
  .wc-block-grid .site-main ul.products.columns-5,
  .woocommerce-page #content .site-main ul.products.columns-6,
  .wc-block-grid .site-main ul.products.columns-6,
  .woocommerce-page #content.has-2-columns ul.wc-block-grid__products,
  .wc-block-grid.has-2-columns ul.wc-block-grid__products,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products {
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .woocommerce-page #content .site-main ul.products.columns-2 li.product,
  .wc-block-grid .site-main ul.products.columns-2 li.product,
  .woocommerce-page #content .site-main ul.products.columns-3 li.product,
  .wc-block-grid .site-main ul.products.columns-3 li.product,
  .woocommerce-page #content .site-main ul.products.columns-4 li.product,
  .wc-block-grid .site-main ul.products.columns-4 li.product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.product,
  .wc-block-grid .site-main ul.products.columns-5 li.product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product,
  .wc-block-grid .site-main ul.products.columns-6 li.product,
  .woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-2-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-2 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-2 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-3 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
  .woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
    flex: 0 1 auto;
    margin: 0px 8px 2em 8px;
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
  }
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product > *,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product > *,
  .woocommerce-page #content .site-main ul.products.columns-2 li.product > *,
  .wc-block-grid .site-main ul.products.columns-2 li.product > *,
  .woocommerce-page #content .site-main ul.products.columns-3 li.product > *,
  .wc-block-grid .site-main ul.products.columns-3 li.product > *,
  .woocommerce-page #content .site-main ul.products.columns-4 li.product > *,
  .wc-block-grid .site-main ul.products.columns-4 li.product > *,
  .woocommerce-page #content .site-main ul.products.columns-5 li.product > *,
  .wc-block-grid .site-main ul.products.columns-5 li.product > *,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product > *,
  .wc-block-grid .site-main ul.products.columns-6 li.product > *,
  .woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product > *,
  .wc-block-grid.has-2-columns ul.wc-block-grid__products li.product > *,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product > *,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products li.product > *,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product > *,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product > *,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product > *,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product > *,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product > *,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product > * {
    flex: 0 0 auto;
  }
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product > a.button,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product > a.button,
  .woocommerce-page #content .site-main ul.products.columns-2 li.product > a.button,
  .wc-block-grid .site-main ul.products.columns-2 li.product > a.button,
  .woocommerce-page #content .site-main ul.products.columns-3 li.product > a.button,
  .wc-block-grid .site-main ul.products.columns-3 li.product > a.button,
  .woocommerce-page #content .site-main ul.products.columns-4 li.product > a.button,
  .wc-block-grid .site-main ul.products.columns-4 li.product > a.button,
  .woocommerce-page #content .site-main ul.products.columns-5 li.product > a.button,
  .wc-block-grid .site-main ul.products.columns-5 li.product > a.button,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product > a.button,
  .wc-block-grid .site-main ul.products.columns-6 li.product > a.button,
  .woocommerce-page #content.has-2-columns ul.wc-block-grid__products li.product > a.button,
  .wc-block-grid.has-2-columns ul.wc-block-grid__products li.product > a.button,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product > a.button,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products li.product > a.button,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product > a.button,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product > a.button,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product > a.button,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product > a.button,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product > a.button,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product > a.button {
    margin-top: auto;
  }
}
@media all and (min-width: 600px){
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .woocommerce-page #content .site-main ul.products.columns-3 li.product,
  .wc-block-grid .site-main ul.products.columns-3 li.product,
  .woocommerce-page #content .site-main ul.products.columns-4 li.product,
  .wc-block-grid .site-main ul.products.columns-4 li.product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.product,
  .wc-block-grid .site-main ul.products.columns-5 li.product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product,
  .wc-block-grid .site-main ul.products.columns-6 li.product,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-3 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
  .woocommerce-page #content.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
    width: calc(33.333% - 16px);
  }
}
@media all and (min-width: 768px){
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .woocommerce-page #content .site-main ul.products.columns-4 li.product,
  .wc-block-grid .site-main ul.products.columns-4 li.product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.product,
  .wc-block-grid .site-main ul.products.columns-5 li.product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product,
  .wc-block-grid .site-main ul.products.columns-6 li.product,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-4 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
  .woocommerce-page #content.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
    width: calc(25% - 16px);
  }
}
@media all and (min-width: 1025px){
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.product,
  .wc-block-grid .site-main ul.products.columns-5 li.product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product,
  .wc-block-grid .site-main ul.products.columns-6 li.product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-5 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
  .woocommerce-page #content.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
    width: calc(20% - 16px);
  }
}
@media all and (min-width: 1200px){
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.product,
  .wc-block-grid .site-main ul.products.columns-6 li.product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .woocommerce-page #content .site-main ul.products.columns-6 li.wc-block-grid__product,
  .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
  .woocommerce-page #content.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
    width: calc(16.667% - 16px);
  }
}
@media all and (max-width: 781px) and (min-width: 600px){
  .woocommerce-page #content .wp-block-column .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .wp-block-column .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-2 li.product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-2 li.product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-3 li.product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-3 li.product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-4 li.product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-4 li.product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-5 li.product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-5 li.product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-6 li.product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-6 li.product,
  .woocommerce-page #content .wp-block-column.has-2-columns ul.wc-block-grid__products li.product,
  .wp-block-column .wc-block-grid.has-2-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .wp-block-column.has-3-columns ul.wc-block-grid__products li.product,
  .wp-block-column .wc-block-grid.has-3-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .wp-block-column.has-4-columns ul.wc-block-grid__products li.product,
  .wp-block-column .wc-block-grid.has-4-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .wp-block-column.has-5-columns ul.wc-block-grid__products li.product,
  .wp-block-column .wc-block-grid.has-5-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .wp-block-column.has-6-columns ul.wc-block-grid__products li.product,
  .wp-block-column .wc-block-grid.has-6-columns ul.wc-block-grid__products li.product,
  .woocommerce-page #content .wp-block-column .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .wp-block-column .wc-block-grid .site-main ul.products[class*=columns-]:not(.columns-1):not(.columns-2):not(.columns-3):not(.columns-4):not(.columns-5):not(.columns-6) li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-2 li.wc-block-grid__product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-2 li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-3 li.wc-block-grid__product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-3 li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-4 li.wc-block-grid__product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-4 li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-5 li.wc-block-grid__product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-5 li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column .site-main ul.products.columns-6 li.wc-block-grid__product,
  .wp-block-column .wc-block-grid .site-main ul.products.columns-6 li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-column .wc-block-grid.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-column .wc-block-grid.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-column .wc-block-grid.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-column .wc-block-grid.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .woocommerce-page #content .wp-block-column.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product,
  .wp-block-column .wc-block-grid.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
    width: calc(50% - 16px);
  }
}
@media all{/*** Woocommerce BLOCKS ***/
.wc-block-sort-select {
  text-align: right;
  margin-bottom: 2em;
}
.wc-block-sort-select label {
  display: none;
}
.wc-block-sort-select select {
  width: 100%;
  max-width: 240px;
}
/*** products ***/
.wc-block-grid ul.wc-block-grid__products {
  margin-bottom: 0;
}
.wc-block-grid ul.wc-block-grid__products li {
  text-align: left;
}
.wc-block-grid ul.wc-block-grid__products li a,
.wc-block-grid ul.wc-block-grid__products li a:hover {
  text-decoration: none;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-image {
  order: 1;
  margin: 0 0 1em 0;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-image img {
  vertical-align: top;
  width: 100%;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-image__image_placeholder {
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  left: auto !important;
  right: 0;
  font-size: 0.9em;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 15px;
  -moz-border-radius: 0px 3px;
  -webkit-border-radius: 0px 3px;
  border-radius: 0px 3px;
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  -moz-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  margin: 0;
}
.wc-block-grid ul.wc-block-grid__products li:hover .wc-block-grid__product-onsale {
  padding-top: 16px;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-title {
  order: 2;
  color: #222222;
  fill: #222222;
  font-family: "Montserrat";
  font-weight: bolder;
  font-size: 1.0em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-rating {
  order: 3;
  font-size: 0.8em;
  margin-top: -0.2em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-rating__stars {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price {
  order: 4;
  font-size: 0.8em;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price__value {
  color: rgba(34, 34, 34, 0.7);
  font-weight: normal;
  letter-spacing: 0;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price span {
  display: inline;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price span.amount {
  font-size: 1.3em;
  margin: 0;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price del {
  font-size: 1em;
  color: rgba(34, 34, 34, 0.7);
  opacity: 0.5;
  margin-right: 0.2em;
  display: inline;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price del > span:not(.amount) {
  font-size: 1.3em;
}
.wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-price ins {
  background: none;
  font-weight: 700;
}
.wc-block-grid ul.wc-block-grid__products li .wp-block-button {
  order: 5;
  padding-bottom: 0 !important;
  padding-top: 0.5em;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
  width: 100%;
  text-align: center;
  align-items: center;
}
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.loading,
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.added {
  padding-right: 2.6em;
}
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.loading:after {
  content: "\e01c";
  position: absolute;
  top: auto;
  right: 0.8em;
  margin: 0;
}
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.added:after {
  display: none;
}
.wc-block-grid ul.wc-block-grid__products li .added_to_cart {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  overflow: hidden;
  margin-top: 1em;
  text-indent: -9999px;
  background: none;
  position: relative;
  position: absolute;
  bottom: 0em;
  right: 0.5em;
}
.wc-block-grid ul.wc-block-grid__products li .added_to_cart:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wc-block-grid ul.wc-block-grid__products li .added_to_cart:hover {
  background: none;
}
.wc-block-grid ul.wc-block-grid__products li .added_to_cart:before {
  content: "\f291";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.1em;
  color: #991e92;
  display: block;
  text-indent: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wc-block-grid ul.wc-block-grid__products li .added_to_cart:before {
  color: #ffffff;
  fill: #ffffff;
}
.wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.loading + .added_to_cart {
  display: none;
}
}@media all and (min-width: 1025px){
  .wc-block-grid ul.wc-block-grid__products li .wp-block-button {
    opacity: 0;
  }
  .wc-block-grid ul.wc-block-grid__products li:hover .wp-block-button {
    opacity: 1;
  }
}
@media all{.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale {
  top: 0;
  left: 0 !important;
  right: auto !important;
  -moz-border-radius: 3px 0px;
  -webkit-border-radius: 3px 0px;
  border-radius: 3px 0px;
}
.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale--aligncenter {
  left: 50% !important;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto !important;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .wc-block-grid__product-onsale--alignright {
  left: auto !important;
  right: 0 !important;
  -moz-border-radius: 0px 3px;
  -webkit-border-radius: 0px 3px;
  border-radius: 0px 3px;
}
.wc-block-all-products .wc-block-grid ul.wc-block-grid__products li .add_to_cart_button.added:after {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: auto;
  right: 0.8em;
}
.wc-block-all-products .wc-block-grid__no-products:before {
  display: inline-block;
  content: "\f05e";
  color: #991e92;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 3.5em;
}
.wc-block-all-products .wc-block-grid__no-products img.wc-block-grid__no-products-image {
  display: none;
}
.wc-block-all-products .wc-block-grid__no-products .wc-block-grid__no-products-title {
  color: #222222;
  fill: #222222;
  font-size: 1.4em;
  line-height: 1.3;
}
.wc-block-all-products .wc-block-grid__no-products button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
}
.wc-block-all-products .wc-block-grid__no-products button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
/*** filters ***/
.wp-block-woocommerce-price-filter {
  margin-bottom: 1.5em;
}
.wp-block-woocommerce-price-filter h6 {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 1em 0;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
  --range-color: #991e92;
}
.wp-block-woocommerce-price-filter input[type=range] {
  border-width: 0px;
  padding: 0;
}
.wp-block-woocommerce-price-filter input[type=range]:focus {
  outline: none;
}
.wp-block-woocommerce-price-filter input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 3px solid #991e92;
  height: 1em;
  width: 1em;
  box-sizing: border-box;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -3px;
}
.wp-block-woocommerce-price-filter input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 3px solid #991e92;
  height: 1em;
  width: 1em;
  box-sizing: border-box;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -3px;
}
.wp-block-woocommerce-price-filter input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 3px solid #991e92;
  height: 1em;
  width: 1em;
  box-sizing: border-box;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -3px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls {
  display: flex;
  text-align: left;
  flex-flow: row wrap;
  margin: 0px -4px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__amount {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  text-align: right;
  max-width: none;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  border-color: rgba(34, 34, 34, 0.1) !important;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__amount:first-child {
  text-align: left;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  max-width: 60px;
  font-size: 16px;
  text-indent: -9999px;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__button:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__amount,
.wp-block-woocommerce-price-filter .wc-block-price-filter__controls > .wc-block-price-filter__button {
  flex: 1 1 auto;
  width: calc(25%);
  min-width: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  margin: 0 4px 8px 4px !important;
}
.wp-block-woocommerce-attribute-filter {
  margin-bottom: 1.5em;
}
.wp-block-woocommerce-attribute-filter h6 {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 1em 0;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list {
  margin: 0;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  background-color: rgba(34, 34, 34, 0.03);
  text-decoration: none;
  margin-bottom: 3px;
  border: none;
  padding-left: 2em;
  position: relative;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li input {
  position: absolute;
  top: 50%;
  left: 0.6em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li .wc-block-attribute-filter-list-count {
  margin-left: 20px;
}
.wp-block-woocommerce-active-filters {
  margin-bottom: 1.5em;
}
.wp-block-woocommerce-active-filters h6 {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 1em 0;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list {
  margin: 0;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  background-color: rgba(34, 34, 34, 0.03);
  text-decoration: none;
  margin-bottom: 3px;
  border: none;
  padding-right: 2em;
  position: relative;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li button {
  position: absolute;
  top: 50%;
  right: 0.4em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li button:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-size: 1em;
  width: auto;
  height: auto;
  color: #991e92;
  text-indent: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li button:hover:before {
  color: #222222;
  fill: #222222;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li strong {
  font-weight: 400;
  color: #991e92;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters {
  margin: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters > button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  margin-top: 0.5em;
  float: none;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters > button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wc-block-product-categories {
  margin-bottom: 1.5em;
}
.wc-block-product-categories.is-list ul {
  list-style-type: none;
  font-size: 0;
  margin: 0 0 -3px 0;
}
.wc-block-product-categories.is-list ul li {
  display: inline-block;
  margin: 0px 3px 3px 0;
  vertical-align: top;
  padding: 4px 8px;
  font-size: 0.9rem;
  line-height: 1.3;
  background: #991e92;
  border: 1px solid #991e92;
  color: #ffffff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wc-block-product-categories.is-list ul li:hover {
  background: none;
  color: #991e92;
  text-decoration: none;
}
.wc-block-product-categories.is-list ul li a {
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wc-block-product-categories.is-list ul li:hover a,
.wc-block-product-categories.is-list ul li a:hover {
  color: #991e92;
}
.wc-block-product-categories.is-list ul li a:hover {
  text-decoration: underline;
}
.wc-block-product-categories.is-dropdown {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
  flex: 1 1 150px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wc-block-product-categories.is-dropdown select {
  margin: 0;
  width: 100%;
}
.wc-block-product-categories.is-dropdown button {
  flex: 1 1 auto;
  max-width: 60px;
  margin-bottom: 0.5em;
}
.wc-block-product-categories .wc-block-product-categories__button,
.wc-block-product-categories .wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover,
.wc-block-product-categories .wc-block-product-categories__button:focus:enabled {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  height: 36px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.wc-block-product-categories .wc-block-product-categories__button:hover,
.wc-block-product-categories .wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover:hover,
.wc-block-product-categories .wc-block-product-categories__button:focus:enabled:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wc-block-product-categories .wc-block-product-categories__button svg {
  vertical-align: top;
  visibility: hidden;
}
.wc-block-product-categories .wc-block-product-categories__button:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0px;
}
.wp-block-woocommerce-active-filters {
  margin-bottom: 1.5em;
}
.wp-block-woocommerce-active-filters h6 {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 1em 0;
}
.wp-block-woocommerce-product-search {
  margin-bottom: 1.0em;
}
.wp-block-woocommerce-product-search label {
  font-family: "Montserrat";
  font-size: 0.8em;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #222222;
  fill: #222222;
  display: block;
  margin: 1em 0;
}
.wp-block-woocommerce-product-search .wc-block-product-search__fields {
  display: flex;
  flex-flow: row wrap;
}
.wp-block-woocommerce-product-search input.wc-block-product-search__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 1 1 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  line-height: 1.5;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  max-width: 100%;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button,
.wp-block-woocommerce-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover,
.wp-block-woocommerce-product-search .wc-block-product-search__button:focus:enabled {
  flex: 1 1 auto;
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  height: 36px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  max-width: 60px;
  width: 60px;
  margin-bottom: 0.5em;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button:hover,
.wp-block-woocommerce-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover:hover,
.wp-block-woocommerce-product-search .wc-block-product-search__button:focus:enabled:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button svg {
  vertical-align: top;
  visibility: hidden;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0px;
}
/*** presentations ***/
.wc-block-featured-category.alignnone,
.wc-block-featured-product.alignnone,
.wc-block-featured-category.alignwide,
.wc-block-featured-product.alignwide,
.wc-block-featured-category.alignfull,
.wc-block-featured-product.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 2em;
  padding-bottom: 3em;
}
.wc-block-featured-category:not(.alignfull),
.wc-block-featured-product:not(.alignfull),
.wc-block-featured-category:not(.alignfull):before,
.wc-block-featured-product:not(.alignfull):before {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.wc-block-featured-category .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-category .wc-block-featured-category__title,
.wc-block-featured-product .wc-block-featured-category__title {
  font-weight: 700;
  line-height: 1.2;
  padding: 16px 48px 0px 48px;
}
.wc-block-featured-category .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-product .wc-block-featured-category__description {
  padding: 16px 48px 0px 48px;
}
.wc-block-featured-category .wc-block-featured-product__description p,
.wc-block-featured-product .wc-block-featured-product__description p,
.wc-block-featured-category .wc-block-featured-category__description p,
.wc-block-featured-product .wc-block-featured-category__description p {
  line-height: 1.5;
}
.wc-block-featured-category wc-block-featured-product__link,
.wc-block-featured-product wc-block-featured-product__link,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-product .wc-block-featured-category__link {
  padding: 16px 48px 0px 48px;
}
.wc-block-featured-category .wp-block-button,
.wc-block-featured-product .wp-block-button {
  margin-top: 1em;
}
.wc-block-featured-category .wp-block-button.aligncenter,
.wc-block-featured-product .wp-block-button.aligncenter {
  text-align: center;
}
.wc-block-featured-category .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__price {
  font-size: 0.9em;
  line-height: 1.3;
  position: relative;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.wc-block-featured-category .wc-block-featured-product__price:before,
.wc-block-featured-product .wc-block-featured-product__price:before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  width: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.wc-block-featured-category .wc-block-featured-product__price .amount,
.wc-block-featured-product .wc-block-featured-product__price .amount {
  font-size: 1.6em;
}
.wc-block-featured-category .wc-block-featured-product__price del,
.wc-block-featured-product .wc-block-featured-product__price del {
  opacity: 0.7;
}
.wc-block-featured-category .wc-block-featured-product__price ins,
.wc-block-featured-product .wc-block-featured-product__price ins {
  background: none;
  font-weight: bolder;
}
/*** reviews ***/
.wp-block-woocommerce-all-reviews .wc-block-sort-select,
.wp-block-woocommerce-reviews-by-product .wc-block-sort-select,
.wp-block-woocommerce-reviews-by-category .wc-block-sort-select {
  margin-bottom: 1em;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__info,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__info,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__info {
  margin-bottom: 0.5em;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__meta,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__meta,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__meta {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__rating,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__rating,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__rating {
  margin-bottom: 0.2em;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars {
  margin: 0;
  font-size: 0.75em;
  vertical-align: middle;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__image img,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__image img,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__image img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: -0.3em;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__product,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__product,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__product,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__author {
  color: #222222;
  fill: #222222;
  margin-bottom: 0.2em;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__product + .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__product + .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__product + .wc-block-review-list-item__author {
  font-size: 0.75em;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 0;
}
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__published-date,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__published-date,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__published-date {
  font-size: 0.75em;
  color: rgba(34, 34, 34, 0.7);
}
/*** Woocommerce Widgets ***/
.widget.woocommerce.widget_product_search form {
  position: relative;
}
.widget.woocommerce.widget_product_search form:before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 46px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  z-index: 10;
  color: #222222;
  fill: #222222;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.woocommerce.widget_product_search form:hover:before {
  color: #991e92;
}
.widget.woocommerce.widget_product_search form input[type="search"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  padding-right: 56px;
}
.widget.woocommerce.widget_product_search form input[type="search"]::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.widget.woocommerce.widget_product_search form input[type="submit"],
.widget.woocommerce.widget_product_search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 20;
}
.widget.woocommerce.widget_shopping_cart .cart_list li {
  padding: 13px 0 12px 0;
  position: relative;
}
.widget.woocommerce.widget_shopping_cart .cart_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.widget.woocommerce.widget_shopping_cart .cart_list li img {
  margin-left: 10px;
  width: 40px;
}
.widget.woocommerce.widget_shopping_cart .cart_list li a {
  color: #991e92;
  font-size: 1.1em;
  font-weight: 400;
}
.widget.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: -11px;
  left: auto;
  right: -5px;
  line-height: 1.5rem;
  font-size: 1.5rem;
  font-weight: bolder;
  border-radius: 0;
  display: block;
  background: none;
}
.widget.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
  background: none;
  color: #222222 !important;
  fill: #222222 !important;
}
.widget.woocommerce.widget_shopping_cart .cart_list li dl {
  float: none;
  padding-left: 0px;
  padding-right: 50px;
  border-left: none;
}
.widget.woocommerce.widget_shopping_cart .cart_list li dl:before,
.widget.woocommerce.widget_shopping_cart .cart_list li dl:after {
  display: none;
}
.widget.woocommerce.widget_shopping_cart .cart_list li dl dt,
.widget.woocommerce.widget_shopping_cart .cart_list li dl dd {
  float: none;
  clear: none;
  margin: 0;
}
.widget.woocommerce.widget_shopping_cart .cart_list li .quantity {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  display: block;
  line-height: 1.3;
  margin-top: 2px;
  padding-right: 50px;
}
.widget.woocommerce.widget_shopping_cart .total {
  color: #991e92;
  padding-top: 12px;
  border-top: 2px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin: 0;
}
.widget.woocommerce.widget_shopping_cart .total strong {
  color: #222222;
  fill: #222222;
  font-weight: 400;
  font-size: 1.1em;
}
.widget.woocommerce.widget_shopping_cart .buttons {
  margin: 0.8em 0 0 0;
  max-width: 400px;
  margin-right: -5px;
}
.widget.woocommerce.widget_shopping_cart .buttons a {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  font-weight: 400;
  width: calc(50% - 5px);
  display: inline-block;
  margin: 5px 5px 0 0;
  vertical-align: top;
}
.widget.woocommerce.widget_shopping_cart .buttons a:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.widget.woocommerce.widget_shopping_cart .wcppec-cart-widget-spb {
  padding-right: 5px;
}
.widget.woocommerce.widget_top_rated_products ul li,
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recent_reviews ul li,
.widget.woocommerce.widget_recently_viewed_products ul li {
  padding: 12px 50px 12px 0;
  position: relative;
  line-height: 1.3;
  border-top: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
}
.widget.woocommerce.widget_top_rated_products ul li img,
.widget.woocommerce.widget_products ul li img,
.widget.woocommerce.widget_recent_reviews ul li img,
.widget.woocommerce.widget_recently_viewed_products ul li img {
  width: 40px;
  position: absolute;
  top: auto;
  right: 0;
}
.widget.woocommerce.widget_top_rated_products ul li a,
.widget.woocommerce.widget_products ul li a,
.widget.woocommerce.widget_recent_reviews ul li a,
.widget.woocommerce.widget_recently_viewed_products ul li a {
  color: #991e92;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2px;
}
.widget.woocommerce.widget_top_rated_products ul li .star-rating,
.widget.woocommerce.widget_products ul li .star-rating,
.widget.woocommerce.widget_recent_reviews ul li .star-rating,
.widget.woocommerce.widget_recently_viewed_products ul li .star-rating {
  font-size: 0.8em;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
}
.widget.woocommerce.widget_top_rated_products ul li > span,
.widget.woocommerce.widget_products ul li > span,
.widget.woocommerce.widget_recent_reviews ul li > span,
.widget.woocommerce.widget_recently_viewed_products ul li > span,
.widget.woocommerce.widget_top_rated_products ul li > span span,
.widget.woocommerce.widget_products ul li > span span,
.widget.woocommerce.widget_recent_reviews ul li > span span,
.widget.woocommerce.widget_recently_viewed_products ul li > span span,
.widget.woocommerce.widget_top_rated_products ul li ins,
.widget.woocommerce.widget_products ul li ins,
.widget.woocommerce.widget_recent_reviews ul li ins,
.widget.woocommerce.widget_recently_viewed_products ul li ins,
.widget.woocommerce.widget_top_rated_products ul li del,
.widget.woocommerce.widget_products ul li del,
.widget.woocommerce.widget_recent_reviews ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li del {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  background: none;
}
}@media all and (min-width: 1025px){
  .widget.woocommerce.widget_top_rated_products ul,
  .widget.woocommerce.widget_products ul,
  .widget.woocommerce.widget_recent_reviews ul,
  .widget.woocommerce.widget_recently_viewed_products ul {
    border-bottom: 1px solid;
    border-color: rgba(34, 34, 34, 0.1);
  }
}
@media all{.widget.woocommerce.widget_product_categories ul li {
  margin-bottom: 0.2em;
}
.widget.woocommerce.widget_product_categories ul li a {
  display: inline-block;
  margin: 0em;
}
.widget.woocommerce.widget_layered_nav_filters ul li,
.widget.woocommerce.woocommerce-widget-layered-nav ul li,
.widget.woocommerce.widget_rating_filter ul li {
  display: block;
  margin-bottom: 0.2em;
  float: none;
}
.widget.woocommerce.widget_layered_nav_filters ul li a,
.widget.woocommerce.woocommerce-widget-layered-nav ul li a,
.widget.woocommerce.widget_rating_filter ul li a {
  position: relative;
  padding-left: 1.8em;
}
.widget.woocommerce.widget_layered_nav_filters ul li.chosen a:before,
.widget.woocommerce.woocommerce-widget-layered-nav ul li.chosen a:before,
.widget.woocommerce.widget_rating_filter ul li.chosen a:before,
.widget.woocommerce.widget_layered_nav_filters ul li:not(.chosen) a:before,
.widget.woocommerce.woocommerce-widget-layered-nav ul li:not(.chosen) a:before,
.widget.woocommerce.widget_rating_filter ul li:not(.chosen) a:before {
  content: "\f057";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  font-size: 1.25em;
  color: #991e92;
  position: absolute;
  top: auto;
  left: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget.woocommerce.widget_layered_nav_filters ul li:not(.chosen) a:before,
.widget.woocommerce.woocommerce-widget-layered-nav ul li:not(.chosen) a:before,
.widget.woocommerce.widget_rating_filter ul li:not(.chosen) a:before {
  content: "\f111";
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.widget.woocommerce.widget_layered_nav_filters ul li a:hover:before,
.widget.woocommerce.woocommerce-widget-layered-nav ul li a:hover:before,
.widget.woocommerce.widget_rating_filter ul li a:hover:before {
  color: #222222;
  fill: #222222;
}
.widget.woocommerce.widget_layered_nav_filters ul li .star-rating,
.widget.woocommerce.woocommerce-widget-layered-nav ul li .star-rating,
.widget.woocommerce.widget_rating_filter ul li .star-rating {
  font-size: 0.8em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(34, 34, 34, 0.2);
}
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background: #991e92;
}
.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  border: 3px solid #991e92;
  background: #ffffff;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  position: relative;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
  border: none;
  background: none;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px 20px;
  font-weight: 400;
  width: 100%;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label:hover {
  background-color: #991e92;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
/*** FOOTER Woocommerce Widgets (colors only) ***/
.footer-widgets-area .widget.woocommerce.widget_product_search form:before {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.woocommerce.widget_product_search input[type="search"] {
  border-color: rgba(255, 255, 255, 0.1);
  background: #161329;
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.woocommerce.widget_product_search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list {
  text-align: left;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li:before {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a:hover {
  color: #991e92;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li .quantity {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .total {
  color: #ffffff;
  fill: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .total strong {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul,
.footer-widgets-area .widget.woocommerce.widget_products ul,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  text-align: left;
}
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li,
.footer-widgets-area .widget.woocommerce.widget_products ul li,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li a,
.footer-widgets-area .widget.woocommerce.widget_products ul li a,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li a,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li a {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li a:hover,
.footer-widgets-area .widget.woocommerce.widget_products ul li a:hover,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li a:hover,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li a:hover {
  color: #991e92;
}
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li .star-rating:before,
.footer-widgets-area .widget.woocommerce.widget_products ul li .star-rating:before,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li .star-rating:before,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li .star-rating:before {
  color: rgba(255, 255, 255, 0.3);
  fill: rgba(255, 255, 255, 0.3);
}
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li > span,
.footer-widgets-area .widget.woocommerce.widget_products ul li > span,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li > span,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li > span,
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li > span span,
.footer-widgets-area .widget.woocommerce.widget_products ul li > span span,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li > span span,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li > span span,
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li ins,
.footer-widgets-area .widget.woocommerce.widget_products ul li ins,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li ins,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li ins,
.footer-widgets-area .widget.woocommerce.widget_top_rated_products ul li del,
.footer-widgets-area .widget.woocommerce.widget_products ul li del,
.footer-widgets-area .widget.woocommerce.widget_recent_reviews ul li del,
.footer-widgets-area .widget.woocommerce.widget_recently_viewed_products ul li del {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.footer-widgets-area .widget.woocommerce.widget_layered_nav_filters ul li:not(.chosen) a:before,
.footer-widgets-area .widget.woocommerce.woocommerce-widget-layered-nav ul li:not(.chosen) a:before,
.footer-widgets-area .widget.woocommerce.widget_rating_filter ul li:not(.chosen) a:before {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.footer-widgets-area .widget.woocommerce.widget_layered_nav_filters ul li a:hover:before,
.footer-widgets-area .widget.woocommerce.woocommerce-widget-layered-nav ul li a:hover:before,
.footer-widgets-area .widget.woocommerce.widget_rating_filter ul li a:hover:before {
  color: #ffffff;
  fill: #ffffff;
}
.footer-widgets-area .widget.woocommerce.widget_layered_nav_filters ul li .star-rating:before,
.footer-widgets-area .widget.woocommerce.woocommerce-widget-layered-nav ul li .star-rating:before,
.footer-widgets-area .widget.woocommerce.widget_rating_filter ul li .star-rating:before {
  color: rgba(255, 255, 255, 0.3);
  fill: rgba(255, 255, 255, 0.3);
}
.footer-widgets-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widgets-area .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: #161329;
}
/**********************/
/*** CART IN HEADER ***/
/**********************/
.citadela-woocommerce-minicart {
  position: relative;
}
.citadela-woocommerce-minicart .cart-header {
  color: #991e92;
  padding: 0px 0px 10px 20px;
  font-size: 0;
  cursor: pointer;
}
.citadela-woocommerce-minicart .cart-header > div {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1rem;
  fill: #ffffff;
  color: #ffffff;
}
.citadela-woocommerce-minicart .cart-header > .cart-icon {
  background: #991e92;
  background-color: #7c248c;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.citadela-woocommerce-minicart .cart-header > .cart-count {
  background: rgba(153, 30, 146, 0.8);
  background-color: rgba(124, 36, 140, 0.8);
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.citadela-woocommerce-minicart .cart-header > .cart-count span {
  font-size: 0.9em;
}
.citadela-woocommerce-minicart.is-empty .cart-header > .cart-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-woocommerce-minicart.is-empty .cart-header > .cart-count {
  display: none;
}
.citadela-woocommerce-minicart .cart-content {
  display: none;
  position: absolute;
  min-width: 300px;
  right: 0;
  background: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.9em;
  padding: 20px;
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-woocommerce-minicart .cart-content .widget {
  font-size: 0;
  display: inline-block;
  margin: 0;
  width: 300px;
}
.citadela-woocommerce-minicart .cart-content .widget .widget_shopping_cart_content {
  font-size: 1rem;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li {
  float: none;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  padding: 10px 30px 10px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  margin-bottom: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li:before {
  display: none;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li a {
  font-size: 1em;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li a.remove {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li img {
  float: left;
  margin-right: 12px;
  margin-left: 0;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl {
  float: none;
  padding-left: 52px;
  padding-right: 0;
  border-left: none;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl:before,
.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl:after {
  display: none;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl dt,
.citadela-woocommerce-minicart .cart-content .widget .cart_list li dl dd {
  float: none;
  clear: none;
  margin: 0;
}
.citadela-woocommerce-minicart .cart-content .widget .cart_list li .quantity {
  padding-left: 52px;
  padding-right: 0;
  font-size: 0.9em;
}
.citadela-woocommerce-minicart .cart-content .widget .woocommerce-mini-cart__empty-message {
  margin: 0;
}
.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb {
  padding: 0;
  margin-right: 0;
}
.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb #woo_pp_ec_button_mini_cart {
  display: block;
}
.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb ul {
  text-align: left;
  padding-left: 34px;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb ul:before {
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
}
.citadela-woocommerce-minicart .cart-content p.buttons.wcppec-cart-widget-spb ul li {
  padding: 10px 10px 10px 0px;
}
.citadela-woocommerce-minicart.opened .cart-content {
  display: block;
  opacity: 1;
}
.citadela-woocommerce-minicart.is-empty .cart-content {
  text-align: left;
}
}@media all and (max-width: 650px){
  .citadela-woocommerce-minicart .cart-header {
    padding-left: 0;
  }
  .citadela-woocommerce-minicart .cart-header > .cart-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .citadela-woocommerce-minicart .cart-header > .cart-count {
    display: none;
  }
}
@media all{.center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .citadela-woocommerce-minicart {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .citadela-woocommerce-minicart .cart-header > .cart-icon {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.center-header-layout:not(.responsive-menu) .site-header:not(.is-sticky) .citadela-woocommerce-minicart .cart-header > .cart-count {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .citadela-woocommerce-minicart {
  margin-left: 1px;
}
.responsive-menu .citadela-woocommerce-minicart .cart-header {
  padding: 0;
}
.responsive-menu .citadela-woocommerce-minicart .cart-header > .cart-icon {
  width: 60px;
  text-align: center;
  font-size: 1.22rem;
  line-height: 29px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.responsive-menu .citadela-woocommerce-minicart .cart-header > .cart-count {
  display: none;
  font-size: 1.22rem;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  min-width: 0;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content .widget {
  width: 100%;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li {
  padding-right: 40px;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li img {
  float: none;
  margin-bottom: 0.5em;
  display: block;
  width: 60px;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li a {
  font-size: 1.2em;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li a.remove {
  font-size: 2rem;
  line-height: 1;
}
.responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li .quantity {
  font-size: 1em;
  padding-left: 0;
}
.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .total {
  font-size: 1.2em;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: center;
}
.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .buttons {
  max-width: none;
}
.responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .buttons a {
  width: calc(100% - 5px);
  padding: 8px 20px;
  font-size: 16px;
}
}@media all and (min-width: 400px){
  .responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li img {
    float: left;
    margin-bottom: 0;
    width: 40px;
  }
  .responsive-menu .citadela-woocommerce-minicart .cart-content .widget .cart_list li .quantity {
    padding-left: 52px;
  }
  .responsive-menu .citadela-woocommerce-minicart .widget.woocommerce.widget_shopping_cart .buttons a {
    width: calc(50% - 5px);
  }
}
@media all{.responsive-menu .citadela-woocommerce-minicart.opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
  overflow: hidden;
  z-index: 99999;
}
.responsive-menu .citadela-woocommerce-minicart.opened .inner-wrapper {
  overflow: auto;
  height: 100%;
}
.responsive-menu .citadela-woocommerce-minicart.opened .cart-header {
  position: absolute;
  top: 0;
  right: 0;
}
.responsive-menu .citadela-woocommerce-minicart.opened .cart-header > .cart-icon {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.responsive-menu .citadela-woocommerce-minicart.opened .cart-header > .cart-count {
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .citadela-woocommerce-minicart.opened.is-empty .cart-header > .cart-count {
  display: none;
}
.responsive-menu.mobile-screen-width.admin-bar:not(.header-scrolled) .citadela-woocommerce-minicart.opened {
  padding-top: -webkit-calc(60px + 46px);
  padding-top: calc(60px + 46px);
}
.responsive-menu.mobile-screen-width.admin-bar:not(.header-scrolled) .citadela-woocommerce-minicart.opened .cart-header {
  margin-top: 46px;
}
.responsive-menu.cart-opened {
  overflow: hidden;
}
/****************/
/*** SELECT 2 ***/
/****************/
body .select2-container .select2-selection--single {
  height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  outline: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
body .select2-container .select2-selection--single .select2-selection__placeholder {
  color: rgba(34, 34, 34, 0.5);
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  color: rgba(34, 34, 34, 0.7);
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
body .select2-container .select2-selection--single .select2-selection__arrow b {
  color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
body .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body .select2-container .select2-dropdown {
  margin-top: -1px;
  border-color: rgba(34, 34, 34, 0.1);
  border-radius: 0;
  background-color: #ffffff;
}
body .select2-container .select2-search--dropdown .select2-search__field {
  border-color: rgba(34, 34, 34, 0.1);
  border-radius: 0;
  background-color: #f2f2f2;
  color: rgba(34, 34, 34, 0.7);
}
body .select2-container .select2-results__option {
  padding: 2px 6px;
}
body .select2-container .select2-results__option[aria-selected=true],
body .select2-container .select2-results__option[data-selected=true] {
  background: rgba(153, 30, 146, 0.1);
}
body .select2-container .select2-results__option--highlighted[aria-selected=true],
body .select2-container .select2-results__option--highlighted[data-selected=true] {
  background: #991e92;
  color: #ffffff;
  fill: #ffffff;
}
body .site-footer .select2-container .select2-selection--single {
  border-color: rgba(255, 255, 255, 0.1);
  background: #161329;
  color: rgba(255, 255, 255, 0.7);
}
body .site-footer .select2-container .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .site-footer .select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.7);
}
body .site-footer .select2-container .select2-selection--single .select2-selection__arrow b {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
body .site-footer .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body .site-footer .select2-container .select2-dropdown {
  border-color: rgba(255, 255, 255, 0.1);
}
}

/***!  https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/css/all.min.css?ver=6.2.7  !***/

@media all{/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;src:url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-brands-400.eot);src:url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-regular-400.eot);src:url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-solid-900.eot);src:url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(https://skinsin.com.au/wp-content/themes/citadelawp/design/css/assets/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}}

/***!  https://skinsin.com.au/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/photoswipe.css?ver=6.2.7  !***/

@media all{/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
}

/***!  https://skinsin.com.au/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/default-skin.css?ver=6.2.7  !***/

@media all{/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://skinsin.com.au/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

}@media all and (-webkit-min-device-pixel-ratio: 1.1), all and (-webkit-min-device-pixel-ratio: 1.09375), all and (min-resolution: 105dpi), all and (min-resolution: 1.1dppx){
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://skinsin.com.au/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

@media all{.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://skinsin.com.au/wp-content/themes/citadelawp/citadela-theme/assets/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

}@media screen and (max-width: 1024px){
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@media all{@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
}
