/*
	Theme Name: lumbertonvb
	Author: BizToolsOne

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

input, select, textarea {
	  -webkit-appearance: none !important;
  -moz-appearance: none !important;
   appearance: none !important;
   border-radius: 0 !important;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {

}
strong, b {
	font-weight:bold;
	font-weight:700;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	padding: 0;
}
body {
	background: #fff;
	color: #222222;
	padding: 0px;
	margin:0px;
	width: 100%;
    overflow-x: hidden;
	}
body,td,th {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;

}	
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1400px;
	}
	.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:1000px;
	}
* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}

td { vertical-align: top; }
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #990000;
	text-decoration: none;
	}
	
a:hover {
	color: #006633;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
.content ul, .content ol {
	padding-left: 20px;
	 line-height: 150%;
}
	
/************************************************
*	Navbar      								*
************************************************/

 /*   #nav {
        text-align:center
    }
    #nav li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    #nav li li {
        display:block;
        text-align:left;
    }
	*/
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	

#nav li a, #nav li a:link, #nav li a:visited {
	color: #222;
	display: block;
	font-size: 18px;
 font-family: 'Libre Baskerville', sans-serif;
	font-weight: 400;

    margin: 0px;
	padding: 10px 10px;
	}

#nav li a:hover, #nav li a:active {
	color: #004162;
    margin: 0px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F6F6F6;
	width: 200px;
	color: #004162;
	font-size: 15px;

	font-weight: 400;

	float: none;
	margin: 0px;
	padding: 10px 10px;
	border-bottom: 1px solid #ECECEC;

	}
	
#nav li li a:hover, #nav li li a:active {
	background: #ECECEC;
	color: #222;

	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 200px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -40px 0 0 200px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	


	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 20px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 20px 20px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

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

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	

	

	
/************************************************
*	Search Form									*
************************************************/

#sform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline-block;
	width: 290px;
	vertical-align: bottom;
	padding-bottom: 4px;
	}
	
#searchbox {
	background: #fff !important;
	width: 220px;
	color: #495D5C;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 16px 10px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-top: 8px;
	}
	
#searchbutton {
	background: #93BBBC;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 16px 17px;
	font-weight: normal;
	border: 1px solid #A3BAB9;
	transform: translate(-7px,0px);
	}
	
#subscribe {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	}

#subbox {
	background: #EEEEEE !important;
	width: 250px;
	color: #495D5C;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#subbutton {
	background: #93BBBC url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #A3BAB9;
	border-right: 1px solid #759697;
	border-left: 1px solid #A3BAB9;
	border-bottom: 1px solid #759697;
	}
	
#author, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#submit {
	background: #7B7B7B url(images/subbutton.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#comment {
	background: #EEEEEE;
	width: 460px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}


/************************************************
*	Custom								*
************************************************/	

.thumb {
	float:left;
	margin:8px 10px 0px 0px;
}
ul#nav li span.donate a {
	font-weight: bold;
	color: #900;
}
.greentitle {
	font-size: 19px;
	font-weight: bold;
	color: #333;
	clear: both;
}
#side h2 {
	display: none;
}
#side li, #side ul {
	list-style-type: none;	
}

