/**
 * Theme Name: Espey 2016
 * Theme URI: http://www.elegantthemes.com/gallery/divi
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: http://imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (lists, tables, forms)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (posts, pages, comments)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

body {

}

h1, h2, h3, h4, h5, h6 {
color: #554434 !important;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {
color: #454545 !important;
}

p:last-of-type {
    	padding-bottom: 1em !important;
}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
  background-color: #eee;
  border: 0;
  clear: both;
  height: 1px;
  width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
.fullwidth-menu a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
  	/* opacity: 0.7; */
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	color: #795f48;	
}

/*** Primary Menu */
.primary-nav {
	background-color: #404040;
	/* bottom: -54px; */
	/* left: 0; */
	margin: 0 auto;
	/* position: absolute; */
	/* right: 0; */
	width: 100%
}

nav#top-menu-nav {
	display: block !important;
}

.et_header_style_centered #top-menu > li > a {
	color: #fff;
	font-weight: 600;
    	padding: 12px 0 !important;
}

#top-menu .menu-item-has-children > a:first-child::after {
	display: none;
}

.nav li ul {
    	border-color: #fff !important;
}

#top-menu li li a {
	font-weight: 600;
    	line-height: 1.2em;
}

#top-menu .sub-menu li.current-menu-item > a,
#top-menu .sub-menu li.current-menu-ancestor > a {
	color: #795f48 !important;
}

.menu-search-form {
	float: right;
	padding: 5px 0 0;
}

.menu-search-form input[type="text"],
.menu-search-form input[type="submit"] {
	border: 0;
	color: #404040;
	font-size: 14px;
	height: 28px;
}

.menu-search-form input[type="text"] {
	margin-right: 4px;
	width: 180px;
}

.menu-search-form p {
	padding: 0 !important;
}

#top-menu li.current-menu-item > a {
	font-weight: bold;
}

/*** Secondary Menu */


/*** Footer Menu */
.bottom-nav {
	padding: 30px 0 15px;
    	text-align: center;
}

.bottom-nav a {
	font-weight: 600 !important;
}

.bottom-nav li.current-menu-item > a {
	font-weight: 800 !important;
}

/*** Mobile Menu */
.et_mobile_menu {
	border: 0;
}

.et_header_style_centered .et_mobile_menu {
    	top: 39px;
}

.mobile_menu_bar::before {
    	color: #fff !important;
	font-size: 44px;
	top: -4px;
	
}

.opened .mobile_menu_bar::before {
    	content: "\4d";
	top: -6px;
}

.et_header_style_centered .mobile_nav .select_page, 
.et_header_style_split .mobile_nav .select_page {
	visibility: hidden;
}

/*** Pagination */


/*** Sidebar */
.sidebar-menu {
	margin-top: 3px !important;
}

.sidebar-menu ul {
	list-style-type: none;
	padding: 0;
}

.sidebar-menu ul ul {
	margin-bottom: -8px;
	padding: 8px 0 0 36px;
}

.sidebar-menu ul ul li:before {
	color: #666 !important;
	content: "\2013";
	font-weight: 600;
	margin: -1px 16px 0 -16px;
	position: absolute;
}

.sidebar-menu ul ul ul {
	padding-left: 4em;
}

.sidebar-menu li {
	line-height: 1.1em;
	padding-bottom: 8px;
}

.sidebar-menu a {
	font-weight: 600;
	text-decoration: none;
}

.sidebar-menu a.active,
.inline-menu a.active {
	color: #795f48;
	font-weight: 800;
}

/*** Inline */
.inline-menu ul {
	line-height: 1em;
	list-style-type: none;
	padding: 0;
}

.inline-menu li {
	display: inline-block;
	line-height: 1.5em;
	padding: 0 12px 0 0;
}

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

.et_header_style_centered #main-header .container {
    	text-align: left;
}

.info {
	color: #404040;
	float: right;
	margin: 64px 0 0;
}

.info .call-for-power {
	display: block;
	font-size: 24px;
	font-style: italic;
	text-align: right;
}

.info .phone,
.info .hours  {
	display: block;
	text-align: right;
}

.info .hours  {
	margin-top: -6px;
}

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

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  float: left;
  margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  float: right;
  margin: 6px 0 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
  margin: 6px 100% 10px 0;
}

h2.entry-title {
	line-height: 1.2em;
	margin: 0;
}

.et_section_specialty .et_pb_row > .et_pb_column {
    	margin-bottom: 0;
}

.et_pb_post {
    	margin-bottom: 37px;
}

