/**************************************************************************
								Global Styles
                                
New Pallete Colors:

***************************************************************************/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialised;
    -moz-osx-font-smoothing: greyscale;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-family: 'Lato', sans-serif; 
    font-weight: 400;
    color: #000;
    background-color: #ffffff;
}

div {
    position:relative;
}


h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 15px;
}

h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin-top:10px;
}

p {
  line-height: 2.5rem;
}




/**************************************************************************
                                Header
***************************************************************************/

header{
    position:fixed;
    top: 0;
    left:0;
    height: 70px;
    padding: 15px 0;
    z-index:1000;
    background-color: #fff;
    width:100%;
    border-bottom:1px solid #ccc;
}

header h1 a{
    margin: 0;
    padding: 0;
    color:#000;
    text-decoration: none;
}


header h1 a:hover{
    color:#000;
    text-decoration: none;
}

header .mobile-menu-icon {
  position:absolute;
  right: 10px;
  top: 13px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index:100;
  -webkit-transition: top .5s; /* Safari */
  transition: top .5s;
}

header.min-head .mobile-menu-icon {
  top: 18px;
}

header .mobile-menu-icon span {
  background-color: rgba(17,17,17, 1);
  height: 3px;
  display: block;
  position: absolute;
  -webkit-transition: all .25s; /* Safari */
  transition: all .25s;
}

header .mobile-menu-icon span.top-bar {
  top:0;
  left:6px;
  width: 20px;
}
header .mobile-menu-icon span.middle-bar {
  top:7px;
  left: 3px;
  width: 23px;
}
header .mobile-menu-icon span.btm-bar {
  top:14px;
  width: 26px;
}

header.mobile-open .mobile-menu-icon span.top-bar {
  transform: rotate(45deg);
  width: 26px;
  left:0;
  top:7px;
}

header.mobile-open .mobile-menu-icon span.middle-bar {
  opacity: 0;
}

header.mobile-open .mobile-menu-icon span.btm-bar {
  transform: rotate(-45deg);
  top:7px;
}

header nav {
    position: fixed;
    top: 69px;
    right: -300px;
    z-index: 1001;
    background-color: #fff;
    border-left:1px solid #ccc;
     border-bottom:1px solid #ccc;
     border-bottom-left-radius: 10px;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}

header.mobile-open nav {
    right: 0;
}
 
header nav ul {
    padding: 20px;
    margin: 0;
    list-style: none;
    min-width: 275px;
}

header nav ul li {
    margin-bottom: 10px;
}

header nav ul li a {
    color:rgba(0,0,0,.8);
    text-transform: uppercase;
    font-size:2rem;
    line-height: 2.8rem;
    text-align:center;
    display: block;
}

header nav ul li a:hover {
    color:rgba(0,0,0,.5);
    text-decoration: none;
}

header nav ul li.current-menu-item a,
header nav ul li.current-menu-item a:hover {
  color:rgba(0,0,0,1);
  font-weight: bold;
  cursor: default;
}



@media (min-width: 768px) {
    header{
        position:relative;
        height: auto;
        padding: 50px 0 10px;
        border-bottom:none;
    }

    header h1 {
        text-align: center;
    }

    header .mobile-menu-icon {
        display: none;
    }

    header nav {
        position: relative;
        top: auto;
        right: auto;
        z-index: 100;
        width: 100%;
        background-color: transparent;
        border-left:none;
        border-bottom:none;
        border-bottom-left-radius: none;
    }

    header nav ul {
        padding: 20px;
        margin: 0;
        list-style: none;
        min-width: none;
        width:100%;
        text-align:center;
    }

    header nav ul li {
        display: inline-block;
        margin-bottom: 0;
        padding: 0 10px;
    }
    header nav ul li a {
        font-size:1.6rem;
        line-height: 2.2rem;
        display: block;
    }
}



/**************************************************************************
                                Footer
***************************************************************************/


footer {
    margin-bottom: 100px;
}

footer .work-type {
    margin: 20px 0;
    font-size: 3rem;
    line-height: 3rem;
    text-align:center;
}

footer .work-type span {
    padding: 0 5px;
    display: block;
}
footer .work-type span svg {
    width:18px;
    height:18px;
    fill:#95dcbf;
}


@media (min-width: 500px) {
    footer .work-type {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    footer .work-type span svg {
        width:30px;
        height:30px;
    }

}

@media (min-width: 768px) {
    footer .work-type span {
        padding: 0 5px;
        display: inline-block;
    } 
}


/**************************************************************************
                                Homepage
***************************************************************************/

#home-hero-cont {
  margin: 70px 0 30px;
}

#home-hero-cont .main-image {
  display: none;
}

#home-hero-cont .mobile-image {
  display: block;
}

.image-caption {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  color: #111;
  text-transform: uppercase;
}

#home-copy-container {
  margin-bottom: 20px;
}

#home-copy-container h2{
  text-align: center;
}


@media (min-width: 768px) {
  #home-hero-cont {
    margin: 0 0 30px;
  }
  #home-hero-cont .main-image {
    display: block;
  }

  #home-hero-cont .mobile-image {
    display: none;
  }

  #home-hero-cont .image-caption {
    text-align:right;  
  }

  .image-caption {
    font-size: 1.4rem;
  }


  #home-copy-container h2{
    text-align: center;
  }
}


/**************************************************************************
                                Content Cover Viewer
***************************************************************************/

#content-explode {
  display:none;
  z-index: 5000;
  position: fixed;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  background-color:rgba(255,255,255,.7);

}


@media (min-width: 768px) {
  #content-explode.show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ce-cont {
    background-color: #fff;
    padding:30px;
    width:80vw;
    max-width:900px;
    -webkit-box-shadow: 0px 0px 73px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 73px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 73px -7px rgba(0,0,0,0.75);
    overflow:hidden;
  }
  .ce-cont .btn-close {
    position: absolute;
    top:0;
    right:0;
    width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 700;
    color:#000;
  }
  .ce-cont .btn-close:hover {
   opacity: .75;
   text-decoration: none;
  }

  .ce-cont .c-image{
    background-color: #000; 
  }

  .ce-cont .c-image img{
    object-fit: cover;
  }

  .ce-cont .c-title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .ce-cont .image-caption {
    display:none;
  }

  .ce-cont .c-copy {
    padding-top:15px;
  }

}



/**************************************************************************
                                Content Landing Pages
***************************************************************************/


#category-page-template{
  margin:90px 0 20px;
}

#category-page-template .mobile-title {
  text-align:center;
}

.content-cont {
  margin-bottom: 40px;
}

.content-cont[data-type="video"]{
  cursor:pointer;
}


.content-cont[data-type="video"] .c-image::after{
  content:url(../img/btn-play.svg);
  width:70px;
  height:70px;
  display:block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .9;
}

.content-cont .c-image {
  background:rgba(0,0,0,1);
}

.content-cont .c-image.embed-responsive::after {
  content:'';
}

.content-cont .c-copy {
  display: none;
}

.content-cont .c-title {
  display: none;
}

@media (min-width: 768px) {
  #category-page-template{
    margin:0 0 20px;
  }
  #category-page-template .mobile-title {
    display: none;
  }

  .content-cont {
    cursor: pointer;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s; /* Animation */
  }

  .content-cont .c-image {
    z-index: 1000;
     -webkit-transition: transform .5s; /* Safari */
    transition: transform .5s; /* Animation */
  }

  .content-cont .image-caption{
    opacity:1;
    -webkit-transition: opacity .25s; /* Safari */
    transition: opacity .25s; /* Animation */
  }

  .content-cont:hover .c-image {
    transform: scale(1.1);
  }

  .content-cont:hover .image-caption{
    opacity: 0;
  }

}


/**************************************************************************
                                Resume Page
***************************************************************************/


#resume{
  margin:90px 0 20px;
}

#resume .bio-top h2 {
  text-align: center;
}

#resume .bio-p {
  margin:20px 0; 
}


#resume .head-row {
  border-top:2px solid #000;
}

#resume .res-bar {
  border-top:2px solid #000;
  display:block;
  margin-bottom:13px;
}

#resume .email-addy,
#resume .phone-num {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .5s; /* Safari */
  transition: opacity .5s;
}


#resume .email-addy:hover,
#resume .phone-num:hover {
  opacity: .6;
} 

#resume .phone-num {
  float: left;
}

#resume .email-addy {
  float:right;
}

#resume .phone-num img,
#resume .email-addy img {
  height: 18px;
}

#resume .email-addy img {
  border-bottom: 1px solid #000;
}

#resume .resume-cont {
  margin: 15px 0;
}

#resume .resume-cont:first-child {
  margin: 30px 0 15px;
}

#resume .resume-cont h3 {
  font-size:2.5rem;
  line-height: 3rem;
  margin-bottom:15px;
}

#resume .item-single {
  font-size: 1.5rem;
  margin-bottom:10px;
}

#resume .item-single .pos1 {
  font-size: 1.9rem;
  float: left;
  font-weight:bold;
}
#resume .item-single .pos2 {
   font-size: 1.9rem;
  float: left;
  padding-left:10px;
}
#resume .item-single .pos3 {
  float: left;
  width: 100%;
}
#resume .item-single .pos4 {
  float: left;
  width: 100%;
}
#resume .item-single .pos5 {
  float: left;
  width: 100%;
}

#resume .movie-cont .item-single .pos4 {
  display: none;
}

#resume a.btn-download-resume {
  color:#fff;
  display: block;
  width: 200px;
  text-align:center;
  background-color: #000;
  border:2px solid #000;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 20px auto;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}

#resume a.btn-download-resume:hover {
  color:#000;
  background-color: #fff;
  text-decoration:none;
}

@media (min-width: 576px) {
  #resume .item-single .pos2 {
    padding-right:200px;
  }
  #resume .item-single .pos3 {
    width: 50%;
  }
  #resume .item-single .pos4 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #resume{
    margin:0 0 20px;
  }
 #resume .bio-top h2 {
  display:none;
}

#resume .bio-pic {
  width: 30%;
  padding-right:5%;
  margin-bottom:20px;
  float: left;
}

#resume .bio-p {
  width:65%;
  float:left;
  margin-top :0;
}

  #resume .item-single {
    font-size: 1.5rem;
  }
  #resume .item-single .pos1 {
    font-size: 1.5rem;
     width: 25%;
     padding-right:1%;
  }
  #resume .item-single .pos2 {
    font-size: 1.5rem;
    padding:0;
    width: 25%;
    padding-right:1%;
  }
  #resume .item-single .pos3 {
    width: 20%;
    padding-right:1%;
  }
  #resume .item-single .pos4 {
    width: 20%;
    padding-right:1%;
  }
  #resume .item-single .pos5 {
    width: 10%;
    text-align:right;
  }

  #resume .movie-cont .item-single .pos3 {
     width: 40%;
  }
}

@media (min-width: 992px) {

  #resume .bio-p {
    margin-top: 25px;
  }

  #resume .item-single .pos1 {
     width: 19%;
  }
  #resume .item-single .pos2 {
    width: 20%;
  }
  #resume .item-single .pos3 {
    width: 25%;
  }
  #resume .item-single .pos4 {
    width: 27%;
  }
  #resume .item-single .pos5 {
    width: 8%;
    text-align:right;
  }

  #resume .movie-cont .item-single .pos3 {
     width: 52%;
  }
}

@media (min-width: 1200px) {

  #resume .bio-p {
    margin-top: 35px;
  }

}















