/* header styling */
.container-image {
    background-color: white;
    background-image: none;
}
/* HTML tag styling */
body {
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  color: black;
  }

.mm-collapsed, .mm-toggler, .mm-toggler-link {
  background-color: #ba9e6e;
  color: #ba9e6e;
}
.metismenu.mod-menu .mm-toggler {
  color: #ba9e6e;
}

/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;1,300;1,600&display=swap');

.container-topbar {
  border: 2px solid #ba9e6e;
 
  align-self: center;
  justify-content: space-around;
  display: flex;
  
  padding-left: 20px;
  padding-right: 20px;
  background-color: #275874;
  background-image: linear-gradient(to bottom,#275874,#183647);
  background-image: -moz-linear-gradient(top,#275874,#183647);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#275874),to(#183647));
  background-image: -webkit-linear-gradient(top,#275874,#183647);
  background-image: -o-linear-gradient(top,#275874,#183647);
  background-image: linear-gradient(to bottom,#275874,#183647);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff275874', endColorstr='#ff183647', GradientType=0);
  border: 2px solid #ba9e6e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
  margin: 0 0 0 0;
 }

:root {
  --cassiopeia-color-primary: #19191b;
  --cassiopeia-color-hover: #56565d;
  --cassiopeia-color-link:  #ba9e6e;
}

.colors1 {
  --website-color-primary: 37, 143, 167;
  --website-color-hover: 242, 48, 48;
  --cassiopeia-color-primary: rgba(var(--website-color-primary),0.5);
  --cassiopeia-color-hover: rgb(var(--website-color-hover));
  --cassiopeia-color-link: rgb(var(--website-color-primary));
}

.btn-primary {
  background-color: #275874;
  background-image: -moz-linear-gradient(top,#275874,#183647);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#275874),to(#183647));
  background-image: -webkit-linear-gradient(top,#275874,#183647);
  background-image: -o-linear-gradient(top,#275874,#183647);
  background-image: linear-gradient(to bottom,#275874,#183647);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff275874', endColorstr='#ff183647', GradientType=0);
  border: 2px solid #ba9e6e;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.065);
  box-shadow: 0 1px 5px rgba(0,0,0,0.065);
  *zoom: 1;
  font-size: 13px;
}
.btn btn-primary {
  background-color: #275874;
  background-image: -moz-linear-gradient(top,#275874,#183647);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#275874),to(#183647));
  background-image: -webkit-linear-gradient(top,#275874,#183647);
  background-image: -o-linear-gradient(top,#275874,#183647);
  background-image: linear-gradient(to bottom,#275874,#183647);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff275874', endColorstr='#ff183647', GradientType=0);
  border: 2px solid #ba9e6e;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.065);
  box-shadow: 0 1px 5px rgba(0,0,0,0.065);
  *zoom: 1;
  font-size: 13px;
}
.mod-finder js-finder-searchform form-search {
  border-radius: 26px;
}

/* navbar coloring from bootstrap. css */
nav {
  text-transform: uppercase;
  font-size: 1em;
}

.metismenu.mod-menu .metismenu-item {
  font-size: 1em;
  padding: 13px;
  margin: -5px 13px 0;
 }
/* navbar coloring from bootstrap. css */
.navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #275874;
  background-image: -moz-linear-gradient(top,#275874,#183647);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#275874),to(#183647));
  background-image: -webkit-linear-gradient(top,#275874,#183647);
  background-image: -o-linear-gradient(top,#275874,#183647);
  background-image: linear-gradient(to bottom,#275874,#183647);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff275874', endColorstr='#ff183647', GradientType=0);
  border: 2px solid #ba9e6e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
}
.navbar-inner {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 
.nav menunav nav-pills {
  flex: 1 0 auto;
  text-align: center;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
 }

.navbar-inner:after {
  clear: both;
}


/* navbar text styling */
.navbar .nav > li > a {
  color: #ba9e6e;
  text-decoration: none;
  text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #202c3a;
  text-decoration: none;
  background-color: #ba9e6e;
  border-radius: 6px;
  padding: 6px 5px 4px 5px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #202c3a;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  border-radius: 6px;
  padding: 6px 5px 4px 5px;
  margin-top: 0px;
  margin-bottom: 2px;
}
/* dropdown menu from Protostar */

.metismenu.mod-menu .mm-collapse {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #183647;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
 }


.mm-collapse .mm-show.pull-right {
  right: 0;
  left: auto;
}
.mm-collapse .mm-show .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.mm-collapse .mm-showd a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #ba9e6e;
  white-space: nowrap;
}
nav .nav > li {
  position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
  display: block;
}
.mm-collapse .mm-showd:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #183647;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.mm-collapse .mm-showdafter {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #183647;
  border-left: 6px solid transparent;
  content: '';
}

.metismenu.mod-menu .mm-collapse .metismenu-item a {
  color: #ba9e6e;
  font-size: 12px;
}


/* Novākt baltu dotted outline uz mm-toggler klikšķa/fokusa */
button.mm-toggler:focus,
button.mm-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Izvieto bultiņu zem teksta */
.metismenu.mod-menu .mm-toggler {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

/* Bultiņas izmērs */
.metismenu.mod-menu .mm-toggler::before,
.metismenu.mod-menu .mm-toggler::after {
    font-size: 0.65rem;
}

/* position-8 navigation styling */
.nav-pills.nav-stacked > li > a {
  margin-left: 3em;
}
.nav-pills.nav-stacked {
	font-size:smaller;
	text-transform: uppercase;
}
.nav-pills.nav-stacked > li > a:hover, .nav > li > a:focus {
    color: #162645;
    background-color: #ba9e6e;
    text-decoration: none;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #ba9e6e;
}


ul.unstyled, ol.unstyled {
  margin-left:5em;
}
/*.sidebar-left no-card {
    width: 130px;
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 10px;
  background: #eee;
  overflow-x: hidden;
  padding: 8px 0;
} */

.mod-languages {
  text-align:right;
  padding: 0.5em 3.5em 0 0;
}
div.mod-languages ul li a img {
    width: 21px;
    height: 14px;
}
/* position-8 navigation styling */
.nav-pills.nav-stacked > li > a {
  margin-left: 3em;
}
.nav-pills.nav-stacked {
	font-size:smaller;
	text-transform: uppercase;
}

.nav-pills.nav-stacked > li > a:hover, .nav > li > a:focus {
    color: #162645;
    background-color: #ba9e6e;
    text-decoration: none;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #ba9e6e;
}
a {
  color: #4a697a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ba9e6e;
  text-decoration: underline;
}
.list-title {
  text-decoration: none;
}

.com-content-category__table .category table table-striped .table-bordered .table-hover" {
  text-decoration: none;
}

.row-fluid [class*="span"] {
    margin-left: 0;
}

.list-group-item {
  border: transparent;
}

.phc-featured-articles {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.phc-featured-articles > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.phc-featured-card {
    position: relative;
    overflow: hidden;
    background: #000;
    height: 260px;
}

.phc-featured-image,
.phc-featured-image figure,
.phc-featured-image .item-image {
    margin: 0;
    height: 100%;
}

.phc-featured-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.phc-featured-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 22px;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.62),
        rgba(0,0,0,0)
    );
}

.phc-featured-title {
    margin: 0 0 6px;
    line-height: 1.2;
}

.phc-featured-title a {
    color: #fff;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.phc-featured-title a:hover {
    color: #d2b16d;
}

.phc-featured-intro {
    color: #f3f3f3;
    font-size: .95rem;
    line-height: 1.35;
}

.phc-featured-intro p {
    margin: 0;
}

@media (max-width: 1000px) {
    .phc-featured-articles {
        grid-template-columns: 1fr !important;
    }
}

/* main content styling */
p{
	font-size:1.12em;
	line-height:1.81em;
	color:black;
    text-indent:2.6em;
	margin-bottom: 1.5em;
}
p. noindent {
  font-size:1.12em;
  text-indent:0;
  font-style: italic;
}
.normal-noindent {
  text-indent:0;
}
h1{
	font-family:Georgia, 'Times New Roman', serif;
	font-size:233%;
	font-weight:normal;
	font-variant:small-caps;
	letter-spacing:.1em;
	color:#183647;
	margin-bottom:1em;
}
h2, .ic-cat h2 {
	font-family:Georgia, 'Times New Roman', serif;
	font-size:200%;
	font-weight:normal;
	font-variant:small-caps;
	letter-spacing:.1em;
	color:#090915;
	margin-bottom:1em;
}
h3{
	font-family:Georgia, 'Times New Roman', serif;
	font-size:128%;
	font-weight:normal;
	text-transform: uppercase;
 	line-height:1.61em;
	letter-spacing:.1em;
	color:#090915;
  	padding-left: 0;
    margin-bottom:1.3em;
}
.bible {
	margin-left: 3em;
    font-family: 'Open Sans', sans-serif;
	font-size:smaller;
	text-transform: uppercase;
    line-height:1em;
}
h4{
	font-family:Georgia, 'Times New Roman', serif;
	font-size:100%;
    text-indent:0em;
    text-align: center;
	font-variant:all-small-caps;
	letter-spacing:.1em;
	color:#183647;
    margin-top:3em;
 	margin-bottom:2em;
    clear:left;
}
h5{
	font-size:smaller;
    text-transform: uppercase;
    letter-spacing:.07em;
    color:#183647;
 	margin-bottom:1.56em;
    clear:left;
}

.h6, h6{
	font-size:0.9em;
    color:#183647;
}
h7{
    font-family:Georgia, 'Times New Roman', serif;
	font-size:75%;
	text-transform: uppercase;
    letter-spacing:.07em;
    color:#183647;
 	clear:left;
}

.accordion-item, .accordion-header, .accordion-button, {
  font-family:Georgia, 'Times New Roman', serif;
	font-size:100%;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing:.1em;
}

.accordion, .accordion-button, .accordion collapse {
   --accordion-border-color: #fff;
  color:#090915;
  --accordion-btn-focus-border-color: #fff;
}
.accordion-button collapsed {
   background-color: #275874;
  color:#fff;
  background-image: -moz-linear-gradient(top,#275874,#183647);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#275874),to(#183647));
  background-image: -webkit-linear-gradient(top,#275874,#183647);
  background-image: -o-linear-gradient(top,#275874,#183647);
  background-image: linear-gradient(to bottom,#275874,#183647);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#275874', endColorstr='#183647', GradientType=0);
  border: 2px solid #fff;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 13px rgba(0,0,0,0.065);
  box-shadow: 0 1px 13px rgba(0,0,0,0.065);
  *zoom: 1;
  --accordion-btn-focus-border-color: #fff;
}
button, input, optgroup, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-variant: small-caps;
  color:#ba9e6e;
  border: 0;
}
li {
    line-height:1.81em;
}
blockquote {
    width: 90%; 
    margin: 0 0 40px;
    padding: 0 8px 8px 8px;
    border-left: none;
    border-top: 4px solid #275874;
    border-bottom: 4px solid #275874;}
blockquote h4 {	
    font-size: 24px !important;
    line-height: 1.5;
    color: #275874 !important;
    text-align: center;
}

pre {
    background-color: rgba(255, 255, 255, 0.1);
  	border: 0px solid rgba(186, 158, 110, 0.2);
    border-radius: 4px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
   	letter-spacing:.02em;
  	font-size: 0.99em;
    line-height: 1.56em;
  	color: #183647;
 	margin: 0 0 1.56em 2.6em;
    padding: 9.5px;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
}
.boxplus-text {
  	font-family: 'Open Sans', sans-serif;
    font-style: italic;
   	letter-spacing:.02em;
  	font-size: small;
    line-height: 1.56em;
  	color: #183647;
}
.author {
	font-family:Georgia, 'Times New Roman', serif;
	font-size:110%;
	font-weight:normal;
	text-transform: uppercase;
    text-align: center;
	letter-spacing:.1em;
	color:#090915;
  	padding-left: 0;
	margin-bottom:1.3em;
}
.rubrics {
	font-family:Georgia, 'Times New Roman', serif;
	text-align: center;
	font-variant:all-small-caps;
	letter-spacing:.1em;
	color:#183647;
  	text-indent:0;
 	margin-bottom:1.56em;
}
.comment {
  background-color: rgba(255, 255, 255, 0.1);
  	border: 0px solid rgba(186, 158, 110, 0.2);
    border-radius: 4px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
   	letter-spacing:.02em;
  	font-size: 0.93em;
    line-height: 1.56em;
  	color: #183647;
 	margin: 0 0 1.56em 2.6em;
    padding: 9.5px;
  	text-indent:0;
}
.catech {
    width: 30%; 
    display: block;
    float: right;
  	font-size: small;
	border-left: 1px solid #ba9e6e;
	border-radius: 2px;
  	box-shadow: 0 0 0px #ba9e6e;
    margin: 0.5em 0 0.5em 1em;
	padding: 0 16px 0 16px;
}
.customdv {
  background-size: 26%;
  background-repeat: no-repeat;
}

btn btn-primary jt-readmore {
  text-indent: none;
}

.jt-readmore {
  text-indent: 0;
}

address {
    font-style: normal;
    line-height: 1.81em;
}
address + p {
  text-indent: 0;
  padding-left: 2.6em;
}
/* contact syling */
select {
    border: 1px solid #ba9e6e;
    width: auto;
}
.page-header {
  border-bottom: 0 solid #ba9e6e;
}
.thumbnail > img {
  max-width: 15em;
}
dt, dd {
  font-size:1.12em;
  line-height:1.81em;
  color:black;
  padding:0.7em;
  margin-bottom: 1.3em;
}
.nav-tabs {
    border-bottom: 0px solid #ba9e6e;
  margin-bottom: 2em;
}
.nav-tabs > li > a {
  text-transform: uppercase;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #ba9e6e;
  text-transform: uppercase;
  border: 0;
}
a:focus {
  outline: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #ba9e6e;
  background-color: #fff;
  border-radius: 6px;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;
}
.contact-street {
 font-size:1.12em;
 line-height:1.81em;
 }
legend {
  font-size:1.12em;
  color: #ba9e6e;
}
.firsttxt {
  float: left;
  width: 50%;
  line-height:1.81em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  box-sizing: border-box;
}
.firsttxt::first-letter {
  color: red;
  font-size: 100%;
}
.secondtxt {
  float: left;
  width: 33.333%;
  font-size:medium;
  line-height:1.81em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  box-sizing: border-box;
}
.secondtxt::first-letter {
  color: red;
  font-size: 150%;
}
.books {
  float: left;
  width: 48%;
  display: flex; flex-wrap: wrap; justify-content: space-between;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.smallcards {
  display: flex;
  display: -ms-Flexbox;
	-ms-box-orient: horizontal;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
  flex-wrap:wrap;
  justify-content:space-between;
}
.book {
  /*flex: 0 1 calc (25% - 1em);*/
  width: calc(20% - .8em);
  float: left;
  display: flex; flex-wrap: wrap; justify-content: space-between;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.card {
  font-size:1em;
  line-height:1.5em;
  margin-bottom: 2em;
  justify-content: center;
}
.cardy  {
   width: 48%;
  display: -ms-Flexbox;
	-ms-box-orient: horizontal;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.cardybmv  {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  float: left;
  width: 45%;
  line-height:1.81em;
  box-sizing: border-box;
}

.misse {
  display: flex; 
  float: left;
  width: 45%;
  line-height:1.81em;
  box-sizing: border-box;
  }

.firsttxtnr {
  float: left;
  width: 50%;
  line-height:1.81em;
  margin-bottom: 1.5em;
  padding-left: 1em;
  box-sizing: border-box;
}
.rub {
  width: 100%;
  clear:left;
  font-size:0.9em;
  text-align: center;
  color:#ff0000;
  margin-bottom: 1em;
  }
.rubcs {
  width: 100%;
  clear:left;
  text-indent:46.5833px;
  font-size:14.9333px;
  font-style: italic;
  color:#ff0000;
  margin-bottom: 1em;
}
/* news styling*/
.bt-introtext {
  font-size:0.9em;
  line-height:1.3em;
  color:#183647;
}
.readmore {
  font-size:0.9em;
  font-style: italic;
  line-height: 1em;
}
.item-image {
  display: block;
  text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.praeceptis {
  font-size: 1em;
  line-height:1.3em;
}
p.notes {
  font-size:0.9em;
  color:#183647;
}
.moduletablesmallerhead h3 {
  text-align: center;
  font-size: 100%;
 }
br {
  margin-bottom: 0.5em;
}
.item-page, .blog, .category-list, .blog-featured, contact-category, #xmap, .categories-list, .weblink-category {
  padding:0 3.5em;
  min-height: 1024px;
  margin-bottom: 3em;
}
.table-bordered {
	border-width: 0;
}
.table th, .table td {
    border-top: 0px;
	font-family:Georgia, 'Times New Roman', serif;
	font-size:100%;
	font-variant:small-caps;
	letter-spacing:.1em;
	line-height: 1.3em;
	color:#183647;
	margin-bottom:1em;
}
.table-bordered th, .table-bordered td {
    border-left: 0;
}
.list-condensed li {
    padding: 7px;
}
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
    border-bottom: 0 solid #ba9e6e;
}
.list-striped, .row-striped {
    font-family:Georgia, 'Times New Roman', serif;
	font-size:100%;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:.1em;
	color:#090915;
	border-top: 0;
	margin-bottom:1em;
}
.moduletablelityear {
  font-size:75%;
  text-transform: uppercase;
}

/* PHC news archive */

.phc-news-archive .com-content-category-blog__items,
.phc-news-archive .blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.phc-news-archive .com-content-category-blog__item,
.phc-news-archive .blog-item {
    display: flex;
}

.phc-archive-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    overflow: hidden;
}

.phc-archive-image {
    display: block;
    height: 180px;
    background: #f3f1ec;
    overflow: hidden;
    text-decoration: none;
}

.phc-archive-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.phc-archive-noimage {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c8c8c;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.phc-archive-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 20px 20px;
}

.phc-archive-title {
    margin: 0 0 12px;
    min-height: 72px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1.25;
    letter-spacing: .04em;
    text-transform: none;
    text-align: center;
}

.phc-archive-title a {
    color: #36586b;
    text-decoration: none;
}

.phc-archive-title a:hover {
    color: #9b7a3f;
}

.phc-archive-intro {
    flex: 1;
    color: #222;
    font-size: .98rem;
    line-height: 1.45;
    text-align: left;
}

.phc-archive-readmore {
    margin: 18px 0 0;
    text-align: center;
}

.phc-archive-readmore a {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #c8cfd4;
    border-radius: 4px;
    color: #36586b;
    text-decoration: none;
}

.phc-archive-readmore a:hover {
    background: #36586b;
    color: #fff;
}

.phc-archive-edit {
    margin-top: 10px;
    text-align: center;
    font-size: .85rem;
}

@media (max-width: 1000px) {
    .phc-news-archive .com-content-category-blog__items,
    .phc-news-archive .blog-items {
        grid-template-columns: 1fr;
    }
}

/* DPCalendar styling */
.fc-state-default {
    border: 1px outset;
	border-color: #e3d8c5;
}
.fc-state-default {
    background-color: #f8f5f0;
    background-image: linear-gradient(to bottom, #ffffff, #e3d8c5);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #e3d8c5;
    color: #333333;
}
.fc-state-hover {
    background-position: 0 -15px;
    color: #183647;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.fc-state-down, .fc-state-active {
    background-color: #e3d8c5;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.fc-state-default.fc-corner-right {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.fc-widget-header {
	background-color: #ba9e6e;
	text-transform:uppercase;
}
.fc-day-number {
	font-size: 180%;
	margin-top: 7px;
	margin-bottom: 3px;
}
.fc-sun .fc-day-number {
	color:#F00;
}
.fc-event-inner {
    color: black;
}
.fc-event {
	text-align:center;
	color:#090915;
}
.fc-event-title {
	float:none;	
}
.tooltipster-content {
	display:none;
}
.tooltipster-arrow {
	display:none;
}
.tooltipster-base {
	display:none;
}
.fc-state-highlight {
    color: white;
    background: #24516A none repeat scroll 0 0;
}
.ui-datepicker td .ui-state-hover {
    background: #c7b18b -moz-linear-gradient(center top , #ba9e6e, #c7b18b) repeat-x scroll 0 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.dpc-upcoming-event-link {
  font-size:small;
  line-height: 1em;
    margin-bottom: 0;
    text-indent: none;
}
#sbox-overlay {
    background-color: #162645;
}
#sbox-window {
	border-radius: 7px;
	background-color: #ba9e6e;
	padding: 3px;
}
#sbox-content {
    background-color: #fff;
}
.fc-event-vert .fc-event-time {
    font-size:1.12em;
	line-height:1.81em;
	color: #24526C;
	padding-top:1.12em;
}
.moduleupru {
  font-size:85%;
  text-transform: uppercase;
  margin-top: 1em;
  }
.moduleupru h3{
  text-align: center;
  padding-left: 0;
}
.dp-upcoming-group {
  margin-bottom: 1.5em;
}
.pagination ul > li > a, .pagination ul > li > span {
    color: #ba9e6e;
	text-shadow:none;
	border-width: 0 0 0 0;
	border-radius: 5px;
	box-shadow: 0 0 13px #ba9e6e;
}

.my_alert {
  display:none;
}
.componentheading {
  display:none;
}
div.okno div.titlemedia > a, td.bl_single_category_list_subcategories_link a {
    color: #4a697a;
    font-size: small;
      }
.titlemedia {
  overflow: visible;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.moduletableebooks {
  margin-left:3em;
}
.breadcrumb, .card-body {
  border-style: none;
  background-color: #fff;
  text-transform: none; 
}
.da-slider {
  background-size: 100%
 background-repeat: no repeat;
}



}
/* navigation button for small devices */
.navbar-toggler navbar-toggler-right collapsed {
  color: #c39a6b;
  background-color: #8b6b2d;
  *background-color: #8b6b2d;
  background-image: -moz-linear-gradient(top, #c39a6b, #8b6b2d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c39a6b), to(#8b6b2d));
  background-image: -webkit-linear-gradient(top, #c39a6b, #8b6b2d);
  background-image: -o-linear-gradient(top, #c39a6b, #8b6b2d);
  background-image: linear-gradient(to bottom, #c39a6b, #8b6b2d);
  background-repeat: repeat-x;
  border-color: #8b6b2d #8b6b2d #c39a6b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc39a6b', endColorstr='#ff8b6b2d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #c39a6b;
  background-color: #8b6b2d;
  *background-color: #8b6b2d;
}


@media (min-width: 1200px) { 
header img {
	margin-left: 1em;
	margin-right: 1em;
  }
.container-topbar {
    height: 44px; 
    }
}
.breadcrumb {
 padding:0 0 0 2.1em;
}
}

@media only screen and (max-width: 992px) {
   .container-topbar {
    height: auto; 
    }
}

@media (max-width: 979px) {
  .navbar-inner {
    display: block;
  }
  .container-topbar {
    height: auto; 
    }
  nav .nav-child {
  position: static;
  top: auto;
  left: auto;
  z-index: 1000;
  display: block;
  float: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: transparent;
  border: 0px solid #ccc;
  border: 0px solid rgba(0,0,0,0.2);
  *border-right-width: 0px;
  *border-bottom-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
  box-shadow: 0 0px 0px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
nav ul.nav-child a {
  font size: 16px;
}
nav .nav-child a {
	font-size:15px;
}
nav .nav-child:before,
nav .nav-child:after {
  display: none;
}
.card, .cardy, {
    flex-wrap: nowrap;
  }
.book {
    width: calc(33% - 1em);
  }
/* position-8 navigation styling */
.nav-pills.nav-stacked > li > a {
  margin-left: 0;
}
}
@media (max-width: 767px) {
/* main content styling for small devices */
  .navbar-inner {
    border: 1px solid #ba9e6e;}
.item-page, .blog, .category-list, .blog-featured, .contact-category, #xmap, .categories-list, .weblink-category, .card, .book, .cardy, #dpcalendar_component, .contact, .page-header, .breadcrumb, .bt-inner, .slide {
  padding:1em;
  min-height: auto;
  margin-bottom: 1em; 
}
  .mod-languages {
  text-align:center;
  padding: 0;
}
 h1{
	font-size:180%;
  }
  h2 {
    font-size:150%;
  }
 h1, h2, h3 {
   line-height: 38px;
   margin-left:0.5em;
  }
 img {
    float:none;
  }
.second, .secondtxt {
  width: 100%;
}
 select {
    width: 100%;
}
.book {
  padding:1em;
  margin-bottom: 1em; 
}
 .book {
    width: calc(33% - 1em);
  }

.thumbnail > img {
  max-width: 100%;
  float:none;
}
.dl-horizontal dt {
  float: left;
}
 

 .footer .nav-pills > li {
    float: none;
    width: 6.5em;
    margin: 0 auto;
  text-align:center;
  }

.donate {
    float:none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#copy {
  text-indent:1em;
}
}
@media (max-width: 640px) {
    nav .nav-child a {
    padding: 4px 33px;
  white-space: normal;
}
  .navbar-inner {
  padding-left: 0;
  padding-right: 0;
}
  .sidebar-nav {
    display: none;
  }
p {
	text-indent:0;
	margin-bottom: 1em;
}
  h3 {
	text-indent:0.2em;
  }
.card, .cardy, .firsttxt, .misse, .cardybmv, .firsttxtnr {
    width:100%;
  }
.book {
    width: calc(50% - 1em);
  }
  .zef_book #book, .zef_bible #bible, .zef_commentary #commentary, .zef_dictionary #dictionary, .zef_reading_plan #reading, #zef_day_jump, zef_reading_plan #zef_subs_plans, #zef_subs_send_reading, #zef_subs_send_verse {
  float:none;
  text-align:center;  
}
.zef_Chapter #chapter{
   float:none;
  text-align:center;
}
.zef_bible_label, .zef_chapter_label, .zef_book_label, .zef_reading_label, .zef_commentary_label, .zef_dictionary_label {
 float:none;
 text-align:center;
}
  
.zef_reading_desc {
  font-size:smaller;
  text-align:center;
  font-style: italic;
  letter-spacing:.02em;
}
  .zef_reading_desc,  .zef_Bible_Main, .zef_bible_label, .zef_bible_Chapter {
    padding: 1em;
  }
  input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width:calc();
}
}
@media (max-width: 480px) {
   .navbar-inner {
     min-height: 1em;}
  .first {
  width: 100%;
}
  
  footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}
  
  
  /* footer styling */
.container-footer footer {
  background-color: rgba(0, 0, 0, .9);
}
  .footer {
    background: rgb(19, 19, 21);
    background: linear-gradient(90deg, rgba(19, 19, 21, 1) 0%, rgba(14, 14, 15, 1) 35%, rgba(134, 134, 135, 1) 100%);
    color:#fff;
    margin-top:1em;
}
  .moduletable footer {
  background-color: rgba(0, 0, 0, .9);
}
  
  .mod-finder__search input-group {
     border-radius: 6px;
  }
  
  
#copy {
  color: #a9aba1;
  font-size: small;
  text-indent:4.6em;
}
.moduletable footerPHC .nav-pills a {
  color: #0c1225;
  font-size:smaller;
  text-transform: uppercase;
  background-color: #ffffff;
}
.moduletable footerPHC .nav-pills a:hover {
  color: #8b6b2d;
}
.moduletable footerPHC .nav-pills > li > a {
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
}

 .mod-menu mod-list nav nav nav-pills {
  color: #0c1225;
  font-size:smaller;
  text-transform: uppercase;
  background-color: #ffffff;
}
 .mod-menu mod-list nav nav nav-pills {  
   -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
  }
.donate {
   float:right;
   display:inline-block;
}
-webkit-donate {
   float:right;
   display:inline-block;
}

*::-moz-selection {
  color: #ba9e6e;
}
*::selection {
  color: #ba9e6e;
  }  
.mod-finder__search input-group {
     border-radius: 7px;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: 'Open Sans', sans-serif;
    font-size:smaller;
	text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px 12px;
  }
  .btn btn-primary jt-readmore {
    border-radius: 7px;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: 'Open Sans', sans-serif;
    font-size:smaller;
	text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px 12px;
    align-items: end;
}
  .grid-child container-bottom-b {
    border-width: 0;
  }
.btn btn-primary jt-readmore {
  position: absolute;
  width: 33%;
  bottom: 10px;
  align-items: end;
  }
  
/* --- Owl dots: pārrakstām moduļa .jt-cs zilo --- */
.container-component .owl-carousel .owl-dots button.owl-dot span,
.container-component .owl-carousel .owl-dots button.owl-dot.active span,
.container-component .owl-carousel .owl-dots .owl-dot span,
.container-component .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ba9e6e !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  margin: 0 4px !important;
  box-shadow: none !important;
}

.container-component .owl-carousel .owl-dots button.owl-dot {    /* ja fons tiek likts uz paša <button> */
  background-color: #ba9e6e !important;
  border: none !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 4px !important;
  opacity: .6 !important;
}
.container-component .owl-carousel .owl-dots button.owl-dot.active,
.container-component .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1 !important;
  background-color: #ba9e6e !important;
}

/* --- Owl prev/next pogas + ikonas --- */
.container-component .owl-carousel .owl-nav button.owl-prev,
.container-component .owl-carousel .owl-nav button.owl-next {
  background-color: #ba9e6e !important;
  border: 2px solid #183647 !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 10px !important;
}
.container-component .owl-carousel .owl-nav button.owl-prev i,
.container-component .owl-carousel .owl-nav button.owl-next i {
  color: #202c3a !important;
  font-size: 1.2rem !important;
}
.container-component .owl-carousel .owl-nav button.owl-prev:hover,
.container-component .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #183647 !important;
  border-color: #ba9e6e !important;
}
.container-component .owl-carousel .owl-nav button.owl-prev:hover i,
.container-component .owl-carousel .owl-nav button.owl-next:hover i {
  color: #ba9e6e !important;
}
/* DPCalendar: paslēpt capacity rindu (ikonas + "Unlimited") */
.com-dpcalendar .dp-event__capacity,
.com-dpcalendar .dp-event-meta .dp-icon-users,
.com-dpcalendar .dp__capacity {
  display: none !important;
}
.dp-event__capacity {
    display: none !important;
}

