/* # Ukulele Tricks Responsive Theme  
Theme Name: Ukulele Tricks Responsive Theme 
Theme URI: http://www.ukuleletricks.com 
Description: This is the Ukulele Tricks Responsive Theme–a child-theme of Genesis.   
Author: McQueen Machine, LLC  
Author URI: http://www.mcqueenmachine.com
Version: 1.0
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- Import Fonts
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Buttons
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
	- IE BrowserBlast
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Menu
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Custom Page and Post Elements
	- After Post Advertisement
	- Comments
- Home Page
	- Structure
	- Typography
	- Testimonials
	- Buttons
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1280px
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* Import Fonts
------------------------------------------------------------ */

@font-face {
	font-family: 'Vegur-Bold';
    	src: url('type/vegur/Vegur-Bold.eot'),	/* IE9 Compat Modes */ 
	     url('type/vegur/Vegur-Bold.otf'); 
    	font-weight: normal;
    	font-style: normal;
		font-display: swap;
}

@font-face {
    	font-family: 'Vegur-Regular';
   	src: url('type/vegur/Vegur-Regular.otf');
    	font-weight: normal;
    	font-style: normal;
		font-display: swap;
}

@font-face {
    	font-family: 'Vegur-Light';
    	src: url('type/vegur/Vegur-Light.eot'),	/* IE9 Compat Modes */
	     url('type/vegur/Vegur-Light.otf');
    	font-weight: normal;
    	font-style: normal;
		font-display: swap;
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-extras:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-extras:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%;
}

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125em;	/* 18 / 16 */
	font-weight: 400;
	line-height: 1.618;	/* 29.124 / 18 */
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #396294;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 1.618em; /* 29.124 / 18 --> remember body font-size tag is context */
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.green-check-small {
    list-style-image: url(/images/green-check-mark-18.png);
}

.green-check-large {
    list-style: none;
	list-style-type: none;
    padding-left: 0;
}
.green-check-large li {
    position: relative;
    padding-left: 20px;
}
.green-check-large li:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('/images/green-check-large.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Vegur-Bold, Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;			/* 36 / 18 --> remember context is body tag */
	line-height: 0.809;		/* 29.124 / 36 */
	margin-bottom: 10px;		
}

h2 {
	font-size: 1.66666667em; 	/* 30 / 18 */
	line-height: 0.9708; 		/* 29.124 / 30 */
	margin: 1.4562em 0 0.4854em; 	/* spacing above and below each multiples of line-height */
	/* color: #fb4e17;  		orange */
}

h3 {
	font-size: 1.33333333em;	/* 24 / 18 */
	line-height: 1.2135;		/* 29.124 / 24 */
	margin: 0.60675em 0 0.60675em;
}

