/*
    Theme Name: Big Leap Creative V2
	Theme URI: http://www.bigleapcreative.com
	Description: A custom child theme created for the Genesis Framework.
    Author: Lift Development
    Author URI: http://www.liftdevelopment.com/
  
    Template: genesis
    
    
    
    !!!!! 
    DO NOT EDIT THE STYLE.CSS FILE! IF YOU NEED TO MAKE CSS CHANGES, CONTACT DAVE YANKOWIAK. THE STYLE.CSS FILE IS AUTOMATICALLY GENERATED FROM THE STYLE.SCSS FILE USING SASS COMPILING. YOUR CHANGES WILL BE OVERWRITTEN.
    !!!!!
    
    
*/
/* Style guide */
/* Import Fonts
------------------------------------------------------------ */
@import url(fonts/bpreplay.css);
.button {
  border: 1px solid #db6f2c;
  background: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background: -webkit-linear-gradient(top, #ebebeb, #ebebeb);
  background: -moz-linear-gradient(top, #ebebeb, #ebebeb);
  background: -ms-linear-gradient(top, #ebebeb, #ebebeb);
  background: -o-linear-gradient(top, #ebebeb, #ebebeb);
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #ebebeb 100%);
  padding: 11.5px 23px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  text-shadow: #ebebeb 0 1px 0;
  color: #db6f2c;
  font-size: 14px;
  font-family: helvetica, serif;
  text-decoration: none;
  vertical-align: middle; }

.button:hover {
  border: 1px solid #db6f2c;
  text-shadow: #1e4158 0 1px 0;
  background: #db6f2c;
  background: -webkit-gradient(linear, left top, left bottom, from(#db6f2c), to(#db6f2c));
  background: -webkit-linear-gradient(top, #db6f2c, #db6f2c);
  background: -moz-linear-gradient(top, #db6f2c, #db6f2c);
  background: -ms-linear-gradient(top, #db6f2c, #db6f2c);
  background: -o-linear-gradient(top, #db6f2c, #db6f2c);
  background-image: -ms-linear-gradient(top, #db6f2c 0%, #db6f2c 100%);
  color: #fff; }

.button:active {
  text-shadow: #1e4158 0 1px 0;
  border: 1px solid #0a3c59;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#db6f2c));
  background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  background: -ms-linear-gradient(top, #3e779d, #65a9d7);
  background: -o-linear-gradient(top, #3e779d, #65a9d7);
  background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
  color: #fff; }

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #333; }

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: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 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
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #666;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
  margin: 0;
  padding: 0;
  text-decoration: none; }

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #f5f5f5;
  border: 1px solid #ddd; }

input,
label,
select,
textarea {
  color: #333;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300; }

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

ol li {
  list-style-type: decimal; }

/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
  color: #a8bd44;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a img {
  border: none; }

/* Body
------------------------------------------------------------ */
body {
  background-color: #999; }

::-moz-selection {
  background-color: #0d72c7;
  color: #fff; }

::selection {
  background-color: #0d72c7;
  color: #fff; }

/* Wrap
------------------------------------------------------------ */
.site-container {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0 0;
  max-width: 1400px; }

.wrap {
  margin: auto;
  max-width: 960px; }

/* Header
------------------------------------------------------------ */
.site-header {
  margin: 0 auto;
  min-height: 150px;
  padding: 5px 0 0 0;
  position: relative;
  width: 100%;
  z-index: 10000; }

.title-area {
  float: left;
  overflow: hidden;
  padding: 17px 0 0;
  width: 280px; }

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

.site-title a,
.site-title a:hover {
  color: #333;
  padding: 0 0 0 20px;
  text-decoration: none; }

.site-description {
  font-size: 14px;
  padding: 0 0 0 20px; }

.site-header .widget-area {
  float: right;
  padding: 0;
  position: relative;
  text-align: right;
  width: 610px; }

.site-header .widget {
  clear: both;
  float: right; }

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

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
  display: block;
  float: left;
  height: 140px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 280px; }

.header-image .title-area {
  background: url(images/logo.png) no-repeat top left;
  margin-top: 0px; }

.header-image .site-description {
  display: block;
  overflow: hidden; }

/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
  width: 100%; }

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.genesis-nav-menu {
  clear: both;
  font-family: "BPreplayRegular", arial, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

#menu-main-menu {
  margin-top: 35px;
  z-index: 10000; }

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

.genesis-nav-menu a {
  border-top: 2px solid #ccc;
  color: #333;
  display: block;
  padding: 10px 15px 9px; }

.genesis-nav-menu a:hover {
  text-decoration: none;
  background-color: #ccc;
  border-top: 2px solid #dd6a2e;
  color: #fff; }

.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: #eee;
  border-top: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  width: 200px; }

.genesis-nav-menu .sub-menu a:hover {
  background-color: #dd6a2e;
  color: #fff; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 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 {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

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

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

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

/* Primary Navigation Extras
------------------------------------------------------------ */
.menu li.right {
  float: right;
  padding: 7px 15px 6px; }

.menu li.right a {
  background: none;
  border: none;
  color: #333;
  display: inline;
  text-decoration: none; }

.menu li.right a:hover {
  color: #0d72c7;
  text-decoration: none; }

.menu li.search {
  padding: 0 10px; }

.menu li.rss a {
  background: url(images/rss.png) no-repeat center left;
  margin: 0 0 0 10px;
  padding: 0 0 0 16px; }

.menu li.twitter a {
  background: url(images/twitter-nav.png) no-repeat center left;
  padding: 0 0 0 20px; }

/* Home Page
------------------------------------------------------------ */
#home-slider {
  /*background:url(images/photos/bg_wine.jpg) center center no-repeat, url(images/grey-darker.jpg) repeat;*/
  background-color: transparent !important;
  background: url(images/grey-darker.jpg) repeat;
  margin: 0 0 0 0;
  width: 100%; }

#home-slider #home-slides {
  background-color: transparent !important;
  height: 600px;
  width: 100%;
  margin: 0 auto; }

#home-slider .home-slide {
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto; }

#home-slider .home-slide-inner {
  background-color: transparent !important;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.home-slider-content {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 450px;
  max-width: 100%; }

.home-slider-content h2 {
  color: #333;
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0; }

.home-slider-content p {
  color: #666;
  font-size: 16px; }

.home-slider-content .read-more {
  background: #a8bd44;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  float: right;
  margin: 15px 0 0;
  padding: 5px 20px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.1s; }

.home-slider-content .read-more:hover {
  background-color: #98ab3c;
  text-decoration: none; }

#home-featured {
  background: rgba(0, 0, 0, 0.03);
  background: url(images/grey.png) repeat;
  margin: 0 0 10px 0;
  padding: 40px 0 30px; }

#home-featured h1 {
  color: #dd6a2e; }

#home-featured p {
  margin-bottom: 20px; }

#home-featured .widget_nav_menu {
  margin: 30px 0 10px;
  text-align: center;
  width: 100%; }

#home-middle {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px; }

#home-middle .wrap {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center; }

#home-middle h4.widgettitle {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center; }

#home-middle h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto 20px; }

#home-middle .one-third {
  border-top: 5px solid #dd6a2e;
  border-radius: 0 0 5px 5px;
  background: #eee;
  font-style: italic;
  position: relative;
  padding: 0;
  -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;
  /*
	padding:30px 20px;
	position: relative;
	margin:0 10px;
	*/ }

#home-middle .one-third:hover {
  background: #dd6a2e;
  color: #fff; }

#home-middle .one-third:hover p,
#home-middle .one-third:hover h3 {
  color: #fff; }

#home-middle .one-third div {
  padding: 30px 20px; }

#home-middle .one-third a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

#home-lower {
  overflow: hidden;
  max-width: 960px; }

#home-lower .featuredpost {
  overflow: hidden;
  max-width: 960px; }

#home-lower .featuredpost .post {
  border-bottom: none;
  float: left;
  margin: 0 40px 0 0px;
  min-height: 250px;
  padding: 0;
  width: 160px; }

#home-lower .featuredpost :nth-child(6) {
  margin: 0; }

#home-lower .featuredpost h2 {
  margin-top: 10px;
  text-align: center; }

#home-lower .widget-area h4.widgettitle {
  font-size: 22px; }

/* Social links
------------------------------------------------------------*/
.menu .soclink {
  margin: 0 auto;
  padding: 0; }

.menu .soclink a {
  margin: 0px 10px;
  border: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-indent: 9999px;
  overflow: hidden;
  background: center center no-repeat #333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  display: block;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 2px solid #595959; }

.menu .soclink a:hover {
  background-color: #dd6a2e;
  border-color: #e89970; }

.menu .soctwitter a {
  background-image: url(images/icons/48x48_twitter.png); }

.menu .socfacebook a {
  background-image: url(images/icons/48x48_facebook.png); }

.menu .soclinkedin a {
  background-image: url(images/icons/48x48_linkedin.png); }

.menu .socrss a {
  display: none; }

#home-featured .menu {
  display: block;
  margin: 0;
  width: auto; }

#home-featured .menu li {
  display: inline-block; }

#home-featured .menu-social-menu-container {
  display: block;
  text-align: center;
  width: 100%; }

#home-featured .widget_nav_menu h4 {
  background: none;
  border: none;
  display: inline;
  text-align: right;
  margin: 0;
  padding: 0; }

