/********************************************************/
/**************=*****  GENERAL STYLES  ******************/
/********************************************************/

html {
  height: 100%;
  padding: 0;
  background-color: #FCFCFC;
}

body {
  margin: 0;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
}

.container {
  background-color: transparent;
}


.page {
  min-height:19vh;
  font-size: 14px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.page-content {
  width: calc(90%);
  max-width: 900px;
  margin: 0 auto 0 auto;
}


/********  FONTS  *********/

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato/Lato-Bold.ttf);
  font-weight: 900;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato/Lato-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato/Lato-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato/Lato-Hairline.ttf);
  font-weight: 100;
}

@font-face {
   font-family: 'icomoon';
   src: url(../fonts/SMLogo/icomoon.eot?5kiojs);
   src: url(../fonts/SMLogo/icomoon.eot?5kiojs#iefix) format('embedded-opentype'),
   url(../fonts/SMLogo/icomoon.ttf?5kiojs) format('truetype'),
   url(../fonts/SMLogo/icomoon.woff?5kiojs) format('woff'),
   url(../fonts/SMLogo/icomoon.svg?5kiojs#icomoon) format('svg');
   font-weight: normal;
   font-style: normal;
 }

 [class^="icon-"], [class*=" icon-"] {
   /* use !important to prevent issues with browser extensions that change fonts */
   font-family: 'icomoon' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;

   /* Better Font Rendering =========== */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 .icon-sm-logo:before {
   content: "\e900";
 }


/********  HEADINGS/TEXT  *********/

h1 {
  color: #4D4D4D;
  font-weight: 300;
  font-size: 32px;
}

h2 {
  color: #4D4D4D;
  font-weight: 300;
  font-size: 28px;
}

h3 {
  font-size: 24px;
}


p {
  color: #3B3B3B;
  font-weight: 300;
  font-size: 18px;
}

a {
  font-style: italic;
}


/********  FORMS  *********/

.contact-form label {
  font-size: 15px;
  color: rgb(97, 97, 97);
  font-weight: normal;
  width: 100%;
}

.contact-form input, .contact-form textarea {
  padding: 6px 10px;
  margin-top: 4px;
  width: 100%;
  font-weight: 300;
  border: rgb(205, 205, 205) 1px solid;
}

.contact-form .btn {
  width: 120px;
  background-color: #4299CF;
  border-radius: 0;
  border: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px 8px 20px;
}

div.wpcf7-mail-sent-ok {
  background-color: rgb(220, 247, 207);
  border: 1px solid #398f14;
  padding: 10px 15px;
}

/********  MENU  *********/

#menu {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: color 1s, background-color 1s, -webkit-transform 1s;
  transition: color 1s, background-color 1s, transform 1s;
}

#menu ul.menu {
  padding-left: 0;
}

#menu li {
  display: inline-block;
  margin-top: 14px;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  cursor:default;
  -webkit-transition: color .5s, background-color .5s, -webkit-transform .5s;
  transition: color .5s, background-color .5s, transform .5s;
}

#menu li a {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  padding: 14px 15px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color .5s, background-color .5s, -webkit-transform .5s;
  transition: color .5s, background-color .5s, transform .5s;
}

#menu li a:hover {
  color: #ededed;
  text-decoration: none;
}

/* DARK MENU */

#menu.dark {
  background-color: #0f0f0f;
}

#menu.dark li a  {
  color: #ABABAB;
}

#menu.dark li a:hover {
  color: #ffffff;
}



#logo {
  margin: 2px 10px 0 5%;
  float: left;
}

#logo a {
  line-height: 48px;
  vertical-align: middle;
  font-size: 30px;
  color: white;
}

#logo a:hover {
  text-decoration: none;
  color: #f0f0f0;
}

.menu-primary-menu-container {
  float: left;
}


/********  FOOTER  *********/

#footer {
  min-height:19vh;
  background-color: #212121;
  margin: 0;
  color: #ABABAB;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer-content {
  width: calc(80%);
  margin: 2% auto 2% auto;
}

.footer-div {
  padding: 20px;
}

.footer-div div {
  width: 100%;
}

#footer h4 {
  color: lightgray;
  font-size: 18px;
  font-weight: bold;
}

#footer p {
  color: gray;
  font-size: 15px;
  font-weight: 300;
}

#footer a {
  color: lightgray;
  font-weight: 300;
}

#footer a:hover {
  color: #5BB4EB;
  text-decoration: none;
}

#footer ul.menu {
  padding: 0;
}

#footer ul.menu li {
  display: block;
  border-top: 0.45px solid #424242;
  margin: 2px 0;
}

#footer ul.menu li:nth-child(1) {
  border-top: none;
}


/********  COPYRIGHT  *********/

#copyright {
  background-color: #0f0f0f;
  text-align: center;
}

#copyright p{
  color: #ABABAB;
  font-weight: 300;
  font-size: 12px;
  line-height: 55px;
  margin: 0;
}


/********  BUTTONS  *********/

.sm-button {
  color: white;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 20px 8px 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4em;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color .3s;
}

.sm-button:hover {
  background-color: white;
  color: #666666;
  text-decoration: none;
}

/* White */
.sm-button.white {
  color: white;
  border-color: white;
}

.sm-button.white:hover {
  background-color: white;
  color: #666666;
}


@media only screen and (max-width: 450px) {
    .desktop {
        display: none !important;
    }
}




