/* GLOBAL SETTING */

/* Headers */
.red_header {color: red;}

/* Images */
.dt_images {max-width: 350px;}

/* Dividers. Lists and Tables */
h1.divider {
  border-bottom: 1px solid #999;
}

a, a:hover {
  color: #fff;
}

li.uno_list {
  padding-bottom: 15px !important;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr td {
  border: 1px solid #999999;
}

table.list tr th {
  border: 1px solid #777;
  background: #000;
  color: white;
  text-align: left;
}



/* PHOTO GALLERY */

.gallery {
	margin: 10px 50px;
}

.gallery img {
	transition: 1s;
	margin: 10px;
	width: 180px;
  border-radius: 6px;
}

.gallery img:hover {
	filter: grayscale(100%);
	transform: scale(1.09)
}

.discography {
	margin: 10px 30px;
}

.discography img {
	margin: 10px;
	width: 160px;
}

.discography img:hover {
	transform: scale(1.09)
}

/* VDIEO PAGE */

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0px;
}

.video_wrapper iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

video {
	width: 100%;
}


/* ---- VIDEO GALLERY  ------- */
#video_page, #filmography_page {
  box-sizing: border-box;
}

#video_page, #filmography_page .video {
  transition: 1s;
  height: 250px;
  width: 250px;
  border-radius: 12px;
}

.video {
  background-size: 250px;
}

.video_title {
  position: absolute;
  top: 85%;
  left: 10%;
  color: #fff;
}

/* #video_page, #filmography_page .video:hover {
	filter: grayscale(100%);
	transform: scale(1.10)
} */

#video_page, #filmography_page .video .svg-inline--fa {
  cursor: pointer;
  position: absolute;
  font-size: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#video_page, #filmography_page .play-btn {
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video {
	margin: 10px auto;
}

.video_title {
    position: relative;
    left: 5%;
    top: 65%;
}

.play-btn:hover {
  filter: grayscale(100%);
  width: 60px !important;
}

/* #video_page, #filmography_page button {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
} */

.vbox-next {
  right: 12% !important;
}

.vbox-prev {
  left: 12%;
}

.vbox-close {
  top: 10%;
  right: 12%;
  font-size: 50px;
  padding-bottom: 20px;
}

/* --- CONTACT FORM STYLES ----------------- */
form.contactForm {
	margin-top: 0px;
}

.form-control {
  font-family: 'Trebuchet MS';
  font-size: 1.2rem;
}

table.error_msg {
	background-color: #000;
	margin-bottom: 0.05rem;
	border: 0px;
}

.js_error {
  font-size: 11px;
  color: #FF0000;
  font-weight: bold;
  display: none;
}

/* .required, .warning { */
.warning {
    color: #F00;
    font-weight: bold;
}

span.warning {
    font-size: 0.9em;
}

/* --- MEDIA QUERIES -- */
@media screen and (max-width: 900px) {
	h1 {font-size: 2em !important;
	text-align: center;}

	img {width: 150px;}

  .gallery img {
    width: 110px;
  }
}

@media screen and (max-width: 990px) {
	h1 {font-size: 1.5em !important;
	text-align: center;}
	h3 {font-size: 1.2em !important;
	text-align: center;}
}
