/*
Theme Name: Cazuela
Theme URI: http://demo.thematosoup.com/cazuela/
Author: ThematoSoup
Author URI: http://thematosoup.com
Description: Cazuela WordPress theme, developed by ThematoSoup
Version: 1.0.2.1
License: GNU General Public License v2 or later
License URI: license.txt
Tags: gray, blue, brown, black, green, orange, red, purple, light, custom-menu, custom-header, custom-background, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support
Description: Cazuela is amazingly flexible and powerful free theme. It comes with 6 different page layouts and 10 widgetized areas. Clean code and latest WordPress quality guidelines make it secure and very light. It is styled entirely with CSS, so it is retina-ready and also responsive.
This theme, like WordPress, is licensed under the GPL.
*/
/* =Reset

	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/
----------------------------------------------- */
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,
hgroup,
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;
}

/* =Typography
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #4b4b4b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.body-arial, .body-arial button,
.body-arial input,
.body-arial select,
.body-arial textarea,
.body-arial .site-description {
  font-family: Arial, sans-serif;
}

.body-helvetica, .body-helvetica button,
.body-helvetica input,
.body-helvetica select,
.body-helvetica textarea,
.body-helvetica .site-description {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}

.body-open-sans, .body-open-sans button,
.body-open-sans input,
.body-open-sans select,
.body-open-sans textarea,
.body-open-sans .site-description {
  font-family: "Open Sans", sans-serif;
}

.body-lato, .body-lato button,
.body-lato input,
.body-lato select,
.body-lato textarea,
.body-lato .site-description {
  font-family: Lato, sans-serif;
}

.body-pt-sans, .body-pt-sans button,
.body-pt-sans input,
.body-pt-sans select,
.body-pt-sans textarea,
.body-pt-sans .site-description {
  font-family: "PT Sans", sans-serif;
}

.body-gudea, .body-gudea button,
.body-gudea input,
.body-gudea select,
.body-gudea textarea,
.body-gudea .site-description {
  font-family: Gudea, sans-serif;
}

.body-lora, .body-lora button,
.body-lora input,
.body-lora select,
.body-lora textarea,
.body-lora .site-description {
  font-family: Lora, serif;
}

.body-istok-web, .body-istok-web button,
.body-istok-web input,
.body-istok-web select,
.body-istok-web textarea,
.body-istok-web .site-description {
  font-family: "Istok Web", serif;
}

/* Selected text background color */
::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
  color: #3e3e3e;
  font-weight: bold;
}

.heading-georgia h1, .heading-georgia h2, .heading-georgia h3, .heading-georgia h4, .heading-georgia h5, .heading-georgia h6 {
  font-family: Georgia, serif;
}

.heading-open-sans h1, .heading-open-sans h2, .heading-open-sans h3, .heading-open-sans h4, .heading-open-sans h5, .heading-open-sans h6 {
  font-family: "Open Sans", sans-serif;
}

.heading-lato h1, .heading-lato h2, .heading-lato h3, .heading-lato h4, .heading-lato h5, .heading-lato h6 {
  font-family: Lato, sans-serif;
}

.heading-oswald h1, .heading-oswald h2, .heading-oswald h3, .heading-oswald h4, .heading-oswald h5, .heading-oswald h6 {
  font-family: Oswald, sans-serif;
}

.heading-bitter h1, .heading-bitter h2, .heading-bitter h3, .heading-bitter h4, .heading-bitter h5, .heading-bitter h6 {
  font-family: Bitter, serif;
}

.heading-merriweather h1, .heading-merriweather h2, .heading-merriweather h3, .heading-merriweather h4, .heading-merriweather h5, .heading-merriweather h6 {
  font-family: Merriweather, serif;
}

.heading-droid-serif h1, .heading-droid-serif h2, .heading-droid-serif h3, .heading-droid-serif h4, .heading-droid-serif h5, .heading-droid-serif h6 {
  font-family: "Droid Serif", serif;
}

/* No need for top margin if :first-child */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4,
.widget-title {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1.2em;
  padding: 1.2em;
  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 #666666;
  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;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

blockquote {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 3em;
}

.site-title a,
.site-description,
#before-header * {
  color: #fff;
}

.main-navigation .sub-menu li {
  background: rgba(0, 0, 0, 0.9);
}

.main-navigation .sub-menu .sub-menu li {
  background: rgba(0, 0, 0, 0.8);
}

#colophon,
#before-footer {
  color: #999;
}

#colophon h1, #colophon h2, #colophon h3, #colophon h4, #colophon h5, #colophon h6,
#colophon a,
#before-footer h1,
#before-footer h2,
#before-footer h3,
#before-footer h4,
#before-footer h5,
#before-footer h6,
#before-footer a {
  color: #ccc;
}

#content a:visited {
  color: #a4a4a4;
}

#content a:hover {
  color: black;
}

/* =Color Schemes
----------------------------------------------- */
.scheme-black #main {
  background-color: #fafafa;
}
.scheme-black #masthead {
  background: #272727;
  border-bottom: 5px solid #1f1f1f;
}
.scheme-black .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-black .main-navigation .sub-menu li,
.scheme-black .main-navigation .sub-menu .sub-menu li {
  background: #1f1f1f;
}
.scheme-black .main-navigation .sub-menu li:hover {
  background: #050505;
}
.scheme-black #after-header {
  background: #ededed;
  border-bottom: 1px solid #e1e1e1;
}
.scheme-black .sticky,
.scheme-black .commentlist li.comment.bypostauthor > article {
  border-bottom: 3px solid #1f1f1f;
}
.scheme-black #before-footer {
  background: #171717;
  border-bottom: 1px solid #1c1c1c;
}
.scheme-black #colophon {
  border-top: 1px solid #0d0d0d;
}
.scheme-black #colophon,
.scheme-black #after-footer {
  background: #131313;
}
.scheme-black #commentform #submit,
.scheme-black .wpcf7-submit {
  background: #1f1f1f;
}

