/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dilate Framework
	Theme URI: http://www.dilate.com.au/
	Description: An Incredible Responsive Multi-Purpose WordPress Theme
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: cardinal
	Version: 1.0
	Author: Dilate Digital
	Author URI: www.dilate.com.au

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* --------------------------------------------
	CARDINAL CSS IMPORT
-------------------------------------------- */

@import url("../cardinal/style.css");
@import url("alex.css");

#site-loading {
	height: 100vh;
	width: 100vw;
}

/* --------------------------------------------
	Font
-------------------------------------------- */

@font-face {
    font-family: 'design-system900';
    src: url('fonts/8f3caf92047d515ae7230350d0e5f104-webfont.woff2') format('woff2'),
         url('fonts/8f3caf92047d515ae7230350d0e5f104-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksans';
    src: url('fonts/quicksans_accurate_icg_fill-webfont.woff2') format('woff2'),
         url('fonts/quicksans_accurate_icg_fill-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
strong{
	font-weight: 600 !important;
}
#mobile-top-text a{
	font-family: 'quicksans' !important;
	color: #687F17 !important;
}
.fancy-heading.fancy-image.light-style h3{
	font-family: 'quicksans' !important;
	margin-top:20px;
}
.home-section-2 .one-third:last-child h3{
	font-family: 'quicksans' !important;
}
h2{
	font-family: 'quicksans' !important;
}
.title-style{
	text-transform: uppercase !important;
}
h3{
	font-weight: 500 !important;
	font-family: 'quicksans' !important;
}
h2{
	font-weight: 500 !important;
}
h4,
h5 {
   text-transform: uppercase !important;
}

h6 {
  
}

body,
p {
    font-size: 17px !important;
    line-height: 1.5 !important;
}


.contact-us-page p{
	text-align: center !important;
}
.home .no-break {
    display: none !important;
}
h2{
	display: block;
	position: relative;
	margin-bottom: 20px !important;
}
.header-text-start {
	margin-top:0;
}
.header-text-center::after{
	position: absolute;
	content: "";
	width: 42px;
	border-bottom: 2px solid #819a28;
	left: 0;
	right: 0;
	clear: both;
	margin: 0 auto;
	top: 110%;
}
.header-text-left::after{
	position: absolute;
	content: "";
	width: 42px;
	border-bottom: 2px solid #819a28;
	left: 0;
	clear: both;
	margin: 0;
	top: 110%;
}

.header-text-start::after{
	position: absolute;
	content: "";
	width: 42px;
	border-bottom: 2px solid #819a28;
	left: 0;
	clear: both;
	margin: 0;
	top: 110%;
}
/* --------------------------------------------
	Search Bar 
-------------------------------------------- */
#main-nav .ajax-search-wrap {
    right: 63px !important;
    top: 1px !important;
	width:94%;
	display:block !important;
	opacity:1 !important;
	background: transparent;
		border:0;
	    -moz-box-shadow: none !important;
    -webkit-box-shadow: none ;
    box-shadow: none !important;
}
.ajax-search-wrap input[type="text"] {
			    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	width:0px;
	 overflow:hidden;
	background:#fff;
	float:right;
	    padding: 0 !important;
	height: 58px;
}
.animate.ajax-search-wrap input[type="text"] {
	    width: 100%;
	    padding: 0 20px !important;
    
}
.ajax-search-wrap:after {
	display:none;
}
#main-nav .ajax-search-wrap input[type="text"] {
	    padding: 28px 20px;
}
#main-nav .menu-right {
	    position: relative;
	top:-80px;
	z-index:9;
}
#main-nav .menu-right ul.menu {
	    width: 100%;
	height:0;
}
.menu-right li.menu-search.parent {
	float: right;
    display: block;
    width: 100%;
}
.menu-right .header-search-link-alt {
	position: absolute;
    right: 0;
}
#menu-primary-menu-1 li a span {
		    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fadeout span{
 opacity:0;
}
.fadeout2 {
    z-index: -1 !important;
}


/* --------------------------------------------
	Header
-------------------------------------------- */

#logo {
    padding-left: 0 !important;
}

#header-section #main-nav {
    background-color: #687f17;
}

#main-nav {
    border: 0 !important;
}

header a {
	font-weight: 700;
}

#main-nav ul.menu > li > a {
    padding: 22px 20px !important;
}


#logo.has-img,
.header-left,
.header-right {
    height: 74px !important;
}

#menu-primary-menu,
#menu-primary-menu-1 {
    float: none !important;
    text-align: center;

}

#menu-primary-menu-1 a {
    
    text-transform: uppercase !important;
    font-size: 15px !important;
    letter-spacing: 2px;
}

#main-nav ul.menu > li {
    display: inline-block;
    float: none;
	    position: relative;
    z-index: 9999;
}

#menu-primary-menu-1 .hmenu:hover a {
    color: #718b29 !important;
}
#menu-primary-menu-1 .sub-menu li a {
	    padding: 5px 20px;
	    letter-spacing: 1px;
}

nav .menu li.current-menu-ancestor>a,
nav .menu li.current-menu-item>a,
nav .menu li.current-scroll-item>a,
#mobile-menu .menu ul li.current-menu-item>a {
    color: #fff !important;
}

nav .menu>li.menu-item>a,
nav.std-menu .menu>li>a {
    color: #fff !important;
}

nav .menu>li.menu-item:hover>a,
nav.std-menu .menu>li:hover>a {
    color: #fff !important;
    s
}

#text-5 {
    float: right;
}

#text-5 .social-icons li:last-child {
    margin-right: 0;
}

.hcontainer a,
header .fa-phone {
    font-size: 20px !important;
    color: #819a28 !important;
    letter-spacing: 1px;
}

header .fa-phone {
    margin-right: 5px;
}

header .hcontainer {
    float: right;
    margin-top: 20px;
}

#header ul.social-icons {
    float: left;
    top: 34px !important;
}

.social-icons a {
    background-color: #819a28 !important;
    margin-right: 15px;
}

header .instagram {
    margin-right: 20px;
}

header .instagram a {
    background-color: #819a28 !important;
}

header ul.social-icons li:not(.sf-love) a {
    padding: 2px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 24px !important;
    color: #fff !important;
    border-radius: 3px;
}

.header-wrap,
#header-section .is-sticky .sticky-header,
#header-section.header-5 #header {
    border: 0 !important;
}

.carousel-wrap > a:hover,
#mobile-menu .responsive-menu li:hover > a {
    color: #718b29!important;
}

#header ul.social-icons li a,
#header ul.social-icons li a i {
    position: relative !important;
}

#header ul.social-icons li a:hover i {
    top: -53px !important;
}


/* --------------------------------------------
	Row 1
-------------------------------------------- */

.home .inner-page-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.home-section-1 .wrap {
    width: 730px;
    margin: 0 auto;
}

.home-section-1 h1 {
    color: #fff !important;
    font-size: 50px;
    padding: 20px 0;
}

.home-section-1 h1:first-child {
    font-family: 'OpenSans-Bold';
    background: rgba(102, 124, 24, .75);
    margin-bottom: 0;
}

.home-section-1 h1:last-child {
    background: rgba(159, 193, 70, .85);
    margin-top: 0;
}


