/*
Theme Name: overtones
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
  * Vendor:  Canada Type
 * License URL: http://www.fontspring.com/fflicense/canada-type
 */
@font-face {
  font-family: 'InformaProLight';
  src: url('fonts/informaprolight-webfont.eot');
  src: url('fonts/informaprolight-webfont.eot?#iefix') format('embedded-opentype'),
   url('fonts/informaprolight-webfont.woff') format('woff'),
   url('fonts/informaprolight-webfont.ttf') format('truetype'),
   url('fonts/informaprolight-webfont.svg#InformaProLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'InformaProLightItalic';
  src: url('fonts/informaprolightitalic-webfont.eot');
  src: url('fonts/informaprolightitalic-webfont.eot?#iefix') format('embedded-opentype'),
   url('fonts/informaprolightitalic-webfont.woff') format('woff'),
   url('fonts/informaprolightitalic-webfont.ttf') format('truetype'),
   url('fonts/informaprolightitalic-webfont.svg#InformaProLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'InformaProRegular';
  src: url('fonts/informaproregular-webfont.eot');
  src: url('fonts/informaproregular-webfont.eot?#iefix') format('embedded-opentype'),
   url('fonts/informaproregular-webfont.woff') format('woff'),
   url('fonts/informaproregular-webfont.ttf') format('truetype'),
   url('fonts/informaproregular-webfont.svg#InformaProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - custom genericons
 * 5.0 - Top Utility bar 
 * 6.0 - Header
 *   6.1 - Site Header
 *   6.2 - Navigation
 *   6.3 - Banner Slider
 * 7.0 - Featured Content
 * 8.0 - Content
 *   8.1 - Entry Header
 *   8.2 - Entry Meta
 *   8.3.1 - Entry Content
 *   8.3.2 - inner page header
 *   8.4 - Galleries
 *   8.5 - Post Formats
 *   8.6 - Attachments
 *   8.7 - Post/Paging Navigation
 *   8.8 - Author Bio
 *   8.9 - Archives
 *   8.10 - Search Results/No posts
 *   8.11 - 404
 *   8.12 - Comments
 *   8.13 - Multisite
 * 9.0 - Sidebar
 *   9.1 - Widgets
 * 10.0 - Footer
 * 11.0 - other
 * 12.0 - Media Queries
 * 13.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ffffff;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration:  line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #909090;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
.go-top,
input,
textarea,
.widget a,
.navigation a,
article a,
.comments-link,
#ft-post a,
.da-dots > span,
.sldprev,
.sldnext,
.nav-container li a,
.nav-container li a span,
.socialicon a {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-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: 18px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #909090;
	font-family: inherit;
	padding: 5px;
	border-radius: 3px;
}
input,
textarea {
	color: #000000;
}
input:focus,
textarea:focus {
	border: 1px solid #dd3333;
	outline: 0;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #dd3333; /* Old browsers */
	border: none;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	padding: 11px 24px 11px;
	text-decoration: none;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #333333; /* Old browsers */
	outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #333333; /* Old browsers */
	border: none;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 15px 25px 5px 25px;
}
img.alignright {
	margin: 5px 25px 5px 0;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
html {
  font-family: 'InformaProLight', Arial, Helvetica, Swiss, Zurich, sans-serif;
}
body {
	font-size: 18px;
	color: #000000;
}
em, i  {
  font-family:'InformaProLightItalic';
  font-size: 15.5px;
  line-height: 1.5;
}
p, li {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.5;
}
b {
  font-family: 'InformaProRegular';
  font-weight: 500;
}
a {
 font-family: 'InformaProRegular';
  font-weight: 500;
  color: #777777;
}
a:hover, a:focus {
  color: #a47731;
}
a:active {
  color: #a47731;
}
#stdul ul, #stdol ol {
  margin-left: 20px;
}
.site {
	background-color: #ffffff;
	margin: 0 auto;
	width: 100%;
}
.site-main {
	position: relative;
	max-width: 1264px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
  padding-left: 40px;
	padding-bottom: 48px;
}
.site-main .sidebar-container {
	display: block;
	float: left;
	width: 24%;
	z-index: 1;
	position: relative;
}
.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1264px;
	display: block;
	padding-left: 32px;
}
h4 {
	font-size: 22px;
	line-height: 1.5;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
/**
 * 4.0 generiicon sizes and shapes
 * ----------------------------------------------------------------------------
 */
.socico {}
.topbarico {}
/**
 * 5.0 Utility bar
 * ----------------------------------------------------------------------------
 */
.ubarinnerwrap {
display: none;
}
.utilitybar {
	display: none;
}
.socialicons {
display: none;
}
.topphone {
	display: none;
}
/**
 * 6.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 6.1 Site Header
 * ----------------------------------------------------------------------------
 */
.headerwrap {
	display: block;
	min-height: 58px;
	background-color: #FFF;
}
.site-header {
	position: relative;
	display: block;
	clear: both;
	min-height: 58px;
	z-index: 1001;
	background-color: #FFF;
	opacity: 1;	
}
.fixeddiv {
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: rgba(255,255,255,1);
	left: 0px;
	right: 0px;
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;	
}
.site-header .home-link {
	color: #141412;
	display: none;
	float: left;
	min-width: 80px;
	max-width: 420px;
	margin: 0 auto;
	min-height: 80px;
	padding: 0 0px 0px 32px;
	text-decoration: none;
	vertical-align: middle;
}
.site-header .home-link span {
	height: 80px;
	vertical-align: middle;
	display: none;
	padding-top: 10px;
}
.site-header .home-link img {
	max-height: 64px;
	max-width: 280px;
}
.site-header .site-title:hover {
	text-decoration: none;
}
.site-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 16px 0px 0px 0px;
}
.site-description {
	font-weight: 300;
	text-style: normal 16px;
	margin: 0;
}
.headerwrap a.home-link {
	overflow: hidden;
}
.headerwrap .headerinnerwrap > span#site-titlendesc {
	display: block;
	float: left;
}
.headerwrap .navbar {
	display: block;
	float: left;
	padding-left: 20px;
}
/**
 * 6.2 Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
	display: block;
	float: left;
	margin: 0;
	min-height: 68px;
	position: relative;
	max-width: 1264px;
  padding: 0;
}
ul.nav-container,
.nav-container > ul {
	margin-top: 30px;
	padding: 0 20px 0 0;
}
.nx-no-search ul.nav-container,
.nx-no-search .nav-container > ul  {
	padding: 0px;
}
.nav-container li {
  font-family: 'InformaProRegular';
  background-color: #ffffff;
	display: inline-block;
	position: relative;
	padding: 0px 0px;
	width: 300px;
}
.nav-container li a {
  font-family: 'InformaProRegular';
	width: 250px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding: 12px;
	text-decoration: none;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background-color: #c8c7c7;
}
.nav-container li a:hover, .nav-container li a:focus {
  font-family: 'InformaProRegular';
	width: 250px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding: 12px;
	text-decoration: none;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background-color: #909090;
}
.nav-container li a:active {
  font-family: 'InformaProRegular';
	width: 250px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding: 12px;
	text-decoration: none;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background-color: #909090;
}
.nav-container ul ul li {
  font-family: 'InformaProRegular';
  background-color: #ffffff;
	max-width: 250px;
	padding: 0px;
  border-bottom: 1px solid #ffffff;
}
.nav-container ul ul li a {
  font-family: 'InformaProRegular';
	width: 250px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	padding: 12px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #c8c7c7;
}
.nav-container ul ul li a:hover, .nav-container ul ul li a:focus {
  font-family: 'InformaProRegular';
	width: 250px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	padding: 12px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #909090;
}
.nav-container ul ul li a:active {
  font-family: 'InformaProRegular';
	width: 250px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	padding: 12px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #909090;
}
.nav-container .current_page_item > a,
.nav-container .current_page_ancestor > a,
.nav-container .current-menu-item > a,
.nav-container .current-menu-ancestor > a,
.nav-container li a:hover {
  font-family: 'InformaProRegular';
	color: #ffffff;
	background-color: #909090;
  font-weight: 500;
}
.nav-container li:hover > a, .nav-container li a:hover, .nav-container li:focus > a, .nav-container li a:focus {
  font-family: 'InformaProRegular';
	color: #ffffff;
	background-color: #909090;
  font-weight: 600;
}
/* variable color */
.nav-container .sub-menu,
.nav-container .children {
	background-color: #c8c7c7;
	border-top: 2px solid #ffffff; /* variable color */
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	z-index: 1002;
	top: 48px;
  max-width: 250px;
}
.nav-container .sub-menu ul,
.nav-container .children ul {
background-color: #ffffff;
	border-left: 0;
	left: 100%;
	top: 0px;
	margin-top: -2px;
  max-width: 250px;
}
.nav-container li:last-child .sub-menu ul,
.nav-container li:last-child .children ul {
  background-color: #ffffff;
	left: 0%;
	right: auto;
	width: 200px;
	margin-left: -200px;
	top: 0px;
	margin-top: -2px;
}
ul.nav-container ul a,
.nav-container ul ul a {
  font-family: 'InformaProRegular';
  background-color: #c8c7c7;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
	margin: 0;
	width: 250px;
	border-bottom: 1px solid #ffffff;
	padding: 12px;
}
ul.nav-container ul li:first-child a,
.nav-container ul ul li:first-child a {
	border: none;
}
ul.nav-container ul a:hover, .nav-container ul ul a:hover, ul.nav-container ul a:focus, .nav-container ul ul a:focus {
	color: #ffffff;
	background-color: #909090;
}
ul.nav-container ul a:active, .nav-container ul ul a:active {
	color: #ffffff;
	background-color: #909090;
}
.menu-toggle {
	display: none;
}
/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1264px;
}
.site-header .search-form {
	position: absolute;
	right: 20px;
	bottom: 8px;
}
.site-header .search-field {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	z-index: 1003;
}
.searchico {
	display: none;
}
.site-header .searchico {
	display: block;
	position: absolute;
	left: 4px;
	top: 10px;
	font-size: 24px;
	z-index: 1001;
	color: #999;
}
.site-header .searchico:before {
	font-size: 24px;
}
.site-header .search-field:focus {
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	cursor: text;
	outline: 0;
	width: 200px;
	border-radius: 4px;
	background: transparent;	
}
/* Top bar transform */
.site-header.fixeddiv {
	min-height: 65px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
	box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.06);
}
.site-header.fixeddiv .home-link {
}
.site-header.fixeddiv .home-link span {
}
.site-header.fixeddiv .home-link img {
}
.fixeddiv .site-title {
  display: none;
}
.fixeddiv .site-description {
  display: none;
}
.fixeddiv .main-navigation {
	min-height: 54px;
}
.fixeddiv .nav-container > ul > li > a {
	font-size: 18px;
	padding: 26px 20px;
}
.fixeddiv .nav-container .sub-menu,
.fixeddiv .nav-container .children {
	position: absolute;
	z-index: 1004;
	top: 60px;
}
.fixeddiv .nav-container .sub-menu ul,
.fixeddiv .nav-container .children ul {
	top: 0px;
	margin-top: -2px;
}
/* Navbar */
.fixeddiv .navbar {
}
.headerinnerwrap {
	max-width: 1264px;
	position: relative;
	margin: 0px auto;
}
.site-header .headerinnerwrap .search-form {
	top: 32px;
	bottom: auto;	
}
.site-header.fixeddiv .headerinnerwrap .search-form {
	top: 16px;
	bottom: auto;	
}
/**
 * 6.0 featured Content
 * ----------------------------------------------------------------------------
 */
