/**
 * Theme Name: Snap
 * Theme URI: http://thethemefoundry.com/wordpress/snap-theme/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description: A lightweight and responsive theme designed to help you showcase your creative projects online. Multiple page templates and a grid based blog layout ensure your website stays flexible and professional.
 * Version: 1.0.7
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: business, portfolio, professional, art, photography, clean, elegant, formal, handcrafted, light, minimal, gray, white, light, one-column, two-columns, three-columns, right-sidebar, responsive-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, infinite-scroll, translation-ready, artwork, blog, contemporary, craft, design, geometric, journal, modern, personal, post-slider, simple, traditional, writing
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset
3. Basic structure
4. Elements and typography
5. Media and classes
6. Posts and grid
7. Pages and details
8. Sidebar and widgets
9. Comments
10. Forms and buttons
-------------------------------------------------------- */
/*---------------------------------------------------------
 1. Notes (_notes.scss)
-----------------------------------------------------------
This stylesheet uses rem values with a pixel fallback.
-----------------------------------------------------------
 Examples
-----------------------------------------------------------
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.27778rem 0; (5/$base)
-----------------------------------------------------------
 Vertical spacing
-----------------------------------------------------------
The $base variable ($base: 22;) is used for vertical spacing.
Vertical spacing between most elements should use 11px, 22px or 44px
to maintain vertical rhythm:

.my-new-div {
	margin: 11px 0;
	margin: 0.61111rem 0; (11/$base)
}
-----------------------------------------------------------
 Horizontal spacing
-----------------------------------------------------------
The $col ($col: 82;) and $gut ($gut: 32;) variables are used for horizontal spacing.
Horizontal spacing between most elements should use 16px, 32px or 82px
to maintain horizontal rhythm:

.my-new-div {
	margin: 16px 0;
	margin: 0.88889rem 0; (16/$gut)
}
-----------------------------------------------------------
 Further reading
-----------------------------------------------------------
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
-------------------------------------------------------- */
/*---------------------------------------------------------
 2. Reset (_reset.scss)
-------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

sub,
sup {
  font-size: 81.25%;
  line-height: 0;
  position: relative;
  letter-spacing: .05em;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: .875rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"],
.widget_search input[type="text"] {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .875rem;
}
input[type="text"] {
  font-family: 'EB Garamond', 'Georgia', serif;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  font-family: 'EB Garamond', 'Georgia', serif !important;
  overflow: auto;
  vertical-align: top;
  min-height: 96px;
}

/*---------------------------------------------------------
 Extends (_preboot.scss)
-------------------------------------------------------- */
.clear, .frame, .blog-wrapper, .pagination, .portfolio-post, #comments-nav {
  zoom: 1;
}
.clear:before, .frame:before, .blog-wrapper:before, .pagination:before, .portfolio-post:before, #comments-nav:before, .clear:after, .frame:after, .blog-wrapper:after, .pagination:after, .portfolio-post:after, #comments-nav:after {
  display: table;
  content: "";
}
.clear:after, .frame:after, .blog-wrapper:after, .pagination:after, .portfolio-post:after, #comments-nav:after {
  clear: both;
}

.small-type, .snap-tagline, table, .alert, .placeholder-text, .wp-caption-text,
dd.wp-caption-dd, .featured-image, .set-post, .pagination, .post-footer, .portfolio-description, .portfolio-details, .attachment-content, .archive .sub-desc,
.search .sub-desc, #sidebar, #respond,
#comments, textarea,
select,
input, .wpcf7 {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .small-type, .snap-tagline, table, .alert, .placeholder-text, .wp-caption-text,
  dd.wp-caption-dd, .featured-image, .set-post, .pagination, .post-footer, .portfolio-description, .portfolio-details, .attachment-content, .archive .sub-desc,
  .search .sub-desc, #sidebar, #respond,
  #comments, textarea,
  select,
  input, .wpcf7 {
  }
}

.serif-type, h1, h4, h5, blockquote {
  font-weight: 600;
}

.break, h1,
h2,
h3,
h4,
h5,
h6, pre, table {
  word-wrap: break-word;
  word-break: hyphenate;
}

.box-size, hr, .placeholder-text, .post, textarea,
select,
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------------------------
 3. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  background-color: #000;
}

@media screen and (min-width: 1024px) {
  html {
    /* font-size: 112.5%; */
  }
}

/*---------------------------------------------------------
 Body (_scaffolding.scss)
-------------------------------------------------------- */
body {
  color: #222222;
  background-color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.125rem;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  position: relative;
  padding: 0 16px;
}

