/*
 Theme Name:   Wild Book Child
 Theme URI:    http://themeforest.net/user/nordstudio
 Description:  Wild Book Child Theme
 Author:       Nord Studio
 Author URI:   http://themeforest.net/user/nordstudio
 Template:     wildbook
 Version:      1.4.2
 License:      
 License URI:  http://themeforest.net/licenses
 Tags:         brown, gray, silver, white, light, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  wild-book-child
*/

@import url("../wildbook/style.css");

/* STYLE OVERRIDES */
/* 
.site-header {
    justify-content: start;
} */

input[type="text"],
input[type="email"],
textarea {
 width: 100%;
}

.wp-block-image figcaption img {
	margin: 0 auto;
}

.entry-content .wp-block-quote {
	border-left: none;
	padding-left: 0;
}

.entry-content p {
	margin: 0 0 1em;
}

.wp-block-quote cite {
	font-weight: bold;
}

/* CUSTOM CLASSES */

/* .header-short-bio {
    list-style: none;
    margin-left: 0;
}

.header-short-bio li {
    font-size: 1.2rem;
    color: #fff;
} */

.header-short-bio {
	display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}