/*
Theme Name: WCF
Description: The original WCF theme.
Version: 1
Author: WCF
*/

img.size-full,
img.size-large,
img.size-medium,
.attachment img {
max-width: 100%; 
height: auto; 
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 0;
}
.wp-caption {
background: #f1f1f1;
line-height: 18px;
margin-bottom: 20px;
max-width: 100% !important; 
text-align: center;
}
.wp-caption img {
margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
color: #888;
font-size: 12px;
margin: 5px;
}
.wp-smiley {
margin: 0;
}
.gallery {
margin: 0 auto 18px;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto;
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}
.gallery dl {
margin: 0;
}
.gallery img {
border: 10px solid #f1f1f1;
}
.gallery br+br {
display: none;
}
#content .attachment img {
margin: 0 auto;
}
.contentwrapper ul, .contentwrapper ol{margin:20px 0;}
.contentwrapper ul li, .contentwrapper ol li {
	margin: 4px 0 4px 90px;
	line-height: 26px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	border: 1px solid #cccccc;
	padding: 15px !important;
	background: #eeeeee;
	border: none;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	margin: 0 !important;
	transition: all 0.5s;
}
input[type="text"]:hover, input[type="email"]:hover, textarea:hover{
	background: #f9f9f9;
}
.gform_wrapper {
	padding: 5px;
}
input[type="submit"], input[type="button"], a.readmore, a.rpwwt-post-excerpt-more {
	border: 0 none;
	cursor: pointer;
	background: #84BC00 !important;
	color: #ffffff !important;
	font-size: 20px;
	padding: 14px 40px;
	display: inline-block;
	transition: all 0.5s;
	text-decoration:none;
}
.home input[type="submit"], .home a.readmore{
	font-size: 30px;
}
input[type="submit"]:hover, a.readmore:hover, input[type="button"]:hover, a.rpwwt-post-excerpt-more:hover{
	background: none repeat scroll 0 0 #1DB578 !important;
  color: #ffffff !important;
}
.gform_wrapper {
	padding: 20px;
	border: 5px solid #84BD00;
	margin-bottom: 50px;
}
.gform_title {
	font-size: 20px;
}
.gform_description {
	font-weight: bold;
}
*{
padding:0;
margin:0;
}

body.mceContentBody{
background:none;
color:#000000;
}

body,table{
font-family: 'Montserrat', sans-serif;
font-size:17px;
color:#414141;
}

img, fieldset{
border:0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

p{
line-height:24px; 
margin-bottom:25px;
}

a{
outline:none;
text-decoration:underline;
color:#414141;
transition: all 0.5s;
}

a:hover{
color:#2F2A2D;
}

h1 {
	font-size: 46px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: none;
	color: #84BC00;
}


h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #84BD00;
}

h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #84BC00;
}

h4{
font-size:25px; 
font-weight:400;
margin-bottom:10px;
	color:#84BD00
}

.clear{
clear:both;
}