/*---------------------------------------------------------
 Custom background (_scaffolding.scss)
-------------------------------------------------------- */
.custom-background #main-header {
}

/*---------------------------------------------------------
 Base (_scaffolding.scss)
-------------------------------------------------------- */
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
}

p, ul, ol, dl, blockquote {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 1;
  -moz-hyphenate-limit-lines: 1;
  -ms-hyphenate-limit-lines: 1;
  hyphenate-limit-lines: 1;
  -webkit-hyphenate-limit-before: 3;
}

pre,
code,
input,
textarea {
  font: inherit;
}

/*---------------------------------------------------------
 Structure (_scaffolding.scss)
-------------------------------------------------------- */
.theme-container {
  background-color: #fff;
  padding: 24px 0 176px;
  padding: 1.5rem 0 11rem;
}
@media screen and (min-width: 1024px) {
  .theme-container {
    padding: 24px 0 176px;
    padding: 1.5rem 0 11rem;
  }
}

.frame {
  max-width: 960px;
  margin: 0 auto;
}

/*---------------------------------------------------------
 Links (_scaffolding.scss)
-------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid #7C92A6;
}

a[rel="prev"]:before,
a[rel="next"]:after,
.comments-next a:before,
.comments-previous a:after {
  position: relative;
  top: -1px;
}

a[rel="prev"]:before,
.comments-next a:before {
  content: url(images/arrow-left.svg);
  padding-right: 6px;
  padding-right: 0.375rem;
}

a[rel="next"]:after,
.comments-previous a:after {
  content: url(images/arrow-right.svg);
  padding-left: 6px;
  padding-left: 0.375rem;
}

/*---------------------------------------------------------
 Menu (_scaffolding.scss)
-------------------------------------------------------- */
#snap-nav {
  position: absolute;
  top: 0;
  left: -100px;
  width: 200px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, .4);
  font-family: 'Montserrat', Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  #snap-nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    box-shadow: none;
    float: right;
    width: 60%;
    margin-top: 3rem;
  }
}
#snap-nav ul {
  background-color: #fff;
  float: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #snap-nav ul {
    float: right;
    display: block;
    background-color: transparent;
  }
}
#snap-nav ul a {
  display: block;
  color: #222222;
  border-bottom: 1px solid #eee;
  padding: 22px 32px;
  padding:  1.5rem 2rem;
  font-size: .875rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  #snap-nav ul a {
    padding: 0;
    display: block;
    border-bottom: 0;
    font-size: .875rem;
  }
  #snap-nav ul a:hover {
  }
}
#snap-nav ul a:hover {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #snap-nav ul a:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1024px) {
  #snap-nav ul li {
    float: left;
    line-height: 1.5;
    border-bottom: 0;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  #snap-nav ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 3;
    min-width: 120px;
    max-width: 200px;
    margin-left: -15px;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  #snap-nav ul li ul li {
    padding: 0 16px;
  }
  #snap-nav ul li ul li,
  #snap-nav ul li ul li a {
    float: none;
    display: block;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 14px 0;
    margin:  0.875rem 0;
  }
  #snap-nav ul li ul li:last-child,
  #snap-nav ul li ul li a:last-child {
    border-bottom: none;
  }
  #snap-nav ul li ul li a {
    display: block;
  }
  #snap-nav ul li.current-menu-item a, #snap-nav ul li.current_page_item a {
    color: #7C92A6;
    border-bottom: 1px solid;
  }
  #snap-nav ul li.current-menu-item ul a, #snap-nav ul li.current_page_item ul a {
    color: #222;
  }
  #snap-nav ul li.current-menu-item ul a:hover, #snap-nav ul li.current_page_item ul a:hover {
  }
  #snap-nav ul li:last-of-type {
    border-right: 0;
    padding-right: 0;
  }
  #snap-nav ul li:hover {
    background-color: #f9f9f9;
  }
  #snap-nav ul li:hover ul {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #snap-nav ul li:hover {
    background-color: transparent;
  }
}

#snap-nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
@media screen and (min-width: 1024px) {
  #snap-nav {
    position: relative;
    max-height: none;
    overflow: visible;
    float: right;
  }
}
#snap-nav.opened {
  max-height: 9999px;
}

#mobile-toggle {
  color: #000;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 82px;
  right: 16px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #mobile-toggle {
    display: none;
  }
}
#mobile-toggle span {
  display: block;
  text-indent: -9999px;
}
#mobile-toggle span:before {
  content: url(../../../wp-includes/images/icon_nav.png);
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  text-indent: 0;
}

@media screen and (max-width: 1024px) {
  #nav {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
  }
}

