/*
 Theme Name:     BF Valuations
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    BF Brokers Group Child Theme
 Author:         David Veale
 Author URI:     http://www.vealesolutions.com.au
 Template:       bf-brokers-group-parent
 Version:        1.0.0
*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #5b5e00;
}

a:visited {
	color: #474a01;
}

a:hover,
a:focus,
a:active {
	color: #474a01;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}

/*FORMS*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #b8b340;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Start Custom CSS */
/* Global Paddings */
	.padding-tb-big{ 
		padding-top: 100px;
		padding-bottom: 100px;	
	}
	.padding-tb-med{ 
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	.padding-tb-small{ 
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	.padding-tb-tin{ 
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	.padding-t-big{ 
		padding-top: 100px;	
	}
	.padding-t-med{ 
		padding-top: 50px;	
	}
	.padding-t-small{ 
		padding-top: 20px;	
	}	
	.padding-t-tin{ 
		padding-top: 10px;	
	}	
    .padding-t-xs {
        padding-top: 4px;
    }
	.padding-b-big{ 
		padding-bottom: 100px;	
	}
	.padding-b-med{ 
		padding-bottom: 50px;	
	}
	.padding-b-small{ 
		padding-bottom: 20px;	
	}
	.padding-b-tin{ 
		padding-bottom: 10px;	
	}
	
	.padding-tb-none,
	.padding-tb-none .vc_col-sm-12 { 
		padding-left: 0px!important;
		padding-right: 0px!important;	
	}
    .padding-r-none {
        padding-right: 0px;
    }
    .margin-b-none {
        margin-bottom: 0px;
    }
	.full-width .site-content .entry-content, .full-width .vc_col-sm-12 { 
		padding-left: 0px!important;
		padding-right: 0px!important;	
	}

/* Side Paddings ( left, right ) */	
	.padding-side-big{ 
		padding-left: 20%;
		padding-right: 20%;	
	}
	.padding-side-med{ 
		padding-left: 10%;
		padding-right: 10%;		
	}
	.padding-side-small{ 
		padding-left: 5%;
		padding-right: 5%;	
	}
	.padding-side-tin{ 
		padding-left: 2%;
		padding-right: 2%;	
	}
    .padding-t-responsive {
        padding-top:110px;
    }
@media only screen and (max-width:994px) {
    .padding-t-responsive {
        padding-top:200px;
    }
}
@media only screen  
and (max-width:768px) { 
	/* Global Paddings */
	.padding-tb-big{ 
		padding-top: 30px;
		padding-bottom: 30px;	
	}
	.padding-tb-med{ 
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	.padding-tb-small{ 
		padding-top: 10px;
		padding-bottom: 10px;	
	}		
	.padding-t-big{ 
		padding-top: 30px;	
	}
	.padding-t-med{ 
		padding-top: 20px;	
	}
	.padding-t-small{ 
		padding-top: 10px;	
	}	
	.padding-b-big{ 
		padding-bottom: 30px;	
	}
	.padding-b-med{ 
		padding-bottom: 20px;	
	}
	.padding-b-small{ 
		padding-bottom: 10px;	
	}
    .padding-t-responsive {
        padding-top:220px;
    }
	/* End of Global Paddings */
	/* Side Paddings ( left, right ) */	
	.padding-side-big{ 
		padding-left: 0%;
		padding-right: 0%;	
	}
	.padding-side-med{ 
		padding-left: 0%;
		padding-right: 0%;		
	}
	.padding-side-small{ 
		padding-left: 0%;
		padding-right: 0%;	
	}	
	.padding-side-tin{ 
		padding-left: 0%;
		padding-right: 0%;	
	}
}

.no-gutter > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}
.no-float-margin-auto {
	float: none;
	margin-left:auto;
	margin-right:auto;
}
.container-fluid {
padding-left:0px;
padding-right:0px;
}
/*HEADER*/	
.container-fluid .header-top {
	background-color: #b8b340;
}
.header-top {
	padding-bottom:10px;
	padding-top:10px;
}
@media only screen and (max-width:1200px) { 
	#masthead .container {
	width:100%;
	}
}
.top-header-contact {
	border-right: thin solid #fff;
}
.top-header-info .social i.fa{
	color: #fff!important;
	font-size:14px;
	padding:0px;
}
	
.social {
	list-style:none;
	padding:0px;
	margin: 0px;
}
.social span {
	float: right;
	color: #fff;
	font-size: 16px;
	margin-bottom:0px;

}
.social li{
	float: left;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-top: 7px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 5px;
}
@media only screen and (max-width: 994px) {
  .social li{
	float: right;
}
.top-header-contact {
	border-right: none;
}
}
.top-header-contact {
	text-align: right;
}
.header-top p {
	color: #fff;
	font-size: 14px;
	margin-bottom:0px;
}
.nav-wrapper {
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.nav-wrapper {
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
.header-top .main-navigation { 
width:100%;
position: absolute;
top:0px;
left: 0px;
z-index:999999;
padding-left: 10px;
padding-right: 10px;
padding-bottom:5px;
background-color:#b8b340;
}
}
@media only screen and (max-width: 767px) {
	#top-menu { 
	position: relative;
	padding: 0px;
	}
	#top-menu .menu-toggle {
		position: relative;
		top: 0px;
		left: 10px;
		z-index:999;
		margin-bottom: 0px;
		width:100%;
		padding: 0px;
	}
	.header-top .menu {
		display: none;
	}
	#top-menu span.glyphicon.glyphicon-menu-down {
		width:100%;
		padding-right: 4px;
	}
	#top-menu .glyphicon-menu-down:before {
		content: "\e259";
		float: right;
		font-size: 14px;
	}
	#top-menu .glyphicon-menu-up:before {
		content: "\e260";
		float: right;
		font-size: 14px;
	}
	#top-menu .glyphicon-menu-down:after {
		float: left;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.desktop-hide {
		display: none;
	}
}
.header-top .menu li{
	padding-left:10px;
	padding-right:10px;
}
@media only screen and (max-width: 767px) { 
.header-top .menu li{
	padding-top:6px;
	width:100%;
	position: relative;
	z-index: 99;
	border-bottom: solid thin #fff;
	}
}
.menu-top-menu-container  ul  .menu-item a{
	color: #fff;
	font-size: 12px;
    text-transform: uppercase;
	line-height: 2.5em;
}
.menu-top-menu-container  ul  .menu-item a:hover {
	color: #88842e;
}
.menu-top-menu-container  ul .current-menu-item {
	font-weight:600;
	background: none;
	color: #000;
}
.menu-top-menu-container  ul .current-menu-item a{
	color: #000;
}
@media only screen and (max-width: 767px) { 
.header-top .menu li a {
	color: #fff;
	font-size: 11px;
}
}
.menu-toggle {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
}
@media only screen and (min-width: 768px) {
.menu-toggle {
	display: none;
}
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus  {
    background: none;
    box-shadow: none;
    border: none;
	outline-style: none;
}
#top-menu span.glyphicon.glyphicon-menu-down {
	font-size: 22px;
	color: #fff;
	background: none;
	box-shadow: none;
    border: none;
	outline-style: none;
	text-shadow:none;
}

