/*
Theme Name: tcc2013
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* Greys */
/* Blues */
/* flat UI colors */
/* tcc specific colors */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/* =Global
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table; }

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both; }

.center-inside {
  text-align: center; }

@font-face {
  font-family: 'RalewayThin';
  src: url("/font/raleway_thin-webfont.eot");
  src: url("/font/raleway_thin-webfont.eot?#iefix") format("embedded-opentype"), url("/font/raleway_thin-webfont.woff") format("woff"), url("/font/raleway_thin-webfont.ttf") format("truetype"), url("/font/raleway_thin-webfont.svg#RalewayThin") format("svg");
  font-weight: normal;
  font-style: normal; }
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5; }

/* Headings */
h1, h2 {
  clear: both;
  font-family: "helvetica neue";
  font-weight: 100;
  letter-spacing: 2px; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h6 {
  font-size: 16px;
  color: white;
  background: #82abb5;
  padding: 5px 10px;
  width: 90%;
  margin: 0 auto; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

/* Links */
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

.btn {
  padding: 10px 15px;
  background: #4e7984;
  color: white !important;
  text-decoration: none;
  display: block;
  width: intrinsic;
  margin: 10px auto 5px auto; }
  .btn:hover {
    background: #3b5b64; }

.amazonButton {
  padding: 10px 18px;
  background: #b05b70;
  color: white !important;
  font-weight: 100 !important;
  font-family: "helvetica neue", sans-serif !important;
  font-size: 2.7rem;
  letter-spacing: .2rem;
  text-decoration: none;
  display: block;
  width: intrinsic;
  margin: 0 auto 10px auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .amazonButton:hover {
    -webkit-opacity: .8;
    opacity: .8; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/* =Menu
----------------------------------------------- */
.navigation-main {
  clear: both;
  display: inline-block;
  width: 100%;
  height: 52px;
  background-color: #b05b70;
  position: relative;
  top: 5px; }
  .navigation-main:before {
    content: '';
    height: 52px;
    width: 58px;
    background-image: url(/img/ribbon-left.png);
    position: absolute;
    left: -58px;
    top: 20px; }
  .navigation-main:after {
    content: '';
    height: 52px;
    width: 58px;
    background-image: url(/img/ribbon-right.png);
    position: absolute;
    right: -58px;
    top: 20px; }
  .navigation-main ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding-left: 0; }
  .navigation-main li {
    float: left;
    text-align: left;
    position: relative;
    display: inline-block; }
  .navigation-main a {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    color: white;
    text-decoration: none; }
    .navigation-main a:hover {
      background-color: #924658; }
  .navigation-main ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99999; }
  .navigation-main ul ul ul {
    left: 100%;
    top: 0; }
  .navigation-main ul ul a {
    width: 200px;
    background-color: #b1c2c6; }
    .navigation-main ul ul a:hover {
      background-color: #859fa5; }
  .navigation-main ul li:hover > ul {
    display: block; }

/* /navigation-main */
/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer; }

.main-small-navigation ul {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-small-navigation ul.nav-menu.toggled-on {
    display: block; }

  .navigation-main ul {
    display: none; } }
/* Don't Overthink it Grids */
.grid {
  width: 100%;
  display: block;
  height: auto;
  position: relative; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

[class*='col-'] {
  float: left;
  display: inline-block; }

.col-1-1 {
  width: 100%; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-8 {
  width: 12.5%; }

.module {
  margin: 20px; }

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 20px; }

/* main structure */
html, body {
  background-color: #4e7984; }

#page {
  width: 1150px;
  margin: 25px auto; }
  #page header.site-header {
    width: 100%;
    color: white; }

#main {
  padding: 15px 0 0 0;
  width: 100%;
  background-color: white; }

.site-footer {
  width: 100%;
  color: white;
  background-color: #b05b70;
  height: 350px;
  padding: 15px; }
  .site-footer .grid {
    margin: 0 auto;
    width: 1150px; }
  .site-footer p {
    font-size: 1.8rem;
    font-weight: 100; }
  .site-footer ul.siteMap.module li {
    list-style-type: none;
    display: inline-block;
    margin: 5px; }
  .site-footer ul.siteMap.module a {
    color: white !important;
    text-decoration: none;
    padding: 5px 10px; }
    .site-footer ul.siteMap.module a:hover {
      background: rgba(255, 255, 255, 0.2); }

.type-page header.entry-header {
  position: relative;
  width: 100%;
  height: 25px;
  margin: 0px; }
  .type-page header.entry-header h1.entry-title {
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
    padding: 8px 40px 8px 20px;
    background-color: #6295a3;
    color: white;
    font-family: "helvetica neue";
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: left; }

.home.grid .btn {
  bottom: 10px;
  right: 10px;
  position: absolute;
  color: white;
  text-decoration: none;
  background-color: #924658;
  padding: 5px; }
  .home.grid .btn:hover {
    background-color: #703644; }
.home.grid .col-1-1 {
  width: 100%; }
.home.grid .col-2-3 {
  width: 66.66%; }
.home.grid .col-1-3 {
  width: 33.33%; }
.home.grid .col-1-2 {
  width: 50%; }
.home.grid .col-1-4 {
  width: 25%; }
.home.grid .col-3-4 {
  width: 75%; }
.home.grid .col-1-8 {
  width: 12.5%; }
.home.grid .module {
  position: relative;
  padding: 55px 15px 15px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .home.grid .module h2 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
.home.grid .home-welcome.module {
  text-align: justify;
  padding: 0px 15px 15px 15px !important; }
  @media (min-width: 451px) {
    .home.grid .home-welcome.module img {
      float: left;
      margin: 0px 15px 10px 0; } }
  @media (max-width: 450px) {
    .home.grid .home-welcome.module img {
      display: block;
      margin: 0 auto;
      position: relative; } }
.home.grid .home-writing.module {
  background-color: #72a0ac;
  color: white;
  padding-top: 45px; }
.home.grid .home-blog.module {
  height: 220px;
  background-color: #b05b70;
  color: white; }
  .home.grid .home-blog.module li {
    list-style-type: none; }
  .home.grid .home-blog.module a {
    color: white; }
    .home.grid .home-blog.module a:hover {
      font-weight: bold; }
  .home.grid .home-blog.module:after {
    clear: both;
    display: table;
    content: ""; }
.home.grid .home-speaking.module {
  height: 220px;
  background-color: #b05b70;
  color: white; }
  .home.grid .home-speaking.module:after {
    clear: both;
    display: table;
    content: ""; }
.home.grid .home-books.module {
  height: 220px;
  background-color: #b05b70;
  color: white; }
  .home.grid .home-books.module:after {
    clear: both;
    display: table;
    content: ""; }
  .home.grid .home-books.module img {
    max-width: 120px; }
.home.grid .home-twitter.module {
  color: white;
  background-color: #4e7984; }
.home.grid #twitter-widget-0 {
  width: 100%;
  height: 260px; }

.type-post {
  position: relative;
  padding-top: 45px;
  /* end entry-title */ }
  .type-post .entry-title {
    position: absolute;
    border-top: 1px solid #578794;
    background-color: #6295a3;
    padding: 5px 25px;
    top: 0px;
    left: 0px;
    margin-bottom: 5px;
    color: white;
    width: intrinsic;
    border-radius: 0 4px 4px 0; }
    .type-post .entry-title a {
      font-size: 22px;
      font-weight: 100;
      font-family: "helvetica neue";
      color: white;
      display: block;
      text-decoration: none; }
      .type-post .entry-title a:hover {
        text-decoration: none;
        color: white; }
  .type-post .entry-meta {
    margin: 15px; }
  .type-post .entry-content {
    padding: 0 20px; }
    .type-post .entry-content ul, .type-post .entry-content ol {
      margin-left: 35px;
      margin-bottom: 15px; }
  .type-post a {
    color: black;
    font-weight: 400; }

/* end post */
.widget {
  /* end widget-title */ }
  .widget .widget-title {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #4d5056; }
  .widget ul li {
    list-style-type: none; }
    .widget ul li a {
      color: white;
      background-color: #6295a3;
      padding: 5px 10px;
      margin-bottom: 2px;
      text-decoration: none;
      width: 100%;
      display: block;
      position: relative;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .widget ul li a:hover {
        background-color: #82abb5;
        border-left: 5px solid #b05b70; }

/* end widget */
/* Staff bios */
.bio:nth-child(even) .col-1-4, .bio:nth-child(even) .col-3-4 {
  float: right;
  text-align: right; }
  @media (max-width: 815px) {
    .bio:nth-child(even) .col-1-4, .bio:nth-child(even) .col-3-4 {
      text-align: justify; } }
.bio .bio-photo.module {
  position: relative;
  background-color: #578794; }
  .bio .bio-photo.module img {
    margin: 0 auto;
    display: block;
    max-height: 220px;
    max-width: 220px;
    border: 8px solid #578794; }
  .bio .bio-photo.module h1 {
    position: relative;
    display: block;
    padding: 8px 20px;
    width: 100%;
    background-color: #4e7984;
    color: white;
    font-family: "helvetica neue";
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: center; }
.bio .bio-text.module {
  padding: 20px 0 0 0;
  text-align: justify; }

@font-face {
  font-family: 'JustVector';
  src: url("/font/justvectorv2-webfont.eot");
  src: url("/font/justvectorv2-webfont.eot?#iefix") format("eot"), url("/font/justvectorv2-webfont.woff") format("woff"), url("/font/justvectorv2-webfont.ttf") format("truetype"), url("/font/justvectorv2-webfont.svg#webfontkw9J4lGf") format("svg");
  font-weight: normal;
  font-style: normal; }
.site-header {
  background-color: #92b6bf;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .site-header .header-logo {
    position: relative;
    height: 130px; }
    .site-header .header-logo img {
      min-width: 200px; }
  .site-header .header-contact.module {
    position: relative;
    height: 130px; }
    .site-header .header-contact.module .social {
      position: absolute; }
      .site-header .header-contact.module .social a {
        margin: 0 10px;
        display: inline-block;
        font-family: 'JustVector';
        font-size: 3em;
        color: white;
        background-color: #82abb5;
        border-top: 1px solid #72a0ac;
        border-left: 1px solid #72a0ac;
        border-right: 1px solid #92b6bf;
        border-bottom: 1px solid #92b6bf;
        padding: 0px 15px;
        display: inline-block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .site-header .header-contact.module .social a:hover {
          background-color: #578794;
          text-decoration: none;
          color: white; }
        .site-header .header-contact.module .social a img {
          position: relative;
          top: 5px;
          width: 40px; }
    .site-header .header-contact.module .contacts {
      position: absolute;
      top: 90px;
      width: 100%; }
      .site-header .header-contact.module .contacts div {
        display: inline-block;
        font-weight: 100;
        letter-spacing: 1px;
        display: inline-block;
        margin: 0 10px; }
      .site-header .header-contact.module .contacts .email a {
        color: white !important; }
  .site-header .header-featured-book .module {
    text-align: center;
    position: relative;
    position: relative;
    height: 130px; }
    .site-header .header-featured-book .module h2 {
      z-index: 500;
      color: white;
      position: absolute;
      background-color: #b96c7f;
      text-align: center;
      padding: 5px 15px;
      bottom: -25px;
      left: 26px; }
    .site-header .header-featured-book .module img {
      top: -30px;
      left: 24%;
      box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.2);
      display: block;
      max-height: 180px;
      position: absolute; }

/* end header */
@font-face {
  font-family: 'ModernPictogramsNormal';
  src: url("/font/modernpics-webfont.eot");
  src: url("/font/modernpics-webfont.eot?#iefix") format("embedded-opentype"), url("/font/modernpics-webfont.woff") format("woff"), url("/font/modernpics-webfont.ttf") format("truetype"), url("/font/modernpics-webfont.svg#ModernPictogramsNormal") format("svg");
  font-weight: normal;
  font-style: normal; }
.editable {
  border: 3px solid #c17e8e;
  padding: 5px !important;
  position: relative;
  z-index: 600; }
  .editable:hover {
    border: 3px solid #d1a0ac; }

.bntEdit {
  font-family: 'ModernPictogramsNormal';
  width: 30px;
  height: 30px;
  padding: 0 0 5px 5px;
  font-size: 28px;
  color: white !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #c17e8e;
  text-decoration: none; }
  .bntEdit:hover {
    color: white !important;
    background-color: #d1a0ac !important; }
  .bntEdit:visited {
    color: white !important; }

/* end writing-course */
.book {
  /* book module */
  margin: 10px auto; }
  .book .col-1-4 {
    text-align: center; }

/* end book module */
form input[type="image"] {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  form input[type="image"]:hover {
    -webkit-opacity: .8;
    opacity: .8; }

.page {
  /* books-for-adults */ }
  .page h3 {
    display: inline-block;
    padding-right: 5px;
    color: #b05b70; }
  .page h4 {
    display: inline-block;
    padding-right: 5px; }
  .page ul, .page ol {
    margin-left: 25px; }
  .page .psub {
    font-style: italic;
    color: #446a74; }
  .page ul.listHoriz {
    text-align: center; }
    .page ul.listHoriz li {
      display: inline-block;
      margin: 5px; }
      .page ul.listHoriz li a, .page ul.listHoriz li a:visited, .page ul.listHoriz li a:active {
        color: #4e7984; }
        .page ul.listHoriz li a:hover, .page ul.listHoriz li a:visited:hover, .page ul.listHoriz li a:active:hover {
          color: #3b5b64; }
  .page .authors.module img {
    position: relative;
    display: block;
    margin: 0 auto; }
  .page .imgBookBanner {
    width: 100%; }
  .page .buy.module {
    text-align: center; }
  .page .bookPages.module {
    text-align: center; }
    .page .bookPages.module p {
      text-align: left; }
    .page .bookPages.module ul li {
      list-style-type: none;
      display: inline-block;
      margin: 2px; }
      .page .bookPages.module ul li img {
        width: 49px;
        height: 72px;
        border: 5px solid #82abb5; }
  .page .books-for-adults .book {
    display: block; }
    .page .books-for-adults .book .col-1-4 img {
      max-width: 175px; }
  .page .books-for-adults .btnFeaturedBook {
    background: #4e7984;
    color: white;
    text-decoration: none;
    width: 150px;
    padding: 10px 15px;
    display: block;
    margin: 0 auto; }
    .page .books-for-adults .btnFeaturedBook:hover {
      background: #3b5b64; }

/* page */
/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em; }

.byline {
  display: none; }

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

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

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

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

/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

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

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

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

.site-content .gallery {
  margin-bottom: 1.5em; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

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

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

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging,
.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; }

.bookingContact {
  width: 50%;
  margin: 0 auto; }