#featured {
	display: block;
	clear: both;
	padding-top: 32px;
}
#ft-post {
}
.entry-header h1.entry-title {
	font-weight: 500;
  font-size: 24px;
	line-height: 32px;
	color: #575757;
}
.entry-header h1.entry-title a,
.entry-header h1.entry-title a:visited {
}
.entry-header h1.entry-title a:hover {
	color: #dd3333;
	text-decoration: none;
}
.entry-header > .entry-meta a,
.entry-header > .entry-meta a:visited {
	color: #999;
	font-weight: 300;
}

.entry-header > .entry-meta a:hover {
	color: #dd3333;
	text-decoration: none;	
}
#main.site-main .entry-summary > p {
}
.featured-area .entry-summary > p > a.moretag,
.featured-area .entry-summary > p > a.moretag:visited {
	display: block;
	clear: both;
	width: 100px;
	background-color: #eaeaea;
	color: #666;
	padding: 6px 0px;
	text-align: center;
	border-radius: 3px;
	margin-top: 16px;
	float: right;
}
.featured-area .entry-summary > p > a.moretag:hover {
	background-color: #dd3333;
	color: #ffffff;
	text-decoration: none;
}
/**
 * 8.0 Content
 * ----------------------------------------------------------------------------
 */
 .content-area,