/* --------------------------------------------
	Row 2
-------------------------------------------- */
.title-style {
	    color: #222 !important;
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    position: relative;
}
.title-style span {
    color: #819a28;
}
.title-style span:after {
    content: "";
    border-bottom: 2px solid #819a28;
    width: 42px;
    position: absolute;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.home-section-2 .htitle {
    margin-top: 50px;
}

.home-section-2 .one-third {
    min-height: 400px !important;
}

.home-section-2 .one-third:first-child .img-wrap {
    position: relative;
    min-height: 510px;
    left: -15px !important;
}

.home-section-2 > .spb_content_element > .container > .row.multi-column-row:first-of-type {
    min-height: 510px !important;
}

.home-section-2 .one-third:first-child img {
    max-width: 400px !important;
    width: 450px;
    position: absolute;
    bottom: 0;
    height: inherit !important;
}

.home-section-2 .one-third:nth-child(2) {
    text-align: center;
   /* padding-left: 64px !important;
    padding-right: 64px !important;*/
}

.home-section-2 .one-third:nth-child(2) .col-sm-12 p {
    padding-top: 20px;
}

.home-section-2 .one-third:nth-child(2) .img-wrap img {
    border: 3px solid #819a28;
}

.icons {
    padding-top: 0;
}

.icons:first-child .clearfix {
    float: right;
}

.icons:last-child .clearfix {
    float: left;
}

.home-section-2 .title-wrap .spb-heading {
    float: none !important;
    text-align: center;
    font-size: 25px !important;
}
.section2-pad {
	    padding-left: 64px !important;
    padding-right: 64px !important;
}
.section2-bottom {
    position: relative;
    padding-top: 20px;
}

.section2-bottom ul {
    text-align: left;
    list-style: none;
    padding-left: 89px;
    font-size: 13px;
    padding-left: 38px;
}

.section2-bottom ul li {
    line-height: 2;
}

.section2-bottom .title-wrap {
    margin-bottom: 0 !important;
}

.fa-check-circle {
    background: #e8e8e8;
    padding: 4px;
    border-radius: 100%;
    color: #6a8701;
    margin-right: 5px;
    text-align: center;
    font-size: 13px;
}

.home-section-2 a {
    font-size: 18px;
    color: #819a28 !important;
}

.section2-bottom p:last-child {
    padding-top: 0 !important;
}

.home-section-2 .thumbnail-default,
.home-section-2 .spb-asset-content {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.one-third {
    min-height: inherit;
}
.home-section-2 .one-third.cf .col-sm-12.spb_text_column {
	    padding: 0 30px;
}
.home-section-2 .one-third:last-child {
    text-align: left;
    min-height: inherit !important;
}

.home-section-2 .one-third:last-child .title-wrap {
    float: none;
    margin-bottom: 0 !important;
    text-align: center;
}

.home-section-2 .one-third:last-child h3 {
    color: #819a28 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 1px;
	position: relative;
	overflow: visible;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	border: solid 1px #819a28;
}

@media screen and (max-width: 767px) {
	.home-section-2 .one-third:last-child h3 {
		margin-bottom: 30px !important;
	}
}

.home-section-2 .one-third:last-child h3:after {
	content: " ";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	width: 1px;
	height: 1px;
	border-top: solid 15px #819a28;
	border-left: solid 25px transparent;
	border-right: solid 25px transparent;
}

.home-section-2 span.wpcf7-form-control-wrap {
    display: inline !important;
}
.cf.one-third {
	    border: 1px solid rgb(204, 204, 204);
}
.cf input[type="text"],
.cf input[type="email"],
.cf input[type="tel"],
.cf textarea,
.cf .wpcf7 .wpcf7-select {
    margin-bottom: 5px !important;
    font-size: 12px !important;
    padding: 10px;
    height: 40px !important;
    background: #fff !important;
}

.home-section-2 .wpcf7 .wpcf7-select {
    background-image: url(images/arrow.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 36px 10px !important;
    color: #d09721;
    font-size: 12px !important;
    padding: 8px;
}

.home-section-2 .Book .wpcf7-select {
    letter-spacing: 1px;
}

.cf .wpcf7 input.wpcf7-submit[type="submit"] {
    background-image: url('/wp-content/uploads/2016/08/button-2.png');
    float: left !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 10px 40px;
    margin-top: 0 !important;
    width: 100%;
}

.home-section-2 .wpcf7-textarea {
    height: 125px !important;
}

::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 400;
}

div.wpcf7-mail-sent-ok {
    border: 0 !important;
}


/* --------------------------------------------
	Row 3
-------------------------------------------- */

.home-section-3 {
    background-image: url(images/section3-bg.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    border-top: 0 !important;
    padding: 30px 0 90px !important;
}

.home-section-3 .col-sm-12 h3 {
    margin-bottom: 50px;
}

.content {
    padding-left: 130px;
    font-size: 15px !important;
}

.content p {
    font-size: 15px !important;
}

.page-col {
    position: relative;
    border: 2px solid #f0e7e5;
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-right: 100px;
    padding: 15px !important;
}

.page-col:nth-child(2) {
    margin-right: 0;
}

.col-icons {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.col-icons .spb-asset-content .clearfix {
    margin: 0 !important;
}

.page-col h3 {
    margin-top: 0;
    margin-bottom: 15px !important;
}
/* --------------------------------------------
	Row 4
-------------------------------------------- */
.home a {
    color: #444;
}
.home-section-4 {
    padding-bottom: 50px !important;
    padding-top: 30px !important;
}
.home-section-4 .spb_text_column {
    margin-top: 20px !important;
}
.home-section-4 .portfolio-wrap .title-wrap.has-filter {
    margin-bottom: 0 !important;
    margin-top: 20px;
}
.pfolio .title-wrap .filter-wrap {
    float: none !important;
    text-align: center !important;
}
.home-section-4 .ss-gridlines:before,
.ss-gridlines.right:after {
    display: none !important;
}
.post-filter-tabs li {
    margin-left: 30px !important;
}
.post-filter-tabs li.selected {
    border-bottom: 2px solid #ff9800;
}
.post-filter-tabs li.selected a {
    color: #ff9800 !important;
}
.pfolio .thumb-info {
    text-transform: uppercase;
    font-size: 13px;
}
.pfolio .thumb-info span {
    background: #819a28;
    padding: 10px 25px;
    font-family: 'OpenSans-Semibold';
}
.home-section-4 figure.animated-overlay figcaption {
    background-color: rgba(0, 0, 0, .44) !important;
}
/*
.pfolio .multi-masonry-item:nth-child(2) {
    width: 66.6666666%;
    height: 450px;
}
.pfolio .multi-masonry-item:nth-child(2) .multi-masonry-img-wrap img,
.pfolio .multi-masonry-item:nth-child(3) .multi-masonry-img-wrap img {
    height: 450px !important;
}
.pfolio .multi-masonry-item:nth-child(3) {
    width: 33.3333333%;
    height: 450px;
}
.pfolio .all.selected .multi-masonry-item:nth-child(n+7) {
    display: none !important;
}
*/
.pfolio .post-filter-tabs span {
    letter-spacing: 2px;
}
.home-section-4 .nav-tabs {
    text-align: center !important;
}
.home-section-4 .nav-tabs>li {
    float: none !important;
    display: inline-block !important;
    border: 0 !important;
    color: #444 !important;
}
.home-section-4 .nav-tabs li {
    background: none !important;
    letter-spacing: 4px;
}
.home-section-4 li.active a {
    color: #ff9800 !important;
    background: none !important;
}
.home-section-4 li.active a span {
  border-bottom: 2px solid #ff9800 !important; 
    padding-bottom: 10px;
}
.home-section-4 .spb_tabs_wrapper .tab-content {
    border: 1px solid #fff !important;
}
.pfolio ul {
    text-align: center;
    list-style: none;
    letter-spacing: 4px;
    color: #687f17;
    margin-top: 20px;
}
.pfolio ul li {
    display: inline-block;
    cursor: pointer;
}
.pfolio ul li a {
    cursor: pointer;
}
.home-section-4 .pfolio ul li a:hover {
    color: #ff9800;
    padding-bottom: 10px;
    /*  border-bottom: 1px solid #ff9800;*/
}
/*
.pfolio-gallery {
    padding-left: 15px !i
    padding-left: 15px !i*/

/* all/lanscaping change*/
.home-section-4 .nav-tabs li:first-child {
    position: relative;
    left: 67px;
}
.home-section-4 .nav-tabs li:nth-child(2) {
    position: relative;
    right: 180px;
}
/* --------------------------------------------
CONTACT US PAGE
-------------------------------------------- */
.pfolio-gallery .row.multi-column-row {
    min-height: 300px !important;
    height: 300px !important;
}
.pfolio-gallery-img,
.pfolio-gallery-img2 {
    min-height: 300px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.pfolio-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pfolio-gallery-img img {
    height: 450px !important;
}
.pfolio-gallery-img2 img {
    height: 300px !important;
    object-fit: cover;
}
.all-section-1 .portfolio-items .thumb-info {
    display: none;
}
*/
/* SWAP LANDSCAP / ALL NAMES */
.home-section-4 .nav-tabs li:first-child{
	    position: relative;
    left: 77px;
}
.home-section-4 .nav-tabs li:nth-child(2) {
	    position: relative;
    right: 168px;
}
/* --------------------------------------------
	Row 5
-------------------------------------------- */
.home-section-5 .col-sm-12.testimonial {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.home-section-5 {
    padding-bottom: 50px !important;
}
.home-section-5 .title-style {
    margin-bottom: 50px;
}
.home-section-5 .title-style span:after {
    left: -61px !important;
}
.home-section-5 .testimonials>li:before {
    content: "\201D" !important;
    font-family: "open-sans" !important;
    top: 55px !important;
    left: 0;
    right: 0;
    font-size: 105px !important;
    color: #819a28 !important;
}
.home-section-5 .testimonials .testimonial {
    width: 31.623931623931625%;
    float: left;
    margin-right: 2.564102564102564%;
    text-align: center;
    padding-left: 0;
    background: #f6f6f6;
    padding: 80px 30px 30px;
    min-height: 450px;
}
.home-section-5 .testimonials .testimonial:last-child {
    margin-right: 0;
}
.home-section-5 .testimonials .testimonial-cite img {
    width: 100px !important;
    height: 100px !important;
    float: none !important;
    margin-top: 20px !important;
    margin-right: 0 !important;
}
.home-section-5 .testimonial-text {
    font-size: 17px !important;
}
.home-section-5 .testimonial-cite .cite-text .cite-name {
    font-weight: bold;
    display: block;
    color: #819a28 !important;
}

.home-section-5 .testimonials>li {
    margin-bottom: 0 !important;
}
/* --------------------------------------------
	Single Portfolio
-------------------------------------------- */
.single-portfolio .item-details.container {
    display: none;
}
.single-portfolio article.type-portfolio {
    margin-bottom: 0 !important;
}
.single-portfolio .page-heading .next-item {
    display: none;
}
.page-id-671 .pfolio ul li:nth-child(2) {
    display: none;
}
.page-id-671 .pfolio .title-wrap .ss-gridlines:before {
    display: none;
}
/* --------------------------------------------
	Single Page
-------------------------------------------- */
.single figure.media-wrap img {
	    height: 400px !important;
	    object-fit: cover;
}
.list-post {
	float:left;
}
.list-post li {
	width:50%;
	float:left;
}
.center-content.spb_image figure{
	width:50%;
	margin: auto;	
}
.postid-749 .list-post li {
	width:25%;
}
.postid-749 .auto-height.col-natural {
	margin:0;
}
.postid-748 .spb_video_widget iframe {
	height:400px;
}
.postid-748 .spb_video_widget .sf-video-wrap {
	    width: 50%;
    margin: 0 auto;
}
.single p {
	font-size:15px !important;
}
.single ol li {
	padding-left: 10px
}
.single ol li,
.single ul li {
	position: relative;
	font-size: 15px !important;
}
.single ul:not(.sf-list) {
	list-style: none;
  padding-left: 30px
}
.single .page-content ul:not(.sf-list) li {
	padding-left: 30px;
}
.single .page-content ul:not(.sf-list) li:BEFORE {
	position: absolute;
	content: "\f111";
	font-family: 'FontAwesome';
	top: 0;
	font-size: 10px;
	left: 0;
	color: #687f17;
}
.p-row-t {
	padding-top:33px !important;
} 
.p-row-b {
	padding-bottom:33px !important;
}
/* --------------------------------------------
	What We Do
-------------------------------------------- */
.fancy-heading .heading-text[data-textalign="left"] {
	text-align:center !important;
}
.fancy-heading h1 {
	line-height:1.2;
}
.fancy-heading {
	height:300px !important;
}
.page .inner-page-wrap {
    margin-top: 0 !important;
	  margin-bottom: 0 !important;
}
#breadcrumbs {
    font-size: 13px !important;
    background: none !important;
}
#breadcrumbs span a:hover {
    color: #a2b140;
}
#breadcrumbs span:last-child span {
    color: #687f17;
    font-weight: bold;
}
.page-heading {
   /* background: none !important; */
    padding: 0 !important;
}
.inner-btn {
    margin-top: 20px;
}
.inner-btn .sf-button {
    width: 200px;
}
.inner-btn .sf-button.accent {
    background-color: #819a28 !important;
    border-color: #819a28 !important;
    font-size: 18px;
    line-height: 22px;
}
/*
.inner-btn .sf-button.accent:hover {
    background-color: #a4b748 !important;
    border-color: #a4b748 !important;
}*/
/*
.retic-img img{
	width: 300px !important;
	height: 300px !important;
}
*/
.spb_tabs {
    margin-top: 50px;
}

.nav-tabs {
    margin-bottom: 0 !important;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 20px !important;
    position: relative;
}

.nav-tabs a {
    border: 0 !important;
}

.nav-tabs .active a {
    background-color: #cdd4b7 !important;
    color: #fff !important;
}

.author-details {
	margin-bottom: 20px;
}

.author-details .social-icons {
    position: absolute;
    left: 0;
    bottom: 0;
}

.author-details .social-icons div {
    text-align: center;
}

.author-details .social-icons .fa {
    width: 28px;
    height: 28px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 5px;
    color: #fff !important;
}

.author-details .social-icons .fa-twitter {
    background: #55acee;
}

.author-details .social-icons .fa-facebook {
    background: #55acee;
}

.author-details .social-icons .fa-google-plus {
    background: #dd4b39;
}

.author-details .social-icons .fa-linkedin {
    background: #007bb5;
}

.author-details .social-icons .fa-youtube {
    background: #bb0000;
}

.author-details .author-info p {
	margin-bottom:20px;
}

.author-info h3 {
    color: #687f17;
    margin-top: 0 !important;
}

#latestposts .post-date {
    font-size: 13px;
}

.underscore {
    text-decoration: underline;
}

.page p,
.page li{
	font-size:15px !important;
}
.divider {
	    height: 2px !important;
	margin:50px 0;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #687f17, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #0e1b3e, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #0e1b3e, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #0e1b3e, #f0f0f0);
}
.list-style {
	
}

.list-style li {
	width: 25%;
    float: left;
	    list-style: none;
}
.list-style li:nth-child(4n+1) {
	clear:both;
}
.list-style li:before {
	content:'\f00c';
	font-family: fontAwesome;
	    padding-right: 10px;
}

.modal .modal-header {
	    background: #819a28;
}
.modal .modal-header h3 {
	    color: #fff;
}

.page-heading {
    /*background-image: url(images/section3-bg.jpg) !important;*/
    background-size: cover !important;
    background-position: center center !important;
}
.btn-quote {
	text-align:center;
}
.btn-quote .sf-button.accent:hover {
	  background-color: #687f17;
    border-color: #687f17;
    color: #fff;
}
/*.btn-quote .sf-button.accent {
	    width: 250px;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.btn-quote .sf-button.accent:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #000;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-quote .sf-button.accent:hover:before {
    left: 0;
    right: 0;
}*/

.btn-quote a.sf-button span.text {
	text-align: left !important;
	font-size: 11px;
	text-transform: uppercase;
}
.spb-asset-content {
	margin-top:0 !important;
}
.img-resize img {
	    height: 187px;
    object-fit: cover;
    width: 222px;
    margin: auto;
	border: 2px solid #687F17 !important;
}
.page-id-1721 .img-resize img {
	width: 100% !important;
}
.page-id-1721 .center-img figure.animated-overlay {
	    width: 400px;
}
 .title-wrap {
	margin-bottom:0;
}
.page-id-1653 .title-wrap .spb-heading {
	    line-height: 17px;
	padding: 10px;
}

.spb_parallax_asset {

}

	.spb_parallax_asset.parallax-scroll {
	   background-size: cover !important;
	background-attachment: fixed !important;
}
/* --------------------------------------------
HIDE
-------------------------------------------- */
.hide {
	display:none;
}

/* --------------------------------------------
MP Rotator
-------------------------------------------- */

.pdf-img {
    width: 50%;
    margin-top: 20px;
}



/* --------------------------------------------
Irrigation Planner
-------------------------------------------- */

.page a {
    color: #687f17;
}
.page-section {
	padding-bottom:30px !important;
}
.page a:hover,
.page a:focus {
    color: #a4b748;
}

.page-id-318 .list-style li {
	    width: 100%;
}
.column-content {
	padding: 0 15px !important;
}
.column-content .spb-asset-content {
	margin-top:0 !important;
}
/* --------------------------------------------
	Reticulation care
-------------------------------------------- */
.retic-page.page-section  .spb_parallax_asset {
	box-shadow: none;
}
.page figure.animated-overlay figcaption,
.single figure.animated-overlay figcaption {
    background-color: transparent !important;
}

.page .gallery-masonry {
    margin-top: 20px;
}

.page .blank_spacer.col-sm-12 {
	margin: 10px 0;
}
h3.hgreen {
	margin-bottom:20px;
}
.hgreen {
    color: #687f17;
    font-weight: bold;
    margin-top: 0;
	  font-size:24px;
	
}

.page .inner-page-wrap h2.hgreen {
    font-size: 25px;
}

.no-cap .thumb-info .ss-view {
    display: none;
}

.page .ilightbox-container .ilightbox-social {
    opacity: 0 !important;
    display: none !important;
}

.page .gallery-image .thumb-info .ss-search {
    display: none;
}
.page-section .cf2 {
	    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid rgb(204, 204, 204);
        padding: 10px 30px !important;
    background-color: rgb(255, 255, 255);
	min-height:auto !important;

}
.page-section .cf2 .title-wrap {
    float: none;
    margin-bottom: 0 !important;
    text-align: center;
}
.page-section .cf2 h3 {
	border: solid 1px #819a28 !important;
    color: #819a28 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 1px;
	    float: none;
	margin-top: 25px !important;
	margin-bottom: 20px !important;
	position: relative;
	overflow: visible;
}
.page-section .cf2 .headerTitle {
	margin-top: 70px;
}
.page-section .cf2 .headerTitle h3{
	padding: 10px;
}
.page-section .cf2 h3:after {
	content: " ";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	width: 1px;
	height: 1px;
	border-top: solid 15px #819a28;
	border-left: solid 25px transparent;
	border-right: solid 25px transparent;
}

.page-section .cf2 .spb-asset-content {
	margin: 0 !important
}
.page-section .cf2 .wpcf7 .wpcf7-select {
    background-image: url(images/arrow.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 36px 10px !important;
    color: #d09721;
    padding: 8px;
	
}
.cf2 input[type="text"], .cf2 input[type="email"], .cf2 input[type="tel"], .cf2 .wpcf7 .wpcf7-select {
    margin-bottom: 5px !important;
    font-size: 12px !important;
    padding: 10px;
    height: 40px !important;
    background: #fff !important;
}

/* contact form 7 on water bore page */

span.wpcf7-form-control-wrap.your-message {
    margin-bottom: 10px;
}

.modal-dialog .modal-content{
  max-width:430px;
}

.modal-dialog .modal-content .modal-body{
  padding-bottom:30px !important;
}

input.wpcf7-form-control.wpcf7-submit.water-enquiry {
    padding: 11px 22px !important;
}


.water-bore-enquiry-form {
    max-width: 400px;
}

.cf.home-form.water-bore-form {
    max-width: 400px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.water-enquiry-text {
    margin-bottom:15px !important;
}

.enquiry-form-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color:#fff;
}


/* end of contact form 7 on water bore page */
.cf2 br {
	display:none;
}

.cf2 .wpcf7 input.wpcf7-submit[type="submit"] {
    /*background-color: #819a28 !important;*/
	background-image: url('/wp-content/uploads/2016/08/button-2.png');
    float: left !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 13px 40px;
    margin-top: 5px;
	  width: 100%;
	
}
.cf2 .wpcf7 input.wpcf7-submit[type="submit"]:hover,
.cf .wpcf7 input.wpcf7-submit[type="submit"]:hover {
	    background-image: url(/wp-content/uploads/2016/08/buttonflip-3.png) !important;
}


/* --------------------------------------------
	SPB Section
-------------------------------------------- */
.spb-testimonial {
	    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.spb-testimonial .testimonial-icon {
	    height: 80px !important;
}
.spb-testimonial .spb-bg-color-wrap {
	background: none !important;

}
.spb-testimonial .spb-asset-content {
		padding-top:0 !important;
	padding-bottom:0 !important;
}
.spb-testimonial .testimonial-icon {
	margin-bottom:0 !important;
	height:100px;
}
.spb-testimonial .testimonial-text h1.hgreen {
	color:#fff !important;
}
.spb-testimonial .ss-quote:before {
	    content: "\201D" !important;
    font-size: 105px !important;
    color: #fff !important;
	    position: relative;
}

.spb-testimonial .flex-prev:before {
	    content: "\f104" !important;
}
.spb-testimonial .flex-next:before {
	    content: "\f105" !important;
}

.spb-testimonial .flex-prev:before,
.spb-testimonial .flex-next:before {
	    font-size: 35px !important;
}
.btn-quote a.sf-button {
	margin-bottom:0;
}




.spb-buttons  .spb-icons .spb-asset-content,
.testimonialspb .spb-icons .spb-asset-content{
    margin: 0 !important;
}
.spb-buttons  .sf-icon-box-standard {
	padding-top:0;
}
/* --------------------------------------------
	Waterwise Reticulation
-------------------------------------------- */

.page .gallery-masonry {
    margin-bottom: 0;
}


/* --------------------------------------------
	Lawns
-------------------------------------------- */

.page .gallery-masonry .title-wrap {
    padding-left: 15px;
}

.page .gallery-masonry .title-wrap h3 {
    font-size: 25px;
}

.page-id-415 .spb_gallery_widget .masonry-gallery {
    margin-left: 0;
    margin-right: 0;
}

.page-id-1681 .gallery-item h3.gallery-item-title {
	 margin-top: 5px;
    text-align: center;
}
/* --------------------------------------------
	MP Rotator
-------------------------------------------- */

.page .has-right-sidebar .spb_video_widget {
    margin-bottom: 20px;
}

.page .ul-disc {
    padding-left: 20px !important;
    list-style: disc !important;
}


/* --------------------------------------------
	Testimonial
-------------------------------------------- */

.testimonial-page .testimonials .testimonial-cite img {
    display: none;
}

.testimonial-page .testimonials>li:before {
    content: "\201D" !important;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 105px !important;
    color: #819a28 !important;
}

/* --------------------------------------------
	landscaping
-------------------------------------------- */
 h3 {
 margin-top:0;	
}


/* --------------------------------------------
	Reticulation
-------------------------------------------- */

.pad-left {
    padding: 0 30px;
}
.tab-content .author-details .social-icons {
	    left: 15px;
}

/* --------------------------------------------
	Contact US
-------------------------------------------- */
.contact-icons i{
	color: #687F17;
}

.contact-form p{
	color: white;
}
.contact-form .wpcf7 input.wpcf7-submit[type="submit"]{
	background-color: white !important;
	color: #687F17 !important;
	width: 100%;
}

/* --------------------------------------------
	Reticulation Services
-------------------------------------------- */

.page-id-487 .no-break {
    display: none;
}
.list-style2 {
	float:left;
	margin-bottom:20px;
}

.list-style2 li {
	width:100%;
    float: left;
    list-style: none;
}
.list-style2 li:before {
    content: '\f00c';
    font-family: fontAwesome;
    padding-right: 10px;
}
/* --------------------------------------------
	Reticulation installation Beeliar
-------------------------------------------- */

.page-id-386 .hgreen {
    font-size: 17px;
}
.link-btn a {
	text-transform:underline;
	font-weight:bold;
}
.page-id-1629 .page .gallery-masonry {
    margin-top: 0;
}

/* --------------------------------------------
	Book a Quote - Landscaping
-------------------------------------------- */
.modal-header {
 display:none;	
}
.modal-body {
	    background: #5d6d20;
}
.modal-body div.wpcf7-mail-sent-ok { 
	color: #fff;	
}
.form_header {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 3px #ffffff;
    padding-bottom: 20px;
	    margin-top: -40px;
}
button.close {
	    z-index: 9999 !important;
    position: relative !important;
}
.form_header .fa {
	    float: left;
    width: 100%;
    font-size: 100px;
    margin-top: 15px;
}
.form_header h3 	{
	color: #fff;
    font-size: 28px;
}
.form_header {
	color:#fff;
}
.form_header .three_fourth{
	    padding-top: 20px;
}
.frm-quote label {
    font-size: 15px !important;
    float: left;
    width: 100%;
	color:#fff;
}
.frm-quote p {
	color:#fff;
}
.frm-quote > label {
    margin-bottom: 0;
	color:#fff;
}

.frm-quote .wpcf7-radio span.wpcf7-list-item {
    margin-left: 5px;
}

.frm-quote input[type="tel"],
.frm-quote input[type="email"],
.frm-quote input[type="text"],
.frm-quote textarea {
    font-weight: 100 !important;
}
.frm-quote input[type="file"] {
	color:#fff;
	border:0;
	margin-bottom: 10px;
}
.modal-body br {
	display:none;
}
.frm-quote input.wpcf7-submit[type="submit"] {
	    width: 100%;
    margin: 0 !important;
	    text-transform: uppercase;
}

.bold {
    font-weight: bold !important;
}

.fullwidth {
    width: 100% !important;
}

.mrgn-btm {
    margin-bottom: 20px !important;
}

.mrgn-zero {
    margin-right: 0 !important;
}

.frm-quote .your-name > br {
    display: none !important;
}

.zro-margin {
    margin-bottom: 0 !important;
}

.frm-quote .wpcf7-radio .wpcf7-list-item.has-free-text {
    width: 100%;
    margin-bottom: 20px;
}

.frm-quote .wpcf7-radio .wpcf7-list-item {
    float: left;
    clear: both;
}
.page-id-1660  .wpcf7 .frm-quote input.wpcf7-submit[type="submit"] {
        margin-top: 20px !important;
}

.wpcf7 .frm-quote input.wpcf7-submit[type="submit"] {
    background-color: #687f17 !important;
}

.frm-quote .wpcf7-submit {
    float: left !important;
    margin: 20px 0 !important;
    font-size: 15px !important;
}

.wpcf7 .frm-quote input.wpcf7-submit[type="submit"]:hover {
    background-color: #a4b748 !important;
    border-color: #a4b748 !important;
}

.page-id-304 .no-break {
    display: none !important;
}
/*
.fullwidth.first .project-timeline .wpcf7-list-item.has-free-text {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}*/

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus {
    border-color: #687f17 !important;
}


/* --------------------------------------------
	Book a Reticulation Service
-------------------------------------------- */

.frm-quote .one-half {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 20px;
    float: left;
}

.frm-quote .first {
    margin-left: 0;
    clear: both;
}

.frm-quote .your-city > br {
    display: none;
}

.frm-quote .your-zip {
    margin-right: 0;
}



/* --------------------------------------------
	Residential Landscaping Gallery â€“ 1
-------------------------------------------- */

.p-pfolio .title-wrap.clearfix {
    padding-left: 15px;
}

.pagination-wrap li a:hover,
ul.bar-styling li:not(.selected) > a:hover {
    background: #ff9800 !important;
    border-color: #ff9800 !important;
}
.page .thumb-info {
	display:none ;
}

.page-id-1713 .spb_portfolio_widget .animated-overlay .img-wrap {

}
.header-design {
	
}
/* --------------------------------------------
Reticulation Commercial
-------------------------------------------- */
.page-section-1 section.container:nth-of-type(2) > .row {
	    margin: 0;
}

/* --------------------------------------------
	Commercial Landscaping Gallery
-------------------------------------------- */

.page-id-677 .gallery-masonry,
.page-id-677 .portfolio-wrap h2.spb-heading {
    padding: 0 15px;
}

.page-id-1717  h3.hgreen,
.page-id-1715 h3.hgreen,
.page-id-1713  h3.hgreen,
.page-id-1699 h3.hgreen,
.page-id-1740  h3.hgreen,
.page-id-1751 h3.hgreen {
	    margin-bottom: 0px;
}
.postid-734 .page-content h3.hgreen,
.page-id-1660 .page-content h3.hgreen,
h3.hgreen{
	margin-bottom:20px;
}
/* --------------------------------------------
	Posts
-------------------------------------------- */

.single .inner-page-wrap.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single .media-wrap {
    margin: 0 !important;
}

.postid-743 .spb_image,
.mrgn-top,
.page-id-799 .spb_raw_html,
.page-id-802 .spb_raw_html {
    margin-top: 20px !important;
}

.single a {
    color: #687f17;
}

.postid-748 .spb_video_widget {
    margin: 20px 0 !important;
	height: 400px;
}

.center-align {
    float: none;
    margin: 20px auto;
    width: 75%;
}
.postid-714 .list-post li {
	    padding: 0 10px;
}

.single .post-aux-wrap {
	display: block !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.single .post-aux-wrap .author-info-wrap {
	width: 100% !important;
	border: none !important;
	padding-top: 0 !important;
	margin-bottom: 50px !important;
}

.single .post-aux-wrap .post-info {
	display: none !important;
}

.single .article-extras {
	display: none !important;
}

/* --------------------------------------------
    IOS MODAL FORM FIX - CSS
-------------------------------------------- */
.apple-mobile-browser.modal-open{
    position:fixed !important;
}
.apple-mobile-browser.modal-open .modal .modal-dialog{
    overflow:hidden !important;
}

/* --------------------------------------------
	Mount Claremont
-------------------------------------------- */
.page-id-1751 .list-style2 li {
	width:50%;
}
.page-id-1751 .list-style2 li:nth-child(2n+1) {
	clear:both;
}
.img-container .spb_image figure {
	    width: 400px;
    margin: 0 auto;
	margin-top:20px;
}
.a-mrgn-top {
	margin-top:-5px;
}
.page-id-1751 .img-container .title-wrap .spb-heading{
	float:none !important;
	text-align:center !important;	
}
.page-id-1751 .img-container:first-of-type .spb-asset-content {
	float: right;
}
.page-id-1751 .img-container:last-of-type .spb-asset-content {
	float: left;
}
.page-id-1751 .img-container:first-of-type .spb_image {
	    padding:0 20px;
}
.page-id-1751 .img-container:last-of-type .spb_image {
	    padding:0 20px;
}
/* --------------------------------------------
	Landscape Design
-------------------------------------------- */
.center-img figure.animated-overlay {
	margin:0 auto;
	margin-top:20px;
	width:250px;
}
.page p.img-text {
		font-size: 12px !important;
    margin-bottom: 20px !important;
}

/* --------------------------------------------
	Blog Page
-------------------------------------------- */
.page-heading {
	 background-color: #fff !important;
}
.blog-container figure.thumb-media-image {
    width: 200px !important;
}

.blog-container .mini-items .blog-item h3 {
    font-size: 35px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    line-height: 35px !important;
}

.blog-container .no-break,
.blog-container .title-wrap ul.post-filter-tabs {
    display: none !important;
}

.blog-container .read-more-button {
    width: 130px !important;
    font-size: 15px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 0 !important;
    padding: 0 !important;
}

.blog-container .read-more-button:before {
    content: "\f101";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blog-container .read-more-button:hover:before {
    -webkit-animation-name: hvr-icon-hang-sink, read-more-button;
    animation-name: hvr-icon-hang-sink, read-more-button;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}


/* Icon Hang */

@-webkit-keyframes read-more-button {
    0% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@keyframes read-more-button {
    0% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}


/* --------------------------------------------
	Sharethis
-------------------------------------------- */

.no-break .share {
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}


/* --------------------------------------------
	Sidebar
-------------------------------------------- */
.inner-page-wrap .col-sm-8.clearfix {
	width:75% !important;
}
.sidebar.right-sidebar {
 width:25% !important;
}
.sidebar .widget ul li > a:before {
	    padding-left:10px !important;
}

.sidebar {
    background: #f6f6f6;
    padding: 0 !important;
	  font-size:15px;
}

.sidebar input[type="text"]:focus {
    border-color: #687f17 !important;
}

.sidebar .widget {
    padding-bottom: 0 !important
}

.sidebar img {
    width: 100%;
}

.sidebar .widget-heading.title-wrap {
    background: #687f17;
    padding: 15px !important;
}

.sidebar .widget-heading h4 {
    margin-bottom: 0 !important;
    color: #fff !important;
}

.sidebar .widget_search {
    padding: 20px !important;
}

.sidebar .widget_text .textwidget {
    padding: 0 20px 20px 20px !important;
}

.sidebar .widget_search form input[type="submit"] {
    display: none;
}

#nav_menu-2 {
    padding-bottom: 0 !important;
}

.sidebar .widget_nav_menu .menu,
.sidebar .widget_recent_entries ul {
    padding: 0 20px;
}

.side-img {
    width: 250px !important;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}

.sidebar .widget_nav_menu ul>li.current-menu-item a {
    color: #687f17 !important;
}

.sbar-container {
    background: #fff;
    border: 5px solid #ddd;
    max-width: 100%;
    padding: 5px;
    text-align: center;
    width: 250px;
    margin: auto;
}

.sbar-container1 {
    max-width: 100%;
    text-align: center;
    width: 300px;
    margin: auto;
}

.sbar-container span {
    margin-top: 5px;
    display: block;
}

#text-21 .textwidget {
    padding: 0 !important;
}

.mp-container {
    padding: 20px 20px 0 !important;
    width: 300px;
    margin: auto;
}

.mp-container:last-child {
    padding-bottom: 50px !important;
}


/* --------------------------------------------
	Footer
-------------------------------------------- */

#footer {
    background-image: url(images/footer-bg.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
    border-top: 0 !important;
}

#text-2,
#text-3,
#text-4 {
    color: #222 !important;
}

#footer-widgets h6 {
    color: #819a28 !important;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
#footer-widgets h4 {
	    font-family: 'quicksans' !important;
}

.title-style span {
    color: #819a28;
}

.footer-widgets1 {
    position: relative;
}

#footer .fcontainer {
    padding: 60px 0 0 95px;
}

.title-style {
    color: #222 !important;
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    position: relative;
}

#footer-widgets p {
    color: #222 !important;
    font-size: 15px !important;
}

.title-style span:after {
    content: "";
    border-bottom: 2px solid #819a28;
    width: 42px;
    position: absolute;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#text-3 .fcontainer,
#text-4 .fcontainer {
    padding-top: 59px !important;
    padding-right: 5px;
}

.footer-widgets2 .fa,
.footer-widgets3 .fa {
    left: 15px !important;
}

#footer-widgets .fa-phone,
#footer-widgets .fa-map-marker,
#footer-widgets .fa-envelope {
    width: 70px;
    height: 70px;
    background: #819a28;
    line-height: 70px;
    text-align: center;
    font-size: 55px;
    color: #fff;
    position: absolute;
    top: 73px;
    left: 0;
}

