/*
	Theme Name: Kluge Theme
	Theme URI: http://bizzyweb.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Bizzyweb
	Author URI: http://www.bizzyweb.com/
	Version: 3.1.1

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
        - Woocommerce Styles
        - Product Pages
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Executive Pro Brown
		- Executive Pro Green
		- Executive Pro Orange
		- Executive Pro Purple
		- Executive Pro Red
		- Executive Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #ffffff;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #141654;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #64c9ea;
	background-color:#A37F14;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #6bd5f1;
	background-color: #CDBB86;
	color: #141654;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 5px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-cta a.button {
	display: inline-block;
	margin-top: -30px;
	text-align: center;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	/*max-width: 1140px;*/
}

.executive-pro-landing .site-container {
	max-width: 800px;
}

.executive-pro-landing .site-inner {
	max-width: 800px;
}

.executive-pro-landing .home-footer-title {
	display: none;
}

.site-inner {
	background-color: #F7F7F7;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.site-inner {
	width: 1140px;
	margin: 0 auto;
}

.executive-pro-home .site-inner {
	overflow: visible;
	width: 100%;
	background-color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 800px;
	padding: 30px 20px 10px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.executive-pro-home .content {
	padding: 0;
}

.executive-pro-portfolio .content {
	padding: 40px 30px 0;
}

/* Primary Sidebar */

.sidebar-primary {
	background-color: #EFEFEF;
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-icons .fa {
	padding-right: 15px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.executive-pro-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 0px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #141654;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #64c9ea;
	color:#A37F14;
	text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.executive-pro-home .home-cta .widget-title {
	font-size: 2.6em;
	margin-bottom: 6px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #b3b5c2;
}

.executive-pro-home .home-cta .entry-title a,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #b3b5c2;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.footer-widgets .entry-title a {
	color: #141654;
	font-weight: 700;
}

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

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
}

.executive-pro-home .featured-content .entry {
	margin-bottom: 36px;
}

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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #64c9ea;
	background-color:#A37F14;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #222;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.rev-image {
	width: 100%;
}

.rev-image img {
	max-width: 100% !important;
	height: auto !important;
}

.home-slider h2.rev-title {
	font-size: 1.5em;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #141654;
}

.home-slider a.rev-post-link {
	font-family: 'Roboto Slab', serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #a88622;
	font-size: 1.1em !important;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background-color: #222;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 4% 5.5%;
	opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -20px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 0;
	padding-left: 60px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li {
	margin: 0 0 0 5px;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	margin: 20px auto 15px;
	min-height: 100px;
	width: 100%;
}

.site-header .wrap {
	width: 1140px;
	margin: 0 auto;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 320px;
	background: url(images/logo.png) no-repeat;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 300px;
	min-height: 108px;
	padding: 0;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 770px; /* 555px */
}

.site-header .widget {
	padding: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 0px;
	width: 50%;
}

.site-header .search-form input[type="search"] {
    	background: #ebebed url("images/icon-search.png") no-repeat scroll right center / 36px 16px;
    	color: #888;
    	font-size: 10px;
    	margin-bottom: 0px;
    	padding: 5px 10px;
    	text-transform: uppercase;
    	width: 75%;
	float: right;
}

.header-right {
	float: right;
}

.header-right-menu {
	float: left;
	position: relative;
	/*margin-right: -10px;*/
	width: 310px;
	text-align: right;
}

.header-right-menu a {
	margin-right: 0;
	margin-left: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #23255f;
}

#header-right-phone {
	position: absolute;
	left: -60px;
	top: 39px;
}

#header-right-phone.header-link-position a {
	font-size: 21px;
	font-weight: bold;
}

.header-right-social {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: -20px;
}

.header-right-social img {
	margin-right: 10px;
}

.header-right-translate {
	text-align: right;
}

.header-account {
	float: right;
	padding-top: 5px;
}

.header-account a {
	color: #23255f;
	padding-left: 15px;
	font-size: 0.75em;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	background: #141654;
}

.nav-primary .wrap {
	width: 1140px;
	margin: 0 auto;
}

