/* Enter Your Custom CSS Here */

/* set site width */
.site {
  max-width: 1000px;
}
.site-header {
  max-width: 1000px;
  background-image: url("images/bg-header.png");
}
.page-content {
	max-width: 800px;
}
.site-content {
  position: relative;
  z-index: 2;
  margin-left: 0;
}
.site-content .entry-header {
  padding: 0;
}
.hentry {
  margin: 0 auto 0px;
  max-width: 800px;
  width: 100%;
  float: left;
}
.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  width: 90%;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
  max-width: none;
}

.content-sidebar {
  width: 300px;
}

p {
  margin-bottom: 8px;
}
.p {
  margin-bottom: 8px;
}


/* Remove the page title from the page */
.entry-title {
  display:none;
}

.site-title {
  display: none;
}

.masthead-fixed .site-main {
  margin-top: 0px;
}

table, th, td {
  border: medium none;
}

#site-header {
  padding: 5px 0px 5px 0px;
}

/* Center the page */
#page {
	margin-left: auto;
	margin-right: auto;
}

/* set colors */
.site-header {
	border-bottom: 3px solid #000000;
  	border-top: 3px solid #000000;
}
#frmSideBar {
  background-color: #f1f1f1;
  border: 1px solid #000000;
  border-radius: 6px;
  margin-bottom: 10px;
}




#frmContactUs input[type="text"], input[type="tel"], input[type="email"], textarea {
  padding: 2px 3px 5px;
}
#frmContactUs button {
  padding: 10px 30px 11px;
}

#secondary {
  background-color: #fff;
  color: #fff;
}
.site:before {
  background-color: #fff;
}
.widget-title, .widget-title a {
  color: #000;
}
.widget a {
  color: #000;
}
.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] {
  background-color: #2121e3;
}
.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #FFBC00;
}
.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #FFBC00;
}

/* Navigation bar colors */
.primary-navigation li:hover > a,.primary-navigation li.focus > a {
	background-color: #006600;
}
.primary-navigation ul ul a:hover,.primary-navigation ul ul li.focus > a{
	background-color: #30dd30;
}
.secondary-navigation li:hover > a,	.secondary-navigation li.focus > a {
	background-color: #006600;
}
.secondary-navigation ul ul a:hover,.secondary-navigation ul ul li.focus > a{
	background-color: #30dd30;
}
.primary-navigation ul ul {
	background-color: #333333;
}

.primary-navigation {
  text-transform: none;
}
.site-navigation a {
  text-transform: none;
}

.site-info a:hover {
  color: #ff3000;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
  color: #ff3000;
  font-weight: 900;
}
.site-navigation a:hover {
	color: #ffffff;
}

/* put menu toggle on the left of the screen */
.menu-toggle {
  left: 0;
  right: auto;
}

/* hyperlink colors */
a {
	color: #003300;
}
a:active, a:hover {
	color: #30FF00;
}





.burning-h1 {
	color: #fff;
	text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
	font: 80px 'BlackJackRegular';
}

#neon {
 padding: 10px; background: #000;
}
#neon h1 {
	text-align: center;
	margin: 20px auto;
	font-family: "Museo";
	font-size: 50px; text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #de00ff, 0 0 70px #de00ff, 0 0 80px #de00ff, 0 0 100px #de00ff, 0 0 150px #de00ff;
}

@font-face {
    font-family: 'TrajanPro'; 
	src: url('/wp-content/uploads/fonts/TrajanPro-Regular.eot');
	src: local('?'), url('/wp-content/uploads/fonts/TrajanPro-Regular.woff') format('woff'), url('/wp-content/uploads/fonts/TrajanPro-Regular.ttf') format('truetype'), url('/wp-content/uploads/fonts/TrajanPro-Regular.svg') format('svg');

}
#headings {
  margin: 10px 0 10px 0;
}
h1 {
  background-color: #eeeeee;
  /*background-image: url("images/bg-header.png");*/
  border: 1px solid #cccccc;
  border-radius: 6px;
  /*font-family: 'TrajanPro';*/
  font-family: 'LithoAntiqueLight',Georgia,serif;
  font-size: 24px;
  line-height: 1.5546153846;
  color: #000000;
  font-weight: 100;
  margin: 10px 0 10px 0;
  text-align: center;
}
h2 {
  font-family: 'Arial',Helvetica,sans-serif;
  font-size: 22px;
  /*line-height: 1.5546153846;*/
  color: #0364f6;
  font-weight: 100;
  margin: 10px 0 10px 0;
  text-align: left;
  padding-top: 15px;
}
h3 {
  font-family: DNRL;
  font-size: 20px;
  /*line-height: 1.6546153846;*/
  color: #111111;
  font-weight: 100;
  margin: 10px 0 10px 0;
  text-align: left;
  padding-top: 15px;
}
h4 {
  font-family: DNRL;
  font-size: 18px;
  /*line-height: 1.6546153846;*/
  color: #444444;
  font-weight: 100;
  margin: 10px 0 10px 0;
  text-align: left;
  padding-top: 15px;
}

*::-moz-selection {
  /*background: none repeat scroll 0 0 #2121e3;*/
  background: #0A246A;
}

*::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

.entry-content, .entry-summary, .page-content {
  -moz-hyphens: none;
  word-wrap: normal;
}

/* Center footer text */
.site-footer {
	text-align: center;
}

