/*
 Theme Name:   Forward Child
 Theme URI:    https://flyingsealsystems.com
 Description:  Forward Child Theme
 Author:       Flying Seal Systems
 Author URI:   https://flyingsealsystems.com
 Template:     forward
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  forwardchild
*/

#wrap {
	box-shadow: none;
}

.page-title a {
	font-weight: 300;
}

#sidebar {
	background-color: #e8d4a2;
}

.widget {
	margin-bottom: 30px;
}

.widget_search #search-submit {
	margin-top: 10px;
}

.button,
input[type="submit"] {
	border-radius: 10px !important;
}

/* Seearch widget */
input#s {
	width: 100%;
}

.featured-image img {
	float: left;
	margin-right: 20px;
}

figcaption.wp-element-caption {
	font-style: italic;
	font-size: 14px;
}