/*
Theme Name: hdCommerce
Theme URI: https://harmonicdesign.ca
Author: Harmonic Design
Author URI: https://harmonicdesign.ca
Description: The offical theme for use with Harmonic Design's HDCommerce eCommerce solution
*/


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	height: 100%;
	line-height: 1.6;
	font-family: "Arial", sans-serif;
	color:#2d2d2d;
}

code {
    background: #efefef;
    padding: 12px;
    display: inline-block;
}

h1 {
	font-size: 1.8em;
	color:#395559;
}

.clear {clear:both;}
.wp-caption {
	max-width: 100%;
}
span.hdc_verified {
    border-radius: 8px;
    padding: 8px 12px;
    background: #4b6764;
    color: #fff;
    font-weight: 400;
    margin-left: 2px;
    font-size: 14px;
    position: relative;
    top: -4px;
}

span.hdc_price {
    border-radius: 8px;
    padding: 8px 12px;
    background: #72c474;
    color: #fff;
    font-weight: 400;
    margin-left: 2px;
    font-size: 14px;
    position: relative;
    top: -4px;
}

#wrapper {
	height: 100%;
}

#header {
	position: relative;
	display: table;
	text-align: center;
	width: 100%;
	height: 45%;
	padding: 24px 0;
	background: url(https://hdselling.com/wp-content/themes/hdCommerce/includes/header.png);
	-webkit-animation: 15s linear 0s normal none infinite animate;
	-moz-animation: 15s linear 0s normal none infinite animate;
	-ms-animation: 15s linear 0s normal none infinite animate;
	-o-animation: 15s linear 0s normal none infinite animate;
	animation: 15s linear 0s normal none infinite animate;
}

#header .header_btn {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 20px;
	color:#222;
	text-decoration: none;
	padding: 8px 12px;
	background: #fff;
}

#header #blogTitle {
	position: absolute;
	width: 100%;
	top: 25%;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
	font-weight: 300 !important;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 12px;
	z-index: 1;
	color: #fff;
}

#header #blogTitle span {
	display: block;
	font-size: 70%;
	margin-top: 10px;
	text-transform: none;
}

#heroGradient {
	opacity: 0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(57,85,19, 0.95);
	background: -moz-linear-gradient(left, rgba(57,85,19, 0.95) 0%, rgba(57,85,89, 0.80) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,85,19, 0.95)), color-stop(100%, rgba(57,85,89, 0.80)));
	background: -webkit-linear-gradient(left, rgba(57,85,19, 0.95) 0%, rgba(57,85,89, 0.80) 100%);
	background: -o-linear-gradient(left, rgba(57,85,19, 0.95) 0%, rgba(57,85,89, 0.80) 100%);
	background: -ms-linear-gradient(left, rgba(57,85,19, 0.95) 0%, rgba(57,85,89, 0.80) 100%);
	background: linear-gradient(to right, rgba(57,85,19, 0.95) 0%, rgba(57,85,89, 0.80) 100%);
}

.hd_button {
    background: #4b6764;
    border: 0;
    padding: 12px 22px;
    height: auto;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}


.decor-wrapper {
	width: 100%;
	height: 46%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.decor {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.decor.bottom {
	bottom: -1px;
}

svg:not(:root) {
	overflow: hidden;
}

#navigation {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	border-bottom: 3px solid #efefef
}

#navigation ul {
	padding-bottom: 12px;
	margin: 0;
	float: right;
	list-style: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

#navigation li {
	float: left;
	list-style: none;
	margin-right: 22px;
}

#navigation li a {
	text-decoration: none;
	display: block;
	color: #395559;
	font-size: 1.1em
}

#navigation li a:hover {
	color:#000;
}

#content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}


@-webkit-keyframes animate {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 500px 0;
	}
}

@-moz-keyframes animate {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 500px 0;
	}
}

@-o-keyframes animate {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 500px 0;
	}
}

@keyframes animate {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 500px 0;
	}
}



.single-post_type_addons #content {
	max-width: 900px;
	margin-top: 20px;
	
}

.single-post_type_addons #addon_image {
	float:left;
	width: 250px;
	border: 2px solid #efefef;
}

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


.single-post_type_addons #addon_short {
	float:right;
	width: calc(100% - 270px)
}



input[type="text"], input[type="email"], input[type="number"], select, textarea {
  border: 2px solid #2d2d2d;
  background: transparent;
  padding: 12px 12px;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #2d2d2d;
}

.hdSubmit {
  border: 3px solid #2d2d2d;
  background: transparent;
  padding: 12px 12px;
  display: inline-block;
  color: #2d2d2d;
  float: right;
  cursor:pointer;
}

.hdSubmit:hover {
	background: #2d2d2d;
	color:#fff;
}

#product_short_content {
	text-align: right
}


a .hdc_category_product_inner {
	color:#2d2d2d
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	
	.header_btn {display: none}
	
	#header #blogTitle span {
		font-size: 50%;
	}
	#navigation, #content {
		padding: 22px;
	}
	
	.single-post_type_addons #addon_image, .single-post_type_addons #addon_short{
		float:none;
		width: auto
	}
	
}