#footer-widgets .fa-envelope {
    font-size: 40px !important;
}

.fcontainer span {
    clear: both;
    font-size: 15px;
    line-height: 1.5;
    float: left;
}

.fcontainer a {
    color: #222 !important;
}

.footer-widgets3 .fcontainer:last-child {
    margin-right: 15px;
    padding-left: 0 !important;
    text-align: center;
}

.footer-widgets3 .fcontainer:last-child h6 {
    margin-bottom: 20px !important;
}

.footer-widgets3 ul.social-icons li:not(.sf-love) a {
    font-size: 25px !important;
    color: #fff !important;
    border-radius: 3px;
    background: #819a28;
}

.footer-widgets3 ul.social-icons li:not(.sf-love) a i {
    top: -4px !important;
    left: -2px !important;
}

.footer-widgets3 .fcontainer:last-child i.fa-facebook {
    left: 0 !important;
}

.footer-widgets3 ul.social-icons li a:hover i {
    top: -50px !important;
}

.footer-widgets3 .instagram a {
    background-color: #819a28 !important;
}

#copyright {
    font-size: 17px;
    background-color: #718b29 !important;
    border: 0 !important;
}

#copyright p,
#copyright .text-left,
#copyright .text-right {
    color: #fff !important;
    font-size: 14px !important;
}
.spb-icons .spb-asset-content{
	margin: 10px 0 !important;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title{
	display: none;
}
	#mobile-logo.has-img{
		max-width: 100% !important;	
	}

