/*
Theme Name: Secor Funeral Home 2015
Theme URI: https://secorfuneralhomes.com
Author: HB2Web
Author URI: https://hb2web.com
Template:  twentyfifteen
Description: Built for Secor Funeral Homes
Version: 1.0
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: secor2015

*/

@import url(//fonts.googleapis.com/css?family=Oranienbaum);

body{
	background:#6C2733;
}

h1,h2,h3{
	font-family:'Oranienbaum',serif;
}

@media screen and (min-width: 46.25em){
	.site-header {
	  margin: 0 0 5% 0;
	}
	.sidebar{
		max-width:220px;
	}
}

div#sidebar{
  background: #6C2733;
}
.site-header {
	background-color:#fff !important;
}
main#main {
  background: #6C2733;
}

h1.entry-title {
  font-weight: normal;
  font-style: italic;
  border-bottom:1px #333 solid;
  padding-bottom:0.2em;
}
.main-navigation ul,
.main-navigation li{
	border:none;
}
.main-navigation a{
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	margin:0.2em 0;
	font-weight:bold;
}
/* Mark did not want (5/28/2015)
.main-navigation li:last-of-type a{
background: #ffffff;
color:#6C2733;
} */

p {
    margin-bottom: 10px;
}
img.wp-post-image{
    margin: 0 auto 50px auto;
    display: block;
}

.post-thumbnail img{
	max-width:300px;
}

.condolences{
	border-top:1px #444 solid;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
}
.condolence{
	margin:10px 0;
	padding:20px 0;
	border-bottom:1px #ccc solid;
}
.success_status {
    min-height: 200px;
}

@media screen and (min-width: 77.5em){
	p{
		margin-bottom:10px;
	}
}
@media screen and (min-width: 59.6875em){
	p{
		margin-bottom:10px;
	}
	.site-main {
	  padding: 0 2%;
	}
	.sidebar{
		max-width:280px;
	}
	.site-header {
		padding:0 20%;
	}
	
	.main-navigation {
		margin: 0 0% 20%;
	}
	.site-content{
		margin-left:20%;
		width:80%;
	}
	.hentry, .page-header, .page-content {
		padding-top:5%;
	  margin: 0px 0.3333%;
	}
	.entry-header{
		padding:0 6%;
	}
	.entry-content, .entry-summary {
		padding: 0 6% 10%;
	}
}

@media screen and (min-width: 46.25em){
	p{
		margin-bottom:10px;
	}
	.main-navigation a {
	  padding: 0.5em 0.5em;
	}
	.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
	  margin-top: 0;
	}
}

.entry-content a{
	color:#6C2733;
}

.post-thumbnail img{
	margin:20px auto;
}

.site-footer{
	background-color:#6C2733;
}
.site-info a {
	color:#fff;
}

.post-navigation{
	display:none;
}

.secondary-toggle:before {
    color: #333;
    content: "menu";
	font-family: "Arial";
	line-height:2.7em;
}
.site-branding img {
    max-width: 200px;
}