/* Theme Name: Merry Widow
 * Author: Dean Dingle
 * Author URI: http://www.deansweb.design
 * Description: Theme for Merry Widow
 *   Name: Merry Widow Theme
 * Version: 1.0
 */
/* fetch the formal formatting from my framework */
/* Framework Name: Deans Web Design Framework
 * Author: Dean Dingle
 * Author URI: http://www.deansweb.design
 * Description: Framework for rapid web development, this framework uses mixins to speed up development time.
 * Version: 1.1
 */
/* This framework is a mobile first based framework much like Boostrap
 *
 *
 */
/**
 * Mixins
 * =========================================================================================
 */
/* TRANSITIONS */
/* Calculate the amount of line height to set based from the font size and these multiplier values (line height always */
/* needs to be higher than the font size */
/* FONT SIZE MIXINS */
/* Calculates the font size into PX & REM as well as calculating the line height */
/* SCREEN SIZE MIXINS */
.page-wrapper {
  margin: 0 auto; }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    vertical-align: middle; }

.clear {
  clear: both; }

/**
 * Default
 * =========================================================================================
 */
html {
  font-size: 62.5%; }

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style-type: none; }

a {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  color: inherit; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

/**
 * Client Fixes
 * =========================================================================================
 */
/* Ipad and Iphone fix (these client force specific styles) */
input,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=294ed3ef1c9c9e4a6303f85e100ebd03)
 * Config saved to config.json and https://gist.github.com/294ed3ef1c9c9e4a6303f85e100ebd03 */