.featured-area {
	padding-left: 316px;
	padding-right: 16px;
} 
.centered-area {
	padding-left: 0px;
	padding-right: 20px;
  text-align: center;
}
#homelogo {
  width: 100%;
  height: auto;
  padding-bottom: 45px;
}
.soloimg {
  position: absolute;
  margin-top: -600px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.faceimg {
  position: absolute;
  margin-top: -550px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.giftimg {
  position: absolute;
  margin-top: 100px;
  margin-left: 195px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.microimg {
  position: absolute;
  margin-top: -570px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.specimg {
  position: absolute;
  margin-top: -340px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.eyesimg {
  position: absolute;
  margin-top: -440px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.findimg {
  position: absolute;
  margin-top: -295px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 256px;
}
.aboutimg {
  position: absolute;
  margin-top: -265px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px;
}
.dtlogo {
  position: absolute;
  margin-top: -250px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
.micrologo {
  position: absolute;
  margin-top: -280px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
.eyeslogo {
  position: absolute;
  margin-top: -150px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
.speclogo {
  position: absolute;
  margin-top: -60px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
.prodlogo {
  position: absolute;
  margin-top: 30px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
.findlogo {
  position: absolute;
  margin-top: 0px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
.waxlogo {
  position: absolute;
  margin-top: -300px;
  margin-left: -310px;
  padding-left: 0px;
  margin-bottom: auto;
  width: 250px; 
}
#imgrow {
  position: relative;
  margin-left: -40px;
  margin-top: 150px;
  padding: 0;
  max-width: 1264px;
}
.rowimg1 {
  margin-right: 30px;
  margin-left: -55px;
  width: 100%;
}
.rowimg2, .rowimg3 {
  margin-right: 25px;
  margin-left: 25px;
  width: 100%;
}
.rowimg4 {
  margin-right: 0px;
  margin-left: 25px;
  width: 100%;
}
.sidebar .content-area {
}
.sidebar .content-area:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.site-content {
	width: 100%;
}
.sidebar .site-content {
	display: block;
	float: left;
	width: 75%;
}
.sidebar .nosidebar .site-content {
	display: block;
	width: 100%;
}
.hentry {
	padding: 0px 0 48px 0px;
}
.single .hentry {
	padding: 0px;	
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
	text-wrap: normal;
	word-wrap:break-word;	
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 100%;
	padding: 0px 0px 0px 0px;
}
.site-content .post {
	display: block;
	clear: both;
}
.site-content .post:before,
.site-content .post:after {
    content:"";
    display: table;
}
.site-content .post:after {
    clear: both;
}
.search-results .site-content .post .meta-img,
.archive .site-content .post .meta-img,
.site-content .blog-columns .post .meta-img {
	display: block;
	float: left;
	width: 50%;
	padding-right: 32px;
}
.archive .site-content .post .meta-img img,
.search-results .site-content .post .meta-img img {
	width: 100%;
}
.site-content .post .meta-img .entry-thumbnail {
	position: relative;
}
.site-content .post .meta-img .entry-nothumb {
	position: relative;
}
.entry-nothumb .noimg-bg {
	display: none;
}
.site-content .entry-thumbnail .stickyonimg,
.site-content .entry-thumbnail .dateonimg {
	display: block;
	position: absolute;
	left: 12%;
	top: 12px;
	width: 64px;
	height: 72px;
	background-color: #dd3333;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
}
.site-content .entry-nothumb .stickyonimg,
.site-content .entry-nothumb .dateonimg {
	display: block;
	position: absolute;
	left: 12%;
	top: 0px;
	width: 64px;
	height: 72px;
	background-color: #dd3333;
	color: #ffffff;
	text-align: center;
}
.entry-nothumb .stickyonimg span:before,
.entry-thumbnail .stickyonimg span:before {
	font-size: 32px;
	padding-top: 16px;
}
.site-content .dateonimg span.pdate {
	display: block;
	clear: both;
	font-size: 40px;
	font-weight: 700;
	position: relative;
	line-height: 1.1;
}
.site-content .dateonimg span.pmonth {
	display: block;
	clear: both;
	font-size: 18px;
	font-weight: 400;
	position: relative;	
}
.site-content .post .post-mainpart {
	display: block;
	float: left;
	width: 50%;
}
.single .site-content .post .post-mainpart {
	width: 100%;
}
.site-content .post .meta-img {
	float: none;
	margin-top: 8px;
	width: 100%;
	padding-right: 0px;
}
article .post-mainpart > .entry-content {
	padding-right: 0px;
}
.site-content .post .meta-img.no-image-meta+.post-mainpart {
	width: 100%;
}
.site-content .post .meta-img.no-image-meta+.post-mainpart .entry-content {
	padding-right: 0%;
}
.site-content .post .meta-img.no-image-meta {
	display: none;
}
.meta-img.no-image-meta {
	display: none;
}
/**
 * 8.1 Entry Header
 * ----------------------------------------------------------------------------
 */
.sidebar .entry-header .entry-meta {
	padding: 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}
.single .entry-thumbnail img {
	width: 100%;
}
.entry-header {
	margin-bottom: 30px;
}
.blog-columns .entry-header {
	margin-bottom: 16px;
}
.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}
.entry-title a {
	color: #141412;
}
.entry-title a:hover {
	color: #373737;
}
/**
 * 8.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	clear: both;
	font-size: 18px;
}
.blog-columns .entry-meta {
	margin-bottom: 24px;
}
.single .entry-meta {
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 16px!important;
	margin: 16px 0;
	border: 1px solid #e7e7e7;	
}
.entry-meta a {
	color: #c1c1c1;
}
.entry-meta a:hover {
	color: #b0b0b0;
	text-decoration: none;
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {
	content: "\f303";
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}
.moretag {
	display: block;
	padding: 12px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}
.moretag:hover {
	text-decoration: none;
}
/**
 * 8.3.1 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}
#findrow {
  position: relative;
  padding-top: 25px;
  margin-left: 0;
  padding: 0;
  max-width: 900px;
}
.hours {
  width: 300px;
}
.map {
  width: 300px;
}
.cform {
  max-width: 300px;
}
.page .site-content {
}
.moblogo {
  display: none;
}
.entry-content a,
.comment-content a {
	color: #c1c1c1;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #909090;
}
.entry-content blockquote {
	font-size: 18px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 18px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	text-decoration: none;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #dd3333;
	border: 1px solid #dd3333;
	color: #ffffff;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #ffffff;
	color: #dd3333;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* Mediaelements */
/**
* 8.3.2 Page styling
*------------------------------------------------------------------------------
*/
.site-content > .page.type-page {
}
.iheader {
	display: block;
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: #dd3333;
}
.titlebar {
	display: block;
	width: 100%;
	max-width: 1264px;
	padding-left: 32px;
	padding-right: 32px;
	margin: 0px auto;
}
.titlebar h1 {
	color: #ffffff;
	font-size: 26px;
	line-height: 100px;
	margin: 0px;
	text-align: left;
	font-weight: 400;
}
.iheader.front {
	display: block;
	height: 100px;
	background-color: #dd3333;
}
.iheader.front .titlebar {
	text-align: left;
	padding: 0px 32px;
}
.iheader.front .titlebar h1 {
	display: inline-block;
	font-size: 32px;
	margin: 0px;
}
.iheader.front .titlebar h2 {
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #FFF;
}
.iheader .nx-breadcrumb {
	display: block;
	float: right;
	line-height: 100px;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #FFF;
}
.iheader h1 {
	display: block;
	float: left;
	font-size: 32px;
	line-height: 100px;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	color: #FFF;
}
.iheader .nx-breadcrumb a {
	color: #c1c1c1;
}
.iheader .nx-breadcrumb a:hover {
	color: #909090;
	text-decoration: none;
}
/**
 * 8.5 Post Formats
 * ----------------------------------------------------------------------------
 */
/* Aside */
.format-aside {
	background-color: #ececec;
	padding: 32px;
	margin-bottom: 32px;
}
.single .format-aside {
	background-color: #ffffff;
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-meta {
	margin-top: 0;
}
.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}
.format-aside cite {
	font-size: 100%;
	text-transform: none;
}
.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}
/* Gallery */
.format-gallery {
	background-color: #ececec;
	padding: 32px;
	margin-bottom: 32px;	
}
.single .format-gallery {
	background-color: #ffffff;
}
.format-gallery .entry-header {
	margin-bottom: 15px;
}
.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #575757;
}
/* Image */
.format-image {
	padding: 32px;
	margin-bottom: 32px;	
}
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-image .categories-links,
.format-image .tags-links {
	display: none;
}
/* Link */
.format-link {
	background-color: #f7f5e7;
	padding: 32px;
	margin-bottom: 32px;	
}
.single .format-link {
	background-color: #ffffff;
}
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}
.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Open Sans", Helvetica, sans-serif;
	margin-right: 20px;
}
.format-link .entry-title a {
	color: #bc360a;
}
.format-link .entry-meta {
	display: inline;
}
/* Quote */
.format-quote {
	background-color: #ececec;
	padding: 32px;
	margin-bottom: 32px;	
}
.single .format-quote {
	background-color: #ffffff;
}
.format-quote .entry-content,
.format-quote .entry-meta {
	color: #575757;
}
.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #676767;
}
.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #676767;
}
.format-quote .entry-content cite a:hover {
	text-decoration: none;
}
.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 18px;
}
.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 48px;
	position: relative;
}
.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}
.format-quote .entry-meta .author {
	display: none;
}
/* Status */
.format-status {
	background-color: #dd3333;
	padding: 32px;
	margin-bottom: 32px;	
}
.single .format-status {
	background-color: #ffffff;
}
.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
	padding-right: 12px;
}
.format-status .entry-content a {
	color: #eadaa6;
}
.format-status .entry-meta a {
	color: #f7f5e7;
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}
.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}
.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}
.format-status .categories-links,
.format-status .tags-links {
	display: none;
}
/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}
.format-status .entry-content {
	color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}
