/*
Theme Name: Ataxplan Digital Store Theme
Theme URI: http://easydigitaldownloads.com/themes/digitalstore
Description: Ataxplan child theme based on a Digital Store Theme
Version: 1.0
Author: Clearpoint Design
Template: Digital-Store
*/
@import url('../Digital-Store/style.css');

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

/* =Typography
-------------------------------------------------------------- */
body {	
	background:#a8865f;
	line-height: 1.5em;
	color:#000;
	border:none;
	}
a {
	text-decoration: none;
	color: #660000;
	}
h1 a, h2 a, h3 a, h4 a {
	color: #000;
	}

h1 {
	color:#660000;
}
h2 {
	color:#993300;
	margin-bottom:0;
}
h3 {
	color:#660000;
}

em, i {
	font-style:italic !important;
}

/* =Branding
-------------------------------------------------------------- */
#masthead {
	margin-top:1em;
	padding:1em 0 .5em 0;
	background:#FC6;
	border: 2px solid #fff;
    border-radius: 16px;
	}
#branding h1 {
	padding-top:.5em;
	margin-left:.5em;
}
#branding h1 a:hover {
  color: #000;
}
/*adds background box to first letter of site title*/
#branding h1::first-letter { 
    color: #fff;
	background:#600;
	padding-left:.2em;
	padding-right:.2em;
	border:1px solid #ffe6b5;
}

/* =Access
-------------------------------------------------------------- */
#access ul.menu ul {
	background: #ffe6b5;
	border: 1px solid #c18a1c;
	border-radius:5px;
}
ul.menu ul li a {
	font-weight:normal;
	font-size: 1em;
	line-height:1em;
}
/*submenu indicator arrows*/
#access .caret {
    border-top-color: #C18A1C;
    margin-top: 0.5em;
}
.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: top;
    border-top: 0.286em solid #C18A1C;
    border-right: 0.286em solid transparent;
    border-left: 0.286em solid transparent;
    content: "";
}

/* =Main
-------------------------------------------------------------- */
#main, #secondary {
  border-top: none;
  padding-top: 1em;  
  padding-left:.5em;
}
#main {
	margin-top:1em;
	margin-bottom:1em;
	background-color:#FFF;   
	border: 2px solid #fff;
    border-radius: 16px;
}

/* =Secondary
--------------------------------------------------------------*/
#secondary {
	margin-top:1em;
	background-color:#ffe6b5;	
	border: 2px solid #FC6;
    border-radius: 16px;
}
#secondary h4.widget-title {
	clear:both;
  border-bottom: 1px solid #c18a1c;
  margin-right:.5em;
}
#secondary h4.widget-title, #secondary p, #secondary li {
	padding-left:.5em;
	padding-right:1em;
}
#complementary {
padding-top: 0;
border-top: none;
}
#complementary.sidebar {
	display:none;
}

/* =Sidebars
-------------------------------------------------------------- */
.widget-title { 
	font-size:1.2em;
	color:#990000;
	}
#secondary h4.widget-title {
	padding-left:0.2em;
}
.widget h4.widget-title {
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #c18a1c;
}
.widget {
  padding-bottom: 1.5em;
  color: #8b8b8b;
}

.widget li {
  margin-bottom: 0.615em;
}
.widget_search input {
	margin-left:.5em;
	border: 1px solid #FC6;
	padding: 0.385em 0.385em 0.462em 0.385em;
	width: 90%;
	box-sizing: border-box;
}
.widget_search .button, .widget_search label {
  display: none;
}

.widget .social-links a {
  margin-right: 0.769em;
  margin-bottom: 0.769em;
}

.widget .social-links a:hover {
  border: none;
}
.menu-login-container {
	margin-bottom:1em;
}
.widget_nav_menu {
	margin-bottom:2.5em;
}

/* =Content
--------------------------------------------------------------*/
.edd_download_inner {
	padding-right:1em;
}
h2.entry-title {
	margin-bottom:.5em;
	/*font-size:1.25em;*/
}
.entry-content h2.seminar {
	margin-bottom:0;
	font-size:1em;
}
.entry-content ul li {
	margin-bottom:.5em;
	list-style:disc !important;
}
/*hides list bullet in slider -important!*/
.entry-content .metaslider li {
	list-style:none !important;
}
.entry {
	padding-left:1em;
	padding-right:1.5em;
}
h1.page-title {
	font-size:1.5em;
}
.home h1.page-title {
	display:none;
}
div#news {
	float:left;
	margin-right:.8em;
	width:30%;
	padding:.5em;
	background:#FFD7B5;
	border:1px solid #E4AD3F;
	border-radius:8px;
}
div#downloads {
	float:left;	
	width:30%;
	padding:.5em;
	background:#FFE6B5;
	border:1px solid #E4AD3F;
	border-radius:8px;
}
div#books {
	float:right;
	margin-bottom:.5em;
	width:30%;
	padding:.5em;
	background:#FFF2B5;
	border:1px solid #E4AD3F;
	border-radius:8px;
}
div#books p, div#downloads p {
	margin-bottom:0;
}
div#news h2, div#downloads h2, div#books h2 {
  font-family: 'Cambo';
  font-weight: 400;
}

/* =Blog
-------------------------------------------------------------- */
.entry-meta {
	display:none;
}

/* =Blockquote
-------------------------------------------------------------- */
.entry-content blockquote {
padding-left: 0;
font-style: italic;
font-size:1.25em;
border-left: none;
margin-top: 0.5em;
color: #993300;
}

/* =Images
-------------------------------------------------------------- */
.alignnone, .alignleft {
  margin: 0.538em .5em .5em 0;
}

