/* 	Willsong II - Ghost Theme
*
*	GHOSTHIT.COM
*
*	v1.3.0.9
*	Copyright (c) 2014
*
*
*
*	Styling Content:
*
*	A. INIT THEME SETTINGS (edit your colors here)
*	B. HEADER
*	C. MAIN CONTENT (General)
*	D. PAGINATION
*	E. SHARE POST, AUTHOR
*	F. COMMENTS
*	G. FOOTER
*	H. GH PLUGINS (Tooltips)
*	I. MEDIA QUERIES (General)
*
* */

/* Custom Fonts */
@font-face {
  font-family: 'traveling-typewriter';
  src: url('/assets/fonts/travelingtypewriter-webfont.eot');
  src: url('/assets/fonts/travelingtypewriter-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/travelingtypewriter-webfont.woff2') format('woff2'),
        url('/assets/fonts/travelingtypewriter-webfont.woff') format('woff'),
        url('/assets/fonts/travelingtypewriter-webfont.ttf') format('truetype'),
        url('/assets/fonts/travelingtypewriter-webfont.svg#traveling__typewriterregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dreamwalker';
  src: url('/assets/fonts/dreamwalker-webfont.eot');
  src: url('/assets/fonts/dreamwalker-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/dreamwalker-webfont.woff2') format('woff2'),
        url('/assets/fonts/dreamwalker-webfont.woff') format('woff'),
        url('/assets/fonts/dreamwalker-webfont.ttf') format('truetype'),
        url('/assets/fonts/dreamwalker-webfont.svg#dreamwalkerregular') format('svg');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
}

/*	A.
*	INIT THEME SETTINGS
* ================================ */
.acc_bkg {
  background-color: #F47229;
}
.acc_txt,
#comments_willii a {
  color: #F47229;
}
#content_willii blockquote {
  border-left: 5px solid #F47229;
}
::-moz-selection {
  background: rgba(255,152,52,0.1);
}
::selection {
  background: rgba(255,152,52,0.1);
}
/* =============================== */
body {
  background-color: #fff;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'dreamwalker', 'Arial Black', sans-serif;
  font-weight: normal;
}
::-moz-selection {
  color: #222;
  text-shadow: none;
}
::selection {
  color: #222;
  text-shadow: none;
}
/*	B.
*	HEADER
* ================================ */
#head_willii {
  position: relative;
}
.home-template #head_willii,
.paged #head_willii,
.tag-template #head_willii,
.author-template #head_willii {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}
.home-template #head_willii a,
.paged #head_willii a,
.tag-template #head_willii a,
.author-template #head_willii a {
  color: #fff;
  text-decoration: none;
}
.home-template #head_willii #menu_willii,
.paged #head_willii #menu_willii,
.tag-template #head_willii #menu_willii,
.author-template #head_willii #menu_willii {
  border-top: 1px solid #fff;
}
.home-template #head_willii #menu_willii a,
.paged #head_willii #menu_willii a,
.tag-template #head_willii #menu_willii a,
.author-template #head_willii #menu_willii a {
  line-height: 60px;
  padding: 20px 10px;
}
.post-template #head_willii {
  color: #303030;
  padding: 30px 0;
  position: relative;
}
.post-template #head_willii a {
  color: #303030;
  text-decoration: none;
}
.post-template #head_willii #menu_willii {
  border-top: 1px solid #303030;
}
.post-template #head_willii #menu_willii a {
  line-height: 80px;
  padding: 30px 10px;
}
.post-template #head_willii #head_diffuse,
.post-template #head_willii #blog_description {
  display: none;
}
#blog_title {
  font-family: 'dreamwalker', 'Arial Black', sans-serif
  font-weight: normal;
  line-height: 1em;
}
#menu_willii {
  font-size: 1.3em;
}
#menu_willii ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu_willii ul li {
  display: inline-block;
  vertical-align: top;
}
#menu_willii ul a {
  border-top: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_willii ul a:hover {
  border-color: #F47229;
}
#head_diffuse {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-template #head_content_willii .left_column,
.paged #head_content_willii .left_column,
.tag-template #head_content_willii .left_column,
.home-template #head_content_willii .right_column,
.paged #head_content_willii .right_column,
.tag-template #head_content_willii .right_column {
  opacity: 0;
}
.kg-width-wide .kg-image {
  max-width: 1040px;
}

.kg-width-full .kg-image {
  max-width: 100vw;
}

.kg-width-full {}

.kg-image-card,
.kg-gallery-card {
  margin: 0 0 1.5em;
}

.kg-image-card figcaption,
.kg-gallery-card figcaption {
  margin: -1.0em 0 1.5em;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  margin: 1.5em auto;
  max-width: 1040px;
  width: 100vw;
}
.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}
.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}


