/*
Theme Name: Twenty Thirteen Child
Theme URI: http://wordpress.transformnews.com/
Description: Twenty Thirteen Child theme!
Author: Urs Roethlisberger
Template: twentythirteen
Version: 0.1
*/
 
/* This is must */
@import url("../twentythirteen/style.css");  


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

body {
	background-color: #43acfd;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #43acfd;
}

h1 {
    font-size: 36px;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header .home-link {
    min-height: 100px;
    padding: 0 0;
    text-decoration: none;
	max-width: 940px;
	margin: 0 auto;
    width: 100%;
	
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}


.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #4318fd;
	color: #43acfd;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #4318fd;
	font-style: italic;
}

/* Navbar */
.navbar {
	background-color: #43acfd;		
	border: 2px solid #4318fd;
	max-width: 940px;
}

/**
 * 5.0 - Content
 * ----------------------------------------------------------------------------
 */
 .entry-header,
 .entry-content,
 .entry-summary,
 .entry-meta {
	margin: 0 auto;
	max-width: 940px;
	width: 100%;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #435dfd;
	margin: 0 auto;
	max-width: 940px;
	color: #ffffff;
}

.site-footer .sidebar-container {
	background-color: #435dfd;
}
.site-footer .widget-area {
	
	width: 100%;
}

.site-footer .widget a {
    color: #000000;
}

/* Ninja forms adjustments */
.nf-field-label {
	margin-bottom: 2px !important;
}

.ninja-forms-field {
	padding: 7px !important;
	border-radius: 10px !important;
 }
 
 .nf-field-container {
	 margin-bottom: 15px !important;
 }
 
 #nf-field-14 {
 /* Center the button */
 display: block;
 margin: auto;
 font-size: 18px;
 background-color: #c9850a;
 color: #fff; /* I added this because someone wanted to know how to color the button text. */
 border: 1px solid #cc860e;
 border-radius: 9px;
 /* padding: 20px 10% 20px 10% !important;    Button size */
 padding-left: 10% !important;
 padding-right: 10% !important;
 text-shadow: 0 0 1px #453f3f;  /* Text effects */
 box-shadow: 0px 1px 1px #444;  /* box effects */
 }

#nf-field-14:hover{
 background-color: #6e4804;
 box-shadow: 1px 1px 2px #ccc;
 text-shadow: 5px 5px 8px #453f3f;
 }