@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

/*----------------------------------
	Btn--Pill / Old*
------------------------------------*/
.btn--pill {
  border-radius: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn--pill.btn-sm {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.btn--pill.btn-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*----------------------------------
  Promo Block / Old*
------------------------------------*/
.ui-promo-block.ui-promo-block--mheight-220 {
  min-height: 220px;
}

.ui-promo-block.ui-promo-block--mheight-300 {
  min-height: 300px;
}

.ui-promo-block.ui-promo-block--mheight-450 {
  min-height: 450px;
}

.ui-promo-block.ui-promo-block--mheight-500 {
  min-height: 500px;
}

.ui-promo-block.ui-promo-block--mheight-600 {
  min-height: 600px;
}

/*----------------------------------
	text-editor
------------------------------------*/
.text-white b {
  color: #FFFFFF;
  font-weight: 600;
}

.text-editor {
  padding-left: 0.5rem;
}

.text-editor ul li {
  list-style: none;
  padding-left: 0.75rem;
  margin-bottom: 0rem;
  position: relative;
}

.text-editor ul li:before {
  content: '-';
  font-weight: 900;
  color: #343D91;
  position: absolute;
  top: 0px;
  left: 0rem;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.text-editor ol li {
  list-style: none;
  padding-left: 1.25rem;
  margin-bottom: 0rem;
  position: relative;
  counter-increment: step-counter;
}

.text-editor ol li:before {
  content: counter(step-counter) ".";
  font-weight: 600;
  color: #343D91;
  position: absolute;
  top: 0px;
  left: 0.25rem;
  width: 20px;
  height: 20px;
  z-index: 10;
}

/*----------------------------------
	post-text
------------------------------------*/
.post-text br {
  width: 100%;
  display: block;
  content: "";
  height: 0.4rem;
}

.post-text b {
  font-weight: 600;
}

.post-text ol,
.post-text ul {
  margin-top: 0.4rem;
  margin-left: 0.05rem;
  margin-bottom: 0rem;
  position: relative;
}

.post-text ol li,
.post-text ul li {
  list-style: none;
  padding-left: 1.75rem;
  margin-bottom: 0rem;
  position: relative;
}

.post-text ol li:before,
.post-text ul li:before {
  color: #202879;
  position: absolute;
  top: 0.5px;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.post-text.text-white ol li:before,
.post-text.text-white ul li:before {
  color: #FFFFFF;
}

.post-text ul li:before {
  font-family: 'FontAwesome';
  content: '\f046';
}

.post-text ol li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f35a';
}

/*----------------------------------
Sitemap Map
------------------------------------*/
.list-sitemap {
  list-style: none;
  margin-bottom: 2rem;
  margin-left: 0rem;
}

.list-sitemap ul {
  list-style: none;
  margin-left: 0.5rem;
}

.list-sitemap li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin-left: 1rem;
  margin-right: 6px;
}

/*----------------------------------
	Glyphs for Copyright
------------------------------------*/
#glyphs {
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
  text-align: center;
}

.glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  background: #FFF;
}

.glyph .glyph-icon {
  padding: 10px;
  display: block;
  font-family: "Flaticon";
  font-size: 64px;
  line-height: 1;
}

.glyph .glyph-icon:before {
  font-size: 64px;
  color: #222;
  margin-left: 0;
}

.author-name {
  font-size: 0.6em;
  background-color: #fcfcfd;
  border: 1px solid #DEDEE4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 0.5em;
}

.class-name:last-child {
  font-size: 10px;
  color: #888;
}

.class-name:last-child a {
  font-size: 10px;
  color: #555;
}

.class-name:last-child a:hover {
  color: #a9fd00;
}

.glyph > input {
  display: block;
  width: 100px;
  margin: 5px auto;
  text-align: center;
  font-size: 12px;
  cursor: text;
}

.glyph > input.icon-input {
  font-family: "Flaticon";
  font-size: 16px;
  margin-bottom: 10px;
}

/*----------------------------------
Custom Pagination
------------------------------------*/
.paginationXclub li {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.paginationXclub li a:hover {
  background: #dddddd;
}

.paginationXclub li a.current {
  background: #202879;
  color: #ffffff;
}

.paginationXclub li a.current:hover {
  color: #ffffff;
}

.paginationXclub li.details {
  margin-right: 10px !important;
}

/*----------------------------------
	Space for Transparent Menu
------------------------------------*/
.page-space-90 {
  display: block;
  line-height: 90px;
}

.page-space-90.menu-placeholder {
  background-color: #060606;
}

@media (max-width: 1216px) {
  .page-space-90 {
    display: none;
    line-height: 0px;
  }
  .page-space-90.menu-placeholder {
    background-color: transparent;
  }
}
