/*
	Theme Name: Cooling Brothers 
	Theme URI: the DMA
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: The DMA
	Author URI: http://thedma.com.au
	Version: 3.0.0

	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.0.0

	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
		- 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
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- 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
		
*/

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*
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,
.home-middle-container:before,
.home-footer: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,
.home-middle-container:after,
.home-footer:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #ebedf2;
	font-weight: lighter;
	color: #656565;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	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: #418BD4;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	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;
	color: #418BD4;
	font-size: 18px;
	padding: 5px 0px 5px 0;
	padding: .5rem 0rem 0.5rem 0;
}


/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	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: #356893;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
}

h2 {
	color: #418BD4;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:26px
}

h3 {
	color: #418BD4;
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 13px;
	font-size: 1.4rem;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

h1,h3,h4,h5,h6{
	text-transform: uppercase;
}
h2{
	text-transform: none;
}

.single-post h1 {
	##text-transform:none;
	
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #eaeaea;
	border: 1px solid #cbcccf;
	color: #656565;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #656565;
	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: #418BD4;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #d9dfea;
	cursor: pointer;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #576a8b;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 3px;
	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;
	margin-top: -3rem;
	text-align: center;
}

.home-cta .one-fourth h2{
	color: #1f6bb3;
	font-size: 1.7rem;
	font-size: 17px;
	text-align: center;
}

.home-cta .one-fourth h2 a,
.home-cta .one-fourth h2 a:hover{
	color: #1f6bb3;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	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;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.executive-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.executive-pro-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 800px;
	padding: 0px 0px 10px 40px;
	padding: 0rem 0rem 1rem 4rem;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
	padding: 45px 26px;
	background: #d9dfea;
	margin-top: 8px;
	margin-bottom: 33px;
}

.executive-pro-home.full-width-content .content {
	padding: 0;
	background: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.executive-pro-portfolio .content {
	padding: 40px 30px 0;
	padding: 4rem 3rem 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* 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;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form 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;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;;
	padding: 16px;
	padding: 1.6rem;
	text-transform: uppercase;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption{
	margin-bottom: 15px;	
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: lighter;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 6px 0 0;
	padding: 0.2rem 0.6rem 0 0;
	text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: -40px -60px 30px;
	margin: -4rem -6rem 3rem;
	padding: 20px;
	padding: 2rem;
}

.executive-pro-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}

.archive-description {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.author-box {
	background-color: #dfdfdf;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bolder;
	color: #515151;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.widget-area li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title {
	position: relative;
	margin-top: -6px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #418BD4;
	text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.executive-pro-home .home-cta .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}

/* fix for project pages with image headings */
.parent-pageid-7 .entry-header {
	max-height:60px;
}
.parent-pageid-7 .entry-content h2 {
	margin-top:20px;
	margin-bottom:20px;
}

.parent-pageid-7 .entry-header{
	margin-bottom:15px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.executive-pro-home .featured-content .entry {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #418BD4;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget {
	background-color: #222;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Genesis Responsive Slider
--------------------------------------------- */

#banner{
	margin: 8px 0px 40px 0px;	
}

#blog-banner{
	position: absolute;
	color: #418bd4;
	font-weight: 300;
	max-width: 450px;
	font-size: 18px;
	margin: 30px 0px 0px 29px;	
}

#blog-banner h1{
	font-weight: 300;
}

#blog-banner p{
	color: #418bd4;
	font-size: 18px;
	font-weight: 300;
}

.executive-pro-home .soliloquy-container{
	margin-top: 8px !important;
}

.executive-pro-home .soliloquy-container .soliloquy-caption{ 
	top: auto;  
	right:15px; 
	bottom: 37px !important; 
	left: auto !important; 
	margin:0;
	padding:0;
	position:absolute;
	width:40% !important;
	zoom:1;}

.executive-pro-home .soliloquy-caption-inside{
	background: #fff !important;
	color: #0e4f6d;
	font-size:18px;
	line-height: 100%;
	margin:0;
	text-align: left !important;
	padding:24px 28px 28px 28px !important;
	text-shadow: none !important;
	zoom:1
}

.executive-pro-home .soliloquy-caption-inside p{
	color: #0e4f6d;
	font-size:18px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left !important;
}

.executive-pro-home .soliloquy-caption-inside h2{
	color: #c8c11f;
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
	text-transform: uppercase;
}

.executive-pro-home .soliloquy-caption-inside a.slider-button{
	position: absolute !important;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #35a7f6;
	text-transform: uppercase;
	text-align: center;
	max-width: 115px;
	cursor: pointer;
	padding: 7px 12px;
	padding: 0.7rem 1.2rem;
	width: auto;
	bottom: -20px;
	right: 20px;
}

.executive-pro-home .soliloquy-caption-inside a.slider-button:hover {
	border: none;
	text-decoration: none;
}

.home-slider li {
	margin: 0;
	padding: 0;
}

.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-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
	line-height: 1.3;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
	margin-top: 2rem;
}

.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: -25px;
	-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: -25px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 60px;
	text-align: left;
}

.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;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	padding: 1rem;
}

div.gform_wrapper label{
	padding: 0;
	font-weight: normal !important;
	color: #656565;
}

div.gform_wrapper .ginput_complex label{
	padding: 0;
	font-weight: 300 !important;
	color: #656565;
}

div.gform_wrapper .gfield_checkbox label{
	font-weight: 300 !important;
}

div.gform_wrapper .gfield_description{
	font-family: 'Open Sans';
	font-weight: 300 !important;
}




div.gform_wrapper .gfield_required{
	color: #b80101;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 8px 0 0;
	margin: 0.8rem 0 0;
	padding: 0;
}