/*     !
 * * Bootstrap v3.3.6 (http://getbootstrap.com)
 * * Copyright 2011-2015 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

body, html {
  height: 100%; }

#wpadminbar {
  z-index: 99999999999; }

body {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 20.8px;
  font-size: 1.3rem;
  line-height: 2.08rem;
  color: #737373; }

h1, h2, h3, h4, h5 {
  font-weight: 500;
  margin-top: 0; }

h1 {
  font-size: 27px;
  line-height: 35.1px;
  font-size: 2.7rem;
  line-height: 3.51rem; }

h3 {
  font-size: 18px;
  line-height: 23.4px;
  font-size: 1.8rem;
  line-height: 2.34rem;
  color: #525252; }

div.page {
  padding-bottom: 80px; }

.page-content {
  margin: 40px 0; }

.page-title {
  color: #1c1a1a;
  font-size: 22px;
  line-height: 28.6px;
  font-size: 2.2rem;
  line-height: 2.86rem; }
  @media only screen and (min-width: 768px) {
    .page-title {
      font-size: 26px;
      line-height: 33.8px;
      font-size: 2.6rem;
      line-height: 3.38rem; } }

.page-wrapper {
  min-height: 100%;
  position: relative; }

/* HEADER */
header {
  background-color: #ffffff;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 0;
  position: relative;
  z-index: 999999; }
  header nav.main-nav {
    margin-top: 15px;
    text-align: right; }
    header nav.main-nav ul {
      text-align: right; }
      header nav.main-nav ul li {
        display: inline-block;
        margin-left: 20px; }
        header nav.main-nav ul li:first-child {
          margin-left: 0; }
        header nav.main-nav ul li a {
          color: #868686;
          font-size: 15px;
          line-height: 19.5px;
          font-size: 1.5rem;
          line-height: 1.95rem; }
          header nav.main-nav ul li a:hover {
            color: #868686;
            text-decoration: none; }
          header nav.main-nav ul li a:after {
            display: block;
            width: 0%;
            background-color: #417db6;
            height: 2px;
            content: "";
            transition: width 0.5s;
            margin: 0 auto;
            margin-top: 10px; }
        header nav.main-nav ul li:hover a:after {
          width: 100%; }
        header nav.main-nav ul li.current_page_item a, header nav.main-nav ul li.current_page_parent a {
          color: #417db6; }
  header .logo-image img {
    height: 40px;
    width: auto; }
    @media only screen and (min-width: 768px) {
      header .logo-image img {
        height: 50px; } }

/* MOBILE NAV */
header .main-nav {
  display: none; }
  @media only screen and (min-width: 960px) {
    header .main-nav {
      display: block; } }

.mobile-menu {
  display: none; }
  @media only screen and (min-width: 960px) {
    .mobile-menu {
      display: none !important; } }
  .mobile-menu ul {
    margin-top: 10px; }
  .mobile-menu li {
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .mobile-menu li:last-child {
      margin-bottom: 0;
      border: none; }

.nav-button {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  margin-right: 30px;
  display: inline-block;
  padding-top: 18px; }
  @media only screen and (min-width: 960px) {
    .nav-button {
      display: none; } }
  .nav-button .lines {
    position: relative;
    display: block; }
    .nav-button .lines .icon-bar {
      width: 30px;
      height: 3px;
      background: #A2A2A2;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      display: block;
      position: absolute; }
      .nav-button .lines .icon-bar:first-child {
        top: -7px; }
      .nav-button .lines .icon-bar:last-child {
        top: 7px; }

/* CLOSE */
body.menu-open .nav-button .lines .bar-middle {
  background: transparent; }
body.menu-open .nav-button .lines .icon-bar:first-child,
body.menu-open .nav-button .lines .icon-bar:last-child {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px; }
body.menu-open .nav-button .lines .icon-bar:first-child {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }
body.menu-open .nav-button .lines .icon-bar:last-child {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

/* BANNER */
.front-page .banner {
  height: 600px; }
  @media only screen and (min-width: 320px) {
    .front-page .banner {
      height: 500px; } }
  @media only screen and (min-width: 768px) {
    .front-page .banner {
      height: 400px; } }
  .front-page .banner .banner-note-item {
    display: none; }
    @media only screen and (min-width: 768px) {
      .front-page .banner .banner-note-item {
        display: block; } }

.banner {
  position: relative;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover; }
  .banner .small-photos {
    height: 100%;
    position: relative;
    display: none; }
    @media only screen and (min-width: 768px) {
      .banner .small-photos {
        display: block; } }
    .banner .small-photos img {
      width: 100%;
      height: auto; }
    .banner .small-photos .shadow {
      height: 20px;
      width: 100%;
      background: url(images/shadow.png);
      background-repeat: repeat-x;
      background-size: 100%; }
    .banner .small-photos .container {
      height: 100%; }
    .banner .small-photos ul {
      position: absolute;
      bottom: -30px; }
      .banner .small-photos ul li {
        display: inline-block;
        margin-right: 10px; }
        .banner .small-photos ul li:last-child {
          margin-right: 0; }
        .banner .small-photos ul li:nth-child(2n) {
          -webkit-transform: rotate(5deg);
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -o-transform: rotate(5deg);
          transform: rotate(5deg); }
      .banner .small-photos ul .image-wrapper {
        padding: 5px;
        padding-bottom: 0;
        width: 180px;
        background-color: #ffffff; }
  .banner .container {
    position: relative; }
  .banner .banner-note-item {
    top: -10px;
    background-image: url(images/note.png);
    background-size: 100%;
    width: 140px;
    height: 134px;
    position: absolute;
    right: 0;
    z-index: 999999; }
    @media only screen and (min-width: 768px) {
      .banner .banner-note-item {
        width: 200px;
        height: 192px; } }
  .banner .front-page-banner-overlay {
    position: relative;
    z-index: 99999;
    height: 100%;
    color: #ffffff; }
    .banner .front-page-banner-overlay .banner-text {
      width: 100%; }
      @media only screen and (min-width: 960px) {
        .banner .front-page-banner-overlay .banner-text {
          width: 45%; } }
  .banner .background-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute; }
    @media only screen and (min-width: 960px) {
      .banner .background-overlay {
        width: 50%; } }

/* FRONT PAGE */
.buy-the-books {
  margin-top: 0; }
  .buy-the-books li {
    overflow: hidden;
    margin-bottom: 20px; }
  .buy-the-books .book-text {
    float: left;
    width: calc(100% - 120px); }
    .buy-the-books .book-text h3 {
      color: #cb5200; }
  .buy-the-books .book-wrapper {
    float: right;
    width: 80px; }
    .buy-the-books .book-wrapper img {
      width: 100%;
      height: auto; }

.seperator {
  margin: 0px 2px;
  color: #CECECE; }

/* News Feed */
.news-feed li {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px; }
  .news-feed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.news-feed h3 {
  margin: 0;
  color: #417db6; }

.date-posted {
  margin: 7px 0;
  margin-bottom: 10px;
  display: block;
  color: #ababab; }
  .date-posted a {
    color: inherit !important; }

/* Footer */
footer {
  width: 100%;
  height: 85px;
  padding: 20px 0;
  background-color: #769dc2;
  overflow: hidden;
  position: absolute;
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    footer {
      height: 60px; } }
  footer .footer-left,
  footer .footer-right {
    display: inline-block; }
  footer .footer-right {
    margin-top: 5px; }
    @media only screen and (min-width: 768px) {
      footer .footer-right {
        margin-top: 0;
        float: right; } }
  footer p {
    margin: 0;
    color: #ffffff; }
    footer p a {
      color: #ffffff; }

/* Main Content */
.main-content ul li {
  margin-left: 20px;
  list-style-type: disc; }
.main-content a {
  color: #417db6; }
.main-content img:not(.avatar) {
  height: auto;
  max-width: 100%;
  float: none;
  display: block; }
  @media only screen and (min-width: 768px) {
    .main-content img:not(.avatar) {
      margin-bottom: 20px; } }
.main-content p {
  margin-bottom: 20px; }
.main-content h1 {
  color: #417db6;
  font-size: 30px;
  line-height: 39px;
  font-size: 3rem;
  line-height: 3.9rem; }
.main-content h2 {
  margin-bottom: 15px;
  color: #cb5200;
  font-size: 23px;
  line-height: 29.9px;
  font-size: 2.3rem;
  line-height: 2.99rem; }
.main-content img.alignright {
  float: none; }
  @media only screen and (min-width: 768px) {
    .main-content img.alignright {
      float: right;
      margin-left: 20px; } }
.main-content img.alignleft {
  float: none; }
  @media only screen and (min-width: 768px) {
    .main-content img.alignleft {
      float: left;
      margin-right: 20px; } }

.sub-pages-listing {
  padding-left: 30px; }
  .sub-pages-listing ol li {
    margin: 8px 0;
    color: #AFAFAF;
    margin-bottom: 5px;
    list-style-type: upper-roman;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -ms-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    transition: margin-left 0.3s; }
    .sub-pages-listing ol li:hover {
      margin-left: 15px; }
      .sub-pages-listing ol li:hover a {
        color: #417db6; }
    .sub-pages-listing ol li a {
      color: #737373; }

.breadcrumbs-wrapper {
  margin-bottom: 25px; }
  .breadcrumbs-wrapper a {
    margin-right: 5px;
    margin-left: 5px; }
  .breadcrumbs-wrapper > span > span > a {
    margin-left: 0; }
  .breadcrumbs-wrapper .breadcrumb_last {
    margin-left: 5px; }

/* Books */
.books-page .books-wrapper {
  margin-top: 40px; }
  .books-page .books-wrapper li {
    overflow: hidden;
    margin-bottom: 20px;
    list-style: none; }
.books-page img.book-photo {
  width: 100%;
  height: auto;
  max-width: 100px; }
.books-page .book-wrapper {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .books-page .book-wrapper {
      margin-right: 20px;
      width: 100px;
      float: left; } }
@media only screen and (min-width: 768px) {
  .books-page .book-text-wrapper {
    float: right;
    width: calc(100% - 130px); } }
.books-page h3 {
  color: #cb5200;
  margin-bottom: 5px; }
.books-page .tabbed-box {
  background-color: #ffffff;
  border: 1px solid #EAEAEA; }
  .books-page .tabbed-box .tabbed-header {
    background-color: #f6f6f6;
    height: 40px; }
  .books-page .tabbed-box .tabbed-content {
    padding: 20px;
    padding-bottom: 5px;
    background-color: #ffffff;
    position: relative;
    z-index: 9999999999; }
    .books-page .tabbed-box .tabbed-content a {
      color: #417db6; }
    .books-page .tabbed-box .tabbed-content .tab {
      display: none; }
    .books-page .tabbed-box .tabbed-content .tab-1 {
      display: block; }
  .books-page .tabbed-box .tabbed-header li {
    display: inline-block; }
  .books-page .tabbed-box .tabbed-header a {
    padding: 20px;
    display: inline-block;
    height: 25px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    line-height: 0px;
    background-color: #f0f0f0; }
    .books-page .tabbed-box .tabbed-header a.tab-current {
      background-color: #ffffff; }

/* DIARY */
.diary-intro {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 30px; }

#sidebar {
  margin-left: 0px;
  margin-top: 0px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #sidebar {
      display: block;
      margin-left: 20px;
      margin-top: 0; } }
  #sidebar .widget-items > li {
    margin-bottom: 20px; }
  #sidebar h2 {
    color: #cb5200; }
  #sidebar .widget {
    margin-bottom: 30px; }
  #sidebar .widgettitle {
    margin-bottom: 10px; }
  #sidebar .widget-items > li ul.sub-list > li, #sidebar .widget-items > li.categories li {
    margin: 5px 0;
    padding: 5px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    border-bottom: 1px solid #ECECEC; }
    #sidebar .widget-items > li ul.sub-list > li:hover, #sidebar .widget-items > li.categories li:hover {
      padding-left: 15px; }
    #sidebar .widget-items > li ul.sub-list > li a, #sidebar .widget-items > li.categories li a {
      color: #6d6d6d;
      font-weight: 600; }

.diary-page ol li {
  margin-bottom: 30px; }
.diary-page article h2 {
  color: #417db6;
  margin-bottom: 5px; }
  .diary-page article h2 a {
    display: inline-block; }

.pagination-wrapper .nav-links .page-numbers {
  border: 1px solid #d9d9d9;
  padding: 5px; }
.pagination-wrapper .screen-reader-text {
  display: none; }

.mejs-container {
  margin-bottom: 30px; }

.back-button {
  margin-bottom: 5px;
  display: inline-block; }

.diary-year {
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  color: #417db6; }

.sub-list {
  display: none; }

/* FORUM */
#bbpress-forums #bbp-search-form {
  margin-bottom: 10px; }

#bbpress-forums .bbp-forum-title,
.bbp-forum-title h2,
.bbp-topic-title .bbp-topic-permalink h2 {
  font-size: 16px;
  line-height: 20.8px;
  font-size: 1.6rem;
  line-height: 2.08rem;
  color: #417db6; }

#bbpress-forums #bbp-search-form #bbp_search {
  border: 1px solid #DCDCDC;
  padding: 5px; }

.bbp-login-form input {
  padding: 5px;
  border: 1px solid #DCDCDC; }

#bbpress-forums #bbp-search-form input[type=submit],
.bbp-login-form button[type=submit] {
  border: 1px solid #417db6;
  padding: 5px;
  color: #ffffff;
  background-color: #417db6; }

.bbp-login-form fieldset.bbp-form {
  border: none; }

.bbp-login-form div.bbp-submit-wrapper {
  float: left; }

.login-register {
  margin-bottom: 10px; }
  .login-register a {
    background-color: #417db6;
    padding: 2px 5px;
    display: inline-block;
    color: #ffffff; }

.bbp-topic-title h2 {
  color: #417db6;
  margin-bottom: 8px; }

.bbp-topics {
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-search-form {
    margin-bottom: 10px; }

  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-body li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-body li.bbp-topic-title {
    width: 100%; }

  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    text-align: center;
    text-transform: uppercase; }

  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 20%; }

  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    width: 58%; }

  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    margin-top: 7px; }

  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer {
    font-size: 10px; }

  #bbpress-forums li.bbp-header div.bbp-reply-author {
    text-align: left;
    width: 25%; }

  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 25%; }

  #bbpress-forums div.bbp-template-notice img.avatar,
  #bbpress-forums p.bbp-topic-meta img.avatar {
    width: 14px;
    height: auto; }

  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 1px; }

  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
    width: 20px;
    height: 20px; }

  #bbpress-forums div.wp-editor-container {
    width: 100%;
    overflow: auto; }

  #bbpress-forums input#bbp_topic_title,
  #bbpress-forums input#bbp_topic_tags {
    width: 95%; } }
label[for=bbp_topic_tags] {
  display: none !important; }

#bbp_topic_tags {
  display: none !important; }

.conduct-link {
  color: #A7A7A7 !important; }

.recent-topics span.speech_icon {
  float: left;
  width: 45px;
  height: 37px;
  float: left;
  background: url(images/speach_marks.png);
  background-repeat: no-repeat;
  margin-left: 10px;
  background-size: cover;
  display: none; }
  @media only screen and (min-width: 960px) {
    .recent-topics span.speech_icon {
      display: block; } }
.recent-topics h2 {
  float: left;
  margin-bottom: 5px;
  display: inline-block; }
.recent-topics p.sub-title {
  margin-bottom: 20px; }

.latest-posts li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECECEC; }
  .latest-posts li p {
    margin-bottom: 0; }
.latest-posts h3 {
  margin-bottom: 10px; }
  .latest-posts h3 a {
    color: #417db6; }

.front-sidebar {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .front-sidebar {
      margin-top: 0; } }

.avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  top: 8px;
  margin: 2px 2px;
  margin-top: -10px; }

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
  width: 80px;
  height: 80px; }

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 2px; }

.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness,
.bbp-topic-freshness,
.bbp-topic-reply-count,
.bbp-topic-voice-count {
  display: none; }
  @media only screen and (min-width: 768px) {
    .bbp-forum-topic-count,
    .bbp-forum-reply-count,
    .bbp-forum-freshness,
    .bbp-topic-freshness,
    .bbp-topic-reply-count,
    .bbp-topic-voice-count {
      display: block; } }

.bbp-reply-ip {
  display: none; }

@media only screen and (max-width: 480px) {
  #bbpress-forums .bbp-body div.bbp-reply-author {
    padding-left: 100px;
    margin-bottom: 30px; } }
.updates-snippet {
  margin-bottom: 40px; }
  .updates-snippet h2 {
    margin-bottom: 15px; }
  .updates-snippet > ol > li {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    .updates-snippet > ol > li:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border: none; }
  .updates-snippet h3 {
    margin-bottom: 5px; }

.bbp-forums h2 {
  margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */