/*
Theme Name: Timber Club Australia
Author: Alvin JIANG
Description: A theme for TBA.
Version: 0.0.2
Tags: Timber Club Australia, Business
*/

/*=============
	 General
==============*/

body{
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
}

h1{
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 5px 10px;
  padding: 5% 5%;
}

a{
  transition: all .5s;
}

.section{
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center;
}

.emptySpace{
  width: 100%;
  height: 50px;
}

h4{
  text-align: center;
}

.greenBg{
  background-position: top;
}

.coverBG{
    background-size:cover;
}
/*=============
	 Effects
==============*/

.darken {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
}

.darkRadialGradient{
	background: radial-gradient(
		ellipse at bottom, #152650 0%, #090A0F 100%
  );
}

.fadeeffect
{
	opacity:0;
}

.cancelFade.fadeeffect{
	opacity: 1;
}

.alignRight{
  text-align: right;
}

.hrStyle{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, #ccc, rgba(255,255,255,.15));
}

/*=============
    TopBar
==============*/
.topBar{
  color: green;
  background-color: white;
  padding: 10px 20px 30px 20px;
}

.topBar .col-xs-4{
    height:50px;
}

.topSocial{
    text-align: center;
}

.topSocialTemp{
    padding-left: 35px;
}

.topSocialTemp>a:hover{
    color: #0eff00;
    text-decoration: none;
}

.rssFeed{
    float: right;
    margin-right: 14px;
    padding: 0 5px 0 5px !important;
    border: 1px solid;
    border-radius: 5px;
}

.topSocialTemp>a{
  padding-left: 2px;
  color: green;
}

.topBar p{
    margin:0;
}

.topBar h2{
    margin-top:20px;
    margin-bottom: 0;
}

.topBar>div>div>a{
  padding-left: 2px;
  color: green;
}

.topBar>div>div>a:hover{
  color: #0eff00;
}

.insidei{
  font-family: "Quicksand", sans-serif;
  display: inline;
}

.topBar .insidei{
    font-size: 28px;
    color:#0090ff;;
}

.navbar-brand{
  filter: brightness(100%);
  padding: 0;
}

.navbar-brand>img {
    height: 140%;
    margin-top: 10px;
}
/*=============
    NavBar
==============*/

#mlogo{
    display:none;
}

#mlogo>img{
    height:48px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-fixed-top + .tca_content {
  padding-top: 10px;
}

.navbar{
  margin-bottom: 0px;
  min-height: 40px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-default {
  background-color: rgba(0, 0, 0,.85);
  border-radius: 0px;
  border: none;
  transition: background-color 1s;
}

.nav>li>a {
    display: inline-block;
    padding: 10px 25px;
}

.nav>li>.pFix{
  padding-right: 0px;
}

.nav>li>.dropdown-toggle{
  padding-left: 10px;
}

.navbar-default .navbar-nav>li>a {
  color: white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #0eff00;
}

.dropdown-menu{
  transition: all .5s;
  display: block;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, .75);
  border: none;
  border-radius: 0px;
}

.dropdown-menu>.active>a{
    background-color: #08a500;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: rgba(255, 255, 255, .75);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: rgba(255, 255, 255, .75);
}

.open>.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu>li:nth-of-type(9)>a {
    color: #ffffff;
    background: #08a500;
}

/*=============
    Banner
==============*/

.banner{
    margin-top:100px;
}

#n2-ss-2>.n2-ss-slider-1{
    height:90vh !important; 
}

/*=============
    Welcome
==============*/

.grayBg{
  background-color: #f5f5f5;
  transition: all .5s;
}

.welcome>.container>div>h4{
  padding: 3% 10% 1% 10%;
}

.welcome>.container>div>div{
  padding: 30px;
}

/*=============
    showBox
==============*/

.showBox>.col-sm-4{
  padding: 10px 5%;
}

.showBoxFrame{
  border: 1px solid white;
  border-radius: 25px 0px;
  background: rgba(255, 255, 255, 1);
  min-height: 50vh;
  transition: all .5s;
}

