/*
 Theme Name:   DeAnne Smith
 Description:  Custom theme for DeAnne Smith. Child theme of Hemingway (don't delete Hemingway theme)
 Author:       Cee
 Author URI:   http://www.dapperdigital.net
 Template:     hemingway
 Version:      1.0.0
 Text Domain:  hemingway-child
*/



body.home h1.post-title {
	display: none;
}

body.home .post-header {
	margin: 0;
}

body.page-id-9 .post-content img {
	margin: 0 auto;
	display: block;
	text-align: center;
}


.blog-info {
	display: none;
}

.header {
	height: 420px !important;
	height: 300px !important;
}

.navigation {
	position: relative;
	z-index: 150;
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
	height: 65px;
	margin-bottom: -65px;
}

.navigation-scrolled {
        position: fixed; 
        top: 0px;
        width: 100%;
        z-index: 150;
        display: block;
}

.section.bg-dark {
	background: #0e1a18;
}

.section.bg-dark-light {
	background: #f7f7f7;
}

.wrapper {
	margin-top: 120px;
	padding-top: 30px;
}

/*
.section-inner {
	max-width: 88%;
}
*/

.blog-menu a {
    padding: 27px 19px;
}

.toggle-container {
	background: transparent !important;
}


.blog-search #s {
	max-height: 55px;
}

.blog-search, .navigation {
	background: #0e1a18;
}

.mobile-menu a {
	background: #0e1a18;
}

/*
.widget_quotescollection {
	margin-top: 40px;
	padding: 50px 30px;
	background: #efefef;
	border: 6px double #fff !important;
}

.widget_quotescollection:before {
	content: open-quote;
	content: '“';
	font-style: italic;
	font-family: helvetica;
	font-size: 10em;
  	line-height: 0.1em;
  	margin-right: 0.25em;
  	vertical-align: -0.4em;
}
*/

.quotescollection-quote  {
	background: #f4edd7;
	background: #f7f5e7;
	background: #edf6f7;
	background: #f6fafb;
  	background: #f9f9f9;
  	border-left: 10px solid #888;
  	border-left: 10px solid #e1bb50;
  	margin: 40px 0 20px 0;
	padding: 50px 50px 50px 20px;
  	quotes: "\201C""\201D""\2018""\2019";
	border-radius: 0 15px 15px 0;
}

.quotescollection-quote:before {
  	color: #888;
	color: #e1bb50;
  	content: open-quote;
	font-family: helvetica;
  	font-size: 20em;
  	line-height: .4em;
	line-height: 80%;
  	margin-right: 30px;
	vertical-align: 0em;
	float: left;
	margin-top: -10px;
}

.quotescollection-quote p {
	margin-left: 100px;
}

.widget_quotescollection p {
	line-height: 140%;
}

.widget_quotescollection h2 {
	display: none;
}

.quotescollection-quote footer.attribution {
	margin: 20px 0 40px 0;
	margin: 20px 0 0 0;
	color: #888;
}

#mc_embed_signup form {
	padding: 0 !important;
	margin-top: 20px;
}

#mc_embed_signup input {
    border: 1px solid #eee !important;
}

#mc_embed_signup .indicates-required {
	display: none;
}

input:focus { outline: none; }

.blog-menu li:hover a {
    background-color: transparent;
}

#ytc-wrapper .col-md-6 {
	width: 100% !important;
}

.ytc-promotion {
	display: none;
}

.footer .ytc-thumbnails {
	display: none;
}

.sidebar h2 {
	line-height: 140%;
}


.genericon {
	font-size: 45px !important;
}

.genericon:hover {
	text-decoration: none !important;
}

.widget-content ul li {
	border: none !important;
}

.gigpress-sidebar-venue a,
.gigpress-sidebar-venue a:hover {
	color: #555;
	text-decoration: none;
	cursor: text;
}

.gigpress-info-item {
	display: block;
	margin-bottom: 18px;
	line-height: 150%;
}

.gigpress-info-label {
	font-weight: bold;
	margin-right: 5px;
}

.gigpress-links-cell {
	vertical-align: top;
}



@media (min-width: 1800px) {
	.big-wrapper {
		background: url(images/deanne-background.png) right 0px bottom 550px  no-repeat;
	}
}

/*
@media (min-width: 800px) {
	.header {
		background-size: auto !important;
	}
*/
		
@media (max-width: 800px) {
	.content,
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.sidebar { 
		display: block;
		margin-top: 50px;
		padding-top: 50px;
		border-top: 3px solid #eee;
	}

/*
	.header {
		background-size: cover;
	}
*/
}



@media (min-width: 1200px ) {
	.header {
		background-size: auto;
		-moz-background-size: auto;
		-webkit-background-size: auto;
	}
}