/* --------------------------------------------
	Responsive
-------------------------------------------- */

@media (max-width: 1270px) {
    .container {
        padding: 0 15px;
    }
    .home-section-2 .spb-asset-content {
        margin-top: 0 !important;
    }
    .home-section-2 .one-third:first-child img {
        width: 350px;
    }
    .section2-bottom ul {
        padding-left: 36px;
    }
	.home-section-2 .section2-pad h2 {
		margin-top:0;
	}
	.home-section-2 .wpcf7 .wpcf7-select {
		    background-position: right -12px center !important;
	}
}

@media (max-width: 1200px) {
    #menu-primary-menu-1 a {
        letter-spacing: 1px;
    }
    .home-section-2 {
        position: relative;
    }
    .icons {
        padding-top: 10px;
    }
    .home-section-2 .one-third:first-child .img-wrap {
        position: inherit;
    }
    .home-section-2 .title-wrap {
        margin-bottom: 0;
    }
    .home-section-2 .one-third:nth-child(2) .img-wrap img {
        width: 60px;
        height: 60px;
    }
    .home-section-2 .one-third:first-child img {
        width: 300px;
    }
    .home-section-2 .one-third:nth-child(2) {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .home-section-2 .one-third:last-child .title-wrap {
        margin-bottom: -13px !important;
    }
		 .section2-bottom h2 {
		margin-top:20px !important;
	}
    .section2-bottom {
        padding-top: 0;
    }
    .section2-bottom ul {
        font-size: 12px !important;
    }
	.section2-bottom ul li {
		 font-size: 12px !important;
	}
    .fa-check-circle {
        background: #e8e8e8;
        padding: 4px;
        border-radius: 100%;
        color: #6a8701;
        font-size: 13px !important;
        margin-right: 5px;
        text-align: center;
    }
    .home-section-2 .one-third:nth-child(2) .col-sm-12 p {
        font-size: 12px !important;
    }
    .home-section-2 .wpcf7-textarea {
        height: 125px !important;
    }
    .cf input[type="text"],
    .cf input[type="email"],
    .cf input[type="tel"],
    .cf textarea,
    .cf .wpcf7 .wpcf7-select {
        margin-bottom: 5px !important;
        height: 30px !important;
    }
    .cf .wpcf7 input.wpcf7-submit[type="submit"] {
        margin-bottom: 0 !important;
    }
    .home-section-2 .one-third:first-child .img-wrap,
    .home-section-2 > .spb_content_element > .container > .row.multi-column-row:first-of-type {
        min-height: 437px !important;
    }
    .home-section-2 .wpcf7 .wpcf7-select {
        padding: 7px !important;
        font-size: 13px !important;
    }
	.page-section .cf2 {
		padding: 10px 20px !important;
	}
	.home-section-2 .one-third.cf .col-sm-12.spb_text_column {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1081px) {
	.sect2-content-up  p {
		padding-left: 20px;
    		padding-right: 20px;
	}
}

@media only screen and (max-width: 1067px) {
    .row {
        margin: 0 !important;
    }
	.home-section-2 .wpcf7 .wpcf7-select {
		    font-size: 11px !important;
	}
	.home-section-2  .one-third.cf {
		padding:0 !important;
	}
	.home-section-2 .wpcf7 .wpcf7-select {
		    background-position: right -12px center !important;
	}
	.testimonialspb .fa-chevron-circle-right {
		display:none !important;
	}
}

@media only screen and (max-width: 991px) {
    .container {
        width: 100% !important;
    }
    .home-section-2 .one-third:nth-child(2) {
        padding-left: 30px !important;
    }
    .icons:first-child .clearfix {
        width: auto !important;
    }
	.page-section .cf2 {
    padding: 10px 0px !important;
}
	.page-section .cf2 .wpcf7 .wpcf7-select {
		    font-size: 13px !important;
	}
}

@media only screen and (max-width: 960px) {
	.btn-quote a.sf-button span.text{
		font-size: 9px;
	}
	#mobile-menu ul li {
		text-align:left;
	}
			.home-section-2 .wpcf7 .wpcf7-select {
		    font-size: 13px !important;
	}
    .home-section-2 .one-third:first-child img {
        width: 270px;
    }
    .home-section-2 .one-third:nth-child(2) {
        padding-left: 40px !important;
    }
    .section2-bottom {
        padding: 0;
    }
    .section2-bottom ul {
        margin: 20px auto;
        display: inline-block;
    }
    .home-section-2 .wpcf7-textarea {
        height: 125px !important;
    }
    .one-third {
        width: 100%;
    }
    .home-section-2 .one-third:first-child img {
        margin: auto;
        left: 0;
        right: 0;
    }
    .home-section-2 .one-third:first-child .img-wrap {
        min-height: 450px;
    }
  
    .header-wrap,
    #header-section .is-sticky .sticky-header,
    #header-section.header-5 #header {
        border: 0 !important;
    }
    .home-section-1 .wrap {
        width: 100%;
    }
    .page-col {
        width: 100%;
        margin-right: 0 !important;
    }
    .page-col:first-child {
        margin-bottom: 30px !important;
    }
    .pfolio .multi-masonry-item:nth-child(2),
    .pfolio .multi-masonry-item:nth-child(3),
    .pfolio .multi-masonry-item:nth-child(2) .multi-masonry-img-wrap img,
    .pfolio .multi-masonry-item:nth-child(3) .multi-masonry-img-wrap img {
        height: auto!important;
    }
    .home-section-5 .testimonials .testimonial {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px !important;
    }
    #copyright .text-left,
    #copyright .text-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #footer-widgets .col-sm-4 {
        width: 100%;
    }
    #footer .fcontainer {
        padding: 0;
        text-align: center;
    }
    .fcontainer span {
        text-align: center;
        display: block;
        margin: auto;
        float: none;
    }
    #footer-widgets .fa-phone,
    #footer-widgets .fa-map-marker,
    #footer-widgets .fa-envelope {
        position: relative;
        top: 0;
        left: 0 !important;
        right: 0;
        margin: 20px 0;
    }
    .fa-envelope {
        display: block !important;
        margin: 20px auto !important;
    }
    #footer-widgets h4:first-of-type {
        margin-bottom: 50px !important;
    }
    .home-section-5 .col-sm-12.testimonial {
        padding-left: 0;
        padding-right: 0;
    }
    #footer .fcontainer {
        margin-right: 0 !important;
    }
    .section2-bottom ul {
        padding-left: 0 !important;
    }
    .home-section-2 .one-third:first-child .img-wrap,
    .home-section-2 > .spb_content_element > .container > .row.multi-column-row:first-of-type {
        min-height: 400px !important;
    }
    .pfolio-gallery-img,
    .pfolio-gallery-img2,
    .pfolio-gallery .row.multi-column-row {
        min-height: 100px !important;
        height: auto !important;
    }
    .pfolio-gallery-img img {
        height: 250px !important;
    }
    .pfolio-gallery-img2 img {
        height: 250px !important;
    }
	.list-style li {
		width:50%;
	}
		.page-section .one-third {
		    width: 33.33333333% !important;
	}
			.home-section-2 .one-third.cf .col-sm-12.spb_text_column {
		    padding: 0 30px !important;
	}
	.img-container .spb_image figure {
		width:100%;
	}
	.page-id-1751 .img-container:first-of-type .spb-asset-content,
	.page-id-1751 .img-container:last-of-type .spb-asset-content{
	float: none;
}

}
@media only screen and (max-width: 897px) {
a.sf-button.sf-icon-stroke span.text {
    padding: 10px !important;
    text-align: center !important;
	font-size:
}
}

