﻿/*
Theme Name: Handyman Contractor
Theme URI: http://smartestthemes.com
Author: Smartest Themes
Author URI: http://smartestthemes.com
Description: A responsive app theme for Home and Construction businesses, General Contractors, Electricians, Handyman, home repair services, AC, air conditioning, plumbing, carpentry, flooring, house painting businesses, and moving companies.
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* @todo at 2.0 drop support for old phone and home icons and delete "images/pic-1.png", images/home_sprites.png */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
tbody, tfoot, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:3px;
	border-collapse:collapse;
}

table thead, table th {
	font-weight:bold;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
input[type="submit"]{
	border:0;
}
* {-webkit-box-sizing: border-box;	-moz-box-sizing:    border-box;box-sizing:         border-box;}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
}

/* =Global
----------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.hentry img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {height: auto;}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

img.border,
.img-indent.border img,
.border img,
body.single-smartest_news article.smartest_news img,
.smartest_staff img,
#sfsfig img,
#ssfig img,
#sfafig .thumb,
.type-page img,
.comment-content img, .author-avatar img, img.wp-post-image {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(229, 229, 229);
	padding: 4%;
}
.post-type-archive-smartest_services figure.border img, img.border{max-width:91%;}
.serviceslist li{
	border-bottom: 1px #E5E5E5 solid;
}
.gallery img {border:0 !important; max-width:90%;height:auto;}
#sfswrap h4, #sfswrap #sfsfig {text-align:center;}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
/* Smart Global properties ======================================================== */
html {width:100%; height:100%;}
body {font-family:Arial, Helvetica, sans-serif;font-size:100%;color:#262626;
min-width:980px;
height:100%;
background:url(images/bg-top-tail2.jpg) center top repeat-y;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:980px;
	padding:0;
	margin:0 auto;
	font-size:100%;
	line-height:24px;
}
#main.main{background-color:#fff;min-height: 400px;    margin-top: 36px;margin-bottom: 0px;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {color:#FF9601; outline:none;text-decoration:none;}
a:hover {text-decoration:underline;}
a.button:hover {text-decoration:none;}
.col-1 {
	float:left;
	width:20%;
	margin:0 3% 4em 2%;
}
#margin-h{
margin: 0px auto;
max-width: 161px;
}
#margin-h2{
margin: 0px auto;
max-width: 221px;
}
.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
p {margin-bottom:18px;}
#aboutpage p {margin-right:2em;}
.p0, .widget-title, .hours p {margin-bottom:0px;}
.p1{margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:45px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:3em;}
.p0{	background: url("images/clock.png") no-repeat left center;	padding:20px 2px 20px 62px;}
.p20-10{padding: 20px 2px;}
.p20-10 i{padding-right:10px;}
.fleft {float:left;}
.fright, #headaddy {float:right;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.color-orange{color:#FF9601;}
.indent-top {padding-top:30px;}
.widget {padding-left:30px;}
#sidebar .widget{margin-bottom:1.3em;}
.pad {padding:30px 30px 40px 30px;}
#contactpad.pad {padding:30px 30px 40px 15%;}
body.blog .pad {margin-bottom:3.5em;}
.indent-left2 {padding-left:10px;}
.indent-right {padding-right:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}
.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}
.img-indent {float:left; margin:0 19px 0px 0;}	
.img-indent3 {float:left; margin:0 30px 1.3em 0;max-width:400px;}
.img-indent3 img {max-width:100%;}
figure.border, figure.indent-bot, .img-indent3, .indent-bot {text-align:center;}
/* responsive for list-style feed */
body.blog figure.img-indent3, body.archive.date figure.img-indent3, body.archive.category figure.img-indent3,
body.archive.tag figure.img-indent3,body.archive.author figure.img-indent3 {
	max-width:200px;
}
body.blog figure.img-indent3 img, body.archive.date figure.img-indent3 img, body.archive.category figure.img-indent3 img,
body.archive.tag figure.img-indent3 img,body.archive.author figure.img-indent3 img {
	max-width:90%;
}
body.blog .extra-wrap #entry-title, body.archive.date .extra-wrap #entry-title, body.archive.category .extra-wrap #entry-title,body.archive.author .extra-wrap #entry-title{
    padding-top:0;margin-top:0;
    top:-9px;position:relative;
}
.post-type-archive-smartest_news .needicon{
    min-width: 305px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.img-indent-r {float:right; margin:0 0px 0px 40px;}	
.buttons a:hover {cursor:pointer;}
.menu li a,.menu-bar li a,
.widget ul li a,
.link,
.link-1,
.link-2,
.button,
h1 a, h4 a, h6 a {text-decoration:none;}	
 h4 a, h6 a {
	font-weight:bold;
}
.hentry h1{font-size:40px;}
.hentry .pad ol,.hentry .pad ul {margin: 1em 0 1em 40px;list-style-type:decimal;}
.hentry .pad ul {list-style-type:square;}
.hentry #socials ul,.hentry #comments ol {list-style-type:none;}
header {
	width:100%;
	position:relative; 
	z-index:2;
}
header#mast{
  background: #F1EDFF;
  background: linear-gradient(top,  #F1EDFF,  #FFFFFF);
  background: -ms-linear-gradient(top,  #F1EDFF,  #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#F1EDFF), to(#FFFFFF));
  background: -moz-linear-gradient(top,  #F1EDFF,  #FFFFFF);
}
.site-title {
	float:left;
	font-weight:normal;
	margin-left: -4px;
	padding: 15px 0px 0px;
	position: relative;
}
.site-title a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;/* @new */
	display:inline-block;
	font-size:60px;
	color:#262626;/* @new */
	cursor:pointer;
	letter-spacing:-3px;
	vertical-align: baseline;
	line-height: 101%;
}
.site-title a strong {color:#ff9601; font-weight:normal}
.site-title span {
	display:inline-block;
	font-size:28px;
	color:#949494;
	letter-spacing:-1px;
	font-weight:normal;
	padding:0 0 0 4px;
	vertical-align:baseline;
}
.site-title a:hover {color:#FF9601;text-decoration:none;}
.phone2{
	font-size: 42px;
	line-height: 1.2em;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	margin-top: -4px;
}
#logolink{display:inline-block;}
#logolink #customlogo{max-height:150px;width:auto;max-width:100%;padding: 1em 0;}
#headaddy{
	padding:20px 10px;
	display:block;
	font-size:25px;
	line-height:30px;
	text-align:right;
 	margin-top:-5px; 
}
#headaddy i{
	top: 3px;
	position: relative;
}
/***** menu *****/
body.home header nav {margin-bottom:0;}
.menu-bar {
  width: 98.7%;
  margin: 0 0 -2px 0;
  padding: 6px 6px 0 6px;
  height: auto;
  line-height: 100%;
  position:relative;
  z-index:999;
}
.menu-bar li {
  margin: 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
   border:0;
}
.menu-bar a {
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #262626;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 20px;
	margin: 6px 0;
}
.menu-bar li ul li a { margin: 0;border:0;}
.menu-bar > li.home > a {
	font-size:0;
	margin:0;
} 
.menu-bar > li:first-child > a{line-height:0;}
.menu-bar > li:first-child > a:before {
	content: "\f015";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size:28px;
	line-height:28px;
	position: relative;
}
.menu-bar .current-menu-item,
.menu-bar li:hover,
body.post-type-archive-smartest_staff .menu-bar li.staff,
body.post-type-archive-smartest_services .menu-bar li.services,
body.post-type-archive-smartest_news .menu-bar li.news,
body.tax-smartest_service_category .menu-bar li.services,
body.single-smartest_services .menu-bar .services,
body.single-smartest_staff .menu-bar .staff,
body.single-smartest_news .menu-bar .news,
body.about .menu-bar li.about, 
body.contact .menu-bar li.contact,
body.reviews .menu-bar li.reviews,
.menu-bar > li.home:hover,
body.single-post .menu-bar li.blog,
body.archive.author .menu-bar li.blog,
body.archive.category .menu-bar li.blog,
body.archive.tag .menu-bar li.blog,
body.archive.date .menu-bar li.blog, 
body.home .menu-bar li.home{
	background: #0399D4;
	background: linear-gradient(top,  #1C1C1C,  #292929);
	background: -ms-linear-gradient(top,  #1C1C1C,  #292929);
	background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#292929));
	background: -moz-linear-gradient(top,  #1C1C1C,  #292929);
}
.menu-bar .current-menu-item > a,
.menu-bar li:hover > a,
body.post-type-archive-smartest_staff .menu-bar li.staff a,
body.post-type-archive-smartest_services .menu-bar li.services a,
body.post-type-archive-smartest_news .menu-bar li.news a,
body.tax-smartest_service_category .menu-bar li.services a,
body.single-smartest_services .menu-bar .services a,
body.single-smartest_staff .menu-bar .staff a,
body.single-smartest_news .menu-bar .news a,
body.about .menu-bar li.about a, 
body.contact .menu-bar li.contact a,
body.reviews .menu-bar li.reviews a
body.single-post .menu-bar li.blog a,
body.archive.author .menu-bar li.blog a,
body.archive.category .menu-bar li.blog a,
body.archive.tag .menu-bar li.blog a,
body.archive.date .menu-bar li.blog a,
.menu-bar > li.home > a.active,
.menu-bar > li.home:hover > a,
body.home .menu-bar > li.home > a  {color: #FFF;}
.menu-bar li > ul{display:none;}
.menu-bar li:hover > ul {
	display: block;
	margin:0;padding:0;margin-left:-6px;
	width:auto;
	min-width:100%;
	background:inherit;
	position: absolute;
	z-index: 200;
	-moz-box-shadow:    3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow:         3px 3px 5px #ccc;
}
.menu-bar li:hover li{
    float:none;
    border:0;
    display: block;
    padding: 0;
    position: relative;
}
.menu-bar li:hover li a{
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 15px;
    text-align: left;white-space:nowrap;
}
.menu-bar li:hover li a:hover{
	color: #FFFFFF;
	background: #0399D4;
	background: linear-gradient(top,  #1C1C1C,  #292929);
	background: -ms-linear-gradient(top,  #1C1C1C,  #292929);
	background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#292929));
	background: -moz-linear-gradient(top,  #1C1C1C,  #292929);
}
.menu-bar li:hover > ul li:hover ul {
	float:right;left:100%;top:0;
}
.menu-bar li > ul li:hover li:hover a{
	color:#fff;
}
.menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu-bar {
  display: inline-block;
}
  html[xmlns] .menu-bar {
  display: block;
}
* html .menu-bar {
  height: 1%;
}
.menu-toggle {
	cursor: pointer;
	display: none;
}
#sshow_pad{
	padding:20px 0px 1px 20px;
}

/* slideshow */
.slides{background-color:#fff;margin:0;padding:0;}
#slidewrapper{width:620px;}
.flex-control-thumbs{
	width:300px !important;
	position: absolute !important;
	top:-7px;
	margin-top:0 !important;
	left:636px;
	margin-right:0;
	padding-right:0;
}

.flex-control-thumbs li {
	width:130px !important;
	max-width:130px !important;
	height:112px;
	float: left;
	margin: 14px 10px !important;
	overflow: hidden;

}
/* less margin for edge thumbs */
.flex-control-thumbs li:nth-child(1),
.flex-control-thumbs li:nth-child(2) {
    margin-top:8px !important;
}
.flex-control-thumbs li:nth-child(5),
.flex-control-thumbs li:nth-child(6){
    margin-bottom:10px !important;
    padding-top:3px;

}
.flex-control-thumbs li:nth-child(n+7){
	display:none;
}
/* -- gallery end --*/
#content {
	width:100%;
	padding:1.3em 0;margin-top:0;
	position:relative;
	z-index:1;
	min-height:700px; background:url(images/bg-top.jpg) center top no-repeat;
}
.home #content{padding-bottom:0;min-height:700px;}
h2,h3,h4{font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;}
h2 {
	font-size:40px; 
	line-height:1.2em; 
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:1em;
	
}
/* cpt archives need pad because they have no pad-wrap around content */
.post-type-archive-smartest_services h2.page-title, .post-type-archive-smartest_staff h2.page-title, .post-type-archive-smartest_news h2.page-title,
.archive h2.page-title {padding:1em 1em 0 1em;margin-bottom:0.4em;}
h3 {
    font-size: 36px;
    line-height: 1.2em;
    margin: 3px 0px 22px 0px;
    color: #262626;
    font-weight: normal;
    letter-spacing: -2px;
}
h3 strong {display:block; margin-top:-25px;}
#entry-title {line-height: 1.4;}
h4, blockquote {
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	margin-bottom:8px;
}
#mast h4{display:block;clear:left;}
.hentry .wrapper h2, .hentry h3, .hentry h4 {margin-top:1em;}
.post-type-archive-smartest_news .hentry h4{margin-top:0;}
.hentry #aboutpage h3{margin-top:0;}
.hentry #aboutpage h2{margin-bottom:0.3em;}
blockquote {
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-style: italic;
quotes: "\201c" "\201d" "\2018" "\2019";
}
body.home .grid_6 blockquote {
	font-weight:bold;
}
body.home blockquote#smotto {margin-top:2.4em;}
body.home blockquote:before { content: open-quote }
body.home blockquote:after  { content: close-quote }
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
.widget h4 {
    font-size: 16px;
}
#sidebar .widget h4 {
	font-weight:bold;
}
h6 {font-weight:normal; margin-bottom:3px;}
.border-bot {
	width:100%; 
	padding-bottom:31px; 
border-bottom: 1px #999 solid;
}
.box {
	width:260px; 	
	border: 1px solid rgb(229, 229, 229);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 13px;
}
.box .padding {padding:15px 15px 20px 30px;}
.button, button,
html input[type="button"],
input[type="reset"],
input[type="submit"], #contact-form input[type="submit"], #contact-form input[type="reset"],.buttonsamples
/* @new button default */
{
	cursor:pointer;
	display: inline-block;
	padding: 10px 20px 11px;
	color: rgb(255, 255, 255);
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 1.22em;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: #0399D4;
	background: linear-gradient(top,  #1C1C1C,  #000);
	background: -ms-linear-gradient(top,  #1C1C1C,  #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#000));
	background: -moz-linear-gradient(top,  #1C1C1C,  #000);
}
/* reset */
#contact-form input[type="submit"],
#contact-form input[type="reset"] {
		width:auto; 
		font-size:100%; 
		outline:none;
		margin-left:15px; padding:5px 32px 6px;
}
.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, 
#contact-form input[type="submit"]:hover, #contact-form input[type="submit"]:active,
#contact-form input[type="reset"]:hover, #contact-form input[type="reset"]:active,.buttonsamples:hover
 {background:#FF9601;text-decoration:none;}
/* @new custom bullet colors */
.widget ul li {
	line-height:18px; 
	padding:8px 0 8px 6px; 
	list-style-type:square;margin-left:13px;
	color:#FF9601;

}
	.widget ul a {
		display:inline-block;
		color:#262626;/* @new reg body text to differ from bullet colors above.*/
	}
	.widget ul a:hover {color:#FF9601;}
/* end custom bullet colors */

.widget_calendar td{padding:3px;}

#sidebar #sfscontent {max-width:176px;margin:0 auto;}
.link:hover {text-decoration:underline;} 
dl span {float:left; width:80px;}
dl.main-address dt {margin-bottom:5px;}
dl.main-address span {float:none; width:auto;}
.strong{font-weight:bold;}
.price-list td {border:1px solid #343434; line-height:39px;}
.price-list thead td {width:139px; text-align:center; font-weight:bold;}
.price-list td:first-child {width:158px;}
.price-list tbody td:first-child {font-weight:bold; text-align:left; text-indent:19px;}
.price-list tbody td {text-align:center;}

/* default table colors. @new */
table {border:2px #ddd solid;margin:2em auto;clear: both;width:99%;}
table thead, table th, table caption {background-color:#999999;font-weight:bold;font-size:18px;color:#333333;}
tbody tr:nth-child(even){background-color:#f4f4f4;}/* gray */
table td {vertical-align:middle;}
#image-navigation {margin:1em 0;}
/* page navigation */
#nav-below {clear:both;margin:1em;}
body.blog #nav-above {margin:1em;}
.site-navigation{margin-left:1.2em;}
.site-navigation .nav-next, .site-navigation .nav-previous {display:inline-block;}
.site-navigation .nav-next {margin-left:2em;}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:34px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:259px; 
		font-size:13px; 
		line-height:1.23em;
		color:#808080;
		padding:5px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none;
		background:#fff;
		outline:none;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
/*    margin-left: 15px;
    padding: 5px 32px 6px;
*/
	}


	#contact-form textarea {
		float:left;
		height:380px; 
		width:489px;
		max-height:380px; 
		max-width:489px;
		min-height:380px; 
		min-width:489px;
		font-size:12px; 
		line-height:1.25em;
		color:#808080;
		padding:5px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none;
		background:#fff;
		overflow:auto;
		outline:none;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:13px;
	line-height:26px;
	width:70px; 
	color:#7f7f7f;
	font-family:Arial, Helvetica, sans-serif;
}
.buttons {padding:20px 10px 0 0; text-align:right;}
.buttons a, .buttons .button, .buttons #contact-form input {margin-left:15px; padding:5px 32px 6px;}
#home-footer{
	margin:3em 0 0;
	background: #F1EDFF;
	background: linear-gradient(top,  #F1EDFF,  #FFFFFF);
	background: -ms-linear-gradient(top,  #F1EDFF,  #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1EDFF), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #F1EDFF,  #FFFFFF);
	min-height: 150px;
}
	
footer {
	width:100%; 
	padding:3em 0 40px;clear:both;
	text-align:center;
}
footer#site-footer{
	margin-top:0;
	background: #F1EDFF;
	background: linear-gradient(top,  #F1EDFF,  #FFFFFF);
	background: -ms-linear-gradient(top,  #F1EDFF,  #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1EDFF), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #F1EDFF,  #FFFFFF);
}
footer#site-footer .alpha{text-align:left;}
footer.entry-meta {padding:2.5em 0;text-align:left;}
footer span {display:block;}
#home-footer #first .widget_smartest_announcements{padding-left:1em;}
.widget.widget_smartest_announcements ul li {
	line-height:20px; 
	padding:5px 0 5px 6px; 
	list-style-type:square;margin-left:13px;
	color:#FF9601;
}
.widget.widget_smartest_announcements ul a {display:inline-block;padding:0;text-decoration:none;color:#FF9601;}
.widget.widget_smartest_announcements ul a:hover {text-decoration:underline;}
#socialfoot {
	min-height:48px;
	padding: 0 10px 10px 10px;margin:0;display:inline-block;
}
footer #socialfoot span {display:inline-block;}
#socials {margin:12px 0 1.2em 12px;display:block;}
#socials li {float:left;padding-right:7px}

/* staff */
#socials li a {display:block;width:18px;height:18px;background:url("images/sprites_32.png") no-repeat;}
#socials li a.facebook{background-position: 0 0; width: 32px; height: 32px;} 
#socials li a.google{ background-position: 0 -42px; width: 32px; height: 32px; } 
#socials li a.linkedin{ background-position: 0 -84px; width: 32px; height: 32px; } 
#socials li a.twitter{ background-position: 0 -126px; width: 32px; height: 32px; } 
#socials li a.item-add {background-image:none;width:auto;}
.biz_twitter a, .biz_google_plus a, .biz_facebook a, .biz_youtube a{background: url(images/sprites.png) no-repeat;float:left;}
.biz_twitter a{background-position: 0 -116px; width: 48px; height: 48px;}
.biz_google_plus a{background-position: 0 -58px; width: 48px; height: 48px;}
.biz_facebook a{background-position: 0 0; width: 48px; height: 48px;}
.biz_youtube a{background-position: 0 -174px; width: 48px; height: 48px;}
#socials li a:hover,footer #socialfoot a:hover{ opacity:0.5;filter:alpha(opacity=50);}
#mast #socialfoot{margin:0;float:right;}
#phone{text-align:right}
.smartestb-custom-social{padding-right:15px;}
/* home footer widgets */
#home-footer .widget {
	padding:24px 0px;margin:0;float:left;
}
body.home #second #sstwrap,
body.home #second .widget_smartest_staff_list{
	width:auto;
}
body.home #second #sstcontent{
	display: inline-block;
}
.actives1.grid_6.only1{
	margin-left:auto !important;margin-right:auto !important;float:none;display:block;max-width:470px;
}
.actives1.grid_6.only1 h3 {text-align:center}
.entry-meta h4 {color:#7f7f7f;}
.meta, .entry-meta {
    font-style: italic;
    font-size: 75%;
    padding-left: 8px;
}
.entry-meta.jobtitle {
	font-size:110%;font-style:normal;padding-left: 0;
	color:#FF9601;
}
body.error404 .widget {
	margin:1em;
}
footer .main {clear:both;}
.commentlist .reply a {/* @new add button style here. Add selector to custom-style. Same w hover below. */
	display:inline-block;text-decoration:none;
	padding:5px 15px 6px;
	font-size:13px;
	line-height:1.23em;
	font-weight:bold;
	cursor:pointer;
	color:#fff;border-radius:0;
	background: #0399D4;
	background: linear-gradient(top,  #1C1C1C,  #000);
	background: -ms-linear-gradient(top,  #1C1C1C,  #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#000));
	background: -moz-linear-gradient(top,  #1C1C1C,  #000);
}
.commentlist .reply a:hover, .commentlist .reply a:active {
/* @new add button hover style. Add selector to custom-style.*/
	background:#FF9601;
}
/* @new button color samples */
	.button_orange {
	    background:#FF9601;
	}
	.button_orange:hover,
	.button_orange:active{
		background:#0399D4;
		background: linear-gradient(top,  #1C1C1C,  #000);
		background: -ms-linear-gradient(top,  #1C1C1C,  #000);
		background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#000));
		background: -moz-linear-gradient(top,  #1C1C1C,  #000);
	}
	.button_blue {
	    background:#004990;
	}
	.button_blue:hover,
	.button_blue:active{
	    background:#326da6;
	}
	.button_cherrywood {
	    background:#651a14;
	}
	.button_cherrywood:hover,
	.button_cherrywood:active{
	    background:#74302b;
	}
	.button_dark_turquoise {
	    background:#145e64;
	}
	.button_dark_turquoise:hover,
	.button_dark_turquoise:active{
	    background:#2b6e73;
	}
	.button_green {
	    background:#14641a;
	}
	.button_green:hover,
	.button_green:active{
	    background:#2b7330;
	}
	.button_mutedgreen {
	    background:#6b9658;
	}
	.button_mutedgreen:hover,
	.button_mutedgreen:active{
	    background:#79a068;
	}
	.button_light_brown {
	    background:#a56729;
	}
	.button_light_brown:hover,
	.button_light_brown:active{
	    background:#ae763e;
	}
	.button_olive {
	    background:#806a00;
	}
	.button_olive:hover,
	.button_olive:active{
	    background:#998732;
	}
	.button_maroon {
	    background:#800000;
	}
	.button_maroon:hover,
	.button_maroon:active{
	    background:#931919;
	}
	.button_bronze_brown {
	    background:#804000;
	}
	.button_bronze_brown:hover,
	.button_bronze_brown:active{
	    background:#996632;
	}
	.button_sand {
	    background:#c0b870;
	}
	.button_sand:hover,
	.button_sand:active{
	    background:#c6bf7e;
	}
	.button_gold {
	    background:#FDD017;
	}
	.button_gold:hover,
	.button_gold:active{
	    background:#fdd945;
	}
	.button_gray {
	    background:#949494;
	}
	.button_gray:hover,
	.button_gray:active{
	    background:#6b6b6b;
	}
.container_12{margin-left:auto;margin-right:auto;width:980px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:61px}.container_12 .grid_2{width:143px}.container_12 .grid_3{width:225px}.container_12 .grid_4{width:306px}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:470px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:960px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

@media screen and (max-device-width:768px){body,html{font-size:100%;min-width:0;width:100%;margin:0}body,#content{background-image:none}#contact-form{overflow:hidden}#contact-form input[type=text],#contact-form textarea,div.text-form{width:95%;padding:4px 2%;float:none;display:block}#contact-form textarea{height:auto;max-width:489px;min-height:100px;min-width:0}#contact-form label,#contact-form fieldset{display:block;height:auto;margin:0}#contact-form .buttons input{display:block;margin-bottom:1em}.pad,#contactpad.pad{padding:30px 1.3em 40px}body.blog .pad{margin-bottom:0}#content,body.post-type-archive-smartest_services #content{padding:0 3%}#content{clear:both;min-height:0}body.home #content{width:100%;padding:0}.container_12,.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.main,#socialfoot{width:100%!important;margin:0 0 1em!important;display:block!important;float:none!important}#phone{text-align:center;}#mast h4 {display: block;clear: none;text-align:center;font-size:23px !important;}#socialfoot{margin:20px 0 -20px 0 !important;}#mast #socialfoot span, .smartestb-custom-social {display:inline-block;}.wrapper{overflow:visible;clear:both}.equheight{height:auto!important}#margin-h,#socials{max-width:170px;margin-left:auto;margin-right:auto}.col-1{float:none;width:100%;padding:0;margin:0 0 4em}.site-title{padding:1em 0 .5em;float:none;display:block;text-align:center}.site-title a{font-size:36px!important;height:auto!important;letter-spacing:0}.site-title span{font-size:22px}#logolink{text-align:center;display:block;width:98%}#phone{position:relative;}#headaddy{padding:0 10px;font-size:16px;float:none;display:inline-block}#headaddy i{font-size:26px;margin-right:10px}#customlogo{max-width:95%}#slidewrapper{max-width:97%!important;margin-left:0}.flex-control-thumbs{width:auto!important;position:relative!important;top:0;margin:0!important;left:0;display:none}.flex-viewport{max-height:2000px}#sshow_pad{padding:20px 6px 0 14px}#home-content{padding:0 5% 40px}.menu-bar a{padding:6px 0}.menu-bar>li.home>a{background-position:0 -4px}.menu-bar>li.home:hover>a{background-position:0 -56px}.img-indent3{float:none;margin:0;width:100%;max-width:100%}body.blog figure.img-indent3,body.archive.date figure.img-indent3,body.archive.category figure.img-indent3,body.archive.tag figure.img-indent3,body.archive.author figure.img-indent3{max-width:100%}.widget{padding-left:1em}#sidebar .widget{padding-left:0}.img-indent{float:none;margin:0}body.blog.grid_8{margin-bottom:0!important}#sidebar .indent-top{padding-top:0}body.blog .extra-wrap #entry-title,body.archive.date .extra-wrap #entry-title,body.archive.category .extra-wrap #entry-title,body.archive.author .extra-wrap #entry-title{top:8px}.post-type-archive-smartest_news .needicon{min-width:0}body.post-type-archive-smartest_services article .p6,body.post-type-archive-smartest_news article .p6{margin-bottom:0}.widget-title{margin-bottom:.7em}h2{font-size:25px;padding-top:.5em;text-align:center}h3{font-size:24px;line-height:1em}.box{width:auto}#aboutpage p{margin-right:0}.entry-meta.jobtitle,.entry-meta{display:block;margin-top:.75em}.entry-meta.jobtitle{text-align:center}body.home .widget,body.home #second .widget_smartest_staff_list{width:90%;margin:5% auto;float:none}body.home #main.main{min-height:0;margin-bottom:0}#home-footer{margin-top:0}footer#site-footer .alpha{text-align:center}}@media screen and (min-device-width:768px) and (max-device-width:840px){#slidewrapper{max-width:97%!important;margin-left:auto!important;margin-right:auto!important}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{margin-left:auto!important;margin-right:auto!important}}
@media screen and (max-device-width: 600px){
	.menu-toggle{
		cursor: pointer;
		font-size: 0;
		height: 64px;
		margin: 0;
		overflow: hidden;
		position:absolute;
		top: 0;
		right: 0;
		text-align: center;
		width: 64px;
		display: block;
		z-index:999;
	}
	.menu-toggle:before {
		display: inline-block;
		text-decoration: inherit;
		vertical-align: text-bottom;
		font-family: FontAwesome;
		color: #000;/* @new menu hover color*/
		content: "\f0c9";
		font-size: 64px;
		margin-top: 16px;
		font-style: normal;
		font-weight: normal;
	}
	.primary-navigation{
	   position:relative;
	}
    .primary-navigation ul {
		display:block;
		background-color:#fff;/* @new menu color */
		width:100%;
		min-height:64px;
		z-index:1;
		position:relative;
	}
    .primary-navigation ul li{display:none;}
	#primary-navigation.toggled-on .menu-bar{
		right:0;
		top:64px;
		display:block;
		width:auto;
		margin:1em;
	}
    #primary-navigation.toggled-on li{
		display:block;float:none;
	}
}