h4 {
	font-size: 1.11111111em;	/* 20 / 18 */
	line-height: 1.4562;		/* 29.124 / 20 */
	margin: 1.4562em 0 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.video-container {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 30px; height: 0; overflow: hidden;
    	margin-bottom: 1.618em;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
   	position: absolute;
   	top: 0;
   	left: 0;
    	width: 100%;
    	height: 100%;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1.125em;
	font-weight: 300;
	padding: 1em;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-size: 1em;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	padding: 0.5em 0.7em;
	cursor: pointer;
	color: #fff;
	background-color: #fb4e17;
	border: 3px solid #fb4e17;
	border-radius: 5px;
	display: inline-block;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e04515;
	border: 3px solid #e04515;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	clear: both;
	padding-top: 115px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 3px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	
}


/* ## Buttons
--------------------------------------------- */

.btn {
	display: inline-block;
	padding: 0.4em 0.6em;
	margin-top: 1.43333333em;
	font-size: 1.66666667em; 	/* 30 / 18 */
	text-shadow: none;
	font-family: Vegur-Regular, Helvetica, Arial, sans-serif;
	/* letter-spacing: 0.05em; */
	/* text-transform: uppercase; */
	text-decoration: none;
}

.btn.blues-tricks {
	color: #fafafa;
	background-color: #0097A7;
	border: 3px solid #0097A7;
	border-radius: 5px;
}

.btn.blues-tricks:hover {
	background: #00838F;
	border: 3px solid #00838F;
	border-radius: 5px;
}

.btn.red {
	color: #fff;
	background-color: #ee1802;
	border: 3px solid #ee1802;
	border-radius: 5px;
}

.btn.red:hover {
	background: #bb1302;
	color: #fff;
	border: 3px solid #bb1302;
}

.btn.orange {
	color: #fff;
	background-color: #fb4e17;
	border: 3px solid #fb4e17;
	border-radius: 5px;
}

.btn.orange:hover {
	background: #e54715;
	border: 3px solid #e54715;
	border-radius: 5px;
}

.btn.purple {
	color: #fff;
	background-color: #512DA8;
	border: 3px solid #512DA8;
	border-radius: 5px;
}

.btn.purple:hover {
	background: #311B92;
	border: 3px solid #311B92;
	border-radius: 5px;
}

.btn.green {
	color: #fff;
	background-color: #4caf50;
	border: 3px solid #4caf50;
	border-radius: 5px;
}

.btn.green:hover {
	background: #1B5E20;
	border: 3px solid #1B5E20;
	border-radius: 5px;
}

.btn.gray {
	color: #1a1a1a;
	background-color: #ccc;
	border: 3px solid #ccc;
	border-radius: 5px;
}

.btn.gray:hover {
	background: #bbb;
	border: 3px solid #bbb;
	border-radius: 5px;
}

.btn.blue {
	color: #fff;
	background-color: #1062ae;
	border: 3px solid #1062ae;
	border-radius: 5px;
}

.btn.blue:hover {
	background: #074b8a;
	border: 3px solid #074b8a;
	border-radius: 5px;
}

.btn.small {
	font-size: 1em;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	letter-spacing: normal;
	text-decoration: none;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
	border: 1px solid #e9e9e9;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {

}

.entry-content .search-form,
.site-header .search-form {

}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.entry-title {
	font-size: 2.66666667em;	/* 48 / 18 */
	line-height: 1.2135;		/* 29.124 / 48 */
	color: #fff;
	text-shadow: 2px 2px #000;
	margin: 0 0 0.303375em;		/* 1/4 of line-height */
	position: relative;
}

.entry-title a,
.sidebar .widget-title a {
	color: #fff;
}

.entry-title a {
	display: block;
}

.entry-title a:hover {
	color: #e9e9e9;
}

.widget-title {
	font-size: 1.33333333em;
	margin: 0 0 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Tuner
--------------------------------------------- */

.tuner-view {
	padding: 50px 60px;
	background: #fff; 
	border: 1px solid #e9e9e9; 
	margin: 0 auto 40px auto; 
	max-width: 880px;
}

/* ## Chord Library
--------------------------------------------- */

.chord-library-content {
	padding: 50px 60px;
	background: #fff; 
	border: 1px solid #e9e9e9; 
	margin: 0 auto 40px auto; 
	max-width: 880px;
}


/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/* box-shadow: 1px 1px 4px rgba(0,0,0,0.1); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* border-top: 4px solid #ee1802; */
	border-bottom: 1px solid #e9e9e9;
	z-index: 100;
}

.site-header .wrap {
	padding: 0;
	max-width: 100%;
}

.site-header .title-area {
	display: none;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/* ## IE BrowserBlast
--------------------------------------------- */

#browserblast {
  	position: fixed;
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 40px;
  	border-bottom: 2px solid rgb(212, 199, 144);
  	font-family: sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	line-height: 40px;
  	color: rgb(109, 102, 71);
  	text-align: center;
  	background: rgb(250, 244, 175);
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.83333333em; /* 15 / 18 */
	line-height: 1;
	font-weight: 500;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

li.menu-item-has-children > a:after {
	content: " ▾";
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 1.5em;	/* target 24 / context 15 */
	margin: 0;
	cursor: pointer;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	/* background-color: #f5f5f5; */
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu .search-box {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	background: #396294;
	padding: 20px;
}

.genesis-nav-menu .search-box input[type="search"] {
	width: 87%;
	padding: 1em;
	font-size: 1em;
	border: none;
}

.genesis-nav-menu .search-box input[type="submit"] {
	width: 12%;
	padding: 1em;
	margin-left: 1%;
}

.genesis-nav-menu .search-box input[type="submit"]:hover {
	background: #e54715;
	border: 3px solid #e54715;
	border-radius: 5px;
}

#search-icon::before {
	content: "\f179";	/* search icon */
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 2.4em/0 'dashicons';	/* 36 / 15 */
	vertical-align: middle;
}

#search-icon.search-link {
	color: #333;
	margin-right: 16px;
}

#search-icon.search-link:hover {
	color: #ee1802;
	background: #f5f5f5;
}

