/*
Theme Name: Frankensignz
Author: Monster Graphics :: PBS
Version: 1.0
*/
* {
	margin:0;
	padding:0;
}   
    
    
body {
	background:#000;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size: 16px;
    line-height: 1.6;
	overflow-x:hidden;
}

.greybat1, .greybat2,.whitebat1,.anibat,.anibat2,.anibat3{
display:block;
position:absolute;
}

.greybat1{
	width:64px;
	height:80px;
	background:url(images/greybat1.png) no-repeat;
	left:47px;
	top:527px;
}


.greybat2{
width:58px;
height:54px;
background:url(images/greybat2.png) no-repeat;
left:132px;
top:558px;
}


.whitebat1{
width:58px;
height:54px;
background:url(images/bat-white.png) no-repeat;
left:132px;
top:0px;
}

.anibat{
	width:182px;
	height:143px;
	background:url(images/graphics-bat.gif) no-repeat;
	left:132px;
	top:20px;
}

.anibat2{
	width:91px;
	height:72px;
	background:url(images/graphics-bat.gif) no-repeat;
	background-size:100%;
	right:-100px;
	top:600px;
	z-index:99;
}

.anibat3{
	width:121px;
	height:108px;
	background:url(images/graphics-bat.gif) no-repeat;
	background-size:100%;
	right:-120px;
	top:500px;
	z-index:99;
}

.back2life2 {
  position: absolute;
  top: 31px;
  right:0px;
}

.back2life {
	top:61px;
    position: relative;
}


.hero .phone {
	color:#00BE00;
	font-size:38px;
	text-align:center;
	position:relative;
	top: 54px;
	font-family: 'Love Ya Like A Sister', cursive;
}

.hero .phone2 {
  color: #00be00;
  font-family: "Love Ya Like A Sister",cursive;
  font-size: 38px;
  left: 169px;
  position: relative;
  text-align: center;
  top: 94px;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1000;
  animation-name: bounceIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes pulse {
    0% { transform: scale(1); }
    10% { transform: scale(1.03); }
    30% { transform: scale(1); }
    80% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

@keyframes pulse {
    0% { transform: scale(1); }
    10% { transform: scale(1.03); }
    30% { transform: scale(1); }
    80% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.delay2 {
	animation-delay: 0.5s;
}

	
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#00BE00;
	font-family: 'Love Ya Like A Sister', cursive;
}

.alignright {
	text-align:right;
}

.centered {
	text-align:center;
}

h1 {
	font-size:49px;
}

main h1 {
  margin: 0;
}

h2 {
  font-size: 32px;
  line-height: 1.43;
}

a {
	color:#00BE00;
	text-decoration:none;
}

a:hover {
	color:#00eb00;
}
	

img {
	max-width:100%;
	height:auto;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}


.wrap {
	width:1140px;
	margin:0 auto;
	position:relative;
}

.wrap.headpad {
	padding:46px 0 0px 0;
}

header.topheader {
	position:relative;
	background:url(images/header-bg.jpg) no-repeat center top #000;
	height:111px;
}

header.topheader h1{
	background:url(images/logo.png) no-repeat 0 0 transparent;
	width:334px;
	height:233px;
	text-indent:-9999px;
	margin:0 0 29px;
	padding:0;
	left:15px;
	top:18px;
	position:absolute;
	z-index: 99;
}

header.topheader h1 a{
	width:334px;
	height:233px;
	display:block;
}

.topsocial {
	width:80px;
	position:absolute;
	top:37px;
	right:0px;
}

.topsocial li {
	width:32px;
	height:30px;
	background: url(images/social-icons.png) no-repeat scroll 0 0 transparent;
	float:left;
	list-style:none;
	text-indent:-9999px;
	margin-left:8px;
}

.topsocial li.pint {
	background: url(images/social-icons.png) no-repeat scroll -44px 0 transparent;
}

.topsocial li a {
	display:block;
	width:32px;
	height:30px;
}

nav.topnav {
  float: right;
  position: relative;
  right: 104px;
  top: -28px;
}

nav.topnav ul {
  color: #ffffff;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.topnav ul li {
	float:left;
	position:relative;
	line-height: 70px;
	font-family: 'Love Ya Like A Sister', cursive;
}

nav.topnav ul li  a{
	color:#fff;
	text-decoration:none;
	margin:0 0 0 28px;
	font-size:20px;
	display: block;
}

nav.topnav ul li  a:hover,
li.current-page-ancestor a,
nav.topnav ul li.current_page_item a {
	color:#00BE00;
	transition: all 0.5s ease 0s;
}

nav.topnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 70px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	overflow:hidden;
	-webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	background: #fff;
}

nav.topnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	text-align:center;
}

