/******************************************************************
Site Name: _LGD
Author: Eric Dubois - studioDubois

Stylesheet: Main Stylesheet

******************************************************************/
/******************************************************************
Site Name: _LGD

Styles: _mixins
******************************************************************/
.font-head {
  font-family: 'Cutive', serif;
}
.font-body {
  font-family: 'Open Sans', sans-serif;
}
/*
BASE (MOBILE) SIZE
*/
/*
Theme Name: _LGD
Author: Eric Dubois
Author URI: http://www.ericdubois.com/
Description: Master template based on underscores
Version: 2.0.0
Text Domain: _LGD
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
article {
  position: relative;
}
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: 1.4em;
  margin: 0.5em 0;
}
h2 {
  font-size: 1.2em;
  margin: 0.5em 0;
}
h3 {
  font-size: 1em;
  margin: 0.5em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Cutive', serif;
  text-align: center;
}
h1.entry-title {
  margin-top: 0;
}
p {
  margin-bottom: 1em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1em;
}
address {
  margin: 0 0 1em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
ul,
ol {
  margin: 0 0 1em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1em 1em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
img.dropshadow {
  box-shadow: 0px 1px 8px black;
  margin-bottom: 1em;
}
table {
  margin: 0 0 1em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
  background: #fff;
}
.site-branding {
  display: block;
  height: auto;
}
.site-description {
  display: none;
}
.archive-opener {
  display: inline-block;
  vertical-align: -3px;
  width: 20px;
  height: 0;
  padding: 18px 0 0 0;
  overflow: hidden;
  border: 0;
  background: url(../images/LGD-sprite.png);
  background-size: 64px auto;
  background-position: 0px -128px;
}
.archive-opener:hover {
  background-position: 0px -160px;
}
.archive-opener.open {
  background-position: -32px -128px;
}
.archive-opener.open:hover {
  background-position: -32px -160px;
}
.site-title,
.blog-title {
  margin: 0;
  padding: 0;
  width: 70%;
  position: relative;
}
.site-title a,
.blog-title a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 22%;
  overflow: hidden;
  background: url(../images/Liz-Goulet-Dubois-logo.jpg) no-repeat;
  background-size: contain;
}
.site-footer {
  background: #fdd7cd;
}
.site-footer .wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #047;
}
a:hover,
a:focus,
a:active {
  color: #06a;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a.post-edit-link,
a.comment-edit-link {
  position: absolute;
  top: 16px;
  right: 32px;
  z-index: 100;
  text-decoration: none;
  background: #222;
  color: #eee !important;
  opacity: 0.2;
  font-family: sans-serif;
  padding: 2px 8px;
  border-radius: 4px;
}
a.post-edit-link:hover,
a.comment-edit-link:hover {
  opacity: 1;
}
#social-menu {
  max-width: 180px;
  margin: 8px auto;
  text-align: center;
}
#social-menu li {
  display: inline-block;
  margin: 0 1px;
}
#social-menu li a {
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background: url(../images/social-icons.png);
}
#social-menu li.facebook a {
  background-position: 0 0;
}
#social-menu li.facebook a:hover {
  background-position: -50px 0;
}
#social-menu li.twitter a {
  background-position: 0 -50px;
}
#social-menu li.twitter a:hover {
  background-position: -50px -50px;
}
#social-menu li.pinterest a {
  background-position: 0 -100px;
}
#social-menu li.pinterest a:hover {
  background-position: -50px -100px;
}
#social-menu li.instagram a {
  background-position: 0 -150px;
}
#social-menu li.instagram a:hover {
  background-position: -50px -150px;
}
#social-menu li.etsy a {
  background-position: 0 -200px;
}
#social-menu li.etsy a:hover {
  background-position: -50px -200px;
}
#social-menu li.linkedin a {
  background-position: 0 -250px;
}
#social-menu li.linkedin a:hover {
  background-position: -50px -250px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.site-main {
  position: relative;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1em;
  overflow: hidden;
  font-size: 80%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 40%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 40%;
}
.nav-previous a,
.nav-next a {
  text-decoration: none;
  display: block;
  background: #ffb199;
  border: 1px solid #c52;
  padding: 2px 8px;
  border-radius: 16px;
  text-align: center;
}
#comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comment-list li {
  border: 1px solid #eee;
  background: #f8f8f8;
  padding: 8px;
  margin: 8px 0;
}
#comment-list li .comment-author {
  font-size: 90%;
  color: gray;
  font-style: italic;
}
#comment-list li .comment-body {
  position: relative;
}
#comment-list li .comment-body a.comment-edit-link {
  top: 0;
  right: 0;
}
#comment-list li .reply {
  text-align: right;
}
#comment-list li .reply .comment-reply-link {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  padding: 4px;
  background: #fff;
}
#comment-list li ul {
  margin: 0;
  padding: 0;
}
#comment-list li ul li {
  margin: 4px 0 0 0;
  border: 1px solid #ddd;
}
.author-name a {
  text-decoration: none;
  color: #888;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 16px 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget a {
  text-decoration: none;
}
h3.widget-title {
  margin: 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#primary {
  background: #fff;
}
#primary.red {
  background: red;
  color: #fff;
}
article.listing {
  font-family: 'Cutive', serif;
  text-align: center;
}
article.listing p,
article.listing ul,
article.listing ol {
  font-size: 0.95em;
  color: #7b7d80;
}
.menu-item-description {
  display: block;
  font-size: 80%;
}
footer.site-footer {
  color: #9c303f;
  padding-bottom: 20px;
}
footer.site-footer .wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
footer.site-footer .footer-logo,
footer.site-footer .footer-address,
footer.site-footer .footer-copyright,
footer.site-footer .footer-nav {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
footer.site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer ul.menu li {
  line-height: 1.2;
  margin-bottom: 8px;
}
footer.site-footer ul.menu li a {
  display: block;
  color: #9c303f;
  text-decoration: none;
}
footer.site-footer ul.menu li a:hover {
  color: #4e1820;
}
footer.site-footer h3,
footer.site-footer h4 {
  margin: 0;
  color: #9c303f;
}
footer.site-footer .copyright {
  font-size: 80%;
}
footer.site-footer .copyright a {
  color: #9c303f;
  text-decoration: none;
}
footer.site-footer .copyright a:hover {
  color: #4e1820;
}
.slideshow {
  position: relative;
}
.slideshow .slide-img {
  width: 100%;
  height: auto;
}
.slideshow .slide-caption {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.site-content {
  background: #fff;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  font-size: 1em;
  color: #9c303f;
  margin: 1em 0 0 0;
  line-height: 1.2;
}
.site-content h1 {
  font-size: 1.5em;
  font-weight: normal;
}
.site-content h2 {
  font-size: 1.25em;
  font-weight: normal;
}
.site-content h3 {
  font-size: 1em;
}
.site-content p {
  margin: 0 0 0.5em 0;
}
body.archive .site-content h1 {
  font-size: 1em;
}
body.archive .site-content h1 span {
  font-size: 1.5em;
}
.review {
  background: #dfe0e8;
  border: 1px solid #7b7d80;
  padding: 1em;
  margin-bottom: 8px;
  position: relative;
}
.review .review_sig {
  text-align: right;
  font-size: 80%;
}
.review .review_sig .pub {
  display: block;
  font-weight: bold;
}
.review .review_sig .date {
  display: block;
}
.review .read a {
  text-decoration: none;
  background: #fff;
  border: 1px solid #7b7d80;
  padding: 2px 8px;
  border-radius: 12px;
}
.entry-content .review_sig {
  text-align: right;
  font-size: 80%;
}
.entry-content .review_sig .pub {
  display: block;
  font-weight: bold;
}
.entry-content .review_sig .date {
  display: block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1em;
}
.entry-meta .posted-on {
  font-style: italic;
  font-size: 90%;
  color: gray;
}
.entry-meta .posted-on a {
  text-decoration: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1em;
  position: relative;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 4px 8px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4 {
  margin: 0;
  float: left;
}
.col-xs-1 {
  width: 25%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-3 {
  width: 75%;
}
.col-xs-4 {
  width: 100%;
}
.col-portfolio h1 {
  clear: none;
}
.col-post {
  border-bottom: 2px solid #ccc;
}
.homeshow-wrapper {
  width: 100%;
  max-width: 640px;
  margin: auto;
  display: block;
  position: relative;
  text-align: left;
}
.homeshow-wrapper:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.homeshow-wrapper .gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.homeshow-wrapper .gallery .gallery-item {
  max-width: 100% !important;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}
.homeshow-wrapper .gallery .gallery-item.active {
  z-index: 3;
}
.ccchildpages.lgd_cc {
  text-align: center;
}
.ccchildpages.lgd_cc .ccchildpage {
  padding: 0;
}
.ccchildpages.lgd_cc .ccchildpage a.ccpage_linked_thumb {
  margin: 0;
  padding: 0;
  display: block;
}
.ccchildpages.lgd_cc .ccchildpage a.ccpage_linked_thumb .cc-child-pages-thumb {
  margin: 0 auto;
}
.ccchildpages.lgd_cc .ccchildpage h3.ccpage_linked_title {
  margin: 0;
}
.ccchildpages.lgd_cc.notitle h3 {
  display: none;
}
.ccchildpages.lgd_cc_btn .ccchildpage {
  padding: 0;
}
.ccchildpages.lgd_cc_btn .ccchildpage h3.ccpage_linked_title {
  font-family: 'Open Sans', sans-serif;
}
.ccchildpages.lgd_cc_btn .ccchildpage h3.ccpage_linked_title a.ccpage_title_link {
  background: #9c303f;
  color: #fff !important;
  display: block;
  padding: 16px 8px;
}
.ccchildpages.lgd_cc_btn .ccchildpage h3.ccpage_linked_title a.ccpage_title_link:hover {
  background: #4e1820;
}
a.btn_stop,
a#show-all {
  font-family: 'Open Sans', sans-serif;
  background: #9c303f;
  color: #fff !important;
  display: block;
  padding: 16px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
a.btn_stop:hover,
a#show-all:hover {
  background: #4e1820;
}
.portfolio .copyright {
  text-align: right;
  font-size: 80%;
  font-style: italic;
  color: #888;
}
.portfolio-navigation {
  clear: both;
  padding: 8px;
}
.portfolio-navigation .prev-item,
.portfolio-navigation .next-item {
  display: block;
  width: 128px;
  height: 128px;
  float: left;
  line-height: 0.7;
  vertical-align: middle;
  text-align: center;
}
.portfolio-navigation .next-item {
  float: right;
}
.portfolio-navigation h3 {
  clear: none;
  text-align: center;
  font-size: 80%;
  margin-top: 20px;
}
.portfolio-navigation p {
  text-align: center;
  font-size: 80%;
  margin-top: 5px;
}
#primary.press h1.entry-title {
  clear: none;
}
#primary.press .entry-content {
  clear: both;
}
.press-thumb {
  width: 128px;
  float: right;
}
.press-thumb img {
  margin-bottom: 16px;
}
body.redalert,
body.redalert #primary {
  -ms-transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
body.redalert.red,
body.redalert #primary.red {
  background: red;
}
.post_thumbnail.bookcover {
  display: block;
  text-align: center;
}
.post_thumbnail.bookcover img {
  margin: auto;
}
/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #9c303f;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #75242f;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 300;
  color: #444;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 48px;
}
.woocommerce .widget_shopping_cart .cart_list li {
  border-bottom: 1px solid #dfe0e8;
  margin-bottom: 0.25rem;
}
.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid #dfe0e8;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #538892;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 0.75em;
  font-size: 0.8em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 12px 12px 0 0;
}
.woocommerce ul.products li.product .price {
  color: #538892;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count {
  background: transparent;
  font-size: 80%;
  color: #444;
  font-family: 'Open Sans', sans-serif;
}
.woocommerce .quantity .qty {
  height: 36px;
}
.woocommerce .woocommerce-tabs {
  margin: 0 0 0.5em;
}
.woocommerce .woocommerce-Tabs-panel--description h2,
.woocommerce .woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0.5em;
}
.woocommerce div.product div.summary {
  margin-top: 0;
  margin-bottom: 1em;
}
.woocommerce .product_meta span.sku_wrapper,
.woocommerce .product_meta span.posted_in,
.woocommerce .product_meta span.tagged_as {
  display: block;
}
.woocommerce .product_meta span.sku_wrapper a,
.woocommerce .product_meta span.posted_in a,
.woocommerce .product_meta span.tagged_as a {
  text-decoration: none;
}
.woocommerce ul.products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  float: none;
  margin: 1%;
  position: relative;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products li.product span.price {
  display: inline-block;
}
.woocommerce ul.products li.product .button {
  margin: 0;
  font-size: 0.7rem;
  padding: 0.5em;
  position: absolute;
  bottom: 0.4rem;
  right: 0;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0.75em 0;
  padding: 0;
  font-size: 0.8em;
  font-style: italic;
  color: #047;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #047;
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #06a;
}
.woocommerce .woocommerce-result-count {
  font-size: 0.8em;
  font-style: italic;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 2px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  color: #515151;
  background: #ebe9eb;
  padding: 0.618em 1em;
  line-height: 1;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #dfdcde;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #dfdcde;
}
.woocommerce .woocommerce-orders-table__cell-order-actions a {
  margin-right: 3px;
}
.woocommerce table.shop_attributes th {
  text-align: left;
  font-size: 0.8em;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 48px;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  width: 72px;
}
.tagcloud {
  text-align: center;
}
a.tag-cloud-link {
  white-space: nowrap;
}
a.tag-cloud-link:nth-child(even) {
  color: #9c303f;
}
a.tag-cloud-link:nth-child(even):hover {
  color: #9f3140;
}
a.tag-cloud-link .tag-link-count {
  font-size: 8pt;
}
.widget_product_categories ul.product-categories {
  text-align: center;
}
/*--------------------------------------------------------------
## Thickbox
--------------------------------------------------------------*/
#TB_overlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100050;
  /* Above DFW. */
}
#TB_window {
  position: fixed;
  background: #fff;
  z-index: 100050;
  /* Above DFW. */
  visibility: hidden;
  text-align: left;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
}
#TB_caption {
  min-height: 25px;
  padding: 7px 15px 0 15px;
  text-align: center;
}
#TB_caption #TB_secondLine {
  color: #ccc;
}
#TB_caption #TB_secondLine #TB_prev,
#TB_caption #TB_secondLine #TB_next {
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 26px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  overflow: hidden;
  background: #444;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 16px;
}
#TB_caption #TB_secondLine #TB_prev a,
#TB_caption #TB_secondLine #TB_next a {
  clear: both;
  display: block;
}
#TB_caption #TB_secondLine #TB_prev {
  left: -40px;
}
#TB_caption #TB_secondLine #TB_prev:before {
  content: '\f341';
  padding-left: 3px;
  font: normal 20px/29px 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#TB_caption #TB_secondLine #TB_next {
  right: -40px;
}
#TB_caption #TB_secondLine #TB_next:before {
  content: '\f345';
  padding-left: 5px;
  font: normal 20px/29px 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#TB_closeWindow {
  height: 15px;
  padding: 11px 25px 10px 0;
  float: right;
}
#TB_closeAjaxWindow {
  float: right;
}
#TB_closeAjaxWindow a {
  text-decoration: none;
}
#TB_ajaxWindowTitle {
  float: left;
  font-weight: 600;
  line-height: 29px;
  overflow: hidden;
  padding: 0 29px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(61%);
}
#TB_title {
  background: #fcfcfc;
  border-bottom: 1px solid #dfdfdf;
  height: 29px;
}
#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}
#TB_load {
  position: fixed;
  display: none;
  z-index: 103;
  top: 50%;
  left: 50%;
  background-color: #E8E8E8;
  border: 1px solid #555;
  margin: -45px 0 0 -125px;
  padding: 40px 15px 15px;
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
  width: 100%;
}
#TB_iframeContent {
  clear: both;
  border: none;
}
button#TB_closeWindowButton {
  border: 0;
  background: transparent;
}
.tb-close-icon {
  text-align: center;
  line-height: 26px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -16px;
  right: -16px;
  background: #444;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 16px;
}
.tb-close-icon:before {
  content: '\f158';
  font: normal 20px/29px 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tb-close-icon:hover {
  background: #000;
  color: #fff;
}
.slideshow {
  position: relative;
  height: 332px;
  width: 500px;
  float: left;
}
.slideshow > * {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 1em;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap-container {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 1em;
  height: 0;
  overflow: hidden;
}
.gmap-container iframe,
.gmap-container object,
.gmap-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fb3d-modal {
  width: 100% !important;
  height: 100% !important;
}
.pswp__caption__center {
  text-align: center;
}
.flip-book-list {
  text-align: center;
}
.flip-book-list .full-size {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 8px;
}
.flip-book-list .book-thumbnail img {
  box-shadow: 0px 2px 5px black;
}
@media only screen and (max-width: 47.9375em) {
  /******************************************************************
Site Name: _LGD

Styles: _768down
******************************************************************/
  .site-title,
  .blog-title {
    margin: 0 2em 0 0;
    padding: 0;
    float: right;
  }
  #masthead {
    border-bottom: 2px solid #ccc;
  }
  #masthead .brand-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #site-navigation {
    width: 75%;
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    padding-top: 64px;
    box-sizing: border-box;
    background: #538892;
    /* Old browsers */
    background: -moz-linear-gradient(left, #538892 0%, #538892 25%, #416a71 75%, #253c41 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #538892 0%, #538892 25%, #416a71 75%, #253c41 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #538892 0%, #538892 25%, #416a71 75%, #253c41 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #site-navigation ul {
    border-top: 1px solid #253c41;
    list-style: none;
    margin: -1px 0;
    padding: 0 10%;
  }
  #site-navigation ul li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #253c41;
  }
  #site-navigation ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0.5em 0;
  }
  #site-navigation ul li ul {
    margin: 0 0 -1px 0;
  }
  #site-navigation .search-form {
    margin-top: 8px;
    margin-left: 10%;
    width: 80%;
  }
  #site-navigation .search-form input {
    width: 100%;
  }
  /* Reveal open/close buttons */
  a.open-panel,
  a.close-panel {
    display: block;
    background: url(../images/LGD-sprite.png) no-repeat;
    background-size: 64px auto;
    height: 0;
    overflow: hidden;
    margin-left: 8px;
  }
  a.open-panel {
    width: 64px;
    padding-top: 64px;
    background-position: 0 0;
    position: absolute;
    left: 8px;
    top: 8px;
  }
  a.close-panel {
    width: 40px;
    padding-top: 44px;
    background-position: 0px -64px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .openNav #page {
    left: 0;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  /* When the panel is closed, transition the page back to the left */
  #page {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .site-main {
    padding: 1em 2em;
  }
  body.home .page,
  body.home .entry-content,
  body.home .hentry {
    margin: 0 !important;
  }
  footer .wrapper {
    padding: 1em 2em;
  }
  .nomobile {
    display: none;
  }
  h1.entry-title {
    margin: 0;
  }
  .portfolio-navigation {
    margin: 0 -2em;
    border-top: 2px solid #ccc;
  }
  .ccchildpages.lgd_cc_btn .ccchildpage {
    width: 100%;
    margin: 0;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    float: none;
    clear: none;
    margin: 1%;
  }
}
/*
LARGER MOBILE DEVICES
*/
@media only screen and (min-width: 30em) {
  /******************************************************************
Site Name: _LGD

Styles: _480up
******************************************************************/
  .site-title,
  .blog-title {
    margin: 0 auto;
    float: none;
  }
  #social-menu {
    max-width: 100%;
  }
  /*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6 {
    margin: 0;
    float: left;
  }
  .col-sm-1 {
    width: 16.666%;
  }
  .col-sm-2 {
    width: 33.333%;
  }
  .col-sm-3 {
    width: 50%;
  }
  .col-sm-4 {
    width: 66.666%;
  }
  .col-sm-5 {
    width: 83.333%;
  }
  .col-sm-6 {
    width: 100%;
  }
}
/*
TABLET & SMALLER LAPTOPS
*/
@media only screen and (min-width: 48em) {
  /******************************************************************
Site Name: _LGD

Styles: _768up
******************************************************************/
  body {
    background: #fff;
  }
  body.blog {
    background: #fff;
  }
  a.open-panel,
  a.close-panel {
    display: none;
  }
  #masthead .wrapper,
  .site-main,
  footer .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  #masthead {
    position: relative;
    padding-top: 0;
  }
  #masthead .brand-wrapper {
    background-size: contain;
    background-position: center bottom;
    padding: 0;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .site-title,
  .blog-title {
    width: 100%;
  }
  .site-title a,
  .blog-title a {
    width: 100%;
    height: 0;
    padding-top: 27%;
    background: url(../images/Liz-Goulet-Dubois-banner.jpg) no-repeat;
    background-size: contain;
  }
  #header-menu-block {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 0;
    text-align: right;
    width: 100%;
  }
  #header-menu-block .menu-header-menu-container {
    display: inline-block;
  }
  #header-menu-block ul {
    margin: 0;
    padding: 0;
    font-family: 'Cutive', serif;
    font-size: 13px;
  }
  #header-menu-block ul li {
    display: inline-block;
    margin: 0;
    padding: 4px 16px 0 16px;
    border-right: 1px solid #9c303f;
  }
  #header-menu-block ul li a {
    text-decoration: none;
    color: #9c303f;
  }
  #header-menu-block ul li a:hover {
    color: #4e1820;
  }
  #header-menu-block ul li:last-child {
    border: 0;
    padding-right: 0;
  }
  #header-menu-block ul li.current-menu-item a {
    color: #4e1820;
  }
  #header-menu-block .search-form {
    display: inline-block;
  }
  #site-navigation {
    display: block;
    clear: both;
  }
  #primary-menu-block {
    display: block;
    background: #fdd7cd;
    text-align: center;
  }
  .portfolio-navigation {
    margin: 0 -2em;
    padding: 0.5em 2em;
    border-top: 4px solid #ccc;
  }
  /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
  ul#primary-menu {
    font-family: 'Cutive', serif;
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  ul#primary-menu li {
    display: inline-block;
    position: relative;
  }
  ul#primary-menu li a {
    display: block;
    text-decoration: none;
    color: #9c303f;
    height: 32px;
    font-size: 14px;
    padding: 8px 12px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  ul#primary-menu li a:hover {
    background: #9c303f;
    color: #fdd7cd;
  }
  ul#primary-menu li ul {
    display: none;
  }
  ul#primary-menu li:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: #fdd7cd;
    margin: 0;
    padding: 0;
    z-index: 1000;
    width: 100%;
  }
  ul#primary-menu li:hover ul.sub-menu li {
    display: block;
  }
  ul#primary-menu li:hover ul.sub-menu li a {
    line-height: 1.2;
    font-size: 14px;
    padding: 12px 6px 6px 6px;
    height: auto;
  }
  ul#primary-menu li.current_page_item > a,
  ul#primary-menu li.current-menu-item > a,
  ul#primary-menu li.current-page-ancestor > a {
    background: #9c303f;
    color: #fff;
  }
  footer.site-footer .footer-copyright {
    text-align: left;
  }
  footer.site-footer .footer-nav.links {
    text-align: right;
  }
  footer.site-footer .footer-nav.links li:last-child a {
    padding-right: 0;
  }
  footer.site-footer .footer-nav.social {
    text-align: right;
  }
  footer.site-footer .designer {
    text-align: right;
  }
  .site-info.blog-column {
    column-count: 2;
  }
  a.btn_stop,
  a#show-all {
    width: 30%;
    margin: auto;
  }
  /*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8 {
    margin: 0;
    float: left;
  }
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
  .post_thumbnail.bookcover {
    float: left;
    margin: 0 16px 16px 0;
  }
  /*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
  #add_payment_method table.cart .product-remove,
  .woocommerce-cart table.cart .product-remove,
  .woocommerce-checkout table.cart .product-remove {
    width: 36px;
  }
}
/*
DESKTOP
*/
@media only screen and (min-width: 62em) {
  /******************************************************************
Site Name: _LGD

Styles: _992up
******************************************************************/
  /*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
  .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,
  .col-lg-12 {
    margin: 0;
    float: left;
  }
  .col-lg-1 {
    width: 8.333%;
  }
  .col-lg-2 {
    width: 16.666%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333%;
  }
  .col-lg-5 {
    width: 41.666%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333%;
  }
  .col-lg-8 {
    width: 66.666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333%;
  }
  .col-lg-11 {
    width: 91.666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
  ul#primary-menu li a {
    height: 36px;
    font-size: 15px;
    padding: 9px 16px;
  }
  footer.site-footer .footer-nav.links {
    text-align: right;
  }
  footer.site-footer .footer-nav.social {
    text-align: center;
  }
  footer.site-footer .social-column {
    float: right;
  }
  .col-listing {
    padding-left: 1.5em;
    padding-bottom: 1em;
  }
  .col-post {
    float: right !important;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    padding-left: 1.5em;
  }
  #secondary {
    padding-right: 1.5em;
  }
  /*--------------------------------------------------------------
## FiboSearch
--------------------------------------------------------------*/
  .dgwt-wcas-details-main-image {
    padding-top: 1em;
  }
  .dgwt-wcas-details-hr {
    margin: 5px 0;
  }
  a.dgwt-wcas-details-post-title,
  a.dgwt-wcas-details-product-title {
    text-align: center;
    font-size: 16px;
  }
}
/*
LARGE DESKTOP
*/
@media only screen and (min-width: 80em) {
  /******************************************************************
Site Name: _LGD

Styles: _1280up
******************************************************************/
  .wrapper {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  #masthead .wrapper,
  .site-main,
  footer .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  /*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    margin: 0;
    float: left;
  }
  .col-xl-1 {
    width: 8.333%;
  }
  .col-xl-2 {
    width: 16.666%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333%;
  }
  .col-xl-5 {
    width: 41.666%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333%;
  }
  .col-xl-8 {
    width: 66.666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333%;
  }
  .col-xl-11 {
    width: 91.666%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .portfolio-navigation {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
    border: 0;
  }
  .portfolio-navigation a.prev-item {
    margin-right: 8px;
  }
  .portfolio-navigation a.next-item {
    margin-left: 8px;
  }
  .col-portfolio {
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 1.5em;
  }
}
/*
RETINA
*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /******************************************************************
Site Name: _LGD

Styles: _retina
******************************************************************/
  .site-header .button.menu-toggle,
  .archive-opener,
  a.open-panel,
  a.close-panel {
    background-image: url(../images/LGD-sprite@2x.png);
  }
  .site-title a,
  .blog-title a {
    background-image: url(../images/Liz-Goulet-Dubois-logo@2x.jpg);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 48em), (min-resolution: 192dpi) and (min-width: 48em) {
  .site-title a,
  .blog-title a {
    background-image: url(../images/Liz-Goulet-Dubois-banner@2x.jpg);
  }
}
/*
PRINT STYLESHEET
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