/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
#main-header {
  background-color: #fff;
  border-bottom: 2px solid #000;
  padding: 32px 0;
  padding: 2rem 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #main-header {
    padding: 32px 0;
    padding:  2rem 0;
  }
}

/*---------------------------------------------------------
 Logo (_scaffolding.scss)
-------------------------------------------------------- */
.logo-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .logo-wrapper {
    float: left;
    width: 40%;
  }
}

.snap-custom-logo {
  float: left;
  position: relative;
  z-index: 0;
  -webkit-transition: all .6s;
}

.logo-wrapper:hover .snap-custom-logo {
  -webkit-transform: rotate(45deg);
}

.snap-site-title {
  float: left;
  position: relative;
  z-index: 1;
  width: 7em;
  line-height: 1;
  margin-left: 1em;
  margin-top: 2.75em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Montserrat', Arial, sans-serif;
}

.snap-tagline {
  display: block;
  margin-top: 5.5px;
  margin-top: 0.30556rem;
}

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 128px;
  height: 8rem;
  line-height: 8rem;
  background-color: #000;
  color: #fff;
  padding: 0 1rem;
  font-size: .875rem;
}
#footer a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 0;
  }
}
#footer p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  opacity: 0.4;
}

#footer:hover p {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .footer-text-wrapper {
    width: 960px;
    margin: 0 auto;
  }
}
.footer-text-wrapper p {
  margin: 0;
}

/*---------------------------------------------------------
 Social icons (_scaffolding.scss)
-------------------------------------------------------- */
#social {
  margin-top: 22px;
  margin-top: 1.22222rem;
}
@media screen and (min-width: 1024px) {
  #social {
    float: right;
    max-width: 50%;
    margin-top: 0;
  }
}

.icons li {
  display: inline;
  margin-left: 6px;
  margin-left: 0.33333rem;
}
.icons li a {
  display: inline-block;
  height: 18px;
  background: url(images/social-icons.svg) no-repeat;
  opacity: .15;
}
.icons li a:hover {
  opacity: 1;
}
.icons li:first-child {
  margin-left: 0;
}
.icons li .twitter {
  background-position: 0;
  width: 18px;
}
.icons li .facebook {
  background-position: -19px;
  width: 8px;
}
.icons li .google {
  background-position: -27px;
  width: 13px;
}
.icons li .flickr {
  background-position: -40px;
  width: 18px;
}
.icons li .pinterest {
  background-position: -58px;
  width: 19px;
}
.icons li .linkedin {
  background-position: -79px;
  width: 16px;
}
.icons li .rss {
  background-position: -96px;
  width: 17px;
}

