
@import url(https://fonts.googleapis.com/css?family=Halant:500,600,400,300,700);

/* ====================== */
/*         ASSETS         */
/* ====================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clear {
  clear: both;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

header,
nav,
section,
article,
aside,
footer {
  display: block; }
body {
  background: #eeeceb;
  font-size: 24px;
  font-family: 'Halant', serif;
  font-weight: 400;}

h1 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 28px;
   }

h2 {
  font-size: 29px;
  margin-bottom: 30px; }

h3 {
  font-size: 28px;
  margin-bottom: 30px; }

h4 {
  font-size: 27px;
  margin-bottom: 30px; }

h5 {
  font-size: 26px;
  margin-bottom: 30px; }

h6 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px; }

ul {
  margin: 0;
  padding: 0;
 }
  ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 37px;
    font-size: 24px;
    font-weight: 300;
    background: url("../images/li-before-img.png") no-repeat scroll 0 12px;
  	line-height: 27px;
  }

    /*ul li:before {
      position: absolute;
      content: "\f068";
      font-family: "FontAwesome";
      font-size: 17px;
      font-weight: lighter;
      left: 0;
      top: 13px;
       }*/

ol {
  margin: inherit; }
  ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    padding-left: 10px; }

p {
  margin-bottom: 14px;
  line-height: 27px;
  font-weight: 300;
  }

strong { 
    font-weight: 500;
}

a {
  text-decoration: underline;
  color: #000; }

a:hover {
  color: #a4a3a3; }

form {
  font-size: 24px; }

label {
  display: inline-block;
  padding-bottom: 11px;
  padding-top: 7px;
  font-weight: bold;
  font-family: 'Halant', serif;
  font-weight: 500; }

input[type=text], input[type=email], input[type=number], input[type=password] {
  background-color: #d9d9d9;
  padding-left: 6px;
  padding-bottom: 15px;
  padding-top: 4px;
  font-size: 24px;
  width: 100%;
  margin-bottom: 5px; }

input[type=tel] {
  background-color: #d9d9d9;
  padding-left: 6px;
  padding-bottom: 11px;
  padding-top: 4px;
  font-size: 24px;
  width: 100%;
  font-style: italic;
  margin-bottom: 5px; }

input[type=submit] {
  padding: 8px 44px 18px 11px;
  background-color: #bcbdc0;
  font-size: 24px;
  cursor: pointer; }
  input[type=submit]:hover {
    background-color: #000;
    color: #fff; }

button {
  padding: 8px 49px 21px 11px;
  background-color: #bcbdc0;
  font-size: 24px;
  cursor: pointer; }
  button:hover {
    background-color: #000;
    color: #fff; }

select {
  padding: 10px 0px 10px 7px;
  background-color: #d9d9d9;
  font-size: 24px;
  width: 100%;
  line-height: 46px; }

textarea {
  width: 100%;
  background-color: #d9d9d9;
  font-size: 24px;
  padding-left: 10px;
  padding-top: 10px;
  resize: none; }

blockquote {
  background-color: #d9d9d9;
  margin-bottom: 15px;
  border-left: 4px solid #3b3e3e;
  padding: 20px 15px 20px 30px;
  font-size: 24px;
 }

/*social buttons*/
.ss_insta {
  background-color: #bcbdc0;
  border-radius: 50%;
  padding: 1px 11px;
  color: #fff;
  font-weight: lighter; }

.ss_fb {
  background-color: #bcbdc0;
  border-radius: 50%;
  padding: 1px 13px;
  color: #fff;
  font-weight: lighter; }

.ss_members p {
  margin-bottom: 30px; }

.ss_members h6 {
  margin-bottom: 19px; }

cite {
  font-style: normal; }

.gform_wrapper {
  margin-top: 45px; }

.gform_body ul li {
  padding: 0px;
  background: none; }

.gform_body ul li:before {
  content: ""; }

.gform_body textarea {
  width: 100%;
  background-color: #d9d9d9;
  font-size: 24px;
  padding-left: 10px;
  padding-top: 5px;
  resize: none; }

/* ====================== */
/*         LAYOUT         */
/* ====================== */
/* sidebar */
#ss_sidebar {
  font-family: 'Halant', serif;
  font-weight: 400; }
  #ss_sidebar #ss_logo a {
    background: url(../images/logo-@2x.png) no-repeat;
    width: 67px;
    height: 83px;
    text-indent: -9000px;
    margin: 73px 0 48px 0;
    background-size: cover;
    display: block; }
  #ss_sidebar .ss_slogan {
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      #ss_sidebar .ss_slogan {
        display: none; } }

  #ss_sidebar #ss_nav ul {
    list-style: none; }
    #ss_sidebar #ss_nav ul li {
      margin-bottom: 21px;
      font-size: 24px;
      padding: 0px; }

      #ss_sidebar #ss_nav {
        padding-top: 5px;
      }

