/*
 * 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: #016dff;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #016dff;
  text-decoration: underline;
}
h1 {
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 400;
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 2.2em;
  }
}
.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;
  }
}
h2 {
  font-size: 2.0em;
  line-height: 1.3;
}
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: #222222;
  fill: #222222;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
pre {
  padding: 1em 20px;
  background-color: rgba(34, 34, 34, 0.05);
}
/********************/
/*** BASIC LAYOUT ***/
/********************/
html {
  background-color: #f5f5f5;
}
body {
  overflow-X: hidden;
  background-color: #ffffff;
  color: rgba(34, 34, 34, 0.7);
  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: 1200px;
}
/*** 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;
  }
}
/*** 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: #222222;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  z-index: 100000;
  cursor: pointer;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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: #016dff;
  color: #ffffff;
  fill: #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 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.responsive-menu .main-navigation .menu-item-wrapper:hover > a {
  background: #016dff;
}
.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%;
  }
}
.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;
  }
}
.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: "Open Sans";
  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: #222222;
}
.site-branding .site-description {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 0.9em;
  color: #222222;
}
.responsive-menu .site-header {
  z-index: 2000;
}
.mobile-screen-width .site-header .site-branding {
  max-width: 100% !important;
}
@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;
  }
}
.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);
  }
}
.mobile-screen-width.responsive-menu.header-scrolled .menu-hidden .citadela-woocommerce-minicart:not(.opened) .cart-header {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  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.is-sticky .main-navigation {
  padding-top: 10px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .is-sticky .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
body:not(.mobile-screen-width).responsive-menu.header-with-cart .citadela-woocommerce-minicart:not(.opened) .cart-header {
  background-color: #ffffff;
  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 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
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) .is-sticky .main-navigation .menu-item-wrapper > a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
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: 1200px;
}
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;
  }
}
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: 1200px;
}
body:not(.mobile-screen-width).center-header-layout .site-header:not(.is-sticky).fullwidth-header .site-branding .site-description {
  width: 1200px;
  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: 1200px;
  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;
  }
}
.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;
  }
}
/*** 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;
  }
}
.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%;
  }
}
/***********************/
/*** 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;
  }
}
.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;
  }
}
.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;
  }
}
.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: 1280px) {
  body.page-fullwidth .alignwide[class*='wp-block-'],
  body.page-fullwidth .alignwide[class*='wc-block-'] {
    max-width: 1200px;
    margin-left: -600px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1279px) {
  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: 1280px) {
  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: 1280px) 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;
  }
}
.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: 1200px;
}
/*** 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%;
  }
}
/*** 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%;
  }
}
/*** 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%;
  }
}
/*** 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;
  }
}
/*** 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;
  }
}
.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;
  }
}
/***************/
/*** 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: #f5f5f5;
  color: rgba(34, 34, 34, 0.7);
  padding-top: 5em;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #222222;
  fill: #222222;
}
.site-footer strong {
  color: #222222;
  fill: #222222;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:focus {
  color: #222222;
  fill: #222222;
}
.site-footer a:hover {
  color: #222222;
  fill: #222222;
}
.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: 1240px;
  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;
  }
}
.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;
  }
}
/*************************/
/*** 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;
  }
}
/****************/
/*** 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: 1200px;
}
.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;
  }
}
.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;
  }
}
/*
.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 ***/
/**************/
/****************/
/*** 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: 1200px;
    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;
  }
}
/*
 * Citadela Theme - Default design CSS
 *        
 */
