/********************************************************************
 * Theme Name: K.C. Maher
 * Theme URI: http://wwww.kcmaherfiction.com
 * Description: A custom theme for K.C. Maher
 * Author: Rugged Peak
 * Author URI: http://www.ruggedpeak.co
 * Version: 2019.06.25

 * STYLESHEET
 * Author Rugged Peak, LLC http://www.ruggedpeak.co
 * Written by Matthew Stellato <matthew@ruggedpeak.co>
 ********************************************************************/
/*  Reset | http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas,
caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span,
strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.clear:after, .clear:before, .clearfix:after {
  content: "";
  display: block;
}

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

.clearfix:after {
  visibility: hidden;
  clear: both;
  height: 0;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

:focus {
  outline: 0;
}

.hidden {
  display: none;
}

@font-face {
  font-family: 'Zooja';
  src: url("assets/fonts/Zooja.woff2") format("woff2"), url("assets/fonts/Zooja.woff") format("woff"), url("assets/fonts/Zooja.ttf") format("truetype"), url("assets/fonts/Zooja.svg#Zooja") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  Getting Organized // Base Structure & Styles
---------------------------------------------------------- */
body {
  background: rgba(225, 209, 182, 0.25) url("assets/img/bg.jpg") repeat top center;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  padding: 0 0 20px 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}

.wrap:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.wrap.sm {
  max-width: 960px;
}

#kc {
  min-height: calc(100vh - 112px);
}

.wp-block-image {
  margin: 0 !important;
}

#banner {
  background: #000 url("assets/img/bg-banner.jpg?2019") no-repeat bottom center;
  height: 480px;
  text-align: center;
}

#banner h1 {
  text-indent: -99999em;
  height: 120px;
  width: 500px;
  margin: 80px auto 0;
  background: url("assets/img/title.svg?2019") no-repeat center center;
}

#banner h2 {
  font-size: 20px;
  letter-spacing: 0;
  margin-top: -10px;
}

/* Header
---------------------------------------------------------- */
header {
  border-bottom: 1px solid #ecdbc1;
  background: #FFF;
}

header .wrap {
  padding: 25px 20px;
}

header h3 {
  width: 155px;
  height: 30px;
  padding: 0;
}

header h3 a {
  display: block;
  background: url("assets/img/logo.svg?2019") no-repeat center center;
  text-indent: -99999em;
  background-size: 100%;
}

header h3 a:hover {
  opacity: 0.4;
}

header nav {
  position: absolute;
  top: 0;
  right: 20px;
}

header nav ul {
  overflow: hidden;
}

header nav ul li {
  display: inline-block;
}

header nav ul li.buy {
  padding: 0 8px;
}

header nav ul li.buy a {
  font-size: 13px;
  padding: 5px 15px;
}

header nav ul li.buy a:hover {
  color: #FFF;
}

header nav ul li a {
  display: block;
  padding: 27px 16px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #444;
  letter-spacing: .5px;
}

header nav ul li a:hover {
  color: #111;
}

header nav ul li.active a, header nav ul li.current-menu-item a {
  border-bottom: 3px solid #adc7b6;
  color: #2f6356;
}

/* Section
---------------------------------------------------------- */
section {
  padding: 30px 0;
}

section.nopad {
  padding: 0;
}

.p40 {
  padding: 40px 0;
}

section.divider {
  border-top: 1px solid #ecdbc1;
  background: rgba(0, 0, 0, 0.03);
}

section.divider.intro {
  border-top: 0;
  border-bottom: 1px solid #ecdbc1;
  padding: 0;
}

section.divider.intro .single {
  padding-bottom: 10px;
}

section.divider.intro .post {
  padding: 0;
}

.p60 {
  padding: 60px 0;
}

.pb60 {
  padding: 0 0 60px;
}

.p80 {
  padding: 80px 0;
}

.p120 {
  padding: 120px 0;
}

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

