/*
Theme Name: Eden BP Theme
Author: Coskhe
Description: Eden Bible Presbyterian
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edenbp
*/

/* font to add in chinese fonts */
.btn, .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',Arial,'Microsoft Yahei','微软雅黑','Hiragino Sans GB','华文细黑',STXihei,sans-serif;
}
h1, h2 {
	font-weight:bold;
}

.navbar-default.affix .navbar-header .navbar-brand {
    color: #0288D1;
}

@media (max-width: 991px) {
	.navbar-default .navbar-header .navbar-brand {
	    color: #0288D1;
	    font-weight: 700;
	    text-transform: uppercase;
	}
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: #8BC34A!important;
}

.btn-primary {
	min-width:140px;
    background-color: #8BC34A; 
    border-color: #8BC34A;
    font-size:14pt;
    padding:10px 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #757575;
  background-color: #8BC34B; 
  border-color: #8BC34B;
}

hr {
    border-color: #8BC34B;
}

.bg-primary {
    background-color: #8BC34A; 
}


.text-primary {
    color: #8BC34A;
}


.portfolio-box .portfolio-box-caption {
    color: #fff;
    opacity: 0;
    display: block;
    background: #1976d2;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all .35s;
}


.bg-dark {
    background-color: #0288D1;
    color: #fff;
}

.service-box .btn {
	min-width:180px;
	margin-bottom: 10px;
	background-color: #BBDEFB;
}

.service-box a:hover {
  color:white;
}

header.introbg {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
}



header.tertiary {
    min-height: auto;
}




.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

/* Archive page tab */
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label#tab-label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  margin: 0 0 0 0;
  background: #8BC34A;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
label#tab-label:hover {
  background: #8BC34B;
}
.tab-content {
  border-left: .4em solid #8BC34A;
  border-right: .4em solid #8BC34A;
  max-height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content p {
  color:black;
  margin: 1em;
  font-weight: bold;
  font-size:14px;
}
.tab-content #tab-lyrics{
  width:100%;
  padding: 0.5em 0 0 0;
  text-align:center;
  border-bottom: solid .4em #8BC34A;
  background: white;
  color: black;
}
.tab-content #tab-lyrics p{
  font-weight:bolder;
  font-size:22px;
}
/* :checked */
input:checked ~ .tab-content, 
input:checked ~ .tab-content #tab-lyrics {
  max-height: 10000px;
  border-color: #8BC34B !important;
}
input:checked ~ label#tab-label {
  background: #8BC34B;
}
/* Icon */
label#tab-label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label#tab-label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label#tab-label::after {
  transform: rotateX(180deg);
}

.mejs-container, .mejs-container .mejs-controls, .tab-content.mejs-embed, .mejs-embed body
{
background: #8BC34A!important;
}

input:checked ~ .tab-content .mejs-container, input:checked ~ .tab-content .mejs-container .mejs-controls, input:checked ~ .tab-content .mejs-embed, input:checked ~ .tab-content .mejs-embed body {
  background: #8BC34B !important;
}

.mejs-time-current {
  background: #c0e38e !important;
}
@media (max-width:700px) {
  .col-xs-offset-5-thumb{
    margin-left:1em;
    margin-right:1em;
  }
  .tags-nav {
    display:none;
    margin-bottom: 1em;
  }
  #response h1 {
    margin-top:1em !important; 
  }
}
@media (max-width:320px) {
  .col-xs-offset-5-thumb{
    margin-left:1em;
    margin-right:.5em;
  }
}
@media (max-width: 768px) and (min-width: 768px){
  .col-xs-offset-5-thumb {
    margin-left:3em;
  }
}
@media (min-width: 768px) {
  .filter-dropdown {
    display:none;
  }
}

.text-block {
  margin-top: .1em;
  padding: .1em;
  max-width:100%;
  font-size:0.9em;
  display:flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-color: black;
  border-radius:.5em;
  opacity: 0.6;
  color: white;
  height:75px;
}

.row.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  height: 100%;
}

.tags-nav {
	margin: 1em auto;
}
.tag-link:link,
.tag-link:visited {
	display: inline-block;
	font-size: 1.25em;
	color: white;
	background-color: #8BC34A;
	text-decoration: none;
	padding: .5em 1em;
  border:solid #8BC34A.1em;
	border-radius: 1em;
	margin: .2em;
}

.tag-link:hover {
  background-color:#8BC34B;
  border:solid #8BC34B .1em;
  color:white;
}

.filter-dropdown {
  width:100%;
  padding: 0 0 0 0.5em;
  font-size:2em;
  weight: bolder;
  display:none;
}

/*loading container*/
#loading-container {
  background-color: white;
  height: 100vh;
}
#loading-container span {
  display: block;
  height: 30px;
  width: 30px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  margin-top: 50px;
}
#loading-container span:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid transparent;
  border-top-color: orangered;
  border-bottom-color: orangered;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}
#loading-container span:nth-of-type(1) {
  -webkit-animation: bounce 0.55s ease-in-out infinite;
          animation: bounce 0.55s ease-in-out infinite;
  margin-left: -50px;
}
#loading-container span:nth-of-type(2) {
  -webkit-animation: bounce 0.55s ease-in-out 0.33s infinite;
          animation: bounce 0.55s ease-in-out 0.33s infinite;
}
#loading-container span:nth-of-type(3) {
  -webkit-animation: bounce 0.55s ease-in-out 0.66s infinite;
          animation: bounce 0.55s ease-in-out 0.66s infinite;
  margin-left: 50px;
}

#loading {
  width: 90%;
  height: 220px;
  background: #fff;
  position: absolute;
  border-radius:5em;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
}
#loading p {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 8px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #2c3e50;
  margin-top: -20px;
}

@-webkit-keyframes bounce {
  0% {
    margin-top: 50px;
  }
  50% {
    margin-top: 35px;
  }
  100% {
    margin-top: 50px;
  }
}

@keyframes bounce {
  0% {
    margin-top: 50px;
  }
  50% {
    margin-top: 35px;
  }
  100% {
    margin-top: 50px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(1.1);
            transform: rotate(90deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(1.1);
            transform: rotate(90deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

#loading-container {
  display:none;
}

.dropdown-label, .media-filter-dropdown{
  display:block
}

.media-filter-dropdown {
  width:100%;
  padding: 1px;
  font-size:1.2em;
  margin-bottom: 1em;
}

.radio-label-filter input {
  opacity:1;
}

.btn-cus, .btn-cus:focus, .btn-cus:active, .btn-cus:visited {
  font-size: 1.1em;
  border-color: #8BC34A!important;
  background-color: #8BC34A!important;
}

@media (min-width: 768px) {
  .btn-cus, .btn-cus:focus, .btn-cus:active, .btn-cus:visited {
    width:8em;
    margin-top:1.5em;
    margin-right:2.5em;
    margin-bottom: 1em;
    float:right;
  }
}
.btn-cus:hover {
background-color:#8BC34B !important;
}

@media (max-width: 768px) {
  .filter-dropdown{
    display:block;
  }
  .btn-cus{
    position:relative;
    left:5%;
    float:left;
    width:90%;
    margin-top: .5em;
    margin-bottom: 1.5em;
  }
}

/* download button */
.face-button {
  height: 32px;
  width: 80px;
  display: inline-block;
  border: 3px solid #8BC34B;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  margin-top:8px;
  color: #8BC34B;
  overflow: hidden;
  float:right;
  margin-right:0.5em;
}
@media (max-width: 760px) {
  .face-button{
    float:left;
    margin-top:0em;
    margin-bottom: 1em;
    margin-left: 2.5em;
  }
}
.face-button .icon {
  margin-right: 6px;
}
.face-button .face-primary,
.face-button .face-secondary {
  display: block;
  color: #8BC34B;
  padding: 0 4px;
  line-height: 32px;
  transition: margin .4s;
}
.face-button .face-primary {
  background-color: #8BC34B;
  color: #fff;
}
.face-button:hover .face-primary {
  margin-top: -32px;
}