#search-icon.search-active::before {
	content: "\f158";	/* X icon */
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	/* font: normal 2.4em/0 'dashicons'; 	36 / 15 + leave commented out to avoid IE font scaling bug */ 
	vertical-align: middle;
}

#search-icon.search-active,
#search-icon.search-active:hover {
	color: #fff;
	background: #396294;
}

.genesis-nav-menu .log-in-link a,
.genesis-nav-menu .search-link {
	display: inline-block;
	padding: 30px 1.6em;	/* 24 / 15 */
	margin: 0;
	cursor: pointer;
}

.genesis-nav-menu li.sign-up-link {
	padding: 15px 0;
}

.nav-primary .genesis-nav-menu .log-in-link {
	display: none;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: none;
	padding: 10px 0 0;
	margin: 0 40px;
	width: 0;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;  
    	-moz-transition: width 0.5s;  
    	-o-transition: width 0.5s;  
    	-ms-transition: width 0.5s; 
}

.nav-extras .genesis-nav-menu a.cta,
.nav-primary .genesis-nav-menu a.cta {
	font-size: 1em;
	border: none;
	border-radius: 5px;
	color: #fff;
	background: #ee1802;
	margin: 0 0.6em 0;
	padding: 15px 1em;
	cursor: pointer;
	display: block;
}

.nav-extras .genesis-nav-menu a.cta:hover,
.nav-primary .genesis-nav-menu a.cta:hover {
	background: #bb1302;
	color: #fff;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: left;
	width: 50%;
}

.nav-primary .wrap {
	max-width: 100%;
}

.nav-primary .genesis-nav-menu a,
.nav-extras .genesis-nav-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.nav-extras .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-parent > a,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-extras .genesis-nav-menu a:hover,
.nav-extras .genesis-nav-menu .current-menu-parent > a,
.nav-extras .genesis-nav-menu .current-menu-item > a,
.nav-extras .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ee1802;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu > a:hover,
.nav-extras .genesis-nav-menu a:hover,
.nav-extras .genesis-nav-menu .sub-menu > a:hover {
	background-color: #f5f5f5;
}

.nav-logo {
	float: left;
	padding: 8px 0 0;
	width: 20%;
	max-width: 200px;
	display: inline-block;
	text-align: center;
}

.nav-extras {
	overflow: auto;
}

.genesis-nav-menu .nav-logo a {
	display: inline;
	background: #fff;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .nav-logo a:hover {
	background: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-logo {
	display: none;
	float: left;
	width: 33%;
	padding: 12px 0 0 20px;
	margin: 0;
}

.responsive-menu-logo img {
	width: 60px;
}

.responsive-menu-sign-up {
	display: none;
	width: 34%;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
}

.responsive-menu-sign-up a.cta {
	font-size: 0.833333em;
	border: none;
	border-radius: 4px;
	color: #fff;
	background: #ee1802;
	margin: 10px 0;
	padding: 0.6em 1em;
	cursor: pointer;
	display: inline-block;
}

.responsive-menu-sign-up a.cta:hover {
	background: #bb1302;
	color: #fff;
}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	float: left;
	padding: 17px 16px 0 0;
	width: 33%;
	text-align: right;
}