@media only screen and (max-width: 857px) {
a.sf-button.sf-icon-stroke span.text {
	font-size:7px;
}
}
@media only screen and (min-width: 768px) {
	.postid-273 ul li {
		list-style:none;
	}
	}
@media only screen and (max-width: 767px) {
		.spb_parallax_asset.parallax-scroll {
	background-attachment: scroll !important;
}
	.spb-row-container{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.ilightbox-holder div.ilightbox-container{
		width: 250px !important;
		height: 150px !important;
	}
	.fancy-heading.fancy-image.light-style h1{
		line-height: 75px;
	}
	
	iframe{
		height: 250px !important;
	}
	.img-wrap{
		margin: 0 auto !important;
	}
	.fcontainer p{
		text-align: center !important;
	}
	h2{
		text-align: left !important;
	}
	p{
		text-align: left !important;
	}
	h2::after{
	position: absolute !important;
	content: "" !important;
	width: 42px !important;
	border-bottom: 2px solid #819a28 !important;
	left: 0 !important;
	clear: both !important;
	top: 110% !important;
	margin: 0 !important;
}
	.landscaping-page ul{
		margin-bottom: 0 !important;
	}
	.page-heading.fancy-heading.animated{
		height: 200px !important;
		padding-top: 50px !important;
	}
	#copyright nav .menu{
		padding-top: 40px !important;
		padding-bottom: 52px !important;
	}

	.home-section-1 h1:first-child,
    .home-section-1 h1:last-child {
        font-size: 20px;
    }
    .home-section-1 h1 {
        padding: 10px 0;
    }
    .icons {
        width: 50%;
        float: left;
    }
    .home-section-2 .one-third:nth-child(2) .img-wrap img {
        width: 88px;
        height: 88px;
    }

    .home-section-2 .one-third:nth-child(2),
    .home-section-2 .col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-section-2 .one-third:nth-child(2) .img-wrap img {
        margin: 0 auto;
    }
		.home-section-2  .one-third.cf {
		padding: 15px !important;
	}
    .pfolio .multi-masonry-item,
    .pfolio .multi-masonry-item .multi-masonry-img-wrap img {
        height: 350px !important;
    }
    .cf .wpcf7 input.wpcf7-submit[type="submit"] {
        margin-bottom: 20px !important;
    }
   /* .page-heading {
        margin-top: 20px;
    } */
    .no-break {
        text-align: center;
    }
	.select .wpcf7 select{
		font-size: 11px !important;
	}
    .frm-quote .wpcf7-radio span.wpcf7-list-item {
        margin-left: 0;
    }
    .center-align {
        width: 100%;
    }
    .pfolio .multi-masonry-item {
        margin-bottom: 20px !important;
    }
    .page-id-282 .spb_image.thumbnail-default {
        width: 50%;
        margin: 20px auto;
    }
    .postid-749 .spb_image {
        width: 50%;
        margin: 20px auto;
    }
    .pdf-img {
        width: 300px;
        margin: 20px auto;
    }
    .pfolio ul {
        letter-spacing: 2px;
    }
    .pfolio ul li {
        padding: 0px 10px;
    }
    .pfolio-gallery-img img,
    .pfolio-gallery-img2 img {
        margin-bottom: 20px;
    }
    .blog-container .mini-items .blog-item h3 {
        font-size: 25px !important;
    }
    .blog-container ul li {
        width: 100%;
    }
    .blog-container figure.thumb-media-image {
        display: block !important;
        float: none !important;
        margin: 10px auto !important;
    }
		.inner-page-wrap .col-sm-8.clearfix {
				width:100% !important;
		}
		.sidebar.right-sidebar {
				width:100% !important;
			  margin-bottom: 50px;
		}
	.blank_spacer.divider {
		margin-bottom:50px !important;
	}
		.list-style li {
		width:100%;
	}
	.spb-testimonial .testimonial-text {
		padding:0 20px !important;
	}
	.auto-height .spb_content_element.spb_image,
	.page-id-1639 .spb_content_element.col-sm-6.column-content,
	.page-id-1743 .spb_content_element.col-sm-6.column-content{
			min-height:auto !important;
	}
	.page-id-1743 .spb_content_element.col-sm-6.column-content {
		margin-bottom:20px !important;
	}
	.auto-height .spb-column-container {
	min-height:auto !important;
		margin-bottom:10px !important;
}
		.btn-quote a.sf-button {
	margin-bottom:20px;
}
	.img-rt {
		margin-top:20px !important;
	}
  .cf2{
		margin-top: 20px !important;
	}
	.page-id-1751 .list-style2 li,
	.list-post li {
	width:100% !important;
}
	.postid-749 .center-content.spb_image figure {
		    width: 150px !important;
	}
	.postid-749 .list-post li,
	.postid-748 .list-post.list-half li{
	width:50% !important;
}
	.single-post .spb-row-container.spb-row-content-width.col-sm-12 {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
	.center-content.spb_image figure{
	width:100%;
	margin: auto;
	
}
	h3.hgreen {
		margin-bottom:20px;
	}
	.spb_image {
	margin-bottom:20px;
}
	footer#copyright .text-left{
		text-align:center !important;
	}
	.auto-height .spb_content_element {
		min-height:auto !important;
	
	}
	.gallery-item figure img {
		margin: auto;
	}
	.page-id-1653 .title-wrap .spb-heading {
		    text-align: center;
		    float: none;
	}
	#copyright nav .menu li {
		text-align:center;
	}
	.spb_parallax_asset {
		    background-attachment: fixed !important;
	}
	.auto-height {
		min-height: none !important;
	}
	.testimonialspb .auto-height .spb-asset-content {
		margin:0 !important;
}
	.testimonial-slider .slider-wrap {
		    padding-top: 30px !important;
    padding-bottom: 0 !important;
	}
		.testimonialspb .fa-chevron-circle-right {
		display:block !important;
	}
	.btn-quote .sf-button.accent {
		    text-align: left;
	}
	a.sf-button.sf-icon-stroke span.text {
	font-size:11px;
		text-align:left !important;
}
	.testimonialspb p {
		text-align:center !important;
	}
	.page-id-1681 .gallery-item h3.gallery-item-title {
		margin-bottom:20px;
	}
	.fancy-heading.fancy-image.light-style h3 {
		font-size: 15px  !important;
	}
	.blog-item, .mini-blog-item-wrap {
		padding-top: 30px;
	}

	.post-741 .blog-image,
	.postid-743 .blog-image,
	.postid-734 .blog-image {
    height: 100% !important;
}
	.page-section .cf2 .spb-asset-content {
		    padding-left: 0 !important;
    padding-right: 0 !important;
	}
	.pfolio ul li:last-child {
		margin-bottom:0;
	}
	.spb_text_column {
		margin-bottom: 20px;
	}
	.sf-video-wrap {
		padding-bottom:0 !important;
	}
	.sf-video-wrap > iframe {
		    position: relative ;
	}
	.postid-748 .blank_spacer,
	.postid-714  .blank_spacer,
		.page-id-1671  .blank_spacer {
	display:none;
}
	.postid-748 .auto-height .spb_content_element.col-sm-3 {
		width:50%;
		float:left;
	}
	.form_header h3 {
		text-align: center;
	}
	.form_header .fa {
		font-size: 50px;
	}
	.page-id-1629 .col-sm-9.link-btn.spb_text_column {
		padding-left:0;
	}

}