.cta {
  text-align: center;
  padding: 20px 0 0;
}

.pb20 {
  padding-bottom: 20px;
}

.pt60 {
  padding: 60px 0 0;
}

/* Headings
---------------------------------------------------------- */
h2 {
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 900;
  padding-bottom: 20px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: normal;
  padding: 0 0 10px;
  letter-spacing: -.5px;
  font-weight: 900;
}

.buy ul {
  display: flex;
  flex-wrap: wrap;
}

.buy li {
  padding: 2.5px;
  width: 50%;
  box-sizing: border-box;
}

.buy li a {
  display: inline-flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  height: 100%;
}

.buy li a:hover {
  background: rgba(84, 128, 113, 0.1);
}

.buy li a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.buy li a img.amazon {
  max-width: 220px;
  margin-bottom: -5px;
}

.buy li a img.ibooks {
  max-width: 180px;
}

.buy li a img.hive {
  max-width: 150px;
}

/* Buttons
---------------------------------------------------------- */
.btn, .button {
  display: inline-block;
  padding: 10px 20px;
  background: #2f6356;
  color: #FFF;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  transition: linear 0.2s all;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
}

.btn:hover, .button:hover {
  background: #548071;
}

.btn.alt, .button.alt {
  background: #FFF;
  color: #2f6356;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 14px 20px;
}

.btn.dl, .button.dl {
  padding: 15px 25px 15px 50px;
  background-image: url("assets/img/icon-download.svg");
  background-size: 16px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.btn.buy-btn, .button.buy-btn {
  padding: 15px 35px;
}

/* Homepage
---------------------------------------------------------- */
.home section {
  text-align: left;
  padding-bottom: 10px;
}

.home section img.photo {
  width: 38%;
  margin: 0 0 30px 30px;
  float: right;
  display: block;
}

/* Two Columns
---------------------------------------------------------- */
.two-col {
  overflow: hidden;
}

.two-col .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 45px;
}

.two-col .col:last-child {
  padding-right: 0;
  padding-left: 45px;
}

/* Gravity Forms
---------------------------------------------------------- */
form {
  border: 1px solid #ecdbc1;
  background: rgba(0, 0, 0, 0.03);
  padding: 30px;
}

form input[type="text"],
form input[type="email"],
form textarea {
  display: block;
  box-sizing: border-box;
  padding: 10px 15px !important;
  background: #FFF;
  border: 1px solid #d4c5ad;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

form textarea {
  height: 150px;
}

form .hs-button {
  padding: 15px 30px;
}

form input.invalid.error {
  border: 1px solid #cf0a2c;
}

form .submitted-message {
  color: #FFF;
  text-align: center;
}

form .submitted-message h1 {
  font-size: 30px;
  line-height: normal;
  padding-bottom: 10px;
}

/* Gravity Forms Overrides
---------------------------------------------------------- */
.gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  padding-bottom: 5px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

.p30 {
  padding: 30px 0;
}

.photo, .wp-block-image img {
  padding: 8px;
  border: 1px solid #ecdbc1;
  background: #FFF;
  display: block;
  box-sizing: border-box;
}

.wp-block-image figcaption {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: normal;
  background: #FFF;
  padding: 5px 20px 15px;
  border: 1px solid #ecdbc1;
  margin-top: -1px !important;
  border-top: 0;
}

/* Overlays
----------------------------------------------------------------- */
.bioOpen {
  overflow-y: hidden;
}

#overlayBG {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  overflow: auto;
  display: none;
}

.bio-overlay {
  position: absolute;
  margin: 30px 0;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #d1d1d1;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.bio-overlay h4 {
  color: #FFF;
  text-align: center;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
}

.bio-overlay h4 span {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 18px;
  display: block;
  padding-top: 10px;
}

.bio-overlay p {
  font-size: 18px;
  padding: 0;
}

.bio-overlay p em {
  color: #FFF;
}

