html,
body {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #b10000;
  text-decoration: none;
}

body {
  background-color: #191818;
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

#background {
  height: 100vh;
}

.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.footcontainer {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}

.header {
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.header .logo {
  height: 100px;
  width: 170px;
  margin: 0;
  background-image: url('../images/logoWide.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  top: 40px;
}

.header .nav {
  color: white;
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header .nav ul {
  list-style: none;
  opacity: 0.9;
}

.header .nav ul li {
  margin-left: 20px;
  font-weight: 600;
  display: inline-block;
}

.header .nav ul li a {
  color: white !important;
}

.header .nav ul li a:hover {
  color: #b10000 !important;
}

.header .nav ul .current_page_item a {
  color: #b10000 !important;
  font-size: 1.05em;
}

.homeheader {
  background-color: rgba(0, 0, 0, 0);
}

@keyframes textfadeup {
  from {
    opacity: 0.0;
    top: 48%;
  }

  to {
    opacity: 1.0;
    top: 50%;
  }
}

@keyframes ftextfadeup {
  from {
    opacity: 0.0;
    top: 78%;
  }

  to {
    opacity: 1.0;
    top: 80%;
  }
}

.featured {
  width: 100% !important;
  position: relative;
  margin-bottom: -4px;
  overflow: hidden;
  max-height: 80vh;
}

.featured img {
  width: 100%;
  height: auto;
}

.featured .title {
  position: absolute;
  top: 80%;
  color: white;
  transform: translateY(-50%);
  width: 90%;
  left: 10%;
  visibility: hidden;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.featured .title .th_ttl {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.featured .title .th_cli {
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.5em;
  padding-left: 5px;
}

.th,
featured {
  width: 33.33333333%;
  float: left;
  height: 250px !important;
  margin-bottom: 0px;
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.th img,
featured img {
  width: 100%;
  height: auto;
}

.th .overlay,
featured .overlay {
  width: 100%;
  height: 100%;
}

.th .title,
featured .title {
  position: absolute;
  top: 50%;
  color: rgba(255, 255, 255, 1);
  transform: translateY(-50%);
  width: 90%;
  left: 25px;
  visibility: hidden;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.th .title .th_ttl,
featured .title .th_ttl {
  font-size: 1.2em;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 0px;
	opacity:90%;
}

.th .title .th_cli,
featured .title .th_cli {
  font-weight: 100;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  font-size: 0.8em;
  padding-left: 2px;
	opacity:90%;
}

.th:hover {
  cursor: pointer;
}

.th:hover .overlay {
  background-image: url('../images/portfolio_overlay.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.th:hover .title {
  visibility: visible;
  animation-name: textfadeup;
  animation-duration: 0.2s;
}

.featured:hover {
  cursor: pointer;
}

.featured:hover .title {
  visibility: visible;
  animation-name: ftextfadeup;
  animation-duration: 0.2s;
}

.stage {
  width: 100%;
  background-color: #191818;
  margin-top: 100px;
}

.stage #playercoverimg {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.stage #playercoverimg #playbutton {
  position: absolute;
  width: 74px;
  height: 82px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-image: url('../images/playbutton.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.stage #playercoverimg #playbutton:hover {
  background-image: url('../images/playbutton-hover.png');
}

.stage #playercoverimg img {
  width: 100%;
  height: auto;
}

.stage #playercoverimg #playframe {
  display: none;
}

.stage #playercoverimg iframe {
  width: 100%;
  height: 100%;
}

.viddesc {
  background-color: #191818;
  color: white;
  padding-top: 40px;
  margin-bottom: 100px;
	padding-left:20px;
  font-size: 18px;
}

.viddesc h2 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 10px;
  font-weight: 100;
  padding-bottom: 0px;
  line-height: 1.2em;
  font-family: "Libre Baskerville", serif !important;
}

.viddesc h3 {
  font-size: 1.6em;
  font-family: "Libre Baskerville", serif !important;
}

.viddesc h4 {
  margin: 5px 0 !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
}

.viddesc p {
  font-family: "Libre Baskerville", serif !important;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.6em;
}

.footer {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: white;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.8em;
  padding: 0;
  position: fixed;
  bottom: 0px;
}

.footer .flinks {
  color: white;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer .flinks ul {
  list-style: none;
  opacity: 0.9;
  top: 5px;
  position: relative;
}

.footer .flinks ul li {
  margin-left: 5px;
  font-weight: 800;
  margin-right: 5px;
  display: inline-block;
}

.footer .flinks ul li a {
  margin-right: 10px;
}

.footer .flinks i {
  font-size: 1.2em;
}

.footer .flinks i:hover {
  opacity: 0.8;
}

.footer .flogo {
  height: 55px;
  width: 98px;
  margin: 0;
  background-image: url('../images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.footer .respshow {
  display: none;
  text-align: right;
}

.footer .resphide {
  display: block;
  text-align: right;
}

.stdpage {
  background-color: white;
  padding: 30px 0;
}

.stdpage .title {
  margin-left: 10%;
}

.wpcf7-form {
  width: 80%;
  margin: 0 auto;
}

.wpcf7-form input[type=text] {
  height: 30px !important;
  width: 100%;
  font-size: 1.2em;
  font-weight: 100;
  border: none;
  border-bottom: 1px solid #646464;
}

.wpcf7-form input[type=email] {
  height: 30px !important;
  width: 100%;
  font-size: 1.2em;
  font-weight: 100;
  border: none;
  border-bottom: 1px solid #646464;
}

.wpcf7-form .wpcf7-textarea {
  height: 200px !important;
  width: 100%;
  font-size: 1em;
  font-weight: 100;
  border: none;
  border-bottom: 1px solid #646464;
}

.wpcf7-form input[type=submit] {
  font-size: 1.5em;
  width: 150px;
  border: none;
  color: #b10000;
  background-color: white;
  border: 1px solid #646464;
  padding: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Pragati Narrow", sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.clear {
  clear: both;
}

.homefooter {
  position: absolute;
  top: 100vh;
  width: 100%;
  background-color: #000000 !important;
  padding-top: 10px;
}

.currentpg {
  color: #b10000 !important;
  font-size: 1.05em;
}

.aboutethos {
  font-family: "Roboto", sans-serif !important;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: auto !important;
}

.aboutethos .ethos {
  width: 90%;
  max-width: 500px;
  position: absolute;
  color: white;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: center;
}

.aboutethos .ethos h2 {
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.aboutbody,
.clientlist {
  background-color: white;
  padding: 40px 0 50px;
  color: rgba(0, 0, 0, 0.7);
}

.aboutbody .section,
.clientlist .section {
  box-sizing: border-box;
}

.aboutbody .container,
.clientlist .container {
  max-width: 650px !important;
}

.clientlist .container {
  max-width: 50vw !important;
}

.aboutbody .member,
.clientlist .member {
  margin: 30px 0;
  text-align: center;
}

.aboutbody .photo,
.clientlist .photo {
  box-sizing: border-box;
  padding-right: 20px;
}

.aboutbody .photo img,
.clientlist .photo img {
  width: 100%;
  height: auto;
}

.aboutbody h3,
.clientlist h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-bottom: 0px;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.aboutbody h2 {
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.award_col h2.awards {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-top: 50px;
  margin-bottom: 0px;
}

h2.sec-title {
  font-weight: 500;
  font-size: 2em;
}

.dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}

.dark .sec-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



.aboutbody h4,
.clientlist h4 {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  margin-top: 0px;
}

.aboutbody .awardslist,
.clientlist .awardslist {
  text-align: center;
  margin-top: 30px;
}

.awardslist .award_col {
  margin-bottom: 100px;
}

.awardslist .award_col:last-of-type {
  margin-bottom: 0px;
}

.aboutbody .awardslist h3,
.clientlist .awardslist h3 {
  font-weight: 400;
}

.aboutbody p,
.clientlist p {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.9em;
  line-height: 1.6em;
}

.clientlist {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: relative;
}

/* .clientlist .awards {} */

.clientlist ul {
  list-style: none;
  line-height: 1.6em;
  padding-left: 0;
}

.clientlogos {
  margin: 0 auto;
  max-width: 80vw;
  min-width: 420px;
  margin-bottom: 60px;
}

/* .clientlogo {} */

.clientlogos img {
  max-height: 75px;
  width: auto;
  margin: 30px 6%;
  transform: translateY(50%);
  position: relative;
  top: 50%;
}

.logosleftcol,
.logosrightcol {
  position: absolute;
  min-height: 200px;
  width: 25vw;
}

.logosleftcol img,
.logosrightcol img {
  display: block;
  margin: 60px auto;
  max-height: 40px;
}

.logosleftcol {
  left: 0px;
}

.logosrightcol {
  right: 0px;
}

/* ==================================================== */
/* ======= MARCH 2023 UPDATE - SLIDES LAYOUT ========== */
/* ==================================================== */


.workSlide {
  height: 100vh !important;
}

.workSlide video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.viewToggle {
  z-index: 100;
  position: fixed;
  text-align: right;
  padding: 0px;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}

.viewToggle img {
  opacity: 0.7;
  width: 26px;
}

.viewToggle img:hover {
  cursor: pointer;
  opacity: 1;
}

.workSlide .caption {
  z-index: 100;
  position: absolute;
  text-align: left;
  color: #dc0000;
  padding: 0px;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}

.workSlide .caption h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.5em;
  color: white;
  padding: 0px;
  margin: 0px;
	opacity:90%;
}

.workSlide .caption h3 {
  padding: 0px;
  margin: 0px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 10px;
	opacity:90%;
  color: white;
}

.workSlide .caption img {
  width: 25px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
}

.workSlide .caption img:hover {
  opacity: 1;
}

.workSlide i {
  color: rgba(255, 255, 255, 0.4);
  display: inline;
  font-size: 1.5em;
  cursor: pointer;
}

.workSlide i:hover {
  color: white;
}

.workWrap{
  margin-top:-20px;
}

.footcontainer {
  text-align: center;
  z-index: 999;
}

.centerFooter {
  margin-left: 0px;
  padding-inline-start: 0px;
}

.centerFooter li {
  text-align: center;
  list-style-type: none;
  list-style: none;
  color: white;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 10px 10px 10px;
  z-index: 999;
}

.centerFooter li a {
  font-weight: inherit;
  color: rgba(255, 255, 255, 0.4);
  z-index: 999;
}

.centerFooter li a:hover {
  color: rgba(255, 255, 255, 1);
}

.ico {
  margin-right: 15px;
}

.sqico {
  font-size: 0.9em;
}

.actico {
  color: #4b4b4b;
}

.pageContent {
  max-width: 625px;
  margin-left: 5%;
  color: white;
  font-family: "Libre Baskerville", serif;
  z-index: -100;
  position: absolute;
  text-align: left;
  top: 20%;
  font-size: 18px;
  margin-right: 5%;
  padding-bottom: 100px;
}

.pageContent h2 {
  font-size: 2.8em;
  font-weight: 500;
  margin-top: 0px;
  line-height: 1.2em;
}

.pageContent h5 {
  font-weight: 300;
}

.pageContent p {
	font-weight:100;
	line-height:1.6em;
	font-size:0.9em;
}

.pageContent em{
	padding-bottom:20px;
	clear:both;
	  font-size: 1.1em;
	font-weight: 500;
	line-height:1.3em;
}

.pageTitle {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  margin-bottom: 25px;
}

.teamBlock h3 {
  margin-top: 0px;
  font-weight: 700;
	font-size:0.9em;
}

.recognition {
  transform: none;
}

.recognition h2 {
  font-size: 1.4em;
}

#playframe {
  width: 100%;
  height: 690px;
}

.playerContainer {
  max-width: 1400px;
}

.contactPage {
  max-width: 800px;
  width: 100%;
}

.pageContent form {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  color: white;
}

.pageContent input {
  background-color: #191818;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Libre Baskerville", serif;
  color: white;
}

.pageContent textarea {
  background-color: #191818;
  border: 1px solid rgb(102, 102, 102) !important;
  font-family: "Libre Baskerville", serif;
  color: white;
}

.pageContent .wpcf7-submit {
  border: 1px solid rgb(102, 102, 102) !important;
  border-radius: 20px !important;
  background-color: #191818 !important;
  color: rgb(102, 102, 102) !important;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 100 !important;
  font-size: 1em !important;
  padding: 4px !important;
  float: right;
  width: 100px !important;
  position: relative !important;
  top: -10px !important;
  right: -7px !important;
}

.pageContent .wpcf7-submit:hover {
  border: 1px solid white !important;
  color: white !important;
}



@media screen and (max-width: 1024px) {

  .header .nav {
    right: 30px;
  }

  .th {
    width: 50%;
  }

  .viddesc {
    padding: 0px 10px;
  }

  .stdpage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutbody,
  .clientlist {
    padding-left: 20px;
    padding-right: 20px;
  }
}





/* ====================================================== */
/* ===== END MARCH 2023 UPDATE - SLIDES LAYOUT ========== */
/* ====================================================== */

@media screen and (min-width: 640px) {
  .centerFooter li {
    font-size: 1.1em;
  }
		.vddesc {
		width:99%;
	}
}

@media screen and (max-width: 1024px) {
  .th .title {
    visibility: visible;
    animation-name: textfadeup;
    animation-duration: 0.2s;
  }
}

@media screen and (max-width: 860px) {
  .stage {
    margin-top: 100px;
  }

  #playframe {
    height: 480px;
  }

  .contactPage {
    max-width: 690px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #playframe {
    height: 450px;
  }

  .header {
    height: 41px;
  }

  .header .nav {
    font-size: 0.8em;
  }

  .contactPage {
    max-width: 565px;
    width: 100%;
  }
}



@media screen and (max-width: 640px) {
  .viewToggle {
    bottom: 100px;
    top: auto;
    transform: none;
  }

  .contactPage {
    max-width: 420px;
    width: 100%;
  }

  #playframe {
    height: 380px;
  }

  .th {
    width: 100%;
  }

  .featured .title {
    left: 20px;
  }

  .footer .footcontainer .flogo {
    margin: 0 auto;
  }

  .footer .footcontainer .section {
    margin-top: 20px;
  }

  .footer .footcontainer .col {
    width: 100% !important;
    margin: 0;
  }

  .footer .footcontainer .flinks {
    text-align: center !important;
  }

  .footer .footcontainer .flinks .respshow {
    display: block;
  }

  .footer .footcontainer .flinks .resphide {
    display: none;
  }

  .footer .footcontainer .flinks ul {
    padding: 0;
    line-height: 2em;
  }

  .footer .footcontainer .flinks ul li {
    display: block;
    text-align: center;
  }
	.vddesc {
		width:99% !important;
	}

}

@media screen and (max-width: 480px) {

  .aboutbody .photo {
    padding-right: 0;
  }

  .aboutbody .namebio {
    padding: 10px 20px;
    box-sizing: border-box;
  }

  #playframe {
    height: 300px;
  }

  .contactPage {
    max-width: 420px;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .header .nav ul li {
    margin-left: 10px;
  }
}

.t10 {
  height: 10px;
}

.t20 {
  height: 20px;
}

.t30 {
  height: 30px;
}

.t40 {
  height: 40px;
}

.t50 {
  height: 50px;
}

.t75 {
  height: 75px;
}

.t100 {
  height: 100px;
}