
/*============================================================================*/


.sc-page {
  padding: 2rem;
}

.sc-page:nth-child(odd) {
  background: #E9F7FF;
}

.sc-page:nth-child(even) {
  background: #FFF;
}

.sc-page div.cs-page-block {

}

.sc-page div.cs-page-block h2 {
  border-bottom: 1px solid #333;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

.testimonial blockquote {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

img.mug {
  border-radius: 0.75rem;
}

.testimonial blockquote:before {
  content: open-quote;
}

.testimonial blockquote:after {
  content: close-quote;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #09F;
  font-size: 4em;
  top: .2em;
  position: relative;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.grid2-1 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.50rem;
}

.grid3 > div > h6 {
  text-align: center;
  margin-top: 0.50rem;
}
.grid3 > div > img {
  display: block;
  margin: auto;
}

.blocks > div {
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sc-page:nth-child(odd) .blocks > div:not(.special) {
  border: 1px solid #B2E3FF;
  background: #FFF;
  padding: 0.75rem;
}

.sc-page:nth-child(even) .blocks > div:not(.special) {
  border: 1px solid #09F;
  background: #E9F7FF;
  padding: 0.75rem;
}

.blocks > div > h3,
.blocks > div > h4,
.blocks > div > h5,
.blocks > div > h6 {
  text-align: center;
}

/*
.blocks > div > p {
  text-align: justify;
}
*/
.blocks > div > b,
.blocks > div > a {
  display: block;
  text-align: center;
}
.blocks > div > a > img {
  display: block;
  margin: auto;
}

.portfolio-item {
  text-align: center;
  font-size: 0.80rem;

  border: 1px solid #09F;
  background: #ffFFFf;
  padding: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

.portfolio-item img {
  border-radius: 0.25rem;
  width: 90px;
  height: 90px;
}
.portfolio-item span,
.portfolio-item a {
  display: block;
}


.testimonial {
  font-size: 0.90rem;
}

.testimonial img {
  display: inline-block;
  float: left;
  margin: 0 0.25rem 0.25rem 0;
}

.pricing { background: #EFF; color: #333; border: 2px solid #0B0;  margin-bottom: 1.50rem; }
.pricing > h3 { background: #333; margin-bottom: 0.50rem; padding: 0.50rem; border-radius: 0.50rem 0.50rem 0 0; }
.pricing > h4 { color: #4BF; font-size: 1.20rem; }
.pricing > h5 { font-style: oblique; border-bottom: 1px solid #333;  margin-bottom: 0.25rem; padding-bottom: 0.25rem; font-size: 1.35rem; }
.pricing > p  { padding: 0.75rem; }
.pricing > h5 > span { color: #0B0; }

.silver { }
.silver > h3 { color: #C0C0C0; }
.silver > h4 { }
.silver > h5 { }
.silver > p  { }

.gold { }
.gold > h3 { color: #FFD700; }
.gold > h4 { }
.gold > h5 { }
.gold > p  { }

.platinum { }
.platinum > h3 { color: #E5E4E2; }
.platinum > h4 { }
.platinum > h5 { }
.platinum > p  { }

.wordpress { }
.wordpress > h3 { color: #FF00FF; }
.wordpress > h4 { }
.wordpress > h5 { }
.wordpress > p  { }

.specialty { }
.specialty > h3 { color: #FFA500; }
.specialty > h4 { }
.specialty > h5 { }
.specialty > p  { }

.support1 { }
.support1 > h3 { color: #ADD8E6; }
.support1 > h4 { }
.support1 > h5 { }
.support1 > p  { }

.support2 { }
.support2 > h3 { color: #B9DDFF; }
.support2 > h4 { }
.support2 > h5 { }
.support2 > p  { }

.support3 { }
.support3 > h3 { color: #DCF5FF; }
.support3 > h4 { }
.support3 > h5 { }
.support3 > p  { }

@media screen and (max-width: 820px) {
  .grid3 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (max-width: 660px) {
  .grid2 {
    grid-template-columns: 1fr;
  }

  .grid2-1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .blocks > div > p {
    text-align: center;
  }
}

.pushable {
  background: #006600;
  border-radius: 0.50rem;
  border: none;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
}
.front {
  display: block;
  padding: 0.25rem 0.50rem;
  border-radius: 0.50rem;
  font-size: 1.25rem;
  background: #00CC00;
  color: #FFF;
  transform: translateY(-6px);
}

.pushable:active .front {
  transform: translateY(-2px);
  color: #333;
}

.blipboxes {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.blipboxes div.posts {
  border: 1px solid var(--dark-color);
  box-shadow: var(--shadow);
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: var(--base-color);
}

.blipboxes div.posts-title {
  font-size: 1.30rem;
  padding: 0.50rem 1.00rem;
  margin: 0;
  background-color: var(--element-bgc);
  text-align: center;
  border-bottom: 1px solid var(--dark-color);
}

.blipboxes div.posts-blurb {
  padding: 0.50rem;
}
.blipboxes div.posts-blurb img {
  float: right;
}

.blipboxes div.plugin {
  border-radius: 0.75rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--money);
  background-color: var(--money-bg);
  overflow: hidden;
}

.blipboxes div.plugin-title {
  font-size: 1.30rem;
  padding: 0.50rem 1.00rem;
  margin: 0;
  color: var(--lite-color);
  background-color: var(--element-bdr);
  text-align: center;
}

.blipboxes div.plugin-infos {
  font-size: 1.10rem;
  padding: 0.50rem 0;
  text-align: center;
}

.blipboxes div.plugin-price {
  font-weight: bold;
  font-style: oblique;
  font-size: 1.20rem;
  text-align: center;
  padding: 0.50rem 0;
}

.blipboxes div.plugin-price > span {
  color: var(--money);
}

.blipboxes div.plugin-buyit {
  text-align: center;
  padding: 0.50rem;
}
.blipboxes div.plugin-buyit > button {
  color: red;
}

.blipboxes div.plugin-blurb {
  padding: 0.50rem 1rem;
  font-style: italic;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  .blipboxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 400px) {
  .blipboxes {
    grid-template-columns: 1fr;
  }
}

.bliplist {
  display: grid;
  column-gap: 0;
  col-gap: 0;
  row-gap: 0.25rem;
  grid-template-columns: 1fr auto;
}
.bliprow {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / span 2;
  border-top: 1px solid var(--element-bdr);
  border-right: 1px solid var(--element-bdr);
/*
  box-shadow: var(--shadow);
*/
  background-color: var(--base-color);
}
.bliprow > a {
  padding: 0.50rem;
  border-bottom: 1px solid var(--element-bdr);
  border-left: 1px solid var(--element-bdr);
}
.bliprow > a:hover {
  background-color: var(--element-bgc);
  font-style: oblique;
}
.bliprow > a > b {
  font-size: 1.15rem;
}
.bliprow > div {
  padding: 0.50rem;
  border-bottom: 1px solid var(--element-bdr);
  border-left: 1px solid var(--element-bdr);
}
.bliprow > div > span {
  color: var(--money);
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .bliplist {
    display: block;
    border: 0;
  }
  .bliprow {
    display: block;
    border: 0;
  }
  .bliprow > a {
    border: 0;
  }
  .bliprow > div {
    border-left: 0;
  }
}


:popover-open {
  background-color: #F3FBFF;
  font-size: 1rem;
  border: 1px solid #0070AF;
  border-radius: 1rem;
  width: 400px;
  height: 300px;
  padding: 1rem;
}

#plugin-buyit-dialog {
  position: relative;
}
#plugin-buyit-dialog h5 {
  margin: 0 3rem 0.25rem 0;
  padding: 0 0 0.25rem 0;
  color: #333;
  border-bottom: 1px solid #333;
}
#plugin-buyit-dialog div {
  color: #0070AF;
}

.close-button {
  position: absolute;
  top: 1rem; /* Adjust as needed for desired spacing from the top */
  right: 1rem; /* Adjust as needed for desired spacing from the right */

  width: 2rem; /* Adjust size as needed */
  height: 2rem;
  border: 2px solid #0070AF; /* Red border */
  background-color: #FFF;
  border-radius: 0.25rem;
  cursor: pointer; /* Indicates it's clickable */
  display: flex; /* For centering the 'X' visually */
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, border-color 0.2s; /* Smooth hover effect */
}

.close-button:hover {
  background-color: #0070AF; /* Red background on hover */
  border-color: #0070AF;
}

.close-button::before,
.close-button::after {
  content: ""; /* Required for pseudo-elements */
  position: absolute; /* Position relative to the button */
  width: 18px; /* Width of the 'X' lines */
  height: 2px; /* Thickness of the 'X' lines */
  background-color: #0070AF; /* Red color for the 'X' */
  transition: background-color 0.2s; /* Smooth hover effect for 'X' color */
}

.close-button:hover::before,
.close-button:hover::after {
  background-color: white; /* White 'X' on hover */
}

.close-button::before {
  transform: rotate(45deg); /* First line of the 'X' */
}

.close-button::after {
  transform: rotate(-45deg); /* Second line of the 'X' */
}

.buyit {
  text-align: center;
}


/* ===== [ FIN                                                        ] ===== */
/* ===== [ © 2025 CSR Tech Concepts Inc All Rights Reserved.          ] ===== */
