/*
Theme Name: SSP
Theme URI: http://www.seriouslysimplepodcasting.com/
Version: 1.0.0
Description: Custom Canvas child theme for Seriously Simple Podcasting.
Author: Hugh Lashbrooke
Author URI: http://www.hughlashbrooke.com/
Template: canvas
*/

.dark-primary-color    { background: #D32F2F; }
.default-primary-color { background: #F44336; }
.light-primary-color   { background: #FFCDD2; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #448AFF; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #727272; }
.divider-color         { border-color: #B6B6B6; }

@media only screen and (min-width: 768px) {

    #nav-container {
    	background: none;
    }

    ul.nav li a, ul.nav li a:hover, #navigation ul.nav > li:hover {
    	background: none !important;
    }

    .home .entry > p {
		width: 75%;
		margin: 0 auto 1.2em auto;
	}

	.home .widget_woothemes_testimonials {
		width: 75%;
		margin: 0 auto;
	}

}

.home article header {
	display: none;
}

.home section h2 {
	text-align: center;
	font-size: 200%;
}
.home .entry p {
	font-size: 150%;
}
.home .entry hr {
	margin-bottom: 40px;
}

.home .widget_woothemes_testimonials .quote blockquote {
	padding: 10px !important;
	font-size: 85%;
	border-bottom: 1px solid #f44336;
	border-radius: 10px;
}
.home .widget_woothemes_testimonials .quote blockquote p {
	padding: 0 !important;
	margin: 0 !important;
	font-style: normal !important;
}
.widget_woothemes_testimonials .quote .author {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	color: #727272;
	font-style: italic;
}

a:hover {
	opacity: 1 !important;
}

#logo {
	width: 100% !important;
	text-align: center !important;
}

#navigation {
    display: none !important;
}

.features {
	margin: 40px 0;
}
.feature .icon-preview {
	font-size: 11em !important;
	text-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16) !important;
}
.widget_woothemes_features .feature .feature-title {
	font-size: 2em;
}
#main .widget_woothemes_features .feature .feature-content {
	font-size: 140%;
  	line-height: 1.5;
}
.widget_woothemes_features {
	margin-bottom: 20px;
}

#logo .site-title a:hover {
	text-decoration: none;
	opacity: 0.7 !important;
}

#logo .site-description {
	margin-top: 10px;
}

#header-container {
	background-image: url('images/header-tile.png');
	background-repeat: repeat;
	margin-bottom: 30px;
	box-shadow: inset 0 -1em 1em 0 rgba(0,0,0,.03);
	-webkit-box-shadow: inset 0 -1em 1em 0 rgba(0,0,0,.03);
	-moz-box-shadow: inset 0 -1em 1em 0 rgba(0,0,0,.03);
	-o-box-shadow: inset 0 -1em 1em 0 rgba(0,0,0,.03);
}

.button, .woo-sc-button {
	box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16) !important;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16) !important;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16) !important;
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16) !important;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	border: 0 !important;
	background: #448AFF !important;
}
.button:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	background: #3156BC !important;
}
.woo-sc-button:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	background: #3156BC !important;
}

.header-buttons {
	text-align: center;
	margin-bottom: 30px;
}
.header-buttons .button {
	margin-right: 20px;
}
.header-buttons .button:before {
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.header-buttons .button.download:before {
	content: "\f019";
}
.header-buttons .button.addons:before {
	content: "\f12e";
}
.header-buttons .button.documentation:before {
	content: "\f044";
}
.header-buttons .button.documentation {
	margin-right: 0;
}

#logo {
	float: none;
	text-align: left;
}

a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}
.widget {
	width: 100%;
}
.nav-toggle {
	display: none;
}

h2.product-name {
	text-align: center;
	/*border-top: 1px solid #E8E8E8;*/
	border-bottom-width: 2px;
	margin-bottom: 40px;
	font-size: 200%;
}

.docu-wrapper {
	margin-top: 20px;
}

.home .items {
	padding: 0 30px;
}

.docu-item {
	margin-top: 0;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 31%;
	margin-right: 20px;
	min-height: 175px;
}

.docu-item ul.docu-nav-list li a:before {
	font-family: dashicons;
	content: "\f123";
	line-height: 1;
	opacity: 0.5;
	vertical-align: middle;
	margin-right: 5px;
}

.docu-item.faq ul.docu-nav-list li a:before {
	content: "\f223";
	font-size: 140%;
}
.docu-item.release-notes ul.docu-nav-list li a:before {
	content: "\f119";
	font-size: 140%;
}
.docu-item ul.docu-nav-list li a.docu-read-more:before {
	content: '';
}
.docu-item ul.docu-nav-list li a.docu-read-more {
	font-size: 75%;
}

h1.entry-title {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.search article.hentry, .archive article.hentry {
	margin-bottom: 20px;
}

.filter-reference article h2, .action-reference article h2 {
	font-family: 'Droid Sans Mono', monospace;
}

code {
	font-family: 'Droid Sans Mono', monospace;
	line-height: 1;
}

#copyright {
	text-align: center;
}
#contribute #team li a:after {
	top: 4px;
	left: 4px;
	color: #FFF;
	background: rgba(48,112,209,0.6);
	box-shadow: 0 0 0 1px rgba(48,112,209,0.6), inset 0 0 0 1px rgba(48,112,209,0.6);
}
#home-buttons {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	clear: both;
}
#home-buttons .button {
	margin-right: 20px;
}
.toc_number:after {
	content: '.';
}

.searchform, #searchform {
	clear: both;
}

.docu-item ul.docu-nav-list li a:link, .docu-item ul.docu-nav-list li a:visited,
.docu-container-category ul.docu-nav-list li.current-cat a:link, .docu-container-category ul.docu-nav-list li.current-cat a:visited {
	color: #f44336;
}
.docu-item ul.docu-nav-list li a:hover,
.docu-container-category ul.docu-nav-list li a:hover,
.docu-single-nav a:hover {
	color: #D32F2F;
}
.docu-item h2 a:hover {
	color: #D32F2F;
}

#footer-widgets p, #footer-widgets h3 {
	font-size: 130%;
}

.post-type-archive-addons #main {
	width: 100% !important;
	float: none !important;
}

.archive_header {
	border-bottom: none !important;
	font: bold 28px/1.1em 'Open Sans', arial, sans-serif !important;
}

.post-type-archive-addons article.hentry {
	margin-bottom: 20px;
    width: 100%;
    margin: 0 5% 50px 5%;
    border-bottom: 1px solid #f44336;
    border-radius: 10px;
    padding: 10px 0;
	text-align: center;
}

.archive-description {
	font-size: 125%;
	line-height: 1.5;
	border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 20px;
}