div.gform_wrapper input[type="checkbox"]{
	border: 1px solid #8595ba;
	background: #bfc9e0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 9px 40px 9px 18px;
	color: #189dff;
	border-radius: 5px;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	background: #cfd4e6 url(images/arrow.png) right 0px no-repeat;
}

/* Gravity forms contact page */

.page-id-28 #gform_fields_1 .gfield_label{
	margin-bottom:20px;
}

.page-id-28 .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	margin: -2px 0 0 24px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 118px;
	width: 100%;
	background: #e9ebf0 url(images/headerbg.jpg) bottom repeat-x
}

/* Title Area
--------------------------------------------- */

.title-area {
	display: block;
	text-indent: -99999px;
	float: left;
	overflow: hidden;
	width: 203px;
	height: 85px;
	margin-top: 16px;
	background: url(images/logo.png) no-repeat;
}

/*.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.25;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}*/

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	width: 203px;
	height: 85px;
}

/* 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: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

.twitter{
	font-family: 'Open Sans';
	padding: 0px 37px 5px 31px;
	color: #2f72a9;
	font-weight: 300;
	background: url(images/twitter_icon.png) no-repeat;	
}


.fbook{
	font-family: 'Open Sans';
	padding: 0px 37px 5px 31px;
	color: #2f72a9;
	font-weight: 300;
	background: url(images/fbook_icon.png) no-repeat;	
}

.mail{
	font-family: 'Open Sans';
	padding: 0px 39px 5px 38px;
	color: #2f72a9;
	font-weight: 300;
	background: url(images/message_icon.png) no-repeat;	
}

.phone{
	padding: 2px 20px 5px 32px;
	color: #2f72a9;
	font-weight: 300;
	background: url(images/phone_icon.png) no-repeat;	
}

.phone strong, .phone span{
	display: inline;
}

.phone strong span{
	font-weight: normal;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
}

.site-header .widget {
	padding: 49px 0 0;
	padding: 4.9rem 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background-color: #bacdea;
	clear: both;
	color: #014278;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	min-width: 13.9%;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: 1px solid #a5b6e1;
	text-align: left;
}

.genesis-nav-menu .menu-item:last-child {
	border-right: none;
}

.genesis-nav-menu a {
	color: #014278;
	display: block;
	text-align: center;
	padding: 16px 0px;
	padding: 1.6rem 0rem;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #014278;
	text-decoration: none;
}

.genesis-nav-menu li:hover {
	background: url(images/navbg.png) bottom right no-repeat;
}

.genesis-nav-menu .current-menu-item > a {
	background: url(images/navbg.png) bottom right no-repeat;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0 0 0 -5px;
	opacity: 0;
	padding: 0;
	line-height: 1.5;
	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: 178px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu .menu-item{
	border-right: none;
}


.genesis-nav-menu .sub-menu a {
	background-color: #bacdea;
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: left;
	border-bottom: 1px solid #a5b6e1;
	color: #014278;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 18px;
	padding: 1rem 1.8rem;
	position: relative;
	width: 178px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #a5b6e1;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -38px 0 0 177px;
}

.genesis-nav-menu .menu-item-130 .sub-menu{
	margin: -58px 0 0 177px;
}

.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;
	padding: 1.6rem 2rem;
}

.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;
	margin-left: 1.2rem;
	padding-left: 16px;
	padding-left: 1.6rem;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
	padding-left: 2rem;
}

.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;
	padding: 3.8rem 1.8rem 4rem;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
	padding: 1rem 1.8rem;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #ebedf2;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #ebedf2;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding-top: 5px;
	background-color: #bacdea;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #014278;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 60px 30px 0;
	padding: 6rem 3rem 0;
}

.home-featured {
	clear: both;
	overflow: hidden;
	padding: 13px 0px 0;
	padding: 1.3rem 0rem 0;
}

.home-featured .widget a.more{
	position: relative;
	top: -41px;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	color: #dbdbdb;
	font-weight: bolder;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	padding: 0px 68px 0px 24px;
	background:  rgba(0,0,0,0.77) url(images/arrow.png) top right no-repeat;	
}

.home-middle .widget {
	float: left;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1) {
	clear: left;
}

.executive-pro-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
	margin: 3rem 0 0;
}

.executive-pro-home .home-cta {
	background-color: #d9dfea;
	color: #1f6bb3;
	font-size: 22px;
	float: left;
	padding: 25px;
	padding: 2.5rem;
	width: 100%;
	margin-top: 12px;
}

.executive-pro-home .home-cta .widget-title {
	max-width: 80%;
	margin: 0 auto;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #1f6bb3;
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 1px solid #669ed3;
}

.executive-pro-home .home-cta p {
	color: #1f6bb3;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	margin: 17px 0px 27px 0px;
}

.home-middle-container{
	display: inline-block;
	margin-top: -27px;
	min-height: 225px;
	background: #d9dfea;
}

.home-middle-left .widget-title, .home-middle-right .widget-title, .sidebar .latest-tweets .widget-title{
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #35a7f6;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bolder;
	padding-right: 18px;
	background: url(images/bluearrow.png) right center no-repeat;	
}

.home-middle-right .widget-title:before, .sidebar .latest-tweets .widget-title:before{
	display: block;
	float: left;
    width: 32px;
	height: 18px;
    content: " ";
    background: url(images/twitter_icon.png) no-repeat;
}

.home-middle-container a{
	color: #494949;
}

.home-middle-left{
	min-height: 225px;
	float: left;
	color: #494949;
	font-size: 16px;
	padding: 20px 26px;
}

.home-middle-left h2{
	margin-top: -3px;
}

.home-middle-left img{
	max-width: 200px;
}

.home-middle-left a.alignleft img,
.home-middle-left img.alignleft,
.home-middle-left .wp-caption.alignleft {
	margin: 0 22px 0px 0;
	margin: 0 2.2rem 0rem 0;
}

.home-middle-left .featured-content .entry{
	margin-bottom: 0px;
}

.home-middle-right{
	min-height: 225px;
	float: right;
	color: #494949;
	font-size: 16px;
	margin-left: 0;
	padding: 20px 26px;
}

.home-middle-right .widget-title{
	margin-bottom: 14px;
}

.home-middle-right a{
	color: #418BD4;
}

.home-middle-gap{
	width: 2.564102564102564%;
	float: left;
	min-height: 225px;
	height: 100%;
	background: #ebedf2;
}

.home-footer{
	margin-top: 12px;
	color: #ffffff;
	font-size: 16px;
	min-height: 130px;
	padding: 25px 160px;
	background: #96a2d0 url(images/home-footer.png) no-repeat;
	background-size:100% 100%;
}

.home-footer a{
	display: inline-block;
	color: #ffffff;
	font-weight: bolder;
	padding-right: 43px;
	background: url(images/arrow.png) right -5px no-repeat;	
}



/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
	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;
	margin-bottom: 4rem;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content a{
	font-weight: bolder;	
}

.page-id-11 .entry-content ul li{
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0px;
	margin-left: 0rem;
	background: url(images/download_icon.png) no-repeat;
}

.page-id-11 .entry-content ul li a{
	color: #656565;
}

.page-id-11 .entry-content ul li span{
	font-size: 11.5px;
	color: #669bd9;
	margin-left: 6px;
}

.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;
	font-size: 1.2rem;
	line-height: 5;
	margin: 0 0 24px -60px;
	margin: 0 0 2.4rem -6rem;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	padding-left: 6rem;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #418BD4;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	padding: 0 2rem;
	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;
	padding-left: 3.2rem;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding-top: 10px;
	padding-top: 1rem;
}

.single .entry-footer .entry-meta, .single #blog-container .post.entry{
	border-top: none;	
	border-bottom: none;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	margin-left: 0.4rem;
	padding-left: 10px;
	padding-left: 1rem;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.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;
	font-size: 1.4rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #418BD4;
	color: #d9dfea;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 6px 16px;
	padding: 0.6rem 1.6rem;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #576a8b;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	margin: 3rem;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
	margin: 3rem 0;
}

.comment-list li li {
	margin-right: -1px;
	margin-right: -0.1rem;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	padding: 3rem;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
	padding: 4.8rem;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
	margin-right: 1rem;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 48px 48px;
	padding: 0 4.8rem 4.8rem;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.sidebar p {
	font-weight: 300;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	/*background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px; */
	font-weight: 300;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 0px;
	padding: 0 0 0.6rem 0rem;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 13px;
	margin-bottom: 1.3rem;
	font-weight: 300;
	padding: 28px;
	padding: 2.8rem;
	background: #dfdfdf;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget.latest-tweets{
	background: #d9dfea;	
}