nav.topnav ul li ul li a {
	color:#666;
}

nav.topnav ul ul li:last-child { 
	border-bottom:0 none;
}

nav.topnav ul ul li a { /* target all sub menu item links */ 
	display:block; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	font-size:16px;
	margin:0;
	padding:0;
}

nav.topnav  ul.sub-menu li a {
	color:#000;
	border:0 none;
}
  
  
nav.topnav ul ul li.current-menu-item a,
nav.topnav ul ul li a:hover {
	color:#eb2414;
	border:0 none;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

nav.topnav ul li ul li {
  text-align: left;
  float:none;
  padding: 0 0 0 20px;
}

nav.topnav ul li ul li a{
	font-size:14px;
}

.wrap.main{
	padding:29px 40px 40px 40px;
	background:rgba(255,255,255,0.9);
}

.hero {
	background:transparent url(images/hero-page.jpg) no-repeat center bottom / cover;
	height:225px;
}

.home .hero {
	background:url(images/hero.jpg) no-repeat top center transparent;
	height:620px;
}

.monsterbg {
	background:url(images/monster-bg.jpg) no-repeat fixed bottom center transparent;
	background-size:cover;
	padding:64px 0 130px 0;
}

.paddedhoz80 p,
.paddedhoz80 h2 {
	padding-left:80px;
	padding-right:80px;
}

.paddedhoz80 h2 {
	padding-bottom:20px;
}

.mask1 {
  background: rgba(0, 0, 0, 0) url(images/circlemask-1.png) no-repeat scroll 0 0;
  text-align: center;
  width: 257px;
  margin: 0 auto;
}

.circled {
	border-radius:100%;
}



.callout h2 {
  font-size: 28px;
  margin: 0 auto;
  max-width: 685px;
  padding: 20px 150px 0 0;
}

.callout h2 a {
	color:inherit;
	text-decoration:none;
}

.freevisit {
  background: rgba(0, 0, 0, 0) url(images/free-sitevisit.png) no-repeat scroll right top;
  display: block;
  float: right;
  height: 121px;
  position: relative;
  right: -145px;
  text-indent: -9999px;
  top: -104px;
  width: 121px;
}

.freevisit:hover {
  background: rgba(0, 0, 0, 0) url(images/free-sitevisit.png) no-repeat scroll  right -121px;
}

.offset img {
  bottom: 47px;
  position: relative;
}

.ruled {
  background: rgba(0, 0, 0, 0) url(images/ruled.png) no-repeat scroll top center;	
  padding-top:25px;
}

.ctas {
	  background: rgba(0, 0, 0, 0) url(images/glowing-bg.jpg) no-repeat scroll bottom center;
	  padding-bottom:50px;
	  position:relative;
}

.ctas a {
	font-weight:bold;
}

.roundedimages img {
  border-radius: 100%;
}

a.contactus.centered {
	margin:0 auto;
}

a.contactus {
	background: rgba(0, 0, 0, 0) url(images/contact-us.png) no-repeat scroll 0 0;
	width:153px;
	height:130px;
	text-indent:-9999px;
	display:block;
}

a.contactus:hover {
	background: rgba(0, 0, 0, 0) url(images/contact-us.png) no-repeat scroll 0 -130px;
}


a.submit {
	background: rgba(0, 0, 0, 0) url(images/submit.png) no-repeat scroll 0 0;
	width:153px;
	height:130px;
	text-indent:-9999px;
	display:block;
	margin:0;
}

a.submit:hover {
	background: rgba(0, 0, 0, 0) url(images/submit.png) no-repeat scroll 0 -130px;
}



main p a {
	color:#92b947;
	text-decoration:underline;
}

main ul {
  list-style: outside disc;
}

main li {
  margin-bottom: 10px;
}

.content{
    float: left;
    margin-right: 3%;
    max-width: 68%;
    width: 100%;
}

.content h1{
	margin-top:0;
	text-transform:uppercase;
	font-weight:400;
	line-height: 1.2;
}

.content p,
.content ul,
.content ol{
    margin:0 0 15px 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_9_of_12.padright {
  padding-right: 6%;
  width: 68.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.col p,
.col h3 {
	margin-bottom: 24px;
}

.col.contactinfo p,
.col.contactinfo h3 {
	margin-left:42px;
}

.col.span_4_of_12 > a {
  position: relative;
  z-index: 9999;
}


.sidebar {
  box-sizing: border-box;
  padding: 0 26px;
  margin-top:50px;
}

.sidebar img {
  max-width: 178px;
}


.sidewrap {
padding:0 15px 15px 15px;
}

#footertop {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
  top: -66px;
}

#footertop img{
	width:100%;
}


footer#mainfooter {
	background: rgba(0, 0, 0, 0) url(images/footer-bg.jpg) no-repeat scroll center bottom;
	background-size:contain;
}

