/*
Theme Name: DustinAbbott.net
Description: Theme for DustinAbbott.net
Author: Dallas Read
Version: 1.0
*/

.nextgen_pro_grid_album .caption_link {
	display: none !important;
}

.nextgen_pro_grid_album .image_container {
	padding: 20px 20px 0px 20px;
}

.da_pagination {
	background: rgba(0, 0, 0, 0.1);
	padding: 15px 15px 15px 15px;
}

@media all and (min-width: 980px) {
	.table {
		display: table;
	}

	.tr {
		display: table-row;
	}

	.td {
        display: inline-block;
	    padding: 10px 15px;
	    text-align: center;
	}
}

.cta_widget_close, .cta_widget_open {
	text-decoration: none;
}

.cta_widget[data-style='box'] .cta_field label {
	display: none;
}

.cta_widget[data-style='box'] input {
	box-shadow: none;
}

.cta_widget[data-style='inline'] {
	margin-bottom: 50px;
}

.cta_widget .cta_content h4 {
	margin-bottom: 10px;
	color: #81705D;
	line-height: 1.3em;
}

.cta_widget .cta_content .cta_action_field {
	margin-top: 10px;
}

.cta_widget[data-style='inline'] button {
	border: 0;
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
	text-transform: none;
	box-shadow: none;
	color: #fff;
	background: #009BC1;
}

.cta_widget[data-style='inline'] label {
	display: none;
}

.cta_widget[data-style='inline'] input {
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 8px 6px;
	box-shadow: none;
}

.cta_widget[data-style='inline'] .cta_field input[type='email'] {
	margin-top: -1px;
}

.cta_widget[data-style='inline'] h3 {
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	font-family: Trajan Pro;
}

.widget .post-date {
	font-size: .8em;
	color: #81705D;
}

.blog_categories a {
  color: #4C3722;
  text-decoration: none;
}

.blog_categories .date {
  color: #81705D;
  font-size: .8em;
}

.alignleft {
	float: left;
	margin: 0 .9em .9em 0 !important;
}

.alignright {
	float: left;
	margin: 0 0 .9em .9em !important;
}

.fb-like {
	padding-top: 20px !important;
}

* {margin: 0; outline: 0; }

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

.post_content h3 { margin-top: 40px; margin-bottom: 10px; font-size: 1.5em; }
.comment-list, .reviews { list-style: none; background: rgba(0, 0, 0, 0.1); padding: 40px; border: 1px solid rgba(0, 0, 0, 0.2); color: #4C3722; }
.post_content .comment-list p { margin: 0; }
.reply { margin-bottom: 3em; }
.reply a {float: right; }
.comment-meta { margin-bottom: 7px; }
.comment-meta a { color: #81705D; font-size: .8em; text-decoration: none; }
.comment-author { font-weight: bold; }
.comment-list a { font-weight: inherit; font-style: inherit; color: #4C3722; }
.comment-reply-link { font-size: .8em; color: #4C3722; }
.reviews ul { margin-top: 20px; }
.reviews { margin-bottom: 40px; }

/* BODY */

img {
  border: 0;
}

body {
  margin-top: 1.8em;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
  background: url(images/blotchy.png) top #d6cbaf;
}

#site_wrapper {
  margin: 0 auto;
	width: 100%;
}

/* FONTS */

.trajan {
  font-family: Trajan Pro;
}

/* NAV */

#nav_wrapper {
  background-color: #2e210e;
  background-image: url(images/navgradient.png);
  background-repeat: repeat-x;
  background-position: top;
  color: #d6cbaf;
  font-size: .8em;
  display: inline;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  zoom: 1;
  box-shadow: 0px 0px 4px #111;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
  z-index: 999;
}

#menu-header {
  display: inline-block;
  margin-left: -40px;
}

#menu-header li {
  display: inline;
}

#header_right {
    margin-top: -15px;
}