/*---------------------------------------------------------
 4. Elements (_elements.scss)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'EB Garamond', 'Georgia', serif;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.logo-wrapper a {
  color: #222;
  text-decoration: none;
  border-bottom: none;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

h1 {
  font-size: .8em;
}

.single-post .theme-container h1 {
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .single-post .theme-container h1 {
    font-size: 2rem;
  }
}
.gsew-page h1 {
  display: none;
}

@media screen and (min-width: 1024px) {
  h1 {
  }
}

h2 {
}
@media screen and (min-width: 1024px) {
  h2 {
  }
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/*---------------------------------------------------------
 Elements (_elements.scss)
-------------------------------------------------------- */
blockquote {
  clear: both;
}
blockquote p {
  line-height: 1.5;
  word-spacing: -1px;
  word-spacing: -0.05556rem;
  font-size: 22px;
  font-size: 1.22222rem;
}
@media screen and (min-width: 1024px) {
  blockquote p {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}
blockquote p:first-of-type:before {
  content: "\201C";
  color: #bbb;
  padding-right: 3px;
  padding-right: 0.16667rem;
  margin-left: -21px;
  margin-left: -1.16667rem;
}
blockquote cite {
  font-family: 'EB Garamond', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
  font-size: 16px;
  font-size: 1rem;
}
blockquote cite:before {
  content: "\2013";
  padding-right: 3px;
  padding-right: 0.16667rem;
}

q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

tt,
kbd,
pre,
code,
samp {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-weight: 400;
  padding: 3px;
  padding: 0.16667rem;
  word-spacing: -2px;
  word-spacing: -0.11111rem;
}

mark {
  background: #ffc;
  font-style: italic;
  padding: 3px;
  padding: 0.16667rem;
}

code,
pre {
  background-color: #fff;
}

abbr,
acronym,
dfn {
  cursor: help;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0;
  font-size: 1.4em;
  line-height: 1;
}

pre {
  display: block;
  overflow: auto;
  white-space: pre-wrap;
  padding: 22px;
  padding: 1.22222rem;
}

details summary {
  font-weight: 700;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}
details :focus {
  outline: none;
}

del {
}

ins {
  color: #e31414;
  text-decoration: none;
}
ins:before {
  content: "\005B";
  position: relative;
  right: 1px;
  right: 0.05556rem;
}
ins:after {
  content: "\005D";
  position: relative;
  left: 1px;
  left: 0.05556rem;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

address {
  font-style: normal;
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 44px 0;
  margin:  2rem 0;
}

/*---------------------------------------------------------
 Disable web fonts (_elements.scss)
-------------------------------------------------------- */
.disable-web-font h1,
.disable-web-font h4,
.disable-web-font h5,
.disable-web-font blockquote,
.disable-web-font .intro {
}

/*---------------------------------------------------------
 Extras (_elements.scss)
-------------------------------------------------------- */
.intro {
  line-height: 1.5;
  font-size: 23px;
  font-size: 1.27778rem;
  word-spacing: -1px;
  word-spacing: -0.05556rem;
}
@media screen and (min-width: 1024px) {
  .intro {
    font-size: 26px;
    font-size: 1.5rem;
  }
}

.drop-cap {
  float: left;
  color: #007fd0;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 7px 0 -4px;
  margin:  0 0.38889rem 0 -0.22222rem;
  font-size: 58px;
  font-size: 3.22222rem;
}

/*---------------------------------------------------------
 Lists (_elements.scss)
-------------------------------------------------------- */
.main-content ul,
.respond-body ul {
  list-style: square outside;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.main-content ol,
.respond-body ol {
  list-style: decimal outside;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.main-content li,
.respond-body li {
  line-height: 1.5;
}
.main-content li > ul,
.main-content li > ol,
.respond-body li > ul,
.respond-body li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/*---------------------------------------------------------
 Definition lists (_elements.scss)
-------------------------------------------------------- */
dl dt {
  margin-bottom: 0;
  font-weight: 700;
}

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
table caption {
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}
table th,
table td {
  padding: 10px 0;
  padding:  0.55556rem 0;
}
table th {
  color: #181818;
  border-left: 1px solid #eee;
}
table td {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
table td[valign="top"] {
  vertical-align: top;
}
table td[valign="bottom"] {
  vertical-align: bottom;
}

/*---------------------------------------------------------
 Alerts (_elements.scss)
-------------------------------------------------------- */
.alert {
  clear: both;
  padding: 33px;
  background-color: #f9f9f9;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}
.alert p {
  margin-bottom: 0;
}

.error {
  background-color: #e14023;
  color: #ffffff;
}

.success {
  background-color: #007fd0;
  color: #ffffff;
}

.note {
  background-color: #ffc300;
  color: #181818;
}

/*---------------------------------------------------------
 Placeholders (_scaffolding.scss)
-------------------------------------------------------- */
.placeholder-text {
  float: left;
  display: table;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}
.placeholder-text p {
  display: table-cell;
  vertical-align: middle;
  padding: 32px;
  padding: 1.77778rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

@media screen and (min-width: 1024px) {
  .portfolio-placeholder {
    width: 69.9%;
    height: 488px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-placeholder {
    width: 100%;
    height: 650px;
  }
}

/*---------------------------------------------------------
 Galleries (_elements.scss)
-------------------------------------------------------- */
.gallery {
  margin-bottom: 22px !important;
}
.gallery .gallery-icon img {
  border: 0 !important;
}
.gallery .gallery-item {
  width: 30% !important;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.gallery .gallery-caption {
  margin-bottom: 0;
}
.gallery dl,
.gallery dt {
  margin-bottom: 0;
}

/*---------------------------------------------------------
 Sharedaddy (_elements.scss)
-------------------------------------------------------- */
div.sharedaddy,
div.sd-block {
  clear: both !important;
}

h3.sd-title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  margin-bottom: .5rem;
  color: #bbb;
  text-transform: uppercase;
}

div.sd-gplus img {
  margin-right: .5rem;
}

.g-follow-wrapper {
  top: 0 !important;
  padding: 0 .375rem;
  background: #eee;
  border-radius: 2px;
  margin-left: .5rem;
}

/*---------------------------------------------------------
 5. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.wp-smiley {
  width: 16px;
  height: 16px;
  margin: 4px;  
  /*margin: 0;
  vertical-align: text-top;*/
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
div.wp-caption {
  max-width: 100%;
}
div.wp-caption img {
  margin-bottom: 5.5px;
  margin-bottom: 0.30556rem;
}

.wp-caption-text,
dd.wp-caption-dd {
  margin-top: 11px;
  margin-top: 0.61111rem;
}

/*---------------------------------------------------------
 Featured image (_patterns.scss)
-------------------------------------------------------- */
.featured-image figcaption {
  margin-top: 11px;
  margin-top: 0.61111rem;
}

/*---------------------------------------------------------
 Media (_patterns.scss)
-------------------------------------------------------- */
embed,
object,
video,
iframe {
  max-width: 100%;
}

/*---------------------------------------------------------
 Twitter (_patterns.scss)
-------------------------------------------------------- */
.twitter-tweet-rendered {
  display: inline;
  max-width: 100%;
}

/*---------------------------------------------------------
 General classes (_patterns.scss)
-------------------------------------------------------- */
.clear, .frame, .blog-wrapper, .pagination, .portfolio-post, #comments-nav {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.noborder {
  border: none;
}

div .alignleft {
  text-align: left;
  margin-right: 16px;
  margin-right: 1rem;
}
div .alignright {
  text-align: right;
  margin-left: 16px;
  margin-left: 1rem;
}
div .aligncenter {
  text-align: center;
}

/*---------------------------------------------------------
 6. Posts (_posts.scss)
-------------------------------------------------------- */
.post {
  font-family: 'EB Garamond', 'Georgia', serif;
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .post {
  }
}
.post .post-wrapper {
  word-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .post .post-wrapper {
  }
}
.post img {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.post p img {
  position: relative;
  top: 8px;
  top: .5rem;
}
.post img.wp-smiley {
  width: auto !important;
}
.post p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .post img {
  }
}
@media screen and (min-width: 1024px) {
  .post img {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .post.last-of-posts {
  }
}
.post:last-of-type {
}
.post:first-of-type {
}
@media screen and (min-width: 600px) {
  .post:nth-child(1), .post:nth-child(2) {
  }
}
@media screen and (min-width: 600px) {
}

.post .main-content {
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.grid-thumb-wrapper {
  margin-top: 1em;
  position: relative;
}

.grid-thumb-wrapper p,
.grid-thumb-wrapper .wp-caption-text {
  display: none;
}
.grid-read-more {
  background: #fafafa;
  display: block;
  padding: 1rem;
  text-align: center;
  margin-top: .5rem;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1024px) {
  .grid-read-more {
    background: #fff;
    display: block;
    padding: 0;
    text-align: left;
    margin-top: 0;
    border-bottom: 0; 
  }
  .grid-read-more:before {
    width: 20px;
    height: 20px;
  }
}

.set-post p {
  margin-bottom: 0;
}
.set-post h3 {
  font-size: 3.5rem;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .set-post h3 {
    font-size: 2rem;
  }
}
.set-post time {
  display: block;
}

@media screen and (min-width: 1024px) {
  .main-content {
    -webkit-column-count: 1;
    -webkit-column-gap: 2rem;
    -moz-column-count: 1;
    -moz-column-gap: 2rem;
    -o-column-count: 1;
    -o-column-gap: 2rem;
    column-count: 1;
    column-gap: 2rem;
    text-align: justify;
  }
}
.main-content .video-player {
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}

/*---------------------------------------------------------
 Post details (_posts.scss)
-------------------------------------------------------- */
.post-detail {
  color: #bbb;
}
@media screen and (max-width: 1024px) {
  .post-detail {
    display: block;
  }
  .post-detail .post-detail {
    display: inline-block;
    margin: 0 .25rem;
    white-space: nowrap;
  }
}
time.post-detail {
}
.gsew-date {
  line-height: 3rem;
}

/*---------------------------------------------------------
 Blog (_pages.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 Pagination (_posts.scss)
-------------------------------------------------------- */
.pagination a[rel="prev"],
.pagination .comments-next {
  float: left;
  max-width: 40%;
}
.pagination a[rel="next"],
.pagination .comments-previous {
  float: right;
  max-width: 40%;
}

.infinite-scroll .pagination {
  display: none;
}

/*---------------------------------------------------------
 Post footer (_posts.scss)
-------------------------------------------------------- */
.post-footer {
  clear: both;
}
.post .post-footer.post-footer {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: .825rem;
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
}

.post-footer.pagination {
  font-family: 'EB Garamond', 'Georgia', serif;
}

/*---------------------------------------------------------
 Sticky posts (_posts.scss)
-------------------------------------------------------- */
.sticky-post-message {
  float: left;
  color: #fff;
  background-color: #007fd0;
  line-height: 1;
  padding: 3px 4px;
  padding:  0.16667rem 0.22222rem;
  margin-right: 6px;
  margin-right: 0.33333rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*---------------------------------------------------------
 Post byline (_posts.scss)
-------------------------------------------------------- */
.byline {
  margin-bottom: 16x;
  margin-bottom: 1rem;
}
.byline strong {
  font-weight: normal;
}

/*---------------------------------------------------------
 7. Pages (_pages.scss)
-------------------------------------------------------- */
.homepage-button {
  position: absolute;
  z-index: 10;
  margin: 0;
  bottom: 16px;
  bottom: 1rem;
  right: 16px;
  right: 1rem;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 1024px) {
  .homepage-button {
    font-size: 16px;
    font-size: 1rem;
  }
}

.homepage-featured-area {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 44px;
  margin-bottom: 2.44444rem;
}
.homepage-featured-area img {
  display: block;
  height: auto;
  float: left;
  border: 0;
}
.homepage-featured-area ul {
  margin-bottom: 0;
}
.homepage-featured-area li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
}
.homepage-featured-area li:first-child {
  position: relative;
  display: block;
  float: left;
}

/*---------------------------------------------------------
 Homepage blurb (_pages.scss)
-------------------------------------------------------- */
#blurb {
  float: left;
  width: 100%;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}
@media screen and (min-width: 1024px) {
  #blurb {
    width: 29.37626%;
  }
}
#blurb h3 {
  margin-top: 0;
}

/*---------------------------------------------------------
 Homepage post area (_pages.scss)
-------------------------------------------------------- */
.page-template-homepage-php .with-sidebar {
  float: left;
}

/*---------------------------------------------------------
 Portfolio template (_pages.scss)
-------------------------------------------------------- */
.portfolio-post {
  margin: 44px 0;
  margin:  2.44444rem 0;
}
@media screen and (min-width: 1024px) {
  .portfolio-post {
    margin: 66px 0;
    margin:  3.66667rem 0;
  }
}
.portfolio-post:first-of-type {
  margin-top: 0;
}
.portfolio-post:last-of-type {
  margin-bottom: 0;
}

.portfolio-image,
.portfolio-single-content {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .portfolio-image,
  .portfolio-single-content {
    float: left;
    width: 69.9%;
  }
}

.portfolio-single-content-without-excerpt {
  width: 100%;
}

.portfolio-description {
  padding-top: 22px;
  padding-top: 1.22222rem;
}
@media screen and (min-width: 1024px) {
  .portfolio-description {
    float: right;
    width: 29.37626%;
    margin-left: 3.21932%;
    border-top: 1px solid #eee;
  }
}
.portfolio-description h4 {
  margin-top: 0;
}

.portfolio-details {
  color: #bbb;
}
.portfolio-details li {
  display: inline;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .portfolio-details li {
    display: block;
  }
}
.portfolio-details li:before {
  position: relative;
  opacity: .15;
  top: 2px;
  top: 0.11111rem;
  padding-right: 8px;
  padding-right: 0.44444rem;
}
.portfolio-details li:first-child {
  margin-right: 16px;
  margin-right: 0.88889rem;
}
@media screen and (min-width: 1024px) {
  .portfolio-details li:first-child {
    margin-right: 0;
  }
}
.portfolio-details li:first-child:before {
  content: url(images/info.svg);
}
.portfolio-details li:last-child:before {
  content: url(images/time.svg);
}

.portfolio-excerpt {
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}

.portfolio-button {
  margin-bottom: 0;
  background-color: #f4f4f4;
  border-top: 1px solid white;
  border-bottom: 2px solid #f6f6f6;
}
.portfolio-button:hover {
  color: #222222;
  background: #ffc300;
  border-top: 1px solid #ffcd29;
  border-bottom: 2px solid #fabf00;
}

/*---------------------------------------------------------
 with sidebar (_pages.scss)
-------------------------------------------------------- */
.with-sidebar {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .with-sidebar {
    float: left;
    width: 69.9%;
    max-width: 600px;
  }
}

/*---------------------------------------------------------
 Attachment (_pages.scss)
-------------------------------------------------------- */
.attachment-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.22222rem;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}

/*---------------------------------------------------------
 Profile template (_pages.scss)
-------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .page-template-profile-php .mobile-element {
    display: none;
  }
}
.page-template-profile-php .desktop-element {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-template-profile-php .desktop-element {
    display: block;
  }
}
.page-template-profile-php .with-sidebar {
  float: left;
}
.page-template-profile-php #sidebar {
  float: right;
  margin-top: 0;
}
.page-template-profile-php #sidebar img {
}
@media screen and (min-width: 1024px) {
  .page-template-profile-php #sidebar img {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}

/*---------------------------------------------------------
 Archive layout (_pages.scss)
-------------------------------------------------------- */
.archive .sub-title,
.search .sub-title {
  margin-top: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
}
.archive .sub-desc,
.search .sub-desc {
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.archive .sub-desc p,
.search .sub-desc p {
  margin-top: 22px;
  margin-top: 1.22222rem;
}
.archive #s,
.search #s {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .archive #s,
  .search #s {
  }
}
.archive h4,
.search h4 {
  margin: 0;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
}
.archive .post,
.search .post {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 33px;
  padding-bottom: 1.875rem;
  margin-bottom: 33px;
  margin-bottom: 1.875rem;
}
.archive .post:last-of-type,
.search .post:last-of-type {
  border-bottom: 0;
}
.archive .post h4,
.search .post h4 {
  margin-bottom: .5rem;
}

.archive .the_post_thumbnail,
.search .the_post_thumbnail {
  float: left;
  width: 150px;
  height: 150px;
  background-color: #fbfbfb;
}
.archive .the_post_thumbnail img,
.search .the_post_thumbnail img {
  margin: 0;
}
.archive .the_post_info,
.search .the_post_info {
  margin-left: 170px;
  min-height: 150px;
}
.the_post_info .gsew-date {
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
  .archive .the_post_thumbnail,
  .search .the_post_thumbnail {
    float: left;
    width: 80px;
    height: 80px;
  }
  .archive .the_post_thumbnail img,
  .search .the_post_thumbnail img {
    margin: 0;
    width: 80px;
    height: 80px;
  }
  .archive .the_post_info,
  .search .the_post_info {
    margin-left: 100px;
    min-height: 80px;
  }
}

/*---------------------------------------------------------
 8. Sidebar (_sidebar.scss)
-------------------------------------------------------- */
.no-sidebar {
  width: 100%;
}

#sidebar {
  float: right;
  width: 100%;
  border-top: 2px solid #000;
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #sidebar {
    float: right;
    width: 37.4%;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
#sidebar p {
}
#sidebar li {
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  #sidebar li a,
  .recentcomments {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
  }
  #sidebar li a:hover {
    border-bottom: 1px solid #7C92A6;
  }
}
#sidebar ul,
#sidebar p:last-of-type {
}

