/*
	Theme Name: waterfallkeepersofnc
	Author: BizToolsOne

*/

:root {
  --bg_header: #64833C; /*lighter*/
  --bg_menu: #4F6830;
  --text: #fff;
  --menu_font: 'Roboto Condensed', sans-serif;
  --menu_font_size: 17px;
}

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;
}
html {
	scroll-behavior: smooth;
	background-color: rgba(216,216,216,0.20);
}

input, select, textarea {
/*	  -webkit-appearance: none !important;
  -moz-appearance: none !important;
   appearance: none !important;
   border-radius: 0 !important;*/
   padding: 10px;
}


body:not(.home) .footer_area {
background: #c9c9c9; 
background: -moz-linear-gradient(top,  #c9c9c9 0%, #f2f2f2 100%); 
background: -webkit-linear-gradient(top,  #c9c9c9 0%,#f2f2f2 100%); 
background: linear-gradient(to bottom,  #c9c9c9 0%,#f2f2f2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f2f2f2',GradientType=0 ); 

	-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);
}



/* 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 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	background: #fff;
	color: #222222;
	padding: 0px;
		margin: 0px auto;
	max-width:1980px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25);
	}
.wrap_full {
			margin: 0px auto;
	max-width:1980px;
}	
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1600px;
	}
	.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:1000px;
	}
		.wrap_boxes {
	margin: 0px auto;
	position: relative;
	max-width:1200px;
	}
* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}

td { vertical-align: top; }
.cl {
  clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.transition {
	    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
p {
	margin:15px 0px;
	line-height: 2;
}
.nop p {
	margin:5px 0px;
	line-height: 2;
}
.content ul, .content ol {
	padding-left: 20px;
	 line-height: 1.5;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: var(--bg_header);
	text-decoration: none;
	}
.content p a, .footer_area p a, .backlink_area p a  { text-decoration:underline; }	
a:hover {
	color: var(--bg_menu);
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
.pagination a, .pagination span {
	display:inline-block;
	padding: 10px 12px;
	border: 1px dotted #e1e1e1;
}
.page-numbers.current {
	background-color: #EBEBEB;
}
	
/************************************************
*	Navbar      								*
************************************************/

 /*   #nav {
        text-align:center
    }
    #nav li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    #nav li li {
        display:block;
        text-align:left;
    }
	*/
.m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 64px;
	
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
	width: 100%;
	max-width: 450px;
}
.admin-bar .m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 16px;
	width: 100%;
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
}
.opened, .admin-bar .opened {
	transform:translate(0,0);
}
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.m_nav #nav ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav #nav li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}	
/*main menu items*/
#nav li a, #nav li a:link, #nav li a:visited {
	color: #64833C;
	display: block;
	font-size: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 600;
	text-transform: uppercase;
    margin: 0px;
	padding: 12px 12px;
	}

#nav li a:hover, #nav li a:active {
	color: #556F33;
    margin: 0px;
	text-decoration: none;
	}
.m_nav #nav li a, .m_nav #nav li a:link, .m_nav #nav li a:visited, .m_nav #nav li a:hover, .m_nav #nav li a:active{
	color: var(--text);
	border-bottom: 1px solid var(--bg_header);
		padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: 400;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: var(--bg_header);
	width: 200px;
	color: var(--text);
	font-size: 105%; /*submenu font size*/
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	margin: 0px;
padding: 10px 10px;
	border-bottom: 1px solid var(--bg_menu);
	}	
#nav li li a:hover, #nav li li a:active {
	background: var(--bg_menu);
	color: var(--text);
	}

.m_nav #nav li li a, .m_nav #nav li li a:link, .m_nav #nav li li a:visited {
	background: var(--bg_menu);
	border-bottom: 1px solid var(--bg_header);
	}
.m_nav #nav li li a, .m_nav #nav li li a:link, .m_nav #nav li li a:visited {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav #nav ul li ul li ul li a:link {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
	
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
.m_nav #nav li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}


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



#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;
	}
.m_nav #nav li:hover ul ul, .m_nav #nav li:hover ul ul ul, .m_nav #nav li.sfhover ul ul, .m_nav #nav li.sfhover ul ul ul,
#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;
	}
	li.menu-item-141 a {
		background-color: #64833B !important;
		color: #fff !important;
		margin-left: 10px !important;
	}


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


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

.thumb {
	float:left;
	margin:8px 10px 0px 0px;
}
ul#nav li span.donate a {
	font-weight: bold;
	color: #900;
}