@media only screen and (max-width: 600px) {
    .home-section-1 img.size-full {
        height: 300px !important;
        object-fit: cover !important;
    }
    .home-section-1 h1:first-child,
    .home-section-1 h1:last-child {
        font-size: 15px;
    }
    .home-section-1 h1 {
        padding: 5px 0;
    }
    h3,
    .home-section-2 .title-wrap .spb-heading {
        font-size: 25px !important;
    }
    body,
    p {
        font-size: 15px !important;
    }
    .home-section-2 .one-third:first-child img {
        width: 200px;
    }
    .home-section-2 .one-third:first-child .img-wrap {
        min-height: 400px;
    }
    .page-col h3 {
        font-size: 18px !important;
    }
    .col-icons img {
        width: 80px !important;
    }
    .content {
        padding-left: 96px;
    }
    .home-section-5 .testimonial-text {
        font-size: 15px !important;
    }
    .home-section-2 .one-third:first-child .img-wrap,
    .home-section-2 > .spb_content_element > .container > .row.multi-column-row:first-of-type {
        min-height: 350px !important;
    }
    .home-section-2 .one-third {
        min-height: 370px !important;
    }
    .page-heading h1 {
        text-align: center;
    }
    .author-details .social-icons {
        position: relative;
        left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .author-details {
        padding: 0 !important;
    }
    .author-details .author-info {
        padding-left: 0 !important;
    }
    h3.hgreen {
        font-size: 18px !important;
    }

    .pfolio ul li {
        padding: 0 5px;
    }
    .pfolio ul li a:hover {
        border-bottom: 0;
    }
    .tp-leftarrow,
    .tp-rightarrow,
    .tp-bullets {
        display: none !important;
    }
	.home-section-4 .nav-tabs li {
		width:100%;
	}
	
	.home-section-4 .nav-tabs li:first-child {
    left: 0;
		top:40px;
}
.home-section-4 .nav-tabs li:nth-child(2) {
    right: 0;
	top:-40px;
}
	.pfolio ul.pagenavi li {
		    display: inline-flex !important;
		padding:0 !important;
		font-size:12px !important;
	}
	.postid-761 .inner-page-wrap a {
		font-size:14px;
	}
}

@media only screen and (max-width: 545px) {
    .col-icons {
        position: relative;
        text-align: center;
        transform: none;
        width: 100%;
    }
    .col-icons figure.clearfix {
        width: 100% !important;
    }
    .col-icons img {
        display: inline-block;
    }
    .content {
        padding: 0;
        text-align: center;
    }
}
/*-------------------------------------------------------------------
   MOBILE
-------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
	#menu-primary-menu-1 a{
		font-size: 12px !important;
	}
	#main-nav ul.menu > li > a{
		padding: 22px 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.blog-image {
		width: 300px !important;
		height: 100% !important;
	}
	#copyright .text-left {
		height: 90px !important;
	}
	#menu-footer-menu {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#copyright nav .menu {
		text-align: left !important;
		font-size: 11px;
		/*padding: 10px;
		padding-bottom: 40px;*/
	}
	#copyright nav .menu li {
		font-size: 11px !important;
		width: 45%;
		min-width: 0 !important;
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.wpcf7 .wpcf7-select{
		font-size: 11px !important;
	}
	#mobile-logo.has-img{
		width: 100% !important;	
	}
	#mobile-logo.has-img img{
		height: 45px;
    width: 250px;
    max-width: 400px !important;
	}
	#copyright nav .menu li{
		font-size: 12px !important;
		width: 100%;
    min-width: none;
    display: block;
	}
	#copyright .text-left{
		line-height: 25px;
		padding: 15px;
		text-align: left !important;
	}
	.gallery-item figure{
		margin-bottom: 20px !important;
	}
	.portfolio-page .portfolio-pg img{
		width: 100% !important;
		height: 100% !important;
	}
	.blog-items-wrap .img-wrap{
		width: 500px !important;
		height: 250px !important;
	}
	.mini-items .blog-item{
		width: 100%;
	}
	.alex-spb .testimonials-slider .testimonial-text.text-large{
		text-align: left !important;
	}
	.page-heading h1{
		font-size: 40px !important;
	}
	.fancy-heading.fancy-image.light-style h1 {
		line-height:1.2;
	}
	
}