/*---------------------------------------------------------
 Widgets (_sidebar.scss)
-------------------------------------------------------- */
.widgettitle {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: .875rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.widget {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  font-family: 'EB Garamond', 'Georgia', serif;
}
.widget:last-of-type {
}
@media screen and (min-width: 1024px) {
  .widget {
    margin-left: 64px;
    margin-left: 4rem;
  }
}


.rsswidget img {
  display: none;
}

.widget_rss .rss-date:before {
  content: "\2013  ";
}
.widget_rss cite {
  display: inline-block;
  margin-bottom: 22px;
  margin-bottom: 1.22222rem;
}
.widget_rss cite:before {
  content: "\2013  ";
}

.widget_tag_cloud a {
  padding: 2px;
  padding: 0.11111rem;
}

.widget_calendar tfoot {
  background-color: #f9f9f9;
}
.widget_calendar tfoot td {
  border-left: 0;
}

.widget_nav_menu ul.sub-menu {
  margin-bottom: 0;
}
.widget_nav_menu ul.sub-menu li:before {
  content: "\2013  ";
}

/*---------------------------------------------------------
 9. Comments (_comments.scss)
-------------------------------------------------------- */
#respond,
#comments {
  display: block;
  padding: 1.5rem 0;
  margin: 48px 0;
  margin: 3rem 0;
  border-top: 2px solid #000;
}
#comments {
  font-family: 'EB Garamond', 'Georgia', serif;
}

