/*
 Theme Name:     BJR responsive child
 Theme URI:      http://www.bernicejohnsonreagon.com/twenty-thirteen-child/
 Description:    Responsive Child Theme
 Author:         Lydia Mann
 Author URI:     http://www.bernicejohnsonreagon.com
 Template:       responsive
 Version:        1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #370E0C;
}

p, hr, dl, pre, form, table, address, blockquote {
	margin: .8em 0;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Slab', serif;
	line-height: 1.1;
	margin: 1em 0 .25em;
	color: #874539;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #06C;
}
.post-title {
	margin-top: .5em;
}
h1.post-title,
h3, 
h5 {
	margin-top: 0;
}
h1.entry-title, h2 {
	font-size: 28px;
}
h2.title, li h2 {
	margin-top: 0;
}
h3 {
	font-size: 22px;
}
.colophon-widget h3 {
	color: #fff;
}
.widget-title h3, .widget-title-home h3 {
	font-size: 14px;
	line-height: 1.2;
	padding: 0;
}
h4, h5 {
	font-size: 20px;
}
h4 {
	text-transform: uppercase;
	margin-left: 1.5em;
}
.post-data {
	text-transform: uppercase;
}
cite {
	font-size: 95%;
	font-style: italic;
	line-height: 1.3em;
	margin: 0;
}
#footer {
	font-size: 14px;
}


/* =Layout
-------------------------------------------------------------- */
#logo img {
	max-width: 960px;
	width: 100%;
}
.home h1.entry-title.post-title {
	display: none;
}
#wrapper {
	padding: 0 3rem;
}
#content, #content-full {
	margin-top: 10px;
}
.col-460 {
	width: 45.936170212766%;
}
#footer {
	max-width: 910px;
	margin-top: -20px;
	color: #fff;
	background-color: #06c;
}
blockquote {
	color: #b72d01;
	padding: 0 2em;
	border: none;
	background: url("/bjr/wp-content/uploads/2014/11/bq.gif") 0 1em no-repeat;
}

img, .intro {
	border-radius: 4px;
}
pre {
	background: transparent;
	webkit-border-radius, -webkit-box-shadow, -webkit-box-sizing, box-shadow: none;
	border: none;
	padding: 1em 0;
	vertical-align: middle;
}
#post-thumbnail {
	float: right;
	width: auto;
	min-width: 200px;
	max-width: 400px;
}
.widget-wrapper {
	margin: 20px 0;
}
.top-widget { /* lengthen search form */
	width: 90%;
	margin-bottom: 10px;
}
#social {
	float: right;
	width: auto;
	margin: 0;
}
.copyright {
	padding-bottom: 40px;
}
.navigation {
	width: 100%;
	clear: both;
	margin: 10px 0 0;
}
.navigation a {
	font-size: 16px;
	font-family: "Roboto Slab", serif;
}
.right-arrow, .left-arrow {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: 4px;
}
.right-arrow {
	float: right;
	border-left: 10px solid #06c;
}

.left-arrow {
	float: left;
	border-right:10px solid #06c; 
}


/* =Lists
-------------------------------------------------------------- */
dt {
	font-weight: bold;
	margin: 0;
}
dd {
	font-weight: normal;
	margin: 0 0 1em 1em; 
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #0066cc;
	font-weight: 400;
	text-decoration: none;
}

.navigation a {
	color: #06c;
}


/*  MENU COLORS:  top=transparent ; #b72d01=bright ; #2f0f10=dark */
.menu { 
	background-color: #fff;
	background-image: none;
	background: #fff;
	width: 100%;
	margin: 0 0 20px;
	font-size: 14px;
}
.menu li {
	margin-right: 2em;
	background-color: #fff;
}
.menu li a {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #06c;
	background-color: #fff;
/*		border: 1px solid #EA8915;
	box-shadow: 1px 1px 10px #EA8915;
	border-radius: 10px;
	border-width: 1px 0; */
	border: 0px solid #fff;
	border-bottom: 4px solid #fff;
	text-shadow: none;
	box-shadow: none;
}

.menu .current_page_item a, .menu .current-menu-item a, .menu a:hover {
	background-color: transparent; /* #b72d01 */
	color: #b72d01;/*#eac415*/
	border-bottom: 2px solid #EA8915;
}


a:hover,
a:focus,
a:active,
::selection {
	color: #000;
	outline: 0;
	background: transparent;
	text-shadow: none;
}

.menu li:hover, .menu a:hover {
	color: #b72d01;
	background-color: #fff !important; /* get rid of dark right bar on hover*/
	background-image: none; /* get rid of dark bg on hover*/
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #EA8915;
}

#footer a, #footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/* =media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 640px)  {
	body {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	#container {
		width: 100%;
		padding: 0 .25em .25em;
	}
	.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
		width: 100%;
		margin: 0;
	}
	#s {
	 	width: 70%;
	}
	h1.entry-title, h2 {
		font-size: 18px;
	}
	h3, h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	blockquote {
		clear: both;
		width: 90%;
		font-size: 105%;
	}
	#footer {
		max-width: 6404px;
		margin-top: 0;
	}
}
			
@media only screen and (max-width: 479px) {
	body {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	#container {
		width: 100%;
		padding: 0 .25em .25em;
	}
	.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
		width: 100%;
		margin: 0;
	}
	#s {
	 	width: 70%;
	}
	h1.entry-title, h2 {
		font-size: 18px;
	}
	h3, h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	blockquote {
		clear: both;
		width: 90%;
		font-size: 105%;
	}
	#footer {
		max-width: 479px;
		margin-top: 0;
	}
}
@media only screen and (min-device-width: 413px) and (max-device-width: 415px) { 
	body {
		font-size: 14px;
	}
	#container= {
		margin: 0;
		padding: 0 .25rem .25rem;
	}
	.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
		width: 100%;
		margin: 0;
	}
	h2 {
		font-size: 20px;
	}
	h3, h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	blockquote {
		clear: both;
		width: 90%;
	}
	#footer {
		max-width: 413px;
		margin-top: 0;
	}
}
@media only screen and (min-device-width: 374px) and (max-device-width: 376px) {  
	body {
		font-size: 14px;
	}
	#container, #wrapper {
		margin: 0;
		padding: 0 .25rem .25rem;
	}
	.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
		width: 100%;
		margin: 0;
	}
	blockquote {
		clear: both;
		width: 90%;
	}
	#footer {
		max-width: 374px;
		margin-top: 0;
	}
}
@media only screen and (min-device-width: 359px) and (max-device-width: 361px) { 
	body {
		font-size: 14px;
	}
	#wrapper {
		width: 90%;
		margin: .25rem;
		padding: 0 .25rem .25rem;
	}
	.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
		width: 100%;
		margin: 0;
	}
	blockquote {
		clear: both;
		width: 90%;
	}
	#footer {
		max-width: 359px;
		margin-top: 0;
	}
}
@media only screen and (min-device-width: 319px) and (max-device-width: 321px) { 
	body {
		font-size: 14px;
	}
	#wrapper {
		width: 90%;
		margin: .25rem;
		padding: 0 .25rem .25rem;
	}
	.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
		width: 100%;
		margin: 0;
	}
	blockquote {
		clear: both;
		width: 90%;
	}
}




