/*
Theme Name: Twenty Fourteen Child
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Template:     twentyfourteen
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.search-toggle { 
    background-color:#160266; 
}

.search-toggle.active { 
    background-color:#160266; 
}

td { 
    vertical-align:top; 
}

h4 { 
    font-size:16px; 
}

/*
.entry-tab-title { 
    font-size: 16px; 
    font-family:Tahoma; 
    font-weight:bold;
}
*/

hr { 
    size:5; width:100%; 
}

.site-title {
	float: left;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	color: #ffffff;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: yellow;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wpt-postmeta, .wpt_widget_content { font-size: 11px; }

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content { max-width: 750px; }

.cols2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 10px;
	vertical-align: text-top;
}

.cols3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 10px;
	vertical-align: text-top;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1px 100px 24px;
    padding: 15px 15px 0;
}