/*
*
*	General Stylesheet Document
*
*
*/

/*Bootstrap V3 Reset
**************************/
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none !important;
	background-color: transparent !important;
}

.navbar {
	margin-bottom: 0;
	border:none;
}

.navbar-collapse {
	max-height: none;
}

ul, ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0 !important;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-transform: rotate(0);
	-webkit-backface-visibility: hidden;
}

.white {
	color: #FFFFFF;
}

.navbar-toggle {
	margin-right: 0;
}

textarea{
	resize:none !important;
}

a{
	text-decoration: none;
	color: #179400;
}

/* Helper Classes
*************************/
.ease {
	opacity: 1;
}

.ease:hover{
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .8; 
	transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
}


.navbar-toggle .icon-bar {
	display: block;
	width: 35px;
	height: 7px;
	border-radius: 1px;
	background-color: #797979;
}

.reset-pad{
	padding-left: 0;
	padding-right: 0;
}

.reset-mar{
	margin-left: 0;
	margin-right: 0;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

/*Contact Form Error Messages Fixes*/

span.wpcf7-not-valid-tip {	
	position: absolute;	
	top: 25%;	
	left: 5% !important;	
	z-index: 100;	
	border: none;	
	font-size: 10pt;	
	width: 280px;	
	padding: 2px;	
	color: #FFF !important;	
	background: #c10416 !important;	
	padding: 5px;	
	border-radius: 20px;	
	text-align: center;
}

.wpcf7-response-output{
 display: block;
color: #E96532;
font-size: 13px;
text-align: left;
}

div.wpcf7-validation-errors {
width:80%;	
border:none !important;	
margin: 2em 1em 1em !important;
}

div.wpcf7-mail-sent-ok {	
width:auto !important; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*General Styles*/ 


body{
	font-family: 'PT Sans', sans-serif;
	color: #666;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}

h1,.h1{ font-size: 35px;}
h2,.h2{ font-size: 29px;}
h3,.h3{ font-size: 23px;}
h4,.h4{ font-size: 17px;}
h5,.h5{ font-size: 13px;}
h6,.h6{ font-size: 12px;}

a:hover, a:focus {
	color: #0F6100;
	text-decoration: underline;
}

iframe{
	max-width: 100%;
}

/*Header*/
.header{
	padding-top: 23px;
}



/*Top Links*/

.toplinks a{
	color: #666666;
}

.phonelink{
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/phone-icon.png) no-repeat left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.emaillink{
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/mail-icon.png) no-repeat left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.toplinks ul li{
	display: inline-block;
	margin: 0 10px;
}

.toplinks{
	text-align: right;
	border-bottom: 1px solid #dddcde;
	padding-bottom: 5px;
	display: inline-block;
}


/*Navigation*/
.nav > li > a{
	color: #666;
}

.nav > li {
	position: relative;
}

.nav > li > a:hover,
.nav > .current_page_item > a{
	color: #179400;
}


.parent-a{
	position: absolute;
	height: 5px;
	width: 8px;
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/caret.png) no-repeat top center;
	right: 0;
	top: 23px;
}

/*Submenu*/

.nav li ul{
	position:absolute;
	width: 169px;
	z-index: 99999;
	visibility: hidden;
	display: none;
}

.nav > li:hover >  ul{
	visibility: visible;
	display: block;
		-webkit-animation: fadeIn 0.5s;
    	animation: fadeIn 0.5s;

}

.nav li { position: relative; }

.nav li ul li a{
	display: block;
	background: #eee;
	color: #868686;
	text-decoration: none;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 1em;
	border-bottom: 1px solid #E2E2E2;
	transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -webkit-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    font-family: Calibri, Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
}

.nav li ul li:last-child a{
	border-bottom: none;
}

.nav li ul li a:hover,
.nav li ul .current_page_item a{
	background: #24C507;
	color: #fff;
}


.nav ul ul{
	left:169px;
	top: 0;
	visibility: hidden; 
	display: none;
}

.nav ul li ul{
	left:168px;
	top: 0;
	visibility: hidden;
	display: none;
}

.nav ul li:hover > ul{
	visibility: visible;
	display: block;
		-webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;

} 



/*Fade in Animation of from display none to display block*/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.page-content{
	min-height: 500px;
}


/*Footer*/
.footer{
	background: #000000;
	padding: 34px 0;
}

#copyright-text{
	margin-bottom: 0;
}


/*Page*/
.page-banner{
	background: #179400;
	padding: 35px 0;
}

.page-banner-subtitle{
	margin: 0;
	margin-bottom: 10px;
	color: #99ff66;
	text-transform: uppercase;
}

.page-banner-title{
	margin: 0;
	color: #fff;
}


.side-nav > ul > li > a{
	display: block;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color: #000;
	text-decoration: none;
}

.side-nav > ul > li > a:hover,
.side-nav > ul > li:hover,
.side-nav > ul > .current_page_item > a {
	color: #179400;
}

.side-nav > ul > li{
	margin-bottom: 10px;
}


.side-nav > ul{
	list-style-type: square;
	padding-left: 25px;
}

.section-left,
.section-right{
	padding-top: 44px;
}

@media(min-width: 768px){
	.section-left{
		border-right: 1px solid #ebebeb;
	}
}

.icontitle-box{
	margin: 0;
	color: #000;
	padding-left: 60px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 26px;
}

.section-rl{
	padding-bottom: 50px;
}



/*Prefooter*/
.prefooter{
	padding: 55px 0;
	border-top: 1px solid  #ebebeb;
}

.prefooter-title-meta{
	text-align: center;
}

.prefooter-title{
	margin-top:0;
	color: #000;
	display: inline-block;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 18px;
	margin-bottom: 17px;
}

.prefooter-subtitle{
	margin-top:0;
	margin-bottom: 10px;
	color: #009900;
	text-transform: uppercase;
}

iframe{
	max-width: 100%;
}

.prefooter-content .cform{
	max-width: 290px;
	margin: 0 auto;
}

/*Cform*/
.cform {
	position: relative;
}

.cform input[type="text"],
.cform input[type="email"],
.cform input[type="tel"],
.cform textarea{
	width: 100%;
	margin-bottom: 13px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.cform textarea{
	height: 110px;
}

.cform .submit-paperplane{
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/submit-btn.jpg) no-repeat center;
	display: block;
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -999999px;
	border: none;
}

@media(min-width: 786px){
	.cform .submit-paperplane{
		position: absolute;
		right: -56px;
		bottom: 35px;
	}
}

.noborder{
	border: none !important;
}


/*Banner Search*/
.banner-search{
	text-align: right;
	padding-top: 15px;
}

.banner-search input[type="text"]{
	font-style: italic;
	font-size: 25px;
	color: #66cc33;
	background: none;
	border: none;
	outline: none;
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}

.banner-search input::-webkit-input-placeholder {
   	color: #66cc33;
}

.banner-search input:-moz-placeholder { /* Firefox 18- */
  	color: #66cc33;
}

.banner-search input::-moz-placeholder {  /* Firefox 19+ */
   	color: #66cc33;
}

.banner-search input:-ms-input-placeholder {  
   	color: #66cc33;  
}


.banner-search input[type="submit"]{
	display: inline-block;
	height: 27px;
	width: 27px;
	text-indent: -999999px;
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/magni-icon.png) no-repeat top center;
	border:none;
	outline: none;
	vertical-align: middle;
}