@media (min-width: 480px) and (max-width: 768px) {
  #ss_sidebar #ss_nav ul li {
    float: left;
    margin: 0 15px 0 0; } }

    #ss_sidebar #ss_nav ul li {
      background: none;
    }

      #ss_sidebar #ss_nav ul li:before {
        display: none; }
      #ss_sidebar #ss_nav ul li.current-menu-item a {
        border-bottom: 3px solid #000000; }
      #ss_sidebar #ss_nav ul li a {
        text-decoration: none;
        display: inline-block;
        font-weight: 300;
        border-bottom: 3px solid #eeeceb;
        color: #000000; }
        #ss_sidebar #ss_nav ul li a:hover {
          border-bottom: 3px solid #000000; }
      #ss_sidebar #ss_nav ul li:first-child a {
        border: none;
        font-weight: 500;
        cursor: text; 
      }
@media (min-width: 480px) and (max-width: 768px) {
  #ss_sidebar #ss_nav ul li:first-child {
    float: none;
    margin: 0 0 20px 0; } }

/* ======= FOOTER ======= */
/* Grid System */
#ss_wrap {
  padding-bottom: 80px;
  overflow: hidden; }

.ss_container {
  width: 1170px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .ss_container {
      width: 100%;
      padding: 0 20px; } }

.ss_row .ss_col:first-child {
  margin-left: 0; }

.ss_col {
  width: 100%;
  float: left;
  margin-left: 30px; }
  @media (max-width: 767px) {
    .ss_col {
      float: none;
      margin: 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col {
    margin-left: 2%; } }

.ss_col_1 {
  width: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_1 {
    width: 6.5%; } }

.ss_col_2 {
  width: 170px; }
  @media (max-width: 767px) {
    .ss_col_2 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_2 {
    width: 15%; } }

.ss_col_3 {
  width: 270px; }
  @media (max-width: 767px) {
    .ss_col_3 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_3 {
    width: 23.5%; } }

.ss_col_4 {
  width: 370px; }
  @media (max-width: 767px) {
    .ss_col_4 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_4 {
    width: 32%; } }

.ss_col_5 {
  width: 470px; }
  @media (max-width: 767px) {
    .ss_col_5 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_5 {
    width: 40.5%; } }

.ss_col_6 {
  width: 570px; }
  @media (max-width: 767px) {
    .ss_col_6 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_6 {
    width: 49%; } }

.ss_col_7 {
  width: 670px; }
  @media (max-width: 767px) {
    .ss_col_7 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_7 {
    width: 57.5%; } }

.ss_col_8 {
  width: 770px; }
  @media (max-width: 767px) {
    .ss_col_8 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_8 {
    width: 66%; } }

.ss_col_9 {
  width: 870px; }
  @media (max-width: 767px) {
    .ss_col_9 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_9 {
    width: 74.5%; } }

.ss_col_10 {
  width: 970px; }
  @media (max-width: 767px) {
    .ss_col_10 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_10 {
    width: 83%; } }

.ss_col_11 {
  width: 1070px; }
  @media (max-width: 767px) {
    .ss_col_11 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_11 {
    width: 91.5%; } }

.ss_col_12 {
  width: 1170px; }
  @media (max-width: 767px) {
    .ss_col_12 {
      width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ss_col_12 {
    width: 100%; } }

/* projects main */
#ss_content img {
  max-width: 100%;
  height: auto; }
@media (max-width: 767px) {
  #ss_content {
    padding: 44px 0 0;
    clear: both; } }
#ss_content .ss_slogan {
  margin-top: 95px;
  margin-bottom: 86px;
  margin-left: 0px; }
  @media (max-width: 767px) {
    #ss_content .ss_slogan {
      display: none; } }
