/*
Theme Name: Twenty Thirteen Child 01
Theme URI: 
Description: Child 01 theme for the Twenty Thirteen theme
Author: <a href="http://wordpress.org/">the WordPress team</a>
Author URI: 
Template: twentythirteen
Version: 1.4
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 03 Mar 2015 20:41:58 +0000 */ 

@import url('../twentythirteen/style.css');

h1 {font-size:26px !important;}

.entry-header, .entry-content, .entry-summary, .entry-meta {
margin: 0 auto;
max-width: 80%;
width: 100%;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 376px 20px 60px;
}

p {
  color: #333 !important;
  font-family: 'Ek Mukta';
  font-style: normal;
  font-weight: 200;
}

.topbar {
  position: relative;
  padding: 0;
  line-height: 35px;
  background: #fd6907;
  border-bottom: 1px solid #CCCCCC;
  color: #fff !important;
  overflow: hidden;
}
.inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.topbar .one_half, .topbar .one_third, .topbar p {
  margin-bottom: 0 !important;
}

.one_half_right {
float:right;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .four_fifth, .one_sixth, .five_fifth, .two_fifth, .three_fifth, .three_fourth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
margin-right:4%;
  margin-bottom: 15px;
}
.last {
  margin-right: 0 !important;
}
.topbar .one_half.last {
  text-align: right;
}
.topbar .socials {
  float: left !important;
  margin: 0 auto;
  padding: 0;
}
ul.socials li {
  display: inline-block;
  margin: 0 3px 0 0;
  line-height: 35px;
  width: 30px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#social-icons a {
  font-size: 16px !important;
  color: #fff;
  opacity: 0.9;
}
.topbar .one_half, .topbar .one_third, .topbar p {
  margin-bottom: 0 !important;
}
.topbar .one_half.last {
  text-align: right;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline;
color:#fff;
padding-right:10px;
padding-left:10px;
}

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

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}
.main-navigation {
text-align: center;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #333;
	display: block;
	font-size: 1em;
	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: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #999
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.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: #db572f;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(http://hennessyfloor.com/wp-content/themes/twentythirteen-child-01/images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.brandlogo {
    display: block;
    float: none;
    margin: auto !important;
padding-top:1em;
padding-bottom:1em;
text-align:center;
content:url(../../uploads/2015/03/Hennessy-Floor-Carpet-Hendersonville-NC-logo.jpg);
}
.widget {
background-color: transparent !important;
}

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

.site-footer .sidebar-container {
    background-color: #333333;
    padding: 20px 0px;
}
.site-footer {
	color: #686758;
	font-size: 14px;
	text-align: center;
background-color: transparent;
}
.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
text-align:center;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */