/****************************
Theme Name: Cut Once
Description: Custom theme for a Bricky
Author: Storm Farrell
Author URI: http://stormfarrell.co.za
****************************/
/***************************************
Main Style.scss
output file that brings together all of the parts,
then contains the most specific styles.
The parts are imported in order of specificty.
***************************************/
@import url(_static/styles/_vendor/bootstrap.css);
/****************************
Variables (colors etc.)
****************************/
/* Colors */
/* Fonts */
@import url(_static/fonts/font-awesome/font-awesome.css);
@font-face {
  font-family: 'Serifa';
  src: url("_static/fonts/serifa-roman/Serifa-55-Roman.eot");
  /* IE9 Compat Modes */
  src: url("_static/fonts/serifa-roman/Serifa-55-Roman.eot?#iefix") format("embedded-opentype"), url("_static/fonts/serifa-roman/Serifa-55-Roman.woff") format("woff"), url("_static/fonts/serifa-roman/Serifa-55-Roman.ttf") format("truetype"), url("_static/fonts/serifa-roman/Serifa-55-Roman.svg#40156fe8280604c3107940e2418b4871") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Self-clearing float mixin */
/* hover color mixin */
/* hover background-color mixin */
/* Vertical align mixin */
/* Remove default styling on UL elements */
/* Fonts */
/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
@media (max-width: 767.9px) {
  body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  body .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
  body .gform_wrapper .top_label li.gfield.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%; } }

/****************************
Base
contains global styles, 
such as resets, typography, colors, etc.
****************************/
::selection {
  background: #888;
  color: white; }

::-moz-selection {
  background: #888;
  color: white; }

body {
  font-family: 'Serifa', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3; }

a:hover,
a:focus {
  text-decoration: none; }

/****************************
Components
contains each self-contained components
****************************/
/* group clearfix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

.container img,
.container-fluid img {
  max-width: 100%; }

.blockquote {
  display: block;
  margin: 0 auto 50px;
  max-width: 700px; }
  .blockquote span {
    font-size: 2.5em;
    line-height: 0.5; }

/***************************************
General 
contains styling for larger layout components; 
e.g. nav, header, footer, etc.
***************************************/
/****************************
Header
****************************/
/****************************
Footer
****************************/
/****************************
General Styles
****************************/
nav.navbar {
  background-color: transparent;
  padding: 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  nav.navbar.blue-bg {
    background-color: #25aae1; }
  nav.navbar .navbar-brand {
    display: block;
    max-width: 200px; }
  nav.navbar .row {
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 991.9px) {
    nav.navbar .navbar-nav li.nav-item:last-child {
      display: none; }
    nav.navbar .navbar-brand {
      max-width: 130px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 767.9px) {
    nav.navbar .navbar-nav {
      display: none; }
    nav.navbar .navbar-brand {
      float: none;
      margin: 0 auto; } }

#hello,
.single-project .jumbotron {
  color: white;
  background-color: #25aae1;
  background-size: cover;
  background-position: center bottom;
  padding-top: 150px; }
  #hello h1,
  .single-project .jumbotron h1 {
    letter-spacing: 0.02em;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px; }
  #hello article p a,
  .single-project .jumbotron article p a {
    color: white;
    border-bottom: 1px solid white; }
    #hello article p a:hover, #hello article p a:focus,
    .single-project .jumbotron article p a:hover,
    .single-project .jumbotron article p a:focus {
      color: #6d6e71; }
    #hello article p a:active,
    .single-project .jumbotron article p a:active {
      color: #656669; }
    #hello article p a:hover, #hello article p a:focus,
    .single-project .jumbotron article p a:hover,
    .single-project .jumbotron article p a:focus {
      border-bottom-color: #6d6e71; }
  #hello .lead,
  .single-project .jumbotron .lead {
    letter-spacing: 0.02em;
    font-size: 1.65rem;
    font-weight: 600; }
  #hello a.anchor-link,
  .single-project .jumbotron a.anchor-link {
    color: white;
    border: 3px solid white;
    border-radius: 50%;
    display: block;
    height: 43px;
    margin: 30px auto 10px;
    padding: 10px;
    text-align: center;
    width: 42px; }
    #hello a.anchor-link:hover, #hello a.anchor-link:focus,
    .single-project .jumbotron a.anchor-link:hover,
    .single-project .jumbotron a.anchor-link:focus {
      color: #6d6e71; }
    #hello a.anchor-link:active,
    .single-project .jumbotron a.anchor-link:active {
      color: #656669; }
    #hello a.anchor-link:hover, #hello a.anchor-link:focus,
    .single-project .jumbotron a.anchor-link:hover,
    .single-project .jumbotron a.anchor-link:focus {
      border-color: #6d6e71; }
  @media (max-width: 767.9px) {
    #hello,
    .single-project .jumbotron {
      padding-top: 100px; }
      #hello h1,
      .single-project .jumbotron h1 {
        font-size: 2rem; }
      #hello .lead,
      .single-project .jumbotron .lead {
        font-size: 1.25rem; } }

.navbar-nav li {
  margin: 0 15px; }

.navbar-nav li a {
  color: #e7e7e8; }
  .navbar-nav li a:hover, .navbar-nav li a:focus {
    color: #6d6e71; }
  .navbar-nav li a:active {
    color: #656669; }

#services .content {
  display: flex; }

#services .card {
  border: 0;
  border-radius: 0;
  margin: 0 0.75rem 0.75rem;
  text-align: center; }

@media (max-width: 767.9px) {
  #services .content {
    flex-wrap: wrap; } }

#about {
  text-align: center; }
  #about .card {
    display: inline-block;
    margin-bottom: 40px;
    max-width: 300px; }
    #about .card p {
      text-align: center; }
  #about p {
    text-align: left; }

#projects .project-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  color: white;
  margin-bottom: 0;
  height: 256px;
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }
  #projects .project-block:hover {
    height: 270px; }
    #projects .project-block:hover .dark-bg {
      background-color: rgba(0, 0, 0, 0.5); }
  #projects .project-block h2,
  #projects .project-block p {
    padding: 0 5px; }
  #projects .project-block a {
    color: white; }
    #projects .project-block a:hover h2 {
      color: #25aae1; }