.bio-overlay img {
  display: block;
  max-width: 285px;
  width: 100%;
  margin: 0 auto 30px;
}

.close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  height: 50px;
  width: 50px;
  background: url("assets/img/icon-close.svg") no-repeat center center;
  background-size: 30px;
}

.close span {
  display: none;
}

/* Blog
---------------------------------------------------------- */
.post {
  padding-bottom: 60px;
}

.posts {
  display: flex;
  flex-wrap: wrap;
}

.posts .post {
  margin-bottom: 30px;
  width: 33.3333333%;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}

.posts .post .border {
  border: 1px solid #ecdbc1;
  padding: 8px;
  background: #FFF;
}

.posts .post:hover h4 {
  color: #2f6356;
}

.posts .post:hover .postImg:before {
  opacity: 1;
}

.posts .post:hover .postImg span {
  transform: translateY(-50%);
  opacity: 1;
}

.posts .post .postImg {
  height: 200px;
  display: block;
  background-color: #e1e1e1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.posts .post .postImg span {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(0);
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 10;
  left: 0;
  display: block;
  color: #FFF;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.posts .post .postImg:before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  transition: opacity 0.2s linear;
}

.posts .post .postContent {
  background: #FFF;
  padding: 16px 8px 8px;
  font-size: 15px;
}

.posts .post .postContent h4 {
  font-size: 22px;
  line-height: normal;
}

.posts .post .postContent span {
  color: #999;
  font-size: 12px;
}

.pagination {
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
}

.pagination.sing .page-numbers.next, .pagination.sing .page-numbers.prev {
  margin: 0 2.5px;
}

.pagination .page-numbers {
  display: block;
  border: 1px solid #ecdbc1;
  text-align: center;
  margin: 0 2.5px;
  height: 30px;
  width: 30px;
  display: inline-block;
  color: #8A8B93;
  font-weight: 600;
  font-family: arial, sans-serif;
  line-height: 31px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
  text-indent: -99999em;
  margin: 0 8px;
  background-color: rgba(0, 0, 0, 0.03);
}

.pagination .page-numbers.next {
  background-image: url("assets/img/arrow-right.svg");
}

.pagination .page-numbers.prev {
  background-image: url("assets/img/arrow-left.svg");
}

.pagination .page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #777;
}

.pagination .page-numbers.dots {
  border-color: transparent;
}

.pagination .page-numbers.dots:hover {
  background-color: transparent;
}

.pagination .page-numbers.current {
  border-color: #2f6356;
  background: #2f6356;
  color: #FFF;
  font-weight: bold;
}

#main {
  width: 65%;
  float: left;
}

.screen-reader-text {
  display: none;
}

aside {
  padding-top: 80px;
  margin-left: 70%;
}

aside div {
  margin-bottom: 30px;
}

aside div p a {
  color: #2f6356;
  text-decoration: underline;
}

aside address {
  padding-bottom: 10px;
}

aside .divide {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d4c5ad;
}

aside .divide ul {
  padding: 0;
}

aside h5 {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 10px;
}

aside h4 {
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  letter-spacing: 2px;
  color: #999;
}

aside ul {
  font-size: 13px;
  padding-bottom: 60px;
  font-weight: 500;
  display: flex;
}

aside ul li {
  width: 100%;
}

aside ul li a {
  display: block;
  padding: 4px 0;
  line-height: normal;
  width: 45px;
  margin: 0 auto;
}

aside ul li a:hover {
  color: #999;
  opacity: .7;
}

aside ul li.active a {
  color: #2f6356;
  font-weight: bold;
}

aside ul.recent {
  margin-top: -10px;
}

aside ul.recent li {
  border-bottom: 1px solid #d1d1d1;
}

aside ul.recent li a {
  padding: 12px 8px;
}

aside ul.recent li a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}

aside ul.tags li {
  display: inline-block;
}

aside ul.tags li a {
  padding: 5px 8px;
  background: #FFF;
  margin: 3px;
}