p.marginB, 
.wrapper4 .practices .marginR, 
.wrapper5 .teams .marginR{
margin:0;
}
.wrapper, .landingwrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1340px;
	overflow: hidden;
}
.logo {
	float: left;
	width: 290px;
	margin-top:45px;
}
.topright {
	float: right;
	margin: 0;
	text-align: right;
}
.topheader {
	padding: 20px 0;
}
.topheader .wrapper{
	overflow:visible;
}
.caption {
	position: absolute;
	left: 10%;
	bottom: 25%;
	color: #c7202e;
	font-size: 51px;
	font-weight: 900;
}
.caption p {
	line-height: 56px;
}
header {
	background: #ffffff;
	width: 100%;
	z-index: 99999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	position:relative;
}
.logo, .header, header, .nav, header .number {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner {
	position: relative;
}
/*.blogsmain {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.blogsmain .post {
	width: 32%;
	margin: 0 1% 20px 0;
	background: #E9E3E7;
	padding: 20px;
	box-sizing: border-box;
}
.blogsmain .post:nth-child(odd) {
	background: #EEEEEE;
}*/
.blogpostimage {
	float: left;
	width: 35%;
}
.blogpostcontent {
	float: right;
	width: 60%;
}
.blogsmain .post {
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
}
.blogpostcontent {
	float: right;
	width: 60%;
	padding: 15px;
	box-sizing: border-box;
}
.post-meta > div {
	display: inline-block;
	margin: 0 5px 0 0;
}
.post-meta {
	margin-bottom: 20px;
	line-height: 28px;
}
.blogsmain .eb-post-category.comma-seperator {
	width: 100%;
}
.blogsmain h2.storytitle {
	font-size: 25px;
	text-transform: none;
	font-weight: normal;
}
.blogsmain h2.storytitle a {
	text-decoration: none;
	color: #000000;
}
.innercontentblock {
	background: #84BD00;
	color: #ffffff;
	padding: 50px;
	box-sizing: border-box;
	margin-left: 55%;
}
.innercontentblock a.readmore {
	color: #84BC00 !important;
	background: #ffffff !important;
	font-size: 22px;
}
.innercontentblock a.readmore:hover{
	background:#B3D36A !important;
	color:#ffffff !important;
}
.contentblock .wrapper {
	background-size: 760px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.contentwrapper {
	padding:50px 0;
}
.contentblock h2 {
	color: #ffffff;
	font-size: 65px;
	font-weight: bold;
	text-align: center;
}
.footer {
	padding: 50px 0;
	font-size: 15px;
	background: #25262B;
}
.footerleft, .footerright {
	float: left;
	width: 42%;
	margin: 0 2%;
}
.footerright {
	float: right;
	width: auto;
}
.footerright ul li {
	display: inline;
}
.footerright ul li img {
	max-width: 40px;
}
.footer .moduletable.text-4 ul li {
	display: inline;
}
.footer .moduletable.text-4 ul li img {
	max-width: 40px;
	margin:0 5px;
}
.widget.moduletable.text-4 {
	text-align: center;
}
.moduletable.text-4 .aligncenter.size-full.wp-image-1754 {
	margin-top: 30px;
}
.footer h3 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}
.footer p {
	line-height: 24px;
}
.footer .wrapper {
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #86C8BA;
}
.footer li {
	list-style: none;
	line-height: 24px;
	margin: 10px 0;
}
.footer .wrapper .moduletable {
	margin: 0 auto;
}
.contentblock.contentblock2 .innercontentblock{
	background: #86C8BA;
}
.tparrows::before {
	color: rgb(99, 102, 106) !important;
}
.contentblock.contentblock2 .wrapper {
	background-size: 860px auto;
	background-position: 100% 50%;
}
.contentblock.contentblock2 .innercontentblock {
	margin-right: 55%;
	margin-left:0;
}
div#logo-carousel-free-69.logo-carousel-free .sp-lc-logo {
	border: 0 !important;
}
.logoslider .sp-lc-container .sp-lc-button-next, .logoslider .sp-lc-container .sp-lc-button-prev {
	font-size: 65px;
	color: #ffffff;
	top: 45%;
	text-shadow: 0px 0px 8px #999999;
}
.logoslider .sp-lc-container .sp-lc-button-prev {
	right: auto;
	left: 0 !important;
}
.contentwrapper .wrapper, .logoslider .wrapper, .recentnews  .wrapper{
	max-width: 980px;
}
.footerbottom {
	text-align: center;
	font-size: 15px;
	color: #414141;
	padding: 8px 0;
}
.footerbottom p{
	margin:0;
}
.footerbottom a, .footerbottom a:hover{
	color:#414141;
	text-decoration:underline;
}
.logoslider h3 {
	color: #84BD00;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:700;
}
.recentnews h3{
	color: #84BD00;
	font-weight:700;
}
.logoslider {
	margin-top: 60px;
}
.home h1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #63666A;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
}
.homesection img {
	background: #84BD00;
	padding: 20px;
	border-radius: 100px;
	width: 130px;
}
.homesection {
	text-align: center;
	width: 30% !important;
	margin: 0 10% 20px 10% !important;
}
.su-row.lightgrey {
	background: #f1f1f1;
}
.su-row.lightgrey .su-column:first-child{
	padding:20px;
	text-align:right;
}
.greenborderleft {
	border-left: 10px solid #84BC00;
}
.greenborderright {
	border-right: 10px solid #84BC00;
}
hr {
	background: #84BC00;
	height: 2px;
	margin: 20px 0;
	border: 0;
}
.su-row {
	margin-bottom: 70px !important;
}
.circleimage {
	border-radius: 50%;
}
a.readmore.purple{
	background:#F27EB3 !important;
}
a.readmore.purple:hover{
	background:#B3D36A !important;
}
.missionblock {
	position: relative;
}
.innermissionblock {
	position: absolute;
	top: 100px;
	left: 299px;
	background: #eeeeee;
	padding: 30px;
	border-left: 10px solid #84BD00;
}
.bottomblock {
	background: url(images/bottombg.jpg) 50% 50% no-repeat;
	position: relative;
	padding: 1px;
	overflow: hidden;
}
.bottomblockwrapper {
	background: #E8E8E8;
	padding: 30px;
	width: 30%;
	margin: 50px;
	float: right;
}
.single .blogsmain .post {
	padding: 40px;
}
.single .blogsmain .post h1{
	color:#000000;
	font-size:25px;
}
.recentnews ul {
	display: flex;
	flex-wrap: wrap;
}
.recentnews ul li {
	width: 31%;
	border: 1px solid #cccccc;
	margin: 0 1% !important;
}
.recentnews .rpwwt-widget ul li img {
	display: block;
	float: none;
	margin: 0;
	max-width: 100% !important;
}
.recentnews .rpwwt-post-title {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 15px;
	font-size: 18px;
}
.recentnews a {
	text-decoration: none;
}
.mega-indicator {
	display: none !important;
}
.page-id-28 .gform_footer.top_label {
	text-align: center;
}
.page-id-28 input[type="text"], .page-id-28 input[type="email"], .page-id-28 input[type="tel"], .page-id-28 textarea {
	border: 2px solid #999;
	padding: 15px !important;
	background: #ffffff;
}
.page-id-28 h1 {
	max-width: 600px;
	width: 50%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}
