/*
Theme Name: Epifani 2016
Author: Ngaire Ackerley - Designack
Author URI: http://designack.com/
Description: One pager holding page site
Version: 1.0
License: Copyright of Ngaire Ackerley
License URI: http://designack.com
Tags: responsive, custom, theme
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* mixins and functions */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*!-- calculates the column width including the padding, padding should be listing with the column */
/*!-- calculates the width of the columns based on the number of elements so that the columns are even around the width of the website */
/*! base layout */
.screen-reader-text {
  position: absolute;
  left: -9000px; }

#wrapper {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  background-color: #fff; }

.clear {
  clear: both; }

.inner {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff; }

/* Logo */
a.logo {
  width: 100%;
  max-width: 1280px;
  float: left;
  padding: 10px auto; }
  a.logo img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto; }

/* Standard Content */
.maincontent {
  width: 66.66667%;
  max-width: 1280px;
  padding: 0 4.6875%;
  float: left; }
  .maincontent img {
    max-width: 100%;
    height: auto; }

/* Sidebar */
.sidebar {
  width: 33.33333%;
  padding: 10px 4.6875%;
  float: right; }

/*! This is the header styles */
header {
  background: #fff;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0; }

.site-title {
  margin-bottom: 0; }
  .site-title a {
    color: #666;
    text-decoration: none; }
    .site-title a:hover, .site-title a:focus {
      color: #666;
      text-decoration: none; }

.site-description {
  color: #666;
  text-align: right;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0; }

/*! Main navigation */
ul#menu-main-menu {
  width: 30%;
  display: block;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  /* if want not full width of webpage add in the line below and the .inner class */ }
  ul#menu-main-menu .inner {
    overflow: visible; }
  ul#menu-main-menu li {
    list-style: none;
    float: left;
    position: relative;
    width: 33.33333%;
    margin: 0;
    padding: 0 !important;
    background: #fff; }
  ul#menu-main-menu a {
    color: #000;
    display: block;
    padding: 10px 2.34375%;
    text-decoration: none;
    text-align: center; }

#menu-main-menu li:hover > a,
#menu-main-menu ul :hover > a {
  background: #fff;
  color: #335faa;
  text-decoration: none; }

#menu-main-menu li.current-menu-item > a, #menu-main-menu li.current-menu-ancestor > a, #menu-main-menu li.current-menu-parent > a {
  color: #335faa;
  background: #fff; }

* html #menu-main-menu li.current-menu-ancestor a,
* html #menu-main-menu li.current-menu-item a,
* html #menu-main-menu li.current-menu-parent a,
* html #menu-main-menu li a:hover {
  color: #335faa;
  background: #fff; }

/* sidebar */
.sidebarwidgets {
  list-style: none;
  padding: 0;
  margin: 0;
  /* original widget */ }
  .sidebarwidgets li {
    list-style: none;
    padding: 0;
    margin: 40px 0; }
  .sidebarwidgets h2 {
    font-size: 1.5em; }
  .sidebarwidgets .post-date {
    display: block;
    clear: both;
    font-size: 0.8em; }
  .sidebarwidgets li ul li {
    margin: 10px 0; }

/*recent posts widget plugin */
.rpwwt-post-date {
  display: block;
  font-size: 0.8em; }

.rpwwt-widget a {
  text-decoration: none; }

.rpwwt-widget a:hover, .rpwwt-widget a:focus {
  text-decoration: underline; }

/*! Footer */
.footer {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  display: block;
  padding: 10px 0.78125%;
  margin-top: 60px;
  background: white;
  float: left; }

.footerwidgets {
  display: block; }
  .footerwidgets ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .footerwidgets ul li {
      width: 33.33333%;
      padding: 10px 0.78125%;
      float: left; }
      .footerwidgets ul li img {
        max-width: 100%;
        height: auto; }
      .footerwidgets ul li li {
        width: 100%;
        list-style: disc inside;
        padding: 0 1.17188%; }

.credits {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0.8em; }

/*! This is modules of styles for the pages within the site */
/* General Styling */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