.aligncenter {
  display: block;
  margin: 0.538em auto;
}

.alignright {
  float: right;
  margin: 0.538em 0 .5em .5em;
}

.wp-caption, .gallery-caption {
  background: #fff;
  max-width: 100%;
  padding: 0.583em 0.333em 0 .5em;
  text-align: center;
}
.bulletin-box {
	float: left;
    width: 145px;
    height: 96px;
    margin: 0.24em;
}

/* =Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:auto;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}
td h2 {
	margin-bottom:0;
	font-size:1em;
}
td ul {
	margin-top:0;
	margin-bottom:
}
td ul li {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
table .noBorder {
	border:none !important;
	border-left:none;
}
table .noBorder td {
 	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
}

/* =Buttons
---------------------------------------------------------------*/
#container a.button {
	border:0;
	color:#FFF !important;
}
.edd_download_excerpt {
	margin-right:0.5em;
}
.edd-submit.button {text-shadow:#999; box-shadow:none;}
/*changes add to cart and checkout button text color*/
.edd-add-to-cart-label, #container a.edd_go_to_checkout {
	color:#FFF !important;
}
/*.edd_download_buy_button {
	border:none;
}*/

/* =Cart Widget
-------------------------------------------------------------- */
li.edd-cart-item {
  overflow: hidden;
  padding: 0.769em 0.769em 0.615em;
  border-bottom: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  background-color:#C6EAF4;
}

li.edd-cart-item:first-child {
  border-top: 1px solid #bfbfbf;
}
li.cart_item.empty {
  border: none;
}
li.edd-cart-item:nth-last-of-type(2) {
  border-bottom-color: #bfbfbf;
}
.edd_checkout, .edd_subtotal {
  margin-top: 0.385em;
  margin-bottom: 0;
}
.edd-cart-item-title {
  float: left;
  width: 70%;
  color: #000;
}
.edd-cart-item-price {
  float: right;
  width: 30%;
  text-align: right;
}
.edd-cart-item-separator {
  display: none;
}
a.edd-remove-from-cart {
  float: right;
  text-align: right;
  border-bottom: 1px solid #3c9be3;
}

a.edd-remove-from-cart:hover {
  color: red;
  border-bottom-color: red;
}

.cart_item.edd_checkout {
  clear: both;
}

.cart_item.edd_checkout:after {
  content: " \2192";
}

.edd-cart-quantity {
  color: #808080;
}
.edd_download_title {
	font-size:1em;
	line-height:1.4em;
}
.edd_download_excerpt p { 
	font-size:1em;
	color:#666;
	line-height: 1.5em;
	}
.edd_download_excerpt p em {
	font-style:italic;
}
/*hides dropdown button on download description page*/
.button-group .dropdown-toggle {
	display:none;
}
/* =Colophon
--------------------------------------------------------------*/
#colophon {
  border-top: none;
  color: #fff;
  font-size:100%;
  padding-top:0;
}

/* =Classes
--------------------------------------------------------------*/
#container a.print-link {
-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.077em;
  min-width: 78px;
  line-height: 1.143em;
  height: auto;
  text-shadow: 0 1px 1px #072038;
  vertical-align: middle;
  cursor: pointer;
  *border: 0;
  -webkit-border-radius: 0.286em;
  -moz-border-radius: 0.286em;
  border-radius: 0.286em;
  *margin-left: 0.3em;
  margin-bottom:1em;
  padding: 0.5em 1.2em;
  -webkit-box-shadow: inset 0 1px 0 #53b7e6;
  -moz-box-shadow: inset 0 1px 0 #53b7e6;
  box-shadow: inset 0 1px 0 #53b7e6;
  background: #44a0e1;
  background: -moz-linear-gradient(top, #44a0e1 0%, #3d98e0 25%, #2f82d2 50%, #216fc8 76%, #1e68c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a0e1), color-stop(25%, #3d98e0), color-stop(50%, #2f82d2), color-stop(76%, #216fc8), color-stop(100%, #1e68c6));
  background: -webkit-linear-gradient(top, #44a0e1 0%, #3d98e0 25%, #2f82d2 50%, #216fc8 76%, #1e68c6 100%);
  background: -o-linear-gradient(top, #44a0e1 0%, #3d98e0 25%, #2f82d2 50%, #216fc8 76%, #1e68c6 100%);
  background: -ms-linear-gradient(top, #44a0e1 0%, #3d98e0 25%, #2f82d2 50%, #216fc8 76%, #1e68c6 100%);
  background: linear-gradient(top, #44a0e1 0%, #3d98e0 25%, #2f82d2 50%, #216fc8 76%, #1e68c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44a0e1', endColorstr='#1e68c6',GradientType=0 );
}
.brownHeading {
	color: #993300;
	font-weight: bold;
}
.brownText {
	color:#993300;
}
.brownText2 {
	color:#660000;
}
/*seminar topics text*/
.grayText {
	color:#666;	
	font-style:italic;
	}
/*QPRT TOC sub-chapter heading*/
.chapter_subhead {
	color: #CC0000;
	}
	
@media handheld, only screen and (max-width: 45em) {
#secondary {
    margin-top: 1em;
  }
.entry {
	padding-right:.75em;
  }
.wp-caption img, .alignleft, .alignright {
	float:none;
	display: block;
  }
/*home page boxes styles for mobile*/
div#news, div#downloads, div#books {
  	width: 95%;
    float: none;
    margin: 0 .5em .5em 0;
	padding-bottom:0;
    clear: both;
}
/*change bottom margin of slider for mobile*/
.metaslider {
	margin-bottom:1em;
}
/*changes column width to 100% on small device screen*/
.edd_download {
	width:100% !important;
}
