/*
Theme Name: AdelaideFlooringCentre
Theme URI: http://underscores.me/
Author: Adjaxon Araujo
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adelaideflooringcentre
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

AdelaideFlooringCentre is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#header {
  width: 100%;
  z-index: 99;
  background-color: #fff;
  font-family: 'work_sans'; }
  #header .tophead .logo {
    height: auto;
    padding: 10px; }
  @media (min-width: 768px) {
    #header .tophead {
      left: 0;
      max-width: 100%; } }
  #header .login-menu .nav {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      #header .login-menu .nav {
        font-size: 16px;
        margin-top: 7px; } }

.nav {
  background-color: #fff; }

.navbar-brand {
  padding: 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 30px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
    padding-right: 20px; }

  .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: 1px solid transparent;
    -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; }

  .navbar-nav {
    /*float: none!important;*/ }
    .navbar-nav li {
      display: block !important;
      /*float: none!important;*/ }
      .navbar-nav li a {
        color: #727273;
        padding: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        display: block;
        padding: 10px 15px; } }
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    z-index: 99; }

  .navbar-nav {
    max-width: 100%;
    float: right;
    padding-top: 31px; } }
@media (min-width: 1500px) {
  .navbar-collapse.collapse {
    /*        left: 24%;
            max-width: 68%;*/
    z-index: 99; } }
@media (min-width: 1800px) {
  .navbar-collapse.collapse {
    /*        left: 20%;
            max-width: 68%;*/
    z-index: 99; } }