footer#mainfooter .wrap {
	padding-top:34px;
}

footer ul {
  padding: 0;
}

.footercopy p {
	font-size:12px;
	margin-top:12px;
}

.footercopy p a{
	color:inherit;
}


#mainfooter .searcharea {
	bottom: inherit;
	float: right;
	position: relative;
}

.topsocial.bottom {
  position: relative;
  top: 0;
}

.topsocial.bottom li {
	text-indent: 9999px;
	margin:0 8px 0 0;
}

.col.vanity {
  color: #868686;
  font-size: 14px;
  margin: 50px 0 ;
}


p.hugo {
  background: rgba(0, 0, 0, 0) url("images/hugo.png") no-repeat scroll right center;
  height: 36px;
  line-height: 36px;
  padding-right: 58px;
}

p.hugo a{
	color:#fff;
}

h1.widget-title {
  font-size: 23px;
  margin: 0 0 15px;
}


.ninja-forms-field.ninja-forms-req {
  padding: 5px;
}

.sendbut {
	padding:6px 14px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.breadcrumbz {
	background:#333;
	border-radius:5px;
	line-height:50px;
	padding:0 17px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	margin-top: 37px;
	font-weight:500;
}

.breadcrumbz a {
	color:#fff;
	text-decoration:none;
}

.sep,
.breadcrumbz a {
  margin: 0 11px 0 0;
	display: block;
  float: left;
}

a.homecrumb {
  background: transparent url(images/home-icon.png) no-repeat scroll center center;
  text-indent: -999px;
  width: 23px;
}

.site-description {
  display: none;
}

.listed1 ul {
	background:url(images/listed1-bottom.png) repeat-y center center transparent;
	padding:0;
}

.listed1 h3 {
  font-family: "Raleway",sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 53px;
}

.listed1  li{
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.listed1  li a{
	display:block;
	margin-bottom:12px;
	line-height:66px;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	text-decoration:none;
	font-size:20px;
	font-weight:700;
}

.frank-footer {
	background:url(images/frank-footer.gif) no-repeat 0 0 transparent;
	width:434px;
	height:358px;
	position:absolute;
	bottom:0;
}

nav.botnav {

}

nav.botnav ul {
  color: #ffffff;
  text-decoration: none;
  padding:0px;
  margin:0 0 0 0px;
}

nav.botnav ul li {
	position:relative;
}

nav.botnav ul li  a{
	color:#fff;
	text-decoration:none;
	margin:0 0 0px;
	font-size:16px;
}

nav.botnav ul li  a:hover,
li.current-page-ancestor a,
li.current_page_item a {
	color:#00BE00;
	transition: all 0.5s ease 0s;
}

.spookyframe2 {
  left: -88px;
  position: relative;
  top: 0;
  width: 835px;
}

.spookyframe {
  background: rgba(0, 0, 0, 0) url("images/spooky-frame.png") no-repeat scroll 0 0;
  height: 497px;
  left: -88px;
  position: relative;
  top: -20px;
  width: 836px;
}

.spookyframe img {
  bottom: 13px;
  height: 390px;
  position: absolute;
  right: 37px;
  width: 734px;
  z-index: -10;
}

footer li.widget {
  list-style: outside none none !important;
}

.gform_wrapper input, .gform_wrapper textarea {
  background: #111111 none repeat scroll 0 0;
  border: 1px solid #545454;
  font-size: 14px !important;
  line-height: 32px;
}

.rightcol {
  box-sizing: border-box;
  margin: 50px 0 0;
  padding: 0 0 0 78px;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 0 1.75em 0;
}

.gallery-item {
  box-sizing: border-box;
  display: inline-block;
  max-width: 33.33%;
  padding: 1%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

figure.gallery-item {
	margin:0;
}


/**

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */



/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/
/*********************** START RESPONSIVE *****************/

/* for 1140px or less */
@media screen and (max-width: 1140px) {
	
	.wrap.headpad {
	padding-bottom: 15px;
	}
	
	.searcharea {
	bottom: 43px;
	}
	
	.topsocial {
	right: 37px!important;
	}
	
	.wrap {
		max-width: 94%;
	}
	
	.wrap.main {
	padding: 20px;
	}

	
	section.content {
	  float: none;
	  margin-right: 0%;
	  max-width:100%;
	}
	
	.home .hero {
	  background: rgba(0, 0, 0, 0) url("images/hero.jpg") no-repeat scroll center 45px;
	}

	.hero .phone {
	  top: 107px;
	}
	
	.back2life {
	top: 119px;
	}
	
	.back2life2 {
	width:calc(100% - 380px);
	}
	
	.spookyframe2 {
	  left: 0px;
	  position: relative;
	  top: 0;
	  width: auto;
	}

}

/* for 1040px or less */
@media screen and (max-width: 1040px) {
	
	.topsocial {
	}	
		
}


/* for 880px or less */
@media screen and (max-width: 880px) {

	.frank-footer,
	.noshow,
	.back2life2	{
	display:none;
	}
	
	.callout h2 {
	  text-align: left;
	}

	.hero .phone2 {
	top: 43px;
	}	

}

/* for 780px or less */
@media screen and (max-width: 780px) {

	.topsocial,
	.auxheader p.telphone,
	.auxheader p.email {
	display:none;
	}
	
	.sidebar,
	.rightcol	{
	  padding: 0;
	}

	.sidebar img {
	  max-width: 90%;
	}
	
}


/* for 580px or less */
@media screen and (max-width: 580px) {
	
	h2 {
	  font-size: 24px;
	}
	.wrap.headpad {
	  padding: 15px 0 0;
	}
	
	header.topheader {
	background:#000;
	height: 188px;
	position: relative;
	}
	
	header.topheader h1 {
	  background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll center top / 265px  auto;
	  margin: 0 auto;
	  position: static;
	  top: 0;
	  width: 100%;
	}
		
	.back2life,
	.topsocial,
	#footertop,
	.frank-footer,
	.anibat
	{
	display:none;
	}
	
	.hero,
	.home .hero	{
	background: #000;
	height: inherit;
	}
	
	.hero .phone,
	.hero .phone a,
	.hero .phone2,
	.hero .phone2 a	{
	  font-size: 28px;
	  top: 0px;
	  left:0;
	  color:#fff;
	}
	
	.callout h2 {
	  font-size: 24px;
	  padding: 20px 0;
	  text-align:center;
	}
	
	.freevisit {
	  display: block;
	  float: none;
	  height: 121px;
	  margin: 20px auto;
	  position: inherit;
	  top: 0;
	}
	
	.offset img {
	  position: inherit;
	}
	
	.monsterbg {
	background: rgba(0, 0, 0, 0) url("images/monster-bg.jpg") no-repeat fixed center bottom / cover ;
	padding: 64px 0;
	}
	
	.paddedhoz80 p, .paddedhoz80 h2 {
	  padding-left: 0;
	  padding-right: 0;
	}

	footer#mainfooter .span_3_of_12	{
	width: 100%;
	float:none;
	margin-bottom: 30px;
	}
	
	#mainfooter {
	  text-align: center;
	}
	
	p.hugo {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  padding-right: 0;
	}
	
	.col h3 {
	  margin-bottom: 0;
	}
	
	.alignright {
	text-align: center;
	}


	
	.col.contactinfo p, .col.contactinfo h3 {
	margin-left: 0;
	}
	
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12, .span_9_of_12.padright {
	width: 100%;
	padding-right:0;
	}



	.topsocial {
    display:none;
	}
	
	.greybat1, .greybat2,.whitebat1,.anibat,.anibat2,.anibat3{
	display:none;
	}
	
	.gallery-item {
	max-width: 100%;
	}
	

}