.showBoxFrame:hover{
  transform: scale(1.1);
}

.showBoxImg{
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px 0px 0px 0px;
}

.showBoxText{
  padding: 5% 10% 10% 10%;
}

.showBoxText>h3{
  text-align: center;
  margin-bottom: 20px;
}

.showBox .btn{
  border: 1px solid #06a500;
  color: #06a500;
  margin-top: 10%;
  border-radius: 15px 0px;
}

.showBox .btn:hover{
  background-color: #06a500;
  color: white;
}
/*=============
  Product Range
==============*/
.productRange>h1{
  margin-bottom: 50px;
}

.productRange>div{
  padding: 10px;
}

.productRange a{
  text-decoration: none;
  color: #06a500;
  transition: color .5s;
}

.productRange a:hover,.productRange a:focus{
  color: #135a04;
}

.catFrame{
  transition: all .5s;
}

.productRange a:hover .catFrame{
  background-color: rgba(0,0,0,.25);
  color: white;
}


.productRange a:hover img{
  filter: brightness(50%);
}
.catFrame{
  border: 1px solid #d2d2d2;
}

.imgFrame,.textFrame{
  display: inline-block;
}

.textFrame{
  text-transform: uppercase;
  text-align: center;
}

.textFrame>h3{
  margin-left: 1em;
  font-size:1.5em;
}

.imgFrame>img{
  height: 120px;
  width: 120px;
  object-fit: cover;
  transition: filter .5s;
}

/*=============
    video
==============*/

.videoArea{
  padding: 3% 0;
}

.videoTextArea{
  padding: 5%;
  color: white;
  font-weight: bold;
}

.videoTextArea>div>img{
  max-width: 100%;
}

.videoTextArea h3{
  font-size: 2em;
}

.videoTextArea h5{
  font-size: 1.5em;
  color: #999;
}

.videoTextArea li{
  font-size: 1.5em;
  font-weight: normal;
}

/*=============
    Footer
==============*/

.footer{
  padding: 5%;
}

.footer a{
  text-decoration: none;
  color: #06a500;
  transition: color .5s;
}

.footer a:hover, .footer a:focus{
  color: #135a04;
}

.footer a>h3{
  color: black;
}

.footer li{
  padding: 0;
  margin: 15px 0px;
}

.footer h5{
  color: #777;
}

.bottomBar{
  color: white;
  background-color: black;
  padding: 5px;
}

.bottomBar p{
  margin: 0px;
}

.bottomBar a{
  color: white;
  text-decoration:none;
  transition: all .5s;
}

.bottomBar a:hover{
  color: #0eff00;
}

#backtotop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(8, 165, 0);
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 8px 8px 0px 0px;
}

/*=============
    Products
==============*/
.productsPage{
  padding-top: 180px;
  min-height: 80vh;
}

.productsPage>.container>.col-sm-3{
  padding: 15px;
}

.productsPage .catFrame{
  height: 35vw;
  min-height: 350px;
  max-height: 425px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: Anton;
  color: white;
  transition: all .5s;
  margin-top:30px;
}

.productsPage a:hover .catFrame{
    color: lawngreen;
    outline: 5px solid;
}

.productsPage .catFrame h3{
  position: absolute;
  left: 10%;
  bottom: 10%;
  font-size: 3em;
  text-transform: uppercase;
}

.productsPage .catFrame h4{
  position: absolute;
  left: 10%;
  bottom: 5%;
  font-size: 1.5em;
}

.productsPage>.container>.col-sm-3>a:hover .catFrame,
.productsPage>.container>.col-sm-3>a:focus .catFrame{
  transform: scale(1.1);
  filter: brightness(125%);
}

.cform{
    background-color:white;
    padding-bottom:0;
}

.cform h2{
    position:relative;
    margin-bottom: 38px;
}

.cform h2:after{
    content: '';
    width: 100px;
    height: 7px;
    background: #06a500;
    position: absolute;
    bottom: -22px;
    left: 0;
}

/*=============
    Category
==============*/