.navbar-nav {
    /*    .quote{
	background-color: $orange-site;
	color:#fff;
	text-weight:bold;
	border-radius: 3px;
	margin-top:4px;
	
	    color:#fff;
	    a{
		color:#fff;
		padding: 10px 26px;
		font-weight: bold;
		&:hover{
		     color:#fff;
		     font-weight: bold;
		}
	    }
	    
    }*/ }
  .navbar-nav li {
    /*	&:last-child{
    	    a:hover{
    		background-color: $orange-site;
    	}
    	}*/ }
    .navbar-nav li a {
      text-align: center;
      color: #727273;
      font-size: 16px;
      text-transform: uppercase;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      @media (min-width: 1487px) {
        .navbar-nav li a {
          font-size: 16px;
          text-align: right; } }
      .navbar-nav li a:hover {
        background-color: #e4e4e4;
        color: #ec1d27;
        font-weight: bold; }
      .navbar-nav li a:focus {
        outline: none;
        color: #ec1d27;
        background-color: transparent; }
      .navbar-nav li a:active {
        color: #ec1d27; }
    .navbar-nav li:active {
      color: #ec1d27; }
  .navbar-nav .dropdown-menu {
    color: #727273;
    text-align: center; }
    .navbar-nav .dropdown-menu a {
      padding: 10px;
      text-align: center; }

.not-transparent {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0 !important; }

.open a {
  background: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent; }

.dropdown-toggle {
  padding-bottom: 7px; }
  @media (min-width: 767px) {
    .dropdown-toggle {
      border-bottom: transparent; } }

.navbar {
  margin-bottom: 0px;
  border: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .navbar {
      width: auto; } }
  .navbar .navbar-toggle {
    float: left; }
    .navbar .navbar-toggle .icon-bar {
      width: 25px;
      height: 4px;
      background: #fff; }
  .navbar .navbar-nav li {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .navbar .navbar-nav li::after {
        font-family: FontAwesome;
        content: '\f005';
        /*position: absolute;*/
        right: -5px;
        top: 10px;
        font-size: 10px; }
      .navbar .navbar-nav li:last-of-type::after {
        display: none; } }
    .navbar .navbar-nav li.current-menu-item a, .navbar .navbar-nav li.current-menu-parent a {
      border-bottom: 4px solid grey; }
    .navbar .navbar-nav li a {
      color: #000;
      text-transform: uppercase;
      font-size: 14px;
      padding-left: 0;
      padding-right: 0; }
      .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
        background-color: transparent;
        outline: none; }
        @media (min-width: 768px) {
          .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
            border-bottom: 4px solid grey; } }
    .navbar .navbar-nav li .dropdown-menu {
      background-color: rgba(0, 0, 0, 0.6);
      border: 0; }
      @media (min-width: 768px) {
        .navbar .navbar-nav li .dropdown-menu li a {
          border-bottom: 4px solid #000; }
          .navbar .navbar-nav li .dropdown-menu li a:hover, .navbar .navbar-nav li .dropdown-menu li a:focus {
            border-bottom: 4px solid grey; } }
      .navbar .navbar-nav li .dropdown-menu li::after {
        display: none; }
      .navbar .navbar-nav li .dropdown-menu li.current-menu-item a {
        border-bottom: 4px solid grey; }

.menu-appearance {
  background-color: #fff;
  z-index: 9999999999; }

.collapse.navbar-collapse.navbar-main-menu-collapse {
  float: none; }

.navbar-toggle {
  z-index: 999;
  margin-top: -81px; }
  .navbar-toggle .icon-bar {
    border: 1px #000 solid;
    margin-bottom: 6px; }
  @media (min-width: 750px) {
    .navbar-toggle {
      left: 22%;
      top: 2%; } }
  @media (min-width: 768px) {
    .navbar-toggle {
      margin-top: auto;
      padding-top: 26px; } }

.input-group {
  z-index: 0; }

.active {
  font-weight: bold;
  color: #ec1d27; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #727273;
  background-color: transparent; }

/*--===font work-sans===--*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 15, 2017 */
@font-face {
  font-family: 'work_sans';
  src: url("fonts/worksans-regular-webfont.woff2") format("woff2"), url("fonts/worksans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 15, 2017 */
@font-face {
  font-family: 'work_sans_bold';
  src: url("fonts/worksans-bold-webfont.woff2") format("woff2"), url("fonts/worksans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 15, 2017 */
@font-face {
  font-family: 'work_sans_semibold';
  src: url("fonts/worksans-semibold-webfont.woff2") format("woff2"), url("fonts/worksans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 29, 2017 */
@font-face {
  font-family: 'raleway';
  src: url("raleway-regular-webfont.woff2") format("woff2"), url("raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*
Footer SASS
*/
/*
    Created on : 30/06/2017, 10:49:22 AM
    Author     : Adjaxon Araujo
*/
.site-footer {
  background-image: url("img/footer-img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 16px; }
  .site-footer .foot {
    padding: 50px 0 30px;
    font-size: 13px; }
    @media (min-width: 768px) {
      .site-footer .foot {
        font-size: 16px; } }
    .site-footer .foot .block {
      padding: 40px 0 0; }
      .site-footer .foot .block .line {
        width: 140px;
        border-bottom: 2px solid #ffffff;
        position: relative;
        left: 30%;
        margin: 34px 0 24px; }
        @media (min-width: 1200px) {
          .site-footer .foot .block .line {
            left: 36%; } }
      .site-footer .foot .block p {
        margin: 0 0 20px;
        font-weight: bold; }
      .site-footer .foot .block h3 {
        font-size: 41px;
        font-family: work_sans_bold;
        margin: -6px 0px;
        line-height: 1.3; }
      .site-footer .foot .block a {
        text-decoration: none;
        color: #fff; }
    .site-footer .foot .social-footer {
      padding: 20px 0 4px; }
      .site-footer .foot .social-footer a {
        color: #fff;
        font-size: 27px;
        letter-spacing: 9px; }
  .site-footer .orange {
    color: #ec1d27; }

/*
* Home SASS
*/
/*
    Created on : 30/06/2017, 12:04:23 PM
    Author     : Adjaxon Araujo
*/
.banner {
  background-image: url("img/home-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 440px; }
  @media (min-width: 768px) {
    .banner {
      height: 600px; } }
  .banner .banner-tag {
    position: relative;
    left: -30px; }
    .banner .banner-tag img {
      max-width: 100%; }
  .banner .inner {
    position: relative;
    top: 31%;
    font-size: 17px; }
    .banner .inner .orange {
      color: #ec1d27; }
    .banner .inner h1 {
      font-family: work_sans_bold;
      font-size: 37px;
      margin: 0;
      padding: 0;
      line-height: 0.8; }
      @media (min-width: 768px) {
        .banner .inner h1 {
          font-size: 85px; } }
    .banner .inner h2 {
      font-size: 37px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .banner .inner h2 {
          font-size: 80px; } }
    .banner .inner .line {
      width: 130px;
      border: 1px solid;
      margin: 20px 0; }

@media (min-width: 1200px) {
  .content-home {
    padding: 30px 0; } }
.content-home h2 {
  border-bottom: 2px solid #ec1d27;
  margin-top: 0;
  padding-bottom: 17px; }
.content-home h3 {
  text-align: center;
  font-family: work_sans_semibold;
  color: #636363; }
.content-home p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.6; }
.content-home .line-orange {
  border-bottom: 2px solid #ec1d27;
  width: 150px;
  margin: 0px 0 33px;
  position: relative;
  left: 26%; }
  @media (min-width: 768px) {
    .content-home .line-orange {
      left: 38%; } }
  @media (min-width: 992px) {
    .content-home .line-orange {
      left: 43%; } }
.content-home .item-home {
  height: 340px;
  text-align: center;
  color: #000;
  font-family: work_sans_semibold; }
  @media (min-width: 768px) {
    .content-home .item-home {
      height: 224px; } }
  @media (min-width: 992px) {
    .content-home .item-home {
      height: 275px; } }
  @media (min-width: 1200px) {
    .content-home .item-home {
      height: 325px; } }
  .content-home .item-home a {
    text-decoration: none;
    color: #000; }
    .content-home .item-home a img {
      max-width: 100%; }
    .content-home .item-home a h4 {
      margin-top: 20px; }
    .content-home .item-home a p {
      font-family: work_sans;
      color: #636363; }
.content-home .orange-line {
  width: 100px;
  border-bottom: 1px solid #ec1d27;
  margin: 20px 0; }

/*
SASS internal pages
*/
/*
    Created on : 30/06/2017, 3:47:33 PM
    Author     : Adjaxon Araujo
*/
.featuredImage {
  height: 300px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .featuredImage {
      height: 500px; } }
  .featuredImage .entry-title {
    position: relative;
    top: 163px;
    color: #fff;
    font-family: work_sans_bold;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 0.8; }
    @media (min-width: 768px) {
      .featuredImage .entry-title {
        top: 337px;
        font-size: 70px; } }
  .featuredImage .orange {
    color: #ec1d27; }

.entry-content {
  padding: 40px 0 10px;
  text-align: center; }
  .entry-content h3 {
    font-family: work_sans_semibold; }
  .entry-content a {
    text-decoration: none;
    color: #636363; }
    .entry-content a:visited {
      color: #636363; }
  .entry-content .orange-line {
    width: 230px;
    border-bottom: 2px solid #ec1d27;
    margin: -2px 0 15px; }
  .entry-content .contact-details {
    line-height: 2;
    font-size: 16px;
    padding: 10px; }
  .entry-content .cont-form {
    padding-top: 16px; }
    @media (min-width: 768px) {
      .entry-content .cont-form {
        padding-top: 0; } }
    .entry-content .cont-form .form-group {
      margin-bottom: 8px; }
    .entry-content .cont-form .wpcf7-form-control {
      border-radius: 4pxpx;
      margin-bottom: 5px;
      background-color: #fff;
      border: 1px solid #636363;
      box-shadow: none; }
    .entry-content .cont-form .wpcf7-submit {
      display: block;
      border-radius: 4px;
      padding: 7px;
      text-transform: uppercase;
      background-color: #fff;
      color: #ec1d27;
      border: 1px solid #ec1d27; }
    .entry-content .cont-form .wpcf7-validation-errors {
      border: 0; }
    .entry-content .cont-form textarea.wpcf7-form-control.wpcf7-textarea {
      height: 117px; }
    .entry-content .cont-form div.wpcf7-mail-sent-ok {
      border: 0px solid transparent; }
    .entry-content .cont-form ::-webkit-input-placeholder {
      color: #636363; }
    .entry-content .cont-form :-moz-placeholder {
      /* Firefox 18- */
      color: #636363; }
    .entry-content .cont-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #636363; }
    .entry-content .cont-form :-ms-input-placeholder {
      color: #636363; }
  .entry-content .cont-form-bg {
    height: 388px;
    background-position: center;
    background-size: cover; }

button.submit-btn {
  background-color: #ec1d27;
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 4px; }

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

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

.gallery-head {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  border-bottom: 2px solid #ec1d27;
    /*    padding: 12px 0 20px;
	margin: 0 -15px 20px;*/
  color: #ec1d27; }

.gallery-container h3 {
  padding-left: 13px;
  font-weight: bold;
  color: #636363;
  font-family: work_sans_semibold; }
.gallery-container .individual-image {
  padding: 0 10px 0; }
  @media (min-width: 992px) {
    .gallery-container .individual-image p {
      font-size: 16px; } }
.gallery-container .badge-area {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 50px;
  padding-top: 15px; }
  .gallery-container .badge-area .badge-icons img {
    max-width: 100%;
    padding: 0 5px 30px;
    margin-top: -10px; }
.gallery-container .thumbs {
  height: 110px; }
  .gallery-container .thumbs p {
    font-size: 10px;
    margin-top: 3px; }
  @media (min-width: 417px) {
    .gallery-container .thumbs {
      height: 125px; }
      .gallery-container .thumbs p {
        font-size: 13px; } }
  @media (min-width: 500px) {
    .gallery-container .thumbs {
      height: 127px; } }
  @media (min-width: 768px) {
    .gallery-container .thumbs {
      height: 230px; }
      .gallery-container .thumbs p {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .gallery-container .thumbs {
      height: 317px; } }

.addtional-range {
  text-align: center;
  background-color: #f1f1f2;
  padding: 16px;
  color: #636363;
  font-weight: bold; }

.suppliers {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px; }
  .suppliers .supplier-logo {
    padding: 8px 0; }
    .suppliers .supplier-logo img {
      max-width: 100%;
      padding: 6px; }

.extra-info {
  padding-bottom: 40px;
  text-align: center;
  font-size: 11px;
  border-top: 2px solid #ec1d27;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .extra-info {
      font-size: 24px; } }
  .extra-info a {
    text-decoration: none;
    font-weight: 600;
    color: #ec1d27; }
    .extra-info a:visited {
      color: #ec1d27; }

.little-blind {
  height: 300px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px; }

.form-group {
  text-align: left; }

.swatch-big-img {
  height: 211px;
  background-position: center;
  background-size: cover;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .swatch-big-img {
      height: 406px; } }
  @media (min-width: 992px) {
    .swatch-big-img {
      height: 580px; } }

.swatch-individual-img img {
  max-width: 100%; }

html {
  font-family: 'work_sans'; }

body {
  font-family: 'work_sans';
  color: #636363; }

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