.genesis-nav-menu {
	clear: both;
	color: #c4c6ce;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.genesis-nav-menu a {
	color: #b6bbd8;
	display: block;
	padding: 8px 0;
	position: relative;
  width: 180px;
}


.cust-width-menu {
	margin-left: 25px;
}

.cust-width-menu a {
	width: 150px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: #A3802E;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	background-color: #A3802E;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #A3802E;
	border: 0px solid #f5f5f5;
	border-top: none;
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	position: relative;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #b6bbd8;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .sub-menu::after {
    background-color: transparent;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 18px solid #A3802E;
    content: "";
    display: block;
  
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 38px 18px 40px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li:hover,
.nav-secondary .genesis-nav-menu a:hover {
	background: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: #a37f14;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-slider {
	background: #e8e9eb;
}

.home-slider .widget li {
	list-style: disc;
	list-style-position: inside;
}

.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 30px 30px 60px;
}

.home-top .wrap {
	width: 1140px;
	margin: 0 auto;
}

.home-top .widget {
	float: left;
	padding: 0 2.8%;
	width: 100%;
}

.home-top .widget-title {
	font-family: 'Roboto Slab', serif;
	color: #141654;
	font-size: 1.9em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

.home-middle .widget:nth-of-type(3n+1), 
.home-top .widget:nth-of-type(3n+1) {
	/*clear: left;*/
}

.home-top-left {
	width: 50%;
	float: left;
}

.home-top-right {
	width: 50%;
	float: left;
}

.executive-pro-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}

.executive-pro-home .home-cta {
    	width: 100%;
    	height: 175px;
    	text-align: center;
	background: url(images/banner.png) no-repeat;
	background-size: contain;
}

.executive-pro-home .home-cta .wrap {
	width: 1000px;
	margin: 0 auto;
}

.executive-pro-home .home-cta p {
	color: #ddd;
}

.home-footer-title {
	background: #cdbb86 url(images/footer-banner.png) no-repeat;
	background-size: contain;
	height: 160px;
}

.home-footer-title .wrap {
	width: 1140px;
	margin: 0 auto;
}

.home-footer-title .widget-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 2.8em;
	text-align: center;
	color: #141654;
	padding-top: 15px;
}

/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	width: 33.33333333%;
}

.executive-pro-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 0px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	background-color:#A37F14;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	background-color:#A37F14;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	background-color: #CDBB86;
	color: #141654;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.modular-configuration {
	padding-top: 25px;
}

.modular-configuration p {
	font-size: 17px;
}

.modular-configuration hr {
	border-top: 3px solid #141654;
}

.modular-configuration img.centered,
.modular-configuration .aligncenter {
	margin: 0 auto;
}

.modular-configuration-page .wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