#respond p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

#respond input[type="checkbox"] {
  float: left;
}
#respond label {
  display: -webkit-box !important;
  -webkit-box-align: center;
  height: 32px;
}

#comments #respond {
  border-top: 0;
  padding: 1rem;
  margin: 0 0 1rem;
  background: #fbfbfb;
  border-bottom: 2px solid #eee;
  border-top: 1px solid #eee;
}
#comments #respond .respond-note {
  bottom: 16px;
  bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  #respond {
    float: right;
    width: 464px;
    width: 29rem;
  }

  #comments {
    float: left;
    width: 464px;
    width: 29rem;
  }

  #comments #respond {
    width: 21.5rem;
    padding: 1rem 1rem 1rem 6.5rem;
  }
}

#comments .bypostauthor .comment-name {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 4px 8px;
  padding: .25rem .5rem;
}
#comments .bypostauthor .comment-name a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #comments .children {
    padding-left: 96px;
    padding-left: 6rem;
  }
}
#comments .children .comment {
  padding-top: 16px;
  padding-top: 1rem;
}
#comments .avatar {
  display: none;
  float: left;
  width: 82px;
}
@media screen and (min-width: 1024px) {
  #comments .avatar {
    display: block;
  }
}

#comment-headline {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: .825rem;
  font-weight: 400;
}
#comment-headline span:before {
  content: open-quote;
}
#comment-headline span:after {
  content: close-quote;
}
#comment-headline span {
  quotes:'“' '”';
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  #comment-headline {
  }
}

