@import url("flexboxgrid.css");
/*COLORS*/
/*TYPOGRAPHY*/
a {
  text-decoration: none;
  color: #DEA290;
  transition: .3s ease; }
  a:hover {
    color: #C88571; }

p {
  font-family: "Open Sans", sans-serif;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 30px;
  color: #010506;
  font-weight: 100;
  letter-spacing: .5px; }

img {
  width: 100%; }

/*BUTTON & LINKS*/
.cta-btn {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #072934 !important;
  padding: 10px 25px;
  background: #DEA290;
  transition: .3s ease !important;
  border-radius: 50px; }
  .cta-btn:hover {
    background: #C88571; }

.cta-link {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #DEA290;
  transition: .3s ease !important;
  border-bottom: 1px solid #DEA290;
  padding-bottom: 5px; }
  .cta-link:hover {
    color: #C88571;
    border-bottom-color: #C88571; }

/*HEADER & NAV*/
header .logo-wrap {
  position: absolute;
  z-index: 999999;
  width: 250px;
  margin: 15px; }
  @media (max-width: 500px) {
    header .logo-wrap {
      width: 200px;
      margin: 20px 15px 0; } }
header #flex-nav {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px; }
  header #flex-nav button {
    background: transparent;
    position: relative;
    z-index: 9999;
    border: none;
    width: 30px;
    height: 20px;
    cursor: pointer; }
    header #flex-nav button:before {
      height: 2px;
      width: 30px;
      background: #fff;
      content: '';
      position: absolute;
      left: 0; }
    header #flex-nav button span:before {
      height: 2px;
      width: 30px;
      content: '';
      background: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    header #flex-nav button span:after {
      height: 2px;
      width: 30px;
      content: '';
      background: #fff;
      position: absolute;
      bottom: -2px;
      left: 0; }

#mobile-nav {
  position: absolute;
  background: #072934;
  width: 100%;
  height: 100vh;
  transition: .7s ease;
  opacity: 0;
  z-index: -1; }
  #mobile-nav.open {
    opacity: 1;
    z-index: 99999; }
  #mobile-nav .close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px; }
    #mobile-nav .close .close-icon {
      position: absolute;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      #mobile-nav .close .close-icon:before {
        content: '';
        height: 2px;
        width: 30px;
        position: absolute;
        background: #fff;
        left: 0;
        transform: rotate(45deg);
        bottom: 15px; }
      #mobile-nav .close .close-icon:after {
        content: '';
        height: 2px;
        width: 30px;
        position: absolute;
        background: #fff;
        left: 0;
        transform: rotate(-45deg);
        bottom: 15px; }
  #mobile-nav .navigation {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #mobile-nav .navigation ul.pages {
      padding: 0;
      list-style: none; }
      #mobile-nav .navigation ul.pages li {
        margin-bottom: 30px; }
        #mobile-nav .navigation ul.pages li a {
          font-family: "Open Sans", sans-serif;
          font-size: 60px;
          color: #f1f1f1; }
          #mobile-nav .navigation ul.pages li a:hover {
            color: #DEA290; }
    #mobile-nav .navigation ul.social {
      padding: 0;
      list-style: none; }
      #mobile-nav .navigation ul.social li {
        display: inline-block;
        width: 36px;
        padding: 0 4px; }