.responsive-menu-icon::before {
	content: "\f333";	/* hamburger icon */
	display: inline-block;
	/* -webkit-font-smoothing: antialiased; */
	font: normal 2em/0 'dashicons';
	vertical-align: middle;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	/* padding: 50px 60px; */
}

.content .entry {
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

.entry-header,
.entry-content {
	padding: 50px 60px;
}

.entry-content a,
.chord-library-content a {
	text-decoration: underline;
}

.entry-content ol,
.entry-content ul,
.chord-library-content ol,
.chord-library-content ul {
	margin-bottom: 1.618em;	/* 29.124 / 18 */
	margin-left: 3.236em; 	/* 1.618 x 2 */
}

.entry-content ol > li,
.chord-library-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li,
.chord-library-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.chord-library-content ol ol,
.chord-library-content ul ul {
	margin-bottom: 0;
}

.entry-content code {

}

.entry-content p:last-child,
.chord-library-content p:last-child {
	margin-bottom: 0;
}

.search-no-results .entry {
	padding: 40px 50px;
}

.search-no-results .entry p {
	margin: 0;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 0.88888889em;	/* 16 / 18 */
	line-height: 1.82025;		/* 29.124 / 16 */
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	background-color: #fb4e17;
	padding: 0.5em;
	display: inline;
	position: relative;
}

.entry-meta a {
	color: #fff;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-header {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 300px;
}

.page-intro {
	color: #fff;
	width: 60%;
	text-shadow: 1px 1px #000;
	margin-top: 1.618em;
	position: relative;
}

.page-intro p:last-child {
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Custom Page and Post Elements
--------------------------------------------- */

ul.song-list {
	margin-left: 0;
}

ul.song-list li {
	list-style-type: none;
}

ul.song-list li:nth-child(odd) a {
	background: #eee;
}

ul.song-list li a {
	display: block;
	background: #e9e9e9;
	padding: 1.25em 1.5em;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
}

ul.song-list li a:hover {
	background: #f5f5f5;
}

ul.song-list li a .credit {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	color: #555;
}


/* ## After Post Advertisement
--------------------------------------------- */

.after-post-advert {
	background: #396294;
	padding: 50px 60px;
	margin-bottom: 40px;
	color: #fff;
	border: 1px solid #e9e9e9;
}

.after-post-advert ul > li {
	list-style-type: disc;
}

.after-post-advert ul {
	font-size: 1em;			/* 18 / 18 */
	margin-bottom: 1.516875em;	/* 29.124 / 18 */
	margin-left: 3.03375em; 	/* 1.516875 x 2 */
}

.after-post-advert h2 {
	color: #fff;
	text-align: center;
	margin: 0 auto 0.809em;	/* 29.124 / 36 */
	font-size: 2em; 	/* 36 / 18 */
	line-height: 1.2;	
	width: 90%;
}




/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px 60px;
}

.entry-comments {
	padding: 50px 60px;
	border: 1px solid #e9e9e9;
}

.comment-respond {
	border: 1px solid #e9e9e9;
}

.comment-list .comment-respond {
	border: none;
}

.comment-header {
	font-size: 16px;
}

.comment-left-column {
	float: left;
}

.comment-right-column {
	margin: 0 0 0 60px;
	/* padding-bottom: 10px; */
	/* border-bottom: 1px solid #e9e9e9; */
}

li.comment {

}

li.comment[id^=comment-]:before {
	display: block; 
 	content: " "; 
  	height: 90px;      /* Give height of your fixed element */
        margin-top: -90px; /* Give negative margin of your fixed element */   
        visibility: hidden; 
}

.comment-content {
	font-size: 0.888889em; 	/* 16 / 18 */
}

.comment-content p:last-child {
	margin: 0;
}

.comment-list li {
	margin-top: 24px;
	padding: 0;
}

.comment-list li li {
	/* margin-right: -32px; */
}

ul.children {
	padding-left: 60px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-author,
.reply {
	font-size: 0.77777778em;	/* 14 / 18 */
}

.reply {
	color: #999;
}

.reply a {
	/* color: #A7B5C7;  light blue */
	color: #999;
}

.reply a:hover {
	color: #333;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

/* ## Structure
--------------------------------------------- */

.home .site-inner, 
.page-id-12409 .site-inner, 
.page-template-template-fingerpicking-tricks-waiting-list .site-inner, 
.page-template-template-fingerpicking-tricks-authority-page .site-inner,
.page-id-14259 .site-inner,
.page-id-14399 .site-inner,
.page-template-template-blues-tricks-waiting-list .site-inner,
.page-template-template-blues-tricks-authority-page .site-inner {
	margin: 0;
	padding: 0;
	max-width: inherit;
}

.home-wrap {
	margin: 0 auto;
	padding: 0;
   	width: 90%;
	max-width: 1120px;
	position: relative;
}

#home-content {
	margin-top: 73px;
}

.stat {
	float: left;
	width: 25%;
	display: block;
}

#home-intro {
	background-image: linear-gradient( rgba(10, 0, 0, 0.5), rgba(0, 0, 0, 0.0) ), url("/wp-content/themes/ukuleletricksresponsive/images/ukulele-tricks-hero.jpg");
	background-image: linear-gradient( rgba(10, 0, 0, 0.5), rgba(0, 0, 0, 0.0) ), image-set(
    	url("/wp-content/themes/ukuleletricksresponsive/images/ukulele-tricks-hero.webp") 1x,
    	url("/wp-content/themes/ukuleletricksresponsive/images/ukulele-tricks-hero.jpg") 1x);
	background-image: linear-gradient( rgba(10, 0, 0, 0.5), rgba(0, 0, 0, 0.0) ), -webkit-image-set(
    	url("/wp-content/themes/ukuleletricksresponsive/images/ukulele-tricks-hero.webp") 1x,
    	url("/wp-content/themes/ukuleletricksresponsive/images/ukulele-tricks-hero.jpg") 1x);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
	height: 600px;
	text-align: left;
	position: relative;
}

.hero-opt-in-form {
	background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 5px;
	margin-top: 30px;
	max-width: 500px;
}

.hero-opt-in-form input {
	border-radius: 5px;
}

.hero-opt-in-form input[type="submit"] {
	color: #fff;
    background-color: #ee1802;
    border: 3px solid #ee1802;
    border-radius: 5px;
    font-weight: bold;
    font-family: Vegur-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 20px;
}

.hero-opt-in-form input[type="submit"]:hover {
	background: #bb1302;
	color: #fff;
	border: 3px solid #bb1302;
}

#home-course-selection {
	padding-bottom: 5em;
	background: #f5f5f5;
}

