


/*
Theme Name: Picketfence
 */
body{ margin:0; padding:0; box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  color:#333;}
*{margin:0; padding:0; box-sizing:border-box; }
h1, h2, h3, h4, h5, h6, form, ul, input, textarea, select, p{ margin:0; padding:0;}

h1, h2, h3, h4, h5, h6{font-family: 'Roboto Slab', serif;	}
a{ text-decoration:none; outline:none;}
a img{ border:none; outline:none;}
img{ max-width:100%;}
img.img_full{ display:block; width:100%;}
ul li{ list-style:none;}
.clr{ clear:both;}
p{ font-size:15px; color:#777; font-weight:400;}
p+p{ padding-top:25px;}
a{color:#333;}
a:hover{ text-decoration:none;}
strong{ font-weight:700;}
.img_bdr{
	display:block;
	width:100%;
	border:solid 3px #ccc;
}
.size12{
	font-size:12px;
	font-weight:300;
}

.heading{
	font-size:36px;
	font-weight:300;
	padding-bottom:15px;
	line-height:1.1;
}

.com30{
	padding-top:30px;
	padding-bottom:30px;
}

.com40{
	padding-top:40px;
	padding-bottom:40px;
}

.top20{
	padding-top:20px;
}

.bottom20{
	padding-bottom:20px;
}

.top30{
	padding-top:30px;
}

.bottom30{
	padding-bottom:30px;
}


.com50{
	padding-top:50px;
	padding-bottom:50px;
}

.top50{
	padding-top:50px;
}

.bottom50{
	padding-bottom:50px;
}

.title-sm{
	font-size:18px;
}
.body-title{
	font-size:30px;
	margin-bottom:15px;
}



.container {
    max-width: 1200px;
	width:100%;
}
header{
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.top_bar{
	background:#272727;
	padding:2px 0;
}
.social_ico li{
	display:inline-block;
	font-size:15px;
	font-weight:400;
	color:#fff;
	vertical-align:middle;
}
.social_ico li:first-child{
	padding-right:20px;
}
.navbar{
	padding:0;
}
.navbar-light .navbar-brand{
	margin-right:auto;
}
.navbar-expand-lg .navbar-nav .nav-link{
	color:#333;
    padding-left: 1rem;
	font-size:15px;
}
.navbar-collapse{
	flex-grow:inherit;
}
.navbar-nav{
	padding-top:40px;
}
.banner{
	position:relative;
}
.b_con{
	position:absolute;
	top:60%;
	width:100%;
	transform:translateY(-60%);
}
.b_con h1{
	font-size:48px;
	font-weight:300;
	color:#fff;
	background:#377302;
	display:inline-block;
	padding:0 5px 10px 5px;
	margin-bottom:10px;
}

.b_con h2{
	font-size:48px;
	font-weight:700;
	color:#000;
	background:#fff;
	display:inline-block;
	padding:0 5px 10px 5px; 
}
.wel_sec{
	background:#fff;
	border:solid 1px #ccc;
	margin-top:-70px;
	position:relative;
	z-index:999;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
}
.wel_sec h2{
	padding-bottom:5px;
}
.wel_sec p a{
	text-decoration:underline;
	color:#377302;
}
.green_bar{
	background:#377302;
	padding:10px 0;
	margin-bottom:30px;
}
.green_bar h3{
	font-size:24px;
	color:#fff;
	font-weight:300;
}
.green_bar h3 a{
	color:#fff;
	text-decoration:underline;
}
.video_box{
	margin-bottom:30px;
}
.video_box iframe{
	width:100%;
}
.grey_bg{
	background:#f5f5f5;
}
.photo_gal .col-sm-4{
	margin-bottom:30px;
}
.green{
	color:#377302;
}
.b_link h4{
	padding-bottom:10px
}

.b_link li{
	font-size:14px;
	font-weight:300;
	padding-bottom:10px;
}
.bottom_bar{
	padding:10px 0;
	font-size:12px;
	text-align:center;
	color:#c4c4c4;
}
.bottom_bar p{
	font-size:12px;
}
/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
.entry-header{box-shadow:none;}
.inner{margin-top:20px;}
.left{float:left;}
.right{float:right;}
.wpcf7-form input[type='text'], .wpcf7-form input[type='email']{
    background: none repeat scroll 0 0 #eee;
    border: medium none;
    height: 34px;
	padding:5px;
	width:100%;
}
.wpcf7-form textarea{height:100px;width:100%;resize:none;background: none repeat scroll 0 0 #eee;padding:5px;border:none;}
.wpcf7-form input[type='submit']{background:#519C0D;color:#fff;border:none;padding:5px 10px;text-transform:uppercase;cusrsor:pointer;}
#recent-posts-4 .widget-title{display:none;}
._2p3a {
    width: 100% !important;
}

#commentform  label {
    float: left;
    width: 100%;
}
#commentform input {
    height: 33px;
    background: #ddd;
    border: none;
    color: #000;
}
#commentform textarea {
   background: #ddd;
   border: none;
   color: #000;
   height: 200px;
}
#commentform #submit {
    background: #4F9300;
    padding: 0 15px 0 15px;
    color: #FFF;
}
#footer {
    border-top: 1px solid green;
    margin-top: 30px;
}
aside#secondary .widget-title {
    font-size: 20px;
    padding: 10px 0 10px 0;
}
#TRWVLCPDiv #TRWVSubM {
    background: #4F9300!important;
    padding: 0 15px 0 15px!important;
    color: #FFF!important;
	float:right!important;
	border:none;
}
#TRWVLCPForm input{margin:5px 0;}

.side_new{
	background: #f5f5f5;
    padding: 20px 10px;
}

.search-field{
	display: block;
    border: solid 1px #ccc;
    padding: 0 10px;
    height: 35px;
    width: 100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.search-form{
	overflow:hidden;
}
.search-form label{
	display:block;
	width:100%
}
.search-form .search-submit{
	padding:0 15px;
	height:35px;
	line-height:35px;
	background:#4F9300;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	float:right;
}
.search-form .search-submit span{
	color:#fff;
}
.LCPdataForm input{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #ccc;
	padding:0 10px;
	height:35px;
}
.inner h1{
	font-size:30px;
	padding:0 0 15px 0;
}
#TRWVLCPDiv{
	width:100%!important;
	margin-bottom:15px;
	
}
#TRWVLCPDiv #TRWVSubM{
	height:35px;
	line-height:35px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.LCPdataForm td{
	width:100%!important;
	display:block;
}

.inner  p{
	padding-bottom:15px;
}
.inner  p+p{
	padding-top:0;
}
.comment-form textarea{
	width:100%;
	height:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
	background:#fff!important;
	border:solid 1px #ccc!important;
}
.comment-form input{
	width:100%;
	height:35px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:0 10px;
	background:#fff!important;
	border:solid 1px #ccc!important;
}
.comment-form input[type='submit']{
	padding:0 15px;
	height:35px;
	line-height:35px;
	background:#4F9300!important;
	border:none!important;
	width:auto;
}
.entry-footer{
	font-size:11px;
	overflow:hidden;
}
.entry-footer .avatar{
	margin-right: 13px;
	display: inline-block;
	float: left;
	margin-bottom: 22px;
}

.nav-previous, .nav-next{
	font-size:12px;
	float:left;
}
.nav-next{
	float:right;
}

.category  .pagination h2.screen-reader-text, .blog  .pagination h2.screen-reader-text{
	
	display:none;
}
.category  span.meta-nav.screen-reader-text, .blog  span.meta-nav.screen-reader-text  {
    display: none;
}
span.page-numbers.current {
    background: #4F9300;
    padding: 3px 10px 5px 10px;
    color: #fff;
}
a.page-numbers {
    background: #8A959C;
	padding: 3px 10px 5px 10px;
    color: #fff;
}
a.next.page-numbers {
    background: none;
	 color: #000;
}

.category  header.page-header {
    margin-bottom: 20px;
}
h1.page-title {
    padding-left: 20px;
    padding-top: 10px;
}
footer.entry-footer > span {
    padding-right: 10px;
}
.entry-footer span.screen-reader-text {
    font-weight: bold;
}






/*--------------------------------- Responsive Css------------------------*/

@media (max-width: 880px){
.b_con h1, .b_con h2{
	font-size:30px;
}
.heading{
	font-size:24px;
}	
.green_bar h3{
	font-size:20px;
}
}

@media (max-width: 767px){
.navbar-light .navbar-brand{
	width:192px;
}	
.wel_sec{
	margin-top:0;
}
.b_con h1, .b_con h2{
	font-size:18px;
}
.two-colum .col-sm-6, .feed .col-sm-6{
	margin-bottom:15px;
}
.two-colum .col-sm-6:last-child, .feed .col-sm-6:last-child{
	margin-bottom:0;
}
.desclaimer p{
	padding-bottom:15px;
}
.social_ico{
	text-align:center;
}
.social_ico li{
	font-size:12px;
}
.social_ico li:first-child {
    padding-right: 0;
}
.left{float:none;}
.right{float:none;}
}



