/*
 Theme Name:     BF Brokers
 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: #2b2843;
}

a:visited {
	color: #62538E;
}

a:hover,
a:focus,
a:active {
	color: #62538E;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## 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: 230px;
}
.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: 0;
    padding-left: 0;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}
.container-fluid {
padding-left:0px;
padding-right:0px;
}
.clearfix {
	clear: both;
}
/*HEADER*/	
.container-fluid .header-top {
	background-color: #2b2843;
}
.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;
}
.top-header-contact .fa-skype {
	color: #6FBFF5;
	margin-left: 5px;
    font-size: 16px;
}
.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:#2b2843;
	}
}
@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 #403c62;
	}
}
.menu-top-menu-container  ul  .menu-item a{
	color: #b8b5c8;
	font-size: 12px;
    text-transform: uppercase;
	line-height: 2.5em;
}
.menu-top-menu-container  ul  .menu-item a:hover {
	color: #fff;
}
.menu-top-menu-container  ul .current-menu-item{
	background: none;
}
.menu-top-menu-container  ul .current-menu-item a{
	font-weight:600;
	color: #fff;
}

@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;
	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;
		left:0px;
		z-index: 99999;
		padding:0px;
	}
}

@media only screen and (max-width: 767px) {
    .header-bottom .menu {
        display: none;
    }
    .header-bottom .menu li .sub-menu{
        display: block;
    }
    .header-bottom .menu li .sub-menu-active{
        display: inline-block;
    }
}
#site-navigation button{
	font-size: 24px;
	color: #2b2843;
	background: none;
	position: absolute;
	top: -50px;
    right: 10px;
	z-index: 9999;
	padding: 0px;
}

.current-menu-item {
	font-weight: 600;
	background-color: #edf1f4;
}
@media only screen and (max-width: 1050px) {
	.header-bottom .main-navigation ul li a{
	padding-top: 42px;
	padding-bottom: 43px;
	padding-left: 8px;
	padding-right:8px;
	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:#2b2843;
        z-index: 99;
    }
    .header-bottom .main-navigation ul li a{
        padding-top: 9px;
        padding-bottom: 9px;
        margin-right: 0px;
        background:none;
        color:#fff;
        border-bottom: solid thin #484372;
    }
}
@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;
	border: 1px solid #ccc;
	z-index: 100005;
}
@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: 230px;
	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: #0c0c2f;
}
.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: solid thin #484372;
	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;
	}
}
@media only screen and (min-width: 768px) {
	.main-navigation .nav-menu .menu-item .sub-menu li:hover .sub-menu {
		display: block;
	}
}
/* MAIN BANNER*/
.main-img {
	background-image: url('../../uploads/sites/5/2016/02/brokerts-main-banner1.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(0,10,56,0.83);
    padding: 40px;
    width: 40%;
    padding-bottom: 24px;
    position: absolute;
    top: 260px;
    left: 22%;
}
@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%;
}
}
.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 #field_1_5 .gfield_label {
    position: absolute;
}
.fixed-contact-us #input_1_5 {
    position: absolute;
    top: -22px;
}

.fixed-contact-us #field_1_5 #label_1_5_1, #label_1_5_2 {
    top: 4px !important;
    position: relative;
}
.contact-us-button {
	background-color: #2b2843;
    position: absolute;
    top: 80px;
    padding: 10px 16px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    left: -119px;
    border: none;
}
.slidein-content {
	position:relative;
}
.slidein-content h3 {
	color: #858585;
}
.slidein-content a{
	color:#2b2843;
	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 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: #2b2843;
	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: #171531;
}
.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 {
	position:relative;
	width: 90%;
    display: inline-block;
}
.sub-title1-wrapper {
	background-color: #638152;
}
.sub-title2-wrapper {
	background-color: #9a8c6b;
}
.sub-title3-wrapper {
	background-color: #5083a4;
}
.sub-title4-wrapper {
	background-color: #9d3939;
}
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2,.sub-title4-wrapper h2{
	color: #fff;
	padding: 18px;
	margin:0px;
	font-size: 20px;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}
