/*
Theme Name: daisybug
Theme URI: https://imawareimawolf.com/wp-content/themes/daisybug
Author: Gia
Author URI: https://imawareimawolf.com
Description: Gia's custom Wordpress theme, Daisybug
Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar
Text Domain: daisybug
*/
/* Main Elements */
* {
  box-sizing: border-box; }

body {
  color: #333;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 1px;
  line-height: 22px; }

li {
  list-style-type: none; }

#sidebar li::before {
  content: '\f186';
  /* fa-moon-o */
  font-family: 'FontAwesome';
  float: left;
  color: #9280BF;
  font-weight: bold;
  font-size: 14px;
  margin-left: -20px; }

input, textarea {
  padding: 10px;
  color: #333;
  border: 1px #dadada solid;
  outline: none;
  color: #9280BF;
  border-right: 10px #bbb solid;
  font-family: "Inconsolata", monospace;
  font-size: .85em; }

input[type="submit"] {
  border-right: none;
  border: 1px #dadada solid;
  border-radius: 0px; }

input[type="submit"]:hover {
  border-right: none;
  border: 1px #dadada solid;
  color: #fff;
  background-color: #9280BF;
  transition: ease-in .4s; }

.wp-caption {
  color: #000; }

.wp-caption-text {
  color: #000; }

.sticky {
  color: #000; }

.screen-reader-text {
  color: #000; }

.gallery-caption {
  color: #000; }

.bypostauthor {
  color: #000; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
  color: #7F5277; }

h1 {
  font-size: 2.571em; }

h2 {
  font-size: 2.143em; }

h3 {
  font-size: 1.857em; }

h4 {
  font-size: 1.714em; }

h5 {
  font-size: 1.571em; }

h6 {
  font-size: 1.286em; }

.site-title h1 {
  font-size: 3.5em; }

/* Links */
a {
  color: #9280BF;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: ease-in .3s; }

a:hover {
  color: #7F5277;
  border-bottom: 3px solid #7F5277; }

#nav a, #nav li {
  display: inline;
  list-style-type: none;
  margin-left: 15px;
  font-family: "Inconsolata", monospace;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em; }

/* Page Elements */
#container {
  width: 90%;
  margin: 0 auto; }

#header {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

#nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: -30px; }

#main {
  width: 70%;
  float: left;
  padding: 15px; }

#sidebar {
  width: 30%;
  float: right;
  padding: 15px; }

#footer {
  clear: both;
  text-align: center;
  padding: 20px;
  padding-top: 100px; }

#load-more {
  padding: 15px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  color: #312B40;
  border: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: ease-in .3s;
  margin: 0 auto;
  text-align: center; }

#load-more:hover {
  color: #7F5277;
  border-bottom: 3px #7F5277 solid; }

/* Media Queries */
@media screen and (max-width: 650px) {
  #main {
    width: 100%; }

  #sidebar {
    display: none; }

  #nav a, #nav li {
    display: block;
    line-height: 1.5em; } }

/*# sourceMappingURL=style.css.map */