#ss_content .ss_project_listing .ss_project {
  float: left;
  width: 482px;
  height: 304px;
  margin: 0 6px 6px 0;
  position: relative;
  overflow: hidden; }
  #ss_content .ss_project_listing .ss_project img {
    vertical-align: top; }
  @media (max-width: 1024px) {
    #ss_content .ss_project_listing .ss_project {
      width: 49%;
      height: inherit; } }
  #ss_content .ss_project_listing .ss_project .ss_overlay {
    width: 482px;
    height: 304px;
    position: absolute;
    top: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFFFFF;
    transition: top 400ms; }
    @media (max-width: 767px) {
    #ss_content .ss_project_listing .ss_project .ss_overlay {
       width: 100%;
       height: auto;
       bottom: 0;
       top: inherit;
     }
   }
  #ss_content .ss_project_listing .ss_project:hover .ss_overlay {
    top: 0; }
  #ss_content .ss_project_listing .ss_project:nth-child(even) {
    margin-right: 0px; }
  #ss_content .ss_project_listing .ss_project h1 {
    line-height: 304px;
		font-size: 24px; }
    @media (max-width: 767px) {
      #ss_content .ss_project_listing .ss_project h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
       }
   }

/* profile */
img.alignright {
  float: right;
  margin: 0 0 106px 66px; }
@media (min-width: 320px) and (max-width: 767px) {
  img.alignright {
    margin: 0 0 0 66px;
  }
}
/* Project Single */
.ss_sing_project_links {
  float: right; }
  .ss_sing_project_links a {
    margin-left: 15px;
    text-decoration: none; }

.ss_project_desc {
  display: none; }

.gf_browser_chrome.gform_wrapper .ginput_complex input[type=text] {
    width: 98% !important;
    background-color: #d9d9d9;
    padding-left: 6px;
    padding-bottom: 15px;
    padding-top: 4px;
    font-size: 24px;
    margin-bottom: 5px;
  }
.alignleft, .alignright {
  display: inline-block;
}
.gform_wrapper .ginput_container input[type=text] {
    background-color: #d9d9d9;
    padding-left: 6px;
    padding-bottom: 11px;
    padding-top: 4px;
    font-size: 24px;
    width: 100%;
    font-style: italic;
    margin-bottom: 5px;
  }
.gform_wrapper .ginput_container textarea {
    background-color: #d9d9d9;
    padding-left: 6px;
    padding-bottom: 11px;
    padding-top: 4px;
    font-size: 24px;
    width: 100%;
    font-style: italic;
}
.gform_wrapper .top_label .gfield_label {
    display: inline-block;
    padding: 0 !important;
    font-weight: bold;
    margin: 0;
  font-family: 'Halant', serif;
  font-weight: 400 !important;
  font-size: 24px;
}
.gform_wrapper .ginput_complex label {
    font-size: 20px !important;
    font-style: italic;
    margin: 0;
    padding: 0;
} 
.gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 0;
} 
.gform_wrapper input[type=submit] {
  font-family: 'Halant', serif;
  font-weight: 500;
}
.gform_wrapper {
  margin: 45px 0 !important;
}
h5{
  margin-bottom: 10px;
}

.name_first, .name_last{
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
}

.name_first {
  margin-bottom: 14px !important;
}

.name_first > label, .name_last > label{
  display: none !important;
}

.content-column.one_third h6, h5 {
  line-height: 28px;
  font-size: 24px;
  font-weight: 300;
}

@media (min-width: 320px) and (max-width: 767px) {
  .content-column.two_third.last_column div {
    padding-left: 0 !important;
  }
  .gform_wrapper {
    max-width: 100% !important;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex input[type="email"], .gform_wrapper .ginput_complex input[type="number"], .gform_wrapper .ginput_complex input[type="password"], .gform_wrapper .ginput_complex input[type="tel"], .gform_wrapper .ginput_complex input[type="text"], .gform_wrapper .ginput_complex input[type="url"] {
    width: 100% !important;
  }
  .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100% !important;
  }
  .gform_wrapper textarea.medium {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .gform_wrapper .top_label .gfield_label {
    line-height: 5px !important;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100% !important !important;
  }
  .name_first, .name_last {
    margin-right: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}

.ss_project_title {
  float: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ss_project_title {
    width: 100%;
    margin-bottom: 25px;
  }
  .ss_sing_project_links {
    float: left;
    margin-bottom: 25px;
  }
  .ss_sing_project_links a {
    display: block;
    margin-left: 0;
    line-height: 25px;
  }
  .ss_sing_project_links .alignleft, .alignright {
    display: block;
  }
}

.ss_project_desc p {
  clear: both;
}

p em {
	font-weight: 400;
}
.content-column ul {
	margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
