/*
Theme Name: Hope Street Thinking
Theme URI: http://www.creativefelines.com/
Author: Rob Shedwick
Author URI: http://www.creativefelines.com/
Description: Hope Street Thinking custom site by The Creative Cats
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bertie
Tags: base, development, underscores, bootstrap

Hope Street Thinking is based on Underscores http://underscores.me/ ((C) 2012-2015 Automattic, Inc.)
and Bootstrap ((C) Twitter)
*/

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

a {
	color: #b04203;
}

a:hover {
	color: #b04203;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn-primary {
	background: #b04203;
	border-color: #8e3300;
}

.btn-primary:hover {
	background: #8e3300;
	border-color: #8e3300;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
    background: #b04203;  
}

/*--------------------------------------------------------------
Post Meta
--------------------------------------------------------------*/
.entry-meta .posted-on {
	margin-right: 20px;
}

.posted-on .fa, .byline .fa , .entry-meta span .fa{
	color: #b04203;
}

.posted-on a, .byline a {
	color: #b04203;
	text-decoration: none;
}

.posted-on a:hover, .byline a:hover {
	text-decoration: underline;
}

.entry-meta span {
	margin-right: 20px;
	display: inline-block;
}
 
.entry-meta span:last-child {
	margin-right: 0;
}
 
.entry-meta span a {
	color: #b04203;
	text-decoration: none;
}
 
.entry-meta span a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#colophon{
	background:#7f7f7f;
	background:rgba(0,0,0,0.85);
	border: none;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-menu {
	margin-left:0;
	padding:0 0 30px 0;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
	border-left:1px solid #ddd;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.copyright {
	float: left;
}

/*--------------------------------------------------------------
# Word-break
--------------------------------------------------------------*/
#primary, #secondary {
	-ms-word-break: normal;
	word-break: normal;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.front-page-widget h2 {
	/*padding-top: 15px;*/
	text-align: center;
}
.front-page-widget {
	background:#7f7f7f;
	background:rgba(0,0,0,0.85);
	border: none;
	border-radius: 5px;
}

.panel {
	background:#7f7f7f;
	background:rgba(0,0,0,0.85);
	border: none;
}

.panel-default>.panel-heading {
	background:#7f7f7f;
	background:rgba(0,0,0,0.9);
	border: none;	
}

.panel-title {
	font-family: 'Happy Monkey', cursive;
	color: #b04203;
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	list-style: none;
	padding-left: 8px;
}

#wp-calendar {max-width: 95%; margin: 0 auto;}
#wp-calendar tbody td { text-align: center; padding:0;}
#wp-calendar thead th { text-align: center; padding:0;}
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

.widget-area ul { list-style: none;}

#secondary .form-search {
	padding: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body {
	color: #fff;
}

h1 {
	font-family: 'Happy Monkey';
	font-weight: 700;
	text-transform: capitalize;
	color: #b04203;
}

.entry-title {
	text-align: center;
}

h2 {
	font-family: 'Happy Monkey';
	font-weight: 700;
	text-transform: capitalize;
	color: #b04203;
}

.entry-content {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

body.custom-background {
	max-width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}


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

.hentry {
	margin: 0 0 1.8em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.8em;
}

#page .hentry {
	margin: 0 0 1.8em;
	border-bottom: none;
	padding-bottom: 1.8em;
}

.byline,
.updated:not(.published) {
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.archive-wrapper {
	*zoom: 1;
	width: 100%;
	padding: 15px;
	background:#7f7f7f;
	background:rgba(0,0,0,0.85);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.no-results {
	*zoom: 1;
	width: 100%;
	padding: 15px;
	background:#7f7f7f;
	background:rgba(0,0,0,0.85);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

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

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

.author-meta {
	margin-top: 40px;
}

.author-meta .avatar {
	border-radius: 50%;
}

.author-meta .fa{
	font-size: 22px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*.bypostauthor {
	display: block;
}*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
 
.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}
 
ol.comment-list {
	list-style:none;
	padding-left: 0;
}
 
.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}
 
.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}
 
.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
 
.comment-details .reply {
	margin-top: 10px;
}
 
.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}
 
#commentform #comment {
	width: 100% !important;
}
 
#commentform #submit {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
 
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
 
#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
}

/* Responsive images */
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 5px;
}

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

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

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

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

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	/*--------------------------------------------------------------
	Navbar
	--------------------------------------------------------------*/
	/*navbar background*/
	.navbar {
		background:#7f7f7f;
		background:rgba(0,0,0,0.85);
		border: none;
	}

	/*default brand colour*/
	.navbar-default .navbar-brand {
		font-family: 'Happy Monkey', cursive;
		color: #b04203;	
	}

	/*brand hover*/
	.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
		color: #fff;
	}

	/*navbar link colour*/
	.navbar-default .navbar-nav>li>a {
		color: #b04203;
		font-weight: 700;
	}

	/*navbar link colour hover*/
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #fff;
	}

	/*navbar active item top level*/
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background:#7f7f7f;
		background:rgba(0,0,0,0.85);
		color: #b04203;
	}

	/*navbar selected item top level*/
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #fff;
		background:#7f7f7f;
		background:rgba(0,0,0,0.85);
	}

	/*navbar dropdown*/
	.navbar-nav>li>.dropdown-menu {
		background:#000;
		color: #fff;
	}

	/*navbar dropdown font*/
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.dropdown-menu>li>a {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #b04203;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:hover {
		background: none;
		color: #fff;
	}

	/*navbar dropdown active item*/
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus,
	.dropdown-menu>.active>a:hover {
		background: none;
	}
	.well-page {
		color: #fff;
		background:#7f7f7f;
		background:rgba(0,0,0,0.85);
		border: none;
		padding: 0 5% 5% 5%;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.well {
		color: #fff;
		background:#7f7f7f;
		background:rgba(0,0,0,0.85);
		border: none;
		padding: 5%;
	}

	
	h1, h2, h3, .h1, .h2, .h3 {
		margin-top: 0;
	}
	.well-page img {
		border: 0;
		max-width: 100%;
		height: auto;
		vertical-align: top;
		border-radius: 5px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	img {
		max-width: 100%;
	}

	

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.copyright {
		float: right;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