aside ul.tags li.active a {
  color: #2f6356;
}

#mc_embed_signup form {
  overflow: hidden;
  padding: 15px;
}

#mc_embed_signup form p {
  padding: 0;
}

#mc_embed_signup form .button {
  margin-top: 5px;
  padding: 8px 12px;
  font-size: 13px;
  float: right;
}

.gform_heading {
  display: none;
}

/* Buy
---------------------------------------------------------- */
#buy .photo {
  float: left;
  width: 40%;
}

#buy .content {
  margin-left: 45%;
}

/* Single Blog Post
---------------------------------------------------------- */
.blog .single h2, .blog .single h3, .blog .single h4, .blog .single h5 {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  padding: 20px 0;
}

.single {
  padding: 30px;
  font-size: 16px;
  max-width: 725px;
  margin: 0 auto;
}

.single h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.single.page h1 {
  font-size: 38px;
  line-height: 48px;
  padding-bottom: 30px;
}

.single a {
  color: #2f6356;
  text-decoration: underline;
}

.single a:hover {
  background: #2f6356;
  color: #FFF;
}

.single ol {
  list-style: decimal;
  padding: 0 0 30px 30px;
}

.single ul {
  list-style: disc;
  padding: 0 0 0 30px;
}

.single ul li {
  padding-bottom: 30px;
}

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

.single td img {
  max-width: none;
}

.single .wp-block-embed-youtube {
  padding: 8px;
  border: 1px solid #ecdbc1;
  background: #FFF;
  margin-bottom: 40px;
}

.single .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.single .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single .alignright {
  float: right;
  margin: 0 0 20px 20px !important;
}

.single .posted {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
  color: #999;
}

.single ul.social {
  padding: 10px 0;
  border-top: 1px solid #ecdbc1;
  border-bottom: 1px solid #ecdbc1;
  list-style: none;
  overflow: hidden;
  margin: 30px 0;
}

.single ul.social li {
  display: block;
  float: left;
  padding: 0 10px 0 0;
}

.single ul.social li strong {
  display: block;
  padding: 4px 0 0;
}

.single ul.social li a {
  text-indent: 0;
  background: none;
  height: 30px;
  line-height: normal;
}

.single h2, .single h3, .single h4 {
  line-height: normal;
  font-weight: 900;
  letter-spacing: -.5px;
  padding: 30px 0 10px;
}

.single h2 {
  font-size: 30px;
}

.single h3 {
  font-size: 24px;
}

.single h4 {
  font-size: 20px;
  padding-bottom: 5px;
  letter-spacing: 0px;
  font-weight: 800;
}

.single.pressPage h1 {
  font-size: 30px;
  padding-bottom: 15px;
}

p.has-drop-cap:not(:focus)::first-letter {
  font-family: 'Zooja', sans-serif;
  font-size: 7em !important;
  line-height: 120px !important;
  margin: 0 28px -30px 0 !important;
}

p.has-drop-cap:not(:focus)::after {
  display: none !important;
}

.windows p.has-drop-cap:not(:focus)::first-letter {
  line-height: 78px !important;
  font-size: 100px !important;
  margin: -10px 24px 18px 0 !important;
}

.contacts {
  overflow: hidden;
}

.contacts .publisher {
  width: 33.333333%;
  float: left;
}

.contacts .publicists {
  overflow: hidden;
  margin-left: 33.333333%;
}

