/*
	Theme Name: Beautiful Pro Theme
	Theme URI: http://my.studiopress.com/themes/beautiful/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, orange, white, one-column, two-columns, responsive-layout, 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.opensource.org/licenses/gpl-license.php
*/


/* 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
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

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

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


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

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

body {
	background-color: #fff;
        color: #000; /* CHANGED FROM #666 BY DAN KERN */
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
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: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
	color: #fff;
}

::selection {
	background-color: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
	color: #fff;
}

a {
	color: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
	text-decoration: none;
	font-weight: bolder; /* ...dan kern added this... */
	
}

a:hover {
	color: #333;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
	color: #fff;
}

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

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

/* 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;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #6b81b0; /* ...dan kern updated to the left: old color - #e5554e; */
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #d04943;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* 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-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

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

.site-inner {
	clear: both;
	padding-top: 30px; /* ...dan kern edited, was 80px */
}

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

/* Content */

.content {
	float: right;
	padding-top: 10px;
	width: 720px;
}

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

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

/* Sidebar */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	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
---------------------------------------------------------------------------------------------------- */

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

.breadcrumb {
	border-bottom: 1px dotted #ddd;
	color: #999;
	font-size: 16px;
	margin-bottom: 20px; /* ...dan kern edited, was 60px */
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 20px; /* ...dan kern edited, was 60px */
	padding: 40px 0;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
        clear: right;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
}

.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;
}

.site-header .search-form input,
.site-footer .search-form input {
  padding: 0;
}

.site-header .search-form input[type="search"],
.site-footer .search-form input[type="search"] {
  background: url('/wp-content/uploads/seach-glass.png') no-repeat 175px center #4F6286;
  color: #fff;
  padding: 3px;
  font-size: 16px;
  width: 200px;
  border: 1px solid #97A0B0;
}

.site-header .search-form input[type="search"]::-webkit-input-placeholder,
.site-footer .search-form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.site-header .search-form input[type="search"]::-moz-placeholder,
.site-footer .search-form input[type="search"]::-moz-placeholder  { /* Firefox 19+ */
  color: #fff;
}
.site-header .search-form input[type="search"]:-ms-input-placeholder,
.site-footer .search-form input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.site-header .search-form input[type="search"]:-moz-placeholder,
.site-footer .search-form input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.site-header .search-form input[type="submit"],
.site-footer .search-form input[type="submit"] {
  display: none;
}

.social-icons {
  float: right;
  margin: 15px 0 5px; 
}

.social-icons a {
  margin: 0 2px; 
}

.header-buttons {
  display: block;
  float: left;
  margin: 20px 9em;
}

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

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

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: bold;
	color: #3F4F6D;
	text-transform: uppercase;
}

.home h2 {
	font-weight: bold;
	color: #3F4F6D;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
}

.home p {
	color: #808284;
}

.home p a {
	font-weight: bold;
	text-decoration: underline;
	color: #3F4F6D;
}

.home .entry-title {
	margin-top: 0px;
	margin-bottom: 25px;
}

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

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.home-top-promo {
	float: left;
	width: 300px;
	margin-right: 120px;
}

.home-top-promo.last {
  margin-right: 0;
}

/* ADDITION BY DAN KERN - RECOMMENDATION FROM TIM MCLAUGHLIN */

@media(max-width: 768px) { 
  .intro-p { 
     clear: both; 
  } 
}

@media(min-width: 769px) {
  .home .intro-badge {
     float:left;
     margin: 0px 30px 0px 0px;
  } 
}


/* END ADDITION BY DAN KERN - RECOMMENDATION FROM TIM MCLAUGHLIN */

@media(max-width: 1140px) {

  .home-top-promo {
	margin-right: 25px;
  }

  .home-top-promo.last {
     margin-right: auto;
  }

}

@media(max-width: 1023px) {

  .home-top-promo {
	float: none;
	margin: 20px auto;
	clear: both;
  }

  .home-top-promo.last {
     margin-right: auto;
  }

}

.home-top-promo-h2 {
  margin: 45px 0 25px !important;
}

.home-top-promo h3 {
    display: block;
    background: #3F4F6D;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.home-top-promo .bot {
  background: url('/wp-content/uploads/home-top-promo-bg.png') no-repeat scroll 0 0 transparent;
  min-height: 310px;
    text-align: center;
    padding: 30px;
}

.home-top-promo p {
      margin-bottom: 18px !important;
}

.home-top-promo .learn-more-button {
  background: url('/wp-content/uploads/learn-more-button.png') no-repeat scroll 0 0 transparent;
  display: block;
  color: #fff;
    width: 149px;
    height: 35px;
    color: #fff;
    margin: 0 auto;
}

.other-business-callout {
    clear: both;
    background: #E7E7E8;
    overflow: hidden;
    display: block;
    width: 85%;
    margin: 70px auto;
    position: relative;
    top: 45px;
}

.other-business-callout .left {
    background: #3F4F6D;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 225px;
    text-align: center;
}

.other-business-callout .right {
  padding: 14px;
}

.other-business-callout .right img {
  margin: 7px 30px;
  float: left;
}

.other-business-callout .right p {
    margin: 5px 0 0;
    line-height: 1.2;
}

.other-business-callout h4 {
  color: #fff;
  margin: 17px 0 -10px;
}

.contact-me-small {
background: url('/wp-content/uploads/contact-small.png') no-repeat scroll 0 0 transparent;
    display: block;
    color: #fff;
    width: 109px;
    height: 25px;
    color: #fff;
    margin: -19px auto 0px;
    float: right;
}

@media(max-width: 1020px) {

.other-business-callout .right, .other-business-callout .left {
   clear: both;
   width: 100%;
   float: none;
   margin: 0 auto;
}

.contact-me-small {
  margin: 0 0 10px;
}

.other-business-callout {
  top: 0;
}

}


.sep-header {
   background: #6C85B3;
   border-bottom: 13px solid #4F6286;
   display: block;
    margin-top: 85px !important;
    margin-bottom: 30px !important;
   padding-left: 10px;
}

.sep-header span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
    padding: 13px 0;
    font-size: 24px;
    float: none;
    display: block;
}

.sep-header.sep2 {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}

@media(min-width: 1140px) {

  .sep-header {
     margin: 0 -9999px;
     padding-left: 0;
  }

  .sep-header span {
    max-width: 1140px;
    margin: 0 auto;
    float: none;
    display: block;
  }

}


.case-studies {
     background: #F2F2F3;
    margin-top: -30px !important;
    padding: 30px 0;
}

.case-studies .study {
   width: 100%;
   clear: both;
}

.case-studies .study img {
  float: left; 
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.case-studies .study h3 {
  color: #3F4F6D;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.case-studies .study p {
     color: #3F4F6D;
    font-size: 22px;
    line-height: 1.3;
}

@media(min-width: 1140px) {

  .case-studies {
     margin: 0 -9999px;
  }

  .case-studies .study {
    max-width: 1140px;
    margin: 0 auto;
    float: none;
    display: block;
  }

}

@media(max-width: 1140px) {

.case-studies {
    padding: 30px;
}

}

@media(max-width: 480px) {

.case-studies .study h3 {
    clear: both;
}

}


@media (max-width: 600px) {
  .lcp_catlist .excerpt {
    clear: both;
  }
}


.testimonials {
  background: #3F4F6D;
  clear: both;
  overflow: hidden;
}

.testimonials .testimonial {
  clear: both;
}

.test-header {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px !important;
    margin-top: 40px !important;}

.test-header h2 {
  color: #FFF;
  font-size: 54px;
  float: left;
}

.test-header h4  {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    float: left;
    margin: 30px 0 0 30px;
}

.testimonials .testimonial img {
  float: left;
  margin: 0px 30px 50px 0;
}

.testimonials .testimonial span {
    font-weight: bold;
    color: #FFF;
    display: block;
    margin-top: 15px;
    font-size: 18px;
}

.testimonials .testimonial p {
    color: #9D9FA1;
    font-size: 21px;
    line-height: 1.3;
}



@media(min-width: 1140px) {

  .testimonials {
     margin: 0 -9999px;
  }

  .testimonials .testimonial {
    max-width: 1140px;
    margin: 0 auto;
    float: none;
    display: block;
  }

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

}

@media(max-width: 1140px) {
  .testimonials {
     padding: 0 30px;
  }
}

@media(max-width: 480px) {
  .testimonials .testimonial img {
     margin-bottom: 15px;
  }
}




.brands {
     background: #E7E7E8;
    padding: 40px 0 0;
    overflow: hidden;
}

.brands img {
  float: left; 
  margin-right: 65px;
  margin-bottom: 0;
  margin-top: 0;
}

.brands h2 {
    color: #3F4F6D;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: none;
}

.brands p {
     color: #3F4F6D;
    font-size: 22px;
    line-height: 1.3;
}

@media(min-width: 1140px) {

  .brands {
     margin: 0 -9999px;
  }

  .brands-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    float: none;
    display: block;
  }

}