@media screen and (max-width: 330px){
	.btn-quote .sf-button.accent {
		background: #687F17 !important;
	}
	
	a.sf-button.sf-icon-stroke span.text{
		font-size: 10px;
		max-width: 80% !important;
		white-space: normal !important;
		
	}
	
	.blog-items-wrap .img-wrap{
		width: 400px !important;
		height: 200px !important;
	}
}
	
	/*----------------------------
		Forms - Hidden
	----------------------------*/
	.forms-hidden-wrap{
		display:none;
	}

/* --------------------------------------------
	Quote Modal message by John
-------------------------------------------- */
div.wpcf7-validation-errors {
   background: red;
   border: none;
   text-align: center;
   color: white;
   font-weight: 100;
   margin-top: 20px !important;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    font-weight: bold;
    margin-top: 20px !important;
}


/* --------------------------------------------
	Blog with Enquire Form by John
-------------------------------------------- */
.with-enquire-form .home-section-2 .one-third {
    visibility: hidden;
}

.with-enquire-form .home-section-2 .one-third.cf {
    visibility: visible !important;
}

.with-enquire-form .post-aux-wrap {
    margin-top: -450px !important;
    z-index: 999;
}

.with-enquire-form .post-aux-wrap .author-info-wrap {
    width: 70% !important;
}