a {
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  font-weight: 300;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #335faa; }

h1 {
  font-size: 2.3em;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left; }

h2 {
  font-size: 2em;
  line-height: 1.1em;
  color: #000;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left; }

a h2, h2 a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-align: left; }

a:hover h2, a:focus h2, h2 a:hover, h2 a:focus {
  color: #335faa;
  text-decoration: underline; }

h3 {
  font-size: 1.5em;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left; }

h3
h4 {
  font-size: 1.2em;
  color: #000;
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300; }

h5 {
  font-size: 1em;
  color: #000;
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: left; }

h6 {
  font-size: 0.8em;
  color: #000;
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold; }

p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #666;
  font-weight: 300;
  text-align: left;
  margin: 0 0 20px 0; }

strong {
  margin: 0; }

ul {
  list-style: disc outside;
  margin: 0 0 20px 3.90625%;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #4d4d4d;
  font-weight: 300;
  text-align: left; }

ol {
  list-style-position: outside;
  margin: 0 0 20px 3.90625%;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #4d4d4d;
  font-weight: 300;
  text-align: left; }

li {
  padding-left: 20px; }

th, td {
  border: solid 1px #000;
  padding: 5px; }

ul.bloglist {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0; }
  ul.bloglist li {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    float: left; }
  ul.bloglist li a {
    text-decoration: none; }
    ul.bloglist li a:hover, ul.bloglist li a:focus {
      text-decoration: underline;
      color: #335faa; }
  ul.bloglist p {
    margin-left: 33.425%; }
  ul.bloglist .noimgtext p, ul.bloglist p.noimgdate {
    margin-left: 0;
    width: 100%; }
  ul.bloglist p a {
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #000;
    font-weight: 300;
    text-decoration: underline; }
    ul.bloglist p a:hover, ul.bloglist p a:focus {
      color: #335faa; }

.date, .noimgdate {
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 10px 0;
  display: none; }

.blogimg {
  float: left;
  margin: 0 3.125% 50px 0;
  max-width: 30.3%; }

.featuredimg {
  float: left;
  margin: 20px 0;
  width: 100%; }

.attachment-post-thumbnail {
  width: auto;
  height: auto; }

#breadcrumbs {
  clear: both;
  display: block;
  width: 100%;
  font-size: 0.8em;
  margin: 40px 0 20px 0;
  float: left; }

.nav-links {
  width: 100%;
  display: block;
  float: left; }

.nav-next {
  text-align: right;
  width: 45%;
  margin-left: 2.5%;
  display: inline;
  float: right; }

.nav-previous {
  text-align: left;
  width: 45%;
  margin-right: 2.5%;
  display: inline; }

.returnlink {
  display: block; }

/*! Images */
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 0.78125%; }

.alignleft {
  float: left;
  margin: 10px 3.125% 10px 0; }

.alignright {
  float: right;
  margin: 10px 0 10px 3.125%; }

.wp-caption {
  background: #eee;
  max-width: 100% !important;
  /* prevent too-wide images from breaking layout */
  padding: 5px;
  text-align: center;
  color: #666;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8em; }

/*! Search and Inputs */
input[type="search"], input[type="submit"], input {
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.comment-form-comment textarea {
  width: 100%; }

/*! Media Queries */
@media screen and (max-width: 900px) {
  .sidebar, .maincontent {
    width: 100%;
    display: block; }

  ul#menu-main-menu {
    width: 40%; } }
@media screen and (max-width: 700px) {
  a.logo img {
    max-width: 60%; }

  ul#menu-main-menu {
    width: 80%; } }
@media screen and (max-width: 500px) {
  a.logo img {
    max-width: 70%; }

  .alignright, .alignleft {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto; }

  ul, ol {
    margin: 0 0 20px 6.25%; }

  .blogimg {
    max-width: 100%;
    float: left;
    margin: 0 0 20px 0; }

  ul.bloglist p, ul.bloglist h2 {
    max-width: 100%;
    float: left;
    margin: 10px 0; }
  ul.bloglist .date, ul.bloglist noimgdate {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0; }

  .credits {
    text-align: center; }

  .nav-next, .nav-previous {
    text-align: left;
    width: 100%;
    float: left;
    display: block;
    margin: 10px 0; } }