/* Top social links */
.site-header .widget_nav_menu #menu-social-menu {
  /*margin-top:-75px;*/ }

.site-header .widget_nav_menu #menu-social-menu .soclink a {
  margin: 0px 0 0 10px;
  border: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  text-indent: 9999px;
  overflow: hidden;
  background: center center no-repeat #333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  display: block;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 0; }

.site-header .widget_nav_menu #menu-social-menu .soclink a:hover {
  background-color: #dd6a2e; }

.site-header .widget_nav_menu #menu-social-menu .soctwitter a {
  background-image: url(images/icons/24x24_twitter.png); }

.site-header .widget_nav_menu #menu-social-menu .socfacebook a {
  background-image: url(images/icons/24x24_facebook.png); }

.site-header .widget_nav_menu #menu-social-menu .soclinkedin a {
  background-image: url(images/icons/24x24_linkedin.png); }

.site-header .widget_nav_menu #menu-social-menu .socrss a {
  background-image: url(images/icons/24x24_rss.png); }

/* Inner
------------------------------------------------------------ */
.site-inner {
  background: url(images/grey-fade.png) repeat-x #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0; }

.home .site-inner {
  background: none; }

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
  font-size: 14px;
  margin: -10px 0 30px;
  padding: 5px 10px; }

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
  background-color: #fff;
  margin: -10px 0 30px;
  padding: 0 0 15px; }