.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}
.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}
.format-status .entry-content p:last-child {
	margin-bottom: 0;
}
.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
	content: "\f105";
}
/**
 * 8.6 Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
	padding: 32px;
	margin-bottom: 32px;	
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1264px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Open Sans", Helvetica, sans-serif;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: left;
	max-width: 1264px;
	padding: 9px 0 0;
	text-align: left;
}
.image-attachment .attachment img {
	max-width: 100%!important;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .site-main .sidebar-container {
	display: none;
}
/**
 * 8.8 Author Bio
 * ----------------------------------------------------------------------------
 */
/**
 * 8.9 Archives
 * ----------------------------------------------------------------------------
 */
/**
 * 8.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-header {
	margin: 0px;
	padding: 0px 32px;
}
.page-title {
	font: 400 normal 22px "Open Sans", Helvetica, sans-serif;
	line-height: 32px;
	color: #575757;
}
.page-content {
	margin: 0 auto;
	max-width: 1264px;
	padding: 40px 32px;
	width: 100%;
}
.sidebar .page-content {
	margin: 0 auto;
	max-width: 75%;
}
.sidebar .nosidebar .site-content {
	display: block;
	width: 100%;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding-bottom: 32px;
	padding-top: 360px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-title:before {
	color: #dd3333;
	content: "\f423";
	font-size: 600px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 28px;
	width: 100%;
}
.error404 .page-wrapper {
	width: 100%;
	max-width: 1264px;
	margin: auto;	
}
.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
}
/**
 * 8.12 Comments
 * ----------------------------------------------------------------------------
 */