#menu-header a {
  color: #d6cbaf;
  text-decoration: none;
  display: inline-block;
  padding: .6em 10px .4em 10px;
  font-size: .9em;
}

#menu-header .current-menu-item a {
	color: #eee;
	font-weight: bold;
}

#menu-header a:hover {
  color: #eee;
}

.subnav {
  display: none;
}


/* HEADER */

#header {
  padding-bottom: 25px;
	margin: -30px 0 40px 0;
}

#header_left {
  text-align: center;
  width: 262px;
}

.logo {
  max-width: 100%;
}

.main_testimonial {
  width: 260px;
  font-size: .8em;
  text-align: center;
  float: right;
  font-style: oblique;
  margin: 20px 0 0 0;
  color: #2e210e;
  line-height: 1.5em;
}

.main_testimonial .name {
	margin-top: .4em;
	text-align: right;
}

.main_testimonial .content {
	text-align: left;
}

.main_testimonial .company {
	display: none;
}

#logo {
  margin: 60px 0 0 0;
}


/* MAIN */

#main {
  clear: both;
  padding: 30px 0px;
}

#main h1 {
	color: #4C3722;
	margin-right: 20px;
	font-size: 1.4em;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}

#footer {
	border-top: 1px solid #2e210e;
	border-bottom: 1px solid #2e210e;
	padding: 20px 0px;
}

#three_boxes {
  list-style: none;
	margin: 0 0 0 -40px;
}

#three_boxes li {
  float: left;
  width: 32%;
  text-align: center;
  padding-right: 2%;
}

#three_boxes li.last {
  padding-right: 0px !important;
}

#three_boxes img {
  max-width: 100%;
  border-radius: 6px;
}

.mid_footer {
	border-top: 1px solid #2e210e;
	padding: 20px 0px;
}

#six_boxes {
  list-style: none;
  margin: 0 0 0 -40px;
}

#six_boxes li {
  float: left;
  width: 15.83%;
  text-align: center;
  padding-right: 1%;
}

#six_boxes li:last-child {
    padding-right: 0;
}

#six_boxes li.last {
  padding-right: 0px !important;
}

#six_boxes img {
  width: 100%;
  border-radius: 6px;
}

/* FOOTER */

#footer_wrapper {
  clear: both;
  font-size: .8em;
	line-height: 1.9em;
  display: inline;
  text-align: center;
}

#footer_wrapper a {
  color: #2e210e;
  text-decoration: none;
}

#menu-footer {
	margin: 0 0 0 -40px;
  padding-top: 20px;
  list-style: none;
}

#menu-footer li {
  display: inline;
}

#menu-footer a {
  padding: 0 13px;
}

#copyright {
  font-size: .8em;
  color: #815C26;
  margin: 20px 0 40px 0;
}

#main_left {
	float: left;
	width: 630px;
}

.page-id-2935 #site_wrapper, .single-post #site_wrapper, .blog #site_wrapper {
	max-width: 1180px;
}

.page-id-2935 #main_left, .single-post #main_left, .blog #main_left {
	width: 66%;
	max-width: 830px;
}

#main_left h1 {
	font-size: 2.3em;
}

#main_left h2, #main_left h3 {
	display: inline-block;
}

#main_left img {
	border: 1px solid #B59D82;
	margin: 0;
	max-width: 100%;
}

#main_left h2 {
	color: #4C3722;
	margin-right: 20px;
	font-size: 1.4em;
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
}

#main_left .excerpt {
	margin-bottom: 30px;
}

#main_left h3 {
	color: #81705D;
	font-weight: normal;
	font-size: 1em;
}

#main_left .testimonial {
	margin: 40px 0px;
}

#main_left .testimonial .name {
	font-weight: bold;
	font-family: Trajan Pro;
	text-align: right;
	color: #81705D;
	margin-top: 10px;
}

#main_left .testimonial .content {
	font-size: 1.1em;
}