.sidebar .widget_categories .widget-title{
	display: block;
	max-width: 130px;
	color: #d9dfea;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	padding: 8px 12px;
	background: #576a8b;	
}

.sidebar .widget_categories li a{
	color: #515151;
}

.sidebar .widget_categories li{
	font-weight: bold;
}

.sidebar .widget_categories li .children li{
	font-weight: 300;
	display: inline;
}

.sidebar .widget_categories li .children li:before{
	display: inline-block;
	position: relative;
	top: -2px;
    width: 3px;
	height: 3px;
	margin: 0px 3px;
	border-radius: 100%;
    content: " ";
    background: #515151;
}

.sidebar .widget_categories li .children li:first-child:before{
	display: none;
}

/*--- Download Sidebar ---*/

.page-id-11 .sidebar .widget{
	position: relative;
	padding: 0px;
	padding: 0rem;
	background: none;
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.page-id-11 .sidebar .widget .widget-title{
	width: 100%;
	position: absolute;
	bottom: 22px;
	font-size: 13px;
	color: #418bd4;
	font-weight: bold;
	background: #c0d3e7;
	padding: 11px 16px;
	padding: 1.1rem 1.6rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.page-id-11 .sidebar .widget:nth-child(3){
	background: none;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.page-id-11 .sidebar .widget:last-child{
	padding: 22px 16px !important;
	padding: 2.2rem 1.6rem !important;
	background: #dfdfdf;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.page-id-11 .sidebar .widget:last-child .widget-title{
	width: 100%;
	position: relative !important;
	bottom: auto;
	font-size: 17px;
	font-size: 1.7rem;
	color: #418bd4;
	background: none;
	font-weight: normal;
	padding: 0px;
	padding: 0rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/*--- Contact Sidebar ---*/

.page-id-28 .sidebar .widget,
.page-id-28 .sidebar .widget:nth-child(1n){
	padding: 0px;
	padding: 0rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.page-id-28 .sidebar .widget:nth-child(2n), 
.page-id-28 .sidebar .widget:nth-child(5n){
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.page-id-28 .sidebar .widget:nth-child(2n), 
.page-id-28 .sidebar .widget:nth-child(5n){
	padding: 22px 15px;
	padding: 2.2rem 1.5rem;
}

.page-id-28 .sidebar .widget:nth-child(3n), 
.page-id-28 .sidebar .widget:nth-child(6n){
	background: #bfc9e0;
	padding: 14px 15px;
	padding: 1.4rem 1.5rem;
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
}

.page-id-28 .sidebar .widget:nth-child(4n){
	padding: 0px;
	padding: 0rem;
}

.page-id-28 .sidebar .widget .widget-title{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bolder;
	color: #418bd4;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #c8c8c8;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 30px 30px;
	padding: 6rem 3rem 3rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 16px;
	padding: 0 0 0.6rem 1.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.internal-footer{
}

.internal-footer .wrap{
	border-top: 2px solid #93cdea;
	padding: 40px 15px 40px 35px;
	padding: 4rem 1.5rem 4rem 3.5rem;
}

.internal-footer .twitter{
	padding-right: 52px;
	color: #014278;
}

.internal-footer .mail{
	padding-right: 0px;
	color: #014278;
}

.internal-footer .email{
	padding: 0px 52px 5px 31px;
	color: #014278;
	font-weight: 300;
	background: url(images/email_icon.png) no-repeat;	
}

.internal-footer .phone{
	padding-right: 60px;
	color: #014278;
}


.site-footer {
	color: #014278;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
	margin-top: 12px;
}

.site-footer .wrap{
	padding: 20px 0;
	padding: 2rem 0;
	border-top: 9px solid #d9dfea;
}

.site-footer a {
	color: #014278;
}

.site-footer p {
	margin: 0;
}

#footerleft{
	float: left;	
}

#footerlogo{
	float: left;
	margin-right: 114px;	
}

#otherlogo{
	float: left;
}

#otherlogo img{
	float: left;
	margin: 15px 10px 10px 0px;
}

#footerright{
	float: right;	
}

#footerright ul li{
	display: inline;
	line-height: 100%;
	padding: 0px 4px 0px 4px;
	border-left: 1px solid #014278;	
}

#footerright ul li a{
	line-height: 100%;
	padding: 0px;
}