.course-information {
	float: left;
	width: 46%;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 1em 1em 2em;
	margin: 0 2% 30px;
	text-align: center;
}

.page-template-default .course-information {
	border: none;
}
.course-information img.course-logo {
	margin: 1em 0;
	height: 30px;
}

.course-information p.description {
	font-size: 1em;		/* 18 / 18 */
	line-height: 1.3;	/* 29.124 / 16 */
	padding: 0 1em;
	width: 100%;
	color: #555;
}

#home-testimonials {
	/* background: #a7b5c7; 	light blue */
	background: #fff;
	padding-bottom: 5em;
}

#home-ukulele-lesson-book {
	background: #396294;		/* dark blue */
	color: #fafafa;
	padding-bottom: 5em;
}

.ebook-cover {
	float: right;
	max-width: 200px;
	width: 40%;
	margin: 0 0 2em 2em;
}

.opt-in-form {
	text-align: center;
	clear: both;
}

.opt-in-form input[type=text] {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.opt-in-form input[type=submit] {
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	margin-top: 1.516875em;
	color: #fff;
	background: #fb4e17;
	border: 3px solid #fb4e17;
	border-radius: 5px;
}

.opt-in-form input[type=submit]:hover {
	background: #e04515;
	border: 3px solid #e04515;
}

#home-latest-post {
	background: #f5f5f5;
}

#home-latest-post .home-latest-post-content {
	background: #fff;
	border: 1px solid #e9e9e9;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.video-preview-tile-content {
    float: left;
    width: 30%;
    margin: 1%;
	font-size: 0.8em;
	height: 480px;
}