/* Responsive images */
.resp img {
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: top;
}
img {
    max-width: 100%;
    height: auto;
}
.p0 {
	padding:0px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p20-40 {
	padding:20px 40px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p40-20 {
	padding:40px 20px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}

.mm a.more-link {
	font-size:11px;
	color:#ECECEC !important;
}
.cl {
  clear: both;
}
.shadow {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
}
article ol, article ul {
	margin-left:20px;
	line-height:150%;
}
p {
	margin:18px 0px;
	line-height: 150%;
}
.nop p {
	margin:0px 0px 18px 0px;
	line-height: 26px;
}
.line {
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'Libre Baskerville', sans-serif;
	font-weight: 400;

	margin-top:2px;
	margin-bottom:2px;
	line-height:normal;
	color: #1C3B86;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 190%;
}
h4 {
	font-size: 170%;
}
h5 {
	font-size: 150%;
}
h6 {
	font-size: 110%;
}
.upper {
	text-transform:uppercase;
}
#responsive_menu_pro .responsive_menu_pro_menu li a {
font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:20px !important;
}
article ul li {

	margin-bottom:6px;
}
ul.tribe-events-sub-nav li {

	padding: 0px;
	padding-left:0px;
	padding-bottom:0px;
	list-style: none;
	background-image:none !important;
	background-repeat: no-repeat;
	background-position: left top;

	margin-bottom:6px;
}
article p {
	margin-bottom:20px;
	margin-top:10px;
}
article ul {
	margin-bottom:20px;
	margin-top:10px;
}
.mshow {
		display:none;
	}
.gallery-item img {
	width:95%;
height:auto;
}
.mright {
	text-align:right;
}
.tr_bg {
	background-color: rgba(0, 0, 0, 0.3);
}
.rela {
	position:relative;
}

a.button {
	color: #fff;
		font-family: 'Libre Baskerville', sans-serif;
	font-size:120%;
  background: #1C3B86;
  position: relative;
  border: 3px solid #1C3B86;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
}

a.brown_button {
	color: #fff;
		font-family: 'Libre Baskerville', sans-serif;
	font-size:120%;
  background: #1C3B86;
  position: relative;
  border: 3px solid #1C3B86;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
}

a.white_button {
	color: #D73A29;
		font-family: 'Libre Baskerville', sans-serif;
	font-size:120%;
  background: #fff;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
}

a.blue_button {
	color: #1C3B86;
		font-family: 'Libre Baskerville', sans-serif;
	font-size:120%;
  background: #DFEBFE;
  position: relative;
  border: 3px solid #DFEBFE;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
}



a.light_button {
	color: #D73A29;
		font-family: 'Libre Baskerville', sans-serif;
	font-size:120%;
  background: #fff;
  position: relative;
  border: 3px solid #D73A29;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
}


a.button:after {

}
hr {
  border: 1px solid #1C3B86;
}

.header_area {
	position:relative;
	z-index:900;
	background-color: rgba(233, 233, 233, 0.8);
}
.phone a {
	font-weight: 700;
	color: #1C3B86;font-size: 22px;
	padding: 10px;
}
.boxes h1,
.boxes h2,
.boxes h3,
.boxes h4,
.boxes h5,
.boxes h6 {
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}

.boxes .fff h1,
.boxes .fff h2,
.boxes .fff h3,
.boxes .fff h4,
.boxes .fff h5,
.boxes .fff h6 {
	text-shadow: none;
	color: #222;
}
.boxes .col-33.bord.fff h1 {
	text-shadow: none;
	color: #D73A29;
}


.boxes .fff p {
	font-size: 140%;

}

.boxes .text {
	color: #000;
	font-size: 130%;

}
.boxes a {
	text-decoration: none;
}
.boxes h1 {
	font-size: 270%;
}
.bord.fff.curs {
	cursor: auto;
}
.bord {
	border-left:  10px solid #fff;
	border-right: 10px solid #fff;
	cursor: pointer;
	padding-top: 50px;
}
.h450 {
	height: 450px;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
}
.h700 {
	height: 600px;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
}
.line_1 {
	font-size: 240%;
	color: #1C3B86;
	font-weight: 600;
}
.line_2 {
	font-size: 200%;
	font-weight: 600;
}
.cont {
	font-size: 140%;

}
.social img {
	width: 50px;
	height: auto;
	margin-right: 5px;
}
.footer_area {
	background-color: #E3E3E3;
}
.heading_image {
	position: relative;
	margin-top: -130px;

}
.heading_image img {

		-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
	width: 100%;
	height: auto;
}
.thetit {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 550%;
	text-shadow: 2px 2px 6px #000;
	color: #fff;
	font-family: 'Libre Baskerville', sans-serif;
	bottom: 15%;
	font-weight: 700;
}
.grey_bg {
	background-color: #DCDCDC;
height: 270px;
}
.aterm {
	display: inline-block;
	background-color: #F0F0F0;
	padding: 5px 20px;
	margin: 1px;
	text-transform: uppercase;
}
.address {
		font-family: 'Libre Baskerville', sans-serif;
	font-size: 120%;
}
.hidden {
	display: none;
}
.midpoint {
	background-color: #DFEBFE;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 10px !important;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #1C3B86 !important;
}
.tribe-events .tribe-events-c-ical__link {
    color: #1C3B86 !important;
    border: 1px solid #1C3B86 !important;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff !important;
    background-color: #1C3B86 !important;
}
.ssform select {
	padding: 10px;
	width: 300px;
}
.ssform input {
	padding: 10px;
	width: 300px;
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
}
.p20-40.paginate  {
    padding: 20px 0px;
	text-align: center;
}
.exxit {
	display: inline-block;
	padding: 2px 15px 2px 0px;
}
.calendar_item img {
	width: 100%;
	height: auto;
}

		.thetext {
			position:absolute;
			bottom: 10%;
			width: 100%;


			color: #fff;
			padding: 20px 10px 40px 10px;
			
		}
			.thetext a {
				color: #fff;
				text-decoration:underline;
			}
		
		.tag_line_1 {
			font-size: 60px;
			text-shadow: 2px 2px 6px #000;
		}
		.tag_line_2 {
			font-size: 70px;
			text-shadow: 2px 2px 6px #000;
			font-weight:  700;
			font-style: italic;
			position: relative;
			margin-top: -20px;
		}
		.additional_content {
			font-size: 36px;
			font-weight:  700;
			color: #000;
		}
		.additional_content a {
				text-decoration: underline;
				color: #000;
		}
				.additional_content img {
					vertical-align: middle;
		}

#responsive_menu_pro_header_bar {
	display: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 1000px ) {
  
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="col-"] {
    display: table-cell;
	vertical-align: top;
  }

  .col-2-3 {
    width: 66.66666666%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.333333333333%;
  }
  .col-1-5 {
    width: 20%;
  }
    .col-1-4 {
    width: 25%;
  }
    .col-1-1 {
    width: 100%;
  }
  .col-1-8 {
    width: 12.5%;
  }
      .col-001 {
	  width:0.1%;
  }
	      .col-05 {
	  width:0.5%;
  }
    .col-1 {
	  width:1%;
  }
      .col-2 {
	  width:2%;
  }
    .col-5 {
	  width:5%;
  }
	    .col-6 {
	  width:6%;
  }
  .col-10 {
	  width:10%;
  }
    .col-20 {
	  width:20%;
  }
      .col-28 {
	  width:28%;
  }
  .col-25 {
	  width:25%;
  }
    .col-33 {
	  width:33.33333333333333%;
  }
      .col-66 {
	  width:66.6666666666666666666%;
  }
      .col-30 {
	  width:30%;
  }
    .col-50 {
	  width:50%;
  }
      .col-40 {
	  width:40%;
  }
      .col-60 {
	  width:60%;
  }
      .col-70 {
	  width:70%;
  }
        .col-75 {
	  width:75%;
  }
      .col-80 {
	  width:80%;
  }
      .col-90 {
	  width:90%;
  }
    .col-100 {
	  width:100%;
  }
  
}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  		.mshow {
		display:none;
	}
	
	
   @media only screen and (max-width: 1600px) { 
  

	ul#menu-main-menu li:last-of-type ul {
		margin-left:-115px;
	}

   
      @media only screen and (max-width: 1200px) { 
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 13px;

	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 13px;

	}
		  .phone {
			  display: none;
		  }
   }
   
   
   
  
  
  
