/*   
Theme Name: IJES
Description: A custom theme for International Jacques Ellul Society
Author: Wizzy Wig Design
Author URI: http://www.wizzywigdesign.com
*/
@import 'css/foundation.min.css';
/* ------------------------------- Variables and .less stuff -------------------------------------------*/
/* green */
/* grey */
/* gold */
.green {
  color: #81a45b;
}
.grey {
  color: #464646;
}
.gold {
  color: #d4a02c;
}
/* ---------- customize colors of foundation elements ---------- */
/* nav backgrounds */
.icon-bar,
.contain-to-grid,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
  background: #464646;
}
.top-bar-section ul li > a {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}
/* drop down menus left aligned for readability */
.top-bar-section .dropdown li {
  text-align: left;
}
/* success color */
button.success,
.button.success,
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success,
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus,
.top-bar-section ul li > a.button.success,
.top-bar-section ul li > button.success,
.alert-box.success {
  background-color: #96ce3e;
}
/* primary color */
button,
.button,
button.disabled,
button[disabled],
.button.disabled,
.button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus,
.top-bar-section ul li > a.button,
.top-bar-section ul li > button,
.top-bar-section ul li.active > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.no-js .top-bar-section ul li:active > a,
.icon-bar > a:hover,
.alert-box {
  background: #81a45b;
}
a,
.has-tip:hover,
.has-tip:focus,
.tooltip.opened {
  color: #81a45b;
}
.row,
.fl-row {
  font-family: 'Lora', serif;
}
/* -------------------------------------------------*/
/*call the gradient like this: .gradient(@fallback,@bottomcolor,@topcolor); */
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
header,
footer,
aside,
section,
input {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.titlefont {
  font-family: 'Roboto', sans-serif;
}
/* titles */
.bodyfont {
  font-family: 'Lora', serif;
}
/* body */
body .row {
  max-width: 70em;
}
/* ------------------------------- General Layout -------------------------------------------*/
.header .toplinks .social a {
  padding: 0 0 0 10px;
}
.header .toplinks .social i.fa {
  color: #5877a2;
}
.header .sistersoc a {
  color: #81a45b;
}
.header .sistersoc p {
  line-height: 1.1em;
  margin-top: 5px;
}
section.content {
  line-height: 1.6em;
  position: relative;
  padding: 20px;
}
footer {
  clear: both;
  display: block;
  position: relative;
  font-family: 'Lora', serif;
  color: white;
  background: #464646;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  padding: 10px 0;
  margin-top: 15px;
}
footer a {
  color: white;
}
footer a:hover {
  color: #7e7e7e;
}
footer p {
  padding-top: 10px;
}
footer .pagewidth {
  font-size: 15px;
  font-size: 1rem;
}
div.credit {
  font-size: 12px;
  font-size: 0.8rem;
  color: #cdcccc;
  margin: 10px;
  text-align: center;
  font-family: 'Lora', serif;
}
div.credit a {
  color: #2e2e2e;
}
div.credit a:hover {
  color: #464646;
}
/*  ===================== Theme-Specific Styles ===========================*/
/* forum archive */
ul.wp_rss_retriever_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.wp_rss_retriever_list .wp_rss_retriever_image img {
  -webkit-transform: inherit;
  transform: inherit;
  top: auto;
  left: auto;
}
ul.wp_rss_retriever_list .wp_rss_retriever_title {
  font-size: 20px;
  font-size: 1.3333333333333333rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
ul.wp_rss_retriever_list .wp_rss_retriever_readmore {
  color: #81a45b;
}
ul.wp_rss_retriever_list .wp_rss_retriever_metadata:before {
  content: "";
  clear: none !important;
}
.home {
  /* the submit quote link */
}
.home .newsevents p,
.home .forum p,
.home .links p,
.home .book p,
.home .charbonneau p,
.home .video p {
  font-size: 17px;
  font-size: 1.1333333333333333rem;
}
.home section {
  padding: 27px 10px;
}
.home section h2 {
  color: #81a45b;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.6rem;
  padding-bottom: 10px;
}
.home section:nth-child(even) {
  background: #cdcccc;
  border-top: 2px #a7a5a5 solid;
  border-bottom: 2px #a7a5a5 solid;
}
.home a.readmore {
  text-align: right;
  font-size: 20px;
  font-size: 1.3333333333333333rem;
  color: #81a45b;
  display: block;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.home a.readmore:after {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #81a45b;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: 0px;
  padding-left: 10px;
}
.home a.readmore:hover {
  color: #464646;
  text-decoration: underline;
}
.home a.external:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #81a45b;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: 0px;
  padding-left: 10px;
}
.home .links .columns {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: bold;
}
.home .links .medium-3 {
  padding: 0px 2em;
}
.home .slider p.text-right {
  padding-top: 25px;
}
strong {
  font-family: 'Roboto', sans-serif;
}
footer .icon-bar a {
  text-decoration: none;
}
footer .icon-bar i.fa {
  padding: 5px;
  text-decoration: none;
}
footer .icon-bar a i.fa {
  text-decoration: none;
}
footer .icon-bar > a:hover i.fa,
footer .icon-bar > a:hover label,
footer .icon-bar > a:hover {
  background: none;
  color: #cddbbd;
}
footer .mc4wp-form input[type=submit] {
  margin: 0;
}
footer .mc4wp-form input[type=email] {
  background: #333;
  color: white;
}
footer .mc4wp-form h3 {
  color: #9e9e9e;
  margin-top: 0;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.2666666666666666rem;
  text-align: right;
}
@media only screen and (min-width: 1000px) {
  .nopadding {
    padding: 0;
    margin: 0;
  }
}
/* featured books  page */
.page-id-19 .content img.alignleft {
  max-width: 200px;
}
.content h3 {
  clear: both;
}
/* this should make sure the book pages don't overlap images */
aside.banner {
  margin-bottom: 30px;
}
/* more breathing room around banner */
/* make the grey bg in panels darker */
.panel {
  background: #cdcccc;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
}
.border {
  border: 2px #cdcccc solid;
}
/* for anything that needs to stand out */
/*bibliography special indenting */
.bibliography p {
  text-indent: -40px;
  margin-left: 40px;
}
/* charbonneau page */
.page-id-14 h3 {
  padding-top: 20px;
}
.border {
  border: #b4b2b2 2px solid;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 15px;
}
header.row.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* give the logo area more breathing room */
/* single posts */
.single-post h1 {
  margin: 20px 0;
}
.single-post span.small {
  display: inline-block;
  padding-bottom: 20px;
  color: #939393;
  font-style: italic;
}
.single-post span.small a {
  color: #939393;
}
/* current drift */
.page-id-1159 #input_4_4 > div:after {
  content: "";
  display: block;
  float: left;
  width: 320px;
  height: 130px;
  background: url(images/iamnotarobot.jpg);
}
/*captcha */
.single .author {
  background: #ededed;
  padding: 20px 20px 10px;
  color: #787878;
}
footer .userlinks a {
  color: #9E9E9E;
  font-size: 13px;
  font-size: 0.8666666666666667rem;
}
footer .userlinks a:hover {
  color: white;
}
/* ---------------------------------- SIDEBAR --------------------------------------*/
.sidebar {
  margin-top: 50px;
  border-left: 1px #CECECE solid;
  padding-left: 20px;
}
.sidebar .widget ul li {
  margin-bottom: 10px;
}
.sidebar .widget ul li .post-date {
  font-size: 14px;
  font-style: italic;
  color: #939393;
}
/* ---------------------------------- MISC --------------------------------------*/
div.taglist {
  width: 50%;
  border-top: 3px #464646 dotted;
  margin-bottom: 10px;
}
/*fix gravity form radio buttons being cut off */
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-left: 1px;
}
/* Hide stripe warning message */
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  display: none !important;
}
iframe {
  max-width: 100%;
}
.clear {
  display: block;
  clear: both;
}
p.spacer {
  margin: 5px 0;
  height: 10px;
}
.clearfix {
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
hr {
  border-top: #464646 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  clear: both;
  margin: 20px 0;
}
section.content img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  color: #464646;
  padding-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
h2,
h2 a,
.h2 {
  color: rgba(70, 70, 70, 0.8);
}
h1.blog-title {
  padding-top: 0;
  margin-top: 0;
}
section.excerpt {
  padding: 0px 0;
  clear: both;
}
/*pagination */
a.page-numbers {
  padding: 0 5px;
}
p.wp-caption-text {
  font-size: 0.75em;
  line-height: 1em;
  color: #666666;
  font-style: italic;
  margin: 0 0 10px 0;
}
.alignleft {
  float: left;
  margin-right: 10px;
  max-width: 50%;
}
.alignright {
  float: right;
  margin-left: 10px;
  max-width: 50%;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
a {
  color: #464646;
  text-decoration: underline;
}
a:hover {
  color: #81a45b;
  text-decoration: underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #81a45b;
}
/*titles are always blue and don't turn red on hover */
.smaller,
.smaller p {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
.post-meta {
  font-size: 12px;
  line-height: 16px;
  color: #464646;
  font-style: italic;
}
a .post-meta,
a:hover .post-meta {
  color: #464646;
  text-decoration: none;
}
#nav-below {
  padding: 5px 0;
  margin-top: 10px;
  background: none;
}
#nav-below .nav-next a {
  float: right;
  width: 50%;
  text-align: right;
}
#nav-below .nav-previous a {
  float: left;
  width: 50%;
}
#nav-below:after {
  display: block;
  clear: both;
}
#nav-below:after:after {
  content: "";
  display: table;
  clear: both;
}
a i.fa {
  text-decoration: none;
}
/* don't underline icon links */
img {
  max-width: 100%;
  height: auto;
}
a.button,
.button {
  background-color: #81a45b;
  color: white;
  padding: 8px 12px;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-size: 1.0666666666666667rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
}
a.button:hover,
.button:hover {
  background-color: #d4a02c;
}
a.button:after,
.button:after {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: 0px;
  padding-left: 10px;
}
.button.aligncenter {
  display: block;
}
.button.big {
  font-size: 30px;
  font-size: 2rem;
  padding: 10px 20px;
  line-height: 1.2em;
}
.button.big:after {
  content: "";
}
form input.button,
input.button-primary,
input[type=submit] {
  background: #81a45b;
  background-color: #81a45b;
  color: white;
  padding: 8px 12px;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-size: 1.0666666666666667rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
}
form input.button:hover,
input.button-primary:hover,
input[type=submit]:hover {
  background-color: #d4a02c;
}
form input.button:after,
input.button-primary:after,
input[type=submit]:after {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: 0px;
  padding-left: 10px;
}
form input.button:hover,
input.button-primary:hover,
input[type=submit]:hover {
  background: #464646;
}
form input.button {
  margin: 0;
}
div#bbpress-forums form input.button {
  display: inline-block;
}
table tr td {
  vertical-align: top;
}
/* hide an element for everyone except screen readers, such as the search form label */
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.search-form .screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* ------- gallery styles (from twenty thirteen) -------------*/
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* -------------------------------COMMENTS -------------------------------------------*/
div#respond {
  padding: 8px;
  margin-top: 40px;
}
div#respond form#commentform p.comment-form-comment label {
  display: block;
  clear: both;
}
div#respond form#commentform p.comment-form-comment {
  float: none;
  margin-right: 8px;
}
div#respond form#commentform p.form-allowed-tags {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
  clear: both;
}
div#respond form#commentform p.logged-in-as {
  font-size: 12px;
  font-style: italic;
  color: #666;
  margin: 0;
  padding: 0;
}
h3#comments-title {
  border-top: #666 2px solid;
}
div#respond ol > li.comment {
  background: #f2f6ef;
  padding: 5px 10px;
  font-size: 13px;
  -moz-box-shadow: 1px 1px 5px #222;
  -webkit-box-shadow: 1px 1px 5px #222;
  box-shadow: 1px 1px 5px #222;
}
div#respond ol li.comment a {
  color: #333;
}
div#respond ol {
  list-style: none;
}
div#respond ol li.comment ul.children {
  list-style: none;
  padding: 5px 10px;
  margin-left: 25px;
  border: #81a45b 1px solid;
}
/* forum stuff */
div.bbp-template-notice.info,
div.bbp-pagination-count {
  background: none !important;
  border: none !important;
  color: #ceb1a3;
  font-style: italic;
}
div.bbp-template-notice.info a,
div.bbp-pagination-count a {
  color: #ceb1a3;
  text-decoration: underline;
}
div.bbp-breadcrumb {
  color: #464646;
}
div.bbp-breadcrumb a {
  color: #464646;
}
a.bbp-topic-permalink,
ul.bbp-forums a.bbp-forum-title {
  font-size: 18px;
}
form#new-post fieldset.bbp-form legend {
  font-weight: bold;
}
aside.sidebar div.bbp-logged-in a.button {
  background: #e6edde;
  padding: 5px 8px;
  text-align: center;
  display: block;
}
aside.sidebar div.bbp-logged-in a.button:hover {
  background: #d9e4ce;
  color: black;
}
div#comments {
  margin-top: 50px;
  background: #ededed;
  padding: 10px;
}
div#comments h2 {
  font-size: 24px;
}
div#comments article.comment {
  margin-top: 40px;
}
div#comments article.comment p {
  margin-bottom: 0;
  margin-top: 10px;
}
div#comments article.comment a.comment-reply-link {
  color: #81a45b;
}
div#comments article.comment.depth-1 {
  border-top: 1px #d9d9d9 solid;
}
div#comments ul.children {
  margin-left: 2.5rem;
}
div#comments ul.children article.comment {
  margin-top: 20px;
}
/* ---------------------------------- MENU --------------------------------------*/
.top-bar-section {
  text-align: center;
}
ul.center-buttons {
  display: inline-block;
}
/* =========================== Media Queries ===============================*/