#footerright ul li:first-child{
	padding: 0px 0px 0px 0px;
	border-left: none;
}

#footerright ul li:last-child{
	padding: 0px 0px 0px 4px;
}

/*--- Our Products --- */

.page-id-7 .entry, .page-id-9 .entry{
	margin-bottom: 0px;	
}

.page-id-7 .entry-title, .page-id-9 .entry-title{
	margin-bottom: 0px;
}

.page-id-7 blockquote, .page-id-9 blockquote{
	padding: 18px 0px 0px 0;
	padding: 1.8rem 0rem 0rem 0;
}

.page-id-7 blockquote p, .page-id-9 blockquote p{
	margin: 0;
	padding: 0 0px 18px 0;
}

span.limited{
	position: relative;
	display: inline-block;
	min-width: 135px;
	max-width: 140px;
	color: #d9dfea;
	font-size: 12px;
	top: -1px;
	margin: 0px 2px 1px 0px;
	text-transform: uppercase;
	padding: 9px 12px;
	background: #576a8b;	
}

#isotope_filters{
	margin-bottom: 30px;	
}

#isotope_filters .button{
	padding: 8px 12px;
	background: #fff;
}

#isotope_filters .button{
	padding: 6px 11px;
	background: #fff;
	border-radius: 0;
	color: #494949;
	margin: 3px;
}

#isotope_filters .button:hover, #isotope_filters .button.isotope-filters-selected{
	background: #e6ecf7;
}

/*--- BLOG ---*/

.post-thumbnail{
	display: block;
	background: #576a8b;	
	margin-bottom: 24px;
	min-height: 194px;
}

.post-thumbnail img{
	margin-bottom: -7px;	
}

.post-thumbnail span.read-more{
	float: right;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	color: #dfdfdf;
	margin: 83px 60px 0px 0px;
}

#blog-container .post.entry{
	font-weight: 300;
	padding: 0px 0px 16px 0px;
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #d8d8db;	
}


.page-template-page_customblog-php #blog-container .post h2, .single-post .content h1{
	line-height: 1.25;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:23px;
}

#blog-container .post-meta{
	font-size: 14px;
	line-height: 0.75;
	font-weight: 300;
}

#blog-container .post h2 a{
	color: #418bd4;	
}

#blog-container .post-meta{
	color: #418BD4;
	text-transform: uppercase;
	margin: 10px 0px 20px 0px;
	font-weight: 300;
}

.sidebar #gform_widget-2.widget{
	background: #d9dfea;
}

.sidebar #gform_widget-2 .widget-title{
	background: #d9dfea;
	color: #014278;
	text-transform: none;
	padding-left: 37px;
	margin-bottom: 0px;
	background: url(images/message_icon.png) no-repeat;
}

.sidebar #gform_widget-2 .gform_wrapper .gform_body{
	padding: 0px !important;
	margin: 0px !important;
}

.sidebar #gform_widget-2 .gform_wrapper li.gfield{
	height: auto !important;
	min-height: inherit !important;
	padding: 0px !important;
	margin: 0px !important;
}

.sidebar #gform_widget-2 .gform_wrapper li.gfield label{
	display: none;
}

.sidebar #gform_widget-2 input[type="text"]{
	background: #fff;
	color: #189dff;
	font-weight: lighter;
	margin: 4px 0px 0px 0px !important;
	padding: 5px 8px !important;
	border: none;
	font-style: italic;
	font-size: 16px;
	border-radius: 6px !important;
}

.sidebar #gform_widget-2 .gform_wrapper .gform_footer{
	padding: 0px !important;
}


.sidebar #gform_widget-2 .gform_footer input[type="submit"]{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #cfd4e6 url(images/arrow.png) right -3px no-repeat;
}


/*
.page-id-26 .post h2{
	font-weight: 400;
}

*/

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Executive Pro Brown
--------------------------------------------- */

.executive-pro-brown a,
.executive-pro-brown .entry-title a:hover,
.executive-pro-brown .footer-widgets .entry-title a:hover {
	color: #a68064;
}

.executive-pro-brown .genesis-nav-menu a {
	color: #666;
}

.executive-pro-brown .entry-title a,
.executive-pro-brown .site-title a,
.executive-pro-brown .site-title a:hover,
.executive-pro-brown .site-footer a {
	color: #222;
}