.video-preview-tile-content-2 {
    float: left;
    width: 48%;
    margin: 1%;
	font-size: 0.8em;
	height: 560px;
}

/* ## Testimonials
--------------------------------------------- */

.testimonial-wrap {
	margin: 20px auto 40px;
	width: 90%;
	max-width: 800px;	
}

.home .testimonial-wrap p {
	font-size: 0.88888889em; 	/* 16 / 18 */
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0 0 10px;
	padding: 0;	
}

.testimonial-picture {
	float: left;
	width: 20%;
}

.testimonial-notch {
	background: #f1f1f1;
	width: 20px;
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -50px 0 0 -22px;
}

.testimonial-notch:before {
	content: '';
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
	width: 0;
    	height: 0;
    	border-right: 20px solid transparent;
    	border-top: 20px solid #fff;
    	border-bottom: 20px solid #fff;
    	display: block;
}

.testimonial-box {
	background-color: #f1f1f1;
	padding: 25px 30px 10px;
	margin: 0;
	float: left;
	width: 75%;
	max-width: 550px;
   	border: 2px solid #f1f1f1;
    	border-radius: 25px;
	position: relative;
	margin-left: 5%;
}

/* ## Product Sales Pages
--------------------------------------------- */

.right-column {
	float: right; 
	width: 300px;
	margin: 0;
	padding-left: 30px;
}

.course-song-list {
	max-width: 250px;
	margin: 40px 0 0 auto;
	padding: 0;
}

.course-song-list ul {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #444;
}

.course-song-list ul {
	padding: 0;
	margin: 0;	
	list-style-type: none;
}

.course-song-list li {
	padding: 10px;
	margin: 0;
	list-style-position: inside;
	background: none;
}

.course-song-list li.gray {
	background-color: #eee;
}


/* ## Typography
--------------------------------------------- */

.home-wrap ul > li {
	list-style-type: disc;
}

.home-wrap ul {
	font-size: 1em;		/* 18 / 18 */
	margin-bottom: 1.516875em;	/* 29.124 / 18 */
	margin-left: 3.03375em; 	/* 1.516875 x 2 */
}

#home-intro .home-wrap h1 {
	font-size: 3.33em;	/* 60 / 18 */
	font-family: Vegur-Bold, Helvetica, sans-serif;
	line-height: 1;
	text-shadow: 1px 1px #333;
	padding: 1.2em 0 0.71666667em;
	width: 62%;
	color: #fff;
	margin: 0;
}

#products-content .products-wrap h1 {
	font-size: 3.33em;
}

#home-intro .home-wrap h2 {
	font-size: 1.8em;		/* 36 / 18 */
	font-family: Vegur-Bold, Helvetica, sans-serif;
	line-height: 1.2;
	text-shadow: 1px 1px #333;
	width: 60%;
	color: #fff;
	margin: 0;
}

.home-wrap h2.home-section-title {
	font-size: 2.66666667em; 	/* 48 / 18 */
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
	padding: 1.5em 0 1em;
	width: 80%;
}

#home-ukulele-lesson-book .home-wrap h2 {
	color: #fafafa;
}

/* ## Buttons
--------------------------------------------- */

.home #home-intro .btn:after {
	content: " \f347";
	font: normal 1em/1 'dashicons';
	color: #fff;
	vertical-align: middle;
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

/* ## Structure
--------------------------------------------- */

.products-wrap {
	margin: 0 auto;
	padding: 0;
   	width: 90%;
	max-width: 1120px;
	position: relative;
}

#products-content {
	margin-top: 73px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

#start-here {
	text-align: center;
}

#start-here .start-here-container {
	padding: 2em;
	background: #fff;
	border: 1px solid #e9e9e9;
}

#start-here .start-here-opt-in {
	margin: 0 auto;
	border-radius: 5px;
	border: none;
}

#start-here h4 {
	/* background: #ee1802; */
	/* color: #fff; */
	margin: 0;
	/* padding: 20px 30px; */
	font-size: 1.33333333em;
	text-align: left;
}

