/**
 * Theme Name: MyWiki Child
 * Theme URI: http://www.20theme.com/themes/everbox
 * Description: EverBox child theme
 * Author: moyu
 * Author URI: http://www.20theme.com
 * Template: mywiki
 * Version: 1.1.6
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: black, gray, white, dark, light, two-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
 * Text Domain: mywiki_child
 *
 * EverBox WordPress Theme, Copyright 2015 moyu
 * EverBox is Distributed under the terms of the GNU GPL
 * Use it to make something cool, have fun, and share what you've learned with others.
 */

@import url("/wp-content/themes/mywiki/style.css");

/* Theme customization starts here
------------------------------------------------------- */

body {
  color: #333;
  font-size: 1.4rem;
}

.post_content {
  min-height: 350px;
}
.post_content.index_lit {
  min-height: 0;
}

p {
  margin: 8px 0 20px;
  font-variation-settings: "wght" 300;
  font-size: 15px !important;
}

pre {
  background: white;
  color: #222222;
  font-family: "Roboto Slab", "Times", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  border: none;
}

u {
  text-decoration: none;
}

ul {
  margin-left: 1rem;
}

ul li {
  display: list-item;
  /* background:url("/wp-content/themes/mywiki_child/assets/bullet.svg") no-repeat left top;
	background-size:6px 6px;
	background-position:0 7px; */
  color: #333;
  font-variation-settings: "wght" 300;
  margin-left: 2rem;
  padding-left: 0px;
  font-size: 15px !important;
  /*list-style-image:url("/wp-content/themes/mywiki_child/assets/bullet.svg");*/
}

ul li img {
  margin: -3px 0 0 !important;
  pointer-events: none !important;
  font-size: ;
}

.top-bg {
  background: none;
}

.navbar {
  border: none;
  box-shadow: none;
}

.logo {
  padding: 75px 15px 0px 64px !important;
}

#logo {
  margin-left: 18px;
  margin-top: 1px;
  margin-bottom: 2.5rem;
}

.margin-top {
  margin-top: 0;
}

.descrip {
  font-size: 18px;
  padding: 0 0 30px 0;
}

.col-md-3 {
  background: none repeat scroll 0 0 #fff;
  width: 100%;
}
.col-md-9 {
  min-height: 0;
}

#content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#main {
  width: 100%;
  min-height: 300px;
  margin-top: 45px;
}

.wp-caption {
  background-color: #fff;
  text-align: left;
  margin-top: 8px;
}

.wp-caption-text {
  color: #ccc;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
}
.wp-caption-text a {
  font-style: italic !important;
}

/* index ------------------------------------ */
.descrip-main {
  padding: 45px 30px 0;
  font-variation-settings: "wght" 100;
}

.descrip-main strong {
  font-variation-settings: "wght" 200;
}

/* topnav ----------------------------------- */
.top-header {
  background: #69b3d6;
  width: 100%;
  height: auto;
  text-align: center;
}

.nested-menu {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.page-btn {
  float: left;
  background: #69b3d6;
  height: 39px;
  text-transform: uppercase;
  margin-bottom: -5px;
  padding: 9px 0;
  border-left: none;
  border-right: 1px solid white;
  cursor: pointer;
}
.page-btn:first-child {
  border-left: 1px solid white;
}
.page-btn:hover {
  background: #7dc7ea;
}

.page-btn a {
  padding: 9px 12px;
}

.page-btn:hover .dd {
  visibility: visible;
}

.page-btn .dd {
  visibility: hidden;
  z-index: 99;
  position: absolute;
  text-align: left;
  margin-top: 10px;
}

.page-btn a.child {
  background: #7dc7ea;
  display: block;
}

.page-btn a.child:hover {
  background: #91d3f2;
}

#navbarcont {
  background: url("/wp-content/themes/mywiki_child/assets/logo.jpg") no-repeat
    32px 12px;
  background-size: 50px 50px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.logo {
  padding: 30px 15px 0px 64px !important;
}

.navbar-header p {
  display: none !important;
}

#s {
  height: 45px;
  padding: 6px 5px 5px 24px !important;
  border-radius: 36px;
}

.searchwrap {
  float: right;
  padding: 15px 30px 15px 0;
  width: 33%;
  background-color: transparent;
}

#match-list {
  padding-top: 2rem;
}

.search-result {
  padding-bottom: 1rem;
}

.search-result h4 {
  margin-bottom: 0;
}

.post-date {
  display: block;
  padding-top: 0.4rem;
}

.search-main.container {
  width: 250px !important;
}

.suggestionsbox {
  display: none !important;
}

@media (min-width: 200px) and (max-width: 767px) {
  .top-header {
    text-align: left;
  }

  .page-btn,
  .page-btn:first-child {
    width: 100%;
    border: none;
  }

  .searchwrap {
    width: 100%;
    float: right;
    padding: 15px 30px 15px 30px;
  }

  .search-main.container {
    width: 100% !important;
  }
}