.scheme-black.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a1a1a), color-stop(100%, #272727));
  background-image: url(images/grain.png), -webkit-linear-gradient(#1a1a1a, #272727);
  background-image: url(images/grain.png), -moz-linear-gradient(#1a1a1a, #272727);
  background-image: url(images/grain.png), -o-linear-gradient(#1a1a1a, #272727);
  background-image: url(images/grain.png), linear-gradient(#1a1a1a, #272727);
}

.scheme-white #main {
  background-color: #fdfdfd;
}
.scheme-white #masthead {
  background: white !important;
  border-bottom: 1px solid #ececec;
}
.scheme-white #masthead .site-title a,
.scheme-white #masthead .site-description {
  color: #3e3e3e;
}
.scheme-white .main-navigation ul ul {
  padding-top: 1px;
}
.scheme-white .main-navigation ul ul ul {
  padding-top: 0;
  border-top: 1px solid #f0f0f0;
  margin-top: -1px;
}
.scheme-white .main-navigation .sub-menu li,
.scheme-white .main-navigation .sub-menu .sub-menu li {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-top: none;
}
.scheme-white .main-navigation a {
  color: #777;
}
.scheme-white .main-navigation a:hover {
  color: #555;
}
.scheme-white .main-navigation ul ul li:hover {
  background: #f6f6f6 !important;
}
.scheme-white .main-navigation > ul > .menu-parent-item > a:before {
  border-top-color: #777;
}
.scheme-white .main-navigation .sub-menu .menu-parent-item > a:after {
  border-left-color: #777;
}
.scheme-white #after-header {
  background: #f0f0f0;
  border-bottom: 1px solid #e8e8e8;
}
.scheme-white .sticky {
  border-bottom: 3px solid lightgrey;
}
.scheme-white #before-footer {
  background: #fcfcfc;
  border-bottom: 1px solid #f0f0f0;
}
.scheme-white #colophon {
  border-top: 1px solid #f0f0f0;
}
.scheme-white #colophon a {
  color: #4b4b4b;
}
.scheme-white #colophon,
.scheme-white #after-footer {
  background: #fff;
}
.scheme-white #colophon h1, .scheme-white #colophon h2, .scheme-white #colophon h3, .scheme-white #colophon h4, .scheme-white #colophon h5, .scheme-white #colophon h6,
.scheme-white #colophon a,
.scheme-white #before-footer h1,
.scheme-white #before-footer h2,
.scheme-white #before-footer h3,
.scheme-white #before-footer h4,
.scheme-white #before-footer h5,
.scheme-white #before-footer h6,
.scheme-white #before-footer a {
  color: #888;
}

.scheme-white.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a1a1a), color-stop(100%, #272727));
  background-image: url(images/grain.png), -webkit-linear-gradient(#1a1a1a, #272727);
  background-image: url(images/grain.png), -moz-linear-gradient(#1a1a1a, #272727);
  background-image: url(images/grain.png), -o-linear-gradient(#1a1a1a, #272727);
  background-image: url(images/grain.png), linear-gradient(#1a1a1a, #272727);
}

.scheme-blue #main {
  background-color: #f5f7fa;
}
.scheme-blue #masthead {
  background: #1d4e8e;
  border-bottom: 5px solid #193b69;
}
.scheme-blue .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-blue .main-navigation .sub-menu li,
.scheme-blue .main-navigation .sub-menu .sub-menu li {
  background: #193b69;
}
.scheme-blue .main-navigation .sub-menu li:hover {
  background: #0f2440;
}
.scheme-blue #after-header {
  background: #e4e9f2;
  border-bottom: 1px solid #d3dce9;
}
.scheme-blue .sticky {
  border-bottom: 3px solid #193b69;
}
.scheme-blue #before-footer {
  background: #1a1d21;
  border-bottom: 1px solid #1e2226;
}
.scheme-blue #colophon {
  border-top: #121417;
}
.scheme-blue #colophon,
.scheme-blue #after-footer {
  background: #18191d;
}
.scheme-blue #commentform #submit,
.scheme-blue .wpcf7-submit {
  background: #193b69;
}

.scheme-blue.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #163a68), color-stop(100%, #1d4e8e));
  background-image: url(images/grain.png), -webkit-linear-gradient(#163a68, #1d4e8e);
  background-image: url(images/grain.png), -moz-linear-gradient(#163a68, #1d4e8e);
  background-image: url(images/grain.png), -o-linear-gradient(#163a68, #1d4e8e);
  background-image: url(images/grain.png), linear-gradient(#163a68, #1d4e8e);
}

.scheme-brown #main {
  background-color: #faf7f5;
}
.scheme-brown #masthead {
  background: #60554e;
  border-bottom: 5px solid #423c37;
}
.scheme-brown .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-brown .main-navigation .sub-menu li,
.scheme-brown .main-navigation .sub-menu .sub-menu li {
  background: #423c37;
}
.scheme-brown .main-navigation .sub-menu li:hover {
  background: #262320;
}
.scheme-brown #after-header {
  background: #f2e9e4;
  border-bottom: 1px solid #e9dcd3;
}
.scheme-brown .sticky {
  border-bottom: 3px solid #423c37;
}
.scheme-brown #before-footer {
  background: #26211e;
  border-bottom: 1px solid #2b2622;
}
.scheme-brown #colophon {
  border-top: #171412;
}
.scheme-brown #colophon,
.scheme-brown #after-footer {
  background: #211d1b;
}
.scheme-brown #commentform #submit,
.scheme-brown .wpcf7-submit {
  background: #423c37;
}