.taxonomy-description p {
  font-size: 14px;
  padding: 15px 15px 0; }

/* Content-Sidebar Wrap
------------------------------------------------------------ */
.content-sidebar-wrap {
  /*float: left;
	width: 750px;*/ }

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* Content
------------------------------------------------------------ */
.content {
  float: left;
  padding: 10px 0px;
  width: 410px; }

.content-sidebar .content,
.sidebar-content .content {
  width: 650px; }

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right; }

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

.post {
  margin: 0 0 60px; }

.entry-content {
  overflow: hidden; }

.entry-content p {
  margin: 0 0 25px; }

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px; }

blockquote p {
  color: #999;
  font-style: italic; }

p.subscribe-to-comments {
  padding: 20px 0 10px; }

.clear {
  clear: both; }

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px; }

/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%; }

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

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

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

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

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

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-even {
  float: right; }

.genesis-grid-odd {
  clear: both;
  float: left; }

/* Headlines
------------------------------------------------------------ */
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "BPreplayRegular", arial, serif;
  line-height: 1.25;
  margin: 0 0 10px; }

h1 {
  color: #dd6a2e;
  font-size: 36px; }

.taxonomy-description h1 {
  margin: 0; }

h2,
h2 a,
h2 a:visited {
  font-size: 28px; }

h2 a,
h2 a:visited {
  color: #333; }

h2 a:hover {
  color: #a8bd44;
  text-decoration: none; }

.widget-area h2,
.widget-area h2 a {
  font-size: 14px;
  margin: 0 0 5px; }

h3 {
  font-size: 24px;
  margin-top: 15px; }

h4 {
  font-size: 20px; }

.taxonomy-description h1,
.widget-area h4 {
  font-size: 16px;
  /*font-family: 'BPreplayBold', Arial, sans-serif;*/
  padding: 10px 0px 5px; }

.sidebar-primary h4.widgettitle {
  /*background: url(images/grey.png) repeat;*/
  border-top: 2px solid #ccc;
  color: #333;
  margin-left: -10px;
  padding: 7px 10px 5px; }

.widget-area h4 a {
  color: #333;
  text-decoration: none; }

.footer-widgets h4 {
  background: none;
  border: none;
  padding: 0; }

h5 {
  font-size: 18px; }

/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 25px; }

.archive-page ul li,
.entry-content ul li {
  list-style-type: square;
  margin: 0 0 0 30px;
  padding: 0; }

.entry-content ol li {
  margin: 0 0 0 35px; }

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0; }

/* Post Info
------------------------------------------------------------ */
.entry-header .entry-meta {
  font-size: 14px;
  margin: -5px 0 15px; }

/* Post Meta
------------------------------------------------------------ */
.entry-footer .entry-meta {
  border-top: 2px solid #eee;
  clear: both;
  font-size: 14px;
  padding: 5px 0 0; }

/* Author Box
------------------------------------------------------------ */
.author-box {
  background-color: #f5f5f5;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px; }

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

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
  background-color: #f5f5f5;
  margin: -10px 0 40px;
  padding: 20px; }

/* Archive Page
------------------------------------------------------------ */
.archive-page {
  float: left;
  padding: 20px 0 0;
  width: 45%; }

/* Post Icons
------------------------------------------------------------ */
.entry-comments-link,
.entry-tags {
  background: url(images/icon-dot.png) no-repeat left;
  margin: 0 0 0 3px;
  padding: 0 0 0 10px; }

/* Images
------------------------------------------------------------ */
img {
  height: auto;
  max-width: 100%; }

.site-inner .attachment-full-featured {
  margin: 10px 0 30px 0;
  width: 100%; }

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 4px; }

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0; }

.post-image {
  margin: 0 10px 10px 0; }

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 0 0 10px; }

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

img.alignnone {
  display: inline;
  margin: 0 0 20px; }

img.alignleft {
  display: inline;
  margin: 0 25px 20px 0; }

img.alignright {
  display: inline;
  margin: 0 0 20px 25px; }

.alignleft {
  float: left;
  margin: 0 25px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 25px; }

.wp-caption {
  padding: 5px;
  text-align: center; }

p.wp-caption-text {
  font-size: 14px;
  margin: 5px 0; }

.wp-smiley,
.wp-wink {
  border: none;
  float: none; }

/* Post Navigation
------------------------------------------------------------ */
.pagination {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.pagination li {
  display: inline; }

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  border: 1px solid #ddd;
  padding: 5px 8px; }

.pagination li a:hover,
.pagination li.active a {
  background-color: #f5f5f5; }

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
  display: inline;
  float: right;
  font-size: 14px;
  margin: 15px 0 0 0;
  width: 280px; }

.sidebar-secondary {
  float: left;
  width: 150px; }

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

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

.sidebar p {
  font-size: inherit; }

.sidebar .widget {
  /*background-color: #fff;*/
  /*border-top:2px solid #ccc;*/
  margin: 0 0 50px;
  padding: 0 15px 15px; }

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 0px; }

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
  border-bottom: 1px dotted #ddd;
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word; }

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0; }

/* Dropdowns
------------------------------------------------------------ */
.widget_archive select,
#cat {
  display: inline;
  margin: 5px 15px 0;
  padding: 3px;
  width: 85%; }

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden; }

.featuredpage .page,
.featuredpost .post {
  border-bottom: 1px solid #ddd;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 15px 10px; }

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0; }

.more-from-category {
  padding: 5px 15px 0; }

/* User Profile
------------------------------------------------------------ */
.user-profile {
  overflow: hidden; }

.user-profile p {
  padding: 5px 15px 0; }

.user-profile .posts_link {
  padding: 0 15px; }

/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"] {
  /*background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;*/
  background: #a8bd44;
  border: 1px solid #91a43a;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 7px;
  -webkit-transition: all linear 0.1s; }

input:hover[type="button"],
input:hover[type="submit"] {
  /*background: url(images/gradient.png) 0 -33px;
	text-decoration: none;*/
  background-color: #98ab3c;
  text-decoration: none; }

/* Search Form
------------------------------------------------------------ */
.site-header .search-form {
  float: right;
  padding: 12px 0 0; }

.sidebar .search-form {
  padding: 5px 0 0 0px; }

.search-form input[type="search"] {
  margin: 10px -7px 0 0;
  padding: 6px 5px;
  width: 140px; }

.nav-primary .search-form input[type="search"] {
  background-color: #fff;
  margin: 2px -7px 0 0; }

/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
  padding: 0 15px 5px; }

.enews #subscribe {
  padding: 0 0 0 15px; }

.enews #subbox {
  margin: 5px -7px 0 0;
  padding: 6px 5px;
  width: 75%; }

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right; }

#wp-calendar thead {
  background-color: #f5f5f5;
  font-weight: bold;
  margin: 10px 0 0; }

#wp-calendar td {
  background-color: #f5f5f5;
  padding: 2px;
  text-align: center; }

/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%; }

.footer-widgets .wrap {
  overflow: hidden;
  padding: 20px 30px 10px; }

.footer-widgets .widget {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0; }

.footer-widgets .textwidget {
  padding: 0; }

.footer-widgets .widget_tag_cloud div div {
  padding: 0; }

.footer-widgets p {
  font-size: inherit;
  margin: 0 0 10px; }

.footer-widgets ul {
  margin: 0; }

.footer-widgets ul li {
  margin: 0 0 0 20px; }

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
  background: none; }

.footer-widgets-1 {
  float: left;
  margin: 0 30px 0 0;
  width: 280px; }

.footer-widgets-2 {
  float: left;
  width: 280px; }

.footer-widgets-3 {
  float: right;
  width: 280px; }

/* Footer
------------------------------------------------------------ */
.site-footer {
  background-color: #333;
  border-top: 2px solid #595959;
  border-bottom: 2px solid #595959;
  clear: both;
  font-size: 14px;
  margin: 40px auto 0;
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.site-footer .wrap {
  overflow: hidden;
  padding: 10px 15px; }

.site-footer p {
  color: #aaa;
  font-size: 13px; }

.site-footer a,
.site-footer a:visited {
  color: #eee; }

.site-footer a:hover {
  color: #0d72c7;
  text-decoration: none; }

.site-footer .gototop {
  display: none;
  float: left;
  width: 200px; }

.site-footer .creds {
  float: right;
  text-align: center;
  width: 100%; }

/* Comments
------------------------------------------------------------ */
.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden; }

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px; }

#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%; }

.ping-list {
  margin: 0 0 40px; }

.comment-list ol,
.ping-list ol {
  padding: 10px; }

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px; }

.comment-list li ul li {
  list-style-type: none;
  margin-right: -16px; }

.comment-content p {
  font-size: 14px;
  margin: 0 0 20px; }

