/*
Theme Name: Sweetness Child Theme
Description: A child theme based on Sweetness by BNE Creative.
Author: Kerry Kline
Author URI: http://www.bnecreative.com
Version: 1.0
Template: sweetness
*/

/*
 * 	IMPORTANT! There is no need to @import the parent's
 *	main style.css file. It's already enqueued!!
*/



/* ===========================================================
 *	Global Styles
 * ======================================================== */

/* == Layout == */

body:not(.single-docs) #main-content-wrapper {
	padding: 0;
	background: #f6f6f6;
}
#content {
	padding: 50px !important;
	box-shadow:  -5px 0px 10px rgba(0,0,0,.1);
	background: #fff;
	z-index: 9;
}

.fixed-sidebar {
	padding: 50px !important;
	background: #f6f6f6;
}




/* == Typography == */
code {
	font-size: 12px;
	border-radius: 2px;
	color: #c7254e;
	background-color: #f9f2f4;
}
pre {
	background-color: #fff;
	border: 6px solid #f6f6f6;
	box-shadow:0px 0px 1px rgba(0,0,0,.4);
}

.wp-caption {
	max-width: 100%;
}
.wp-caption img { max-width: 100%; }
p.wp-caption-text, figcaption.wp-caption-text { text-align: left; }

h2, h3 {
	font-weight: bold;
}


/* == Header == */
#header-wrapper {
	color: white;
}

#header-wrapper .header-content {
	padding-bottom: 0;
}

.menu-wrapper {
	display: none;
}

/* == Featured == */
#featured-wrapper .inner-content { min-height: auto; }
#featured-wrapper .page-title {
	text-align: center;
}

/* == Main == */

.page-heading {
	margin-bottom: 20px;
}
.page-heading .entry-title {
	border-bottom: 4px solid #ccc;
	font-size: 40px;
}

.last-updated {
	display: none;
	color: #a0a0a0;
	float: right;
	text-align: right;
	font-size: 13px;
	font-style: italic;
}




/* == Sidebar == */
.fixed-sidebar .widget-title {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 3px solid #ccc;
}

.fixed-sidebar .menu a {
	font-size: 12px;
}

/*
.fixed-sidebar .menu a:before {
	content: "\f02d";
	font-family: "Font Awesome 5 Solid";
	margin-right: 4px;
	display: none;
}
.fixed-sidebar .menu a .svg-inline--fa { margin-right: 5px; display: block; }
*/

.fixed-sidebar .menu li.current-menu-item > a {
	font-weight: bold;
	color: #000;
}

.bne-search form {
	margin-bottom: 0;
}
.bne-search .search-input {
	box-shadow: none;
	font-size: 13px;
}

.bne-search .btn {
	background: white;
	border-left: 0;
	box-shadow: none;
	border-color: #ddd;
}

.bne-search .btn .fa { color: #999;}

/* ====== WE DOCS ====== */
.wedocs-single-wrap .wedocs-single-content article .entry-content img {	
	padding: 4px;
	background: white;
	text-align: center;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: 0 0 3px #CCC;	
}


/* ===========================================================
 *	Responsive Styles
 * ======================================================== */

/* == Mobile and larger == */
@media (min-width: 481px) { }

/* == Tablet and larger == */
@media (min-width: 768px) {
	.last-updated {
		display: block;
	}


}


/* == Desktop and larger == */
@media (min-width: 1281px) { }

/* == Small Desktop only == */
@media (min-width: 1025px) and (max-width: 1280px) { }

/* == Large Tablet only == */
@media (min-width: 768px) and (max-width: 1024px) { }

/* == Small Tablet only == */
@media (min-width: 481px) and (max-width: 767px) { }

/* == Mobile only == */
@media (max-width: 480px) { }