/*!
Theme Name: guitar123
Theme URI: http://underscores.me/
Author: Interstellar Design
Author URI: http://underscores.me/
Description: Custom Guitar Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guitar123
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IFR is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/





/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## THEME SPECIFIC STYLES
--------------------------------------------------------------*/


/*
	blue - #1a2854
	gold - #fcc800
	green - #21821e
*/


body {
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('assets/img/body-bg.png') top left repeat;
	
}

.logged-in .fixed-top {
	top: 32px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
	GLOBAL
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
	
	text-transform: uppercase;
}

h1, h2 {
	
}

h3 {
	
}

h4 {
	font-size: 18px;
}

.main-header-box {
	text-align: center;
	border: dashed 2px #000;
	margin: 10px;
}

p {
	margin: 0 0 15px;
}

p.lead {
	font-weight: normal;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: #1a2854;
	
}

.btn {
	font-weight: bold;
}

button.btn:focus {
		outline: none !important;
}


a:link, a:visited {
	color: #0C2340;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #555;
}

.block-section {
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	padding: 5px 0;
}

/*
	BREADCRUMBS
*/

.breadcrumbs-main {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.breadcrumbs-main li {
	display: inline;
}

.breadcrumbs-main li a {
	color: #00008B;
}

.breadcrumbs-main {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

.breadcrumbs-main li {
	display: inline;
}

.breadcrumbs-main li a {
	color: #666;
}

/*
	GUITAR LIST
*/

.guitar-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.guitar-list li {
	
}

.guitar-list li a {
	display: block;
	border: dashed 1px #111;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	width: 100%;
	font-weight: bold;
}

/*LAYOUT*/

.read-more {
	text-align: center;
	background: #1a2854;
	color: #fcc800;
	padding: 5px;
}

.read-more:hover {
	background: #21821e
}

section {
	padding: 0px 0;
}

section.main-content {
	padding: 40px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

#primary {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
	MENU COLOR
*/

.bg-light {
    background-color: #ccc !important;
}

.navbar-light {
	font-weight: bold;
	border-bottom: solid 2px #666;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	text-decoration: none;
}

.navbar-light .navbar-nav .active .nav-link {
	color: #000;
}

.navbar-light .navbar-toggler {
    color: #c99700;
    border-color: #c99700;
}

/*
	BREADCRUMBS
*/

#breadcrumb-holder {
	position: relative;
	font-size: 12px;
	margin-bottom: 10px;
}


/*SOCIAL ICONS*/

.badge.social {
	background: #1a2854;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	margin: 0 5px 20px 0;
	padding: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fcc800;
}

.social-sidebar {
	background: #1a2854;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	float: left;
	padding: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fcc800;
	margin: 5px 12px;
}

.social-sidebar a {
	color: #fff;
}

.badge.social.twitter:hover {
	background: #55acee;
}

.badge.social.facebook:hover {
	background: #3b5998;
}

.badge.social.rss:hover {
	background: #f26522;
}

.badge.social.mail:hover {
	background: red;
}

.badge.social-sidebar.twitter:hover {
	background: #55acee;
}

.badge.social-sidebar.facebook:hover {
	background: #3b5998;
}

.badge.social-sidebar.rss:hover {
	background: #f26522;
}

.badge.social-sidebar.mail:hover {
	background: red;
}

#social-icons-holder-sidebar {
	width: 100%;
}


/*
	BLOG
*/

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h1,
.post header h3 {
	margin: 5px;
	padding: 5px;
	
}

.post header h1 {
	font-size: 24px;
}

.post header h3 a{
	color: #1a2854;
	text-decoration: none;
}

.post header h3 a:hover{
	color: #21821e;
}

.post-image {
	height: auto;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i {
	padding-left: 10px;
}

.post-details i:first-child {
	padding: 0;
}

/*COMMENT BUBBLE*/

.post-comments-badge {
	height: auto;
	width: auto;
	position: relative;
	top: 15px;
	right: 0;
	border: none;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	background: #1a2854;
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}

.post-comments-badge i {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background-color: #21821e;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0, 0, 0, 0.02);
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 4px;
	border: solid 1px rgba(0, 0, 0, 0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}


/*WIDGETS*/

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}

/*
	STORE PAGES
*/

.store-product-individual {
	background: #fff;
	border: #1a2854 solid 2px;
	text-align: center;
	padding: 5px;
	margin: 0 0 30px 0;
	min-height: 225px;
}

.store-product-individual img{
	height: auto;
	max-width: 100%;
}

.product-sub-pages {
	font-size: 14px;
	min-height: 400px;
}

/*
	TUNER
*/

#main-tuner-holder {
	
	text-align: center;
}

.tuner-indv {
	margin: 10px 0;
	border-bottom: dashed 2px #555;
}

.tuner-head {
	text-transform: uppercase;
	font-weight: bold;
}

/*
	Chord Section
*/

#main-chord-holder {
	
}

.chord-indv {
	text-align: center;
	border: solid 2px #666;
	margin: 10px 0;
}

.chord-header {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.chord-image {
	
}

.chord-audio {
	
}

/*
	GUITAR TEXT PIC
*/

#guitar-image-text-holder {
	
}

.guitar-image-text-indv {
	text-align: center;
	border: solid 2px #666;
	margin: 20px 0;
	padding: 10px;
}

.guitar-image-text-header {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.guitar-image-text-content {
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 10px 0;
	padding: 5px 0;
}

.guitar-image-text-pic {
	
}

#guitar-image-text-holder {
	
}

/*
	GUITAR GIFT IDEAS
*/

#main-gift-holder {
	
}

.main-gift-indv {
	border: solid 2px #555;
	margin: 0 0 30px 0;
}

.main-gift-header {
	text-align: center;
	text-transform: uppercase;
	background: #ccc;
}

.main-gift-text {
	margin: 0 10px;
}

.main-gift-list {
	background: #efefef;
}

.main-gift-bottom {
	text-align: center;
	border-top: dashed 2px #555;
}

/*
	COUPONS
*/

#main-coupon-holder {
	border-top: solid 2px #777;
	border-bottom: solid 2px #777;
}

.coupon-header {
	text-align: center;
	margin: 20px;
}

.coupon-indv {
	margin: 20px 0;
}

.coupon-indv img {
	margin: 0;
	padding: 0;
}

.coupon-indv a {
	text-align: center;
	font-weight: bold;
	display: block;
	border: dashed 2px #333;
	padding: 10px;
	margin: 0 20px;
	font-size: 18px;
}

.coupon-indv a:hover {
	background: #ccc;
	color: #000;
}

/*
	TY CONFIRM
*/

.confirm-gifts-holder {
	border: dashed #ccc 2px;
	margin: 10px 0;
}

.confirm-gifts-header {
	clear: both;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: #ccc;
	font-size: 20px;
	border-bottom: #fff 2px dashed;
}

.free-pad {
	padding: 20px;
}

/*
	FOOTER
*/

footer {
	background: #ccc;
	padding: 10px;
	border-top: solid 2px #666;
}