.page-id-28 .gform_wrapper {
	padding: 0;
	border: 0;
	margin-bottom: 50px;
	width: 50%;
	margin: 0 auto;
	max-width: 600p;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	text-align: right;
}
.gform_description {
	margin: 20px 0;
	display: block;
}
h5 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
#gf_progressbar_wrapper_2 {
	display: none;
}
#gform_wrapper_2 {
	width: 60%;
	margin: 0 auto;
}
.sp-lc-container .sp-lc-button-next:hover, .sp-lc-container .sp-lc-button-prev:hover {
	background: none !important;
}
.blogsmain .storycontent a {
	color: #84bc00;
}
.blog .post-meta > .eb-post-author {
	display: block;
}
.single .recentnews h3 {
	color: #000000;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 30px;
}
.single .recentnews .wrapper {
	position: relative;
}
.seeallpost {
	position: absolute;
	right: 10px;
	top: 0;
}
.single hr, .blog hr {
	background: #cccccc;
	height: 1px;
	clear: both;
	/* margin: 0; */
	margin: 12px 0;
}
.sfsi_shortcode_container {
	float: none !important;
}
.page .likebtn_container {
	display: none;
}.single .wrapper {
	position: relative;
}
.single .search-form {
    position: absolute;
    right: 0;
    top: 0;
}
 