/*	C.
*	MAIN CONTENT
* ================================ */
#content_willii {
  color: #303030;
  padding: 30px;
  position: relative;
}
#content_willii article {
  margin-bottom: 50px;
  position: relative;
}
#content_willii article .post_tags {
  margin-top: 10px;
}
#content_willii article .post_tags a {
  color: #F47229;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content_willii article .post_tags a:before {
  content: "#";
}
#content_willii article .post_tags a:hover {
  color: #dbdbdb;
}
#content_willii article .post_header .post_title {
  font-size: 1.5em;
  margin-top: 8px;
  position: relative;
}
#content_willii article .post_header .post_title .fa-bookmark {
  display: none;
}
#content_willii article .post_header a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content_willii article .post_header a:hover {
  color: #303030;
}
#content_willii article .post_header .post_meta {
  color: #dbdbdb;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  font-size: 0.9em;
  font-weight: 700;
}
#content_willii article img {
  border-radius: 4px;
  height: auto;
  max-width: 100%;
}
#content_willii article .read_more_btn {
  display: block;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  font-weight: 700;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#content_willii article .read_more_btn:after {
  content: " »";
}
#content_willii article .read_more_btn:hover {
  color: #303030;
}
#content_willii article .post_content pre {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.6em;
  margin: 20px 0;
  padding: 10px 15px;
  width: 100%;
}
#content_willii article .post_content blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 40px 0;
  padding-left: 30px;
}
#content_willii article .post_content a {
  color: #000;
  font-weight: 700;
}
#content_willii .post_content .jump-post-links {
  margin: 42px 0 26px 0;
}
#content_willii .post_content .jump-to-post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #959595;
  display: inline-block;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  font-weight: normal;
  margin:3px 0;
  padding:16px 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%;
}
#content_willii .post_content .jump-to-post span {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 10px;
  padding: 0 10px;
}
#content_willii .post_content .jump-to-post:hover {
  color:#303030;
}
#content_willii .post_content .jump-to-post:hover span {
  background-color: #303030;
  color:#fff;
}
#content_willii .post_content .next-post {
  border-bottom: 1px dashed #ababab;
}
#content_willii .post_content .prev-post {
  border-top: 1px dashed #ababab;
}
#content_willii article #post_footer_willii {
  background-color: #fff;
  position: relative;
  z-index: 20;
}
#content_willii article.featured .post_title .fa-bookmark {
  display: inline-block;
  left: -25px;
  position: absolute;
  top: 7px;
  width: 25px;
}
.right_column .left_pslice {
  padding-right: 20px;
}
.right_column .right_pslice {
  padding-left: 20px;
}
/*	D.
*	PAGINATION
* ================================ */
nav.pagination {
  border-top: 1px solid #dbdbdb;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  margin: 50px 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
nav.pagination .page-number {
  color: #303030;
  font-size: 0.8em;
}
nav.pagination .older-posts,
nav.pagination .newer-posts {
  border: 1px solid #505050;
  border-radius: 0.45em;
  color: #505050;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 10px;
  position: absolute;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
nav.pagination .older-posts:hover,
nav.pagination .newer-posts:hover {
  border-color: #dbdbdb;
  color: #dbdbdb;
}
nav.pagination .older-posts {
  right: 0;
}
nav.pagination .newer-posts {
  left: 0;
}
/*	E.
*	SHARE POST, AUTHOR
* ================================ */
#share_post_willii,
#share_post_mob_willii {
  z-index: 10;
}
#share_post_willii h4,
#share_post_mob_willii h4 {
  color: #303030;
  font-size: 1em;
  font-weight: 700;
}
#share_post_willii a,
#share_post_mob_willii a {
  border: 1px solid #959595;
  border-radius: 50%;
  color: #959595;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 2px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: top;
  width: 30px;
}
#share_post_willii .fa-twitter:hover,
#share_post_mob_willii .fa-twitter:hover {
  color: #4099ff;
  border-color: #4099ff;
}
#share_post_willii .fa-facebook:hover,
#share_post_mob_willii .fa-facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
}
#share_post_willii .fa-google-plus:hover,
#share_post_mob_willii .fa-google-plus:hover {
  color: #d34836;
  border-color: #d34836;
}
#share_post_willii.stick_it {
  position: fixed;
  top: 0;
}
#share_post_mob_willii {
  margin: 40px 0;
  text-align: center;
}
#share_post_mob_willii h4 {
  font-size: 1.2em;
}
#author_willii {
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  color: #505050;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  font-size: 0.9em;
  margin: 50px 0;
  padding: 20px;
  z-index: 20;
}
#author_willii .left_column {
  margin-top: 20px;
}
#author_willii .left_column img {
  max-width: 160px;
}
#author_willii a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#author_willii h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
#author_willii h4 a {
  color: #303030;
  text-decoration: none;
}
#author_willii h4 a:hover {
  color: #dbdbdb;
}
#author_willii .website {
  color: #dbdbdb;
  font-size: 0.9em;
}
#author_willii .website:hover {
  color: #303030;
}
.author_section {
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  padding: 50px 0;
  position: relative;
}
.author_section h3 {
  font-size: 1.2em;
  line-height: 60px;
  margin: 0;
}
.author_section img {
  border-radius: 3px;
  float: left;
  height: 60px;
  margin-right: 20px;
  width: auto;
}
.author_section a.rss {
  background-color: #303030;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 65px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.author_section a.rss:hover {
  background-color: #dbdbdb;
}
/*	F.
*	COMMENTS
* ================================ */
#comments_willii {
  position: relative;
  width: 100%;
}
/*	G.
*	FOOTER
* ================================ */
#foot_willii {
  color: #959595;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  padding: 0;
  text-align: center;
}
#dyna-widgets {
  margin-bottom: 0;
  text-align: left;
}
#dyna-widgets .dynawidget {
  padding: 10px 15px;
  position: relative;
}
#dyna-widgets .dynawidget h5 {
  color: #303030;
  font-size: 0.8em;
  font-weight: 700;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}