.categoryPage{
  padding-top: 23vh;
  min-height: 80vh;
}

.categoryPage>.catInfo{
    /**
    font-size:18px;
    **/
}

.categoryPage>.productDisplay>.row>h5{
    /**
    font-size:18px;
    **/
}

.showcase>a>.col-sm-3,.showcase>a>.col-xs-6{
  position: relative;
  padding: 1%;
}

.showcase>a>.col-sm-3::after,.showcase>a>.col-xs-6::after{
  content: '';
  display: block;
  margin-top: 100%;
}

.showcaseFrame{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  margin: 3%;
}

.scOverlay{
  position: absolute;
  bottom: 94%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.25);
  overflow: hidden;
  width: 94%;
  height:0;
  transition: .5s ease;
  margin: 3%;
}

.showcase>a:hover .scOverlay {
  bottom: 0;
  height: 94%;
}

.scOverlay>h3{
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=============
    Single
==============*/
.singlePage{
    margin-top:100px;
  padding: 20% 5%;
  min-height: 80vh;
}

.singleTitle{
    padding-top: 130px;
}

.singleContent{
    padding: 5% 15%;
    font-size: 20px;
}

.productImage{
    float: right;
    width: 220px;
    height: 220px;
    background-position: center;
    background-size: cover;
}

/*=============
  Floor Facts
==============*/

.factPage{
  padding-top: 130px;
  min-height: 80vh;
}

.factPage h4>p{
  padding: 5% 10%;
}

.subpage{
  height: 250px;
}

.factGrid{
  margin-top: 50px;
  margin-bottom: 50px;
}

.factGrid>a:hover>.spText,.factGrid>a:focus>.spText{
  background-color: rgba(0,0,0,.5);
  color: white;
}

.subpage>hr{
  width: 30%;
  border-width: 4px;
  border-color: #70c86e;
  margin-left: 0;
}

.spText{
  padding: 2%;
}

.spImg{
  padding: 0px;
}

.spImg>img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*=============
  Floor Temp
==============*/

.tempSpace{
    height:60px;
}

.ffTemplate{
    /**
    font-size:16px;
    **/
}

/*=============
    Gallery
==============*/

.galleryPage{
  padding-top: 130px;
  min-height: 80vh;
}

.galleryPage .grid>div{
  height: 400px;
  padding: 1%;
  transition: all 0s;
}

.galleryPage .grid>div:hover>img,.galleryPage .grid>div:focus>img{
  transform: scale(1.1);
  filter: brightness(125%);
}

.galleryPage .grid>div>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.button-group{
  text-align: center;
  padding: 2% 1%;
}

.button-group>button{
  background-color: transparent;
  border: transparent;
  border-radius: 5px;
  padding-left: 1%;
  padding-right: 1%;
}

.button-group>.is-checked{
  color: #08a500;
  border: 1px solid;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  top: 20%;
}

/* Add Animation */
.modal-content, #caption {    
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*=============
    Clearance
==============*/

.clearancePage{
  padding-top: 130px;
  min-height: 80vh;
}

.c-product{
  padding: 1%;
  height: 300px;
}

.c-product>img{
  position: relative;
  width: 100%;
  height: 100%;]
  object-fit: cover;
  transition: all .5s;
}

.c-product>h3{
  position: absolute;
  bottom: 5%;
  right: 10%;
  color: white;
}

.c-product:hover>img{
  transform: scale(1.1);
  filter: brightness(125%);
}

/*=============
    Contact
==============*/

.contact>.row>div{
  padding: 1% 5%;
}

#wpforms-submit-219{
  width: 100%;
  color: white;
  background-color: #06a500;
}

.contact h3{
  padding: 7px;
  background-color: #06a500;
  margin: 0;
  color: white;
}

.contact h4{
  padding: 5px;
  margin: 0;
  background-color: #ccc;
  color: white;
}

.contact p{
  padding: 10px;
  background-color: #f5f5f5;
}

.contact .cpform{
    margin-top:30px;
    margin-bottom:30px;
  background-color: rgb(245, 245, 245);
}