.scheme-brown.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #423a35), color-stop(100%, #60554e));
  background-image: url(images/grain.png), -webkit-linear-gradient(#423a35, #60554e);
  background-image: url(images/grain.png), -moz-linear-gradient(#423a35, #60554e);
  background-image: url(images/grain.png), -o-linear-gradient(#423a35, #60554e);
  background-image: url(images/grain.png), linear-gradient(#423a35, #60554e);
}

.scheme-candy-red #main {
  background-color: #faf5f7;
}
.scheme-candy-red #masthead {
  background: #8c163f;
  border-bottom: 5px solid #61132e;
}
.scheme-candy-red .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-candy-red .main-navigation .sub-menu li,
.scheme-candy-red .main-navigation .sub-menu .sub-menu li {
  background: #61132e;
}
.scheme-candy-red .main-navigation .sub-menu li:hover {
  background: #360b1a;
}
.scheme-candy-red #after-header {
  background: #f2e4e9;
  border-bottom: 1px solid #e9d3dc;
}
.scheme-candy-red .sticky {
  border-bottom: 3px solid #61132e;
}
.scheme-candy-red #before-footer {
  background: #1f1f1f;
  border-bottom: 1px solid #242424;
}
.scheme-candy-red #colophon {
  border-top: #171717;
}
.scheme-candy-red #colophon,
.scheme-candy-red #after-footer {
  background: #1f1f1f;
}
.scheme-candy-red #commentform #submit,
.scheme-candy-red .wpcf7-submit {
  background: #61132e;
}

.scheme-candy-red.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #600f2b), color-stop(100%, #8c163f));
  background-image: url(images/grain.png), -webkit-linear-gradient(#600f2b, #8c163f);
  background-image: url(images/grain.png), -moz-linear-gradient(#600f2b, #8c163f);
  background-image: url(images/grain.png), -o-linear-gradient(#600f2b, #8c163f);
  background-image: url(images/grain.png), linear-gradient(#600f2b, #8c163f);
}

.scheme-cobalt #main {
  background-color: #f5f7fa;
}
.scheme-cobalt #masthead {
  background: #4b535d;
  border-bottom: 5px solid #363b42;
}
.scheme-cobalt .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-cobalt .main-navigation .sub-menu li,
.scheme-cobalt .main-navigation .sub-menu .sub-menu li {
  background: #363b42;
}
.scheme-cobalt .main-navigation .sub-menu li:hover {
  background: #1f2226;
}
.scheme-cobalt #after-header {
  background: #e4e9f2;
  border-bottom: 1px solid #d3dce9;
}
.scheme-cobalt .sticky {
  border-bottom: 3px solid #363b42;
}
.scheme-cobalt #before-footer {
  background: #1f2326;
  border-bottom: 1px solid #24282b;
}
.scheme-cobalt #colophon {
  border-top: #121517;
}
.scheme-cobalt #colophon,
.scheme-cobalt #after-footer {
  background: #191c1f;
}
.scheme-cobalt #commentform #submit,
.scheme-cobalt .wpcf7-submit {
  background: #363b42;
}

.scheme-cobalt.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #32373d), color-stop(100%, #4b535d));
  background-image: url(images/grain.png), -webkit-linear-gradient(#32373d, #4b535d);
  background-image: url(images/grain.png), -moz-linear-gradient(#32373d, #4b535d);
  background-image: url(images/grain.png), -o-linear-gradient(#32373d, #4b535d);
  background-image: url(images/grain.png), linear-gradient(#32373d, #4b535d);
}

.scheme-grey #main {
  background-color: #fafafa;
}
.scheme-grey #masthead {
  background: #656565;
  border-bottom: 5px solid #474747;
}
.scheme-grey .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-grey .main-navigation .sub-menu li,
.scheme-grey .main-navigation .sub-menu .sub-menu li {
  background: #474747;
}
.scheme-grey .main-navigation .sub-menu li:hover {
  background: #2e2e2e;
}
.scheme-grey #after-header {
  background: #ededed;
  border-bottom: 1px solid #e1e1e1;
}
.scheme-grey .sticky {
  border-bottom: 3px solid #474747;
}
.scheme-grey #before-footer {
  background: #2b2b2b;
  border-bottom: 1px solid #303030;
}
.scheme-grey #colophon {
  border-top: #1f1f1f;
}
.scheme-grey #colophon,
.scheme-grey #after-footer {
  background: #262626;
}
.scheme-grey #commentform #submit,
.scheme-grey .wpcf7-submit {
  background: #474747;
}

