
/*==========================================================================================
	
This file contains styles related to the colour scheme of the theme

==========================================================================================*/
a{color:#35974a;text-decoration:none;
-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;}
a:hover, a:focus{color:#35974a;text-decoration:none;}

body{background:#ffffff;
color:#000000;
font: 14px "Open Sans", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
line-height:1;
}

.tile-bkg{background:#cce5ed;}


.mainWrap{background:#ffffff;}

.topbar{background:#35974a;}

.menu li a {color:#7c8184;}
.menu li a:hover, .menu li:hover > a{color:#ffffff;
background:#35974a;}

.menu ul { background: #ffffff;
border:1px solid #e0e0e0;
}

.menu ul li a {color:#7c8184;
border-left:2px solid #ffffff;
background:#ffffff;
}
.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:2px solid #35974a;
color:#7c8184;
}
.menu li.current_page_item > a {color:#ffffff;
background:#35974a; }

.mobile-navigation {
    background-color: #F8F8F8;
    color: #8F8F8F;
}

.flex-caption{background-color:rgba(53, 151, 59, 0.8);
color:#ffffff;}

.home-feature img, .team-member img{box-shadow: 0px 0px 0px 7px #e0e0e0;
}
.home-feature:hover img, .team-member:hover img{box-shadow: 0px 0px 0px 7px #35974a;}
.home-feature h2{color:#35974a; text-align: center;}

.team-member h4, .test-author-name{color:#35974a;}

.home-title h3, .sidebar-title h3{background:#ffffff;
color: #353535;}

a.gal-btn, .gal-btn-2{
padding: 3px;
position: absolute;
bottom: 0px;
background:rgba(53,152,73,0.75);
color:#ffffff;
}
a.gal-btn:hover{color:#ccc;}

.cases-text{border-top:5px solid #35974a;}
.gallery-text{color:#000;}
.title-gal-post a, .sub-title{color:#353535;
text-decoration:none;}
.title-gal-post a:hover{color:#35974a;}

.item-avatar{box-shadow: 0px 0px 0px 5px #e0e0e0;}

.news-info{background:#35974a;
color:#ffffff;}
.news-info a{color:#ffffff;
text-decoration:none;}
.news-info a:hover{color:#0881a7;}
.home-apoint{border-top:1px solid #e0e0e0;
border-bottom:1px solid #e0e0e0;
}
.home-apoint h2{color:#353535;}
.home-apoint-btn a, .read-more a, #submit-comm, #submit{background:#35974a;
color:#ffffff;
}
.home-apoint-btn a:hover, .read-more a:hover, #submit-comm:hover, #submit-comm:active, #submit:hover, #submit:active{background:#0881a7;
color:#ffffff;}

footer.wrap{background:#35974a; text-align:center; color:#FFFFFF}
footer h3, .jtwt_date, .jtwt_date:hover, .foo-date, .foo-news h4, .foo-faq h4{color:#ffffff;}
.foo-news a, .foo-news a:hover{color:#999999;}
.copy-holder{ background:#35974a;}
.copy-holder a{color:#e0e0e0;
text-decoration:none;}
.copy-holder a:hover{color:#e0e0e0;
}

.faq-questions .trigger{background:#35974a url('images/toggleplus.png') no-repeat 5px 10px;}
.faq-questions .trigger a{color:#ffffff;}
.faq-questions .active{background:#35974a url('images/toggleplus.png') no-repeat 5px 10px;}
.toggle_container{background:#f0f0f0;}
.toggle_container h4{ padding-left:15px; }
.faq-questions{ padding-left:0px; }

.pt-title{background:#35974a;
color:#ffffff;}
.pt-features li{background:#ffffff;}
.pt-features li:nth-child(2n) {background-color: #f0f0f0;}
.pt-features li:hover{background:#35974a;
color:#ffffff;}

.service-feature{background:#35974a;
color:#ffffff;}

.comment-body {border-bottom: 1px solid #e0e0e0; }
.comment-author .author a:link, .comment-author .author a:visited { color: #999999;text-decoration:none;}
.comment-author .author a:hover { color: #35974a;}
.comment-reply-link, #cancel-comment-reply-link{ color: #35974a; font-size: 12px;}
.comment-reply-link:hover, #cancel-comment-reply-link:hover { color: #0881a7;}

input.comm-field, #comment, #message2, input.comm-field:focus, #message2:focus, #comment:focus {border:1px solid #e0e0e0;
color:#999999;}

input.comm-field:focus, #message2:focus, #comment:focus {border:1px solid #35974a;}

.output2{border:1px solid #ff0000;}

.no-page{color:#909090;
background:#e0e0e0;
}

@media (min-width: 768px) and (max-width: 979px) {


} 

@media (max-width: 767px){

} 

@media (max-width: 320px){

}