/*** CUSTOM FONT SIZES FUNCTIONS ***/
/*** CUSTOM STYLES & VARIABLES ***/
/********************/
/*** BASIC LAYOUT ***/
/********************/
body {
  font-family: "Open Sans";
  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;
  }
}
button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans";
}
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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%23222222%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%;
  }
}
/*** 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(34, 34, 34, 0.7);
}
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(34, 34, 34, 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
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(1, 109, 255, 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: #016dff;
  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: #222222;
  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: #222222;
  fill: #222222;
  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: 400;
}
.site-branding .site-description {
  color: rgba(34, 34, 34, 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: #222222;
  fill: #222222;
}
.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: 400;
  color: currentColor;
}
.site-content .page-title .entry-header h1 .main-text {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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: #016dff;
  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 #016dff;
  color: #016dff;
  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: #016dff;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-content .page-title .entry-item-rating .rating-stars {
  color: rgba(34, 34, 34, 0.3) !important;
  fill: rgba(34, 34, 34, 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;
  }
}
.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;
  }
}
.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: "Open Sans";
}
.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: 400;
  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: 400;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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 #016dff;
  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: #016dff;
  fill: #016dff;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
  background: #016dff;
  border-color: #016dff;
  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: 40px;
  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: #016dff;
}
.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: #016dff;
}
.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 #016dff;
  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 #016dff;
  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 #016dff;
}
.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%;
  }
}
.wp-block-pullquote {
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-color: #016dff;
  margin: 1.5em 0;
  padding: 2.5em 0;
  text-align: center;
}
.wp-block-pullquote p {
  font-family: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-image:not(.is-style-rounded) img,
.wp-block-post-featured-image:not(.is-style-rounded) img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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 (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 (max-width: 399px) {
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
@media (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 (max-width: 599px) {
  .gallery:not(.gallery-columns-1) .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 399px) {
  .gallery:not(.gallery-columns-1) .gallery-item {
    max-width: 100%;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1200px;
}
.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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
/* 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;
  }
}
/*
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-media-text.has-background:not(.alignfull):not(.alignwide) {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  .wp-block-media-text.has-background.alignwide {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: 1.5em;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: block;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-block-service.header-type-image-as-icon .service-image img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-block-service.header-type-image:not(.has-bg) .service-image img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-block-service.layout-box.header-type-image.has-bg .service-image img {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.citadela-block-service.layout-list.header-type-image .service-image {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-block-service.layout-list.narrow.header-type-image.has-bg .service-image {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.citadela-block-service.layout-list.standard.header-type-image.has-bg .service-image {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.citadela-block-service .service-title {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
}
.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: #016dff;
}
.citadela-block-price-table .price-table-content {
  border: none;
  background-color: #ffffff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.citadela-block-price-table .price-table-header .title-part .featured-text {
  position: absolute;
  bottom: calc(100% - 15px);
  background: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 400;
}
.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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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;
  }
}
.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 #016dff;
}
.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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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;
  }
}
.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: 400;
}
.ctdl-item-featured-image .ft-image img {
  vertical-align: top;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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 #016dff;
  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 #016dff;
  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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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(1, 109, 255, 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: #016dff;
  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: #016dff;
  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: "Open Sans";
  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: #016dff;
  border-color: #016dff;
  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: "Open Sans";
  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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
}
.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(1, 109, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(1, 109, 255, 0.1);
  box-shadow: 0px 0px 0px 8px rgba(1, 109, 255, 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(1, 109, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 14px rgba(1, 109, 255, 0.1);
  box-shadow: 0px 0px 0px 14px rgba(1, 109, 255, 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 1200px;
}
@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;
  }
}
.ctdl-item-opening-hours h2 {
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 1em;
  font-weight: 400;
}
.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 #016dff;
}
.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: #016dff;
}
.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: 400;
}
.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: 400;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-item-gallery.layout-default .item-content .item-thumbnail img {
  height: 50vw;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  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: 400;
}
.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: #016dff;
  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: "Open Sans";
  color: #222222;
  fill: #222222;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
}
.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: #016dff;
  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 #016dff;
  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(1, 109, 255, 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: #016dff;
  position: absolute;
  top: 0.8em;
  left: -1.7em;
  transform: rotate(-45deg);
  box-shadow: 0 0 70px rgba(1, 109, 255, 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: #016dff;
  position: absolute;
  top: 0.8em;
  left: -1.7em;
  transform: rotate(-45deg);
  box-shadow: 0 0 70px rgba(1, 109, 255, 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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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-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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  padding: 10px;
  min-width: 4em;
  text-decoration: none;
  -moz-border-radius: 0px 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  padding: 5px 12px;
  text-decoration: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .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: 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: 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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 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 {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .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 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .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 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}
@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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@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;
  }
}
.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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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%;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
@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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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;
  }
}
/*** Default Search Results ***/
.ctdl-default-search-results .no-results .page-content:before {
  display: inline-block;
  content: "\f05e";
  color: #016dff;
  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: 400;
}
.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: #016dff;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-default-search-results .item-content .item-title .post-title {
  font-family: "Open Sans";
  color: #222222;
  fill: #222222;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
}
.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;
  }
}
.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;
  }
}
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: 400;
}
.ctdl-directory-advanced-filters .data-row {
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-directory-advanced-filters .submit-button-wrapper.large-button-style .submit-button > a {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-directory-advanced-filters.advanced-header h2 {
  font-family: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-directory-advanced-filters.advanced-header.header-border-type-bottom .citadela-block-header {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 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 #016dff;
}
.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 #016dff;
  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: #016dff;
  color: #016dff;
}
.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: "Open Sans";
  color: #222222;
  fill: #222222;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 400;
  -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: #016dff;
}
.ctdl-directory-categories-list.size-small .folder-card .folder-title,
.ctdl-directory-locations-list.size-small .folder-card .folder-title {
  font-family: "Open Sans";
  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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-directory-subcategories-list .citadela-block-articles a:hover .folder-card,
.ctdl-directory-sublocations-list .citadela-block-articles a:hover .folder-card {
  border-color: #016dff;
}
.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: 400;
  -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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-clip-path: inset(0 0 0 0 round 0px);
}
.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: #016dff;
}
.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: #016dff;
}
.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: "Open Sans";
  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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
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;
  }
}
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;
  }
}
.ctdl-item-gpx-download.small-button-style .download-button > a {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-gpx-download.large-button-style .download-button > a {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-get-directions.small-button-style .button-wrapper > a {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-get-directions.large-button-style .button-wrapper > a {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 400;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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;
  }
}
.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 #016dff;
  width: 40px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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 #016dff;
  height: 40px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-claim-listing.large-button-style > .claim-listing-button > button {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  max-width: 460px;
  font-size: 1.2em;
  line-height: 1.3;
  color: #016dff;
  display: block;
  font-weight: normal;
  margin: 0.5em auto 0em auto;
  background: rgba(1, 109, 255, 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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(1, 109, 255, 0.1);
}
.ctdl-item-claim-listing .input-container.claim-listing-button > button {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.ctdl-item-claim-listing .data-messages p {
  color: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 400;
}
.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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-author-detail .item-thumbnail {
  border-color: rgba(34, 34, 34, 0.1);
}
.ctdl-author-detail .author-posts-number {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-author-detail .author-name {
  font-size: 2.0em;
  line-height: 1.3;
  font-family: "Open Sans";
  color: #222222;
  fill: #222222;
  font-weight: 400;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-author-detail.show-author-cover .has-cover .author-icon img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 400;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ctdl-authors-list .author-cover img {
  -moz-border-radius: -1px -1px 0px 0px;
  -webkit-border-radius: -1px -1px 0px 0px;
  border-radius: -1px -1px 0px 0px;
}
.ctdl-authors-list .author-posts-number {
  font-size: 0.7em;
  line-height: 1.3;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 5px 13px 4px 13px;
  background: #016dff;
  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: "Open Sans";
  color: #222222;
  fill: #222222;
  font-weight: 400;
}
.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: 400;
  margin-bottom: 1em;
}
.ctdl-item-events .event-date-label {
  background: #016dff;
  color: #ffffff;
  fill: #ffffff;
  font-size: 1.0em;
  line-height: 1.5;
  line-height: 1.3;
  font-weight: 400;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
}
.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: 400;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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 (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;
  }
}
.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: #016dff;
  background: rgba(1, 109, 255, 0.1);
}
.ctdl-info-content:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: #016dff;
  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: #016dff;
}
.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;
  }
}
.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: #016dff;
  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;
  }
}
.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: 400;
}
.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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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 #016dff;
  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(1, 109, 255, 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;
  }
}
/* 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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.posts-navigation a:hover,
.post-navigation a:hover,
.comment-navigation a:hover {
  background: rgba(1, 109, 255, 0.1);
  border-color: #016dff;
}
.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;
  }
}
/*** 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.navigation.pagination .nav-links a:hover {
  background: rgba(1, 109, 255, 0.1);
  border-color: #016dff;
}
.navigation.pagination .nav-links .current {
  color: #ffffff;
  fill: #ffffff;
  background: #016dff;
  border-color: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.page-links a.post-page-numbers:hover {
  background: rgba(1, 109, 255, 0.1);
  border-color: #016dff;
}
.page-links .post-page-numbers.current {
  color: #ffffff;
  fill: #ffffff;
  background: #016dff;
  border-color: #016dff;
  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 #016dff;
}
/*** COMMENTS ***/
.comments-area .comments-title {
  font-weight: 400;
}
.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;
  }
}
.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 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.comments-area.item-reviews .comment-list .item-owner span:hover {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
.comments-area.item-reviews .comment-list .children li {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
  border-left: 1px solid #016dff;
  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: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;
    border-radius: 0px 0 0 0px;
  }
}
@media all and (min-width: 600px) {
  .comments-area.item-reviews .comment-list > li > ol.children {
    margin-left: 70px;
  }
}
.comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-weight: 400;
  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: #016dff;
}
.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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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);
  }
}
/*********************/
/*** SPECIAL PAGES ***/
/*********************/
.single-attachment .post-thumbnail img {
  vertical-align: top;
  margin-bottom: 1.5em;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
}
.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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: "Open Sans";
  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: #016dff;
  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: #016dff;
}
.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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  text-shadow: 0px 0px 1px #016dff;
  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: #016dff;
}
.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: #016dff;
  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;
  }
}
.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(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
  padding-bottom: 8em;
}
.site-footer .site-info a {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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: #222222;
  fill: #222222;
}
.footer-widgets-area .widget a {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.footer-widgets-area .widget a:hover {
  color: #016dff;
}
.footer-widgets-area .widget .ctdl-directory-categories-list a,
.footer-widgets-area .widget .ctdl-directory-locations-list a {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_archive select,
.footer-widgets-area .widget.widget_categories select {
  background-color: #f5f5f5;
  border-color: rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget.widget_archive select option,
.footer-widgets-area .widget.widget_categories select option {
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget .wp-block-archives-dropdown select,
.footer-widgets-area .widget .wp-block-categories-dropdown select {
  background-color: #f5f5f5;
  border-color: rgba(34, 34, 34, 0.1);
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget .wp-block-archives-dropdown select option,
.footer-widgets-area .widget .wp-block-categories-dropdown select option {
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap table,
.footer-widgets-area .widget .wp-block-calendar table {
  border-color: #222222;
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap caption,
.footer-widgets-area .widget .wp-block-calendar caption {
  color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.1);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap th,
.footer-widgets-area .widget .wp-block-calendar th {
  color: #222222;
  fill: #222222;
  border-color: rgba(34, 34, 34, 0.1);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap td,
.footer-widgets-area .widget .wp-block-calendar td {
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap td#today,
.footer-widgets-area .widget .wp-block-calendar td#today {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_calendar .calendar_wrap tbody td a,
.footer-widgets-area .widget .wp-block-calendar tbody td a {
  color: #016dff;
}
.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(34, 34, 34, 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: #222222;
  fill: #222222;
}
.footer-widgets-area .widget .wp-block-latest-comments a {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget .wp-block-latest-comments a:hover {
  color: #016dff;
}
.footer-widgets-area .widget .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget.widget_search:not(.widget_block) form:before {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_search:not(.widget_block) input[type="search"] {
  border-color: rgba(34, 34, 34, 0.1);
  background: #f5f5f5;
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_search:not(.widget_block) input[type="search"]::placeholder {
  color: rgba(34, 34, 34, 0.7);
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__label {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input {
  border-color: rgba(34, 34, 34, 0.1);
  background: #f5f5f5;
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input:focus {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search .wp-block-search__input::placeholder {
  color: rgba(34, 34, 34, 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(34, 34, 34, 0.1);
  background-color: #f5f5f5;
}
.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: #222222;
  fill: #222222;
  border-color: #222222;
}
.footer-widgets-area .widget.widget_search.widget_block .wp-block-search.wp-block-search__button-inside .wp-block-search__button svg {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_rss ul.rsswidget {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.widget_rss ul .rss-date {
  color: #016dff;
}
.footer-widgets-area .widget.widget_rss ul cite {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.footer-widgets-area .widget.widget_recent_entries ul li .post-date {
  color: #222222;
  fill: #222222;
}
.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: #222222;
  fill: #222222;
}
/*** 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;
  }
}
/*** FOOTER WIDGETS - COLLAPSIBLE ***/
.footer-collapsible-widgets .footer-widgets-area .widget {
  border-color: rgba(34, 34, 34, 0.1);
}
.footer-collapsible-widgets .footer-widgets-area .widget:last-child {
  border-color: rgba(34, 34, 34, 0.1);
}
.footer-collapsible-widgets .footer-widgets-area .widget.collapsible-widget .widget-container {
  border-color: #222222;
}
/***************/
/*** INFOBAR ***/
/***************/
#citadela-infobar {
  font-size: 0.82em;
}
#citadela-infobar.position-bottom {
  border-top: 1px solid #016dff;
}
#citadela-infobar.position-top {
  border-bottom: 1px solid #016dff;
}
#citadela-infobar .button-part .button {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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 #016dff;
  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%;
  }
}
/*************************/
/*** ANNOUNCEMENTS BAR ***/
/*************************/
#citadela-announcements-bar.type-simple {
  font-size: 1em;
  background: #e6a713;
  color: #ffffff;
}
#citadela-announcements-bar.type-simple .message-part p {
  margin: 0;
}
#citadela-announcements-bar.type-simple .button-part .button {
  background-color: #016dff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #477fe0;
  color: #ffffff;
}
#citadela-announcements-bar.type-simple .button-part .button:hover {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
#citadela-announcements-bar.type-simple .button-part .button:hover {
  background: #477fe0;
  color: #ffffff;
}
@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%;
  }
}
/********************************/
/*** 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 #016dff;
  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: #016dff;
}
.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%;
  }
}
/*** 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(1, 109, 255, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #016dff;
  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;
  }
}
.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;
  }
}
.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: 1200px;
}
/*** 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: "Open Sans";
  font-size: 2.6em;
  line-height: 1.2;
  color: #222222;
  fill: #222222;
  font-weight: 400;
}
@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;
  }
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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 #016dff inset;
  -webkit-box-shadow: 0px 0px 0px 1px #016dff inset;
  box-shadow: 0px 0px 0px 1px #016dff inset;
  background: none;
  color: #016dff;
  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: #016dff;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: "Open Sans";
  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;
  }
}
.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: #016dff;
  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: #016dff;
  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 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 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 #016dff;
}
.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: "Open Sans";
  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: "Open Sans";
  font-size: 1.4em;
  line-height: 1.3;
  flex: 0 1 auto;
  font-weight: 400;
  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: #016dff;
  border: 1px solid #016dff;
  color: #ffffff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 400;
  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: #016dff;
  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: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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;
  }
}
.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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  background: rgba(1, 109, 255, 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%);
  }
}
/*** 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: #016dff;
}
.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: 400;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: "Open Sans";
  font-size: 1.4em;
  line-height: 1.3;
  flex: 0 1 auto;
  font-weight: 400;
  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 #016dff;
}
@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;
  }
}
.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: "Open Sans";
  color: #222222;
  fill: #222222;
  font-weight: 400;
}
.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: "Open Sans";
}
.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: "Open Sans";
  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: "Open Sans";
  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: #016dff;
}
.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: #016dff;
}
.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: #016dff;
}
.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: #016dff;
  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: #222222;
  fill: #222222;
}
.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: #222222;
  fill: #222222;
}
.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: #016dff;
}
.citadela-events-css .footer-widgets-area .tribe-compatibility-container .tribe-events-widget .tribe-events-widget-events-list .tribe-common-h2 {
  color: #222222;
  fill: #222222;
}
.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(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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: #222222;
  fill: #222222;
}
.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(34, 34, 34, 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: #222222;
}
.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: #222222;
  fill: #222222;
}
.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(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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: #016dff;
}
/***  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: #016dff !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: #016dff;
  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: "Open Sans";
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
}
.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: "Open Sans";
}
.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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch {
  font-family: "Open Sans";
  color: #222222;
  fill: #222222;
}
.citadela-events-css .tribe-common .tribe-common-l-container .datepicker .datepicker-switch:hover {
  color: #016dff;
}
.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: #016dff;
}
.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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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(1, 109, 255, 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: #016dff !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: "Open Sans";
  font-weight: 400;
  background: #016dff;
  color: #ffffff;
  fill: #ffffff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.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: "Open Sans";
  font-size: 2.6em;
  line-height: 1.2;
  color: #222222;
  fill: #222222;
  font-weight: 400;
}
@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;
  }
}
.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: #016dff;
}
.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: "Open Sans";
  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: "Open Sans";
  display: inline-block;
  margin: 0px 3px 3px 0;
  vertical-align: top;
  padding: 4px 8px;
  font-size: 0.9rem;
  line-height: 1.3;
  background: #016dff;
  border: 1px solid #016dff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  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: #016dff;
}
.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: #016dff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-header--has-event-search .tribe-common-h3 {
  font-family: "Open Sans";
  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: #016dff;
}
.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: 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: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(1, 109, 255, 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: "Open Sans";
}
.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: "Open Sans";
  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: "Open Sans";
  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: #016dff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 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: #016dff;
  -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: #016dff;
  -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: #016dff;
}
.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: "Open Sans";
  font-weight: 400;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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(1, 109, 255, 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: #016dff;
}
.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: #016dff;
}
.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: #016dff !important;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__mobile-events-icon--event {
  background: #016dff !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: "Open Sans";
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
}
.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: #016dff;
}
.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: #016dff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  border: 1px solid currentColor;
  background: none;
  display: inline-flex;
  min-height: 0px;
  font-family: "Open Sans";
  font-weight: 400;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link:hover {
  background-color: #016dff;
  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: #016dff;
}
.citadela-events-css .tribe-common .tribe-common-l-container .tribe-events-c-ical .tribe-events-c-ical__link .tribe-common-c-svgicon {
  color: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-family: "Open Sans";
  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: #016dff;
}
.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: #016dff;
}
.citadela-events-css .tooltipster-base.tribe-events-tooltip-theme.tribe-events .tribe-common-b3 {
  font-family: "Open Sans";
  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: "Open Sans";
  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: "Open Sans";
  color: #222222;
  fill: #222222;
  font-size: 0.9em;
  font-weight: 400;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
}
.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: 400;
  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: "Open Sans";
  color: #222222;
  fill: #222222;
  font-weight: 400;
  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: 1200px;
}
/*** 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
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(1, 109, 255, 0.1);
  border-color: #016dff;
}
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: #016dff;
  border-color: #016dff;
  cursor: pointer;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#content .site-main .woocommerce-error .button,
#content .site-main .woocommerce-info .button,
#content .site-main .woocommerce-message .button {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
#content .site-main .woocommerce-info {
  border-top-color: #016dff;
}
#content .site-main .woocommerce-info:before {
  color: #016dff;
}
.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: 400;
}
.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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  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(1, 109, 255, 0.1);
}
.woocommerce-page #content .site-main form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  color: #016dff;
}
@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;
  }
}
.woocommerce-page #content .site-main button[type="submit"] {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 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 #016dff;
}
.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 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.woocommerce-page #content .site-main .woocommerce-ordering:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-left: 3px solid #016dff;
}
.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 #016dff;
  }
  .woocommerce-page #content .site-main .woocommerce-ordering {
    float: right;
    width: 240px;
    text-align: right;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .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;
  }
}
.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: #016dff;
  position: absolute;
  top: 0.8em;
  left: -1.7em;
  transform: rotate(-45deg);
  box-shadow: 0 0 70px rgba(1, 109, 255, 0.4);
}
.woocommerce-page #content .site-main ul.products li.product img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 0px;
}
.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: "Open Sans";
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  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;
  }
}
.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: 0px 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-page #content .site-main div.product .images .woocommerce-product-gallery__image:first-child img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 400;
}
.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: #016dff;
}
.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: #016dff;
}
.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: #016dff;
  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;
  }
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  border: 1px solid #016dff;
  color: #ffffff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-page #content .site-main div.product .product_meta .posted_in a:hover {
  background: none;
  color: #016dff;
  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: #016dff;
}
.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: 400;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
}
.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 #016dff;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs .panel h2 {
  font-weight: 400;
}
.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: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 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 #016dff;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 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 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .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;
  }
}
.woocommerce-page #content .site-main div.product .woocommerce-tabs #reviews #comments .woocommerce-noreviews {
  color: #016dff;
}
.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;
  }
}
.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;
  }
}
.woocommerce-page {
  /*** WooCommerce Pages Customization ***/
}
.woocommerce-page #content .woocommerce table.shop_table {
  border-color: rgba(34, 34, 34, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
}
.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: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.woocommerce-page #content .woocommerce table.shop_table thead th:last-child {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
}
.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%;
  }
}
.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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .woocommerce-page #content .woocommerce table.shop_table_responsive.cart {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .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 #016dff;
  }
  .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;
  }
}
.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Open Sans";
  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: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.woocommerce-page.woocommerce-cart #content .woocommerce .cart-collaterals table.shop_table {
  border-top: none;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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: 400;
  }
}
.woocommerce-page.woocommerce-checkout #content .woocommerce form.checkout_coupon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #customer_details h3 {
  font-weight: 400;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce h3#order_review_heading {
  font-weight: 400;
}
.woocommerce-page.woocommerce-checkout #content .woocommerce #payment {
  background-color: rgba(34, 34, 34, 0.03);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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 #016dff;
  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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 400;
}
.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: #016dff;
  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(1, 109, 255, 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: #016dff;
  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: #016dff;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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 (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);
  }
}
/*** 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 0px;
  background: #016dff;
  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: "Open Sans";
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  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;
  }
}
.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: 0px 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 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 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 0px;
}
.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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: "Open Sans";
  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: #016dff;
}
.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 #016dff;
  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 #016dff;
  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 #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  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: #016dff;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters {
  margin: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters > button {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  border: 1px solid #016dff;
  color: #ffffff;
  fill: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.wc-block-product-categories.is-list ul li:hover {
  background: none;
  color: #016dff;
  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: #016dff;
}
.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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: "Open Sans";
  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: "Open Sans";
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 400;
  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: #016dff;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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: #016dff;
  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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  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: #016dff;
  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);
  }
}
.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: #016dff;
  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: #016dff;
}
.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  border: 3px solid #016dff;
  background: #ffffff;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  position: relative;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .button {
  background-color: #016dff;
  color: #ffffff;
  fill: #ffffff;
  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: #016dff;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  border: none;
  border-radius: 40px;
  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: #016dff;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}
/*** FOOTER Woocommerce Widgets (colors only) ***/
.footer-widgets-area .widget.woocommerce.widget_product_search form:before {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.woocommerce.widget_product_search input[type="search"] {
  border-color: rgba(34, 34, 34, 0.1);
  background: #f5f5f5;
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.woocommerce.widget_product_search input[type="search"]::placeholder {
  color: rgba(34, 34, 34, 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(34, 34, 34, 0.1);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a {
  color: #222222;
  fill: #222222;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a:hover {
  color: #016dff;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
  color: #222222 !important;
  fill: #222222 !important;
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .cart_list li .quantity {
  color: rgba(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 0.5);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .total {
  color: #222222;
  fill: #222222;
  border-color: rgba(34, 34, 34, 0.1);
}
.footer-widgets-area .widget.woocommerce.widget_shopping_cart .total strong {
  color: #222222;
  fill: #222222;
}
.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(34, 34, 34, 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(34, 34, 34, 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: #222222;
  fill: #222222;
}
.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: #016dff;
}
.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(34, 34, 34, 0.3);
  fill: rgba(34, 34, 34, 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(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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(34, 34, 34, 0.5);
  fill: rgba(34, 34, 34, 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: #222222;
  fill: #222222;
}
.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(34, 34, 34, 0.3);
  fill: rgba(34, 34, 34, 0.3);
}
.footer-widgets-area .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(34, 34, 34, 0.2);
}
.footer-widgets-area .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: #f5f5f5;
}
/**********************/
/*** CART IN HEADER ***/
/**********************/
.citadela-woocommerce-minicart {
  position: relative;
}
.citadela-woocommerce-minicart .cart-header {
  color: #016dff;
  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;
  color: #ffffff;
  fill: #ffffff;
}
.citadela-woocommerce-minicart .cart-header > .cart-icon {
  background: #016dff;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.citadela-woocommerce-minicart .cart-header > .cart-count {
  background: rgba(1, 109, 255, 0.8);
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .citadela-woocommerce-minicart .cart-header > .cart-count {
    display: none;
  }
}
.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 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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);
  }
}
.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 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  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(1, 109, 255, 0.1);
}
body .select2-container .select2-results__option--highlighted[aria-selected=true],
body .select2-container .select2-results__option--highlighted[data-selected=true] {
  background: #016dff;
  color: #ffffff;
  fill: #ffffff;
}
body .site-footer .select2-container .select2-selection--single {
  border-color: rgba(34, 34, 34, 0.1);
  background: #f5f5f5;
  color: rgba(34, 34, 34, 0.7);
}
body .site-footer .select2-container .select2-selection--single .select2-selection__placeholder {
  color: rgba(34, 34, 34, 0.5);
}
body .site-footer .select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(34, 34, 34, 0.7);
}
body .site-footer .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 .site-footer .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 .site-footer .select2-container .select2-dropdown {
  border-color: rgba(34, 34, 34, 0.1);
}