@media only screen and (max-width: 1280px) {
.sub-title1-wrapper h2,.sub-title2-wrapper h2,.sub-title3-wrapper h2, .sub-title4-wrapper h2{
	color: #fff;
	padding: 18px;
	margin:0px;
	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{
	font-size: 18px;
}
}
svg#Shape1, svg#Shape2,svg#Shape3,svg#Shape4 {
	position: absolute;
	top: 0px;
	right: 1px;
	height: 100%;
	transform: translateX(99%);
	/*width:30px;*/
}
@media only screen and (max-width: 768px) {
	svg#Shape1, svg#Shape2,svg#Shape3,svg#Shape4 {
		right: 2px;
	}
}
svg#Shape1 {
	fill: #638152;
}
svg#Shape2 {
	fill: #9a8c6b;
}
svg#Shape3 {
	fill: #5083a4;
}
svg#Shape4 {
	fill: #9d3939;
}
.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:#05427B;
	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: #fff;
	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!important;
}
.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: #3690D6;
	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/5/2016/03/franchise-bg.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 {
    height: 340px;
}
}
@media only screen and (max-width: 768px) {
.service-banner .main-img-service {
    height:180px;
}
}
.caption-service {
	background-color: rgba(0,10,56,0.83);
    padding: 40px;
    width: 30%;
    padding-bottom: 24px;
    position: absolute;
    top: 69px;
    left: 35%;
	text-align:center;
}
@media only screen and (min-width: 1280px) and (max-width: 1460px) {
	.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: 30%;
    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;
}
}
.caption-service h4 {
	font-size: 31px;
    color: #ffffff;
    font-weight: 300;
    padding-top: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 38px;
	text-align:center;
}
@media only screen and (max-width: 1280px) {
.caption-service 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-service h4 {
	font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 0px;
	line-height: 19px;
}
}
.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: #11073c;
}
.service-content p {
    font-size: 16px;
}
/* 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: #754DA9;
}
.service-content p {
    font-size: 16px;
}
.service-content a {
    color:#11073c;
}
.service-content a:hover {
    text-decoration:none;
	color:#612994;
}
.page-content ul, .service-content ul {
	margin-left:0px;
}
.page-content ul li, .service-content ul li {
	font-size:16px;
	color: #858585;
	margin-left:0px;
	padding-left: 15px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
	list-style: none;
}
.page-content ul li:before, .service-content ul li:before {
    content: "";
    border-color: transparent #2B2843;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 16px;
    position: relative;
}
/*.page-content ul li:hover, .service-content ul li:hover {
    background-color: #F6F6F6;
}*/
.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;
}
.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 {
	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: #11073c;
    top: 30px;
    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;
	width: 80%;
	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;
}
.contact-memeber {
	padding-top: 20px;
}
.contact-memeber .fa{
	font-size: 20px;
}
/* Category Posts */
.post-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 */
}
.post-content .page-header {
    margin: 10px 0 20px;
    border-bottom: none;
}
.post-content .page-header h1{
    font-size: 32px;
    margin-bottom: 0px;
	font-weight:600;
}
.category-description p {
	text-align: left;
    margin-top: 0px;
    font-weight: 200;
    text-transform: uppercase;
    color: #000;
    font-size: 23px;
}
.one-post-section {
	/* 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 */
}
.one-post-wrapper .row:after {
	clear: none;
}
.one-post-wrapper  {
	padding:0px 8px;
	position: relative;
	display: inline-block;
}
.one-post-wrapper article {
    border: 1px solid #ccc;
	padding:20px;
	padding-bottom:10px;
	/*padding-top:5px;*/
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.one-post-wrapper article {
	padding:5px 5%;
	}
}
.one-post-wrapper header h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}


.one-post-wrapper  header h2 a{
	color:#2b2843;
}
.one-post-wrapper  header h2 a{
	text-decoration: none;
}
.entry-content {
    font-size: 14px;
    margin-top: 0px;
    text-align: justify;
    line-height: 1.4;
}
@media only screen and (max-width: 991px) { 
	.entry-content {
	    padding-top: 16px;
	}
}
.entry-content a{
	color: #2B2843;
	font-weight:600;
	padding-left: 8px;
}
.entry-header img {
	min-height:152px;
}
@media only screen and (max-width: 768px) { 
	.entry-header img {
		min-height: auto;
	}
}
.business-price {
    border-bottom: 1px solid #ccc;
    color: #9188bf;
    display: inline-block;
    float: right;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 6px;
    padding-left: 3%;
    padding-right: 2%;
    position: relative;
    text-align: right;
    width: auto;
}