.comment-list cite,
.ping-list cite {
  font-style: normal; }

.comment-meta {
  font-size: 12px;
  margin: 0 0 5px; }

.comment-reply {
  font-size: 14px;
  font-weight: 300; }

.nocomments {
  text-align: center; }

.entry-comments .pagination {
  display: block; }

.thread-alt,
.thread-even {
  background-color: #f5f5f5; }

.alt,
.depth-1,
.even {
  border: 1px solid #ddd; }

/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
  box-sizing: border-box;
  font-size: 14px !important;
  padding: 4px 5px !important; }

div.gform_footer input.button {
  color: #fff; }

div.gform_wrapper .ginput_complex label {
  font-size: 14px; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 0 0 10px; }

div.gform_wrapper .gform_footer {
  border: none;
  margin: 30px 0 0;
  padding: 0; }

div.gform_wrapper .gform_footer input[type="submit"] {
  font-weight: 600;
  padding: 10px 20px !important;
  text-shadow: none; }

/* Testimonials
------------------------------------------------------------ */
.interior-quote {
  /*border-bottom: 1px solid #efefef;*/
  float: left;
  /*padding:0 0 20px;
	margin:20px 0 20px 0;*/
  margin-top: 20px;
  margin-bottom: 40px; }

.interior-quote .quote-body {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 20px 0; }

.interior-quote .quote-credentials {
  color: #666;
  float: right;
  width: 300px; }

.interior-quote .quote-image {
  float: left;
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px; }

.interior-quote .quote-image img {
  border-radius: 30px; }

.interior-quote .quote-credentials .quote-author {
  font-weight: bold; }

.interior-quote .quote-credentials .quote-location {
  font-style: italic; }

/* Landing
------------------------------------------------------------ */
.single-landing h1.entry-title {
  margin-bottom: 30px; }

.single-landing h1,
.single-landing h2,
.single-landing h3,
.single-landing h4 {
  margin: 0 0 20px; }

.single-landing .three-fourths {
  width: 74%; }

.single-landing .content .gform_wrapper .ginput_complex .name_first {
  float: none !important;
  width: 100% !important; }

.single-landing .content .gform_wrapper .ginput_complex .name_last {
  float: none !important;
  width: 100% !important; }

.blc-hide-navmenu .header-widget-area .widget_nav_menu {
  display: none; }

/* MISC
--------------------------------------------- */
.at4-recommended-outer-container.addthis-smartlayers {
  background-color: #eee;
  margin: 0 auto;
  max-width: 1400px; }

div.ssba-wrap {
  font-family: "BPreplayRegular", arial, serif;
  margin: 50px auto; }

/* # 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) {
  .header-image .title-area {
    background-image: url(images/logo@2x.png);
    background-size: 268px 125px; } }

@media only screen and (max-width: 1400px) {
  #home-slider #home-slides {
    height: 450px; } }

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    /*max-width: 960px;*/ }
  .site-inner {
    padding-left: 5%;
    padding-right: 5%; }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }
  .content,
  .site-header .widget-area {
    /*width: 700px;*/ }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary {
    width: 300px; }
  .footer-widgets-1 {
    margin-right: 30px; }
  #home-slider #home-slides {
    height: 430px; } }

@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    /*max-width: 800px;*/ }
  .content,
  .content-sidebar .content,
  .sidebar-content .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }
  .site-header .title-area {
    margin-bottom: 15px; }
  .header-image .title-area,
  .header-image .site-title,
  .header-image .site-title a {
    width: 100%; }
  .site-header .wrap {
    padding: 10px 5% 20px; }
  .site-header .widget-area {
    text-align: center;
    width: 100%; }
  .site-header .widget {
    float: none; }
  .header-image .title-area {
    background-position: center top;
    width: 100%; }
  .header-image .site-title > a {
    background-position: center top; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center; }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .site-header .genesis-nav-menu a {
    padding: 10px 20px 10px 20px; }
  .site-header .search-form {
    margin: 16px auto; }
  .genesis-nav-menu li.right {
    display: none; }
  .footer-widgets-1 {
    margin-right: 0; }
  #home-slider #home-slides {
    height: 400px; } }

@media only screen and (max-width: 800px) {
  body {
    background-color: #fff;
    font-size: 16px; }
  .wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0; }
  .site-header .wrap {
    padding: 10px 0 0px; }
  .site-header .widget {
    width: 100%; }
  .site-header .simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    font-size: 20px;
    padding: 12px;
    border-radius: 50%; }
  .archive-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,
  .single-landing .three-fourths {
    margin: 0;
    width: 100%; }
  .sidebar .widget.enews-widget {
    padding: 40px; }
  .footer-widgets .widget {
    margin-bottom: 60px; }
  #home-slider #home-slides {
    height: 350px; }
  #home-slider .home-slider-desc {
    display: none; }
  .home-slider-content h2 {
    font-size: 24px;
    margin-bottom: 0; }
  .home-slider-content {
    bottom: 20px;
    right: auto;
    left: 5% !important;
    max-width: 90%; }
  /* Mobile Navigation Menu */
  #mobile-menu-icon {
    /*border-bottom: 1px solid #ddd;*/
    background: #a8bd44;
    cursor: pointer;
    display: block;
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
    width: 100%;
    -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; }
  #mobile-menu-icon::after {
    content: 'NAVIGATE';
    font-weight: 600;
    font-family: "BPreplayRegular", arial, serif;
    color: #fff; }
  #mobile-menu-icon::before {
    color: #fff;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-weight: 400;
    padding: 15px 10px;
    display: inline-block;
    margin-left: -10px; }
  #mobile-menu-icon:hover {
    background: #dd6a2e; }
  #mobile-menu-icon:active::before {
    color: #000;
    /*content: 'MENU \2637';*/ }
  /* Hide Mobile Navigation Menu until it's toggled via script */
  #menu-main-menu {
    display: none; }
  /* Mobile Navigation Menu misc properties */
  #menu-main-menu {
    clear: both;
    color: #999;
    line-height: 1.5;
    margin-top: 0;
    text-align: left;
    width: 100%;
    z-index: 9999; }
  #menu-main-menu .menu-item {
    display: block;
    text-align: left; }
  #menu-main-menu > ul > li {
    margin-left: 0;
    border-bottom: 1px solid #fff; }
  #menu-main-menu a {
    background-color: #baca6a;
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px 15px 20px;
    position: relative; }
  #menu-main-menu a:hover,
  #menu-main-menu .sub-menu .current-menu-item > a:hover {
    background-color: #dd6a2e;
    text-decoration: none; }
  .site-header .sub-menu a:hover .ci-nav-desc {
    color: #dd6a2e; }
  #menu-main-menu > .menu-item > a {
    text-transform: uppercase; }
  #menu-main-menu .sub-menu {
    left: 0px;
    opacity: 1;
    padding: 0;
    position: relative;
    -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: 100%;
    z-index: 99; }
  #menu-main-menu .sub-menu a {
    background-color: #baca6a;
    border-bottom: 0;
    font-size: 16px;
    line-height: 1;
    padding: 15px 20px 15px 40px;
    position: relative;
    width: 100%; }
  #menu-main-menu .sub-menu a::before {
    content: "- ";
    font-size: 14px; }
  #menu-main-menu .sub-menu a:hover {
    background-color: #d4dea2;
    background-color: #dd6a2e; }
  #menu-main-menu .sub-menu li li a {
    padding: 18px 40px; }
  #menu-main-menu .sub-menu .sub-menu {
    margin: 0; }
  #menu-main-menu .menu-item:hover {
    position: static; }
  #menu-main-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1; }
  #menu-main-menu .cta-demo {
    float: none; }
  #menu-main-menu .cta-demo a {
    background: #dd6a2e; }
  /*END MOBILE MENU */ }

/*# sourceMappingURL=style.css.map */