/*
Theme Name: Story
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! However,
 *	we still need to import the child theme's design stylesheet below.
*/
@import url('assets/css/theme.css');


/* ===========================================================
 *	Add Custom Styles Below
 * ======================================================== */

/* Fixed sidebar */
.widget {
    padding-top: 10px !important;
}
span.tng-smaller {
 	font-size: 13px !important ;
 	text-align: center !important ;
 	padding: 0px 0px !important;
 	color: #666666;
 }

a.tng-smaller {
 	font-size: 13px !important ;
 	text-align: center !important ;
 	padding: 0px 0px !important;
 	color: #000000;
    line-height: 1;
}

td.tng-smaller {
 	font-size: 13px !important ;
 	text-align: left !important ;
 	padding: 0px 0px !important;
 	color: #000000;
    line-height: 1;
    width: 60%;
 }

 td.tng-title {
 	font-size: 14px !important ;
 	text-align: left !important ;
 	font-weight: bold !important;
 	color: #000000;
 }

 span.tng-title {
 	font-size: 14px !important ;
 	text-align: left !important ;
 	font-weight: bold !important;
 	color: #000000;
 }

 td.tng-label {
 	font-size: 12px !important;
 	text-align: left !important;
 	width: 150px !important;
 }

  td.tng-value {
 	font-size: 12px !important ;
 	text-align: center !important ;
 	text-align: left !important;
    width: 40%;
 }

 table.tng-table {
	width: 100%;
	border: dotted 0px #000000;	
 }

 div.AdvancedText {
 	text-align: left;
 }

 div.tng-birthday {
 	padding: 0px 0px !important;
 	line-height: 0.4 !important;
 }

li.sub-menu-border {
	border: 1px dashed #4d4d4d;
}
div.col-sm-8 {
	margin-top: 0px !important;
}
.access-content {
	vertical-align: middle !important;
	height: 50px !important;
}
.menu-wrapper {
	height: 50px !important;
}
.sf-menu {
	position: absolute;
}
#access.header-menu {
	height: 40px !important;
}
.entry-meta {
	display: none;
}
#sidebar_layout:not(.full-width-template) #content > article,
#sidebar_layout.post-grid-template #content article {
	box-shadow: none !important;
}

/*
 * 	Formulieren
*/


.contacform-wrap {
	float:left;
}

.nf-field-label {
	width: 100px !important;
}

.nf-element {
	width: 400px !important;
}

.nf-form-fields-required {
	padding-bottom: 15px;
}

.contacform-send:hover {
	background-color: #222222;
	color: #EEEEEE;
}

