/* Theme Name:		DaviddeBeer */

/******************************
tinymce styling for the blog
******************************/
figure.image.align-left{
	float: left;
}
figure.image.align-right{
	float: right;
}
.nav-playlist{
	float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
/* ----------------------------------------------------
    OVERRIDE AND ADDITIONS TO STARTBOOTSTRAP AGENCY TEMPLATE
    https://startbootstrap.com/template-overviews/agency/
------------------------------------------------- */
.navbar-nav.blog-nav>li{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
.navbar-nav.blog-nav{
	float: none;
    display:inline-block;
}
.navbar-blog,.navbar-blog .blog-nav>.active>a,.navbar-blog .blog-nav>.active>a:focus,.navbar-blog .blog-nav>.active>a:hover{
	background-color: #fff;
	color: #000;
	border-color: #30363d;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
}
.navbar-blog .navbar-collapse.collapse {
  display: block!important;
}

hr.colored{
	max-width: 150px;
	height: 2px;
	border: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: transparent;
}
@media (max-width: 767px){
	.btn-xl {
  color: white;
  background-color: #1a80b6;
  border-color: #1a80b6;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  padding: 20px 10px;
}
}
#index .colored,
.btn-xl.index{
	background-color: #f4bf00;
	border-color: #f4bf00;
}
#resume .colored,
.btn-xl.resume{
	background-color: #f7941d;
	border-color: #f7941d;
}
#voice .colored,
.btn-xl.voice {
	background-color: #f26522;
	border-color: #f26522;
}
#video .colored,
.btn-xl.videos {
	background-color: #ed1c24;
	border-color: #ed1c24;
}
#gallery .colored,
.btn-xl.gallery {
	background-color: #e10337;
	border-color: #e10337;
}
#music .colored,
.btn-xl.music {
	background-color: #b90162;
	border-color: #b90162;
}
#blogs .colored,
.btn-xl.blogs {
	background-color: #873e95;
	border-color: #873e95;
}

.btn-xl.xx {
	background-color: #3c70b4;
	border-color: #3c70b4;
}

.btn-xl.xx {
	background-color: #05ac80;
	border-color: #05ac80;
}
#contact .colored,
.btn-xl.contact {
	background-color: #87c05e;
	border-color: #87c05e;
}
.header{
	width: 100%;
	padding: 1em;
	background-color: #30363d;
	color: #fff;
}
#contact hr.colored,#blogs hr.colored,#music hr.colored,#gallery hr.colored,#video hr.colored,#voice hr.colored,#resume hr.colored,#index hr.colored{
	background-color: transparent;
}
.circle-btn{
	font-size: 30px;
     color: white; 
     border: 2px solid white; 
     border-radius: 100%;
}
.thead-inverse{
	color: grey;
    background-color: #333;
}
.thead-inverse.table-header,.thead.table-header{
	font-weight: bold;
	padding: .5em 0;
	text-align: center;
}

.waiting-circle{
	position: absolute;
	background-image: url("../img/system/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35%;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

/**
* Blog styling
*/
.blog-main {
    font-size: 14px;
    line-height: 1.5;
}
.blog-post {
    margin-bottom: 30px;
}
.blog-post .panel{
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.blog-img{
	width: 100%;
	height:300px; 
	object-fit: cover;
	overflow:hidden;
}
.blog-post-meta {
    padding: 16px 22px;
    color: #999;
    display: block;
    border-bottom: 1px solid #EDEDED;
}
.blog-post-content {
    padding: 16px 22px;
}
.blog-comments-title, .blog-post-title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.blog-post a {
    text-decoration: none;
}
/**
* Make all columns in row equal in height
*/

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.round-button {
	position: absolute;
	left: calc(50% - 40px);
	bottom: calc(50% - 40px);
	box-sizing: border-box;
	display:block;
	width:80px;
	height:80px;
	padding-top: 14px;
	padding-left: 8px;
	line-height: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
	color:#f5f5f5;
	text-align:center;
	text-decoration:none;
	background-color: rgba(0,0,0,0.5);
	font-size:20px;
	font-weight:bold;
	transition: all 0.3s ease;
}
.round-button:hover {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(255,255,100,1);
	text-shadow: 0px 0px 10px rgba(255,255,100,1);
}
a.round-button{
	color: #fff;
}
.round-button.item{
	padding-top: 15px;
	padding-left: 3px;
}
.round-button .glyphicon{
	margin-left: -8px;
}
.contact-block{
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.album-link .new-album-image{
	position:relative;
    bottom: 50%;
    right: 100px;
    text-align:right;
    display:block;
    height: 0;
}
.album-item {
  margin: 0 0 15px;
  right: 0;
}
.album-item .album-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.album-item .album-link .album-hover {
  background: rgba(26, 128, 152, 0.9);
  color: #1a80b6;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.album-item .album-link .album-hover:hover {
  opacity: 1;
}
.album-item .album-link .album-hover .album-hover-content {
  /*position: absolute;*/
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  margin-top: -12px;
  color: white;
}
.album-item .album-link .album-hover .album-hover-content .album-link-image{
 /* position: absolute;
  top: 50%;
  left: 43%;*/
  margin-top: 20px;
  color: white;
}
.album-item .album-link .album-hover .album-hover-content i {
  margin-top: -12px;
}
.album-item .album-link .album-hover .album-hover-content h3,
.album-item .album-link .album-hover .album-hover-content h4 {
  /*margin: 0;*/
}
.album-item .album-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
.album-item .album-caption h4 {
  text-transform: none;
  margin: 0;
}
.album-item .album-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .album-item {
    margin: 0 0 30px;
  }
}

.album-item .album-link .album-hover.music-item{
	background-color: rgba(185,1,98, 0.5);
}
.album-item .album-link .album-hover.voice-item{
	background-color: rgba(242,101,34, 0.5);
}
.album-item .album-link .album-hover.video-item{
	background-color: rgba(237,28,36, 0.5);
}
.album-item .album-link .album-hover.gallery-item{
	background-color: rgba(225,3,55, 0.5);
}