.header-bottom {
	padding-bottom: 0px;
	padding-top: 0px;
}

@media only screen and (max-width: 480px) {
	.site-branding {
		width: 80%;
	}
	.site-title img {
		height: auto;
		max-width: 100%;
	}
}
.header-bottom .main-navigation{
	width: auto;
	float: right;
	position: relative;
}
@media only screen and (max-width: 767px) {
.header-bottom .main-navigation{
	width: 100%;
	float: right;
	position: absolute;
	top:0px;
	right:0px;
	z-index:999999;
}
}
.main-navigation ul ul {
    background-color: #fff;
	box-shadow:none;
	padding: 12px;
	border: 1px solid #DCD7D7;
	top:105px;
}
@media only screen and (max-width:983px) {
.main-navigation ul ul {
    top: 104px;
}
}
@media only screen and (max-width: 767px) {
.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: relative;
    top:0px;
    z-index: 99999;
	padding:0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
.main-navigation ul ul {
    top: 91px;
}
}
@media only screen and (min-width:983px) {
.main-navigation ul ul {
    top: 112px;
}
}
@media only screen and (max-width: 767px) {
.header-bottom .menu {
	display: none;
}
.header-bottom .menu li .sub-menu{
	display: none;
}
.header-bottom .menu li .sub-menu-active{
	display: inline-block;
}
}
#site-navigation button{
	font-size: 24px;
	color: #b8b340;
	background: none;
	position: absolute;
	top: -50px;
    right: 10px;
	z-index: 9999;
	padding: 0px;
}

.main-navigation .current-menu-item {
	font-weight: 600;
	background-color: #edf1f4;
}
@media only screen and (max-width: 991px) {
.header-bottom .main-navigation ul li a{
	padding-top: 42px;
		padding-bottom: 43px;
		padding-left: 10px;
		padding-right:10px;
		font-size:13px;
}
}
@media only screen and (max-width: 767px) {
.header-bottom .main-navigation ul li{
	width: 100%;
	display: inline-block;
	line-height: 2.6em;
	background-color:#b8b340;
}
.header-bottom .main-navigation ul li a{
	padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 0px;
	background:none;
	color:#fff;
	border-bottom: solid thin #ADE477;
}
}
@media only screen and (max-width: 768px) {
.header-bottom .main-navigation ul li a:hover,.header-bottom .main-navigation ul li a:focus,.header-bottom .main-navigation ul li a:active{
	background:none;
}
}
.main-navigation .nav-menu .menu-item .sub-menu {
	padding-top: 16px;
	padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
.main-navigation .nav-menu .menu-item .sub-menu {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
.main-navigation .nav-menu .menu-item .sub-menu li {
	width: 200px;
	text-align:left;
}
@media only screen and (max-width: 767px) {
.main-navigation .nav-menu .menu-item .sub-menu li {
    width: 100%;
	text-align: right;
	background-color: #3F5E1F;
}
.main-navigation.toggled ul {
    display: block;
    width: 100%;
    text-align: right;
}
#primary-menu .menu-item-has-children {
	background-image: url('../../uploads/sites/2/2016/02/arrow-down-s.png');
	background-position: 10px 20px;
	background-repeat: no-repeat;
}
#primary-menu .menu-item-has-children-active {
	background-image: url('../../uploads/sites/2/2016/02/arrow-up-s.png');
	background-position: 10px 20px;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width: 767px) {
.header-bottom .main-navigation ul li{
	position: relative;
}
}
.main-navigation .nav-menu .menu-item .sub-menu li a{
	padding:6px 12px;
	margin-bottom: 0px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
.main-navigation .nav-menu .menu-item .sub-menu li a{
	padding:6px 22px;
	margin-bottom: 0px;
	border-bottom: 1px solid #b8b340;
	width:100%;
	font-size: 12px;
}
}
.main-navigation .nav-menu .menu-item .sub-menu li .sub-menu {
	position: absolute;
	top: -17px;
	left:230px;
	display:none;
	width:auto;
}
@media only screen and (max-width: 1280px) {
	.main-navigation .nav-menu .menu-item .sub-menu li .sub-menu {
		position: absolute;
		top: -17px;
		left:-260px;
		display:none;
		width:260px;
	}
}
.main-navigation .nav-menu .menu-item .sub-menu li:hover .sub-menu {
	display:block;
}
/* MAIN BANNER*/
.main-img {
	background-image: url('../../uploads/sites/3/2016/02/main-img.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 652px;
}

@media only screen and (max-width: 1280px) {
.main-img {
    height: 440px;
}
}
@media only screen and (max-width: 768px) {
.main-img {
    height:270px;
}
}
.caption {
    background-color: rgba(196,177,56,0.83);
    padding: 40px;
    width: 40%;
    padding-bottom: 24px;
    position: absolute;
    top: 176px;
    left: 25%;
}
@media only screen and (max-width: 1280px) {
.caption {
    padding: 20px;
    width: 80%;
    padding-bottom: 24px;
    top: 200px;
    left: 7%;
}
}
@media only screen and (max-width: 768px) {
.caption {
    padding: 10px;
    width: 90%;
    padding-bottom: 10px;
    top: 35%;
    left: 5%;
}
}
@media only screen and (max-width: 400px) {
.caption {
    padding: 10px;
    width: 90%;
    padding-bottom: 10px;
    top: 20%;
    left: 5%;
}
}
.caption h1 {
	text-transform: uppercase;
    color: white;
    font-size: 41px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
@media only screen and (max-width: 1280px) {
.caption h1 {
    font-size: 30px;
    font-weight: 800;
}
}
@media only screen and (max-width: 768px) {
	.caption h1 {
    font-size: 18px;
    font-weight: 400;
}
}
.caption h4 {
	font-size: 17px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    margin-top: 0px;
	font-family: Open Sans;
}
@media only screen and (max-width: 768px) {
.caption h4 {
	font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 0px;
}
}
.caption a{
	background: none;
	color: #fff;
	border: thin solid #fff;
	float: right;
	clear: both;
	margin-bottom: 12px;
	padding:8px 22px;
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
.caption a{
	background: none;
	color: #fff;
	border: thin solid #fff;
	float: right;
	clear: both;
	margin-bottom: 6px;
	padding:4px 10px;
	font-size: 12px;
}
}
.caption a:hover{
	color: #fff;
}

/* Contact Form slide-in & Gravity Forms */

.fixed-contact-us {
    position: fixed;
    right: -630px;
    top: 20%;
    background-color: rgba(251,251,251,0.93);
    color: #fff;
    padding: 16px 30px;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 999999;
    font-weight: 200;
    -webkit-transition: right 1s;
    transition: right 1s;
    width: 630px;
}
.fixed-contact-us #field_1_5 {
    position: relative;
}
.fixed-contact-us #input_1_5 {
    position: absolute;
    top: -10px;
}
.fixed-contact-us #input_1_5 li label {
    top: 3px;
    position: relative;
}
.contact-us-button {
    background-color: #b8b340;
    position: absolute;
    top: 45px;
    padding: 10px 16px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    left: -119px;
}
.slidein-content {
	position:relative;
}
.slidein-content h3 {
	color: #858585;
}
.slidein-content a{
	color: #b8b340;
	text-decoration:none;
}
.slidein-content ul {
	margin-left:0px;
	padding-left:0px;
	font-weight:400;
	list-style:none;
}
.slidein-content ul li{
	margin-bottom:3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: none;
}
.slidein-content .gfield_label {
	color:#000;
	padding:0!important;
	margin:0!important;
}

