/**
 *
 Theme Name: D to D Sales
 Theme URI: 
 Description: 
 Version: 0.0.1
 Author: Ovid Burke
 Author URI: https://www.netmediainfo.com/

 Copyright: (c) 2014 Ovid Burke (NetMedia Information Solutions)
 License: GNU General Public License
 License URI: license.txt

 Tags: fixed-layout, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
 Text Domain: d2dsales
 *

 *
 * @file	: d2dsales/style.css
 * @author	: Ovid Burke (ovid@netmediainfo.com)
 *
 * @purpose	: 
 *
 **/
 
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Raleway:300,400,600,700');
@import url('assets/webfonts/webfonts.css');
html, body { }
html {
	font-family: sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	line-height: 1.25;
	font-family: 'Lato Regular', sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	color: #464646;
	background: #DCDCCE;
	overflow-x: hidden;
}
embed, iframe, object, video {
	max-width: 100%;
	height: auto;
}
iframe { border: 0; }
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
menu, nav ol, nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { font-weight: 700; }
th[scope=col] { }
th[scope=row] { text-align: left; }
pre, code, tt { font-family: "Courier New", Courier, monospace; }
address, cite {
	display: inline-block;
	font-style: oblique;
}
acronym, abbr { display: inline-block; }
acronym[title], abbr[title] { border-bottom: 1px dotted #58B335; }
acronym { text-transform: uppercase; }
small { font-size: 0.76rem; }
sub, sup {
	position: relative;
	font-size: 0.8rem;
	line-height: 0;
}
sup { top: -5px; }
sub { bottom: -5px; }
ins { text-decoration: none; }
strike, del { text-decoration: line-through; }
a {
	text-decoration: none;
	color: #008348;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #005C33;
}
button, input, select, textarea {
	font-family: sans-serif;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
button, input[type=submit], input[type=reset] {
	background: #F0F0F0;
	border: none;
	font-size: 1em;
	cursor: pointer;
}
*[disabled] { }
*[readonly] { }
:focus { outline: none; }
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.25;
}
h1 { }
h1:first-child { }
h2 { }
h2:first-child { }
h3 { }
h3:first-child { }
h4 { }
h4:first-child { }
h5 { }
h5:first-child { }
h6 { }
h6:first-child { }
p {
	margin: 10px auto;
	line-height: 1.25;
}
p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }
p:empty, li:empty, ul:empty, ol:empty, a:empty { display: none; }
.help, .hint, .more, .note { }
.required { }
.label { }
.hide { display: none; }
.show { display: block; }
.bx-shadow { box-shadow: 0px 0px 2px 0px #E0E0E0; }
div { position: relative; }
.off-canvas-wrap, .outer-page-wrap, .inner-page-wrap {
	width: 100%;
	height: 100%;
}
.off-canvas-menu { }
.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
	clear: both;
}
.wrapper:before, .wrapper:after { }
.container {
	position: relative;
	width: 960px;
	height: inherit;
	min-height: 100%;
	margin: 0 auto;
}
.container:before, .container:after { }
.row {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
	clear: both;
}
.row:before, .row:after { }
.column, .col {
	display: inline-block;
	float: left;
}
.col-01 { width: 080px; }
.col-02 { width: 160px; }
.col-03 { width: 240px; }
.col-04 { width: 320px; }
.col-05 { width: 400px; }
.col-06 { width: 480px; }
.col-07 { width: 560px; }
.col-08 { width: 640px; }
.col-09 { width: 720px; }
.col-10 { width: 800px; }
.col-11 { width: 880px; }
.col-12 { width: 960px; }
.wrap {
	display: block;
	margin: 10px 10px;
}
.wrap + .wrap { margin: 0 10px 10px 10px; }
.wrap > .wrap { margin: 10px 10px; }

.head-wrap { border-bottom: 3px solid #C0C0A9; }
.head-span .col-08 { height: 100%; }
.head-span .col-08 nav.wrap {
	width: auto !important;
	float: right;
	/*margin-top: 20px;*/
	text-align: right;
}
.main-menu {
	font-family: 'Lato Regular', sans-serif;
	font-size: 14px;
}
.main-menu li {
	display: inline-block;
	margin: 0 0 0 1px;
	float: left;
	background: #F8F8F8;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.main-menu li:hover, .main-menu li.current-menu-item  { background: #008348; }
.main-menu li a {
	display: block;
	padding: 4px 6px;
	color: #3B3A38;
}
.main-menu li:hover a, .main-menu li.current-menu-item a  { color: #F8F8F8; }
.main-menu > li:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.main-menu > li:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.menu-span {}
.deco-span {
	margin-top: 20px;
	height: 160px;
	background: #C0C0A9 url(https://img1.d2dsalesandmarketing.com/deco-bg.jpg) center top no-repeat;
	background-size: 100%;
	box-shadow: 0 4px 8px -2px #010101;
}
.deco-span.home-page { height: 240px }
.deco-span .banner {
	position: relative;
	height: 100%;
}
.home-name {
	display: inline-block;
	position: absolute;
	left: 1px;
	bottom: 3px;
	z-index: 9;
	padding: 7px 11px 10px 11px;
	background: #008348;
	color: #FFFFFF;
	line-height: 100%;
	font-size: 20px;
	font-weight: 300;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page-name {
	display: inline-block;
	position: absolute;
	left: 1px;
	bottom: 3px;
	z-index: 9;
	padding: 7px 11px 10px 11px;
	background: #008348;
	color: #FFFFFF;
	line-height: 100%;
	font-size: 25px;
	font-weight: 300;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.main-wrap { background: #F8F8F8 url(https://img1.d2dsalesandmarketing.com/main-bg.png) repeat; }
.main-wrap > .container { 
	background: #F8F8F8;
	box-shadow: 0 2px 8px -2px #010101;
}
.content {}
.content.front-page { padding-top: 15px; }
.content article { }
.content article h2 { 
	font-size: 18px;
	font-weight: 600;
	color: #010101;
}
.content article ul, .content article ol { margin: 1px 0 1px 32px; }
.content article ul { list-style: disc; }
.content article strong { font-weight: 600; }
#location { margin-bottom: 20px !important; }
.map-address { margin: 10px 0; }
.map-address .map {
	width: 380;
	height: 240px;
	margin-right: 20px;
}
.map-address .map iframe {
	height: 240px;
	border: 1px solid #DCDCCE;
}
.map-address .adr { width: 260px; }
.map-address .adr address { font-style: normal; }
.map-address .adr address h4 { font-weight: 600; }
.map-address .adr address p { margin: 2px auto; }
.map-address .adr address p.tel { margin-top: 15px; }
.sidebar { }
.widget { }
#contact-form { }
#contact-form .wrap {
	padding: 10px;
	background: #DCDCCE;
	border-radius: 3px;
}
#contact-form .wrap h2 { margin-bottom: 15px; }
.field-set { margin: 5px 0; }
.field-set label {
	display: block;
	float: left;
	clear: both;
}
.field-set label + [type=text] {
 width: 100%;
 height: 28px;
 margin: 3px 0;
 padding: 2px 3px;
}
.field-set label + textarea {
	width: 100%;
	height: 160px;
	margin: 3px 0;
	padding: 2px 3px;
}
.field-set [type=submit] { float: right; }
.field-set .button {
	background: #008348;
	color: #F8F8F8;
	font-weight: 600;
	padding: 5px 6px;
	border-radius: 3px;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.field-set .button:hover { background: #005C33; }
#special-call { }
#special-call .wrap {
	padding: 10px;
	background: #AA004C;
	color: #F8F8F8;
	border-radius: 3px;
}
#special-call .wrap .lead {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
#special-call .wrap .call {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}
#special-call .wrap .mail {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
#special-call .wrap a { color: #F8F8F8; }
#special-call .wrap a:hover { color: #F8F8F8; }
.foot-wrap {
	font-size: 12px;
	font-size: 1.2rem;
	color: #F8F8F8; 
	border-top: 1px solid #C0C0A9;
}
.foot-wrap > .container {
	margin-top: 3px;
	padding: 5px 0; 
	background: #008348;
	box-shadow: 0 2px 8px -2px #010101;
}
.foot-menu { }
.foot-menu li {
	display: inline-block;
	margin: 0 10px 0 0;
	float: left;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.foot-menu li:hover { }
.foot-menu li a {
	display: block;
	color: #F8F8F8;
}
.foot-menu li:hover a {
	color: #F6F6F6;
	text-decoration: underline;
}
.foot-menu > li:first-of-type { }
.foot-menu > li:last-of-type { margin-right: 0 !important; }
.copy-cite { text-align: right; }
/* wp compat */
.says, .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 12px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	font-size: 11px;
	padding: 5px 0;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.alignleft {
	display: inline;
	float: left;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	display: inline;
	float: right;
}
/* notifications */
.notice {
	background: #FFFFFF;
	border-left: 4px solid #F5F5F5;
	-webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
	margin: 5px 10px 2px;
	padding: 1px 10px;
}
.notice h4 { }
.notice ul {
	list-style: square; 
	margin: 1px 0 1px 15px;
}
.notice ul li, .notice p {
	margin: 2px 0;
	padding: 2px;
}
.notice-s { border-color: #7ad03a; }
.notice-a { border-color: #ffba00; }
.notice-e { border-color: #dd3d36; }
.notice-i { border-color: #2ea2cc; }
.notice-h { border-color: #2ea2cc; }
/* proprietary */
hashtag { display: inline-block; }
hashtag:before { content: "#"; }
/* clearings */
.clearfix:before, .clearfix:after, .wrapper:before, .wrapper:after, .container:before, .container:after, .row:before, row:after {
	display: block;
	content: "";
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
}
.clearfix:after, .wrapper:after, .container:after, .row:after { clear: both; }
.clear {
	display: block;
	content: "";
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	clear: both;
}
/* media queries */
@media only screen and (max-width: 480px) {
	.container {
		width: 100%;
		margin: 0;
	}
	.column { width: 100%; }
	.column { width: 100%; }
	.head-wrap .col-08 nav.wrap {
		width: 100%;
		float: none;
		margin-top: 15px;
		text-align: center;
	}
	.head-wrap .column .wrap { text-align: center; }
	#main-logo {
		width: 35%;
		height: auto;
	}
	nav.wrap ul li { 
		margin: 0 5px;
		float: none;
	}
	.main-menu li { margin: 0 1px !important; }
	.main-menu li a { display: inline-block !important; }
	.foot-menu li {
		display: inline-block;
		width: auto;
	}
	.deco-span, .deco-span.home-page { height: 84px; }
	.page-name { left: 10px; }
	.home-name { left: 10px; }
	.col.map, .col.adr { 
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}
	.foot-wrap .container > div:last-of-type { display: none; }
	.foot-wrap .column, .copy-cite { text-align: center; }
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