#cancel-comment-reply-link {
  font-weight: 400;
  border-left: 1px solid #eee;
  padding-left: 16px;
  padding-left: 1rem;
  margin-left: 1rem;
  color: #bbb;
}

#comments ol {
  margin-bottom: 0;
}

.comment-reply-link {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #bbb;
}

/*---------------------------------------------------------
 Comment details (_comments.scss)
-------------------------------------------------------- */
.comment {
  padding: 16px 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.comment p {
  margin: .5rem 0;
  background: #c1ced9;
  padding: .5rem;
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.comment .comment-text p {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'EB Garamond', 'Georgia', serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.comment:first-of-type {
  padding-top: 0;
}
.comment:last-of-type {
  border-bottom: none;
}

.fn {
  color: #222222;
}

.required {
  font-size: .625rem;
  color: #bbb;
  margin-left: .5rem;
}

.comment-date {
  float: right;
  color: #bbb;
}

.comment-name {
  font-weight: 700;
}

.comment-field {
  margin-bottom: 16px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.protected-comments {
  margin: 22px 0;
  margin:  1.22222rem 0;
}

#comments-nav {
  margin-bottom: 44px;
  margin-bottom: 2.44444rem;
}

/*---------------------------------------------------------
 Respond form (_comments.scss)
-------------------------------------------------------- */
#reply-title {
  font-size: .825rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.respond-type {
  width: 100%;
}

.respond-note {
  color: #bbb;
}

.respond-body {
  min-height: 82px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .respond-body {
    margin: 0 0 0 5.5em;
  }
}

#respond {
  font-size: .825rem;
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  padding-bottom: 3rem;
}
#respond fieldset {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
#respond .form-submit {
  margin-bottom: 1rem;
}
#respond input[type="submit"] {
  margin-bottom: 0;
  width: auto;
  padding: 0 32px;
}