.with-enquire-form .author-avatar img {
    height: 130px;
    width: 130px;
}

.with-enquire-form .author-bio-text {
    margin-left: 160px;
}

@media only screen and (max-width: 960px) {
    .with-enquire-form .home-section-2 .one-third {
        display: none;
    }
    .with-enquire-form .home-section-2 .one-third.cf {
        display: block !important;
    }
    .with-enquire-form .post-aux-wrap {
        margin-top: 0px !important;
    }
    .with-enquire-form .post-aux-wrap .author-info-wrap {
        width: 100% !important;
    }
    .with-enquire-form .author-avatar img {
        height: 130px;
        width: 130px;
    }
    .author-bio-text {
        margin-right: 15px !important;
    }  
}

@media only screen and (max-width: 768px) {
     .with-enquire-form .one-third.cf .col-sm-12.spb_text_column {
        padding: 0 0 !important; 
    }
    .with-enquire-form .author-avatar img {
        height: 70px;
        width: 70px;
    }
    .with-enquire-form .author-bio-text {
        margin-left: 100px;
    }
}
.linked-section:hover {
	cursor: hand;
	cursor: pointer;
}

/* --------------------------------------------
	Portfolio page by John
-------------------------------------------- */
.page-section.centered-content {
	padding-bottom: 60px !important;
	padding-top: 60px !important;
}

body.front-yard-landscaping-page .fancy-heading {
	background-position: 50% 90% !important;
	height: 400px !important;
}

/* social icons */
.social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.social-icons .googleplus {
	-moz-order: 10;
	-webkit-order: 10;
	order: 10;
}

.hide-others .wpcf7-form-control-wrap {
	display: none;
}
.hide-others .wpcf7-form-control-wrap:first-child {
	display: block;
}
.hide-others a {
	color: inherit
}
.sf-list li {
    padding-left: 30px;
    position: relative;
}
.sf-list li > i {
    left: 0;
    position: absolute;
    top: 5px;
}


/* --------------------------------------------
	Blog Category Page
-------------------------------------------- */
.archive.category .page-heading {
    background-image: url(/wp-content/uploads/2016/08/dsc_0939.jpg);
    text-align: center;
    background-size: cover !important;
    background-position: center center !important;
    padding: 115px 0 !important;
}
.archive.category .page-heading .media-overlay{
    background-color: #000000;
    opacity: 0.30;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.archive.category .page-heading .heading-text h1{
    text-shadow: 0 0 10px #000000;
    font-family: "bistro-script-web" !important;
    color: #fff !important;
    font-size: 70px !important;
    font-weight: normal !important;
    text-align: center;
    text-transform: capitalize;
}
.archive.category .blog-wrap .blog-items .blog-item .img-wrap{
    width: 446px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    height: auto;
}
.archive.category .blog-wrap .blog-items .blog-item figcaption{
    display: none;
}
.archive.category .blog-wrap .blog-items .blog-item .standard-post-content{
  padding-top: 0;
}
.archive.category .blog-wrap .blog-items .blog-item .standard-post-content h1{
  margin-top: -3px;
  word-wrap: break-word;
  margin-bottom: 5px;
  line-height: 24px !important;
  font-style: normal;
   font-size: 18px !important;
  font-weight: 500 !important;
    font-family: 'quicksans' !important;
}
.archive.category .blog-wrap .blog-items .blog-item .standard-post-content h1 a{
  color: #687f17;
}
.archive.category .blog-wrap .blog-items .blog-item .standard-post-content .blog-item-details{
  display: none;
}
.archive.category .blog-wrap .blog-items .blog-item .standard-post-content .read-more-button{
  color: #687f17;
}

.spb-asset-content a.sf-button.sf-icon-stroke {
  width: auto;
}

.button__holder.text-center {
  text-align: center;
}

.button__holder .sf-button {
  min-width: 290px;
}

.button__holder .p1,
.button__holder .sf-button {
  display: inline-block;
  vertical-align: top;
}