/*Post List*/
.post-list-meta {
	position: relative;
	margin-bottom: 26px;
}

.post-list-meta .post-list-date{
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	background: #179400;
	text-align: center;
	line-height: 1em;
	padding-top: 5px;
	vertical-align: top;
	margin-right: 10px;
}

.post-list-meta .post-list-title,
.post-list-meta .post-list-title a{
	display: block;
	color: #000;
	margin: 0 !important;
	vertical-align: top;
	overflow: hidden;
	max-width: 660px;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-bottom: 1px;
}

.post-list-meta .post-list-title a:hover{
	text-decoration: none;
	color: #179400;
}


.post-list-meta .post-list-author{
	font-style: italic;
}

.post-list-meta .post-list-author a{
	color: #179400;
}


.readmore{
	text-transform: uppercase;
	color: #179400;
	text-decoration: underline;
}

.post-list-item{
	padding-bottom: 38px;
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/dot-sep.png) repeat-x bottom;
	margin-bottom: 50px;
}

.events-post-images li{
	display: inline-block;
}

.quote-excerpt{
	font-style: italic;
	color: #999999;
	font-size: 21px;
	font-family: 'PT Sans', sans-serif;
}

/*Sidebar*/
.sidebar {
	border: 1px solid #ebebeb;
	background: #f8f8f8;
	padding: 33px;
}


.sidebar .widgettitle{
	margin-top: 0;
	color: #000;
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/widget-title-square.png) no-repeat left center;
	padding-left: 23px;
}

.sidebar .textwidget ul > li > a{	
	display: block;
	padding: 7px 0;
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/dot-sep.png) repeat-x bottom;
	color: #179400;
}