#projects .dark-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#projects .content {
  display: flex;
  align-content: center; }
  #projects .content p.display-text {
    font-size: 8rem;
    line-height: 1;
    margin-right: 20px;
    padding: 0; }
  #projects .content p {
    margin-bottom: 0; }
  #projects .content h2 {
    font-size: 2.5rem;
    margin-top: 15px; }

@media (max-width: 767.9px) {
  #projects .content p.display-text {
    font-size: 1rem; }
  #projects .content h2 {
    font-size: 1.5rem; }
  #projects .project-block {
    height: auto; } }

#team .content {
  text-align: center; }

#team .card {
  display: inline-block;
  margin: 0 10px 20px;
  max-width: 250px;
  text-align: center; }

#contact .contact-info {
  text-align: center; }

#contact-form .cd-form-list {
  padding-left: 0; }

#contact-form .cd-form-list label:before,
#contact-form .cd-form-list label:after {
  top: 9px; }

section.content-section {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  section.content-section header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-align: center; }
    section.content-section header:after {
      background-color: black;
      bottom: 0;
      content: '';
      display: inline-block;
      height: 2px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      width: 50px; }
  @media (max-width: 767.9px) {
    section.content-section {
      padding-bottom: 2rem;
      padding-top: 2rem; } }

footer.footer {
  background-color: #25aae1;
  color: white;
  padding: 15px 20px; }
  footer.footer p {
    font-size: 0.875rem;
    margin: 0; }
  footer.footer a {
    color: #e7e7e8; }
    footer.footer a:hover, footer.footer a:focus {
      color: #6d6e71; }
    footer.footer a:active {
      color: #656669; }

.gform_wrapper .gform_footer .btn {
  float: right !important;
  margin-right: 25px; }

/****************************
Single
****************************/
.single-project {
  padding-top: 97px; }
  .single-project .navbar {
    background-color: #25aae1; }
  .single-project .jumbotron {
    padding-top: 50px; }
  .single-project .jumbotron small {
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .single-project .project-video {
    margin-bottom: 50px; }
  .single-project .project-images {
    text-align: center; }
    .single-project .project-images img {
      margin-bottom: 50px;
      width: 100%; }