.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-brown .footer-widgets .entry-title a,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .genesis-nav-menu a:active,
.executive-pro-brown a.button {
	color: #fff;
}

.executive-pro-brown .comment-header .comment-meta a,
.executive-pro-brown .comment-metadata a {
	color: #bbb;
}

.executive-pro-brown .enews-widget input[type="submit"],
.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .archive-pagination li a,
.executive-pro-brown a.button,
.executive-pro-brown button,
.executive-pro-brown input[type="button"],
.executive-pro-brown input[type="reset"],
.executive-pro-brown input[type="submit"] {
	background-color: #a68064;
}

.executive-pro-brown .archive-pagination li a:hover,
.executive-pro-brown .archive-pagination li.active a,
.executive-pro-brown a:hover.button,
.executive-pro-brown button:hover,
.executive-pro-brown input:hover[type="button"],
.executive-pro-brown input:hover[type="reset"],
.executive-pro-brown input:hover[type="submit"] {
	background-color: #b2886b;
}


/* Executive Pro Green
--------------------------------------------- */

.executive-pro-green a,
.executive-pro-green .entry-title a:hover,
.executive-pro-green .footer-widgets .entry-title a:hover {
	color: #60cd69;
}

.executive-pro-green .genesis-nav-menu a {
	color: #666;
}

.executive-pro-green .entry-title a,
.executive-pro-green .site-title a,
.executive-pro-green .site-title a:hover,
.executive-pro-green .site-footer a {
	color: #222;
}

.executive-pro-green .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-green .footer-widgets .entry-title a,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .genesis-nav-menu a:active,
.executive-pro-green a.button {
	color: #fff;
}

.executive-pro-green .comment-header .comment-meta a,
.executive-pro-green .comment-metadata a {
	color: #bbb;
}

.executive-pro-green .enews-widget input[type="submit"],
.executive-pro-green .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .archive-pagination li a,
.executive-pro-green a.button,
.executive-pro-green button,
.executive-pro-green input[type="button"],
.executive-pro-green input[type="reset"],
.executive-pro-green input[type="submit"] {
	background-color: #60cd69;
}

.executive-pro-green .archive-pagination li a:hover,
.executive-pro-green .archive-pagination li.active a,
.executive-pro-green a:hover.button,
.executive-pro-green button:hover,
.executive-pro-green input:hover[type="button"],
.executive-pro-green input:hover[type="reset"],
.executive-pro-green input:hover[type="submit"] {
	background-color: #66d970;
}

/* Executive Pro Orange
--------------------------------------------- */

.executive-pro-orange a,
.executive-pro-orange .entry-title a:hover,
.executive-pro-orange .footer-widgets .entry-title a:hover {
	color: #e0a24b;
}

.executive-pro-orange .genesis-nav-menu a {
	color: #666;
}

.executive-pro-orange .entry-title a,
.executive-pro-orange .site-title a,
.executive-pro-orange .site-title a:hover,
.executive-pro-orange .site-footer a {
	color: #222;
}

.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-orange .footer-widgets .entry-title a,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .genesis-nav-menu a:active,
.executive-pro-orange a.button {
	color: #fff;
}

.executive-pro-orange .comment-header .comment-meta a,
.executive-pro-orange .comment-metadata a {
	color: #bbb;
}

.executive-pro-orange .enews-widget input[type="submit"],
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .archive-pagination li a,
.executive-pro-orange a.button,
.executive-pro-orange button,
.executive-pro-orange input[type="button"],
.executive-pro-orange input[type="reset"],
.executive-pro-orange input[type="submit"] {
	background-color: #e0a24b;
}

.executive-pro-orange .archive-pagination li a:hover,
.executive-pro-orange .archive-pagination li.active a,
.executive-pro-orange a:hover.button,
.executive-pro-orange button:hover,
.executive-pro-orange input:hover[type="button"],
.executive-pro-orange input:hover[type="reset"],
.executive-pro-orange input:hover[type="submit"] {
	background-color: #e9ad50;
}

/* Executive Pro Purple
--------------------------------------------- */

.executive-pro-purple a,
.executive-pro-purple .entry-title a:hover,
.executive-pro-purple .footer-widgets .entry-title a:hover {
	color: #9e63ec;
}

.executive-pro-purple .genesis-nav-menu a {
	color: #666;
}

.executive-pro-purple .entry-title a,
.executive-pro-purple .site-title a,
.executive-pro-purple .site-title a:hover,
.executive-pro-purple .site-footer a {
	color: #222;
}

.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-purple .footer-widgets .entry-title a,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .genesis-nav-menu a:active,
.executive-pro-purple a.button {
	color: #fff;
}

.executive-pro-purple .comment-header .comment-meta a,
.executive-pro-purple .comment-metadata a {
	color: #bbb;
}

.executive-pro-purple .enews-widget input[type="submit"],
.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .archive-pagination li a,
.executive-pro-purple a.button,
.executive-pro-purple button,
.executive-pro-purple input[type="button"],
.executive-pro-purple input[type="reset"],
.executive-pro-purple input[type="submit"] {
	background-color: #9e63ec;
}

.executive-pro-purple .archive-pagination li a:hover,
.executive-pro-purple .archive-pagination li.active a,
.executive-pro-purple a:hover.button,
.executive-pro-purple button:hover,
.executive-pro-purple input:hover[type="button"],
.executive-pro-purple input:hover[type="reset"],
.executive-pro-purple input:hover[type="submit"] {
	background-color: #a969f3;
}

/* Executive Pro Red
--------------------------------------------- */