.sidebar >  .textwidget{
	margin-bottom: 25px;
}

.contact-map{
	margin-top: 17px;
	margin-bottom: 65px;
}

.contact-map iframe{
	width: 100%;
}

.contact-box{
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/side-border.jpg) no-repeat right top;
}

.contact-boxes .contact-box:last-child{
	background: none;
}


.inner ul{
	padding-left: 17px;
	list-style-type: square;
}

.inner ol{
	padding-left: 17px;
	list-style-type: disc;
}


.team-member-avatar{
	display: block;
	float: left;
	height: 82px;
	width: 82px;
	background: #179400;
	text-align: center;
	line-height: 50px;
	margin-right: 10px;
}

.team-member .team-member-name{
	margin-top:5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 23px;
}

.team-member .team-member-position{
	color:#179400;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}

.team-member-meta{
	margin-bottom: 20px;
}

.team-member-inner{
	margin-bottom: 40px;
}

.vid{
	max-width: 508px;
	margin: 0 auto;
}
.vid iframe{
	width: 100%;
}

/**/
.flex-direction-nav a:before{
	font-family: "FontAwesome" !important;

}

.flex-direction-nav a.flex-prev:before {
	content: "\f053" !important;
	font-size: 28px;
}

.flex-direction-nav a.flex-next:before {
	content: "\f054" !important;  
	font-size: 28px;
}



.max600{
	max-width: 600px;
	margin: 20px auto;
}


/*Home Slider*/
.hero-unit{
	max-width: 1440px; 
	margin: 0 auto;
	margin-bottom: 54px;
}

#hero-unit-slider{position: relative;}
#hero-unit-slider .slides li{
	min-height: 500px;
	background-size: cover !important;
}

#hero-unit-slider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 40px !important;
	text-align: center;
	z-index: 2;
}


#hero-unit-slider .flex-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow:none !important;
	border: 1px solid transparent;
}


#hero-unit-slider .flex-control-paging li a.flex-active {
	background: transparent;
	border: 1px solid #fff;
}

#hero-unit-slider .slide-caption-title{
	margin-top: 0;
	color: #fff;
	text-shadow:1px 1px 1px #111;
}

#hero-unit-slider .slide-caption-desc{
	color: #fff;
	text-shadow:1px 1px 1px #111;
}

#hero-unit-slider .slide-caption{
	padding-top: 180px;
}

.colbox-title{
	color: #000;
	margin-top: 25px;
	margin-bottom: 30px;
}

.colbox-desc{
	max-width: 300px;
	margin: 0 auto;
}

.colboxes{
		padding-bottom: 45px;
}


/*Well Section*/
.well-section{
	background:#f8f8f8;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 50px 0;
}

.wellsection-subtitle{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #0d8305;
}

.wellsection-title{
	text-align: center;
	border-bottom: 1px solid  #dddcde;
	display: inline-block;
	padding-bottom: 34px;
	margin-bottom: 34px;
	color: #000;
}

.wellsection-content p{
	color: #727175;
}

.wellsection-rm{
	text-transform: uppercase;
	color: #0d8305;
	text-decoration: underline;
}


/*Client Carousel*/
.slides,
.carousel-img{
	position: relative;
}

.carousel-img{
	text-align: center;
}


.carousel-img .flex-direction-nav a{
	opacity: 1 !important;
	height: 28px !important;
	width: 28px !important;
	position: static;
}


.carousel-img .flex-prev{
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/prev.png) no-repeat center !important;
}

.carousel-img .flex-next{
	background: url(https://cbwresourceconsultants.com/wp-content/themes/cbw/images/next.png) no-repeat center !important;
}

.carousel-img .flex-direction-nav li{
	display: inline-block;
	margin: 0 3px;
}

.carousel-img .flex-direction-nav {
	margin-top: 40px;
}


.carousel-img .slides > li > img{
	display: inline-block;
	margin: 3px 15px;
}


.carousel-img .slides{
	line-height: 136px;	
}


.well-section-white{
	background: #fff !important;
	border: none !important;
}

.dislay-inline-block li{
	display: inline-block;
	margin: 3px 5px;
}


.carousel-no-cnav .flex-direction-nav {
	display: none !important;
}
/*
     FILE ARCHIVED ON 13:32:14 Mar 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:33:51 Mar 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.444
  load_resource: 800.469
  PetaboxLoader3.resolve: 69.417
  PetaboxLoader3.datanode: 472.892 (2)
  loaddict: 366.005
*/