.slidein-content p{
	margin-bottom:10px;
	text-transform:none;
}
.small-logo-wrapper {
	position: absolute;
	top: 65px;
	right: 160px;
	width:100px;
}
.fixed-contact-us.expanded {
    right: 0px;
	 -webkit-transition: width 2s, height 4s; /* Safari */
    transition: right 1s;
}
@media only screen and (max-width: 768px) {
.contact-us-button {
	display: none;
}
.fixed-contact-us { 
display:none;
}
}

.contact-us-button .fa {
	margin-left: 20px!important;
	font-size: 21px;
}
.custom-gravity-forms_wrapper {
	margin: 0px!important;
	padding: 0px;
}
.custom-gravity-forms_wrapper .slidein-input input{
	width:100%;
	border-radius: 0px;
}
.custom-gravity-forms_wrapper .slidein-checkbox ul {
	text-align: center;
}
.custom-gravity-forms_wrapper .slidein-checkbox li {
	width: 28%;
	display: inline-block;
	color: #000;
	text-align: left;
}
.custom-gravity-forms_wrapper .gform_footer input.button, .custom-gravity-forms_wrapper .gform_footer input[type=submit] {
	background-color: #000;
	color:#fff;
}
.custom-gravity-forms_wrapper .gform_body .gform_fields .gfield textarea {
	border-radius: 0px;
}
.custom-gravity-forms_wrapper .gform_footer {
	text-align: center;
}
.custom-gravity-forms_wrapper .gform_footer input[type=submit] {
	background-color: #b8b340;
	color: #fff;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin-left: auto;
	margin-right:auto;
	padding: 18px 50px;
	font-size:14px!important;
}
.custom-gravity-forms_wrapper .custom-gravity-forms .validation_error {
	border: 1px solid red;
	font-size: 12px;
	color: #790000;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1.6em;
}
::-webkit-input-placeholder {
	font-weight: 400;
}
:-moz-placeholder {
   font-weight: 400;
}
:-ms-input-placeholder {
   font-weight: 400;
}
/* Slidein form validation error*/
.custom-gravity-forms_wrapper .custom-gravity-forms .validation_error {
    border: none;
    font-size: 12px;
    color: #F25627;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
	text-transform: none;
    padding: 0px;
	line-height:13px;
}
.custom-gravity-forms_wrapper .custom-gravity-forms .ginput_container+.gfield_description.validation_message {
    color: #F25627;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
}
.custom-gravity-forms_wrapper .custom-gravity-forms li.gfield.gfield_error, .custom-gravity-forms_wrapper .custom-gravity-forms li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background:none;
    margin-bottom: 0px;
    padding: 0;
    border-top: none;
    border-bottom: none;
	padding-left:10px;
}
.custom-gravity-forms_wrapper .custom-gravity-forms label.gfield_label+div.ginput_container {
    margin-top: 0px!important;
}
.custom-gravity-forms_wrapper .custom-gravity-forms .ginput_container+.gfield_description.validation_message {
    margin-top: 0px;
    line-height: 1em;
}
.custom-gravity-forms_wrapper .custom-gravity-forms .validation_message {
    color: #F25627;
    font-weight: 400;
    letter-spacing: normal;
}
.custom-gravity-forms_wrapper li.gfield_error input[type=text], .custom-gravity-forms_wrapper li.gfield_error input[type=url], .custom-gravity-forms_wrapper li.gfield_error textarea {
    border: 1px solid #F25627!important;
}
.custom-gravity-forms_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
    border: 1px solid #F25627!important;
}
.gform_wrapper .instruction {
    line-height: 1!important;
}
/*end Contact Form slide-in & Gravity Forms */