.navbar-form {
  border: none;
}

.navbar-toggle {
  display: none;
  top: 60px;
}

/* page title ------------------------------- */
#home-main .page-catheader {
  background: none;
  padding-left: 0;
  /*border-bottom:1px solid #333;*/
}

.cat-title {
  color: #ccc;
  margin-left: 0;
  font-variation-settings: "wght" 100;
}

.cat-main-section-child {
  float: left;
  width: 30%;
  min-width: 335px;
  margin-top: 0;
}

.cat-hadding {
  background-color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  border-bottom: #efefef dotted 1px;
  /*border-bottom:none;*/
}

.cat-hadding a {
  color: #191919;
  background: none;
  background-position: 0 -126px;
  padding-left: 0;
}

.cat-hadding.search,
.cat-hadding.index {
  padding: 10px 5px 10px 0;
}

/* pages etc. ------------------------------ */

.sample-submission {
  padding: 30px;
  border: 3px solid #69b3d6;
  background-color: #fff;
}

/* media pages ----------------------------- */

.lyte-wrapper-audio {
  margin: 45px 0 30px 0 !important;
  cursor: pointer !important;
}
.Lctrl {
  cursor: pointer !important;
}

/* author stuff ---------------------------- */
hr {
  /*height:30px;
	background:url('/wp-content/themes/mywiki_child/assets/divider_bar.png') no-repeat center;
	background-size:101px 30px;
	margin-top:30px;
	margin-bottom:30px;*/
  /*border-top:24px solid #1c79a5;*/
  /*border-top:2px solid #91d3f2;*/
  /*border-top:none;*/
  margin: 30px 0;
  border-top: 3px solid #69b3d6;
}

h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  /*border-bottom:1px dotted #bbb;*/
}

h6 {
  padding-top: 15px;
}

h6 a {
  font-style: italic !important;
}

.foot-end {
  width: 100%;
}

.foot-end .img {
  display: block;
  margin: 0 auto;
}

/* subfooter ------------------------------- */
.subfoot {
  padding: 30px 0 0;
}
.subfoot p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/* footer ------------------------------- */
#footer {
  background: #69b3d6 !important;
}

#social-links {
  float: left;
  padding: 35px 0 0 15px;
}

.links_contact {
  float: left;
  padding: 75px 0 0 30px;
}
.links_contact div {
  width: 100%;
  float: left;
}

.social-icon {
  display: inline-block;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 3px;
}
.social-icon.facebook {
  background-image: url("/wp-content/themes/mywiki_child/assets/social/facebook.png");
  background-color: #3b5998;
}
.social-icon.twitter {
  background-image: url("/wp-content/themes/mywiki_child/assets/social/twitter.png");
  background-color: #00aced;
}
.social-icon.youtube {
  background-image: url("/wp-content/themes/mywiki_child/assets/social/youtube.png");
  background-color: #cd332d;
}
.social-icon.soundcloud {
  background-image: url("/wp-content/themes/mywiki_child/assets/social/soundcloud.png");
  background-color: #ff6600;
}
.social-icon.dailymotion {
  background-image: url("/wp-content/themes/mywiki_child/assets/social/dailymotion.png");
}

.social-icon a {
  float: left;
  padding: 22px;
  cursor: pointer;
}

.cred_copy {
  color: #1c79a5;
  padding: 30px 0;
}
.cred_copy a {
  text-decoration: underline;
}
.cred_copy .elem {
  width: 100%;
}

.cred_copy .elem.right {
  text-align: right;
}

.extras img {
  display: none;
}

/* index ------------------------------- */
.index-list {
  width: 100%;
  float: left;
}

.main-link,
.sub-link {
  padding-top: 6px;
}

.sub-link {
  padding-left: 60px;
}

.sub-link.audio {
  background: url("/wp-content/uploads/2015/09/icon_audio-e1443200602532.png")
    no-repeat 36px 9px;
}
.sub-link.video {
  background: url("/wp-content/uploads/2015/09/icon_video-e1443203337462.png")
    no-repeat 36px 8px;
}

/* Thomas' bull shit ------------------------------- */
.thomas-small-font {
  font-size: 80%;
}
.thomas-large-font {
  font-size: 120%;
}

/* FIVE QUESTIONS */

/* Create two equal columns that sits next to each other */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 20%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.card-5q {
  padding-bottom: 3rem;
}

.card-5q a {
  display: block;
}

@media screen and (max-width: 1200px) {
  .card-5q a {
    font-size: 1.2rem;
  }

  .cat-main-section-child {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .column {
    flex: 100%;
    padding: 0 4px;
  }

  .card-5q a {
    font-size: 1.6rem;
  }

  .card-5q img {
    width: 100%;
  }
}