.contact .cpdetails{
    margin-top:30px;
    margin-bottom:30px;
  background-color: rgb(252, 252, 252);
  padding-top: 24px;
}

.contact table{
    margin-top:30px;
}

/*=============
    Services
==============*/

.servicePage{
  padding-top: 130px;
  padding-bottom: 60px;
}

#serviceRow>a{
  color: white;  
}

#serviceRow h2{
    font-size:28px;
}

#serviceRow>a>.spText{
  padding: 4% 4%;
  transition: all .5s;
  background-color: rgba(0,0,0,.5); 
}

#serviceRow>a>.subpage{
  margin-top: 20px;
  min-height: 280px;
  border: 1px solid white;
}

#serviceRow>a:hover>.spText,#serviceRow>a:focus>.spText{
  background-color: rgba(245, 245, 245, 0.75);
  color: #337ab7;
}

.serviceContent{
  padding-top: 70px;
  padding-left: 10%;
  padding-right: 10%;
}

.servicePage h4{
  margin: 4%;
}

/*=============
    About
==============*/

.aboutPage{
  padding-top: 130px;
  padding-bottom: 0px;
}

.aboutPage>.section>.row{
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.aboutPage .col-sm-8{
  color: white;
  padding: 1%;
  text-decoration: none;
}

.aboutPage img{
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.ap-top>div{
  text-align: right;
}

.ap-bottom>div{
  float: right;
}

.aboutPage .btn{
  border: 1px solid white;
  color: white;
  margin-top: 10%;
  border-radius: 15px 0px;
  margin-top: 0;
}

.aboutPage .btn:hover{
  background-color: #06a500;
  color: white;
  border-color: #06a500;
}

.aboutPage>.section{
  margin-top: 50px;
  padding-bottom: 50px;
}

.aboutPage h4{
  margin: 4%;
}

#diff{
    text-align:center;
}

#diff>.row{
    padding: 10px 0px;
    margin: 50px 10px;
}

#diff>.row>div{
    height: 200px;
    margin: 20px 0;
}

.aboutPage #diff>.row>div>p>img{
    display:inline-block;
    height: 80px;
    width: 89px;
    object-fit: none;
}

/*=============
      404
==============*/
.errorWrap{
  text-align: center;
  padding: 50px;
  border: 1px solid #777;
}

.errorWrap h1{
  font-size: 4em;
}

/*=============
    Sidebar
==============*/

.fa-ul>li>a{
    color: #06a500;
    text-decoration:none;
    transition: all .5s;
}

.fa-ul>li>a:hover,.fa-ul>li>a:focus{
    color: #135a04;
}

.fa-ul>li{
    color:#777;
}

/*=============
  Mobile View
==============*/
@media(max-width:1199px){
    .container>.navbar-header>.navbar-brand{
        margin-left:85%;
        height: 85px;
    }
    .navbar-nav>li>a {
        line-height: 30px;
        padding: 10px 1vw;
    }
}

@media(max-width:991px){
    .container>.navbar-header>.navbar-brand{
        margin-left:55%;
    }
}

@media(max-width:767px){
    #top_bar{
        padding:0;
    }
    #top_bar>.container{
        display:none;
    }
    #mlogo{
        display:inline-block;
    }
    .container>.navbar-header>.navbar-brand{
        margin-left:0;
        padding:0;
    }
    .container>.navbar-header>.navbar-brand>img{
        height:50px;
    }    
    #navbar{
        background-color:white;
        overflow-x: hidden;
    }
    #menu-main-menu{
        width:100vw;
    }
    .navbar-default .navbar-nav>li>a{
        color:#bbb8b7;
    }
    .dropdown-menu{
        text-align:center;
    }
    .container>.navbar-header>.navbar-brand{
        height: 50px;
    }
}

@media(max-width:431px){
    .banner{
        margin-top:50px;
    }  
}

@media(max-width:326px){
    .container>.navbar-header>.navbar-brand>img{
        width:220px;
    }    
}