/*
Theme Name:     Mark Graham Communications
Theme URI:      http://inconcert.com/
Description:     Mark Graham Communications Customized Child theme for the Boiler Plate Theme
Author:         Greg Whitehead @ InConcert Web
Author URI:     http://inconcertweb.com
Template:       boilerplate
Version:        0.1.0
*/
@import url("../boilerplate/style.css");
/*
* Breakpoints
*/
/* line 14, style.scss */
html {
  overflow-y: scroll;
}

/* line 18, style.scss */
body {
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 23, style.scss */
* {
  margin: 0px;
  padding: 0px;
}

/* line 27, style.scss */
menu, ol, ul {
  padding: 0;
}

/* line 30, style.scss */
p, pre {
  margin: 0;
}

/* line 34, style.scss */
.clear {
  clear: both;
}

/* line 37, style.scss */
#wrapper {
  width: 940px;
  margin: 20px auto auto auto;
}
@media (max-width: 70em) {
  /* line 37, style.scss */
  #wrapper {
    width: 100%;
  }
}

/* line 46, style.scss */
#header {
  /*test*/
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  padding: 20px;
}

/* line 53, style.scss */
#tagline, #moreinfor {
  text-align: center;
  padding-top: 30px;
}

/* line 58, style.scss */
#access {
  background: #007ed2;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
@media (max-width: 58em) {
  /* line 58, style.scss */
  #access {
    background-color: transparent;
  }
}
@media (max-width: 48em) {
  /* line 58, style.scss */
  #access {
    display: none;
  }
}

/* line 77, style.scss */
.current_page_item a {
  background-color: #4ea7e2 !important;
}

/* line 82, style.scss */
#blue-bar {
  display: none;
}
@media (max-width: 48em) {
  /* line 82, style.scss */
  #blue-bar {
    display: block;
    width: 100%;
    height: 20px;
    background: #007ed2;
  }
}

/* line 92, style.scss */
#access .menu-header,
div.menu {
  font-size: 14px;
}
@media (max-width: 58em) {
  /* line 92, style.scss */
  #access .menu-header,
  div.menu {
    text-align: center;
  }
}

/* line 99, style.scss */
#access .menu-header ul,
div.menu ul {
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 58em) {
  /* line 99, style.scss */
  #access .menu-header ul,
  div.menu ul {
    text-align: center;
  }
}

/* line 115, style.scss */
#access .menu-header ul ul,
div.menu ul ul {
  display: none;
}

/* line 120, style.scss */
#access ul ul {
  top: 2.73em !important;
}

/* line 124, style.scss */
#access .menu-header li,
div.menu li {
  float: none;
  position: relative;
  display: table-cell;
  align-self: center;
}
@media (max-width: 58em) {
  /* line 124, style.scss */
  #access .menu-header li,
  div.menu li {
    display: inline-block;
    background: #007ed2;
    margin-right: 10px;
    margin-top: 10px;
    float: none;
    text-align: center;
  }
}
/* line 149, style.scss */
#access .menu-header li:last-of-type,
div.menu li:last-of-type {
  border: none;
}

/* line 154, style.scss */
#access a {
  color: #fff;
  line-height: 20px;
  padding: 10px 12px;
  text-decoration: none;
  text-shadow: 0 1px 1px #07578d;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

/* line 164, style.scss */
#access li:hover > a,
#access ul ul :hover > a {
  background: #4ea7e2;
  color: #fff;
  text-shadow: 0 1px 1px #07578d;
}

/* line 170, style.scss */
#access ul li:hover > ul {
  display: block;
}

/* line 174, style.scss */
#access .sub-menu {
  background-color: #007ed2;
}

/* line 178, style.scss */
.blog #content {
  margin-left: 250px;
}
@media (max-width: 48em) {
  /* line 178, style.scss */
  .blog #content {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 188, style.scss */
.archive #content {
  margin-left: 250px;
}

/* line 192, style.scss */
.single #content {
  margin-left: 250px;
}

/* line 195, style.scss */
#contentarea {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 58em) {
  /* line 195, style.scss */
  #contentarea {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 207, style.scss */
#contentarea h1, #contentarea h2.entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 212, style.scss */
#contentarea h2.entry-title a {
  color: #000;
}

/* line 215, style.scss */
#contentarea p {
  margin-bottom: 15px;
}

/* line 219, style.scss */
.entry-content {
  overflow: hidden;
}

/* line 223, style.scss */
.featured-books {
  float: right;
  height: 100%;
  width: 200px;
  background-color: #d7dee8;
  padding-bottom: 20px;
}
/* line 230, style.scss */
.featured-books h2 {
  text-align: left;
  margin: 25px 25px 5px 25px;
}
@media (max-width: 48em) {
  /* line 230, style.scss */
  .featured-books h2 {
    font-size: 32px !important;
    text-align: center;
  }
}
@media (max-width: 48em) {
  /* line 223, style.scss */
  .featured-books {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 249, style.scss */
.featured-books .book-cover {
  margin: 25px 0px;
  width: 200px;
  display: block;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 48em) {
  /* line 249, style.scss */
  .featured-books .book-cover {
    display: inline-block;
  }
}
/* line 260, style.scss */
.featured-books .book-cover p {
  margin: 0px 25px 5px 25px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

/* line 269, style.scss */
.featured-books p {
  margin-bottom: 0px !important;
}

/* line 273, style.scss */
.alignleft {
  margin-right: 20px;
}
@media (max-width: 25em) {
  /* line 273, style.scss */
  .alignleft {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    margin: 0px;
  }
}

@media (max-width: 25em) {
  /* line 285, style.scss */
  .alignright {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    float: none;
  }
}

/* line 296, style.scss */
#foooter {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #007ED2;
  padding-top: 20px;
  font-size: 12px;
  color: #5f7da6;
  line-height: 18px;
  margin-bottom: 40px;
}
@media (max-width: 70em) {
  /* line 296, style.scss */
  #foooter {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
/* line 312, style.scss */
#foooter a {
  color: #5f7da6;
  text-decoration: none;
}
/* line 316, style.scss */
#foooter a:hover {
  color: #5f7da6;
  text-decoration: underline;
}
/* line 322, style.scss */
#foooter img {
  margin-left: 8px;
  margin-top: 5px;
}