header .business-price {
	float: left;
	padding-top: 2%;
}
h5.business-price {
	padding-top: 0;
	float: right;
}
@media only screen and (max-width: 560px) {
	.business-price {
    padding-left: 15%;
	}
}	
@media only screen and (max-width: 400px) {
	.business-price {
    padding-left: 20%;
	}
}
.listing-description {
	margin-bottom: 1em;
}

.listing-article h2 {
	display: block;
	clear: none;
}

.listing-article .wp-post-image {
	float: left;
	padding: .5em 2em 2em .5em;
}

.business-price span {
    color: #948CB2;
    font-size: 14px;
    font-weight: 400;
	position: relative;
	top: -0.5em;
	padding-right: 10px;
}
.social-post {
	list-style:none;
	clear: both;
	margin-left: 0px;
    padding-left: 0px;
	margin:0px;
	padding-top: 0px;
	border-right: 1px solid #ccc;
    padding-bottom: 18px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) { 
	.social-post {
	border-right: none;
	}
}
@media only screen and (max-width: 768px){ 
	.social-post {
	border-right: none;
	}
}
.social-post  p{
	margin-bottom: 0;
    font-size: 12px;
    padding-left: 6px;
}
.social-post li{
	float: left;
    border-radius: 50%;
    padding-top: 8px;
    width: 29px;
    height: 29px;
    text-align: center;
    margin-left: 5px;
}
.social-post li a .fa{
	color: #fff;
	font-size: 14px;
}
.share-twitter {
	background-color:#00acee;
}
.share-fb {
	background-color:#3b5998;
}
.share-linkedin {
	background-color:#0077b5;
}
.share-google {
	background-color:#dd4b39;
}
.email-friend {
	background-color:#969696;
}
.entry-footer {
	clear: both;
	padding-top: 10px;
	padding-left: 7px;
}
li.fb-like {
    clear: both;
    padding-top: 19px;
}
.fb-like-wrapper {
	padding-top:26px;
}
@media only screen and (max-width: 1199px) {
	.fb-like-wrapper {
	padding-top:0px;
	}
}
@media only screen and (max-width: 991px) {
	.fb-like-wrapper {
	padding-top:26px;
	}
}
@media only screen and (max-width: 767px) {
	.fb-like-wrapper {
	padding-top:0px;
	}
	.fb-like {
		float: none;
		clear: both;
	}
	.social-post iframe{
	margin-left: 0px;
	}
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    text-align: center;
    width: 100%;
}
.pagination .nav-links a {
	font-size: 16px;
}
.pagination .nav-links a .fa-chevron-left{
	margin-right: 20px;
}
.pagination .nav-links a .fa-chevron-right{
	margin-left: 20px;
}
.pagination .nav-links .current{
	font-size: 16px;
	font-weight: 800;
}
.pagination .nav-links .page-numbers{
	margin-right: 5px;
    padding-right: 7px;
    border-right: 1px solid #ccc;
}
.pagination .nav-links .page-numbers:last-child{
	margin-right: 5px;
    padding-right: 7px;
    border-right: none;
}
.pagination .nav-links .dots{
	padding-top: 5px;
}
	
/*SINGLE POST*/
.one-post-section .post-wrapper h1{
	font-size: 36px;
    color: #2B2843;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top:0px;
}
.one-post-section .post-wrapper .entry-content h1{
	font-size: 18px;
    color: #2B2843;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top:0px;
}
.one-post-section .post-wrapper .entry-content h2{
	font-size: 18px;
    color: #2B2843;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.6em;
}
.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: #2B2843;
}

.nav-links .nav-next a {
	color: #7B7A7A;
	font-size: 14px;
	font-weight: 600;
}
.nav-links .nav-next a:hover {
	text-decoration:none;
	color: #2B2843;
}
.button-link a {
    background-color: #2E2B5D;
    color: #fff;
    border: 1px solid #171531;
    clear: both;
    margin-top: 12px;
    padding: 8px 22px;
    font-size: 20px;
}
.button-link  a:hover,.button-link  a:active,.button-link  a:focus{
	text-decoration:none;
}
.button-link  a:hover{
	background-color: #fff;
    color: #2E2B5D;
	cursor: pointer;
}

