/*
Theme Name: Scaffold
Description: A responsive theme, built with Bootstrap
Author: Jason King
Author URI: http://www.kingjason.co.uk/
Version: 0.1
*/

/* Import Bootstrap CSS
----------------------------------- */

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-theme.css');



/* Import other CSS
----------------------------------- */

@import url('css/gravity-forms.css');
@import url('css/fonts.css');
@import url('css/navigation.css');
@import url('css/media-queries.css');


/* General structure
----------------------------------- */

body {
	background: url(images/bg-body.jpg) repeat;
	padding-top: 4rem;
	}

.post {
	margin-bottom: 30px;
	}

.single .meta {
	padding: 1rem 0 1rem 0;
	font-weight: bold;
	}

/* --- Sidebar --- */

#sidebar {
	padding-left: 4%;
	}
	
/* --- Footer --- */

footer {
	margin-top: 3rem;
	}

footer .row {
	padding-top: 1rem;
	padding-bottom: 2rem;
	}
	
#subfooter {
	padding-top: 1rem;
	}




/* Typography
----------------------------------- */


/* --- Font sizes --- */

.breadcrumbs {
	font-size: 1.6rem;
	}

p, li, .btn, input, select, .gfield_label {
	font-size: 1.8rem;
	}
	
h4, .meta {
	font-size: 2rem;
	}
		
p.lead, .jumbotron p {
	font-size: 2.2rem;
	}

.nav-tabs a {
	font-size: 2.6rem;
	}

h2 {
	font-size: 3.2rem;
	}

h1 {
	font-size: 3.6rem;
}



/* --- Quotes --- */

blockquote {
	display: block;
	position: relative;
	padding: 2rem 2rem 2rem 6rem;
	border: none;
	margin: 2%;
	}
 
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left: 20px;
	text-shadow: #999 2px 2px 2px;
} 

/* --- Paragraphs --- */

p.lead {
	margin-top: 3rem;
	margin-bottom: 2rem;
	}

/* --- Headings --- */

h1, h2 {
	text-shadow: #fff 1px 1px 1px;
	}

h2, h3 {
	padding: 2rem 0 1rem 0;
	}

h4 {
	padding: 1rem 0 0 0;	
	}

/* --- Letter spacing --- */

h1, h2, h3, h4, .btn {
	letter-spacing: .1rem;
	}

.page-header {
	margin-top: 10rem;
	}

/* Lists 
---------------------------------- */

/* --- in content --- */
	

/* --- in sidebar --- */

	#sidebar ul {
		padding-left: 25px;
		}

/* --- in footer --- */

	footer ul {
		padding: 0;
		}
		
	footer ul li {
		list-style: none;
		}
	

/* Links
----------------------------------- */

a {
	text-decoration: underline;
	}

/* Buttons
------------------------------------- */

.btn {
	text-decoration: none;
	margin-top: 10px;
	}
	
/* Icons
----------------------------------- */

a.btn .fa {
	padding-right: 10px;
	}
	
.fa-twitter,
.fa-facebook {
	padding-right: 10px;
	}

.fa-inverse {
	color: #000;
	}
	
/* Horizontal rule
----------------------------------- */	

hr {
	margin: 30px 0 30px 0;
	border-style: 2px dotted;
	}
	
/* Search forms
----------------------------------- */	

.form-control:focus {
	border: 1px solid #999;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	}

#searchform label {
	display: none;
	}
	
/* Video
----------------------------------- */

iframe {
	padding: 15px 0 20px 0;
	}

/* Breadcrumbs
----------------------------------- */

.breadcrumbs {
	padding-bottom: 3rem; 
	}

/* Images
------------------------------------- */

.alignleft {
	float: left;
	padding: 0 3rem 1rem 0;
	}

.alignright {
	float: right;
	padding: 0 0 1rem 3rem;
	}

.gallery img, .wp-post-image {
	border-radius: 50% 50%;
	border: 10px solid #f5f5f5;
	transition: all .2s ease-in-out;
	}
	
#sidebar .wp-post-image {
	margin: 0 3% 0 3%;
	}
	
a .wp-post-image:hover {
	border: 2px solid #ccc;
	transform: scale(1.2);
	}
	

/* Meta fields block
------------------------------------- */

ul.post-meta {
	margin: 0;
	padding: 0;
	}

ul.post-meta li {
	position: relative;
	list-style: none;
	margin: 1rem 0 1rem 0;
	padding: 1rem;
	font-weight: 700;
	}

span.post-meta-key {
	padding-bottom: .5rem;
	padding-right: 2rem;
	font-weight: normal;
	}
	
/* Jumbotron component
------------------------------------- */
	
.jumbotron {
	margin: 1rem 0;
	padding: 3rem 3rem 2rem 3rem;
	background-color: rgba(0,0,0,.04);	
	}
	
.container-fluid .jumbotron {
	border-bottom: #fff 3px dotted;	
	}

/* Darker
------------------------------------- */

.darker {
	background-color: rgba(0,0,0,.04);	
	}
	
/* Boxes
------------------------------------- */

.box {
    border-radius: 5px;
	background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 0 2rem 2rem;
    margin: 10rem 0 2rem 0;
	text-align: center;
	}

.box .wp-post-image {
    margin-top: -7rem;
	width: 150px;
	height: 150px;
	}

.box .info > p {
    text-align: justify;
	}

/* Toggable Nav Tabs component
------------------------------------- */	

.nav-tabs a {
	text-decoration: none;
	}
	
.nav-tabs li:first-child a {
	margin-left: 4rem;
	}
	
/* Carousel Ticker
------------------------------------- */	

#carousel {
	padding-left: 10rem;
	padding-right: 10rem;
	min-height: 15rem;
	background-image: linear-gradient( to bottom, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0) ); 
	}

.carousel-control {
	width: 7%;
	}	

.carousel-control.left,	
.carousel-control.right {
	background-image: none;
	}
	
/* Tables
------------------------------------- */

table {
	margin: 4rem 0;
	}