.executive-pro-red a,
.executive-pro-red .entry-title a:hover,
.executive-pro-red .footer-widgets .entry-title a:hover {
	color: #e04b4b;
}

.executive-pro-red .genesis-nav-menu a {
	color: #666;
}

.executive-pro-red .entry-title a,
.executive-pro-red .site-title a,
.executive-pro-red .site-title a:hover,
.executive-pro-red .site-footer a {
	color: #222;
}

.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-red .footer-widgets .entry-title a,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .genesis-nav-menu a:active,
.executive-pro-red a.button {
	color: #fff;
}

.executive-pro-red .comment-header .comment-meta a,
.executive-pro-red .comment-metadata a {
	color: #bbb;
}

.executive-pro-red .enews-widget input[type="submit"],
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .archive-pagination li a,
.executive-pro-red a.button,
.executive-pro-red button,
.executive-pro-red input[type="button"],
.executive-pro-red input[type="reset"],
.executive-pro-red input[type="submit"] {
	background-color: #e04b4b;
}

.executive-pro-red .archive-pagination li a:hover,
.executive-pro-red .archive-pagination li.active a,
.executive-pro-red a:hover.button,
.executive-pro-red button:hover,
.executive-pro-red input:hover[type="button"],
.executive-pro-red input:hover[type="reset"],
.executive-pro-red input:hover[type="submit"] {
	background-color: #e95050;
}

/* Executive Pro Teal
--------------------------------------------- */

.executive-pro-teal a,
.executive-pro-teal .entry-title a:hover,
.executive-pro-teal .footer-widgets .entry-title a:hover {
	color: #4be0d4;
}

.executive-pro-teal .genesis-nav-menu a {
	color: #666;
}

.executive-pro-teal .entry-title a,
.executive-pro-teal .site-title a,
.executive-pro-teal .site-title a:hover,
.executive-pro-teal .site-footer a {
	color: #222;
}

.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-teal .footer-widgets .entry-title a,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .genesis-nav-menu a:active,
.executive-pro-teal a.button {
	color: #fff;
}

.executive-pro-teal .comment-header .comment-meta a,
.executive-pro-teal .comment-metadata a {
	color: #bbb;
}

.executive-pro-teal .enews-widget input[type="submit"],
.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .archive-pagination li a,
.executive-pro-teal a.button,
.executive-pro-teal button,
.executive-pro-teal input[type="button"],
.executive-pro-teal input[type="reset"],
.executive-pro-teal input[type="submit"] {
	background-color: #4be0d4;
}

.executive-pro-teal .archive-pagination li a:hover,
.executive-pro-teal .archive-pagination li.active a,
.executive-pro-teal a:hover.button,
.executive-pro-teal button:hover,
.executive-pro-teal input:hover[type="button"],
.executive-pro-teal input:hover[type="reset"],
.executive-pro-teal input:hover[type="submit"] {
	background-color: #50e9df;
}

/* Start: Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/**** Isotope styles ****/
#isotope_container_product_page{
	margin-left:-19px;
}
.isotope-element {
  width: 350px;
  height: 190px;
  margin: 0 0 19px 19px;
  float: left;
  overflow: hidden;
  position: relative;
  /*
  background: #888;
  color: #222;
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;
  */
}

.isotope-gallery-page-element{
	margin: 0 0 5px 0;
	width: 362px;
	height: 200px;
}
.isotope-img {
	background: #000 url('images/preloader.gif') no-repeat center center;
	float: left;
}

.isotope-img.show {
	background: #000;
}

.isotope-img img {
	opacity: 0;
	float: left;
	margin-bottom:0; /* Defined in themes/starfish-kids-minimum-pro/style.css a img{ */
}

.isotope-img.show img {
	opacity: 1.0;
}

.isotope-item:hover .isotope-img img,
.isotope-img.show:hover img {
	opacity: 0.8;
}

.isotope-filters-anchor{
	margin-right:10px;
	margin-bottom:10px;
}
.isotope-filters-selected{
	background-color:#576a8b;
}
/* 
 * mouse over effect for product page
 */
.isotope-page-7 a > span{
	opacity: 0;
	filter:alpha(opacity=0);
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #414141 url(images/hover-icon.png) center center no-repeat;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-align:center;
	line-height: 255px;
	color: #418BD4;
}
.isotope-page-7 .isotope-img.show:hover span {
	opacity: 0.8;
}

/*
 * for Products Sidebar
 */
.sidebar .widget_products_sidebar_widget{
	padding: 0;
	margin: 0;
	background: none;
}


.widget_products_sidebar_widget .showcase-image{
	background-color: #EBEDF2;
	min-height:192px;
}

.widget_products_sidebar_widget .showcase-image:first-child{
	background: none;
}

.widget_products_sidebar_widget h4.gallery-title{
	position: absolute;
	margin-top: -60px;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bolder;
	color: #dbdbdb;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	padding: 0px 68px 0px 24px;
	background:  rgba(0,0,0,0.77) url(images/arrow.png) top right no-repeat;	
}

.widget_products_sidebar_widget .last-image{
	padding-bottom: 20px;
}
.widget_products_sidebar_widget .feautres,
.widget_products_sidebar_widget .specifications{
	padding: 20px;
	background: #DFDFDF;
}
.widget_products_sidebar_widget .feautres h4,
.widget_products_sidebar_widget .specifications h4{
	color:#418BD4;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bolder;
	text-transform:uppercase;
}
.widget_products_sidebar_widget .specifications{
	margin-top:20px;
}