/*HOME PAGE*/
.services .container-fluid {
	background-color: #2a3a42;
}
.services h1 {
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
}
@media only screen and (max-width: 1280px) {
.services h1 {
	font-size: 28px;
}
}
@media only screen and (max-width: 768px) {
.services h1 {
	font-size: 22px;
}
}
.sub-title1-wrapper,.sub-title2-wrapper,.sub-title3-wrapper, .sub-title4-wrapper,.sub-title5-wrapper,.sub-title6-wrapper {
	position:relative;
	width: auto;
    display: inline-block;
}
.sub-title1-wrapper {
	background-color: #638152;
	max-width: 88%;
}
.sub-title2-wrapper {
	background-color: #7c996c;
	max-width: 88%;
}
.sub-title3-wrapper {
	background-color: #638152;
	max-width: 88%;
}
.sub-title4-wrapper {
	background-color: #566673;
	max-width: 88%;
}
.sub-title5-wrapper {
	background-color: #5a7b96;
	max-width: 88%;
}
.sub-title6-wrapper {
	background-color: #566673;
	max-width: 88%;
}
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2,.sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	color: #fff;
	padding: 18px;
	margin:0px;
	font-size: 22px;
}
@media only screen and (max-width: 1199px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2, .sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	font-size: 16px;
}
}
@media only screen and (max-width: 991px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2, .sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2,.sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	font-size: 18px;
}
}
@media only screen and (max-width: 431px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2,.sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	font-size: 23px;
}
}
@media only screen and (max-width: 375px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2,.sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	font-size: 20px;
}
}
@media only screen and (max-width: 350px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2,.sub-title4-wrapper h2,.sub-title5-wrapper h2,.sub-title6-wrapper h2{
	font-size: 18px;
}
}
svg#Shape1, svg#Shape2,svg#Shape3 {
	position: absolute;
	top: 0px;
	right: 1px;
	height: 100%;
	transform: translateX(99%);
	/*width:42px;*/
}
@media only screen and (max-width: 1199px) {
	svg#Shape1, svg#Shape2,svg#Shape3 {
	right: 2px;
	width:30px;
	}
}
@media only screen and (max-width: 514px) {
	svg#Shape1, svg#Shape2,svg#Shape3 {
	right: 11px;
	width:48px;
	}
}
@media only screen and (max-width: 431px) {
	svg#Shape1, svg#Shape2,svg#Shape3 {
	right: 10px;
	width:47px;
	}
}
@media only screen and (max-width: 330px) {
	svg#Shape1, svg#Shape2,svg#Shape3 {
	right:4px;
	width:43px;
	}
}
svg#Shape4,svg#Shape5,svg#Shape6 {
	position: absolute;
	top: 0px;
	right: 1px;
	height: 100%;
	transform: translateX(99%);
	width:42px;
}
@media only screen and (max-width: 1199px) {
	svg#Shape4,svg#Shape5,svg#Shape6 {
		right: 4px;
		width:42px;
	}
}
@media only screen and (max-width: 991px) {
	svg#Shape4,svg#Shape5,svg#Shape6 {
		right: 6px;
		width:42px;
	}
}
@media only screen and (max-width: 768px) {
	svg#Shape4,svg#Shape5,svg#Shape6 {
		right: 2px;
		width:30px;
	}
}
@media only screen and (max-width: 514px) {
	svg#Shape4,svg#Shape5,svg#Shape6 {
		right: 11px;
		width:48px;
	}
}
@media only screen and (max-width: 431px) {
	svg#Shape4,svg#Shape5,svg#Shape6 {
		right: 9px;
		width:47px;
	}
}
@media only screen and (max-width: 330px) {
	svg#Shape4,svg#Shape5,svg#Shape6 {
		right:4px;
		width:43px;
	}
}
svg#Shape1 {
	fill: #638152;
}
svg#Shape2 {
	fill: #7c996c;
}
svg#Shape3 {
	fill: #638152;
}
svg#Shape4 {
	fill: #566673;
}
svg#Shape5 {
	fill: #5a7b96;
}
svg#Shape6 {
	fill: #566673;
}
.services p {
	color: #fff;
	font-size: 16px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.services p {
	font-size: 14px;
}
}
.services a{
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	border: thin solid #435d6a;
}
@media only screen and (max-width: 768px) {
.services a{
	font-size: 12px;
	padding: 8px;
}
}
.services a:hover {
	text-decoration: none;
}
.department-section {

}
.department-section h1 {
	color: #b8b340;
	font-size: 68px;
    font-weight: 600;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.department-section h1 {
	font-size: 48px;
}
}
.department-section h1 span{
	color: #26333b;
}
.department-section h3 {
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
.department-section h3 {
    font-size: 16px;
}
}
.department-section h2 {
   font-size: 38px;
   font-weight: 100;
}
@media only screen and (max-width: 768px) {
.department-section h2 {
   font-size: 30px;
}
}
.choose-department div {
	padding-bottom: 10px;
	text-align: center;
}
@media only screen and (max-width: 1280px) {
.choose-department div {
	padding-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
.choose-department div {
	padding-bottom: 30px;
}
}
.button-read-more  {
	text-align: center;
}
.button-read-more a{
	color: #435d6a;
	font-size: 16px;
	padding: 15px;
	border: thin solid #435d6a;
	width: 200px; 
	margin-left: auto; 
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
.button-read-more a{
	font-size: 14px;
	padding: 10px;
}
}
.button-read-more a:hover{
	text-decoration: none;
}
.get-connect-wrapper {
	background-image: url(../../uploads/2016/02/get_in_touch_mask.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}
.get-connect-wrapper h1 {
	padding-bottom: 0px;
	margin-bottom:0px;
	text-align:left;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 33px;
	margin-top: 0px;
}
@media only screen and (max-width: 1280px) {
.get-connect-wrapper h1 {
	font-size: 28px;
}
}
@media only screen and (max-width: 768px) {
.get-connect-wrapper h1 {
	font-size: 22px;
}
}
.get-connect-wrapper h3 {
	margin-top:0px;
	text-align: left;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 26px;
}
@media only screen and (max-width: 1280px) {
.get-connect-wrapper h3 {
	font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.get-connect-wrapper h3 {
	margin-top:0px;
	text-align: left;
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 16px;
}
}
.get-connect-wrapper p {
	font-size: 16px;
	color: #bcd4e2;
}
@media only screen and (max-width: 1280px) {
.get-connect-wrapper p {
	font-size: 14px;
}
}
@media only screen and (max-width: 768px) {
.get-connect-wrapper p {
	font-size: 13px;
}
}
.get-connect-wrapper .get-connect-list{
	margin-left: 0px;
    padding-left: 42px;
    margin-top: 32px;
	position: relative;
	list-style: none;
	width: 80%;
}
.get-connect-wrapper .get-connect-list li{
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #969696;
    padding-top: 10px;
    line-height: 28px;
}
.get-connect-wrapper .get-connect-list li:before{
	content: "\f00c";
	font-family: FontAwesome; 
	position: absolute;
    left: 0px;
	color: #7CC33B;
	font-size: 26px
}
.get-connect-wrapper input {
    border-radius: 0px;
    padding: 10px 10px;
    width: 100%;
	font-size: 14px;
	border: thin solid #fff;
	background:none;
	color: #fff;
}
.get-connect-wrapper input[type="text"]:focus,
.get-connect-wrapper input[type="email"]:focus,
.get-connect-wrapper input[type="url"]:focus,
.get-connect-wrapper input[type="password"]:focus,
.get-connect-wrapper input[type="search"]:focus,
.get-connect-wrapper input[type="number"]:focus,
.get-connect-wrapper input[type="tel"]:focus,
.get-connect-wrapper input[type="range"]:focus,
.get-connect-wrapper input[type="date"]:focus,
.get-connect-wrapper input[type="month"]:focus,
.get-connect-wrapper input[type="week"]:focus,
.get-connect-wrapper input[type="time"]:focus,
.get-connect-wrapper input[type="datetime"]:focus,
.get-connect-wrapper input[type="datetime-local"]:focus,
.get-connect-wrapper input[type="color"]:focus,
.get-connect-wrapper textarea:focus {
	color: #fff;
}
@media only screen and (max-width: 1280px) {
.get-connect-wrapper input{
    padding: 10px 8px;
	font-size: 13px;
}
}
@media only screen and (max-width: 768px) {
.get-connect-wrapper input{
    padding: 6px 4px;
	font-size: 12px;
}
}
.get-connect-wrapper input:placeholder {
	color: #fff;
}
.get-connect-wrapper button {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    padding: 10px 20px;
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 22px;
    color: #fff;
    border: thin solid #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width: 1280px) {
.get-connect-wrapper button {
    padding: 8px 16px;
    font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
.get-connect-wrapper button {
    padding: 5px 10px;
    font-size: 14px;
}
}
.get-connect-wrapper button:hover {
	box-shadow:none;
	text-shadow:none;
}
.mc4wp-form-fields .form-group label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.mc4wp-form-fields .form-group label:first-child {
	display: block;
}
.mc4wp-form-fields .form-group label:not(:first-child) {
	width: 125px;
	position: relative;
    padding-left: 30px;
	margin-top: 12px;
    margin-bottom: 12px;
}
.mc4wp-form-fields .form-group label:not(:first-child) input{
	width: 20px;
    position: absolute;
    left: 0px;
    height: 18px;
    top: -3px;
}
.mc4wp-form-fields .text-center {
	text-align:left;
}
.mc4wp-form-fields .form-group input[type="submit"] {
	width: 200px;
	background-color: #b8b340;
	border: none;
	font-size: 16px;
}
.mc4wp-form-fields .form-group input[type="submit"]:hover {
	border: none;
}
/*SERVICE PAGE*/
.service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/franchise-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
.page-buying-a-business-or-franchise-3 .service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/franchise-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
.page-business-valuation-for-finance-purposes .service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/commercial.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
.page-business-valuation-for-partnership-agreements-or-disputes .service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/commercial.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
.page-business-valuation-for-family-law-and-divorce .service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/family-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
.page-business-valuation-for-tax-purposes .service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/commercial.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
.page-why-business-valuation .service-banner .main-img-service {
	background-image: url('../../uploads/sites/3/2016/03/commercial.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}
@media only screen and (max-width: 1280px) {
.service-banner .main-img-service,.page-buying-a-business-or-franchise-3 .service-banner .main-img-service,.page-business-valuation-for-finance-purposes .service-banner .main-img-service,.page-business-valuation-for-partnership-agreements-or-disputes .service-banner .main-img-service,.page-business-valuation-for-family-law-and-divorce,.page-business-valuation-for-tax-purposes .service-banner .main-img-service,.page-why-business-valuation .service-banner .main-img-service{
    height: 270px;
}
}
@media only screen and (max-width: 768px) {
.service-banner .main-img-service,.page-buying-a-business-or-franchise-3 .service-banner .main-img-service,.page-business-valuation-for-finance-purposes .service-banner .main-img-service,.page-business-valuation-for-partnership-agreements-or-disputes .service-banner .main-img-service,.page-business-valuation-for-family-law-and-divorce ,.page-business-valuation-for-tax-purposes .service-banner .main-img-service,.page-why-business-valuation .service-banner .main-img-service{
    height:150px;
}
}
/* START Service landing page background image banner*/
.service-landing-banner .main-img-service {
	background-image: url('../../uploads/sites/2/2016/02/service-landing.jpg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 440px;
}

@media only screen and (max-width: 1280px) {
.service-landing-banner .main-img-service {
    height: 360px;
	background-size: cover;
}
}
@media only screen and (max-width: 768px) {
.service-landing-banner .main-img-service {
    height:350px;
	background-size: cover;
}
}
/* END of Service landing page background image banner - Continue Service Page*/
.caption-service {
	background-color: rgba(196,177,56,0.83);
    padding: 40px;
    width: 36%;
    padding-bottom: 24px;
    position: absolute;
    top: 86px;
    left: 32%;
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
	.caption-service {
    padding: 20px;
    width: 40%;
    padding-bottom: 24px;
}
}
@media only screen and (max-width: 1280px) {
.caption-service {
    padding: 20px;
    width: 80%;
    padding-bottom: 24px;
    top: 78px;
    left: 10%;
}
}
@media only screen and (max-width: 768px) {
.caption-service {
    padding: 10px;
    width: 90%;
    padding-bottom: 10px;
    top: 25%;
    left: 5%;
	text-align: center;
}
}
.caption-service h1 {
	text-transform: uppercase;
    color: white;
    font-size: 41px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
	text-align:center;
}
@media only screen and (max-width: 1280px) {
.caption-service h1 {
    font-size: 30px;
    font-weight: 800;
}
}
@media only screen and (max-width: 768px) {
	.caption-service h1 {
    font-size: 18px;
    font-weight: 400;
}
}

/* Start Caption Service Landing Page */
.caption-service-landing {
    padding: 40px;
    width: 60%;
    padding-bottom: 24px;
    position: absolute;
    top: 22px;
    left: 20%;
	text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1480px) {
	.caption-service-landing {
    padding: 10px;
    width: 60%;
    padding-bottom: 24px;
	top: 16px;
}
}
@media only screen and (max-width: 1280px) {
.caption-service-landing {
    padding-top:20px;
    width: 90%;
    padding-bottom: 0px;
    top: 10px;
    left: 5%;
}
}
@media only screen and (max-width: 768px) {
.caption-service-landing {
    padding: 0px;
	padding-top:20px;
    width: 90%;
    padding-bottom: 10px;
    top: 10px;
    left: 5%;
	text-align: center;
}
}
.caption-service-landing h1 {
	text-transform: uppercase;
    color: white;
    font-size: 41px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
@media only screen and (max-width: 1280px) {
.caption-service-landing h1 {
    font-size: 30px;
    font-weight: 800;
}
}
@media only screen and (max-width: 768px) {
	.caption-service-landing h1 {
    font-size: 18px;
    font-weight: 400;
}
}
.caption-service-landing p {
	font-size: 18px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    margin-top: 0px;
    text-transform: none;
    line-height: 24px;
}
@media only screen and (max-width: 1280px) {
.caption-service-landing p {
	font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding-top: 8px;
    margin-top: 0px;
    line-height: 18px;
}
}
@media only screen and (max-width: 768px) {
.caption-service-landing p {
	font-size: 12px;
    color: #fff;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 0px;
	line-height: 19px;
}
}
/* End caption service landing page */
.service-content h2,h3, h5 {
	text-align: center;
}
.service-content h3 {
	font-weight: 100;
    font-size: 29px;
}
.service-content h5 {
    font-size: 22px;
	font-weight: 600;
}
.service-content h2 {
    font-size: 36px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.service-content h2 {
	color: #000;
}
.service-content h2 span{
	color: #b8b340;
}
.service-content p {
    font-size: 16px;
}
/* Service Landing Content */
.service-content-landing h2,h3, h5 {
	text-align: center;
}
.service-content-landing h3 {
	font-weight: 400;
    font-size: 29px;
}
.service-content-landing h5 {
    font-size: 22px;
	font-weight: 600;
}
.service-content-landing h2 {
    font-size: 36px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.service-content-landing h2 {
	color: #000;
}
.service-content-landing h2 span{
	color: #b8b340;
}
.service-content-landing p {
    font-size: 16px;
}
.service-content-landing .text-left {
	min-height: 100px;
}
@media only screen and (max-width: 1200px) {
	.service-content-landing .text-left {
	min-height: 120px;
	}
}
@media only screen and (max-width: 993px) {
	.service-content-landing .text-left {
	min-height: auto;
	}
}
.button-link  a{
	background: none;
    color: #000;
    border: 1px solid #000;
    clear: both;
    margin-top: 12px;
    padding: 8px 22px;
    font-size: 18px;
}
.button-link  a:hover,.button-link  a:active,.button-link  a:focus{
	text-decoration:none;
}

.button-link-red a:hover,.button-link-red a:active,.button-link-red a:focus{
	text-decoration:none;
}
@media only screen and (max-width: 992px) {
.service-content-landing .col-md-6 {
	padding-bottom:60px;
}
}
/* end Service Landing Content */
/* SERVICE 1 PAGE */
.service-content h2,h3, h5 {
	text-align: center;
}
.service-content h3 {
	font-weight: 100;
    font-size: 29px;
}
.service-content h5 {
    font-size: 22px;
	font-weight: 600;
}
.service-content h6 {
    font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.service-content h2 {
    font-size: 36px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.service-content h2 {
	color: #000;
}
.service-content h2 span{
	color: #b8b340;
}
.service-content p {
    font-size: 16px;
}
.service-content a {
    color:#b8b340;
}
.service-content a:hover {
    text-decoration:none;
	color:#2F520F;
}
.page-content ul, .service-content ul {
	margin-left:0px;
}
.service-list-wrapper  ul li {
	font-size:16px;
	color: #858585;
	margin-left:0px;
	padding-left: 15px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
	list-style: none;
}
.service-list-wrapper  ul li:before { 
    content: "";
    border-color: transparent #b8b340;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 16px;
    position: relative;
}

.service-content p {
    font-size: 16px;
}
.page-content a, .page-content a:visited,.service-content a, .service-content a:visited {
    color:#b8b340;
}
.page-content a:hover,.service-content a:hover {
    text-decoration:none;
    color:#2F520F;
}

.page-content ul li:before, .service-content ul li:before {
    border-color: transparent #b8b340;
}

.service-list-wrapper  ul li:hover {
    background-color: #F6F6F6;
}
.custom-gravity-forms_wrapper .service-content ul li {
	font-size:14px;
	color: #858585;
	border-bottom:none;
}
.custom-gravity-forms_wrapper .service-content ul li:hover {
	background:none;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper .top_label .gfield_label {
    margin: 0px!important;
    font-weight: 400;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper ul li.gfield {
    position: relative;
	font-size:14px;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0px!important;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper ul li.gfield {
	margin-bottom:16px!important;
	border-bottom:none;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper ul li.gfield:hover {
	background:none;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper .gform_footer input.button, .gravity-wrapper-services .custom-gravity-forms_wrapper .gform_footer input[type=submit] {
    font-size: 14px!important;
}
.gravity-wrapper-services .custom-gravity-forms_wrapper .gfield_required {
    position: absolute;
    color: #2F520F!important;
    top: 16px;
    right: 0px;
}
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="submit"] {
	border-radius: 0px;
}
.less-width {
	width:100%;
	padding-left:16%;
	padding-right:16%;
	float:left;
	text-align:center;
}
.less-width p{
	font-size: 22px;
	font-weight:300;
}
@media only screen and (max-width: 768px) {
.less-width {
	padding-left:16px;
	padding-right:16px;
}
}
/* ABOUT US */
.page-content {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f1f5+0,ffffff+42,ffffff+100 */
background: #f0f1f5; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f1f5 0%, #ffffff 42%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0f1f5 0%,#ffffff 42%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f0f1f5 0%,#ffffff 42%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.page-content h1 {
	text-align:center;
	font-size:44px;
	text-transform:uppercase;
	color:#505050;
	font-weight: 600;
}
.page-content .page-paragraph{
	margin-left: auto;
	margin-right: auto;
	font-size:18px;
	font-weight:300;
	color: #4C4C4C;
	text-align:center;
}
.member-wrapper {
	display: inline-block;
}
.border-tb {
	border-bottom: thin solid #d7d7d7;
	border-top: thin solid #d7d7d7;
}
.member-img-wrapper{
	text-align:left;
}
.float-r-desk {
	float: right;
}
.member-img-wrapper img {
	width:100%;
}
.team-members .member-label {
	margin:0px;
	color:#505050;
	font-weight:400;
}
.team-members h2 {
	margin-bottom:0px;
	text-align:left;
}
.team-members h3 {
	margin-top:0px;
	text-align:left;
	font-size:23px;
}
.team-members h5 {
	margin-top:0px;
	text-align:left;
	font-weight:600;
	font-size:20px;
}
.one-post-wrapper  header h2 a{
    color:#b8b340;
}
.entry-content a {
    color: #b8b340;
}
.one-post-section .post-wrapper h1 {
    color: #b8b340;
}
.entry-date .published, .entry-date .published:hover,.entry-date .published:active,.entry-date .published :focus  {
	color: #7B7A7A!important;
}
.author .vcard,.author .vcard:hover,.author .vcard:active,.author .vcard:focus  {
	color: #7B7A7A!important;
}
time a:visited{
	color: #7B7A7A!important;
}
.entry-meta a,.entry-meta a:visited,.entry-meta a:focus,.entry-meta a:active,.entry-meta a:hover {
	color: #7B7A7A!important;
	font-weight:600;
}
.entry-footer .cat-links {
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.entry-footer .cat-links a{
	color: #7B7A7A!important;
}
.entry-footer .cat-links a:hover,.entry-footer .cat-links a:active,.entry-footer .cat-links a:visited,.entry-footer .cat-links a:focus {
	color: #7B7A7A!important;
	text-decoration:none;
}
.entry-footer .tags-links {
	clear: both;
	display: block;
	font-size: 10px;
	font-weight: 600;
}
.tags-links a,.tags-links a:hover,.tags-links a:active,.tags-links a:visited {
	color: #7B7A7A!important;
}
.nav-links .nav-previous a {
	color: #7B7A7A;
	font-size: 14px;
	font-weight: 600;
}
.nav-links .nav-previous a:hover {
	text-decoration:none;
	color: #b8b340;
}

.nav-links .nav-next a {
	color: #7B7A7A;
	font-size: 14px;
	font-weight: 600;
}
.nav-links .nav-next a:hover {
	text-decoration:none;
	color: #b8b340;
}
/* SIDEBAR */
.screen-reader-text .search-field{
    border-radius:0;
}

.widget h2 {
	color: #2B2843;
}
.widget ul{
	margin-left: 0px;
	list-style: none;
    padding-left: 0px;
}
.widget ul li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.widget ul li a{
	color: #7B7A7A;
}
.widget ul li a:visited{
	color: #7B7A7A;
}
.widget ul li a:active {
	font-weight: 600;
	color: #7B7A7A;
}
.widget ul li a:hover{
	color: #513471;
	text-decoration:none;
}
.widget_recent_entries {
	margin-top: 66px;
}
.widget_categories h2, .widget_recent_entries h2 {
	font-size:20px;
	margin-bottom: 35px;
	margin-top: 27px;
}
.sidebar-list {
	padding:0px;
	margin:0px;
	list-style:none;
}
.sidebar-list .categories  h2{
	font-size:30px;
	margin-bottom: 35px;
	margin-top: 27px;
}
.sidebar-list .categories .cat-item {
	font-size:20px;
	margin-bottom: 6px;
}
.sidebar-list .categories .cat-item .children li{
	font-size:14px;
}
.sidebar-list .categories .cat-item .children li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.sidebar-list .categories .cat-item .children li:first-child {
    margin-top:10px;
}
.sidebar-list .categories .cat-item .children li ul li{
	font-size:14px;
}
.sidebar-list li.cat-item {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.sidebar-list li.cat-item a,.sidebar-list li.cat-item a:hover, .sidebar-list li.cat-item a:active, .sidebar-list li.cat-item a:focus{
    color:#000;
	font-weight:600;
}
.sidebar-list li.cat-item .children li a,.sidebar-list li.cat-item .children li a:hover, .sidebar-list li.cat-item .children li a:active, .sidebar-list li.cat-item .children li a:focus{
    color:#313030;
	font-weight:400;
}
.sidebar-list li ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.sidebar-list li h4 {
	font-size:20px;
	margin-bottom: 35px;
	margin-top: 27px;
}
/*CONTACT PAGE*/
.contact-banner .main-img-contact {
	background-image: url('../../uploads/sites/3/2016/03/contact-us.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 500px;
}

@media only screen and (max-width: 1280px) {
.contact-banner .main-img-contact {
    height: 340px;
}
}
@media only screen and (max-width: 768px) {
.contact-banner .main-img-contact {
    height:180px;
}
}
.caption-contact {
	background-color: rgba(184,179,64,0.83);
    padding: 40px 60px;
    width: auto;
    position: absolute;
    top: 50%;
	margin-top: -62px;
    left: 50%;
    transform: translatex(-50%);
}
@media only screen and (max-width: 1024px) {
	.caption-contact {
		padding: 20px 40px;
		margin-top: -36px;
	}
}
@media only screen and (max-width: 768px) {
	.caption-contact {
    padding: 10px 20px;
    width: auto;
	margin-top: -20px;
	text-align: center;
	}
}
.caption-contact h1 {
	text-transform: uppercase;
    color: white;
    font-size: 41px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
@media only screen and (max-width: 1280px) {
.caption-contact h1 {
    font-size: 30px;
    font-weight: 800;
}
}
@media only screen and (max-width: 768px) {
	.caption-contact h1 {
        font-size: 18px;
        font-weight: 400;
    }
}
.caption-contact h4 {
	font-size: 31px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 38px;
}
@media only screen and (max-width: 1280px) {
.caption-contact h4 {
	font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding-top: 8px;
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 30px;
}
}
@media only screen and (max-width: 768px) {
.caption-contact h4 {
	font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 0px;
	line-height: 19px;
}
}
.contact-content .contact-us-paragraph{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size:18px;
	font-weight:300;
	color: #4C4C4C;
	text-align:center;
}
.contact-info p {
	position: relative;
	padding-left: 62px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e7e4e4;
}
.contact-info p span {
	position: absolute;
	left: 0px;
	top: 0px;
}
.map-wrapper {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 0;
}
.icon-responsive {
	padding-top: 0px;
}
@media only screen and (max-width: 650px) {
	.icon-responsive {
	padding-top:12px;
}
}
.contact-info .glyphicon {
	font-size: 24px;
	color: #b8b340;
}
.contact-content h2,h3, h5 {
	text-align: center;
}
.contact-content h3 {
	font-weight: 100;
    font-size: 29px;
}
.contact-content h5 {
    font-size: 22px;
	font-weight: 600;
}
.contact-content h2 {
    font-size: 36px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.contact-content h2 {
	color: #000;
}
.contact-content h2 span{
	color: #1b77cd;
}
.contact-content p {
    font-size: 16px;
}
/* contact form contact page */

.contact-form-wrapper ul.gform_fields {
    font-size:14px;
}
.contact-form-wrapper ul.gform_fields li{
    position: relative;
	clear:both;
}
.contact-form-wrapper ul.gform_fields li label .gfield_required{
    position: absolute;
	right: -3px;
	top: 16px;
	color: #b8b340;
}
.map-wrapper {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.map-wrapper #map {
	min-height: 450px;
}
	

/* FOOTER */
.credentials .left {
    width: 60%;
    float: left;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1280px) {
.credentials .left {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.credentials .left {
    width: 100%;
}
}
.credentials .right {
    width: 40%;
    float: left;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1280px) {
.credentials .right {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.credentials .right {
    width: 100%;
}
}
.footer-main {
	position:relative;
}
.help-wrapper {
	position: absolute;
    background-color: #383944;
    right: 150px;
    bottom: 80px;
    color: #fff;
    padding: 10px;
	width:200px;
}
@media only screen and (max-width: 768px) {
.help-wrapper {
	display:none;
}
}
.help-wrapper a h3 {
	padding: 0px;
	margin:0px;
	width: 100%;
	color: #fff;
    text-align: left;
	font-size:20px;
	text-decoration: none;
}
.help-wrapper a:hover {
	text-decoration: none;
}
.footer-main .container-fluid {
	background-color: #908C2A;
}
#menu-footer-menu .current-menu-item {
	background:none;
}
.menu-footer-menu-container ul {
	padding:0px;
	margin: 0px;
	list-style: none;
}
@media only screen and (max-width: 768px) {
.menu-footer-menu-container ul {
	text-align: center;
}
}
.menu-footer-menu-container ul li {
	width: 45%;
    margin-right: 2%;
    margin-left: 3%;
    padding-bottom: 8px;
    float: left;
}
@media only screen and (max-width: 768px) {
.menu-footer-menu-container ul li {
	width: auto;
    float: none;
    display: inline;
}
}

@media only screen and (max-width: 600px) {
.menu-footer-menu-container ul li {
	width: 95%;
    margin-right: 2%;
    margin-left: 3%;
    padding-bottom: 8px;
    float: left;
	display: block;
}
}

.menu-footer-menu-container ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
.menu-footer-menu-container ul li a {
	font-size: 12px;
}
}
.menu-footer-menu-container ul li a:hover {
	text-decoration: none;
}
.footer-logo {
	text-align: left;
}
@media only screen and (max-width: 768px) {
.footer-logo {
	text-align: center;
}
}
.footer-main .container-fluid .container p {
	color: #fff;
	font-size:16px;
	margin-bottom: 10px;
}
.footer-main .footer-info p {
    font-size: 12px!important;
    line-height: 1.6em;
    color: #fff;
}
@media only screen and (max-width: 768px) {
.footer-contact {
	text-align: center;
}
}
.footer-contact .social {
	list-style:none;
	padding:0px;
	margin-left: 0px;
	padding-top: 16px;
}
.footer-contact .social li{
	float: left;
    border: thin solid #fff;
    border-radius: 50%;
    padding-top: 7px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
.footer-contact .social{
	text-align: center;
}
.footer-contact .social li{
	float: none;
	display: inline-block!important;
}
}
.footer-contact .social i.fa{
	color: #fff!important;
	font-size:14px;
	padding:0px;
}
.site-info {
	background-color: #000;
}
.site-info p{
	color: #fff;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.site-info p{
		font-size: 12px;
	}
}