.contacts .publicists div {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.contacts .publicists div:last-child {
  padding-left: 10px;
}

.contacts .publicists h5 em {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.nopad {
  padding: 0;
}

/* Press
---------------------------------------------------------- */
.single .press:first-child {
  padding-top: 0;
}

.press {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.press.thumb img {
  float: left;
  padding: 4px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px 0;
  max-width: 175px;
}

.press.thumb blockquote {
  margin-left: 200px;
}

.press blockquote {
  font-size: 18px;
  padding-bottom: 10px;
}

.press span {
  display: block;
  text-align: right;
  font-weight: bold;
}

.press span a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.press span a:hover {
  color: #56635b;
  background: none;
  border-bottom: 1px solid #798b7f;
}

.press:after, .press:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 18px;
  width: 18px;
}

.press:before {
  background: #f9f5f1;
  width: 40px;
}

.press:after {
  background: url("assets/img/icon.png") no-repeat center center;
  background-size: cover;
  opacity: .2;
}

.intro {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Footer
---------------------------------------------------------- */
footer {
  background-color: #25282a;
  color: #898b8e;
  font-size: 13px;
  line-height: 20px;
}

footer .container {
  overflow: hidden;
  padding: 10px 0 0 0;
}

footer .container h3 img {
  width: 125px;
}

footer .container p, footer .container h3 {
  float: left;
  padding: 0;
}

footer .container ul.nav, footer .container ul.menu {
  float: right;
  font-size: 12px;
}

footer .container ul.nav li, footer .container ul.menu li {
  display: inline-block;
  padding-left: 20px;
}

footer .container ul.nav li a, footer .container ul.menu li a {
  color: #898b8e;
  text-transform: uppercase;
  font-weight: 600;
}

footer .container ul.nav li a:hover, footer .container ul.menu li a:hover {
  color: #FFF;
}

footer .container ul.social {
  float: right;
}

footer .container ul.social li a {
  opacity: .5;
}

footer .container ul.social li a.fb {
  background-image: url("assets/img/icon-facebook.svg");
}

footer .container ul.social li a.tw {
  background-image: url("assets/img/icon-twitter.svg");
}

footer .container ul.social li a.ig {
  background-image: url("assets/img/icon-instagram.svg");
}

footer .container ul.social li a.gr {
  background-image: url("assets/img/icon-book.svg");
}

footer .container ul.social li a.rss {
  background-image: url("assets/img/icon-rss.svg");
}

footer .container ul.social li a:hover {
  opacity: .8;
}

ul.social li {
  display: inline-block;
  padding: 0 5px 0 0;
}

ul.social li a {
  display: block;
  text-indent: -999999em;
  background-size: 25px;
  width: 30px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: 28px;
  /*
			&.fb {background-image:url('assets/img/icon-facebook-dark.svg');}
			&.tw {background-image:url('assets/img/icon-twitter-dark.svg');}
			&.ig {background-image:url('assets/img/icon-instagram-dark.svg');}
			&.gr {background-image:url('assets/img/icon-book-dark.svg');}
*/
}

ul.social li a:hover {
  opacity: .8;
}

.mobile {
  display: none;
}

/* Mobile Styling
---------------------------------------------------------- */
@media screen and (max-width: 900px) {
  .two-col .col {
    padding-right: 15px;
  }
  .two-col .col:last-child {
    padding-left: 15px;
  }
}

@media screen and (max-width: 835px) {
  .two-col .col .btn {
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 750px) {
  #banner {
    height: 300px;
    background-size: cover;
  }
  #banner h1 {
    height: 75px;
    width: 310px;
    margin: 35px auto 0;
  }
  #banner h2 {
    font-size: 18px;
  }
  .single {
    padding: 0;
  }
  #main {
    width: auto;
    float: none;
  }
  aside {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 400px;
  }
  aside div:last-child {
    margin: 0;
  }
  #mc_embed_signup form {
    overflow: hidden;
  }
  #mc_embed_signup form p {
    padding: 0;
    float: left;
    margin-right: 10px;
  }
  .contacts {
    width: 400px;
    margin: 0 auto;
  }
  .contacts .publisher {
    width: 100%;
    float: none;
  }
  .contacts .publicists {
    margin: 40px 0 0 0;
  }
  .contacts .publicists div {
    float: none;
    width: 100%;
    padding: 0 0 20px 0 !important;
  }
}

