/*
Theme Name:     Object Lessons
Theme URI:      http://objectsobjectsobjects.com
Description:    Wordpress theme for Object Lessons
Author:         Design by AH
Author URI:     http://designbyah.com
Template:       the-bootstrap                         
Version:        0.1.0
*/
@import url("../the-bootstrap/style.css");

/* =Global Overides & Additions
-------------------------------------------------------------- */
body {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFF;
	line-height: 24px;
}
#page {
	background: transparent;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: rgba(255,255,255,.7);
}
:hover,
a.btn:hover {
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
}
.label {
	background: rgba(0,0,0,.15);
	text-shadow: none;
	padding: 3px 5px;
	font-weight: 200;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	letter-spacing: 3px
}
h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:14px;}
h4{font-size:17.5px;}
h5{font-size:14px;}
h6{font-size:11.9px;}
.btn {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn {
	padding: 4px 12px;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	text-shadow: none;
	background-color: #f5f5f5;
	background-image: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul>li>a, 
.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background: rgba(0,0,0,.15);
	border: none;
	border-left-width: 0;
	color: #FFF;
}
.pagination ul>li>a:hover, 
.pagination ul>.active>a, 
.pagination ul>.active>span,
.pagination ul>.active>a.current {
	background: rgba(0,0,0,.3);
}
/* =Header
-------------------------------------------------------------- */
.navbar .nav {
	float: none;
	text-transform: uppercase;
}
.navbar-inverse .brand {
	display: none !important;
}
.navbar-inverse .navbar-inner {
	background: rgba(0,0,0,.15);
	border: none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-inverse .navbar-inner.dark {
	background: #222;
	border: none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .5);
    padding: 10px 0;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	color: #FFF;
	text-shadow: none;
	letter-spacing: 2px;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a:hover {
	opacity: .8;
}
.navbar-inverse .nav .active>a{
	background: none;
	opacity: .8;
	box-shadow: none;
}
/* Centered Logo in Navbar */
.navbar-inner .logo {
    width: 30%;
    margin-bottom: -60px;
}
.navbar-inner {
     text-align: center;  
     margin-top: -20px; 
}
#menu-main-menu {
    width: 1000px;
    margin: 0 auto;
}
#menu-item-57 { 
    margin-right: 34%;
}
.navbar .nav>li>a {
    font-size: 14px;
    padding: 10px 10px 10px;
}
body.home #menu-main-menu {
	width: 800px;
	margin: 0 auto;
}
body.home #menu-item-57 {
    margin-right: 0;
}
body.home .navbar-inner {
	margin-top: 0;
}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* =Pages
-------------------------------------------------------------- */
h1.entry-title,
h1.page-title {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	margin: 2.0em 0 0 0;
}
hr {
	width: 50%;
	margin: 20px auto 100px auto;
}
.text-center.icon {
	margin-bottom: 20px;
}
.page-header {
	padding: 0;
	border: none;
}
h2.subtitle,
.category-archive-meta p{
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 24px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
article.post-1227 h2 {
	font-size: 18px;
	line-height: 22px;
	margin-top:25px;
}
/* All Other Pages */
body {
	background: #333;
}
/* About Page */
body.page-id-4  {
	background: #a84d96;
}
/* Contact Page */
body.page-id-5  {
	background: #FFB600;
}
/* Workshop App Page */
body.page-id-1227  {
	background: #e20177;
}

/* Books Pages */
body.category-books {
	background: #00AD9F;
}

/* Essays Page */
body.category-essays {
	background: #F3782C;
}

/* =Essays Page Specific Styles
-------------------------------------------------------------- */
body.category-essays .entry-content .post-thumbnail {
	margin: 0 0 20px 0;
}
body.category-essays .entry-content .post-thumbnail > img {
     width: 100%;
     height: auto;   
}


/* =Homepage Specific Styles
-------------------------------------------------------------- */
body.home {
	background: #00ADEE;
}
body.home .hero {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
body.home .hero .span4-lr {
	width: 15%;
}
body.home #site-title,
body.home #site-description {
	color: #FFF;
}
body.home #site-title {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 3%;
	margin-top:3%;
	padding-right: 2%;
	padding-left: 2%
}
body.home #site-description {
	font-weight: 100;
	font-size: 24px;
	max-width: 920px;
	margin: 0 auto 2% auto;
	padding-right: 2%;
	padding-left: 2%
}
body.home #series-endorsements {
	font-weight: 100;
	font-size: 20px;
        line-height: 35px;
	margin: 0 auto 2% auto;
	padding-top:30px!important;
	padding-left:20%!important;
	padding-right:20%!important;

}
body.home .hero a.btn {
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	background: transparent;
}
body.home .hero a.btn:hover {
	opacity: .8;
	color: #FFF;
	text-decoration: none;
}
body.home .hero a.btn-primary {
	border-radius: 0;
	border: none;
	background: #FFF;
	color: #00ADEE;
	font-weight: 700;
	-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    width: 100%;
    padding: 20px 0;
    text-decoration: none;
}
body.home .arrow {
	position: relative;
	margin-bottom: 0;
	bottom: 0; 
	left: 47%;
	margin: 0 auto;
	padding-bottom: 20px;
}
body.home .arrow a:hover {
	opacity: .5;	
}
body.home .logo {
	display: none;
}
body.home .hero a.btn-primary:hover {
	color: #00ADEE;
}
body.home .hero a.btn-link {
	padding: 20px 0;
	text-decoration: none;
}
body.home article.post {
    margin-bottom: 40px;
}
body.home .category-archive-meta p {
	margin-bottom: 10px;
}
body.home .category-archive-meta img {
	margin-bottom: 60px;
}
body.home #objects {
	margin-top: 100px;
	padding-top: 40px;
}
body.home .view-all {
    text-align: center;
    margin-bottom: 3.0em
}
body.home #objects .btn-large {
     background: rgba(0,0,0,.15);
     color:  #00ADEE;
     text-transform: uppercase;
     font-weight: 700;
     letter-spacing: 3px;
     padding: 10px 60px;
     text-decoration: none;
}
body.home #objects .btn-large:hover {
     background: rgba(0,0,0,.35);
     text-decoration: none;
}
/* =Contact Form Specific Styles
-------------------------------------------------------------- */
body.page-id-1227 div.form-box span {
	word-break:break-word;
	white-space: normal;
	line-height:1.4em;
}
body.page-id-1227 div.form-box p {
	word-break:none;
	white-space: normal;
}

