/*
    Theme Name: Talk Of The Sound (Child Of Twenty Fifteen!)
    Theme URI: https://talkofthesound.com
    Description: A child theme of twenty fiftenn for talk of the sound customizations.
    Version: 1.39
    Tags: fixed-width,custom-menu,custom-colors,custom-header,custom-background,two-columns,left-sidebar,right-sidebar,sticky-post,theme-options,child
	License: Copyrighted 2018, Talk of the Sound All Rights Reserved
	Author URI: https://talkofthesound.com
    Author: Michael Parisi
    Template: twentyfifteen
*/
body {
	background-color: white;
}

@font-face {
	font-family: 'Dakota';
	src: url('/wp-content/themes/talkofthesound_wp/fonts/handwriting-dakota.ttf') format('truetype'),
	url('/wp-content/themes/talkofthesound_wp/fonts/Dakota.woff2') format('woff2'),
	url('/wp-content/themes/talkofthesound_wp/fonts/Dakota.woff') format('woff');

	font-weight: 100;
	font-style: normal;
}

.home .entry-header {
	display: grid;
	grid-template-columns: 16px auto;
	grid-column-gap: 10px;
}
.entry-header {
	padding: 4px 0 4px 0;
}
h2.entry-title {
	font-size: 12pt !important;
	padding: 0;
	display: inline;
	margin: 0;
	line-height: 1.4545;
	margin-bottom: 1.4545em;
}
a.advertisement img {
	margin-bottom: 1.4545em;
}

h2.entry-title div {
	display: inline;
}

@media screen and (min-width: 59.6875em) {
	.entry-content, .entry-summary {
		padding: 0 10px 10px;
	}
}
@media screen and (min-width: 38.75em) {
	.entry-content, .entry-summary {
		padding: 10px 10px;
	}
}
.entry-content, .entry-summary {
	padding: 0 10px 10px;
}

article {
	margin: 0;
	padding: 3px;
	box-shadow: none;
}