/* line 329, style.scss */
#contentarea a {
  color: #007ED2;
  text-decoration: none;
  font-weight: bold;
}

/* line 335, style.scss */
#contentarea a:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/* line 341, style.scss */
.blue {
  color: #007ED2;
}

/* line 344, style.scss */
blockquote {
  margin-right: 40px;
  margin-left: 40px;
  color: #666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCC;
  padding-left: 20px;
  padding-right: 20px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
  margin-bottom: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}

/* line 362, style.scss */
#contentarea ul {
  margin-bottom: 20px;
}

/* line 366, style.scss */
#contentarea ul li {
  margin-left: 40px;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 5px;
}

/* line 372, style.scss */
#contentarea h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #007ED2;
}

/* line 378, style.scss */
#slideshow {
  background-color: #d7dee8;
  padding: 20px;
  margin-top: 20px;
}

/* line 383, style.scss */
.inputfield {
  padding: 5px;
  width: 450px;
  border: 1px solid #007ED2;
  background-color: #EEE;
  margin-bottom: 10px;
}

/* line 390, style.scss */
.slideimg {
  margin-right: 2px;
  margin-left: 2px;
  border: 1px solid #CCC;
}

/* line 395, style.scss */
.xoxo {
  float: left;
  width: 215px;
  margin: 0 0px 0 0;
  background-color: #ececec;
  padding-top: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 48em) {
  /* line 395, style.scss */
  .xoxo {
    width: 100%;
  }
}

/* line 411, style.scss */
#contentarea .xoxo li {
  list-style: none;
  margin-left: 30px;
}

/* line 415, style.scss */
#contentarea .xoxo ul {
  padding-top: 0;
  margin-top: 0px;
}

/* line 419, style.scss */
#contentarea .xoxo ul li {
  margin-left: 10px;
  list-style: none;
}

/* line 423, style.scss */
.xoxo h3 {
  margin-bottom: 0;
}

/* line 426, style.scss */
input#s {
  width: 100px;
  margin-top: 2px;
}

/* line 430, style.scss */
#searchform label {
  font-weight: bold;
  font-size: 16px;
}

/* line 435, style.scss */
.wp-caption-text {
  font-size: 12px;
}

/* line 439, style.scss */
.page-id-371 .gfield_label {
  display: none !important;
}

/* line 443, style.scss */
.page-id-371 .gform_wrapper {
  margin: 0 !important;
}

/* line 447, style.scss */
.medium {
  border: 1px solid #007ED2 !important;
  background-color: #EEE !important;
  width: 99.2% !important;
}

/* line 453, style.scss */
#icons {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  float: right;
}
@media (max-width: 48em) {
  /* line 453, style.scss */
  #icons {
    display: block;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none !important;
  }
}

/* line 470, style.scss */
#footer-info {
  width: 50%;
  display: inline-block;
}
@media (max-width: 48em) {
  /* line 470, style.scss */
  #footer-info {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
}

/* line 482, style.scss */
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

/* line 489, style.scss */
#moreinfor, #tagline, #logo {
  vertical-align: top;
  display: inline-block !important;
  *display: inline;
  zoom: 1;
}
@media (max-width: 48em) {
  /* line 489, style.scss */
  #moreinfor, #tagline, #logo {
    display: block !important;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 46.875em) {
  /* line 504, style.scss */
  #tagline img {
    width: 100%;
    height: auto;
  }
}

/* line 513, style.scss */
.blog #contentwrap, .single #contentwrap, .categories #contentwrap, .category #contentwrap, .archive #contentwrap, .author #contentwrap, .tag #contentwrap {
  margin-left: -215px;
  float: right;
  width: 100%;
  position: relative;
}
/* line 519, style.scss */
.blog #contentwrap:before, .single #contentwrap:before, .categories #contentwrap:before, .category #contentwrap:before, .archive #contentwrap:before, .author #contentwrap:before, .tag #contentwrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 100%;
  background-color: #ececec;
  z-index: -1;
}
@media (max-width: 48em) {
  /* line 519, style.scss */
  .blog #contentwrap:before, .single #contentwrap:before, .categories #contentwrap:before, .category #contentwrap:before, .archive #contentwrap:before, .author #contentwrap:before, .tag #contentwrap:before {
    display: none;
  }
}

/* line 537, style.scss */
article {
  clear: both;
}

/* line 539, style.scss */
.address-info {
  width: 40%;
  display: inline-block;
  float: right;
  margin-left: 20px;
}
@media (max-width: 48em) {
  /* line 539, style.scss */
  .address-info {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}

/* line 553, style.scss */
.contact-form {
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 48em) {
  /* line 553, style.scss */
  .contact-form {
    float: left;
    display: block;
    width: 100%;
  }
}

/* line 566, style.scss */
.single-kds .xoxo {
  display: none;
}
/* line 570, style.scss */
.single-kds #contentwrap:before {
  display: none;
}
/* line 574, style.scss */
.single-kds #content {
  margin-left: 0px;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

h1.page-title {
	font-size:30px;
}