/**
 * 8.13 Multisite
 * ----------------------------------------------------------------------------
 */
.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.mu_alert {
	margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}
.site-main .mu_register input[type="submit"] {
	width: auto;
}
/**
 * 9.0 Sidebar
 * ----------------------------------------------------------------------------
 */
.site-main .widget-area {
	display: block;
	width: 100%;
	position: relative;
}
/**
 * 9.1 Widgets
 * ----------------------------------------------------------------------------
 */
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.site-footer a {
}
.site-footer .site-info a {
}
.site-footer .sidebar-container {
}
.site-footer .widget {
}
.footer-bg {
}
.site-footer .sidebar-container {
}
.site-footer .widget-wrap {
}
.site-footer .widget-area {
}
.site-footer .widget-area .widget {
}
.site-footer .widget-area .widget ul li {
}
.site-footer .widget-area .widget a {
}
.site-footer .widget-area .widget a:hover {
}
.site-footer .widget-area .widget .widget-title {
}
.site-footer .widget-area .widget_calendar a {
}
.site-footer .widget-area .widget_calendar a:hover {
}
.widget_calendar thead th {
}
.site-footer .widget-area .widget input, 
.site-footer .widget-area .widget textarea {
}
.site-footer .widget a {
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
}
.site-info {
	margin: 0 auto;
	max-width: 1264px;
	padding: 30px 0;
	width: 100%;
	text-align: left;
}
.site-footer .site-info {
	padding: 30px 32px;
	width: 100%;
	font-size: 18px;
}
.site-footer form.search-form input.search-field {
	margin-top: 16px;
	width: 100%;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}