#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;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p0-10 {
	padding:0px 10px;
}
.p0-20 {
	padding:0px 20px;
}
.p0-30 {
	padding:0px 30px;
}
.p10-20 {
	padding:10px 20px;
}
.p20-40 {
	padding:20px 40px;
}
.p40-20 {
	padding:40px 20px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}



.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: 2;
}

.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line15 {
	line-height: 1.5;
}
.line {
	line-height: 2;
}
h1, h2, h3, h4, h5, h6 {

	font-weight: 400;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
	line-height:normal;
}
h1 {
	font-size: 240%;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 180%;
}
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: 'Bitter', serif;*/
	font-size:120%;
  background: #646B72;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
    line-height:1 !important;
}


a.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background-color: #646B72 !important;
  z-index: -1;
}

.mobile_menu {
	display:none;
}
.header_area {
	position:fixed;
	z-index:900;
	background-color: #fff;
	border-bottom: 5px solid #7ED5F8;
	top: 0;
	left: 0;
	width: 100%;
}
hr {
	border-top: 1px dotted #e1e1e1;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}
.logo {
	position:absolute;
	top: 10px;
	left: 10px;
}
.ccc {
	position:fixed;
	height: 1050px;
	background-image:url(images/11.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	z-index: 100;
	width: 100%;
	background-attachment:fixed;
	top: 0;
}
.tag_line {
	background-color:rgba(0,0,0,0.50);
	color: #fff;
	font-size: 300%;
	padding: 30px;
	text-align:center;
	z-index: 800;
	position:relative;
	margin-top: 20%;
	margin-bottom: 20%;
	text-transform:uppercase;
}
.tag_line p {
	line-height: 1;
}
.about_area {
	position:relative;
	background-color: #BDCC8E;
	z-index: 800;
		line-height: 1.5;
			padding: 15px;
}
.about_area h1,
.about_area h2,
.about_area h3,
.about_area h4,
.about_area h5 {
	color: #fff;
}
.boxes_area {
	position:relative;
	background-color: #fff;
	z-index: 500;
}
.footer_area {
	position:relative;
	z-index: 200;
	background-color: #fff;
}
.backlink {
	position:relative;
	z-index: 200;
	background-color: #fff;
}
.home .wp-block-column {
	
}

.home .wp-block-column p {
	margin: 0px 0px;

}


.home .wp-block-column .wp-block-image {
	position:relative;
}
.home .wp-block-column figcaption {
	display:block;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.50);
	padding: 20px;
}
.home .wp-block-buttons a.wp-block-button__link {
	font-size: 15px;
}

.prefooter_area {
	position:relative;
	background-color: #7ED5F8;
	z-index: 800;
}
.prefooter_area h1,
.prefooter_area h2,
.prefooter_area h3,
.prefooter_area h4,
.prefooter_area h5 {
	color: #fff;
}
.prefooter_area a {
	color: #000;
	font-weight: 600;
	text-decoration:underline;
}

.prefooter_area .soc a {
	text-decoration:none;
}
.ig {
	border-top: 10px solid #e1e1e1;
}
.ig img {
	display:block;
}
.waterfall {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.plusleft {
	padding-left: 30px;
}
.content h1 {
	text-align:right;
}
#tribe-events-pg-template {
	padding-top:80px;
}
.soc img {
	width: 40px;
	height:auto;
}
.ctct-disclosure, .button.ctct-button, .ctct-label-top abbr  {
	display:none;
}
.ctct-form-field.ctct-form-field-email.ctct-form-field-required input {
	width: 100%;
}
.ctct-form-field.ctct-form-field-submit input {
	width: 100%;
	text-align:center;
	text-transform:uppercase;
	display:block;
	margin-top: -10px;
}
.content {
	padding-top: 120px;
}
.heading_image {
	position:fixed;
	margin-top: 70px;
	width: 100%;
}
.ptop70 {
	padding-top: 70px;
}
.atiti {
	position:absolute;
	width: 100%;
	top: 40%;
	left: 0;
	padding: 15px;
	color: #fff;

	background-color:rgba(0,0,0,0.50);
	line-height: 1.5;
}

figure.over, div.over .figure {

	width: 100%;
	height:auto;
	position:relative;
	
}
figure.over img, p.over, div.over figure img {
	transition:all ease-in 0.3s;
	display:block;
}
figure.over img:hover, div.over figure img:hover {
	max-width: 105%;
	width: 105%;
	height:auto;
	margin-left: -2.5%;
	margin-top: -2%;

}
p.over:hover {
	background-color: #286639;
	color:#8ADDEF;
}
.main_content {
	background-color: #fff;
	position:relative;
	z-index: 20;
}
.content_page {
	padding-top:40px;
}
.line2 {
	line-height: 1.5;
}
.line3 {
	line-height: 2;
}
#primary {

}
.sb_instagram_header.sbi_no_avatar, #sbi_load {
	display:none !important;
}
a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready:hover, 
a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
	opacity:1 !important;
}