.widget_products_sidebar_widget .feautres h4,
.widget_products_sidebar_widget .feautres li,
.widget_products_sidebar_widget .specifications h4,
.widget_products_sidebar_widget .specifications li{
	border-bottom:1px solid #EBEDF2;
	background:none;
	padding-bottom: 10px;
}
.widget_products_sidebar_widget .downloads{
	background-color: #EBEDF2;
	padding: 20px 0px;
}
.widget_products_sidebar_widget .download-item a,
.widget_products_sidebar_widget .make-an-enquiry a{
	width: 100%;
	height: 30px;
	display: block;
	border-radius: 6px;
	padding: 6px 2.8rem 6px 5.6rem;
	margin-bottom: 12px;
	line-height: 18px;
	background: #FFFFFF url(images/download_icon.png) 2.8rem 6px no-repeat;
}
.widget_products_sidebar_widget .download-item .icon{
	font-weight:bold;
}
.widget_products_sidebar_widget .download-item .gray-arrow,
.widget_products_sidebar_widget .download-item .gray-blue{
	width: 15px;
	height: 18px;
	display: block;
	float: right;
	background: #FFFFFF url(images/arrow-gray.png) 0px 0px no-repeat;
}
.widget_products_sidebar_widget .download-item .gray-blue{
	background: #CFD4E6 url(images/bluearrow.png) 0px 4px no-repeat;
}
.widget_products_sidebar_widget .download-item .gray-arrow:after{
	clear: right;
}
.widget_products_sidebar_widget .make-an-enquiry a{
	background: #CFD4E6;
	padding: 6px 2.8rem 6px 2.8rem;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@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: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 660px;
	}
	
	.sidebar-primary {
		width: 300px;
		overflow: hidden;
	}
	
	.title-area {
		width: 203px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
		margin: -3rem -4rem 3rem;
	}
	
	.content {
		padding: 0px 0px 10px 40px;
		padding: 0rem 0rem 1rem 4rem;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
		padding: 3.8rem 1.4rem 4rem;
	}
	
	/*--- BLOG ---*/

	.post-thumbnail{
		background: #576a8b;	
		margin-bottom: 24px;
		text-align: center;
	}
	
	
	.post-thumbnail img{
		float: left;
	}
	
	.post-thumbnail span.read-more{
		float: right;
		margin: 72px 10px 0px 10px;
		text-align: center;
		max-width: 60px;
	}
	
	.single .post-thumbnail{
		min-height: inherit !important;
		background: none;
	}

	
	.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;
	}
	
	.home-footer{
		margin-top: 12px;
		color: #ffffff;
		font-size: 16px;
		min-height: 116px;
		padding: 25px 40px;
		background: #4b68a0;
	}
	
	.internal-footer .wrap{
		border-top: 2px solid #93cdea;
		padding: 20px 10px;
		padding: 2rem 1rem;
	}
	
	.internal-footer .twitter{
		padding-right: 40px;
		color: #014278;
	}
	
	.internal-footer .mail{
		padding-right: 0px;
		color: #014278;
	}
	
	.internal-footer .email{
		padding: 0px 40px 5px 31px;
		color: #014278;
		background: url(images/email_icon.png) no-repeat;	
	}
	
	.internal-footer .phone{
		padding-right: 40px;
		color: #014278;
	}


}

@media only screen and (max-width: 1023px) {
	
	.wrap {
		max-width: 768px;
	}
	
	.title-area{
		float: none;
		margin: 16px auto 0 auto;	
	}
	
	.site-header .widget {
		padding: 16px 0 16px;
		padding: 1.6rem 0 1.6rem;
	}
	
	.site-header .widget .twitter{
		margin-left: 66px;
	}
	
.executive-pro-home .soliloquy-container .soliloquy-caption{ top: auto;  right:15px; bottom: 37px; left: auto !important; margin:0;padding:0;position:absolute;width:40%;zoom:1}

	.executive-pro-home .soliloquy-caption-inside{
		font-size:16px;
		padding:10px !important;
	}

	.executive-pro-home .soliloquy-caption-inside p{
		font-size:12px;
	}

	.executive-pro-home .soliloquy-caption-inside h2{
		font-size: 30px;
	}

	.executive-pro-home .soliloquy-caption-inside a.slider-button{
	}
	
	#blog-banner{
		position: absolute;
		color: #418bd4;
		max-width: 550px;
		font-size: 14px;
		margin: 20px 0px 0px 29px;	
	}

	
	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.wrap {
		width: 100%;
	}
	
	.content{
		padding: 0px 30px 10px 30px;
		padding: 0rem 3rem 1rem 3rem;
	}
	
	/*--- Download Sidebar ---*/

.page-id-11 .sidebar .widget{
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}


/*--- Contact Sidebar ---*/

.page-id-28 .sidebar .widget{
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

	
	
	/*--- BLOG ---*/

	.post-thumbnail{
		background: #576a8b;	
		margin-bottom: 24px;
		min-height: 195px;
		text-align: left;
	}
	
	
	.post-thumbnail img{
		float: none;
		display: inline;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: -7px;	
	}
	
	.post-thumbnail span.read-more{
		float: right;
		max-width: none;
		margin: 88px 30px 0px 0px;
	}

	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}

	.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;
		padding: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem 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;
		margin: 3rem 0;
	}
	
	.internal-footer .one-fourth{
		width: 50%;
		margin: 5px 0px;
	}
	
	#footerlogo{
		margin-right: 60px;
	}

}