.price-wrapper {
	padding: 0;
    margin: 0;
	padding-top: 12px;
	min-height: 43px;
}
.price-wrapper h5 {
    list-style: none;
    font-size: 20px;
    color: #9188bf;
    font-weight: 600;
	text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.price-wrapper h5{
    font-size: 16px;
	}
}
/* single post sidebar */
.similar-business {
	margin-bottom: 20px;
}
.similar-business p {
	margin-bottom: 10px;
	line-height: 1.3em;
}
.similar-business p  a{
	font-size: 14px;
}
.widget-area h4 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.widget select {
    max-width: 280px;
    width: 100%;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 14px;
}
/* SIDEBAR */
.screen-reader-text .search-field{
    border-radius:0;
}
input[type="submit"] {
    border: 1px solid;
    border-radius: 0px;
    background: #2b2843;
    color: #fff;
    font-size: 10px;
	text-shadow:none;
	box-shadow: none;
}
.gform_wrapper .gform_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 1em;
    display: -moz-inline-stack;
    display: inline-block;
	border: 1px solid;
    border-radius: 0px;
    background: #7E73D2!important;
    color: #fff;
    font-size: 10px;
	text-shadow:none!important;
	box-shadow: none!important;
	padding: 4px 8px;
	font-weight: 400;
}
.widget h2 {
	color: #2B2843;
}
.widget ul{
	margin-left: 0px;
	list-style: none;
    padding-left: 0px;
}
.widget ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
	font-weight: 600;
}
.widget ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    font-size: 16px;
	font-weight: 600;
}
.widget ul li a{
	color: #7B7A7A;
	text-transform: uppercase;
}
.widget ul li a:visited,.widget ul li a:active{
	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:30px;
	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;
}
.widget ul li .children li a{
	font-size:14px;
	text-transform: uppercase;
	color: #000;
}
.widget ul li .children li ul li a{
	font-size:14px;
	color: #7B7A7A;
	text-transform: none;
}
.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;
}
.cat-item-none {
	display: none;
}
/*.cat-item :before{
	position:absolute;
	right: 10px;
	top: 6px;
	content: "\f002";
	font-family: FontAwesome;
}*/
/* side bar mobile */
@media only screen and (max-width: 991px) {
	.categories ul .cat-item {
	background-image: url('../../uploads/sites/5/2016/04/icon_search.png');
	background-position: 100% 5px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-right: 40px;
}
	.children .cat-item {
		background:none!important;
	}
	ul.children {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	ul.children-expanded {
		display:block;
	}
}


/*CONTACT PAGE*/
.contact-banner .main-img-contact {
	background-image: url('../../uploads/sites/5/2016/03/contact-us.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 440px;
}

@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(0,10,56,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;
	text-align:center;
}
@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: #D1D1D1;
    font-weight: 300;
    padding-top: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 38px;
	text-align:center;
}
@media only screen and (max-width: 1280px) {
.caption-contact h4 {
	font-size: 24px;
    color: #D1D1D1;
    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: #D1D1D1;
    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: #2b2843;
}
.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: #2b2843;
}
.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: 34px;
	color: #2b2843;
}
.map-wrapper {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.map-wrapper #map {
	min-height: 450px;
}

/* Default Template */
/* .content-area {
    background: #f0f1f5;
    background: -moz-linear-gradient(top, #f0f1f5 0%, #ffffff 42%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f0f1f5 0%,#ffffff 42%,#ffffff 100%);
    background: linear-gradient(to bottom, #f0f1f5 0%,#ffffff 42%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f5', endColorstr='#ffffff',GradientType=0 );
} */

.drop-down-cat-wrap {
	width:100%;
}

/*  Filter menu for CA Forms */ 
#menu-ca-menu {
	padding:0px;
	margin:0px;
}
#menu-ca-menu li{
	list-style: none;
    background-color: #fff;
    position: relative;
    display: block;
	padding-right: 40px;
	border: 1px solid #9188bf;
	text-align:center;
}
#menu-ca-menu li:last-child{
	list-style: none;
    background-color: #fff;
    position: relative;
    display: block;
	border: 1px solid #9188bf;
	text-align:center;
}
@media only screen and (max-width: 768px) {
	#menu-ca-menu li{
	width:100%;
	float: left;
	list-style: none;
	margin-right: 1%;
    background-color: #fff;
    position: relative;
    display: block;
	padding-right: 20px;
	border: 1px solid #666;
	text-align:center;
	margin-bottom: 12px;
	}
}
#menu-ca-menu li ul {
	position: absolute;
	z-index:999;
	top:0px;
}
#menu-ca-menu li ul li{
	border: none;
	text-align:left;
	background:none;
}
#menu-ca-menu li ul li:last-child{
	border: none;
	text-align:left;
	background:none;
}