.entry-content {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.hentry {
	padding: 0;
	margin: 0 !important;
	width: 100% !important;
}


.entry-footer, .entry-content {
	padding: 0;
	margin: 0;
}

.hamburger-menu-icon {
	width: 20px;
}

main.site-main {
	padding: 0;
}

.post-thumbnail {
	padding: 0 0 0 0;
	margin: 0;
}

.cmra-link-title {
	font-size: 14pt;
}

.site-branding, .site-footer {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color: white;
	border: 0;
	box-shadow: none;
	padding-right: 0;
}

.secondary-toggle::before {
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.secondary-toggle {
	top: 4rem;
}

.secondary-toggle.white {
	display: none;
	visibility: hidden;
}

.header-back, .site-title {
	font-family: "Dakota" !important;
}

.header-back, .site-title, .site-description {
	font-style: italic;
	font-weight: bold;
	text-shadow: -2px -2px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;
}

.site-title {
	text-shadow: -2px -2px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 1px 1px 0 #000;
}

.site-content {
	/**
	* Margin shows the sidebar.
	 */
	margin: 0 10px;
	padding: 0 10px;
}
@media screen and (max-width: 43em) {
	.site-description {
		display: none;
	}
}

/**
* Overrides to support the new menu in large screens.
* We keep all the small screen the same.
 */
@media screen and (min-width: 59.6875em) {
	.site-content {
		/**
		* Margin shows the sidebar.
		 */
		margin: 0;
		padding: 0 10px;
		width: 100%;
	}

	#masthead {
		position: relative;
		z-index: 30;
	}

	.secondary-toggle {
		display: block;
		visibility: visible;
	}

	.sidebar {
		position: fixed;
		width: 23% !important;
		margin-right: 0;
		left: -23%;
	}

	.secondary {
		width: 100%;
		overflow-y: auto;
		position: relative;
	}

	.sidebar, .secondary {
		top: 0 !important;
		height: 100% !important;
		z-index: 100;
	}

	.sidebar.w3-show, .secondary.toggled-on {
		-webkit-animation: slide 1s forwards;
		-webkit-animation-delay: 0s;
		animation: slide 1s forwards;
		animation-delay: 0s;
	}

	@-webkit-keyframes slide {
		100% {
			left: 0;
		}
	}

	@keyframes slide {
		100% {
			left: 0;
		}
	}

	body:before {
		display: none;
		visibility: hidden;
	}

	.widget {
		margin: 0 0 10%;
		padding: 0 10%;
	}

	.secondary-toggle.white {
		color: white;
		top: 64px;
		position: absolute;
		margin: 10px;
		display: block;
		visibility: visible;
	}
}

@media screen and (min-width: 46.25em) {
	.site-title {
		font-size: 2.3rem;
	}
	.site-description {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1400px) {
	.site-title {
		font-size: 4.6rem;
	}
	.site-description {
		font-size: 2.50rem;
	}
}

.widget {
	color: white;
}

.widget-title {
	color: white;
	border-style: solid;
	border-bottom: 1px solid navajowhite;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
	cursor: pointer;
}

.sidebar .secondary {
	background-color: black !important;
	color: white !important;
}

.sidebar .secondary a {
	color: navajowhite;
}

.noDisplay > ul {
	display: none;
	visibility: hidden;
}

.noDisplay > h2::after {
	content: "+";
	margin-left: 5px;
	color: navajowhite;
	cursor: pointer;
}

/**
* Social Media
 */

@font-face {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-rss:before {
	content: "\f09e";
}
.fa-youtube:before {
	content: "\f16a";
}

.header-area ul.social-bookmarks li i, .header-area ul.brands li i {
	line-height: 56px;
}

ul.social-bookmarks {
	margin: auto;
}

ul.social-bookmarks li i, ul.brands li i {
	width: 100%;
	height: 100%;
	font-size: 23px;
}

ul.social-bookmarks li, ul.brands li {
	display: inline-block;
	margin: 4px 25px 4px 0;
}

#my-calendar, #ajax_ac_widget th, #ajax_ac_widget tr {
	font-size: 10pt !important;
}

#my-calendar tbody {
	background-color: white;
	color: black;

}

.notday {
	padding: 0;
}

.post-navigation a:hover:before, .post-navigation a:focus:before {
	opacity: 0.7;
}

.post-navigation a:before, .post-navigation a:before {
	opacity: 0.5;
}

.nav-links {
	background: black;
}

.post-title, .meta-nav {
	opacity: .8;
	background: black;
	padding: 10px;
	color: white !important;
}

.meta-nav {
	display: inline !important;
	padding: 10px 10px 3px 10px;
}

.cmra-search-input::-webkit-input-placeholder::placeholder {
	content: "News Search...";
}

.cmra-js-placeholder strong:nth-of-type(2):before {
	content: ' ';
	display: block;
}

h2 a img {
	padding-right: 10px;
}


h2 a::after {
	display: none;
	visibility: hidden;
}

#ts-main-toggle:hover, #ts-main-toggle:focus, #ts-main-toggle {
	border: 2px solid rgba(51, 51, 51, 0.3);
}

.page-numbers {
	color: white;
}

#page {
	margin: 0 auto 10px auto;
}

.site-description {
	margin-top: 0;
}

.site-header {
	margin: 0;
	width: 100%;
	padding: 0 0 10px 0;
}

article embed, article iframe, article object, article video {
	margin-bottom: 1.6471em;
	float: left;
	padding: 10px;
}

.main-navigation {
	margin: 0 0 10%;
	padding: 0 10%;
}


@media screen and (min-width: 46.25em) {
	.type-post.single .entry-header {
		line-height: 1.2;
		margin-bottom: 1.2em;
	}
}
@media screen and (min-width: 55em) {
	.type-post.single .entry-header {
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}
}
@media screen and (min-width: 59.6875em) {
	.type-post.single .entry-header {
		line-height: 1.1613;
		margin-bottom: 1.1613em;
	}
}


@media screen and (min-width: 68.75em) {
	.type-post.single .entry-header {
		line-height: 1.2;
		margin-bottom: 1.2em;
	}
}
@media screen and (min-width: 77.5em) {
	.type-post.single  .entry-header {
		line-height: 1.24;
		margin-bottom: 1.24em;
	}
}

.type-post.single h1.entry-title {
	line-height: initial;
	margin-bottom: 0;
}

.the-author {
	font-size: 12pt;
	font-style: italic;
}

#cat2 {
	width: 100%;
}