#dyna-widgets .dynawidget a {
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 31%;
}
#dyna-widgets .dynawidget a:nth-child(3n + 2) {
  margin: 0 3.5%;
}
#sociallinks_willii {
  list-style: none;
  margin: 0;
  margin-bottom: 70px;
  padding: 0;
}
#sociallinks_willii li {
  display: inline-block;
  font-size: 1.6em;
  margin: 0 5px;
}
#sociallinks_willii li a {
  color: #959595;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sociallinks_willii li a:hover {
  color: #303030;
}
#copyright_willii {
  font-size: 0.8em;
  margin-bottom: 50px;
}
#copyright_willii a {
  color: #303030;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#copyright_willii a:hover {
  color: #dbdbdb;
}
/*	H.
*	GH PLUGINS
* ================================ */
.gh-tooltip {
  display: none;
}
.tooltip-def {
  cursor: pointer;
  font-style: italic;
  position: relative;
}
.tooltip-def p {
  background-color: #fff;
  border-radius: 5px;
  bottom: -10px;
  -webkit-box-shadow: 1px 1px 5px rgba(37,37,37,0.5);
  -moz-box-shadow: 1px 1px 5px rgba(37,37,37,0.5);
  box-shadow: 1px 1px 5px rgba(37,37,37,0.5);
  color: #505050;
  display: none;
  font-family: 'traveling-typewriter', 'Courier New', Courier, monospace;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  opacity: 0;
  padding: 8px;
  position: absolute;
  width: 160px;
  z-index: 200;
}
.tooltip-def.activeleft p {
  display: block;
  left: -10px;
}
.tooltip-def.activeright p {
  display: block;
  right: -10px;
}
.hitmash-grid-top {
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin: 60px 0;
  padding: 45px 0 60px 0;
  position: relative;
  width: 100%;
}
.hitmash-grid-item {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hitmash-grid-item:hover {
  opacity: 0.4;
}
.hitbox {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.hitbox .close-hitbox {
  border: 2px solid #303030;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1100;
}
.hitbox .close-hitbox:hover {
  background-color: #303030;
  color: #fff;
}
.hitbox .fa-spin {
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.hitbox .hitbox-canvas {
  bottom: 85px;
  left: 25px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 25px;
}
.hitbox .hitbox-canvas img {
  border-radius: 4px;
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  max-height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 100%;
}
.hitbox .hitbox-controls {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 200px;
}
.hitbox .hitbox-controls a {
  border: 2px solid #303030;
  border-radius: 4px;
  color: #303030;
  display: inline-block;
  line-height: 40px;
  margin: 0 5px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  width: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .hitbox-controls a:hover {
  background-color: #303030;
  color: #fff;
}
/*	I.
*	MEDIA QUERIES
* ================================ */
@media screen and (min-width: 320px) {
  .left_pslice,
  .right_pslice {
    display: none;
  }
  nav.pagination .older-posts,
  nav.pagination .newer-posts {
    top: 70px;
  }
  #share_post_willii {
    display: none;
  }
}
@media (max-width: 760px) and (min-width: 320px) {
  .pairs .hitmash-grid-item,
  .thirds .hitmash-grid-item {
    height: 150px;
    width: 49%;
  }
  .pairs .hitmash-grid-item:nth-child(2n + 2),
  .thirds .hitmash-grid-item:nth-child(2n + 2) {
    margin-left: 2%;
  }
  .dynawidget a {
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .right_column {
    padding-left: 40px;
  }
  #content_willii article {
    padding-top: 75px;
  }
  #content_willii article .left_column {
    padding-right: 30px;
  }
  nav.pagination .older-posts,
  nav.pagination .newer-posts {
    top: 20px;
  }
  .post_tags a {
    display: block;
  }
  #share_post_willii {
    display: block;
  }
  #share_post_mob_willii {
    display: none;
  }
  .pairs .hitmash-grid-item {
    height: 240px;
    width: 49%;
  }
  .pairs .hitmash-grid-item:nth-child(2n + 2) {
    margin-left: 2%;
  }
  .thirds .hitmash-grid-item {
    height: 150px;
    width: 32%;
  }
  .thirds .hitmash-grid-item:nth-child(3n + 2) {
    margin-left: 2%;
  }
  .thirds .hitmash-grid-item:nth-child(3n + 3) {
    margin-left: 2%;
  }
  .dynawidget a {
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .post_excerpt {
    display: none;
  }
  .left_pslice,
  .right_pslice {
    display: inline-block;
  }
}

/*
 * CWC Customisation
 */
.nav-join-now, .nav-mailing-list {
	float: right;
}