body.page-id-1227 p.heading {
 	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
}
body.page-id-1227 div.form-box {
	margin-bottom:25px;
	border: 1px solid #FFF;
	padding: 15px;
	border-radius: 5px;
-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
}
body.page-id-5 textarea {
	width: 98%;
	background: rgba(255, 255, 255, 1.0);
	border: none;
	color: #FFB600;
	-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    margin: 10px 0;
}
body.page-id-1227 textarea {
	width: 98%;
	background: rgba(255, 255, 255, 1.0);
	border: none;
	color: #e20177;
	-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    margin: 10px 0;
}
input[type="radio"], input[type="checkbox"] {
	margin-bottom: 5px;
}
span.wpcf7-not-valid-tip {
	position: absolute !important;
	top: 0% !important;
	left:-200px !important;;
	z-index: 100;
	background: transparent!important;
	border: 0px solid #ff0000 !important;
	font-size: 10pt !important;
	width: 200px !important;
	color: white;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
}
body.page-id-5 input[type="text"], body.page-id-1227 input[type="text"],
body.page-id-5 input[type="email"], body.page-id-1227 input[type="email"], body.page-id-1227 input[type="url"], body.page-id-1227 select {
	background: transparent;
	border: none;
	border-left: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
	width: 96%;
	margin-top: 10px;
}
body.page-id-1227 select {
	background: transparent;
	border: none;
	border: 1px dotted #FFF;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
	width: 100%;
	margin-top: 10px;
}
body.page-id-5 input[type="submit"] {
	background: #FFF;
	border: none;
	box-shadow: none;
	color: #FFB600;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    	box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
}
body.page-id-1227 input[type="submit"] {
	background: #FFF;
	border: none;
	box-shadow: none;
	color: #e20177;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
   	 box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
}

body.page-id-1227 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e39fc2 !important;
}
body.page-id-1227 input::-moz-placeholder { /* Firefox 19+ */
  color: #e39fc2 !important;
}
body.page-id-1227 input:-ms-input-placeholder { /* IE 10+ */
  color: #e39fc2 !important;
}
body.page-id-1227 input:-moz-placeholder { /* Firefox 18- */
  color: #e39fc2 !important;
}

body.page-id-1227 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e39fc2 !important;
}
body.page-id-1227 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #e39fc2 !important;
}
body.page-id-1227 textarea:-ms-input-placeholder { /* IE 10+ */
  color: #e39fc2 !important;
}
body.page-id-1227 textarea:-moz-placeholder { /* Firefox 18- */
  color: #e39fc2 !important;
}

