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

:root {
  --ii-color: #1874CD;
  --bg-color: #EAF5FF;
}

/* SecularWeb */

.secweb-medallions {
  text-align: center;
}

/* paypal */

.donate-now {
  background-color: #FEC53B;
  color: #000;
  padding: 0.50rem 1.00rem;
  margin: 0.25rem 0;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}

/* special promo */

.secweb-specialpromo-block-home {
  text-align: center;
  margin: 0.50rem 0;
  padding: 0.50rem 0;
  border-top: 1px solid #1874CD;
  border-bottom: 1px solid #1874CD;
}

.secweb-specialpromo-block-home a {
  display: inline-block;
}

/* ads */

.secweb-ads-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.secweb-ads-head {
/*
  display: grid;
  grid-template-columns: 1fr;
*/
  display: flex;
  gap: 5px;
}

.secweb-ads-block-head,
.secweb-ads-block-home {
  text-align: center;
  padding: 0.25rem;
  margin: 0.25rem;
}
.secweb-ads-block-home {
  border-top: 1px solid #1874CD;
  border-bottom: 1px solid #1874CD;
}

.secweb-ads-item {
  padding: 0.25rem;
  text-align: center;
}

/*
@media screen and (min-width: 600px) {

  .secweb-ads-head {
    grid-template-columns: repeat(3, 1fr);
  }

}
*/

/* Menu */

.menu-mainmenu-container {

}

.menu-mainmenu-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-mainmenu-container a {
  color: #FFF;
  font-weight: bold;
}

.menu-mainmenu-container > ul ul {
  list-style: none;
  margin: 0;
  padding-left: 1.00rem;
  font-weight: normal;
}

.menu-mainmenu-container > ul ul a {
  font-weight: normal;
}

/* Google Translate */

/* this is because the widget breaks formatting for some reason */
#wpadminbar {
  position: fixed !important;
}

/*
#gtranslate {

}

#gtranslate-element {

}
*/

.goog-logo-link {
  display:none !important;
}

.goog-te-gadget{
  color: transparent !important;
  height: 0 !important; /* to stop the jerky display when the widget finally shows up... */
}

.goog-te-gadget .goog-te-combo {
  color: #072441 !important;
  padding: 6px;
  line-height: 4px;
  font-size: 1rem;
  background: #FFF;
  border: 0;
  outline: 1px solid #CCC;
  border-radius: 0.25rem;
}

.goog-te-gadget-icon {
  background-image:url('/wp-content/uploads/secweb/site/translate-flag.png') !important;
  background-position:0 0 !important;
}

/*
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}

.goog-te-menu-frame{width:100%;!important;}
.goog-te-menu2 { background: red; !important;}
*/


/* Internet Infidels (prev) */

.historical-disclaimer {
  margin: 0;
  padding: 0.50rem;
  border: 1px solid #FF0000;
  font-size: 0.90em;
  color: #FF0000;
  background-color: #FFF5F5;
  border-radius: 0.50rem;
}

.historical-disclaimer > h2 {
  margin: 0 0 0.50rem 0;
  text-align: center;
}


#bow-top {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  background-color: #FFF5F5;
}

#bow-trail {
  margin-top: 1rem;
}

.bank-of-wisdom {
  color: #000000;
  background-color: #FFFFFF;
  padding: 0.50rem;
  margin: 0;
  border: 1px solid #696969;
  border-radius: 0.25rem;
}

.secweb-kiosk-footer {
  padding: 1rem;
  background-color: var(--bg-color);
  border-radius: 0.25rem;
}

.secweb-article-copyright {
  padding: 0.50rem;
  background-color: var(--bg-color);
  border-radius: 0.50rem;
  text-align: right;
}

/* whats-new */
/*

.secweb-post-category-header {
  text-align: center;
}

.secweb-post-category {

}
*/

.secweb-whats-new-text,
.whats-new,
.whatsnew,
.secweb-post-paragraph {
  padding: 0 0 0 1rem;
}
/*

.secweb-post-meta {

}

.secweb-post-pad {
  margin-top: 0.50rem;
}

.secweb-post-pad2 {
  margin-top: 0.50rem;
  margin-bottom: 0.50rem;
}
*/

/*
.secweb-post-paragraph p {
  margin: 0;
  padding: 0;
}
*/

.secweb-posts {

}

.secweb-post-title {
  margin: 0;
  padding: 0;
}

/* ssi */

.secweb-great-footer {
  text-align: center;
}

.secweb-disclaimer {
  margin: 4px;
  padding: 7px;
  border: 1px solid #FF0000;
  font-size: .9em;
  color: #FF0000;
  background-color: #FFF5F5;
  border-radius: 0.50rem;
}

.secweb-contents-tbl {
  width: 600px;
  margin: 1rem auto;
  padding: 1rem;
  font-weight: bold;
  background-color: #DED6C6;
}

.secweb-vdbk-ad {
  display: flex;
  flex-direction: row;
  width: 680px;
  margin: 1rem auto;
  padding: 0.50rem;
}

.secweb-vdbk-ad div {
  flex: 1;
}

@media only screen and (max-width: 680px) {
  .secweb-vdbk-ad {
    flex-direction: column;
    width: 100%;
  }
}

/* */

.secweb-responsive-table {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}

.secweb-responsive-table div {
  padding: 0.25rem;
  text-align: center;
}

@media screen and (min-width: 760px) {

  .secweb-responsive-table {
    flex-direction: row;
  }

}

@media screen and (min-width: 600px) {

}

/*============================================================================*/
/* =====[ (c) 2021 CSR Tech Concepts Inc All Rights Reserved.       ]=========*/