/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19/10/2017, 1:59:47 PM
    Author     : Adjaxon Araujo and extra font stuff by Dario Centrella
*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#header {
  background-color: white;
  font-size: 14px; }
  #header a {
    color: #393939; }
    @media (min-width: 768px) {
      #header a {
        color: white; } }
  #header a:hover {
    color: white; }
  @media (min-width: 768px) {
    #header {
      background-color: #393939; } }
  #header .top-phone {
    display: none; }
    @media (min-width: 768px) {
      #header .top-phone {
        display: block;
        float: right;
        background-color: #fff;
        padding: 38px 0 46px 0px;
        font-size: 17px; }
        #header .top-phone a {
          color: #393939;
          text-decoration: none; } }
  #header .header-logo {
    margin: 0;
    padding: 0; }
  #header .navbar-toggle {
    margin-top: 17px;
    padding: 15px; }
    #header .navbar-toggle .icon-bar {
      background-color: #353535;
      width: 55px;
      height: 8px;
      border-radius: 3px; }
      #header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 8px; }
      @media (min-width: 768px) {
        #header .navbar-toggle .icon-bar {
          background-color: #fff; } }
  #header ul#menu-main-menu {
    padding-top: 22px; }
    @media (min-width: 1200px) {
      #header ul#menu-main-menu {
        margin-left: 110px; } }

@media (min-width: 1456px) {
  .nav li {
    font-size: 16px; } }
@media (min-width: 1600px) {
  .nav li {
    padding-left: 13px; } }
@media (min-width: 1700px) {
  .nav li {
    padding-left: 23px; } }