/*
Woocommerce Styles
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #a37f14;
    font-size: 1.25em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #a37f14;
    font-size: 1.25em;
}

.woocommerce ul.products li.product h3 {
	color: #141654;
	font-size: 1.0em;
	text-transform: uppercase;
	min-height: 50px;
}

.woocommerce ul.products li.product .price {
	color: #a37f14;
	font-size: 1.1em;
}	

.related.products {
	clear: left;
	width: 33%;
	float: left;
}

.related.products h2 {
	color: #141654;
	font-size: 1.3em;
}

.related.products h3 {
	color: #141654;
	text-transform: none !important;
	min-height: 30px !important;
}

.related.products .price span {
	color: #a37f14;
	font-size: 0.9em;
}

.related.products ul.products li.product, .related.products ul.products li.product {
	width: 48%;
}

.woocommerce div.product div.images {
	width: 33%;
}

.woocommerce div.product div.summary {
	width: 63%;
}

.woocommerce .quantity .qty {
	padding: 11px;
}

.woocommerce div.product form.cart .button, .woocommerce-message a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: #141654;
	border: 3px solid #a37f14;
	color: #ffffff;
}

.woocommerce div.product form.cart .button:hover, .woocommerce-message a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #222696;
	border: 3px solid #a37f14;
	color: #ffffff;
}

.woocommerce #payment #place_order {
	background: #141654;
	border: 3px solid #a37f14;
	color: #ffffff;
	padding: 10px 35px;
	font-size: 1.5em;
}

.woocommerce #payment #place_order:hover {
	background: #222696;
	border: 3px solid #a37f14;
	color: #ffffff;
}

.woocommerce .woocommerce-message {
	border-top-color: #141654;
}

.woocommerce .woocommerce-message::before {
	color: #141654;
}

.page-title {
    	color: #141654;
    	font-family: "Roboto Slab",serif;
    	font-size: 34px;
    	font-weight: 400;
    	line-height: 1;
    	margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 30%;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 36%;
	text-transform: none;
}

.cart_totals h2 {
    	color: #141654;
    	font-family: "Roboto Slab",serif;
    	font-size: 28px;
    	font-weight: 400;
    	line-height: 1;
    	margin-bottom: 5px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 55%;
	padding: 10px 6px;
}

.woocommerce-checkout #payment ul.payment_methods {
	display: none;
}

.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
	color: #141654;;
	font-size: 1.4em;
}

h3#order_review_heading {
    	color: #141654;
    	font-family: "Roboto Slab",serif;
    	font-size: 28px;
    	font-weight: 400;
    	line-height: 1;
    	margin-bottom: 5px;
}

.woocommerce .order_details li {
	list-style-type: none;
}

.woocommerce h2,
.woocommerce .title h3 {
    	color: #141654;
    	font-size: 22px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 50px;
}

.woocommerce ul.products li.product a img {
	height: auto; /* 168px */
}

.woocommerce nav.woocommerce-pagination {
	padding-bottom: 25px;
}

.woocommerce-product-search input[type="submit"] {
	display: none;
}

.faux-product-consumable {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: visible;
	background: url('/wp-content/uploads/2019/03/consumable-Parts-List-photo-300.jpg') no-repeat left top / cover;
	margin: 0 0 1em;
	box-shadow: none;
}

/*
Product Pages
---------------------------------------------------------------------------------------------------- */

.su-tabs.product-tabs .su-tabs-nav span {
	background: #141654;
	color: #ffffff;
	margin-right: 1px;
}

.su-tabs.product-tabs .su-tabs-nav span.su-tabs-current {
	background: #ffffff;
	color: #000000;
}

.su-tabs.product-tabs {
	background: #c4c6ce;
}	

.su-tabs.product-tabs .su-spoiler {
	margin-bottom: 0px;
}

.su-tabs.product-tabs .su-spoiler-style-default > .su-spoiler-title {
	padding-bottom: 0px;
}

.su-tabs.product-tabs .su-spoiler-content {
	background: #F7F7F7;
	padding: 1em 27px 1em 27px;
}

.entry-content figcaption.wp-caption-text,
.su-row.product-main-columns .wp-caption-text {
	font-size: 20px;
	color: #141654;
	font-weight: 700;
	text-align: center;
}

.page-id-4675 .entry-content figcaption.wp-caption-text {
    font-size: 16px;
    margin-top: 16px;
}

.su-tabs ol,
.su-tabs ul {
	margin: 0 0 10px 2.5em;
}

.su-tabs ul.featured_tab ul li {
	margin-bottom: 0;
}

.su-tabs ul.featured_tab ul ~ p img {
	margin-top: 10px;
}

.su-tabs ul.featured_tab p {
	margin: 0 0 10px;
}

/*
Customer Samples Page
------------------------------------------ */