.site-footer .credit-info {
	display: inline-block;
	width: 49.5%;
	text-align: right;
}
.site-footer .copyright {
  font-size: 10px;
	text-align: left;
	display: inline-block;
	width: 49.5%;
}
.tx-post-row .tx-folio-title,
.tx-blog .tx-blog-item .tx-post-title {
}
.tx-cta,
.tx-testimonials {
}
/**
 * 11.0 others - go to top
 * ----------------------------------------------------------------------------
 */
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    padding: 0px;
    display: none;
	z-index: 999999;
	height: 48px;
	width: 48px;
	border-radius: 3px;
}
.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
	text-decoration: none;	
}
.go-top span {
	height: 48px;
	width: 48px;	
	font-size: 32px;
	color: #dfdfdf;
	line-height: 32px;
	text-align: center;
	line-height: 44px;
}
.go-top span:before {
	font-size: 32px;
}
.go-top:hover span {
	text-decoration: none;
}
/**
*
* woocommerce compitability
*/
.sidebar .content-area {
}
.site-content {
	width: 100%;
}
.sidebar .site-content {
	display: block;
	float: left;
	width: 75%;
}
.sidebar .nosidebar .site-content {
	display: block;
	width: 100%;
}
.sidebar #container-1:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
/**
*
* header fix
*/
.site-header .home-link {
	max-width: 560px;
}
.headerwrap .navbar {
    float: right;
    margin-right: 0px;
}
.topsearch {
	display: block;
	float: right;
	min-width: 32px;
	height: 48px;
	padding-top: 26px;
	position: relative;
}
.site-header.fixeddiv .topsearch {
	padding-top: 0px;
	margin-top: 0px;
	top: auto;
}
.site-header .search-form {
	position: relative;
	right: auto;
	bottom: auto;
}
.site-header .headerinnerwrap .search-form {
	top: auto;
	bottom: auto;	
}
.site-header.fixeddiv .headerinnerwrap .search-form {
	margin-top: -4px;
}
.site-header.fixeddiv .search-form .search-field {
	margin-top: 0px;
}
.ibanner .da-img {
	overflow: hidden;
}
.ibanner .da-img img {
	max-height: 100%;
}
.socialicons ul.social li a .socico:before {
	font-size: 18px;
	line-height: 20px;
}
.nx-boxed .site { 
	max-width: 1200px; 
}
/*
*	Contact Form 7
*/
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 250px;
	padding: 8px 4px;
}
.site-footer .wpcf7 {
	color: #000000;
	padding-top: 12px;
}
.site-footer .wpcf7 p {
	margin-bottom: 6px;
	color: #999;
}
.site-footer .wpcf7 textarea {
	height: 120px;
}
/**
 * 12.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1599px) {
	.site {
		border: 0;
	}
	.site-content .blog-columns .post .meta-img {
		display: block;
		float: left;
		width: 50%;
		margin-top: 8px;
	}
	.site-content .post .post-mainpart {
		display: block;
		float: left;
		width: 50%;
	}
	/*
	.site-content .blog-columns .post .meta-img.no-image-meta {
		display: none;
	}
	*/
}
@media (max-width: 1069px) {
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: block;
		position: fixed;
		left: 0px;
		top: 10px;
		padding: 12px 12px 12px 12px;
		font-size: 18px;
		font-weight: 400;
		color: #ffffff;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.64);
		-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.64);
		box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.64);
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;		
		background-color: rgba(40,40,40,0.8)
	}
	.menu-toggle:after {
		content: "\f419";
		font-size: 18px;
		padding-left: 8px;
		font-weight: 700;
	}
	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}	
	.toggled-on .nav-container,
	.toggled-on .nav-container > ul {
		display: none;
	}
	ul.nav-container,
	.nav-container > ul {
		display: none;
	}
	.archive .site-content .post .meta-img,
	.search-results .site-content .post .meta-img,
	.site-content .blog-columns .post .meta-img {
		display: block;
		float: nonr;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.site-content .blog-columns .post .meta-img img {
		width: 100%;
	}	
	.archive .site-content .post .meta-img,
	.archive .site-content .post .post-mainpart,
	.search-results .site-content .post .meta-img,
	.search-results .site-content .post .post-mainpart,
	.site-content .blog-columns .post .post-mainpart {
		display: block;
		float: none;
		width: 100%;
	}
	.site-content .entry-nothumb .stickyonimg,
	.site-content .entry-nothumb .dateonimg,
	.archive .entry-nothumb .noimg-bg,
	.search-results .entry-nothumb .noimg-bg  {
		display: none;
	}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 300px;
}
}
@media (min-width: 1070px) {
.moblogo {
  display: none;
}
	.site-content .entry-thumbnail .stickyonimg, 
	.site-content .entry-thumbnail .dateonimg,
	.site-content .entry-nothumb .stickyonimg,
	.site-content .entry-nothumb .dateonimg {
		position: absolute;
		width: 64px;
		height: 64px;
	}
	.site-content .dateonimg span.pdate {
		font-size: 33px;
		line-height: 1.2;
	}	
	.site-content .post .meta-img.no-image-meta {
		display: block;
	}
	.meta-img.no-image-meta {
		display: block;
	}
	.site-content .dateonimg span.pmonth {
		position: relative;
		background-color: #e7e7e7;
		color: #575757;
	}
	.site-content .meta-img.no-image-meta .entry-nothumb .stickyonimg,
	.site-content .meta-img.no-image-meta .entry-nothumb .dateonimg {
		left: 0%;
		top: 0px;
	}
	.blog-columns .entry-header {}
	.site-content .post .meta-img.no-image-meta+.post-mainpart .entry-header {
		/* width: calc(100% - 96px); */
		padding-left: 80px;
		margin-top: -8px;
	}
	.site-content .entry-thumbnail .stickyonimg,
	.site-content .entry-thumbnail .dateonimg {
		left: 32px;
	}
	.site-content .entry-nothumb .stickyonimg,
	.site-content .entry-nothumb .dateonimg {
		left: 32px;
	}
}
@media (max-width: 999px) {
.moblogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#ft-post article {
		display: block;
		float: left;
		width: 50%;
	}
	.site-content .blog-columns .post .meta-img {
		display: block;
		float: none;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.site-content .blog-columns .post .post-mainpart {
		display: block;
		float: none;
		width: 100%;
	}
	.site-footer .widget-area {
		width: 100%;
	}
	.site-footer .widget-area .widget {
		/* Just in case there are inline attributes */
		display: block;
		float: left;
		width: 48%;
		margin: 0px;
		margin-bottom: 1px;
		padding: 0 16px;
	}
	.ibanner .da-slider h2 {
		font-size: 24px;
		max-width: 80%;
	}
	.ibanner .da-slider p {
		max-width: 80%;
	}
	.ibanner .da-slider .da-link {
		padding: 12px 32px;
	}
	.nx-slider-container {
		padding-top: 16px;
	}
	.iheader {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.iheader h1 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 12px;
		display: block;
		float: none;
	}
	.iheader .nx-breadcrumb {
		float: none;
		text-align: left;
		line-height: 18px;
		display: none;
	}
	.site .iheader {
		overflow: hidden;
		height: auto;
		clear: both;
	}
	.site .iheader:after {
		height: 1px;
		clear: both;
		content: "";
	}
	.utilitybar {
		height: auto;
	}	
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
.moblogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sidebar .site-content {
	width: 65%;
	hyphens:  none;
	word-wrap: break-word;
	}	
	.site-main .sidebar-container {
		width: 35%;
	}
	.site-content .blog-columns .post .meta-img {
		display: block;
		float: none;
		width: 100%;
		margin: 0px;
		padding: 0px;
	hyphens:  none;
	word-wrap: break-word;
	}
	.site-content .blog-columns .post .post-mainpart {
		display: block;
		float: none;
		width: 100%;
	hyphens: none;
	word-wrap: break-word;
	}
	.site-content .post .meta-img .entry-thumbnail {
	  	padding-right: 0%;
	  	padding-left: 0%;
	}
	.site-content .post .meta-img .entry-nothumb {
		display: none;
	}
	.site-content .post .meta-img.no-image-meta+.post-mainpart {
		width: 84%;
		padding-left: 0%;
	}
	.site-footer .credit-info {
		width: 100%;
		text-align: left;
	}
	.site-footer .copyright {
		text-align: left;
		width: 100%;
	}
	.ibanner .da-slider h2 {
		font-size: 18px;
		max-width: 100%;
	}
	.ibanner .da-slider p {
		max-width: 100%;
		font-size: 18px;
	}
	.ibanner .da-slider .da-link {
		padding: 8px 32px;
	}
	.nx-slider-container {
		padding: 56px;
	}
	.nx-slider-container {
		padding-top: 0px;
	}
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 250px;
	padding: 8px 4px;
}
.wpcf7-submit{
  background-color: #808080;
    border: none;
    color: #ffffff;
    padding: 25px 50px;
    text-align: center;
		font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active{
  background-color: #c7c8c7;
    color: #bb0000;
}
.content-area,
.featured-area {
	padding-left: 0px;
	padding-right: 16px;
} 
.soloimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.aboutimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.faceimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.specimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.giftimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.microimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.findimg, .giftimg {
  display: none;
}
.eyesimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}
.rowimg2, .rowimg3, .rowimg4 {
  display: none;
}
.btn-menu {
    float: right;
    margin: 0 5px 0 0;
  }
  .site-header {
    padding: 0;
  }
}
@media (max-width: 580px) {
	#ft-post article {
		display: block;
		float: none;
		width: 100%;
	}
	.sidebar .site-content {
		width: 100%;
	hyphens: none;
	word-wrap: break-word;
	}	
.site-main .sidebar-container {
  width: 100%;
	hyphens:  none;
	word-wrap: break-word;
	}
.site-main .sidebar-inner {
		padding: 0px;
	hyphens:  none;
	word-wrap: break-word;
	}
.site-footer .widget-area {
		width: 100%;
}
	.site-footer .widget-area .widget {
		/* Just in case there are inline attributes */
		display: block;
		float: none;
		margin-bottom: 1px;
		width: 100%;
		padding: 0 16px 0 16px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 100%;
	padding: 8px 4px;
}
.wpcf7-submit{
  background-color: #808080;
    border: none;
    color: #ffffff;
    padding: 25px 50px;
    text-align: center;
		font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active{
  background-color: #c7c8c7;
    color: #bb0000;
}
.content-area,
.featured-area {
	padding-left: 0px;
	padding-right: 16px;
} 
.soloimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.faceimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.specimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.eyesimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.findimg {
  display: none;
}
.aboutimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
}
@media (max-width: 480px) {
	.site-title {
		font-size: 30px;
	}
	#ft-post {
	   /**/ 
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
		width: 100%;
	}
	#ft-post article {
	  /* Just in case there are inline attributes */
		display: inline-block; /* Display inline-block, and absolutely NO FLOATS! */
		margin-bottom: 1px;
		width: 100%
	}
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 100%;
	padding: 8px 4px;
}
.wpcf7-submit{
  background-color: #808080;
    border: none;
    color: #ffffff;
    padding: 25px 50px;
    text-align: center;
		font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active{
  background-color: #c7c8c7;
    color: #bb0000;
}
.content-area,
.featured-area {
	padding-left: 0px;
	padding-right: 16px;
} 
.soloimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.faceimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.specimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.eyesimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.findimg {
  display: none;
}
.aboutimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
}
/* Mobile devices */
@media (max-width: 359px) {
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 100%;
	padding: 8px 4px;
}
.wpcf7-submit{
  background-color: #808080;
    border: none;
    color: #ffffff;
    padding: 25px 50px;
    text-align: center;
		font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active{
  background-color: #c7c8c7;
    color: #bb0000;
}
.content-area,
.featured-area {
  margin-top: 0;
  padding-top: 15px;
	padding-left: 0px;
	padding-right: 16px;
} 
.soloimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.faceimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.specimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.eyesimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.findimg {
  display: none;
}
.aboutimg {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
}
/**
 * 13.0 Print
 * ----------------------------------------------------------------------------
 */
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
}
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 11pt;
	}
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.site {
		max-width: 98%;
	}
	.site-header {
		background-image: none !important;
	}
	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}
	.site-title {
		color: #000;
		font-size: 21pt;
	}
	.site-description {
		font-size: 10pt;
	}
	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}
	.page-title,
	.entry-title {
		font-size: 21pt;
	}
	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 11pt;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.format-image .entry-content .size-full {
		margin: 0;
	}
	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}
	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.comment-metadata {
		float: none;
	}
	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