.scheme-grey.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #424242), color-stop(100%, #656565));
  background-image: url(images/grain.png), -webkit-linear-gradient(#424242, #656565);
  background-image: url(images/grain.png), -moz-linear-gradient(#424242, #656565);
  background-image: url(images/grain.png), -o-linear-gradient(#424242, #656565);
  background-image: url(images/grain.png), linear-gradient(#424242, #656565);
}

.scheme-lime-green #main {
  background-color: #f7faf5;
}
.scheme-lime-green #masthead {
  background: #579718;
  border-bottom: 5px solid #426f15;
}
.scheme-lime-green .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-lime-green .main-navigation .sub-menu li,
.scheme-lime-green .main-navigation .sub-menu .sub-menu li {
  background: #426f15;
}
.scheme-lime-green .main-navigation .sub-menu li:hover {
  background: #29440d;
}
.scheme-lime-green #after-header {
  background: #e9f2e4;
  border-bottom: 1px solid #dce9d3;
}
.scheme-lime-green .sticky {
  border-bottom: 3px solid #426f15;
}
.scheme-lime-green #before-footer {
  background: #292929;
  border-bottom: 1px solid #303030;
}
.scheme-lime-green #colophon {
  border-top: #1a1a1a;
}
.scheme-lime-green #colophon,
.scheme-lime-green #after-footer {
  background: #1e1e1e;
}
.scheme-lime-green #commentform #submit,
.scheme-lime-green .wpcf7-submit {
  background: #426f15;
}

.scheme-lime-green.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e6c11), color-stop(100%, #579718));
  background-image: url(images/grain.png), -webkit-linear-gradient(#3e6c11, #579718);
  background-image: url(images/grain.png), -moz-linear-gradient(#3e6c11, #579718);
  background-image: url(images/grain.png), -o-linear-gradient(#3e6c11, #579718);
  background-image: url(images/grain.png), linear-gradient(#3e6c11, #579718);
}

.scheme-orange #main {
  background-color: #faf7f5;
}
.scheme-orange #masthead {
  background: #e0580e;
  border-bottom: 5px solid #9b420e;
}
.scheme-orange .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-orange .main-navigation .sub-menu li,
.scheme-orange .main-navigation .sub-menu .sub-menu li {
  background: #9b420e;
}
.scheme-orange .main-navigation .sub-menu li:hover {
  background: #6c2e0a;
}
.scheme-orange #after-header {
  background: #f2e9e4;
  border-bottom: 1px solid #e9dcd3;
}
.scheme-orange .sticky {
  border-bottom: 3px solid #9b420e;
}
.scheme-orange #before-footer {
  background: #292929;
  border-bottom: 1px solid #303030;
}
.scheme-orange #colophon {
  border-top: #1a1a1a;
}
.scheme-orange #colophon,
.scheme-orange #after-footer {
  background: #1e1e1e;
}
.scheme-orange #commentform #submit,
.scheme-orange .wpcf7-submit {
  background: #9b420e;
}

.scheme-orange.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #973c09), color-stop(100%, #e0580e));
  background-image: url(images/grain.png), -webkit-linear-gradient(#973c09, #e0580e);
  background-image: url(images/grain.png), -moz-linear-gradient(#973c09, #e0580e);
  background-image: url(images/grain.png), -o-linear-gradient(#973c09, #e0580e);
  background-image: url(images/grain.png), linear-gradient(#973c09, #e0580e);
}

.scheme-plum-purple #main {
  background-color: #f7f5fa;
}
.scheme-plum-purple #masthead {
  background: #41394d;
  border-bottom: 5px solid #322c3a;
}
.scheme-plum-purple .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-plum-purple .main-navigation .sub-menu li,
.scheme-plum-purple .main-navigation .sub-menu .sub-menu li {
  background: #322c3a;
}
.scheme-plum-purple .main-navigation .sub-menu li:hover {
  background: #19161d;
}
.scheme-plum-purple #after-header {
  background: #e9e4f2;
  border-bottom: 1px solid #dcd3e9;
}
.scheme-plum-purple .sticky {
  border-bottom: 3px solid #322c3a;
}
.scheme-plum-purple #before-footer {
  background: #1f1e21;
  border-bottom: 1px solid #242326;
}
.scheme-plum-purple #colophon {
  border-top: #151517;
}
.scheme-plum-purple #colophon,
.scheme-plum-purple #after-footer {
  background: #1b1a1d;
}
.scheme-plum-purple #commentform #submit,
.scheme-plum-purple .wpcf7-submit {
  background: #322c3a;
}

.scheme-plum-purple.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d2734), color-stop(100%, #41394d));
  background-image: url(images/grain.png), -webkit-linear-gradient(#2d2734, #41394d);
  background-image: url(images/grain.png), -moz-linear-gradient(#2d2734, #41394d);
  background-image: url(images/grain.png), -o-linear-gradient(#2d2734, #41394d);
  background-image: url(images/grain.png), linear-gradient(#2d2734, #41394d);
}

.scheme-red #main {
  background-color: #f7f4f4;
}
.scheme-red #masthead {
  background: #ac2026;
  border-bottom: 5px solid #801c20;
}
.scheme-red .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 5px black;
}
.scheme-red .main-navigation .sub-menu li,
.scheme-red .main-navigation .sub-menu .sub-menu li {
  background: #801c20;
}
.scheme-red .main-navigation .sub-menu li:hover {
  background: #561316;
}
.scheme-red #after-header {
  background: #ece5e5;
  border-bottom: 1px solid #e2d6d6;
}
.scheme-red .sticky {
  border-bottom: 3px solid #801c20;
}
.scheme-red #before-footer {
  background: #292929;
  border-bottom: 1px solid #242326;
}
.scheme-red #colophon {
  border-top: #1a1a1a;
}
.scheme-red #colophon,
.scheme-red #after-footer {
  background: #1e1e1e;
}
.scheme-red #commentform #submit,
.scheme-red .wpcf7-submit {
  background: #801c20;
}