#sidebar {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
	width: 270px;
	border-left: 1px solid #9B8562;
	font-size: .9em;
}

#sidebar .widget {
	margin: 0 0 50px 0px;
}

#sidebar .widget ul {
	list-style: none;
}

#sidebar .widget li {
	margin: 0 0 4px -38px;
}

#sidebar .widget a {
	color: #81705D;
	text-decoration: none;
}

#sidebar .widget a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	font-family: Trajan Pro;
}

.post_content h1 {
	color: #3a2e18;
}

.excerpt {
	padding-bottom: 10px;
}

.post_content h1 a {
	color: #3a2e18;
	text-decoration: none;
}

.post_content h1 a:hover {
	text-decoration: underline;
}

.entry-content {
	margin-top: 0px;
}

.post_content p, #main_left p, #main_left img {
	color: #3a2e18;
	margin: 20px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	max-width: 100%;
}

#main_left li {
	font-size: 1.1em;
	line-height: 1.5em;
}

.post_content blockquote {
	margin-left: 20px;
	color: #9A7A3F;
	font-style: oblique;
}


/* RANDOMS */

.inset {
  box-shadow: inset 2px 2px 6px #111;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#111', Direction=135, Strength=3);
}

.inset img {
  z-index: -1;
  position: relative;
  margin-bottom: -5px;
}


/* Forms */
input[type=text], input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px #4C3722;
	-webkit-box-shadow: inset 0 1px 1px #4C3722;
	box-shadow: inset 0 1px 1px #4C3722;
	border: 1px solid #B7A58E;
	color: #333;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text], input[type=email], textarea {
	padding: 5px;
}
input#s {
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	font-size: 1em;
}
input#searchsubmit {
	display: none;
}

.button {
	background: url(images/buttonbg.png) 0px 0px;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	box-shadow: 1px 1px 5px #999;
	cursor: pointer;
	outline: none;
}

.button:hover {
	background-position: 0px -11px;
}

.brown {
	background-color: #2e210e;
}

.red {
	background-color: #990101;
}

.large {
	font-size: 1.4em;
	padding: .5em 2em;
}

.medium {
	font-size: 1em;
	padding: .5em 1.75em;
}

.small {
	font-size: .8em;
	padding: .5em 1.5em;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


.noshop-product {
	clear: both;
	margin: 0 0 40px 0;
}

.noshop-product-imagebox {
	float: left;
	width: 180px;
	margin: -20px 0 0 0;
}

.noshop-product-imagebox img {
	max-width: 100%;
	border: 0 none !important;
}

.noshop-product-textbox {
	float: right;
	width: 320px;
	color: #563D1A;
}

.noshop-product-title {
	font-size: 1.8em;
	color: #2e210e;
	margin: 0 0 8px 0;
}

.noshop-product-textbox a {
	text-decoration: none;
}

.noshop-product-subtable {
	margin: 0 0 20px 0;
}

.noshop-product-spec {
	width: 120px;
	display: inline-block;
}

.noshop-product-spec:last-child {
	color: blue;
	font-weight: bold;
}

.noshop-product-spec:first-child {
	color: red;
	text-decoration: line-through;
	font-weight: bold;
}

.noshop-product-spec .noshop-product-spec-var {
	margin: 0;
	font-size: .8em;
}

.noshop-product-spec .noshop-product-spec-val {
	margin: 0;
	font-size: 1.7em;
}

.read_more {
	color: #81705D;
}

.slideshowlink {
	display: none;
}

/*.ngg-galleryoverview img {
	width: 173px;
}*/

#photgraphy_ul {
	list-style: none;
	margin: 0 0 0 -40px;
}

#photgraphy_ul li {
	width: 250px;
	float: left;
	margin-right: 40px;
	line-height: 1em;
}

.gallery_link img {
	margin: 0 0 20px 0 !important;
}

