/*!

	Theme Name: NMD
	Theme URI: http://nmd.mtdemo.wpengine.com
	Author: MeanThemes
	Author URI: http://meanthemes.com/
	Description: A Theme for the Digital Nomad
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
	Text Domain: nmd
  Date Modified: 14th September 2016

==========================================================================
*/
/* ==========================================================================
	Table of Contents
==========================================================================

	0. Resets
		0.1. Plugins
				0.1.1 Contact Form 7
				0.1.2 Zilla Likes
		0.2 Tables
		0.3 Code etc.
		0.4 Forms
		0.5 WordPress Defaults
		0.6 Comments

	1.  	Global Styles
	2. 		Header & Primary Menu
	3. 		Archive Layouts
	4. 		Pagination/Navigation
	5. 		Widgets
	6. 		Site Footer
	7. 		Single/Page
	8. 		Author Template parts and author archive
	9. 		Archive
	10. 	Search Results
	11. 	Page - Archives Layout
	12. 	Social Sharing and Social comments
	13. 	Collapsable Author
	14. 	Homepage hero
	15.		Social Sharer
	16. 	Footer Menu
	17.		Error / 404 Page
	18.		Typography
	19.		Colors
	20.		Shortcodes
	21.		Media Queries

*/
/* ==========================================================================
    0 Resets & Box Sizing
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: 700;
}

td {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="radio"], .ie6 input {
  vertical-align: text-bottom;
}

em, i {
  font-style: oblique;
}

img {
  max-width: 100%;
  height: auto;
}

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;
}

/* ==========================================================================
		0.1 Plugins
	========================================================================== */
/* ==========================================================================
  0.1.1 - Contact Form 7
  ========================================================================== */
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body input[type=text].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
  border: 2px solid #fb4040;
}

body span.wpcf7-not-valid-tip {
  display: block;
  color: #fb4040;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 15px;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #fb4040;
}

body div.wpcf7-response-output {
  margin: 10px 0 35px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 2px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 2px solid #6fdf51;
  color: #1ea524;
}

/* ==========================================================================
  0.1.2 - Zilla Likes
  ========================================================================== */
article .zilla-likes {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}
article .zilla-likes .zilla-likes-count:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url("assets/img/zillalikes-on.svg") center center no-repeat;
  background: url("assets/img/zillalikes-off.svg") center center no-repeat;
  margin: 0 auto -43px;
}
article .zilla-likes.active, article .zilla-likes:hover {
  background: none;
  padding-left: 0 !important;
}
article .zilla-likes.active .zilla-likes-count:before, article .zilla-likes:hover .zilla-likes-count:before {
  background: url("assets/img/zillalikes-on.svg") center center no-repeat;
}
article .zilla-likes:hover .zilla-likes-count:before {
  -webkit-animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
/* Pinterest Pro CSS override */
.main article:first-of-type a.pib-hover-btn-link {
  top: 100px !important;
}

/* ==========================================================================
  Zilla Likes
  ========================================================================== */
article .zilla-likes {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}
article .zilla-likes .zilla-likes-count:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url("assets/img/zillalikes-on.svg") center center no-repeat;
  background: url("assets/img/zillalikes-off.svg") center center no-repeat;
  margin: 0 auto -43px;
}
article .zilla-likes.active, article .zilla-likes:hover {
  background: none;
  padding-left: 0 !important;
}
article .zilla-likes.active .zilla-likes-count:before, article .zilla-likes:hover .zilla-likes-count:before {
  background: url("assets/img/zillalikes-on.svg") center center no-repeat;
}
article .zilla-likes:hover .zilla-likes-count:before {
  -webkit-animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
/* ==========================================================================
		0.2 Tables
	========================================================================== */
table {
  max-width: 100%;
}

table,
table td,
table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table td,
table th {
  padding: 10px;
}

table th {
  background: #f3f3f3;
  font-weight: 700;
}

table tr:nth-child(odd) td {
  background: #f9f9f9;
}

/* ==========================================================================
			0.3 Code etc.
	========================================================================== */
dl {
  margin: 1.6em 0;
}

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}

.gallery dl {
  margin: auto;
}
.gallery dl dt {
  float: none;
  width: auto;
  overflow: auto;
  clear: none;
  text-align: inherit;
  text-overflow: none;
  white-space: inherit;
  font-weight: inherit;
  margin-bottom: auto;
}
.gallery dl dd {
  margin-left: auto;
  margin-bottom: auto;
}
.gallery dd.wp-caption-text {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  background: none;
  margin: auto !important;
  padding: 0.25em !important;
}

mark {
  background-color: #ffc336;
}

code,
tt {
  padding: 0 4px;
  font-family: "Courier New", monospace, sans-serif;
  border: 1px solid #E3EDF3;
  background: #F7FAFB;
  border-radius: 2px;
  display: inline-block;
}

pre {
  margin: 0 0 20px;
  border: 1px solid #E3EDF3;
  width: 96%;
  padding: 20px;
  font-family: "Courier New", monospace, sans-serif;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px;
}

h2 + pre {
  margin-top: 20px;
}

pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

/* ==========================================================================
		0.3 Forms
	========================================================================== */
::-webkit-input-placeholder {
  color: #2a3437;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #2a3437;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2a3437;
}

:-ms-input-placeholder {
  color: #2a3437;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  width: auto;
  padding: 1em;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  max-width: 100%;
  color: #2a3437;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="range"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover {
  color: #2a3437;
  background-color: rgba(0, 0, 0, 0.05);
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #2a3437;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.09);
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
}