.scheme-red.header-gradient #masthead {
  background-image: url(images/grain.png), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d181c), color-stop(100%, #ac2026));
  background-image: url(images/grain.png), -webkit-linear-gradient(#7d181c, #ac2026);
  background-image: url(images/grain.png), -moz-linear-gradient(#7d181c, #ac2026);
  background-image: url(images/grain.png), -o-linear-gradient(#7d181c, #ac2026);
  background-image: url(images/grain.png), linear-gradient(#7d181c, #ac2026);
}

/* =Layout
----------------------------------------------- */
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
}

.clearfix:after,
.entry-content:after {
  clear: both;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

#page {
  overflow: hidden;
}

.inner {
  padding: 0 20px;
  padding: 0 2rem;
}

.inner,
.layout-boxed #page {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-boxed #page {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 1em;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 1em;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 1em;
}

#main {
  padding: 30px 0;
  padding: 3rem 0;
}

#before-header {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
#before-header .widget {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#before-header .widget:last-child {
  margin-bottom: 0;
}

#masthead {
  padding: 20px 0 0;
  padding: 2rem 0 0;
}
#masthead hgroup {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
#masthead .site-title {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
}
#masthead .header-image {
  display: block;
  margin: 0 auto 5px;
  margin: 0 auto 0.5rem;
}
#masthead .site-description {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#masthead .site-title a {
  text-decoration: none;
}

#after-header {
  padding: 10px 0;
  padding: 1rem 0;
}
#after-header .widget {
  margin: 10px 0;
  margin: 1rem 0;
}
#after-header #yoast-breadcrumbs + .widget {
  margin-top: 20px;
  margin-top: 2rem;
}

#colophon {
  padding-top: 20px;
  padding-top: 2rem;
}
#colophon #footer-sidebars {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
#colophon #after-footer {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
#colophon #footer-nav {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
#colophon #footer-nav .footer-navigation {
  float: right;
  width: 66.666%;
}
#colophon #footer-nav #footer-credits {
  float: left;
  width: 33.333%;
}

#before-footer {
  padding: 20px 0;
  padding: 2rem 0;
}

#before-content,
#after-content {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/* Widgetized homepage template */
.page-template-page-templatestemplate-homepage-php .hentry {
  background: none;
  box-shadow: none;
  padding: 10px 0;
  padding: 1rem 0;
}
.page-template-page-templatestemplate-homepage-php .hentry .entry-content {
  padding-bottom: 0;
}
.page-template-page-templatestemplate-homepage-php .hentry #homepage-aside + .entry-content {
  margin-right: 50%;
  padding-right: 30px;
  padding-right: 3rem;
}

#homepage-aside {
  float: right;
  width: 50%;
}
#homepage-aside img {
  width: 100%;
  height: auto;
}

/*
	Responsive grid layouts
	Widths are in percentages
	Based on 1000px wide layout
---------------------------------------------------- */
/* Layout: Full width */
/* Layout: Content - Primary Sidebar */
.layout-cp .content-area {
  float: left;
  margin: 0 -34% 0 0;
  width: 100%;
}
.layout-cp #content {
  margin: 0 34% 0 0;
}
.layout-cp #secondary {
  float: right;
  width: 30%;
}

/* Layout: Content - Primary Sidebar - Secondary Sidebar */
.layout-cps .content-area {
  float: left;
  width: 100%;
}
.layout-cps #content {
  margin: 0 44% 0 0;
}
.layout-cps #main .widget-area {
  float: left;
}
.layout-cps #secondary {
  width: 22%;
  margin: 0 0 0 -40%;
}
.layout-cps #tertiary {
  width: 16%;
  margin: 0 0 0 -16%;
}

/* Layout: Primary Sidebar - Content - Secondary Sidebar */
.layout-pcs .content-area {
  float: left;
  width: 100%;
}
.layout-pcs #content {
  margin-left: 26%;
  margin-right: 20%;
}
.layout-pcs #main .widget-area {
  float: left;
}
.layout-pcs #secondary {
  width: 22%;
  margin: 0 0 0 -100%;
}
.layout-pcs #tertiary {
  width: 16%;
  margin: 0 0 0 -16%;
}

/* Layout: Primary Sidebar - Content */
.layout-pc .content-area {
  float: right;
  margin: 0 0 0 -34%;
  width: 100%;
}
.layout-pc #content {
  margin: 0 0 0 34%;
}
.layout-pc #secondary {
  float: left;
  width: 30%;
}

/* Layout: Primary Sidebar - Secondary Sidebar - Content */
.layout-psc .content-area {
  float: right;
  margin: 0 0 0 -44%;
  width: 100%;
}
.layout-psc #content {
  margin: 0 0 0 44%;
}
.layout-psc #main .widget-area {
  float: left;
}
.layout-psc #secondary {
  width: 22%;
}
.layout-psc #tertiary {
  width: 16%;
  margin-left: 2%;
}

.site-footer {
  clear: both;
  width: 100%;
}

/* Dynamic width widgets */
.dynamic-widget-width .widget {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.dynamic-widget-width .widget:nth-child(3n+1) {
  clear: left;
  padding-left: 0;
}
.dynamic-widget-width .widget:nth-child(3n+3) {
  padding-right: 0;
}

.dynamic-widget-width.widget-count-1 .widget {
  float: none;
  width: 100%;
  padding: 0;
}

.dynamic-widget-width.widget-count-2 .widget {
  width: 50%;
}
.dynamic-widget-width.widget-count-2 .widget:first-child {
  padding: 0 15px 0 0;
  padding: 0 1.5rem 0 0;
}
.dynamic-widget-width.widget-count-2 .widget:last-child {
  padding: 0 0 0 15px;
  padding: 0 0 0 1.5rem;
}

/* Homepage widgets */
#homepage-widget-area .widget .homepage-inner {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  padding: 20px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Footer widgets */
#footer-widget-area {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/* =Navigation
----------------------------------------------- */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  display: inline-block;
  position: relative;
  margin-right: 0.75em;
  font-size: 14px;
  font-size: 1.4rem;
}