#start-here p.opt-in-security-promise {
	font-size: 0.66666667em;
	color: #777;
	margin-top: 20px;
}

#start-here p.opt-in-security-promise::before {
	content: "\f160";	/* lock icon */
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 1.5em/0 'dashicons';		/* 18 / 12 */
	vertical-align: middle;
	padding-right: 3px;
}

.sidebar .course-information {
	float: none;
	width: 100%;
	margin: 0;
}

.uefd-container {
	padding: 2em;
	background: #fff;
	border: 1px solid #e9e9e9;
}

.uefd-container p {
	overflow: auto;
}

#sidebar-about {
	background: #fff;
}

#sidebar-about .about-container {
	padding: 2em;
	margin-top: -10px;
	border: 1px solid #e9e9e9;
	font-size: 0.8887em;
}

.post-stats {
	color: #666;
}

.wpp-post-title {
	font-weight: bold;
}

ul.wpp-list li {
	border: none;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f5f5f5;
	text-align: right;
	font-size: 0.88888889em; 	/* 16 / 18 */ 
	padding: 0 40px;
}

.site-footer .wrap {
	border-top: 1px solid #ddd;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	text-decoration: underline;
}

.site-footer .wrap .top-links {
	float: left;
	width: 70px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 1200px;
	}

	.content {
		width: 800px;
	}

}