body.page-id-1227 .wpcf7-file {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1em;
	margin-top:0.5em;
}
body.page-id-1227 .smaller {
	font-size: 0.8em;
	display:block;
	position:relative;
	top:-0.5em;
}
body.page-id-5 input[type="submit"]:hover, body.page-id-1227 input[type="submit"]:hover {
	background: #e39fc2;
}
/* =Posts
-------------------------------------------------------------- */
.post,
.search .page {
	background: #FFF;
	color: #222;
	padding: 20px;
	margin-left: 0px;
	-webkit-box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    box-shadow:  3px 3px 0px 0px rgba(0, 0, 0, .15);
    height: auto;
}

.sub-title {
	margin-top: -10px;
	margin-bottom: -10px;
}
.post .meta,
.post .meta a {
	color: rgba(0,0,0,.4);
	font-family: "Georgia", "Times New Roman", Serif;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}
.post .btn.meta {
    display: block; 
}
.post a.meta:hover {
     text-decoration: none !important;   
}
.home .category-essays .post-thumbnail {
    margin-bottom: 0;
}
.post .span2 {
	margin-left: 0;
}
.post p.last {
	margin-bottom: 0;
}
a.thumbnail:hover {
	border-color: #CCC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.post a {
     color: #222;   
}
.post ul.inline li {
    width: 30%;
    text-align: center;
    /*border-left: 1px solid #EEE;*/
}
.post ul.inline li:first-child {
     border: none;  
}
.post a:hover {
	color: rgba(0,0,0,.6);
	text-decoration: none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	text-decoration: underline;
}

.post p.entry-title {
	text-align: left;
	font-size: 21px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 21px;
}
.entry-content,
.book.post-thumbnail {
	margin-bottom: 0 !important;
}
.post a.mobile {
	display: none;
}
.category-books p.entry-title {
     margin-bottom: .5em;   
}
/* =Posts
-------------------------------------------------------------- */
#colophon {
	background: #222;
}
#colophon .span3.first {
	margin-left: 0;
}
#colophon .span3 img {
	max-width: 80%;
	margin: 0 auto;
}
#colophon {
	padding: 4.0em 0;
}
#page-footer {
	background: #000;
	padding-top: 20px;
}
#page-footer .pull-right {
	margin-right: 50px;
}
#page-footer .pull-right a{
	opacity: .5;
}
#page-footer .pull-right a:hover{
	opacity: 1.0;
}
#page-footer .nav-pills>li>a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.nav>li>a:hover,
.nav-pills>.active>a, 
.nav-pills>.active>a:hover {
	background: rgba(255,255,255,.2);
	color: rgba(255,255,255,.8);
}

/* Modal stuffs */
.modal {
  width: 90%;
  margin: 0 auto;
}
.modal-body {
  max-height: 100%;
  padding: 0;
}
.modal body img {
  width: 100%;
  height: auto;
}
.close {
  margin-bottom: -20px !important;
  margin-right: 5px;
  color: #FFF !important;
}

/* =Responsive Things
-------------------------------------------------------------- */
@media (min-width: 450px) {
  .modal {
    width: 400px;
    max-width: 416px;
    margin-left: -230px;
  }
}
@media (min-width: 1200px) {
	body {
		font-size: 16px;
	}
	#menu-main-menu {
	    width:1200px;
	}
	#menu-item-57 { 
	    margin-right: 34%;
	}
	.navbar .nav>li>a {
	     font-size: 16px;
	     padding: 10px 15px 10px;   
	}
	.post .meta a,
	.post .meta {
		font-size: 14px;
	}
	.post p {
    	margin-bottom: 1.0em;
    }
    .sub-title {
		margin-top: -18px;
		margin-bottom: -10px;
		line-height: 21px;
	}
	.post .break {
        margin-top: 10px;
    }
}
@media (max-width: 979px) {
	body.home .hero .span4-lr {
		width: 100%
	}
	#page-footer {
		display: none;
	}
	.post {
		height: auto;
	}
	body.home .hero {
		padding-top: 2.0em;
	}
	body.home .text-right, 
	body.home .text-left{
		text-align: center;
	}
	.navbar-inverse .navbar-inner {
		background: #222 !important;
	}
	.navbar-inverse .brand {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		opacity: 1.0;
	}
	.navbar-inner {
     	text-align: left;
     	margin-top: 0;
	}
	body.home .logo,
	.navbar-inner .logo {
    	width: 40%;
    	margin-bottom: 0;
    	padding-top: 10px;
    	padding-left: 10px;
    	display: inline-block;
	}
	body.home #menu-main-menu,
	#menu-main-menu {
		width: 100%;
	}
	.arrow {
		display: none;
	}
	body.home #objects {
		margin-top: 0;
	}
	.post a.mobile {
		display: block;
	}
	.post a.desktop {
		display: none;
	}
}