.nav li a {
  text-transform: uppercase;
  color: #fff; }
  .nav li a:hover {
    background-color: #5a5a5a; }

@media only screen and (max-width: 1304px) and (min-width: 768px) {
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-header {
    float: right; }

  .nav li {
    position: relative !important;
    display: block !important; }

  .navbar-toggle {
    display: block !important; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.in {
    overflow-y: auto !important; }

  .collapse.in {
    display: block !important; }

  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }

  .dropdown-menu {
    position: relative;
    float: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 50px; }
    .navbar-nav li {
      position: relative !important;
      display: block !important;
      float: none !important; }
      .navbar-nav li a {
        padding: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        position: relative;
        display: block;
        padding: 10px 15px; } }
      @media only screen and (max-width: 1304px) and (min-width: 768px) and (min-width: 1200px) {
        .navbar-nav li a {
          padding: 15px; } }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/robotocondensed-light-webfont.woff2") format("woff2"), url("fonts/robotocondensed-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/robotocondensed-regular-webfont.woff2") format("woff2"), url("fonts/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/robotocondensed-bold-webfont.woff2") format("woff2"), url("fonts/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19/10/2017, 3:51:34 PM
    Author     : MyAdd WebDev
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30/05/2017, 4:24:15 PM
    Author     : Adjaxon Araujo
*/
body {
  font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica Narrow', sans-serif;
  font-size: 16px; }
  body .main-image {
    background-image: url("img/mainimg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative; }
    @media (min-width: 768px) {
      body .main-image {
        border-top: 0;
        height: 700px; } }
    @media (min-width: 1200px) {
      body .main-image {
        height: 900px; } }
    body .main-image .logo {
      position: absolute;
      left: 32%;
      top: -81px;
      /*padding: 30px 143px;*/
      background-color: #fff; }
      @media (min-width: 768px) {
        body .main-image .logo {
          display: block;
          position: static;
          float: left;
          margin-top: 116px;
          border-top-right-radius: 60px;
          border-bottom-right-radius: 60px;
          padding: 26px 42px 238px 12px; } }
      @media (min-width: 1200px) {
        body .main-image .logo {
          padding: 26px 42px 305px 12px; } }
      body .main-image .logo img {
        /*max-width: 87%;*/ }
    body .main-image .new-look {
      margin-top: 80px;
      padding: 30px;
      padding-top: 20px;
      background-color: rgba(150, 153, 72, 0.9);
      display: block;
      float: right;
      text-transform: uppercase;
      color: #fff;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      font-family: 'Roboto Condensed', 'Arial Narrow', 'Helvetica Narrow', sans-serif; }
      @media (min-width: 768px) {
        body .main-image .new-look {
          margin-top: 130px;
          border-top-left-radius: 60px;
          border-bottom-left-radius: 60px;
          padding: 45px;
          padding-top: 30px; } }
      body .main-image .new-look h1 {
        font-size: 30px;
        font-weight: 300; }
        @media (min-width: 768px) {
          body .main-image .new-look h1 {
            font-size: 50px;
            line-height: 45px; } }
        @media (min-width: 1200px) {
          body .main-image .new-look h1 {
            font-size: 90px;
            line-height: 75px; } }
      body .main-image .new-look span {
        font-weight: 800; }
    body .main-image .subtitle {
      font-weight: bold;
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 10px; }
  body .xmas {
    background-image: url("img/home-christmas-banner.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    height: auto;
    color: #fff;
    padding-top: 15px;padding-bottom: 15px; }
    body .xmas p {
        margin-bottom: 0;
    }
  body .gray-area {
    /*        font-family: 'roboto';
            font-weight: lighter;*/
    background-color: #393939;
    color: #818284;
    padding: 50px 0;
    line-height: 26px;
    border-bottom: 10px solid #e7e7e7; }
    body .gray-area h2 {
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 8px;
      font-size: 43px;
      /*            font-weight: 300;*/ }
    body .gray-area .line {
      display: none; }
      @media (min-width: 768px) {
        body .gray-area .line {
          display: block;
          position: relative;
          border: 1px solid #fff;
          width: 122px;
          left: 44%;
          margin: 13px 0 20px; } }
  body .richmond {
    background-color: #e7e7e7;
    /*padding: 20px;*/
    /*        font-family: roboto;*/
    font-weight: bold;
    /* font fix */ }
    body .richmond .address {
      height: 400px;
      border: 10px solid #e7e7e7;
      padding: 20px;
      background-color: #fff;
      text-align: center;
      color: #636363; }
      @media (min-width: 1200px) {
        body .richmond .address {
          border: 10px solid #e7e7e7; } }
      body .richmond .address h2 {
        font-size: 30px; }
        @media (min-width: 1200px) {
          body .richmond .address h2 {
            font-size: 37px; } }
      body .richmond .address h4 {
        font-size: 19px; }
        @media (min-width: 1200px) {
          body .richmond .address h4 {
            font-size: 21px; } }
        body .richmond .address h4 span {
          font-weight: 100;
          line-height: 30px; }
  body .photo {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 10px solid #e7e7e7; }
    body .photo .subtitle {
      /*            font-family: roboto;*/
      font-weight: bold;
      /* font fix */
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 10px; }
  body .bottom {
    padding-bottom: 20px;
    background-color: #e7e7e7; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19/10/2017, 4:29:43 PM
    Author     : Adjaxon Araujo
*/
footer {
  background-color: #393939;
  padding: 40px 0;
  color: #818284;
  font-size: 16px;
  overflow: hidden; }
  footer h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px; }
  footer a {
    color: #818284;
    text-decoration: none; }
  footer ul {
    list-style: none;
    padding: 0; }
    footer ul li {
      border-bottom: 1px solid;
      padding: 4px 0; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19/10/2017, 5:20:40 PM
    Author     : Adjaxon Araujo
*/
hr.under_menu {
  margin: 0;
  border-top: 9px solid #d5d5d5; }

.entry-header {
  text-align: center; }

.entry-title {
  margin-top: 45px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #393939; }

.gray-line {
  margin: 0 auto;
  border-bottom: 1px solid;
  width: 65px;
  text-align: center; }

.entry-content {
  color: #818284;
  padding: 30px 0 50px; }
  .entry-content .row {
    margin: 0; }

.featuredImage {
  height: 230px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .featuredImage {
      height: 400px; } }
  @media (min-width: 992px) {
    .featuredImage {
      height: 500px; } }
  @media (min-width: 1200px) {
    .featuredImage {
      height: 670px; } }

.solutions {
  background-color: #393939;
  padding: 40px;
  color: #818284;
  text-align: center; }
  .solutions h2 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px; }
  .solutions .white-line {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    width: 90px; }
  .solutions a {
    text-decoration: none;
    text-transform: uppercase;
    color: #818284;
    font-size: 17px; }
    .solutions a p {
      background-color: #444444;
      padding: 9px 0;
      border-radius: 6px; }
  .solutions .second-text {
    padding: 30px 0 0;
    font-size: 16px; }

.image-area .block {
  height: 350px;
  background-position: center;
  background-size: cover;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff; }
  @media (min-width: 768px) {
    .image-area .block {
      border-right: 15px solid #fff; } }
  @media (min-width: 1200px) {
    .image-area .block {
      height: 430px; } }
  .image-area .block:last-child {
    display: none; }
    @media (min-width: 768px) {
      .image-area .block:last-child {
        border-right: none;
        display: block; } }
  .image-area .block:nth-child(2) {
    display: none; }
    @media (min-width: 768px) {
      .image-area .block:nth-child(2) {
        display: block; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20/10/2017, 12:24:46 PM
    Author     : Adjaxon Araujo
*/
.entry-content-contact {
  text-align: center; }
  @media (min-width: 768px) {
    .entry-content-contact {
      text-align: left; } }

#map {
  width: 100%;
  height: 300px;
  position: relative; }
  #map .overlay {
    width: 50px;
    height: 77px;
    background: url("img/pin.png") no-repeat;
    position: relative;
    top: -77px;
    background-size: contain; }

.entry-content-contact {
  padding: 30px 0;
  color: #818284; }
  .entry-content-contact a {
    text-decoration: none;
    color: #818284; }
  .entry-content-contact input.wpcf7-form-control.wpcf7-submit {
    background-color: #949a3a;
    color: #fff;
    padding: 10px 20px;
    border: 0; }
  .entry-content-contact .row {
    margin: 0; }

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