@media(max-width: 1140px) {


 .brands {
    padding: 30px;
 }
 .brands img {
    margin-right: 30px;
  }
 .brands-imgs {
    text-align: center;
  }

}

@media(max-width: 1023px) {

 .brands img {
    margin-right: 0;
    margin: 0 auto;
    float: none;
    clear: both;
    width: 22%;
  }

}

@media(max-width: 480px) {

 .brands img {
    width: auto;
  }

}

body .gform_wrapper .gform_wrapper form {
   max-width: 90%;
}

.contact-form1 p {
  float: left;
    width: 40%;
    margin-right: 40px;
}

div.wpcf7-response-output {
  clear: both !important;
}

.archive img.alignleft {
  margin-bottom: 50px !important;
}

@media(max-width: 480px) {
 .contact-form1 p {
   width: 100%;
   margin-right: 0;
 }

 .guide-promo img {
   margin-right: 0 !important;
  }
}

.contact-form1 h3 {
  color: #3F4F6D;
  text-transform: uppercase;
  font-weight: bold;
}

.contact-form1 h5 {
  color: #3F4F6D;
  margin-bottom: 30px;
}

.contact-form1 .submit-contact {
  clear: both;
}


.contact-form1 input, .contact-form1 select {
  padding: 5px;
}

.contact-form1 input[type="submit"] {
  background: url('/wp-content/uploads/contact-submit-bg.png') no-repeat scroll 0 0 transparent;
  width: 168px;
  height: 37px;
}

.contact-form1 .contact-comments {
  clear: both;
  width: 83.5%;
}

@media(max-width: 1025px) {

.contact-form1 .contact-comments {
  clear: both;
  width: 84%;
}

}

@media(max-width: 768px) {

.contact-form1 .contact-comments {
  clear: both;
  width: 86%;
}

}

@media(max-width: 480px) {

.contact-form1 .contact-comments {
  clear: both;
  width: 100%;
}

}

.captcha-contact {
  clear: both;
}

.guide-promo {
    background: #E7E7E8;
    padding: 40px 0;
    overflow: hidden;
    clear: both;
    border-top: 10px solid #4F6286;
}

.guide-promo img {
  float: left; 
  margin-right: 95px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.guide-promo h2 {
  font-size: 54px;
}

.guide-promo p {
  color: #4F6286;
  font-size: 22px;
}

.guide-button {
    background: url('/wp-content/uploads/guide-button.png') no-repeat scroll 0 0 transparent;
    display: block;
    padding: 5px 0;
    width: 168px;
    font-size: 19px;
    text-align: center;
    height: 40px;
    float: left;
    color: #fff !important;
    margin: 15px;
    font-weight: normal !important;
    text-decoration: none !important;
    margin: 0 !important;
}

@media(min-width: 1140px) {

  .guide-promo {
     margin: 0 -9999px;
  }

  .guide-promo-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    float: none;
    display: block;
  }

}

@media(max-width: 1140px) {
  .guide-promo {
    padding: 30px;
  }
}

@media(max-width: 480px) {
  .guide-promo h2 {
    font-size: 28px;
  }
}

.lcp_catlist {
  margin-left: 0 !important;
} 

.lcp_catlist .morelink {
    position: relative;
    left: 0;
    bottom: 37px;
}

.mobile-show {
    display: none;
}

.mobile-show .search-form {
  margin-bottom: 10px;
}