#menu-ca-menu  li a{
	font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 300;
}
#menu-ca-menu  li .arrow-trigger {
    font-size: 30px;
    position: absolute;
    right: 0;
    padding: 0px 10px;
    padding-bottom: 20px;
    background-color: #9188bf;
    top: 0px;
	color: #fff;
}
#menu-ca-menu li .arrow-trigger:hover{
	cursor: pointer;
}
#menu-ca-menu .sub-menu {
	margin-left:0px;
	padding-left:0px;
	display:none;
}
#menu-ca-menu .sub-menu-visible {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    position: absolute;
    display: block;
    top: 45px;
    background-color: #fff;
    width: 100%;
    left: 0px;
    border: 1px solid #ccc;
	max-height: 360px;
    overflow-y: scroll;
}
#menu-ca-menu .sub-menu li {
	float: none;
	clear: both;
	width:100%;
	padding-right: 14px;
}
#menu-ca-menu .sub-menu li:first-child {
	float: none;
	clear: both;
	width:100%;
	text-align:left;
	padding-top:12px;
}
#menu-ca-menu .sub-menu li a{
	font-size:14px;
	text-transform: lowercase;
	text-align:left;
	border-bottom: 1px solid #E7DAF9;
}
#menu-ca-menu .sub-menu li:last-child a{
	font-size:14px;
	text-transform: lowercase;
	text-align:left;
	border-bottom: none;
}
.sort-by-label {
    padding-top: 12px;
    font-size: 16px;
    color: #9188bf;
	text-align: right;
	font-weight: 300;
	display: table;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.sort-by-label {
		font-size: 13px;
	}
}

.arrow-trigger .fa-angle-up:before {
	font-family:'FontAwesome'!important;
	content: "\f106"!important;
}
.arrow-trigger {
	max-height: 44px;
}
.num-of-cat {
    color: #8B79A2;
    border-top: 1px solid #ECE5E5;
    font-size: 16px;
	position: relative;
    display: inline-block;
}

/* 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: #2b2843;
}
#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: 30%;
    margin-right: 3%;
    margin-left: 0;
    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;
}
@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;
}
.footer-main .fa-skype {
	color: #6FBFF5;
	margin-left: 3px;
	margin-left: 3px;
    font-size: 16px;
}
@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;
}
}
.footer-main .footer-info p {
    font-size: 12px!important;
    line-height: 1.6em;
    color: #fff;
}
/* Confidentiality Deed Form */


#field_5_3{
	padding-top: 36px!important;
}
label {
    margin-bottom: 0;
}
.gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0!important;
    margin-bottom: 0px;
}
.gfield_checkbox,.gfield_radio {
	padding-bottom: 10px!important;
	padding-top: 10px!important;
}
#field_5_13 .gfield_checkbox, #field_5_15 .gfield_checkbox, #field_5_17 .gfield_checkbox {
	padding-bottom:2px!important;
	padding-top:2px!important;
}
.gform_wrapper #field_5_13 label.gfield_label+div.ginput_container,.gform_wrapper #field_5_15 label.gfield_label+div.ginput_container,.gform_wrapper #field_5_17 label.gfield_label+div.ginput_container {
    margin-top: 0!important;
    margin-bottom: 2px;
}
.gform_wrapper #field_5_12 label.gfield_label+div.ginput_container, #field_5_12 .gfield_checkbox{
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
#field_5_17 .gfield_checkbox {
	padding-bottom: 0!important;
}
/***** GOOGLE GTRANSLATE FOOTYER BUTTON *****/
#glt-translate-trigger {
    background: #2b2843!important;
	border-radius: 0!important;
	border: 1px solid #fff;
	border-bottom: none;
}

/** SEARCH FOOTER **/ 

.footer-search-wrapper h5{
	text-align: left;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.footer-search-wrapper {
	text-align:center;
	}

	.container.category-wrapper {
		padding: 0;
	}
}
/* Sidebar subscribe  */ 
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well label {
    font-size: 14px;
}
.stc-subscribe-wrapper .btn-default {
    background-color: #2B2843;
    border-color: #ccc;
    color: #fff;
    width: 100%;
}
.stc-categories h3 {
	display:none;
}
.stc-categories {
	padding-top: 16px;
}
.stc-categories .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #2B2843;
    padding: 6px;
    color: #fff;
}