.customer-samples-container {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.customer-samples-container::after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.customer-sample-position {
	float: left;
	width: 33.33%;
	margin: 0 auto 25px;
	padding: 0 20px;
}
.customer-sample-position:nth-of-type(3n+4) {
	clear: left;
}
.customer-sample-contain {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}
.customer-sample-contain a,
.customer-sample-contain a:hover {
	text-decoration: none;
}
.customer-sample-image {
	height: 0;
	padding-bottom: 90%;
	margin: 0 auto 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.customer-samples-caption {
	color: #141654;
	font-size: 16px;
	text-align: center;
}
.customer-samples-caption a {
	color: inherit;
	text-decoration: underline;
}
.customer-samples-caption a:hover {
	color: inherit;
	text-decoration: none;
}
.customer-samples-caption p {
	margin-bottom: 0;
}

/*
Page Specific
------------------------------------------ */

.page-id-427 .col-md-4 img.aligncenter {
	margin-bottom: 0;
	max-width: 300px;
}

.page-id-427 .col-md-4 .kluge-featured-video {
	text-align: center;
	margin-bottom: 16px;
	font-size: 18px;
	color: #141654;
	font-weight: bold;
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(1)::before {
	content: "Docking Station";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(2)::before {
	content: "Vacuum Feeder";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(3)::before {
	content: "Friction Feeder";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(4)::before {
	content: "IL3 Converting Table";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(5)::before {
	content: "IL6 Converting Table";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(6)::before {
	content: "IL9 Converting Table";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(7)::before {
	content: "Buckle Unit";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(8)::before {
	content: "Stacker";
}

.page-id-427 .col-md-4 .kluge-featured-video:nth-of-type(9)::before {
	content: "Compression Stacker";
}

.page-id-3700 .col-md-8,
.page-id-3696 .col-md-8,
.page-id-3395 .col-md-8,
.page-id-3439 .col-md-8,
.page-id-3690 .col-md-8 {
	width: 100%;
}

.page-id-3700 .col-md-4,
.page-id-3696 .col-md-4,
.page-id-3395 .col-md-4,
.page-id-3439 .col-md-4,
.page-id-3690 .col-md-4 {
	display: none;
}

.gold-leaf-single {
	text-align: center;
	margin: 0 auto 80px;
}

.gold-leaf-single h4 {
	margin-bottom: 14px;
}

.gold-leaf-single img {
	margin-top: 15px;
	margin-bottom: 0;
}

.chicago-register-button:link,
.chicago-register-button:visited {
	display: inline-block;
	cursor: pointer;
	padding: 12px 40px;
	background-color: #16794B;
	color: #fff;
	font-size: 25px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
}

.chicago-register-button:hover,
.chicago-register-button:active {
	background-color: #105133;
	color: #fff;
	text-decoration: none;
}

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

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	/*background: url(images/icon-li.png) no-repeat 0 7px;*/
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 15px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}


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

.footer-widgets {
	color: #141654;
	clear: both;
	font-size: 14px;
	background: #cdbb86;
	font-family: 'Lato', sans-serif;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 30px 30px;
	width: 1140px;
	margin: 0 auto;
}

.footer-widgets-1,
.footer-widgets-2 {
	padding: 0 2.8%;
	width: 50%;
}

.footer-widgets a {
	color: #141654;
}

.footer-widgets .fa {
	padding-right: 10px;
}

.footer-widgets a:hover {
	color: #a37f14;
	text-decoration: none;
}

.footer-widgets .entry-title a {
	font-size: 1.2em;
}

.footer-widgets .entry-title a:hover {
	color: #a37f14;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets li {
	/*background: url(images/icon-li-footer.png) no-repeat 0 7px;*/
	background-size: 8px 8px;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .widget-title {
	font-family: 'Roboto Slab', serif;
	font-size: 1.9em;
	color: #141654;
}

.footer-widgets p {
	margin-bottom: 10px;
}

.footer-widgets-2 .widget ul > li  {
	padding: 0px;
}

.footer-form_wrapper .top_label .gfield_label {
	display: none !important;
}

.footer-form_wrapper .gform_footer input.button, .footer-form_wrapper .gform_footer input[type="image"], .footer-form_wrapper .gform_footer input[type="submit"] {
	float: right;
	text-transform: uppercase;
	color: #414042;
	background: #a37f14;
	font-size: 1.4em !important;
	padding: 5px 30px;
	border-radius: 15px;
}

.footer-form_wrapper .gform_footer input.button:hover, .footer-form_wrapper .gform_footer input[type="image"]:hover, .footer-form_wrapper .gform_footer input[type="submit"]:hover {
	background: #141654;
	color: #a37f14;
}

.footer-form_wrapper label {
	display: none !important;
}

#custom_html-2 {
	padding-top: 19px;
}

.footer-docs {
	max-width: 120px;
	margin: 25px 70px 20px 0;
	float: left;
}

.footer-docs.y-tube {
	max-width: 100px;
	margin: 20px 0;
}

.footer-docs.y-tube img {
	border-radius: 5px;
}

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

.site-footer {
	color: #9a9cbf;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	background: #141654;
}

.site-footer a {
	color: #9a9cbf;
}

.site-footer p {
	margin: 0;
}

/*
Woocommerce alterations
----------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 15px 10px 0;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-radius: 0 0 4px 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}

/*
Connections Modification
---------------------------------------------------------------------------------------------------- */

#cn-entry {
	background-color:transparent !important;
	border:none !important;
}

#cn-cmap .cn-entry.cn-background-shadow {
    box-shadow: 0 0 0 0 rgba(100,100,100,0) !important;
}


.creds, .creds a {
	color: #4c4f93;
}




/*
Media Queries
---------------------------------------------------------------------------------------------------- */
.bottom_block_section{
	clear: both;
    padding-top: 53px;
}
.bottom_block_section h1{
	text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 2.8em;
    color : #141654;
    text-transform: uppercase;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}
	
	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}
	
	.sidebar li {
		/*background-image: url(images/icon-li@2x.png);*/
	}
	
	.footer-widgets li {
		/*background-image: url(images/icon-li-footer@2x.png);*/
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}
	
	.genesis-nav-menu > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}
	
	.genesis-nav-menu > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

@media only screen and (max-width: 3500px) {

	.executive-pro-home .home-cta {
		height: 310px;
	}

	.home-footer-title {
		height: 300px;
	}

}

@media only screen and (max-width: 1920px) {

	.executive-pro-home .home-cta {
		height: 175px;
	}

	.home-footer-title {
		height: 160px;
	}

}

@media only screen and (max-width: 1500px) {

	.executive-pro-home .home-cta:before {
		display: block;
		background: #141654;
		content: "-";
		top: -25px;
		position: relative;
	}

	.home-footer-title:before {
		display: block;
		background: #A37F14;
		content: "-";
		top: -25px;
		position: relative;
	}

	.executive-pro-home .home-cta .widget-title {
		margin-top: -45px;
		position: relative;
	}

	.home-footer-title .widget-title {
		margin-top: -65px;
		position: relative;
	}

}

@media only screen and (max-width: 1200px) {

	.site-container {
		/*max-width: 960px;*/
	}

	.site-header .widget-area {
		width: 705px;
	}
	
	.header-right-menu {
		width: 270px;
	}

	#header-right-phone {
		left: 0;
	}

	.site-header .wrap,
	.nav-primary .wrap,
	.executive-pro-home .home-cta .wrap,
	.home-top .wrap,
	.home-footer-title .wrap,
	.footer-widgets .wrap {
		width: 100%;
	}
	
	.content {
		width: 660px;
	}

	
	.site-inner {
		width: 100%;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.title-area {
		width: 260px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.content {
		padding: 30px 40px 10px;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	.executive-pro-home .home-cta {
		height: 110px;
	}

	.executive-pro-home .home-cta .widget-title { 
		font-size: 2.4em;	
	}

}

@media only screen and (max-width: 1023px) {

	.site-container {
		/*max-width: 768px;*/
	}

	.header-link-position {
		display: block;
		text-align: center;
		padding: 5px 0 0;
	}

	#header-right-phone {
		font-size: inherit;
		left: 0;
		position: static;
		top: 0;
	}

	#header-right-phone.header-link-position a {
		font-size: 17px;
	}

	.header-right-menu {
		float: none;
		margin-right: 0;
	}

	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}
	
	.header-right-social,
	.header-right-menu a {
		margin-left: 0;
		margin-right: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}

	.executive-pro-home .home-cta .widget-title {
		font-size: 1.8em;
	}

	.header-right-menu,
	.header-right-social,
	.header-right-translate {
		text-align: center;
		width: 100%;
	}

	.site-header .search-form input[type="search"] {
		float: none;
	}

	.su-row.header-right-rows .su-column {
		width: 100%;
		margin: 12px 0 0 0;
	}

}

@media only screen and (max-width: 800px) {

	.site-container {
		/*max-width: 630px;*/
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.executive-pro-portfolio .portfolio,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}

	.genesis-nav-menu .sub-menu::after {
		display: none;
	}
	
	.home-middle,
	.home-top,
	.executive-pro-portfolio .portfolio {
		text-align: center;
	}
	
	.executive-pro-portfolio .portfolio {
		padding: 0 0 30px;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.nav-secondary .genesis-nav-menu > .first > a,
	.nav-secondary .genesis-nav-menu > .last > a,
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}

	.executive-pro-home .home-cta {
		height: 75px;
	}

	.home-footer-title .widget-title {
		font-size: 2.0em;	
	}

}

@media only screen and (max-width: 778px) {

	.rev-image {
		width: 60%;
	}

	.rev-image img {
		max-width: 100% !important;
		height: auto !important;
	}

	.home-slider {
		padding-bottom: 50px;
	}

}

@media only screen and (max-width: 768px) {

	.woocommerce div.product div.images {
		width: 50%;
		margin: 0 auto 20px;
	}

	.woocommerce div.product div.summary {
		width: 100%;
	}

	.related.products {
		width: 50%;
		float: none;
		margin: 0 auto;
	}

	.woocommerce table.cart td.actions .input-text+.button,
	.woocommerce-page table.cart td.actions .input-text+.button {
		float: left;
	}

	.woocommerce div.product form.cart .button, 

	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		width: 175px;
	}

}

@media only screen and (max-width: 700px) {

	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}

	.executive-pro-home .home-cta:before {
		display: block;
		background: #141654;
		content: "-";
		top: -35px;
		position: relative;
		height: 35px;
	}

	.executive-pro-home .home-cta .widget-title { 
		margin-top: -65px;
		font-size: 1.6em;	
	}

	.related.products {
		width: 100%;
	}

}

@media only screen and (max-width: 560px) {

	.executive-pro-home .home-cta .widget-title { 
		font-size: 1.4em;	
	}

	.home-top-left,
	.home-top-right {
		float: none;
		width: 100%;
	}

	.woocommerce table.shop_table thead {
		display: none;
	}

	.woocommerce table.shop_table,
	.woocommerce table.shop_table tbody,
	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td,
	.woocommerce table.shop_table tr {
		display: block;
	}

	.woocommerce table.cart .product-thumbnail {
		display: block !important;
	}

	.woocommerce a.remove {
		float: left;
	}

	.woocommerce label {
		display: inline-block;
	}
	
	.customer-sample-position {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.rev-image {
		width: 100%;
	}

	.rev-image img {
		max-width: 100% !important;
		height: auto !important;
	}

	.executive-pro-home .home-cta:before {
		display: block;
		background: #141654;
		content: "-";
		top: -45px;
		position: relative;
		height: 45px;
	}

	.executive-pro-home .home-cta {
		height: 45px;
	}

	.executive-pro-home .home-cta .widget-title { 
		margin-top: -85px;
		font-size: 1.2em;	
	}

	.home-footer-title:before {
		display: block;
		background: #A37F14;
		content: "-";
		top: -45px;
		position: relative;
		height: 45px;
	}

	.home-footer-title .widget-title {
		height: 45px;
	}

	.home-footer-title .widget-title { 
		margin-top: -100px;
		font-size: 1.6em;	
	}

	.woocommerce table.cart td.actions .button,
	.woocommerce table.cart td.actions input {
		width: 165px;
	}

	.site-header .search-form {
		width: 90%;
	}

}


@media only screen and (max-width: 270px) {

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
    }

}

ul.featured_tab {
	margin-left: 25px;
}

ul.featured_tab li {
	list-style-type: disc;
	margin-bottom: 10px;
}

ul.featured_tab li .su-spoiler-icon:before {
	display: none;
}

ul.featured_tab li .su-spoiler-style-default > .su-spoiler-title {
	padding: 0px;
}

ul.featured_tab .su-spoiler-title {
	color: #A37F14;
	text-decoration: underline;
}

.kluge-featured-video iframe {
	width: 337px;
}