.logged-in-as {
  color: #bbb;
}

/*---------------------------------------------------------
 10. Forms (_forms.scss)
-------------------------------------------------------- */
textarea,
select,
input {
  max-width: 100%;
  border: 0;
  line-height: 3rem;
  height: 3rem;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
}
textarea:focus,
select:focus,
input:focus {
  outline: 0;
  border-bottom: 2px solid #C1CED9;
}

textarea {
  text-indent: 0;
  line-height: 1.5;
  resize: vertical;
}

select {
  outline: none;
  border: 1px solid #fff;
  background-color: #fff;
}

/*---------------------------------------------------------
 Buttons (_forms.scss)
-------------------------------------------------------- */
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
#infinite-handle span {
  font-weight: normal;
  color: #fff;
  background: #000;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 16px;
  padding: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  button,
  input[type="reset"],
  input[type="submit"],
  input[type="button"],
  #infinite-handle span {
  }
}
button:active, button:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:hover,
#infinite-handle span:active,
#infinite-handle span:hover {
  background: #ffc814;
}

input[type="checkbox"] {
  -webkit-appearance: inherit !important;
  line-height: 1rem;
  background: #eee;
  width: 60px !important;
  height: 32px;
  border-radius: 32px;
  vertical-align: middle;
  margin-right: 16px;
  border: none;
  position: relative;
  -webkit-transition: all .2s;
}
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #fff;
  top: 4px;
  left: 4px;
  -webkit-transition: all .2s;
}
input[type="checkbox"]:checked {
  background: #000;
}
input[type="checkbox"]:checked::after {
  left: 32px;
}

#infinite-handle {
  clear: both;
  float: left;
}
#infinite-handle span {
  display: inline-block;
}

.infinite-loader {
  clear: both;
  display: inline-block;
  float: left;
}

/*---------------------------------------------------------
 Contact form 7 (_forms.scss)
-------------------------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  margin-top: 11px;
  margin-top: 0.61111rem;
}
.wpcf7 input[type="submit"] {
  margin-bottom: 0;
}