@media only screen and (max-width: 1200px) {

	body {
		font-size: 1em;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.entry-header,
	.entry-content,
	.entry-comments {
		padding: 40px 50px;
	}

	.full-width-content .content {
		width: 800px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.btn.small {
		font-size: 0.8887em;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1080px) {
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.genesis-nav-menu .log-in-link a,
	.genesis-nav-menu .search-link {
		padding: 30px 1.2em;
	}
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.site-inner {
		padding-top: 100px;
	}

	.content,
	.full-width-content .content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		/* padding: 20px 5%; */
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {

	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		/* text-align: center; */
	}

	.nav-logo {
		
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.genesis-nav-menu .log-in-link a,
	.genesis-nav-menu .search-link {
		/* padding: 30px 1.2em; */
	}

	.nav-primary .genesis-nav-menu a.cta {
		margin: 0 0.2em;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.nav-logo,
	.genesis-nav-menu li.right {
		/* display: none; */
		/* float: right; */
	}
	
	.hero-opt-in-form {
		margin-right: auto;
    	margin-left: auto;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 960px) {

	body {
		font-size: 1em;
	}
	
	code {
		font-size: 1em;
	}

	.nav-logo { 	/* main full size logo */
		display: none;
	}

	.nav-extras {
		display: none;
	}

	.site-inner,
	.wrap {
		/* padding-left: 5%; */
		/* padding-right: 5%; */
	}

	.site-inner {
		/* padding-top: 54px; */
		padding: 0;
	}

	#home-content {
		margin-top: 0;
	}

	#home-intro {
		height: auto;
		font-size: 0.8em;
		text-align: center;
		padding-bottom: 3em;
	}

	#home-intro .home-wrap h1,
	#home-intro .home-wrap h2 {
		width: 80%;
		margin: 0 auto;
	}

	#home-intro .home-wrap h1 {
		padding-top: 0.9em;
	}
	
	#products-content {
		margin-top: 0;
	}
	
	.tuner-view {
		padding: 20px;
		background: #fff;
		margin-bottom: 20px;
	}
	
	.chord-library-content {
		padding: 20px;
		background: #fff; 
		border: 0; 
		margin: 0;
	}

	
	.video-preview-tile-content,
	.video-preview-tile-content-2 {
		float: none;
		width: 100%;
		margin: 0;
		height: auto;
	}

	body.blog .entry-content {
		display: none;
	}

	.blog .entry-header {
		background: #f5f5f5;
	}

	.content .entry,
	.entry-comments,
	.after-post-advert,
	.comment-respond {
		border: none;
		margin-bottom: 0;
	}

	li.comment[id^=comment-]:before {
		/* remove offset for comment link anchors because no fixed nav bar at this viewport size */
  		height: 0;
        	margin-top: 0;  
	}

	.comment-reply-title {
		margin-top: 0;
	}

	.comment-respond {
		padding: 40px 50px;
	}

	.search-no-results .entry {
		border: 1px solid #e9e9e9;
		margin: 0 20px;
	}

	.archive-description {
		margin: 0;
  		padding: 40px 50px;
  		border: none;
		background: none;
	}

	.author-box,
	.entry,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.pagination {
		margin-left: 20px;
		margin-right: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar {
		padding: 20px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-header,
	.nav-primary {
		position: relative;
		border: none;
		width: 100%;
		height: 64px;
		float: none;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-logo,
	.responsive-menu-icon,
	.responsive-menu-sign-up {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		border-top: 1px solid #e9e9e9;
		background: #f5f5f5;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item {
		background: #fafafa;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		/* content: "\25BE"; down triangle */
		content: "\f347";
		/* float: right; */
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		position: absolute;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		/* content: "\25B4";  up triangle */
		content: "\f343";
	}
	
	li.menu-item-has-children > a:after {	/* remove down arrow next to menu item that has children */
		content: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		position: relative;
		text-transform: none;
		width: 100%;
		border: none;
		padding-left: 40px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu .search-box {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .search-box input[type="search"] {
		width: 100%;
		display: block;
	}

	.genesis-nav-menu .search-box input[type="submit"] {
		width: 50%;
		display: block;
		margin: 15px auto 0;
	}

	.genesis-nav-menu.responsive-menu .sign-up-link, 
	.genesis-nav-menu.responsive-menu .search-link {
		display: none;
	}

	.genesis-nav-menu > .right {
		float: none;
	}

	.site-footer {
		text-align: center;
	}

	.site-footer .wrap {
		border: none;
	}

	.site-footer .wrap .top-links {
		float: none;
		margin: 0 auto 20px;
	}
	
	.right-column { float: none; width: 100%; padding-left: 0; }
	
	.song-list { max-width: 100%; }
}

@media only screen and (max-width: 600px) {
	
	code {
		font-size: 0.75em;
	}
	
	#home-content .home-wrap h1,
	#home-content .home-wrap h2, {
		font-size: 1.6em;
	}

	#products-content .products-wrap h1,
	#products-content .products-wrap h2 {
		font-size: 2em;
	}

	#home-intro .home-wrap h1 {
		display: none;
	}

	#home-intro .home-wrap h2 {
		padding-top: 1em;
		font-size: 2.5em;
		width: 90%;
	}

	#home-course-selection {
		padding-bottom: 2em;
	}

	#home-course-selection .course-information,
	.page-template-default .course-information {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	.page-template-default .course-information {
		border: none !important;
	}

	#home-testimonials {
		padding-bottom: 2em;
	}
	
	.stat {
		float: none;
		width: 100%;
	}
	
	/* #home-content .home-wrap */
	.testimonial-picture {
		width: 50%;
	}

	/* #home-content .home-wrap */ 
	.testimonial-box {
		width: 100%;
	}

	/* #home-content .home-wrap .testimonial-picture, */
	/* #home-content .home-wrap .testimonial-box */
	.testimonial-picture,
	.testimonial-box {
		float: none;
		margin: 0 auto;
	}

	.entry-header {
		min-height: inherit;
		padding: 20px 30px;
	}

	.entry-title {
		font-size: 1.875em;	/* 30 / 16 */	
	}

	.page .entry-title {
		text-align: center;
	}

	.page-intro {
		width: 100%;
		text-align: center;
	}

	.entry-content,
	.entry-comments,
	.comment-respond {
		padding: 20px 30px;
	}

	.after-post-advert {
		padding: 30px;
	}

	.after-post-advert h2 {
		width: 100%;
	}

	.comment-content {
		overflow-wrap: break-word;
	}

	ul.children ul {
		padding-left: 0;	/* stop nested comments after one level to be mobile-friendly */
	}

	.entry-content img {
		float: none !important;
		margin: 1em auto !important;
		display: block;
	}

}