#headerupper {
  background-repeat: repeat;
  display: inline-block;
}
#call-text {
  color: #000;
  float: left;
  font-family: "DroidSansBold",Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding-top: 5px;
}

#social-contact {
  text-align: right;
}
#phone-number {
  color: #000;
  float: left;
  font-family: "DroidSansBold",Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  padding: 0 15px 5px 0;
  text-align: right;
}
#phone-number a {
  font-weight: normal;
  font-size: 24px;
  /*text-shadow: 1px 1px 0 #331100;*/
}
.phone-number-icon {
  /*background: -moz-linear-gradient(center top , #FFDD00, #FF8500) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background: #007700;
  border: 2px solid rgba(00, 00, 00, 0.59);
  border-radius: 10px;
  box-shadow: 0 1px 0 #222222;
  color: rgba(11, 11, 11, 0.55);
  float: left;
  font: bold 3.2em/40px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
  height: 50px;
  text-align: center;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

.phone-number-icon a {
  color: #ffffff;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  padding: 6px 5px 1px 12px;
  text-align: left
}

#social-icons {
  text-align: right;
  padding: 0 6px 0 0;
}
#social-icons a {
  float: left;
  height: 23px;
  margin-left: 6px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 24px;
}
#social-icons a:hover {
  background-position: 0 -23px;
  background-repeat: no-repeat;
}
.fb-header {background-image: url("images/facebook.png") !important;}
.tw-header {background-image: url("images/twitter.png") !important;}
.lin-header {background-image: url("images/linkedin.png") !important;}
.yt-header {background-image: url("images/youtube.png") !important;}
.pin-header {background-image: url("images/pinterest.png") !important;}
.gplus-header {background-image: url("images/googleplus.png") !important;}

.header-pic{
  display: none;
  position: relative;
  top: 0px;
  left: 135px;
  z-index: -1;
  width: 235px;  
}

.header-pic > img {
  float: right;
  max-height: 90px;
  padding-right: 10px;
  width: auto;
}

#header-custom img {
	max-width: 100%;
	width: auto;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 786px) {
  .header-pic{
    display: block; 
  }
  
  .free-estimate-pic {
    display: inline-block;
  }

  .service-list-front {
    display: inline-block;
    width: 45%;
    float: right;
  }
  
}

.free-service-estimate {
  display: block;
  float: left;
  padding: 10px 4px 10px 4px;
  margin: 0 0 0 20px;
}

.operator-pic {
  display: block;
  float: left;
  padding: 0 4px 10px 4px;
  margin: 0 0 0 20px;
}


.widget input[type="submit"] {
  float:right;
}
.content-sidebar .widget .widget-title {
  padding-top: 0;
  border-top: medium none;
  text-align: center;
  margin-bottom: 0;
  display: none;
}
.content-area, .content-sidebar {
  padding-top: 5px;
}

.widget ul, .widget ol {
  margin: 0 0 0 22px;
}

.site-content .has-post-thumbnail .entry-header {
  margin-top: auto;
}

.post-thumbnail {
  background: none;
}

.ie8 .site:before {
    width: 0;
}

.ie8 .site-content {
    margin-right: 0;
    margin-left: 0;
}


.google-map {
  display: block;
  float: left;
  margin: 0 0 10px 20px;
  padding: 10px 4px;
}

.u-posts {
  display: block;
  float: left;
  margin: 0 0 10px 0px;
  padding: 10px 4px;
  width: 260px;
}
.widget p {
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

.fb-like {
  padding: 0 0 0 22px;
}

.pagepic-l {
  float: left;
  padding: 0 15px 0 0;
}



#yelp-biz-badge-rrc-gETizhn9Jipstzd-gc1Xdw {
  padding: 5px 0 5px 0;
}

#breadcrumbs {
  font-size: 12px;
}
#breadcrumbs a {
  color: #21759b;
}
#breadcrumbs a:active, #breadcrumbs a:hover {
	color: #ff3000;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
}
#toc_container p.toc_title {
  float: none;
}

#wpseo_location- table {
  margin-bottom: 0;
}
#wpseo_location- td {
  padding: 2px 2px 2px 8px;
}

ul.check {
  list-style-image: url('/wp-content/uploads/Checkmark.png');
  padding-left: 10px;
} 

.termsindex {
 padding: 10px 2px 20px 2px; 
 font-size: 20px;
}

.smallpics {
  padding: 5px 2px 10px 0px; 
}

.frontbuttons {
  background: #fff;
}

.FrontPageStyledHeading {
  display: block;
  text-align: center;
  border: #000102;
  background: #428BCA;
  border-style: solid;
  border-width: 1px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
}

.su-box-style-soft .su-box-title {
  background-image: url("/wp-content/uploads/HeaderBackground2.jpg") !important;
  text-align: center;
}

.pricingbackground {
  background: #e5e5e5;
  padding: 5px 10px 5px 10px;
}

.pageimagel {
  float: left;
  padding-right: 10px;
}

.pageimager {
  float: right;
  padding-left: 10px;
}

#ppBody
{
    font-size:11pt;
    width:100%;
    margin:0 auto;
    text-align:justify;
}

#ppHeader
{
    font-family:verdana;
    font-size:21pt;
    width:100%;
    margin:0 auto;
}

.ppConsistencies
{
    display:none;
}

.wpapp_payment_subject {
    display: none;
}
#amount {
    display: none;
}

.wpapp_other_amount_label {
    display: none;
}