/*
Theme Name: KIRK
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
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.3
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

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body{
	margin:0;
	padding:0;
	
}
img{max-width: 100%; display: block; height: auto; }

/*** HEADER ***/

.header{
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position:center;
	min-height: 571px;
	position: relative;
}
.header-inner{
	background-image: url('images/inner-banner.jpg');
	background-repeat: no-repeat;
	background-position:center;
	min-height: 201px;
	position: relative;
}
.top-navigation, .secondary-top-navigation{
	width: 100%;
	float:left;
}
.top-navigation ul{
	margin:0;
	padding:0;
	float: right;
	background: #757576;
}
.top-navigation ul li, .secondary-top-navigation ul li{
	display: inline-block;
}
.top-navigation ul li a{
	padding: 8px 0px 8px 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.top-navigation ul li:nth-last-child(2) a{
	padding: 8px 16px 8px 16px;
}
.top-navigation ul li:nth-last-child(1) a{
	padding: 8px 16px 8px 16px;
}
.top-navigation ul li:nth-last-child(1){
	background: red;
}
.secondary{
	float: right;
	background: #ffffff;
	border-bottom-left-radius: 4em;
	width: 69%;
}
.logo{
	float: left;
	margin-top: 8px;
	margin-right: 30px;
	margin-left: 45px;
}
ul#menu-main-navigation{
	margin:0;
	padding:0;
	float: left;
}
.secondary-top-navigation ul li{
	display: inline-block;
}
.secondary-top-navigation ul li a{
	display: block;
	font-size: 20.42px;
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-top: 17px;
}
.secondary-top-navigation ul li a img {
	display: inline-block;
	margin-top: -5px;
}
.banner-navigation-bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	max-width: 1000px;
}

.banner-navigation-bottom ul{
	margin: 0;
	padding: 0;
	background-image: url('images/gray-bg.png');
	background-repeat: repeat;
	float: left;
	border-top-right-radius: 3em;
}
.banner-navigation-bottom ul li{
	display: inline-block;
}
.banner-navigation-bottom ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 62px;
	padding-right: 31px;
	padding-top: 10px;
	padding-bottom: 9px;
}
.banner-navigation-bottom ul li:nth-last-child(2) a, .banner-navigation-bottom ul li:nth-last-child(1) a{
	padding-left: 31px;
	padding-right: 52px;
	padding-bottom:8px;
}
.banner-navigation-bottom ul li:nth-last-child(1){
	background-image: url('images/blue-bg.png');
	border-top-right-radius: 3em;
}
.divider-small{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}


/***************************************************************************/
.body-content{
	float: left;
	width: 100%;
}
.post-title{
	color: #1520b7;
	border-bottom:1px solid #A9A7A7;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.box img{
	max-width: 100%;
	display: block;
	height: auto;
	margin-bottom: 15px;
}
.box p{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 2em;
	color: black;
}
.bricks{
	padding-top:40px;
}
.bg-bricks{
	/*background: #F9F6F6;*/
	background-image: url('images/bricks.png');
	background-repeat: repeat;
	border-bottom: 5px solid #d60000;
	min-height: 429px;
}
ul.quicklinks{
	margin:0;
	padding:0;
}
ul.quicklinks li{
	display: block;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}
ul.quicklinks li a{
	color: #d60000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
ul.quicklinks li p{
	margin-bottom:10px;
	font-size: 13px;
}
.paddingleft15{
	padding-left: 35px !important;
}
.find-us{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1em;
	float: left;
	color: blue;
	margin-top: 19px;
}
.fb{
	display: block;
	float: right;
	margin-top: 16px;
}
/****************************************************************************/

.footer{
	width: 100%;
	float: left;
	margin-bottom:20px;
}
ul.footerlinks{
	margin:0;
	padding:0;
}
ul.footerlinks li{
	display: inline-block;
}
ul.footerlinks li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	margin-right: 7px;
}
.border{
	border-top: 1px solid #9D9A9A;
	margin-top: 10px;
}
.nopaddingleft{
	padding-left:0px !important;
}
.nopaddingright{
	padding-right:0px !important;
}
.cnumber{
	display: block;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1520b7;
}
.address{
	display: block;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
}


/*********** inner ***************/
.content_inner{
	padding-left: 28px;
}
.content_inner h1{
	font-family: 'Open Sans', sans-serif;
	color: #d60000;
	text-transform: uppercase;
	color: #d60000;
	font-weight: bold;
}

.content_inner h2,
header.entry-header h2.entry-title a{
	font-family: 'Open Sans', sans-serif;
	color: #d60000;
	text-transform: uppercase;
	color: #121c9b;
	font-weight: bold;
}

.content_inner h3{
	font-family: 'Open Sans', sans-serif;
	color: #d60000;
	text-transform: uppercase;
	color: #121c9b;
	font-weight: bold;
}
.content_inner p{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
}

.paddingtop50{
	padding-top: 50px;
}
.sidebar h2{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	color: #898787;
	font-size: 36px;
}
.quote_name{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	color: #898787;
	font-size: 21px;
	margin-top: 15px;
}
.inner-banner-navigation{
	position: relative;
}
.inner-bottom-post{
	margin-top: 15%;
}
.border-top2{
	border-top: 2px solid rgb(111, 111, 111); 
}
.inner-adjustment{
	width: 96%;
}
.inner-left-margin{
	margin-left: 28px;
}