input + button,
input + input[type="submit"],
label + button,
label + input[type="submit"] {
  margin-top: 10px;
}

select {
  width: 100%;
}

input.searchsubmit,
input[type="submit"].searchsubmit {
  display: none !important;
}

/* ==========================================================================
    0.4 WordPress Defaults
  ========================================================================== */
.alignnone {
  margin: 5px 0 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter,
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
  clear: both;
}

.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  max-width: 100%;
}

.sticky {
  font-style: normal;
}

.gallery-caption {
  font-style: normal;
  font-size: 80%;
}

.tiled-gallery {
  padding: 20px 0 30px;
}

.bypostauthor .avatar {
  border-color: #ccc;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  margin: 0 auto;
  display: block;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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;
}

/* 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. */
}

/* calendar widget */
#wp-calendar {
  width: 85%;
  margin: 0 auto;
  max-width: 400px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Amatic SC', Arial, Verdana, sans-serif;
  font-weight: 900;
}

#wp-calendar caption {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 13px;
  font-size: 1.3rem;
}

#wp-calendar td,
#wp-calendar thead th {
  border: none;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  background: none;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#wp-calendar tbody {
  color: #414141;
}

table#wp-calendar td {
  background: none;
}

#wp-calendar tbody td {
  background: none;
  border: none;
  text-align: center;
  padding: 5px;
}

#wp-calendar td a {
  background: #ccc;
  display: inline-block;
  color: #000;
  display: block;
  margin: auto;
  padding: 4px;
  width: 25px;
  height: 25px;
  line-height: 19px;
  margin-top: -2px;
}

#wp-calendar td#today {
  position: relative;
  padding-top: 6px;
}

#wp-calendar td#today:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  margin: 2px auto 0;
  border-radius: 50px;
  padding: 0;
  width: 28px;
  height: 25px;
  line-height: 20px;
  color: #000;
}

#wp-calendar tfoot a {
  display: inline-block;
  padding: 0;
  background: none;
}

#wp-calendar tbody tr td.pad:hover {
  background: none;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

#wp-calendar tfoot #prev a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-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%;
}

/* ==========================================================================
	18. Typography
==========================================================================
*/
/* Setup */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#page {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}

.content-area {
  line-height: 1.89;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

/* Fonts */
body,
input,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-family: 'Droid Serif', Times, serif;
}

#masthead,
.author-wrap h4,
.button,
.comment-reply-link,
.comments-title,
.entry-meta,
.footer-widgets h3,
.footer-widgets h3,
.main-archive h2,
.navigation,
.search-type,
.site-info,
.tagcloud a,
blockquote,
button,
h1,
h3#reply-title,
input[type="submit"],
.single-meta-sharer-title {
  font-family: 'Lato', 'Helvetica', Arial, sans-serif;
}

/* Font Sizes */
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  font-size: 17px;
  font-size: 1.7rem;
}

h2 {
  font-size: 27px;
  font-size: 2.7rem;
}

h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

h4 {
  font-size: 23px;
  font-size: 2.3rem;
}

h5 {
  font-size: 21px;
  font-size: 2.1rem;
}

h6 {
  font-size: 19px;
  font-size: 1.9rem;
}

.main-archive .post h2,
h1 {
  font-size: 39px;
  font-size: 3.9rem;
}

.footer-widgets h3 {
  font-size: 19px;
  font-size: 1.9rem;
}

.footer-widgets {
  font-size: 16px;
  font-size: 1.6rem;
}

#primary-menu {
  font-size: 15px;
  font-size: 1.5rem;
}

.button,
.button.more-link,
.comment-reply-link,
.entry-meta,
.navigation .nav-links a,
.search-type,
.site-info,
.tagcloud a,
button,
input[type="submit"],
.single-meta-sharer-title {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) {
  /* 640px */
  .main-archive .post h2,
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 57.5em) {
  /* 920px */
  .main-archive .post h2,
  h1 {
    font-size: 51px;
    font-size: 5.1rem;
  }
}
.entry-content ol,
.entry-content ul {
  margin: 0 0 1.5em 3em;
}
.entry-content ol li,
.entry-content ul li {
  line-height: 1.3;
  margin-bottom: 1em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content li > ol,
.entry-content li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 1.5em 1.5em;
}

/* Margins */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.entry-content p + h1,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6 {
  margin-top: 30px;
}

/* Line Heights */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

/* Font Weights */
#masthead,
.button,
.entry-meta,
.footer-widgets h3,
.footer-widgets h5,
.main-archive h2,
.navigation,
.search-type,
.tagcloud a,
button,
h1,
h3#reply-title,
input[type="submit"] {
  font-weight: 400;
}

.site-title {
  font-weight: 700;
}

/* Text Transforms */
#masthead,
.author-wrap h4,
.button,
.comment-reply-link,
.comments-title,
.entry-meta,
.footer-widgets h3,
.footer-widgets h5,
.main-archive h2,
.navigation,
.search-type,
.site-info,
.tagcloud a,
blockquote,
button,
h1,
h3#reply-title,
input[type="submit"],
.single-meta-sharer-title {
  text-transform: uppercase;
}

/* Content additions */
.entry-meta span:before,
.entry-meta:after,
.entry-meta:before {
  content: ' - ';
}

.entry-meta span:first-of-type:before {
  content: '';
}

/* Blockquote */
blockquote {
  margin: 30px -20px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 130%;
  border-left: 4px solid #96adb9;
}
blockquote cite {
  padding: 10px 0 0;
  font-size: 60%;
  display: block;
  text-align: right;
  opacity: 0.6;
}