.theheadline.asinglepost {
	padding-left: 10%;
}


h2.acctit {
/*	padding-left: 60px;*/
	font-size: 150%;
	position:relative;
}

.qe-toggle-title h4 {
	text-transform:none;
	font-weight: 600;
}





/*h2.acctit:before {
	content: "+";
	position:absolute;
}*/




/*.heading_image.resp::after, figure::after {
    content : url(images/spacer.gif);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

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

	
@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-05 {
	  width:0.5%;
  }
    .col-1 {
	  width:1%;
  }
      .col-2 {
	  width:2%;
  }
    .col-5 {
	  width:5%;
  }
  .col-10 {
	  width:10%;
  }
    .col-15 {
	  width:15%;
  }
    .col-20 {
	  width:20%;
  }
      .col-28 {
	  width:28%;
  }
  .col-25 {
	  width:25%;
  }
    .col-33 {
	  width:33.33333333333333%;
  }
        .col-65 {
	  width:65%;
  }
            .col-35 {
	  width:35%;
  }
      .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%;
  }
  .col-26 {
	  width:26.6666666667%;
  }
  
    .flex {
  display: flex;
  justify-content: center;
}


}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  		.mshow {
		display:none;
	}
	
	
	
   @media only screen and (max-width: 1550px) { 
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 1.4vw; 
	/*padding: 5px 20px 8px 20px;*/
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 90%;
	/*padding: 10px 20px;*/
	}
	ul#menu-main-menu li:last-of-type ul {
		margin-left:-110px;
	}
		.m_nav ul#menu-main-menu li:last-of-type ul {
		margin-left:0px;
	}
   }
   
      @media only screen and (max-width: 1350px) { 
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 1.3vw; 
	/*padding: 5px 10px 10px 10px;*/
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 90%;
	/*padding: 10px 10px;*/
	}
	.logo img {
		width: 100px;
		height:auto;
		padding-top: 40px;
   }
   .tag_line {
	font-size: 250%;
}

	  }
   
   
  
 
  
@media only screen and (max-width: 1000px) {
	
		#wpadminbar {
		display: none !important;
		z-index: -1 !important;
	}


	html{min-height:100%;position:relative;}
	
.m_nav{


    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
	z-index: 99999999;
}

/* ---------------- RESP MENU------------------------- */



.admin-bar .mobile_menu {
	margin-top: -46px !important;
}
.mobile_menu {
	display:block;
	background-color: var(--bg_header) !important;
	position:relative;
	padding: 10px;
}


.admin-bar .m_nav {
	margin-top: 0px !important;
}

#responsive-menu-container {
    background: var(--bg_menu) !important;
}



#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	font-family: 'BenchNine' !important;
    font-size: 20px !important;
	text-transform:uppercase !important;
	font-weight: 700 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: var(--text) !important;
}



#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    color: var(--text) !important;
    border-left: 1px solid var(--bg_header) !important;
    background-color:transparent !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px solid var(--bg_header) !important;
	border-color: var(--bg_header) !important;
}


#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    background-color: rgba(0, 0, 0, 0.1) !important;
}



#responsive-menu-container #responsive-menu-wrapper,
#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
    background-color: transparent !important;
	background: transparent !important;
}

/* ---------------- RESP MENU------------------------- */


	.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;
}

.mright {
	text-align:center;
}
.mcenter {
	text-align:center;
}
h1 {
	font-size: 210%;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 170%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 110%;
}
.plusleft {
	padding-left: 10px;
}
	#menu-item-141 a {
		background-color: #64833B;
		color: #fff !important;
		margin-left: 0px !important;
	}
	.mtag_line {
	background-color:rgba(0,0,0,0.50);
	color: #fff;
	font-size: 150%;
	padding: 30px;
	text-align:center;
	z-index: 800;
	position:relative;
	text-transform:uppercase;
}
.home .wp-block-column p {
	padding: 0px 10px;
}
.content h1 {
	text-align:center;
}
#tribe-events-pg-template {
	padding-top:0px;
}
.content {
	padding-top: 10px;
}
.heading_image {
	position:relative;
	padding-top: 0px;
	margin-top: 0px;
}
.atiti {
    position: relative;
}
.theheadline.asinglepost {
	padding-left: 0;
}
}


@media only screen and (max-width: 320px) {
	
	.prefooter_area  {
		font-size: 85%;
	}
	
}