/* 
Theme Name: Residential Landscaping
Version: 1.0
Description: Framework [B] - Bootstrap
Author: Juluis B. Aquino
*/
header.main-header {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.top-header {
    background-color: #517033;
    padding: 15px 0;
    transition: all .2s ease-in-out;
}
.th-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.th-contact ul li {
    display: inline-block;
}

.contact-section2 .th-contact ul li a{
	color:#000;
}
.th-contact ul li a {
    color: #fff;
    padding: 0 5px;
    line-height: 1;
	font: 600 14px 'Open Sans';
}
.bottom-header {
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 15px #333;
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 9; */
    /* top: 49px; */
}
.logo-container img {
    padding: 5px 0;
}
.menu-container {
    padding: 35px 0;
}
ul#primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#primary-menu li {
    display: inline-block;
    position: relative;
}
ul#primary-menu li a {
    padding: 5px 15px;
    margin: 0 1px;
    color: #517033;
    font: 700 14px 'Open Sans';
    border: solid 1px transparent;
}	
ul#primary-menu > li > a:hover, ul#primary-menu > li.current-menu-item > a {
    text-decoration: none;
    border: solid 1px #517033;
    border-radius: 10px;
}
div#home-slider-top .img-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 24%;
	padding-bottom: 100px;	
}
div#about-slider-top {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#home-slider-top .slider-desc img {
    max-width: 117px;
    margin: auto;
}
#home-slider-top .slider-desc h3, #about-slider-top .slider-desc h3 {
    font: 700 70px 'Roboto';
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}
#home-slider-top .slider-desc p, #about-slider-top .slider-desc p {
    font: 400 26px 'Roboto';
    font-style: italic;
    color: #fff;
    margin-bottom: 130px;
}
div#home-slider-top {
    position: relative;
    top: 49px;
}
.sldier-link {
    color: #fff600 !important;
    font: 500 25px 'Roboto';
    background-color: rgba(0, 0, 0, 0.72);
    border-radius: 16px;
    margin-top: 20px;
}
div#home-slider-top.owl-carousel .owl-dot {
    display: inline-block;
}
div#home-slider-top.owl-carousel .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 7px 7px;
    /* opacity: 0.5; */
    width: 10px;
}
div#home-slider-top .owl-dots {
    text-align: center;
}
div#home-slider-top .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
	bottom: 20px;
}
div#home-slider-top.owl-carousel .owl-dot.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.78);
    box-shadow: 0 0 0 2px rgba(255, 255, 255,1);
    border: none;
    border-radius: 50%;
    background: transparent;
}
div#home-carousel {
    margin-top: 53px;
}
.l-powerhouse {
    padding: 20px 0;
    background-color: #ffffff;
}
.lpower-title h1 {
    font: 800 53px 'Roboto';
    color: #232323;
}
.lpower-contents {
    margin: 20px;
}
.lpower-contents img {
    margin: auto;
}
.lpower-contents h4 {
    font: 800 18px 'Roboto';
    color: #232323;
    margin-top: 20px;
}
.lpower-contents p {
    font: 500 16px 'Roboto';
    color: #636363;
}
.cl-contents h3 {
    font: 800 30px/1 'Roboto';
    color: #232323;
    margin-bottom: 34px;
}
.creatin-live {
    background-color: #f1f4f5;
    padding: 26px 0;
}
.cl-contents p {
    font: 300 20px/1.5 'Roboto';
	color: #232323;
}
.d-banner {
    background-image: url(http://residentiallandscaping.com.au/wp-content/uploads/2018/08/RG_PA_27072018_09.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 22% 0 30%;
    background-attachment: fixed;
}
.db-content h1 {
    font: 800 55px/1 'Roboto';
    color:white;
    /*color: #0e0e0e;*/
    /*text-shadow: 0px 0px 17px #fff;*/
}
.home-bottom {
    padding: 88px 0;
    background-color: #fff;
	position: relative;
	overflow: hidden;
}
.hb-right img {
    margin: 0 auto 30px;
}
.hb-right h2 {
    font: 800 42px/1.2 'Roboto';
    color: #0e0e0e;
    margin-bottom: 40px;
}
.hb-right p {
    font: 400 18px/1.5 'Roboto';
    margin-bottom: 20px;
}
.hb-right {
    margin: 0 20px;
}
.main-footer {
    background-color: #15181d;
    color: #fff;
    padding: 50px 0;
    font: 400 14px 'Roboto';
}
.th-contact {
    height: auto;
	transition: all .9s ease-in-out;
}
.hide-this .th-contact {
    opacity: 0;
    transition: all .2s ease-in-out;
    height: 0;
}
.hide-this {
    height: 0;
    padding: 0;
    transition: all .5s ease-in-out;
    min-height: 0;
}
.for-fx {
    background-color: #fff;
}
.about-title h1 {
    font: 800 30px/1 'Roboto';
    color: #232323;
    margin-bottom: 50px;
}
.ab2-left {
    margin-bottom: 50px;
}
.ab2-left p, .ab2-right p {
    font: 400 16px 'Roboto';
}
.about-section2, .contact-section2 {
    padding: 50px 0;
}
.about-banner {
    background-image: url(http://residentiallandscaping.com.au/wp-content/uploads/2018/08/RG_C_27072018_22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8% 0 8%;
	background-attachment: fixed;
}
.about-content h1 {
    font: 800 30px/1 'Roboto';
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    margin: 0;
}
/*.container .row .gallery-left {
    padding-left: 17px;
}*/

ul.cs-slides li span {padding: 10px !important; display: block;}
.gallery-section2 {
    padding: 50px 0;
}
.gallery-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.gallery-left ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 33.1%;
}
.gallery-left ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 360px;
    transition: all .9s ease-in-out;
}
.gallery-left ul li a:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
    opacity: 0.7;
}
.gallery-left ul li a img {
    transition: all .5s ease-in-out;
    margin: auto;
}
.gallery-left ul li p {
    color: #232323;
    font: 800 18px 'Roboto';
	margin: 20px 0 !important;
	transition: all .5s ease-in-out;
}
.gallery-left ul li:hover p {
    color: #517033;
    transition: all .5s ease-in-out;
}
.single-page-banner {
    padding: 16% 0 9%;
    background-image: url(http://residentiallandscaping.com.au/wp-content/uploads/2017/09/residentiallandscaping_photos5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.gallery-title h1 {
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 70px;
    font-family: Roboto;
	text-shadow: rgb(0, 0, 0) 0px 0px 10px
}
.single-gallery-container {
    padding: 50px 0 0 0;
}
.sg-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.sg-content ul li {
    display: inline-block;
    max-width: 100%;
}
.sg-content ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 346px;
    transition: all .9s ease-in-out;
}
.sg-content ul li a:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
    opacity: 0.7;
}
.sg-contentul li a img {
    transition: all .5s ease-in-out;
    margin: auto;
}
.gallery-page-title h1 {
    font: 800 30px/1 'Roboto';
    color: #232323;
    margin-bottom: 50px;
}
input#contact-submit {
    background-color: #517033;
    color: #fff;
    border: 0;
    width: 150px;
    height: 45px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
    outline: none;
    letter-spacing: 1px;
	margin:7px 0;
}
ul#primary-menu li ul.sub-menu {
    margin: 0;
    padding: 0;
    top: 25px;
}
ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
ul#primary-menu li.menu-item-has-children ul.sub-menu li {
    display: block;
}
ul#primary-menu li.menu-item-has-children ul.sub-menu li a {
    padding: 10px;
}
ul#primary-menu li.menu-item-has-children:hover a {
    cursor: pointer;
}
.ssc-title h1 {
    font: 800 30px/1 'Roboto';
    color: #232323;
    margin-bottom: 50px;
}
.single-service-content {
    padding: 50px 0;
}
.ssc-content p {
    font: 400 16px 'Roboto';
    margin-bottom: 20px;
}
.sg-content ul li img {
    transition: all .5s ease-in-out;
}
.ssc-content {
    margin-bottom: 50px;
}
.blog-title, .blog-title a {
    font: 800 18px 'Roboto';
    color: #232323;
    margin-top: 20px;
	text-decoration: none !important;
	margin-top: 0;
}
.blog-excerpt {
    font: 400 16px 'Roboto';
}
.blog-container {
    padding: 50px 0;
    overflow: hidden;
}
.blogpage-title h1 {
    font: 800 30px/1 'Roboto';
    color: #232323;
    margin-bottom: 50px;
}
.blog-image.bc-image {
    display: inline-block;
    width: 33%;
    margin-right: 10px;
}
.bc-desc {
    display: inline-block;
    width: 63%;
    vertical-align: top;
}
.blog-content {
    margin-bottom: 30px;
}
.blog-title h1 {
    font: 800 30px/1 'Roboto';
    color: #232323;
    margin-bottom: 50px;
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.lpower-contents a:hover img {
    animation: tada 1s;
    opacity: .80;
}
/*-Daniel 09/18/2017-*/
.contact-section2 aside#text-2 {
    padding: 0 0 20px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    cursor: pointer;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}