.site {
 	position:relative;
	border: none;
}
.site:before, 
.site:after {
	content:"";
    position: absolute; 
    z-index:-1;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
} 
.active .da-img img {
	position: relative;
}
.colored-drop ul.nav-container ul, 
.colored-drop .nav-container ul ul {
	background-color: #95c837;
	border-radius: 0px;
	border: none;
}
.colored-drop .nav-container ul ul a,
.colored-drop ul.nav-container ul a {
	color: #ffffff;
	background-color: #95c837;	
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 240px;
}
.colored-drop .nav-container ul ul a:hover,
.colored-drop ul.nav-container ul a:hover {
	color: #ffffff;
	background-color: #333333;
}
.colored-drop ul ul li:last-child a {
	border-bottom: 3px solid #ffffff;
}
.colored-drop ul.nav-container ul .current_page_item > a, 
.colored-drop ul.nav-container ul .current_page_ancestor > a,
.colored-drop .nav-container ul ul .current_page_item > a, 
.colored-drop .nav-container ul ul .current_page_ancestor > a {
	color: #ffffff;
}
.colored-drop .nav-container li:last-child .sub-menu ul,
.colored-drop .nav-container li:last-child .children ul {
	width: 240px;
}
.tx-nopad .site-main {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
* Skull folding loader
*/
.nx-ispload {
	display: none;
}
.nx-preloader .nx-ispload {
	display: block;
	position: fixed;
	background-color: #77be32;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999999999;
	color: #FFF;
}
.nx-preloader .nx-ispload-wrap {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	top: calc( 50% - 20px );
	transform: translateY(-50%);
}
.nx-preloader .nx-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.nx-preloader .nx-folding-cube .nx-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.nx-preloader .nx-folding-cube .nx-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: nx-foldCubeAngle 2.4s infinite linear both;
          animation: nx-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.nx-preloader .nx-folding-cube .nx-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.nx-preloader .nx-folding-cube .nx-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.nx-preloader .nx-folding-cube .nx-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.nx-preloader .nx-folding-cube .nx-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nx-preloader .nx-folding-cube .nx-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.nx-preloader .nx-folding-cube .nx-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes nx-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}
@keyframes nx-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
.nx-show-search .site-header .topsearch span.customize-partial-edit-shortcut button {
	top: -12px;
}
@media (max-width: 767px) {
  .headerwrap {
  height: 0px;
}
  .site-content {
	hyphens: none;
	word-wrap: break-word;
}
	.sidr ul li,
	.sidr ul li ul li {
		font-size: 20px;
		padding: 8px;
		border-bottom: 2px solid #ffffff;
	}
	.sidr ul li a, 	.sidr ul li ul li a {
		background-color: #363636;
		color: #ffffff;
		font-size: 20px;
		padding: 3px;
	}
	.sidr ul li a:focus, 	.sidr ul li ul li a:focus, .sidr ul li a:hover, .sidr ul li ul li a:hover {
		background-color: #808080;
		font-size: 20px;
		padding: 3px;
	}
.soloimg {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  max-width: 75%;
	height: auto;
}
.faceimg {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  max-width: 75%;
	height: auto;
}
.specimg {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  max-width: 75%;
	height: auto;
}
.eyesimg {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  max-width: 75%;
	height: auto;
}
.findimg {
  display: none;
}
.aboutimg {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  max-width: 75%;
	height: auto;
}
#rowimg1, #rowimg2, #rowimg3, #rowimg4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  max-width: 80%;
	height: auto;
}
.fcon a {
  font-family: 'InformaProRegular';
  color: #909090;
  text-decoration: none;
}
strong, b {
  font-weight: 500;
}
.fcon a:hover, .fcon a:focus, .fcon a:active {
  color: #ffbc00;
  font-family: 'InformaProRegular';
  text-decoration: none;
  font-weight: 500;  
}
}