/*** Home - Slider */
.home .home-slider .et_pb_more_button {
	display: none !important;
}

/*** Home - What's New */
.home .et_pb_posts h2.entry-title {
	color: #404040;
	font-size: 20px;
	line-height: 1.2em;
}

.home .et_pb_posts h2.entry-title a:hover,
.home .more-link:hover {
	color: #795f48;
}

.home .more-link {
	font-style: italic;
	text-align: right;
}

/*** Disable Post Title Links */
.home .entry-title, /* Home */
.page-id-266 .entry-title, /* Careers */
.page-id-131 .entry-title, /* News */
.page-id-638 .entry-title, /* News Archive */
.page-id-327 .entry-title, /* Press Releases */
.page-id-955 .entry-title { /* Press Releases Archive */
	pointer-events: none;
}

/*** Products */
.product .et_pb_column:first-child,
.product-image {
	margin-right: 1.868% !important;
	width: 23.133% !important;
}

.product .et_pb_column:last-child,
.product-info {
	width: 75% !important;
}

/*** Search */
.search #main-content {
	background-color: #e7e2d3;
}

.search #main-content .container::before {
    	display: none;
}

.search #left-area {
	padding-right: 0;
	width: 100%;
}

/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */
.wp-caption {
	background-color: transparent;
	border: 0;
    	padding: 0;
}

/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



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

#main-footer {
    background-color: transparent;
}

#footer-bottom {
    padding: 15px 0 15px;
}

#footer-bottom a {
    	-webkit-transition: none;
    	-moz-transition: none;
    	transition: none;
}

#footer-bottom a:hover {
	opacity: 1;
}

#footer-info {
	float: none;
	position: relative;
	text-align: center;
}

#footer-info .title {
	font-size: 24px;
	font-style: italic;
}

#footer-info .logo {
	position: absolute;
	right: 0;
	top: -8px;
	width: 200px;
}

#footer-info .logo:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#footer-info a {
	font-weight: normal;
}

/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */

/*** Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {

.et_pb_section_0 {
	padding: 14px 0 !important;
}

.home .et_pb_section_0 {
	padding: 0 !important;
}

.nav li li ul {
    	display: none;
}

}

/*** Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {


}

/*** Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

.et_pb_section_0 {
	padding: 0 !important;
}

.nav li li ul {
    	display: none;
}

}

@media all and (max-width: 1100px) {

#footer-info .logo {
	display: block;
	margin: 0 auto;
	padding: 24px 0 0;
    	position: relative;
}

}

/*** Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {

.et_header_style_centered #main-header {
    	padding: 20px 0 0;
}

.et_header_style_centered #logo {
   	 max-height: 100%;
}

.info {
    	margin: 40px 0 0;
}

.info .phone a,
#footer-info a {
	color: #795f48 !important;
	font-weight: 600;
	text-decoration: underline;
}

.et_header_style_centered #main-header .mobile_nav {
    	background-color: transparent;
	padding: 8px 10px;
}

.menu-search-form {
    	padding: 40px 0 0;
}

.menu-search-form input[type="text"] {
   	border: 1px solid #404040;
}

.menu-search-form input[type="submit"] {
    	border: 1px solid #404040;
}

.et_pb_section_0 {
	padding: 0 !important;
}

.et_pb_section_0 .et_pb_column_0 {
	margin: 0 !important;
}

.et_pb_section_0 h1.entry-title {
	font-size: 28px !important;
	padding: 0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

}

/*** Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {

}

@media all and (max-width: 667px) {

.et_header_style_centered header#main-header .logo_container {
	max-height: 100%;
    	text-align: center;
}

.info {
	display: block;
    	float: none;
    	margin: 20px 0 0;
}

.info .call-for-power,
.info .phone,
.info .hours {
	text-align: center !important;
}

.info .phone a, 
#footer-info a {
	font-size: 16px;
}

.info .call-for-power,
#footer-info .title {
	font-size: 20px;
}



}

/*** Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

.menu-search-form {
    	padding: 20px 0 0;
	width: 100%;
}

.menu-search-form input[type="text"] {
   	width: 100%;
}

.menu-search-form input[type="submit"] {
	border-top: 0;
   	width: 100%;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright,
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  	float: none;
  	margin: 6px auto 10px;
	width: 100%;
}


/* Products */
.product .et_pb_column:first-child,
.product .et_pb_column:last-child,
.product-image,
.product-info {
	margin-right: 0 !important;
	width: 100% !important;
}

.product .et_pb_column:last-child .et_pb_text,
.product-info .et_pb_text {
	text-align: center;
}

}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}