body {
  margin: 0;
  background: #EFF5F6; }
  body.home {
    background: #072934; }

/*HOMEPAGE TEMPLATE*/
.home .hero .bg-accent {
  position: absolute; }
  .home .hero .bg-accent.right {
    top: 0;
    right: 0; }

.home .banner-content {
  padding: 130px 10% 50px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 999; }
  .home .banner-content h1 {
    font-size: 3.2em;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .home .banner-content h2 {
    font-size: 1.4em;
    font-weight: 400;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 16px; }
  .home .banner-content .social {
    padding: 0;
    margin: 30px 0 0;
    list-style: none; }
    .home .banner-content .social li {
      display: inline-block; }
      .home .banner-content .social li img {
        height: 34px;
        width: 34px; }
  @media (max-width: 767px) {
    .home .banner-content {
      padding: 130px 5% 30px; }
      .home .banner-content h1 {
        font-size: 2.8em; }
      .home .banner-content h2 {
        font-size: 1.2em; } }
  @media (max-width: 500px) {
    .home .banner-content {
      display: block;
      text-align: center;
      padding: 100px 5% 0px; }
      .home .banner-content .image {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 30%; }
      .home .banner-content .content {
        flex-basis: 100%;
        max-width: 100%; }
        .home .banner-content .content h1 {
          font-size: 2.2em;
          margin-bottom: 10px; }
        .home .banner-content .content h2 {
          font-size: 1.1em;
          margin-bottom: 10px; } }
.home .featured-work {
  position: relative;
  padding: 30px 10%;
  text-align: center;
  z-index: 9; }
  .home .featured-work h2 {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .home .featured-work h2 {
        font-size: 1.2em; } }
  .home .featured-work .project {
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .home .featured-work .project:last-child {
        margin-bottom: 0; } }
    .home .featured-work .project .image {
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 10px; }
      @media (max-width: 767px) {
        .home .featured-work .project .image {
          height: 300px; } }
    .home .featured-work .project .content {
      text-align: left;
      color: #fff;
      padding: 7% 20px 7% 5%; }
      .home .featured-work .project .content h3 {
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        margin: 0 0 12px;
        font-size: 26px; }
        @media (max-width: 767px) {
          .home .featured-work .project .content h3 {
            margin: 10px 0 12px; } }
      .home .featured-work .project .content p {
        margin-top: 0;
        color: #fff;
        font-size: 14px; }
      @media (max-width: 767px) {
        .home .featured-work .project .content {
          padding: 0 0 10px; }
          .home .featured-work .project .content p {
            margin-bottom: 20px; } }
.home .portfolio-preview {
  position: relative;
  padding: 30px 10%;
  text-align: center;
  background: linear-gradient(#072934, #010506); }
  .home .portfolio-preview .bg-accent {
    position: absolute;
    left: 0;
    width: 40%;
    margin-top: -80%; }
  .home .portfolio-preview h2 {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .home .portfolio-preview h2 {
        font-size: 1.2em; } }
  .home .portfolio-preview .cta-btn {
    z-index: 9999;
    position: relative; }
  .home .portfolio-preview .work {
    margin-bottom: 20px;
    position: relative;
    z-index: 9; }
    .home .portfolio-preview .work .item {
      height: 300px;
      background-position: 50% 50%;
      background-size: cover;
      border-radius: 10px;
      margin-bottom: 30px;
      position: relative; }
      .home .portfolio-preview .work .item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(239, 245, 246, 0.8);
        left: 0;
        transition: .6s ease;
        opacity: 0;
        border-radius: 10px; }
      .home .portfolio-preview .work .item:hover:before {
        opacity: 1; }
      .home .portfolio-preview .work .item:hover .portfolio-content {
        opacity: 1; }
      .home .portfolio-preview .work .item .portfolio-link {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0; }
      .home .portfolio-preview .work .item .portfolio-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
        opacity: 0;
        transition: .6s ease; }
        .home .portfolio-preview .work .item .portfolio-content h3 {
          margin: 0;
          color: #C88571;
          font-size: 32px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600; }
        .home .portfolio-preview .work .item .portfolio-content p {
          text-transform: uppercase;
          margin: 0;
          color: #010506;
          font-weight: 600;
          letter-spacing: 2px;
          font-size: 14px; }
    @media (max-width: 500px) {
      .home .portfolio-preview .work .col-md-4.col-sm-6.col-xs-6 {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0; } }
footer {
  background: #010506;
  padding: 35px 0 15px;
  text-align: center;
  position: relative; }
  footer.innerpage {
    overflow: hidden; }
  footer .social {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer .social li {
      display: inline-block; }
      footer .social li img {
        height: 34px;
        width: 34px; }
  footer .bottom-footer {
    position: relative;
    z-index: 9999; }
    footer .bottom-footer p {
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      margin: 10px 0 0; }
  footer .bg-accent.right img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%; }

/*ABOUT TEMPLATE*/
.about .hero {
  position: relative;
  background: #072934;
  text-align: center;
  color: #fff;
  overflow: hidden; }
  .about .hero .bg-accent {
    position: absolute; }
    .about .hero .bg-accent.right {
      top: 0;
      right: 0; }
  .about .hero .banner-content {
    padding: 100px 5% 50px;
    position: relative; }
    .about .hero .banner-content h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 2.4em;
      margin: 0;
      font-weight: 600; }
    .about .hero .banner-content h2 {
      text-transform: uppercase;
      letter-spacing: 10px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 16px; }
    @media (max-width: 500px) {
      .about .hero .banner-content {
        padding: 90px 5% 30px; }
        .about .hero .banner-content h1 {
          font-size: 2.1em; }
        .about .hero .banner-content h2 {
          font-size: 14px;
          letter-spacing: 6px; } }
.about .intro {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 80px 10% 30px; }
  .about .intro .content {
    padding-left: 5%;
    z-index: 9; }
    .about .intro .content h3 {
      font-family: "Open Sans", sans-serif;
      color: #DEA290;
      font-size: 26px;
      margin: 0; }
    .about .intro .content p {
      font-size: 18px;
      margin: 10px 0; }
  .about .intro .bg-accent {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%; }
  @media (max-width: 900px) {
    .about .intro {
      padding: 80px 5% 30px;
      width: 90%; }
      .about .intro p {
        font-size: 16px !important; } }
  @media (max-width: 767px) {
    .about .intro {
      align-items: initial;
      padding: 40px 5% 0px; } }
  @media (max-width: 500px) {
    .about .intro {
      display: block; }
      .about .intro .image {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 25%; }
      .about .intro .content {
        flex-basis: 100%;
        max-width: 100%; }
        .about .intro .content h3 {
          text-align: center;
          margin-top: 20px; } }
.about .featured-boxes {
  position: relative;
  padding: 30px 10% 80px;
  display: inline-flex;
  width: 80%; }
  @media (max-width: 900px) {
    .about .featured-boxes {
      padding: 30px 5% 80px;
      width: 90%; } }
  .about .featured-boxes .bg-accent {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -5px; }
  .about .featured-boxes .box {
    z-index: 9;
    display: inline-grid; }
    .about .featured-boxes .box .content {
      background: #fff;
      padding: 30px;
      border-radius: 10px; }
      .about .featured-boxes .box .content h3 {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #DEA290;
        text-align: center;
        margin: 0; }
      .about .featured-boxes .box .content p {
        margin: 16px 0 0;
        line-height: 1.5; }
      .about .featured-boxes .box .content ul {
        padding-left: 20px; }
        .about .featured-boxes .box .content ul li {
          color: #010506;
          font-family: "Open Sans", sans-serif;
          margin-bottom: 10px; }
          .about .featured-boxes .box .content ul li:last-child {
            margin-bottom: 0; }
        .about .featured-boxes .box .content ul.awards {
          font-style: italic;
          margin-top: 6px; }
  @media (max-width: 767px) {
    .about .featured-boxes {
      display: block;
      padding: 30px 5% 30px; }
      .about .featured-boxes .box {
        display: block;
        margin-bottom: 20px;
        position: relative; } }
/*PORTFOLIO ARCHIVE TEMPLATE*/
.portfolio .hero {
  position: relative;
  background: #072934;
  text-align: center;
  color: #fff;
  overflow: hidden; }
  .portfolio .hero .bg-accent {
    position: absolute; }
    .portfolio .hero .bg-accent.right {
      top: 0;
      right: 0; }
  .portfolio .hero .banner-content {
    padding: 100px 5% 50px;
    position: relative; }
    .portfolio .hero .banner-content h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 2.4em;
      margin: 0;
      font-weight: 600; }
    .portfolio .hero .banner-content h2 {
      text-transform: uppercase;
      letter-spacing: 10px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 16px; }
    @media (max-width: 500px) {
      .portfolio .hero .banner-content {
        padding: 90px 5% 30px; }
        .portfolio .hero .banner-content h1 {
          font-size: 2.1em; }
        .portfolio .hero .banner-content h2 {
          font-size: 14px;
          letter-spacing: 6px; } }
.portfolio .projects {
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
  padding: 80px 10% 30px; }
  @media (max-width: 767px) {
    .portfolio .projects {
      padding: 40px 5% 0px; } }
  @media (max-width: 500px) {
    .portfolio .projects .work {
      display: contents; } }
  .portfolio .projects .item {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative; }
    .portfolio .projects .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      left: 0;
      transition: .6s ease;
      opacity: 0;
      border-radius: 10px; }
    .portfolio .projects .item:hover:before {
      opacity: 1; }
    .portfolio .projects .item:hover .portfolio-content {
      opacity: 1; }
    .portfolio .projects .item .portfolio-link {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0; }
    .portfolio .projects .item .portfolio-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      text-align: center;
      opacity: 0;
      transition: .6s ease; }
      .portfolio .projects .item .portfolio-content h2 {
        margin: 0;
        color: #DEA290;
        font-size: 32px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600; }
      .portfolio .projects .item .portfolio-content p {
        text-transform: uppercase;
        margin: 0;
        color: #666;
        letter-spacing: 2px;
        font-size: 14px; }
  @media (max-width: 500px) {
    .portfolio .projects .col-md-4.col-sm-6.col-xs-6 {
      flex-basis: 100%;
      max-width: 100%;
      padding: 0; } }
/*PORTFOLIO SINGLE TEMPLATE*/
.portfolio-single .hero {
  position: relative;
  background: #072934;
  text-align: center;
  color: #fff;
  overflow: hidden; }
  .portfolio-single .hero .bg-accent {
    position: absolute; }
    .portfolio-single .hero .bg-accent.right {
      top: 0;
      right: 0; }
  .portfolio-single .hero .banner-content {
    padding: 100px 5% 50px;
    position: relative; }
    .portfolio-single .hero .banner-content h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 2.4em;
      margin: 0;
      font-weight: 600; }
    .portfolio-single .hero .banner-content h2 {
      text-transform: uppercase;
      letter-spacing: 10px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 16px; }
    @media (max-width: 500px) {
      .portfolio-single .hero .banner-content {
        padding: 90px 5% 30px; }
        .portfolio-single .hero .banner-content h1 {
          font-size: 2.1em; }
        .portfolio-single .hero .banner-content h2 {
          font-size: 14px;
          letter-spacing: 6px; } }
.portfolio-single .portfolio-content {
  padding: 100px 150px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .portfolio-single .portfolio-content {
      padding: 75px 10%; } }
  @media (max-width: 767px) {
    .portfolio-single .portfolio-content {
      padding: 50px 10%; } }
  .portfolio-single .portfolio-content h2 {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px; }
  .portfolio-single .portfolio-content p {
    margin-top: 0;
    letter-spacing: 0; }
  .portfolio-single .portfolio-content .row {
    position: relative; }
  .portfolio-single .portfolio-content .bg-accent {
    position: absolute; }
    .portfolio-single .portfolio-content .bg-accent img {
      border-radius: 0; }
    .portfolio-single .portfolio-content .bg-accent.right {
      top: 0;
      right: 0;
      width: 50%; }
    .portfolio-single .portfolio-content .bg-accent.left {
      bottom: 0;
      left: 0;
      margin-bottom: -5px; }
  .portfolio-single .portfolio-content .main-image {
    margin-bottom: 30px; }
  .portfolio-single .portfolio-content img {
    border-radius: 10px; }
  .portfolio-single .portfolio-content ul {
    padding-left: 20px; }
    .portfolio-single .portfolio-content ul li {
      color: #010506;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 10px; }
      .portfolio-single .portfolio-content ul li:last-child {
        margin-bottom: 0; }
  .portfolio-single .portfolio-content .color-palette {
    padding: 0;
    list-style: none; }
    .portfolio-single .portfolio-content .color-palette li {
      height: 60px;
      width: 60px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 50%; }
      .portfolio-single .portfolio-content .color-palette li:last-child {
        margin-bottom: 10px; }