.archive-excerpt {
  /*clear: both;*/
  font-size: .9em;
  padding-bottom: 40px;
  width: 42%;
  float: left;
}

@media all and (min-width: 980px) {
	.archive-excerpt:nth-of-type(2n) {
	    margin-left: 3%;
	}

	.archive-excerpt:nth-of-type(2n + 1) {
	    clear: both;
	}
}

@media all and (max-width: 980px) {
	.archive-excerpt {
	    float: none;
	    clear: both;
	    width: auto;
	    margin-left: 0 !important;
	}
}

.archive-excerpt .h1 {
  text-decoration: none !important;
}

.action-bar {
	width: 100%;
	background: #22190C;
	border-radius: 4px 4px 0 0;
	text-align: center;
	font-family: Trajan Pro, Georgia;
	font-size: 14px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#social_bar td {
	width: 16.5%;
}

#article_bar, #show_article_bar {
	background: #7e626e;
	border-radius: 0 0 4px 4px;
	display: table;
}

#show_article_bar {
	display: none;
}

#show_article_bar a {
	padding: 10px;
	display: block;
	box-sizing: border-box;
}

.mid_footer #article_bar, .mid_footer #show_article_bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#603d7f+0,3f1a59+100 */
background: #603d7f; /* Old browsers */
background: -moz-linear-gradient(top,  #603d7f 0%, #3f1a59 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #603d7f 0%,#3f1a59 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #603d7f 0%,#3f1a59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#603d7f', endColorstr='#3f1a59',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
}

#article_bar td {
	display: table-cell;
}

.action-bar img {
	vertical-align: middle;
	width: 31px;
	margin-right: 7px;
}

.action-bar a {
	display: block;
	color: #fff;
	padding: 8px 0px;
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.action-bar a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.archive-nav {
	margin-top: 30px;
	padding-bottom: 80px;
	display: block;
}

.archive-nav a {
	background: #81705D;
	color: #fff;
	padding: 7px 15px;
	text-decoration: none;
}

.archive-previous {
	float: right;
	display: inline-block;
}

.archive-next {
	float: left;
	display: inline-block;
}

.related_articles {
	margin-top: 30px;
}

.related_articles img {
	display: block;
	width: 110px;
	height: 110px;
}

.related_article {
	width: 21%;
	float: left;
	padding: 2%;
	max-width: 110px;
}

.related_article:nth-child(4n + 1) {
	clear: both;
}

.related_article a {
	color: #4C3722;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

#menu-header li.show_menu {
	display: none;
}

.ss-social-sharing {
	position: fixed;
	right: 0;
	top: 35%;
	width: 45px !important;
}

a.ss-button-facebook, a.ss-button-googleplus, a.ss-button-twitter, a.ss-button-linkedin {
	display: block !important;
	margin: 0.25% 0 !important;
}

.image_container {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.image_container a {
	text-decoration: none;
}

@media all and (min-width: 980px) {
	#site_wrapper {
	  max-width: 980px;
	}
}

@media all and (max-width: 980px) {
	#amazon_store {
		display: none;
	}

	#nav_wrapper {
		position: static;
		display: block;
	}

	#site_wrapper {
		padding: 2%;
		width: 96%;
	}

	#header {
		text-align: center;
	}

	#header_left {
		width: 100%;
		float: none;
	}

	.main_testimonial {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
		float: none;
	}

	#header_right {
		float: none !important;
	}

	#header_right div:first-of-type {
		max-width: 100% !important;
		max-height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	iframe {
	
	}

	#main_left {
		float: none;
		width: 96%;
	}

	#main_right, #sidebar {
		float: none;
		width: 96%;
		border-left: none;
		border-top: 3px solid #9B8562;
		padding: 40px 0px 0px 0px;
		margin: -30px 0 0 0;
	}

	#footer {
		border-top: 3px solid #9B8562;
		border-bottom: 3px solid #9B8562;
	}

	.action-bar .word {
		display: none;
	}

	#article_bar {
		display: none;
	}

	#show_article_bar {
		display: block;
	}

	#menu-header a {
		padding: 12px 10px;
	}

	#logo {
		margin-bottom: 30px;
	}

	.menu-header-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#sidebar .widget {
		margin-bottom: 20px;
	}

	#menu-header {
		background-color: #2e210e;
	}

	body {
		margin-top: 0;
	}

	#menu-header li {
		display: none;
	}

	#menu-header li.show_menu {
		display: block;
	}

	#menu-header.show_menu li, #menu-header.show_menu li.show_menu {
		display: inline;
	}

	.cta_widget.cta_appearance.cta_minimal[data-style="box"] {
		display: none !important;
	}

	.noshop-product {
		margin-bottom: 30px;
	}

	.blog_categories {
		padding: 0px;
	}

	.post_content img, .entry-content img {
		width: 100%;
		max-width: 100%;
	}

	.related_article {
		width: 46%;
		float: left;
		padding: 2%;
		max-width: 46%;
	}

	.related_articles {
		margin-bottom: 30px;
	}

	.wp-caption {
		max-width: 100% !important;
	}

	.ss-social-sharing {
		position: fixed;
		left: auto;
		top: auto;
		bottom: 0;
		right: 0;
		width: auto !important;
	}

	a.ss-button-facebook, a.ss-button-googleplus, a.ss-button-twitter, a.ss-button-linkedin {
		display: inline-block !important;
		margin: 0 !important;
	}

	#main_left p, #main_left li, #main_left img {
		font-size: 1em;
		line-height: 1.4em;
	}

	.page-id-2935 #main_left, .single-post #main_left, .blog #main_left {
		width: 100%;
		max-width: 100%;
	}
}