@media screen and (max-width: 650px) {
  h3 {
    font-size: 20px;
    padding: 0 0 5px;
  }
  .two-col .col {
    width: 100%;
    float: none;
    padding: 0 0 30px 0 !important;
  }
  .two-col .col:last-child {
    padding-bottom: 0 !important;
  }
  .buy li a img.amazon {
    max-width: 170px;
  }
  .openMenu {
    overflow-y: hidden;
  }
  #menu {
    position: absolute;
    top: 0;
    padding: 29px 20px 29px;
    right: 0;
    display: block;
    z-index: 800;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #menu span, #menu span:after, #menu span:before {
    display: block;
    width: 30px;
    height: 2px;
    background: #2f6356;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menu span:after, #menu span:before {
    content: '';
    position: absolute;
  }
  #menu span:before {
    margin-top: -9px;
  }
  #menu span:after {
    margin-top: 9px;
  }
  .openMenu #menu span {
    background: transparent;
  }
  .openMenu #menu span:after {
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .openMenu #menu span:before {
    margin: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .openMenu header nav {
    top: 60px;
    bottom: auto;
  }
  header {
    border: 0;
  }
  header h3 {
    width: 115px;
    height: 30px;
  }
  header .wrap {
    padding: 0;
  }
  header .wrap .brand {
    padding: 15px 20px;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #ecdbc1;
    background: #FFF;
  }
  header nav {
    background-color: #FFF;
    left: 0;
    right: 0;
    top: -230px;
    padding: 0 0 10px;
    width: 100%;
    z-index: 900;
    overflow: hidden;
    border-bottom: 1px solid #ecdbc1;
    transition: all 0.5s ease-out;
    -webkit-overflow-scrolling: touch;
  }
  header nav ul li {
    display: block;
    text-align: center;
    border-top: 1px solid #ecdbc1;
  }
  header nav ul li.buy {
    border: 0;
  }
  header nav ul li.buy a {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
  }
  header nav ul li a {
    padding: 15px 0;
    border-bottom: 0 !important;
  }
  .p40 {
    padding: 10px 0;
  }
  form {
    padding: 0px 15px;
  }
  form input[type="text"], form input[type="email"], form textarea {
    line-height: normal !important;
    min-height: 0 !important;
    padding: 8px 12px !important;
  }
  #mc_embed_signup form p {
    float: none;
  }
  #mc_embed_signup form .button {
    width: 100%;
  }
  footer {
    text-align: center;
    padding-top: 20px;
  }
  footer .container {
    padding: 0;
  }
  footer .container p, footer .container h3, footer .container ul {
    float: none !important;
    padding-bottom: 10px;
  }
  footer .container h3 {
    padding-bottom: 20px;
  }
  footer .container ul.nav li {
    padding: 0 5px;
  }
  .wp-block-image .alignright {
    width: 200px;
  }
  .posts .post {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (max-width: 460px) {
  .p30 {
    padding: 0;
  }
  .posts .post {
    margin-bottom: 10px;
    width: 100%;
  }
  .single .wp-block-image .alignright {
    margin: 0 0 30px !important;
    float: none;
    width: 100%;
  }
  .single .wp-block-image .alignright img {
    margin: 0 auto;
  }
  .single .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
    margin: 0 auto 20px;
  }
  body {
    font-size: 15px;
  }
  #buy .photo {
    display: none;
  }
  #buy .content {
    margin: 0;
  }
  #buy h2 {
    font-size: 26px;
    letter-spacing: 0;
    padding-bottom: 10px;
    line-height: normal;
  }
  #buy .buy li a img {
    max-width: 150px;
  }
}

@media screen and (max-width: 400px) {
  #banner {
    display: none;
  }
  .home section img.photo {
    width: 100%;
    margin: 0 0 10px;
    float: none;
    display: block;
  }
  .mobile {
    display: block;
  }
  .get {
    padding-bottom: 40px;
  }
  .get .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