.main-navigation > ul > li,
.main-navigation .menu > ul > li {
  margin-right: 30px;
  margin-right: 3rem;
}

.main-navigation li li {
  margin-right: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.75em 0;
  line-height: 1;
  position: relative;
}

.main-navigation ul ul {
  display: none;
  float: left;
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 99999;
  text-align: left;
  padding-top: 5px;
  margin-top: -1px;
  /* fixes 1px gap */
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  padding-top: 0;
}

.main-navigation ul ul a {
  width: 200px;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-navigation ul ul li {
  margin-right: 0;
}

.main-navigation ul li:hover > ul {
  display: block;
}

/* Parent item indicator */
.main-navigation > ul > .menu-parent-item > a {
  padding-left: 1em;
}

.main-navigation > ul > .menu-parent-item > a:before {
  content: "";
  display: inline-block;
  margin-right: 0.4em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
  opacity: 0.9;
}

.main-navigation .sub-menu .menu-parent-item > a {
  padding-right: 1.5em;
}

.main-navigation .sub-menu .menu-parent-item > a:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  margin-right: 0.6em;
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid white;
  opacity: 0.9;
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.main-small-navigation .menu {
  display: none;
  text-align: center;
  list-style: none;
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.main-small-navigation .menu > li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 0.15em;
}
.main-small-navigation .menu ul {
  list-style: none;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-small-navigation .menu ul > li {
  margin-bottom: 5px;
}
.main-small-navigation .menu ul ul {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.main-small-navigation .menu ul ul > li {
  margin-bottom: 0;
}
.main-small-navigation .menu a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* Post navigation */
#main .post-navigation,
#main .paging-navigation,
#main #image-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  /* WP Pagenavi */
}
#main .post-navigation .nav-previous,
#main .post-navigation .previous-image,
#main .paging-navigation .nav-previous,
#main .paging-navigation .previous-image,
#main #image-navigation .nav-previous,
#main #image-navigation .previous-image {
  float: left;
  width: 50%;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main .post-navigation .nav-next,
#main .post-navigation .next-image,
#main .paging-navigation .nav-next,
#main .paging-navigation .next-image,
#main #image-navigation .nav-next,
#main #image-navigation .next-image {
  float: right;
  width: 50%;
  padding-left: 0.5em;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main .post-navigation a,
#main .paging-navigation a,
#main #image-navigation a {
  text-decoration: none;
  color: #4b4b4b;
}
#main .post-navigation .wp-pagenavi,
#main .paging-navigation .wp-pagenavi,
#main #image-navigation .wp-pagenavi {
  text-align: center;
}
#main .post-navigation .wp-pagenavi a,
#main .post-navigation .wp-pagenavi span,
#main .paging-navigation .wp-pagenavi a,
#main .paging-navigation .wp-pagenavi span,
#main #image-navigation .wp-pagenavi a,
#main #image-navigation .wp-pagenavi span {
  border: none;
}
#main .post-navigation .wp-pagenavi .pages,
#main .paging-navigation .wp-pagenavi .pages,
#main #image-navigation .wp-pagenavi .pages {
  margin-right: 1em;
}

/* Page links */
.page-links {
  font-weight: bold;
}
.page-links span {
  font-weight: 300;
}

/* Yoast breadcrumbs */
#yoast-breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2em;
}
#yoast-breadcrumbs:first-child {
  margin-top: 0;
}
#yoast-breadcrumbs span a {
  color: #4b4b4b;
  font-weight: bold;
  text-decoration: none;
}

/* Footer navigation */
#colophon .footer-navigation {
  text-align: center;
}
#colophon .footer-navigation ul {
  margin: 0;
  list-style: none;
  text-align: right;
}
#colophon .footer-navigation ul > li {
  display: inline-block;
  margin: 0 10px;
  margin: 0 1rem;
}
#colophon .footer-navigation ul > li:first-child {
  margin-left: 0;
}
#colophon .footer-navigation ul > li:last-child {
  margin-right: 0;
}
#colophon .footer-navigation ul ul {
  display: none;
}

/* =Entries
----------------------------------------------- */
/* Lead image */
.entry-lead img {
  display: block;
  width: 100%;
  height: auto;
}

.page-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.hentry,
.not-found {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  background: #fff;
  box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.hentry .entry-content > :first-child,
.not-found .entry-content > :first-child {
  margin-top: 0;
}
.hentry .entry-content > :last-child,
.not-found .entry-content > :last-child {
  margin-bottom: 0;
}
.hentry .entry-inner,
.not-found .entry-inner {
  padding: 20px 20px 0;
  padding: 2rem 2rem 0;
}
.hentry header,
.hentry .entry-content,
.not-found header,
.not-found .entry-content {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.hentry header .edit-link,
.hentry .entry-content .edit-link,
.not-found header .edit-link,
.not-found .entry-content .edit-link {
  display: block;
  clear: both;
}
.hentry footer,
.not-found footer {
  padding: 20px;
  padding: 2rem;
  border-top: 1px solid #f6f6f6;
}
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6,
.not-found h1,
.not-found h2,
.not-found h3,
.not-found h4,
.not-found h5,
.not-found h6 {
  clear: none;
}

.not-found {
  padding: 20px;
  padding: 2rem;
}
.not-found .widgettitle {
  margin-top: 1.5em;
}

.entry-title {
  margin: 0 0 0.2em;
}

#main .entry-title a {
  color: #3e3e3e;
  text-decoration: none;
}

/* Post formats */
.archive-post .format-aside header,
.archive-post .format-aside .entry-cats-tags,
.archive-post .format-status header,
.archive-post .format-status .entry-cats-tags,
.archive-post .format-link header,
.archive-post .format-link .entry-cats-tags,
.archive-post .format-chat header,
.archive-post .format-chat .entry-cats-tags,
.archive-post .format-quote header,
.archive-post .format-quote .entry-cats-tags,
.archive-post .format-audio header,
.archive-post .format-audio .entry-cats-tags,
.archive-post .format-video header,
.archive-post .format-video .entry-cats-tags {
  display: none;
}
.archive-post .format-image header {
  margin-bottom: 0;
}
.archive-post .format-image .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
}
.archive-post .format-link .entry-content {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.archive-post .format-link .entry-content a {
  text-decoration: none;
}

.page-links {
  margin: 0 0 20px;
  margin: 0 0 2rem;
  clear: both;
}

.page-links a,
.entry-meta a {
  text-decoration: none;
}

.entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
}