@media only screen and (max-width: 1000px) {
	
	#responsive_menu_pro_header_bar {
	display: block;
}
	
	
	
		#wpadminbar {
		display: none !important;
	}
	#responsive_menu_pro_header_bar.responsive_menu_pro_admin_bar_showing, #responsive_menu_pro_button.responsive_menu_pro_admin_bar_showing {
    margin-top: 0px !important;
}


	.mhide, .ws_controls {
		display:none;
	}
		.mshow {
		display:block;
	}
img.resp {
	width: 100% !important;
	height: auto !important;
}
img.alignleft, img.alignright {
	display:block;
	clear:both;
	text-align:center;
	float:none;
	margin:10px auto;
}
.gallery-item {
    width: 100% !important;
}
.header_area {
	padding-top:70px;
}
.admin-bar .header_area {
	margin-top:-46px;
}
.mright {
	text-align:center;
}
.mcenter {
	text-align:center;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 110%;
}
	
	.heading_image {
	position: relative;
	margin-top: 0px;

}
	.thetit {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 250%;
	text-shadow: 2px 2px 6px #000;
	color: #fff;
	font-family: 'Libre Baskerville', sans-serif;
	bottom: 15%;
	font-weight: 700;
}
	
.header_area a.brown_button, .header_area a.white_button {
    padding: 10px 25px;
}	
	.header_area .phone {
		white-space: nowrap;
	}
	
	#content a.button, #content a.light_button {
		width: 100%;
	}
	
	.image_1 {
		position: relative;
	}
	.image_1_text_overlay {
		position: absolute;
		top: 60px;
		width: 100%;
		padding: 10px;
		color: #fff;
		text-shadow: 3px 3px 6px #000;
		font-weight:  700;
		font-family: 'Libre Baskerville', sans-serif;
		font-size:  200%;
	}
	a.button, a.light_button, a.blue_button, a.brown_button {
		width: 100%;
	}
	
.line_1 {
    font-size: 240%;
    color: #1C3B86;
    font-weight: 600;
	line-height: 40px;
	margin-bottom:  30px;
}
	
	
	
	a.button {
  border: 1px solid #1C3B86;  
}

a.brown_button {
  border: 1px solid #1C3B86;  
}

a.white_button {
  border: 1px solid #fff;  
}

a.blue_button {
  border: 1px solid #DFEBFE;  
}



a.light_button {
  border: 1px solid #1C3B86;  
}
	.bbtext p {
		font-size: 140%;
	}	
	
.midpoint {
	position: relative;
	z-index: 10;
	}
.exxit {
    display: block;
    padding: 2px 15px 2px 0px;
}	
	
	
}