.archive-excerpt {
	font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 30px;
}

.archive-excerpt a {
	display: block;
	text-decoration: none;
}

.archive-excerpt .title {
	font-weight: bold;
	color: #2e210e;
	display: block;
	float: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 4px;
	width: 78%;
}

.archive-excerpt .date {
	display: block;
	float: right;
	color: #81705D;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	width: 22%;
	text-align: right;
}

.post_content .archive-excerpt .quick-excerpt, #main_left .archive-excerpt .quick-excerpt {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
	color: #81705D;
}

.archive-excerpt .clear {
	display: block;
}

.archive-excerpt .img-wrapper {
	margin-top: -5px;
	margin-bottom: -20px;
}

.archive-excerpt .quick-excerpt.has_no_thumbnail {
	padding-bottom: 20px;
}

.ngg-pro-masonry {
	margin-bottom: 60px !important;
}

.cse .gsc-control-cse, .gsc-control-cse, .gsc-result {
	background: transparent !important;
	border-color: transparent !important;
}

.review-thumbs h2 {
	width: 100%;
	background: #22190C;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-family: Trajan Pro, Georgia;
    font-size: 14px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: block;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 20px;
    margin-top: 40px;
    clear: both;
}

.review-thumb {
	float: left;
	width: 150px;
	height: 250px;
	overflow: hidden;
	font-size: 14px;
	margin-right: 13px;
}

.review-thumb a {
	color: #22190C;
	font-weight: bold;
}

.review-thumb img {
	margin-bottom: 6px;
}

.category-thumbnails-content .reviews {
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.video_wrapper input[type="text"] {
	width: 75%;
}

.video_wrapper button {
	width: 20%;
}

.video_wrapper input[type="text"], .video_wrapper button {
	padding: 7px;
	font-size: 15px;
}

.video-search, .video_wrapper {
	margin-bottom: 30px;
}

.video_wrapper .archive-excerpt {
	width: 40%;
	margin: 0 3% 30px 0;
	clear: none;
}

@media all and (max-width: 980px) {
	.video_wrapper .archive-excerpt {
		width: auto;
		margin: 0;
	}
}