.entry-content blockquote {
  background: url(images/quote.png) top left no-repeat;
  margin: 0 1em 2em;
  padding-left: 2.5em;
}
.entry-content blockquote > :last-child {
  margin-bottom: 0;
}
.entry-content blockquote cite {
  display: block;
  text-align: right;
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Authors page template */
.authors-list {
  list-style: none;
  margin: 2em 0;
}
.authors-list > li {
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #f6f6f6;
}
.authors-list > li:last-child {
  border-bottom: none;
}
.authors-list .author-avatar {
  float: left;
  padding: 0;
  border: none;
  width: 96px;
}
.authors-list .author-avatar .avatar {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}
.authors-list .author-text {
  margin-left: 112px;
}
.authors-list h2 {
  clear: none;
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.authors-list h3 {
  clear: none;
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.authors-list .latest-by-author li {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Masonry layout template */
#masonry-container {
  margin: 0 auto 30px;
  margin: 0 auto 3rem;
}

.masonry-post {
  width: 240px;
  margin: 5px;
}
.masonry-post .hentry {
  margin-bottom: 0;
}
.masonry-post .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
}
.masonry-post .entry-content {
  font-size: 12px;
  font-size: 1.2rem;
}
.masonry-post .masonry-link {
  display: block;
  text-decoration: none;
  color: #4b4b4b !important;
}
.masonry-post .hentry:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.masonry-post .hentry .entry-inner {
  padding: 15px;
  padding: 1.5rem;
}
.masonry-post .hentry .entry-content {
  padding-bottom: 0;
}
.masonry-post .hentry header {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  height: auto;
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Post images and captions */
.entry-content .aligncenter {
  margin: 1.5em auto;
  display: block;
}

.entry-content .alignleft {
  float: left;
  margin: 0.1em 1.5em 0.75em 0;
}

.entry-content .alignright {
  float: right;
  margin: 0.1em 0 0.75em 1.5em;
}

.entry-content img {
  border: none;
  background: #fff;
  padding: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.attachment {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.entry-content .wp-caption img,
.attachment img {
  margin: 0 auto 0.25em;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption-text,
.entry-caption,
.gallery-caption {
  text-align: center;
  margin: 0 0 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

#content .gallery {
  margin-bottom: 1.5em;
}

#content .gallery-item {
  margin: 0 0 1.5em !important;
}

#content .gallery a img {
  border: none;
  height: auto;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 0.25em;
}

#content .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Flex Slider */
#homepage-aside .flexslider {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
#homepage-aside .flexslider .flex-control-nav {
  bottom: -30px;
}
#homepage-aside .flexslider .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#homepage-aside .flexslider .flex-control-paging li a.flex-active {
  background: #555;
  background: rgba(0, 0, 0, 0.7);
  border-color: #555;
}
#homepage-aside .flexslider li {
  position: relative;
}
#homepage-aside .flexslider li .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding: 1rem;
}
#homepage-aside .flexslider li .slide-caption > h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fcfcfc;
}
#homepage-aside .flexslider li .slide-caption > div {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
#homepage-aside .flexslider li .slide-caption > div a {
  color: #fff;
}

/* =Forms
----------------------------------------------- */
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 */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #cccccc;
  border-color: #cccccc #cccccc #bbbbbb #cccccc;
  border-radius: 3px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 2px 1px white;
  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.4rem;
  padding: 1.12em 1.5em 0.88em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, whitesmoke), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* W3C */
  border-color: #bbbbbb #bbbbbb #aaaaaa #bbbbbb;
}

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: #aaaaaa #bbbbbb #bbbbbb #bbbbbb;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 2px 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  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],
textarea {
  color: #444;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email] {
  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%;
}

/* Comment form */
#commentform :focus,
.wpcf7-form :focus {
  outline: none;
  border-color: #bbb;
}
#commentform input[type=text],
#commentform input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
  width: 60%;
}
#commentform textarea,
.wpcf7-form textarea {
  width: 100%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  display: block;
  border: 1px solid #ececec;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code,
.wpcf7-form .form-allowed-tags,
.wpcf7-form .form-allowed-tags code {
  font-size: 12px;
  font-size: 1.2rem;
}
#commentform #submit,
#commentform .wpcf7-submit,
.wpcf7-form #submit,
.wpcf7-form .wpcf7-submit {
  border: none;
  box-shadow: none;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
  padding: 0.75em 1em;
}

.commentlist #respond {
  margin-top: 20px;
}
.commentlist #respond p {
  margin-bottom: 1em;
}
.commentlist #respond input[type=text],
.commentlist #respond input[type=email],
.commentlist #respond textarea {
  padding: 0.3em;
}