@media(max-width: 768px) {
  .lcp_catlist, .intro-h2, .intro-p, .home .entry-title, .home-top-promo-h2, .contact-form1 {
     padding: 0 30px;
  }

  .home .entry-title, .home .intro-h2 {
    text-align: center;
  }

  .home .intro-badge {
    text-align: center;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .lcp_catlist .morelink {
    float: left;
    left: 0;
  }

  .nav-primary {
    background: #e7e7e7 !important;
  }

}

.lcp_catlist li {
  list-style-type: none !important;
  overflow: hidden;
  clear: both;
}

.lcp_catlist img {
  float: left; 
  margin-right: 15px;
  margin-bottom: 30px;
}

.lcp_catlist .poststitle {
  font-weight: bold;
  font-size: 20px;
}

.lcp_catlist .poststitle, .lcp_catlist .excerpt {
  position: relative;
  bottom: 8px;
}



@media(max-width: 1140px) {
  .lcp_catlist .poststitle {
    display: block;
    margin-bottom: 10px;
  }

.lcp_catlist .excerpt {
  min-height: 110px;
}
}



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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

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

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

.sticky {
}

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

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

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

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

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

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

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

a.alignnone {
    display: inline-block;
}

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

.entry-content .wp-caption-text {
	font-size: 13px; /* ...dan kern edited, was 14px */
	font-weight: 300; /* ...dan kern edited, was 14px */
        font-style:italic; /* ...dan kern added */
	margin: 0;
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

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


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

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

.widget li {
 	list-style-type: none;
}

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

.widget li li {
	margin: 0 0 0 40px;
}

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


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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-bottom: 15px;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 100%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
}

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


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

.latest-tweets ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #333;
}

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

img#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	line-height: 1;
	text-align: center;
}

.before-header .wrap {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
}

.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}


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

.site-header {
  background-color: #3F4F6D;
  border-bottom: 7px solid #6C85B3;
}

.site-header .wrap {
	padding: 40px 0;
}

.beautiful .site-header-banner {
	height: 200px;
}

.hire-me {
    background: url('/wp-content/uploads/hire-button.png') no-repeat scroll 0 0 transparent;
    display: block;
    padding: 3px 40px;
    width: 149px;
    height: 41px;
    float: left;
    color: #fff !important;
    margin: 15px;
}

.ask-me {
    background: url('/wp-content/uploads/ask-me-button.png') no-repeat scroll 0 0 transparent;
    display: block;
    padding: 3px 40px;
    width: 149px;
    height: 41px;
    float: left;
    color: #fff !important;
    margin: 15px;
}

.hire-me:hover, .ask-me:hover {
  color: #fff !important;
}

.but-sep {
  display: block;
  border-right: 2px solid #fff;
  height: 65px; 
  margin: 0 10px;
  float: left;
}

.site-footer .but-sep {
 border-right: 2px solid #B8B1B1;
}

.site-footer .footer-links {
 width: 100%;
 text-align: center;
 margin: 0 auto;
 float: none;
 clear: both;
 color: #3F4F6D;
}

.site-footer .footer-links a {
 color: #3F4F6D;
}

.site-footer .header-buttons {
 margin: 0 12em 15px;
}

.header-image .site-header .wrap {
    padding: 0 !important;
}

@media(max-width: 1140px) {
.header-image .site-header .wrap {
    padding: 0 !important;
    margin: 0 20px;
    max-width: none;
}
}

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

.title-area {
	float: left;
	padding-top: 10px;
	width: 320px;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 20px 0;
}

.header-image .site-title a {
	float: left;
	min-height: 100px;
	width: 20%;
}

@media(max-width: 1140px) {
 .header-image .site-title a {
	/*width: 100%;
	margin: 0 auto;
	float: none;*/
	width: 220px;
	margin: 10px !important;
 }

 .footer-logo {
	width: auto;
	margin: 0 auto;
	float: none !important;
}

 .site-footer .header-buttons {
	width: 380px;
	margin: 0 auto 10px;
	float: none;
	clear: both;
	overflow: hidden;
 }

.header-buttons {
  display: block;
  float: left;
  margin: 5px 5em;
}

 .social-icons {
	width: 195px;
	margin: 0;
	clear: none;
	float: right;
 }

 .site-header .search-form {
	width: 200px;
	margin: 0;
	clear: right;
	float: right;
 }

}

@media(max-width: 1060px) {
.header-buttons {
  margin: 5px 7%;
}
}

@media(max-width: 1025px) {
 .header-image .site-title a, .footer-logo {
	min-height: 55px;
	margin-bottom: 15px !important;
 }


 .site-footer .social-icons {
	float: none !important;
	margin: 0 auto !important;
 }

.guide-promo h2 {
  font-size: 40px;
}


}