.content {
  max-width: 900px;
  margin: 75px 10%;
}

.content h2 {
  color: #4D4D4D;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}

.content p {
  color: #3B3B3B;
  font-weight: 300;
  font-size: 17px;
}



/********************************************************/
/*********************  FRONT PAGE  *********************/
/********************************************************/

/********  HERO  *********/

#hero {
  height:100vh;
  max-height:100vh;
}

#hero-content {
  overflow: hidden;
  padding-top: 35vh;
}

#hero h1 {
  text-align: center;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 55px;
  margin: 15px;
  visibility: hidden;
}

#hero h4 {
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 24px;
  margin-top: 0;
  visibility: hidden;
}

/********  FEATURE  *********/

#feature {
  background-color: #EBEBEB;
  background-image: url('../images/Outlined-SM-Logo-White.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 450px;
  padding: 5% 0 9% 0;
  min-height: 350px;
}

#feature-content {
  margin: 0 10% 0 10%;
}

#feature-content h4 {
  font-weight: 300;
  font-size: 40px;
  line-height: 43px;
  color: gray;
}

#feature-content p {
  max-width: 400px;
}


@media only screen and (max-width : 768px) {
  #feature {
    background-image: none;
    min-height: 0;
  }
}


/***** PORTFOLIO *****/

#portfolio {
  min-height:70vh;
  background-color: #FCFCFC;
  padding: 35px 0 0 0;
}

#portfolio-content {
  margin: 0;
}

#portfolio-content h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 15px 0;
}

.portfolio-page #portfolio-content h2 {
  color: #ffffff;
}


@media screen and (max-width: 800px) {
  #portfolio {
    padding: 30px 0 0 0;
  }
  #portfolio-content h2 {
    margin: 0 0 25px 0;
  }
}

.portfolio-item {
  padding: 0;
}

.portfolio-item div {
  background-size: cover;
  background-position: center center;
  max-height: 50vh;
  animation-iteration-count: initial;
}

.portfolio-item .description {
  background-color: rgba(0, 0, 8, .85);
  padding: 50px 40px 0 40px;
  color: lightgray;
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: 0;
}

.portfolio-item .description h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.portfolio-item .description p {
  margin: 0;
  padding: 0;
  color: white;
}

.portfolio-item .description hr {
  width: 25%;
  margin: 10px 0 10px 0;
  padding: 0;
}

.portfolio-item .description .sm-button {
  padding: 5px 15px;
  margin-top: 15px;
  font-size: 0.9em;
}

.hidden{
	opacity: 0;
}

@media only screen and (max-width : 768px) {
  .portfolio-item div {
    height: 80vw;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1200px) {
  .portfolio-item div {
    height: 40vw;
  }
}

@media only screen and (min-width : 1200px) {
  .portfolio-item div {
    height: 23vw;
  }
}


/********  CALL TO ACTION  *********/

#call-to-action {
  background-color: #4299CF;
  padding: 40px 0;
  min-height: 150px;
}

#call-to-action-content h4 {
  font-weight: 300;
  font-size: 38px;
  color: white;
  text-align: right;
}

#call-to-action-content .button-col {
  line-height: 61px;
}

@media only screen and (max-width : 768px) {
  #call-to-action-content h4 {
    text-align: center;
  }
  #call-to-action-content .button-col {
    text-align: center;
  }
}







/********************************************************/
/*********************  ABOUT PAGE **********************/
/********************************************************/

.about-template {
    padding-top: 95px;
}

.about-template .hero-first-line {
    font-weight: 300;
    color: #8a8a8a;
    font-size: 45px;
}

.about-template .hero-second-line {
    font-size: 25px;
    color: #8a8a8a;
}

.about-template .hero-headshot {
  text-align: center;
}

.about-template .hero-headshot img {
  width: 95%;
  max-width: 200px;
  margin: auto;
}

.about-template .primary-section {
  margin-bottom: 35px;
}

.about-template .skills-section h4 {
  font-size: 16px;
  color: #747474;
}

.about-template .skills-section ul {
    padding-left: 30px;
}

.about-template .skills-section li {
  font-size: 10px;
  line-height: 22px;
}

.about-template .skills-section li span {
  font-size: 15px;
  font-weight: 300;
  vertical-align: middle;
}

/********  TESTIMONIAL  *********/

#testimonial {
  background-color: #4299CF;
  padding: 40px 0;
  min-height: 150px;
}

#testimonial-content {
  max-width: 750px;
  width: calc(80%);
  margin: 30px auto 2% auto;
}

#testimonial-content p {
  font-weight: 300;
  color: white;
}

#testimonial-content .quote {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  text-align: center;
}

#testimonial-content .author {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  margin-right: 40px;
}







/********************************************************/
/********************  PORTFOLIO PAGE *******************/
/********************************************************/

.portfolio-page {
  padding-bottom: 0;
  background-color: #4299CF;
}







/********************************************************/
/***********************  BLOG  *************************/
/********************************************************/

.blog-post-preview {
  margin-top: 25px;
}









/********************************************************/
/**************  SPECIAL MOBILE SETTINGS  ***************/
/********************************************************/

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

  #menu li {
    font-size: 18px;
  }

  #hero-content {
    overflow: hidden;
    padding-top: 22vh;
  }

}






/********************************************************/
/**************  HOVER SETTINGS  ***************/
/********************************************************/

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