/* Password protected posts form */
.hentry label {
  display: block;
}
.hentry input[type=password] {
  width: 60%;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 0.5em;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Search form in no-results template part */
#post-0 #s {
  border: 1px solid #dddddd;
  padding: 0.5em;
}

/* =Comments
----------------------------------------------- */
.commentlist {
  margin-left: 0;
}
.commentlist li .children {
  margin-left: 0;
}
.commentlist li {
  list-style: none;
  margin-bottom: 20px;
}
.commentlist li li {
  margin: 0.5em 0 0;
}
.commentlist li.comment {
  min-height: 64px;
  padding-left: 72px;
  position: relative;
}
.commentlist li.comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.commentlist li.comment article {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.commentlist li :last-child {
  margin-bottom: 0;
}
.commentlist .comment-content {
  margin-bottom: 1em;
}
.commentlist header {
  font-weight: bold;
}
.commentlist footer,
.commentlist .reply {
  font-size: 12px;
  font-size: 1.2rem;
}
.commentlist header {
  margin-bottom: 1em;
}
.commentlist .pingback,
.commentlist .trackback {
  font-size: 12px;
  font-size: 1.2rem;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget * {
  max-width: 100%;
}
.widget li {
  margin-bottom: 0.5em;
}
.widget li ul {
  margin-left: 1em;
}
.widget select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget select:focus {
  outline: none;
}

.widget:last-child,
.widget :last-child {
  margin-bottom: 0;
}

#secondary .widget,
#tertiary .widget {
  font-size: 12px;
  font-size: 1.2rem;
}

/* Search widget */
#searchsubmit {
  display: none;
}

#s {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 2px #d9d9d9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  padding: 0.5em;
}
#s:focus {
  outline: none;
  box-shadow: 0 0 2px #999999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* Calendar widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption, #wp-calendar td, #wp-calendar th {
  text-align: center;
  padding: 3px;
}
#wp-calendar tfoot td,
#wp-calendar tfoot th {
  border-bottom: none;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* =Media Queries
----------------------------------------------- */
@media screen and (max-width: 999px) {
  body.layout-boxed,
  .inner {
    padding: 0 20px;
  }

  .layout-cps #main .content-area {
    float: left;
    margin: 0 -34% 0 0;
    width: 100%;
  }
  .layout-cps #main #content {
    margin: 0 34% 0 0;
  }
  .layout-cps #main #secondary {
    float: right;
    width: 30%;
  }
  .layout-cps #main #tertiary {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
  }

  .layout-psc .content-area,
  .layout-pcs .content-area {
    float: right;
    margin: 0 0 0 -34%;
    width: 100%;
  }
  .layout-psc #content,
  .layout-pcs #content {
    margin: 0 0 0 34%;
  }
  .layout-psc #secondary,
  .layout-pcs #secondary {
    float: left;
    width: 30%;
    margin: 0;
  }
  .layout-psc #tertiary,
  .layout-pcs #tertiary {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #homepage-aside,
  .page-template-page-templatestemplate-homepage-php .hentry #homepage-aside + .entry-content {
    float: none;
    width: 100%;
  }

  #homepage-aside {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  #homepage-aside .flexslider {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }

  .dynamic-widget-width .widget {
    padding: 0 10px;
    padding: 0 1rem;
  }
  .dynamic-widget-width .widget:nth-child(3n+1) {
    padding-left: 0;
  }
  .dynamic-widget-width .widget:nth-child(3n+3) {
    padding-right: 0;
  }

  .dynamic-widget-width.widget-count-2 .widget {
    width: 50%;
  }
  .dynamic-widget-width.widget-count-2 .widget:first-child {
    padding: 0 10px 0 0;
    padding: 0 1rem 0 0;
  }
  .dynamic-widget-width.widget-count-2 .widget:last-child {
    padding: 0 0 0 10px;
    padding: 0 0 0 1rem;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 9px;
  }

  #masthead hgroup {
    text-align: center;
  }

  #main #primary,
  #main #content,
  #main #secondary,
  #main #tertiary {
    float: none;
    clear: both;
  }
  #main #primary #content {
    margin: 0;
  }
  #main #primary,
  #main #secondary,
  #main #tertiary {
    margin: 0 0 40px;
    margin: 0 0 4rem;
    width: 100% !important;
  }

  #main #homepage-widget-area .widget,
  #main #homepage-widget-area.widget-count-2 .widget {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

  #footer-widget-area .widget {
    float: left;
    width: 50%;
    padding: 0 15px;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer-widget-area .widget:nth-child(3n+1) {
    clear: none;
  }
  #footer-widget-area .widget:nth-child(2n+1) {
    clear: left;
    padding: 0 15px 0 0;
    padding: 0 1.5rem 0 0;
  }
  #footer-widget-area .widget:nth-child(2n) {
    padding: 0 0 0 15px;
    padding: 0 0 0 1.5rem;
  }

  #colophon #footer-nav .footer-navigation,
  #colophon #footer-nav #footer-credits {
    width: auto;
    float: none;
  }

  #colophon .footer-navigation ul {
    text-align: center;
  }

  #colophon #footer-credits {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  #colophon #footer-widget-area .widget {
    float: none;
    padding: 0 !important;
    width: 100%;
  }

  .authors-list .author-avatar {
    width: 48px;
  }

  .authors-list .author-text {
    margin-left: 60px;
  }
}