@media only screen and (max-width: 767px) {

	.wrap {
		max-width: 600px;
	}
	
	.site-header .widget{
		padding: 16px 40px;
		padding: 1.6rem 4rem;	
	}
	
	.site-header .widget .twitter{
		margin-left: 0px;
	}
	
	
	.site-header .widget a, .site-header .widget span{
		display: block;
		width: 100%;
	}
	
	.site-header .widget span a{
		display: inline;
		width: auto;
	}
	
	.site-header .widget span span{
		display: inline;
		width: auto;
	}
	

	.home-cta .textwidget .one-fourth{
		text-align: center;
	}
	
	#blog-banner{
		position: absolute;
		color: #418bd4;
		max-width: 550px;
		font-size: 12px;
		margin: 20px 0px 0px 29px;	
	}
	
	#blog-banner h1{
		font-size: 30px;
	}

	/*--- BLOG ---*/

	.post-thumbnail{
		background: #576a8b;	
		margin-bottom: 24px;
		min-height: 230px;
		text-align: center;
	}
	
	
	.post-thumbnail img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;	
	}
	
	.post-thumbnail span.read-more{
		float: none;
		margin: 10px 0px 0px 0px;
	}
	
		.single .post-thumbnail{
		min-height: inherit !important;
		background: none;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-featured .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%;
	}
	
	.internal-footer .one-fourth{
		width: 100%;
	}
	
	.home-middle-gap{
		display: none;
	}
	
		.home-middle-right{
		margin-top: 13px;
	}

	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.home-middle,
	.home-featured,
	.executive-pro-portfolio .portfolio {
		text-align: center;
	}
	
	.executive-pro-portfolio .portfolio {
		padding: 0 0 30px;
		padding: 0 0 3rem;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
		margin: 1.6rem 0 0;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.internal-footer .twitter,
	.internal-footer .mail,
	.internal-footer .email,
	.internal-footer .phone{
		display: block;
		width: 100%;
		padding-right: 0px !important;
		margin: 5px 0px;
	}
	

	
	#footerleft{
	float: none;
	width: 100%;	
	}
	
	#footerlogo{
		float: none;
		width: 100%;
		margin: 0px 0px 10px 0px;	
	}
	
	#footerlogo img{
		display: block;
		margin: 0 auto;
	}
	
	#otherlogo{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#otherlogo img{
		float: none;
		margin: 8px 5px;
	}
	
	#footerright{
		float: none;
		text-align: center;	
	}
	

}

@media only screen and (max-width: 500px) {

	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}

	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.site-header .widget{
		padding: 16px 10px;
		padding: 1.6rem 1rem;	
	}
	
	.site-header .widget .twitter{
		margin-left: auto;
	}
	
	.site-header .widget a, .site-header .widget span{
		display: block;
		max-width: 230px;
		width: auto;
		margin: 0 auto;
	}
	
	/*--- BLOG ---*/

	.post-thumbnail{
		background: #576a8b;	
		margin-bottom: 24px;
		min-height: inherit;
		text-align: center;
	}
	
	.post-thumbnail span.read-more{
		float: none;
		margin: 10px 0px 10px 0px;
	}
	
		#blog-container .post h2{
			line-height: 1.25;
		}
		
		#blog-container .post-meta{
			line-height: 1.25;
		}
		
		.author-box {
		text-align: center;
		}
		
		.author-box .avatar {
		float: none;
		display: block;
		margin: 0 auto;
		}
			
		.author-box-title {
			clear: both;
			margin-top: 10px;
		}
	
	.internal-footer a, .internal-footer span{
		display: block;
		max-width: 250px !important;
		width: auto !important;
		margin: 0 auto !important;
	}
	
	.site-header .widget span a, .internal-footer .widget span a{
		display: inline !important;
		max-width: none!important;
		width: auto !important;
		margin: 0 !important;
	}
	
	.genesis-nav-menu .menu-item {
		border-right: none;
	}
	
	.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu li:hover{
		background: none;
	}
	
	.genesis-nav-menu .sub-menu {
		display: none;
	}
	
	#blog-banner{
		display: none !important;
	}

	.content{
		padding: 10px 20px;
	}
	
	
		.executive-pro-home .soliloquy-container .soliloquy-caption{ position: relative; width: 100%; top: 0; left: 0 !important; padding: 10px 10px 20px 10px;}
	
	.executive-pro-home .soliloquy-caption-inside p{
		font-size:13px;
	}
	
	.executive-pro-home .soliloquy-caption-inside h2{
		font-size: 24px;
	}
	
	.executive-pro-home .soliloquy-caption-inside a.slider-button{
		position: relative;
		width: auto;
		right: 5px;
		background: none;
		bottom: 12px;
	}
	
	.executive-pro-home .soliloquy-container .soliloquy-control-nav{ display: none;}
	
	.executive-pro-home .soliloquy-container .soliloquy-direction-nav li .soliloquy-prev,
	.executive-pro-home .soliloquy-container .soliloquy-direction-nav li .soliloquy-next
	{ opacity: 0;
	top:30%;}
	
	.executive-pro-home .soliloquy-container:hover .soliloquy-direction-nav li .soliloquy-prev,
	.executive-pro-home .soliloquy-container:hover .soliloquy-direction-nav li .soliloquy-next
	{ opacity: 1;}

	.home-cta img{
		display: block;
		margin: 0 auto;
	}
	
	/**** Isotope styles ****/
	#isotope_container_product_page{
		margin-left:0px;
	}
	
	.isotope-element{
		width: 100% !important;
		height: auto;
		margin-left: 0px;
	}
	
	.isotope-img{
		width: 100% !important;
		float: none;
	}
	
	.isotope-img img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		float: none;
	}
	
	.isotope-page-7 a > span{
		line-height: 200px;
	}	
	
	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
	div.gform_wrapper li.gfield, div.gform_wrapper .ginput_left, div.gform_wrapper .ginput_right{
		float: none !important;
		width: 100% !important;	
	}
	
	div.gform_wrapper li.gfield input, div.gform_wrapper li.gfield textarea, div.gform_wrapper li.gfield select{
		width: 95.8% !important;	
	}

}

@media only screen and (max-width: 270px) {

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
        font-size: 2.6rem;
    }

}