.single .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
	content: "\f002";
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.single .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit { 
display:none;
}
.single .search-form i {
	cursor: pointer;
}
#sgpb-popup-dialog-main-div {
	box-shadow: 0 0 10px #000 !important;
}
#gform_wrapper_5.gform_wrapper {
	border: 0;
	margin: 0;
}
.woof_container_inner_filterbycollection h4 {
	color: #000000;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color: #000000;
	font-weight: normal;
}
.woocommerce ul.products li.product .button {
	font-weight: normal;
}
.woocommerce .woocommerce-breadcrumb {
	font-size: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #000000;
}
.woof_container_inner_filterbycollection .woof_block_html_items {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 20px 0;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 40px;
}
.woocommerce div.product .product_title {
	color: #575757;
	font-size: 28px;
}
.likebtn_container {
	display: none;
}
.sku_wrapper {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
.product_meta .posted_in {
	display: none;
}
.product h2 {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	clear: both;
}
.page-template-landing .contentwrapper .wrapper {
	width: 100%;
	max-width: 100%;
}

.landingwrapper {
	padding: 50px 0;
}
.storytitle {
	text-align: center;
}
.contentleft {
	float: left;
	width: 60%;
	margin-right: 5%;
	padding-top: 50px;
}
.formarea {
	margin-top: 50px;
	background: #86C8BA;
	border-radius: 12px 12px 12px 12px;
	overflow: hidden;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 25px;
}
.testimonials {
	text-align: center;
	margin-top: 100px;
}
.mission {
	background: #86c8ba;
	text-align: center;
	margin: 50px 0 0;
	padding: 50px;
	color: #ffffff;
	border-radius: 15px;
}
.mission h2, .formarea h2{
	color:#ffffff;
	margin-bottom:30px;
}
.mission p {
	margin: 0;
}

.widget_text.widget.moduletable.custom_html-3 {
	background: #86C8BA;
	padding: 30px;
	box-sizing: border-box;
	margin: 20px 0;
	border-radius: 5px;
	color: #ffffff;
}
.widget_text.widget.moduletable.custom_html-3 h2 {
	color: #ffffff;
}
.blogleft {
	float: left;
	width: 75%;
}
.blogright {
	float: right;
	width: 20%;
}
.blogright h3 {
	font-size: 22px;
}
.contentwrapper .blogright ul li {
	margin-left: 0;
	list-style: none;
}
.mediacontact {
	max-width: 400px;
	margin: 0 auto 20px !important;
}
.su-note.mediacontact {
	border-color: #eee;
}
.page.page-id-30 .contentwrapper .wrapper {
	max-width: 1340px;
	overflow: visible;
}
.banner img {
	width: 100%;
}
.pt-cv-wrapper .text-left.pt-cv-pagination-wrapper {
	text-align: center !important;
}
.wp-caption-text {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff !important;
	font-size: 50px !important;
	text-shadow: 2px 2px 2px #000;
	line-height: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	background: rgba(0, 0, 0, .3);
}
.newsblock2 {
	background: #eee;
	margin: 50px -3000px;
	padding: 50px 3000px;
}
html, body {
	overflow-x: hidden;
}
.pt-cv-wrapper .pagination > li {
	margin: 0;
}
.page-id-30 .pt-cv-wrapper img {
	vertical-align: middle !important;
	width: 100%;
}
.page-id-30 .pt-cv-href-thumbnail {
	display: flex;
	min-height: 215px;
	flex-wrap: wrap;
	align-items: center;
}
.rpwwt-post-excerpt {
	padding: 15px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	height: 200px;
}
.resourcestable td, .resourcestable th {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 15px;
	line-height: 22px;
}
.resourcestable th {
	background: #85C7B9;
	color: #ffffff;
}
.resourcestable td:nth-child(1) {
  font-weight:bold;
}
.resourcestable tr:nth-child(odd) {
  background: #eeeeee;
}
img{
max-width:100%;
height:auto;
}

@media all and (max-width: 1380px){

}
@media all and (max-width: 1260px){
.contentleft {
	float: none;
	width: 100%;
	margin-right: 0;
}
}
@media all and (max-width: 1190px){
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 8px 0px 8px !important;
	font-size: 17px !important;
}
.contentblock h2 {
	font-size: 40px;
}
.home h1 {
	font-size: 36px;
}
.footer .wrapper .moduletable {
	margin: 0 auto 40px;
	width: 50%;
}
	.footer img.aligncenter {
	margin-left: 0;
	margin-right: 0;
}
	.widget.moduletable.text-4 {
	text-align: left;
}
}

@media all and (max-width: 1020px){
.logo {
	float: none;
	width: 290px;
	margin: 0 auto 10px;
}
.topright {
	float: none;
	margin: 0;
	text-align: center;
}
.topright a.readmore {
	padding: 10px 20px;
}
}

@media all and (max-width: 767px){
.contentblock .wrapper {
	background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 50% 0 0;
	margin-top: 50px;
}
.innercontentblock {
	margin-left: 0;
}
.homesection {
	text-align: center;
	width: 100% !important;
	margin: 30px 0 !important;
}
.su-row {
	margin-bottom: 30px !important;
}
.contentblock.contentblock2 .innercontentblock {
	margin-right: 0;
	margin-left: 0;
}
.contentblock.contentblock2 .wrapper {
	background-size: 100%;
	background-position: 0 0;
	margin: 0 auto;
}
.contentblock .wrapper {
	padding: 35% 0 0;
}
.contentblock.contentblock3 {
	margin-bottom: 50px;
}
.recentnews ul li {
	width: 100%;
	border: 1px solid #cccccc;
	margin: 0 0 30px !important;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	box-sizing: border-box;
	width:100%;
}
.storycontent img {
	display: block;
	float: none !important;
	margin: 10px 0 !important;
}
.innermissionblock {
	position: relative;
	top: 0;
	left: 0;
}
.bottomblockwrapper {
	background: #E8E8E8;
	padding: 30px;
	width: auto;
	margin: 50px;
	float: none;
}
.blogpostimage {
	float: none;
	width: 100%;
}
.blogpostcontent {
	float: none;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
}
.footer .wrapper .moduletable {
	margin: 0 auto 40px;
	width: 100%;
	text-align: center;
}
	.footer img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
	.widget.moduletable.text-4 {
	text-align: center;
}
}

@media all and (max-width: 500px){

.footerleft, .footerright {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
.footerright {
	float: none;
	width: auto;
}
}