@media(max-width: 1011px) {
   .header-buttons, .site-footer .header-buttons {
	float: none;
	margin: 0 auto;
	width: 311px;
  }

 .header-image .site-title a {
	width: 100%;
	margin: 0 auto;
	float: none;
}
 .but-sep {
	display: none;
 }
 .ask-me, .hire-me {
 	margin: 1%;
 }

.site-header .social-icons, .site-header .search-form {
  float: none;
  margin: 0 auto;
}



  
}

@media(max-width: 768px) {
 .header-buttons {
	float: none;
	margin: 0 auto;
	width: 311px;
 }
 .but-sep {
	display: none;
 }
 .ask-me, .hire-me {
 	margin: 1%;
 }
}

@media(max-width: 480px) {
 .header-buttons {
	width: 311px;
	margin: 0 auto;
 }
 .site-footer .header-buttons {
	width: 311px;
	margin: 0 auto;
 }
 .site-footer .ask-me, .site-footer .hire-me {
	/*margin: 0 auto;
	float: none;
	clear: both;*/
 }
 .ask-me, .hire-me {
 	margin: 1%;
 }
 .but-sep {
	display: none;
 }

}


@media(min-width: 768px) {
.testimonials .testimonial p, .archive .entry-content p {
    display: table;
}
}

.phone-contact {
    display: block;
    position: relative;
    top: 46px;
    margin-top: -29px;
    float: right;
    z-index: 9999;
}

.phone-contact img {
    position: relative;
    top: 6px;
    right: 7px;
}

@media(max-width: 1140px) {
  .phone-contact {
    top: 0;
    right: 0;
    display: block;
    margin: 0 auto 15px;
    float: none;
    clear: both;
    color: #FFF;
    text-align: center;
  }

  .phone-contact a {
    color: #FFF !important;
  }
    
}

@media(max-width: 768px) {
  .phone-contact a, .phone-contact {
    color: #777 !important;
  }
}

.phone-contact a {
    color: #777;
    font-weight: bold;
}


/* Full width header, no widgets */

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

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



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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #666;
	display: block;
	font-size: 14px;
	padding: 14px 13px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #666;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

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

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

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

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

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

.nav-primary {
	background: url('/wp-content/uploads/nav-bg.png') repeat center top transparent;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

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

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

/* Welcome Message
--------------------------------------------- */

.welcome-message {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.welcome-message .widget {
	margin-bottom: 40px;
}

.welcome-message .widget:last-child {
	margin-bottom: 0;
}

.welcome-message .widget-title {
	text-align: left;
	text-transform: none;
}

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

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.beautiful-landing .entry {
	margin-bottom: 0;
}

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

.entry-content ol,
.entry-content ul {
	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 {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 16px;
}

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

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

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

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

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

.after-entry li {
	margin-bottom: 6px;
}

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

.pagination {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	padding: 20px 0;
}

.archive-pagination {
	margin-bottom: 80px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
	color: #fff;
}

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

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px dotted #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

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

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}

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

.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

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

.split-sidebar-right {
	float: right;
}

/* Bottom Sidebar
--------------------------------------------- */

.bottom-sidebar {
	clear: both;
}


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

.footer-widgets {
	background-color: #f5f5f5;
	clear: both;
	padding: 60px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

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

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


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

.site-footer {
	font-size: 16px;
	padding: 40px 0;
	text-align: center;
	background: #E7E7E8;
}

.site-footer a {
	color: #666;
}

.site-footer a:hover {
	color: #375db0; /* ...dan kern updated to the left: old color - #e5554e; */
}

.site-footer p {
	margin-bottom: 0;
}

.footer-logo {
	float: left;
        margin-top: 15px;
}


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

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}

}

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

	.beautiful-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}

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

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

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

	.footer-widgets-1 {
		margin-right: 0;
	}
	
}

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

	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

        .home .site-inner {
    		padding: 40px 0;
        }

	.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 {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.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: "\f347";
		float: right;
		clear: both;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

/* Flaired edges, by Tomas Theunissen - added by Dan Kern*/
		
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* Gravity Forms Homepage Form Styling - added by Dan Kern - NOT BEING USED - USING STYLES AND LAYOUTS FOR GRAVITY FORMS PLUGIN INSTEAD
.gform_wrapper { 
    margin: 16px 16px;    
}*/