/*
	Theme Name: Speed Pro Theme
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@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 Normalize
	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: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;
}

.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 {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #606060;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.225;
}

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

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

a {
	color: #606060;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #c7954c;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

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: #606060;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
	transition-property: background;
	transition-timing-function: linear;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #646464;
	font-family: 'Libre Baskerville', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 50px;
	font-size: 5rem;
}

h2 {
	font-size: 45px;
	font-size: 4.5rem;
}

h3 {
	font-size: 34px;
	font-size: 3.4rem;
}

h4 {
	font-size: 23px;
	font-size: 2.3rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* 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: #fff;
	border: 1px solid #dcceb9;
	border-radius: 5px;
	color: #606060;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #606060;
	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: transparent;
	border: none;
	box-shadow: none;
	color: #464646;
	cursor: pointer;
	border: 1px solid #bd9b6a;
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #a78451;
	border-radius: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}

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

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

.site-container {
	position: relative;
}

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

.site-inner {
	clear: both;
	padding-top: 55px;
	border-top: 4px double #A78451;
}
.home .site-inner {
	padding-top: 0;
	border-top: none;
}

.home .entry-content p:first-of-type:first-letter {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	text-transform: inherit;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 870px;
}

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

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

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

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	text-indent: -9999px;
	border: 0;
	height: 52px;
	width: 50px;
	background: url(images/search-btn.png) no-repeat;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.search-form input {
	height: 52px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
}

.search-form {
	overflow: hidden;
	padding: 0;
	width: 100%;
	position: relative;
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

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

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

.site-header {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 19px;
	overflow: hidden;
}
.site-header .wrap {
	max-width: 100%;
}

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

.title-area {
	float: left;
	padding: 0;
	width: 320px;
	position: relative;
	z-index: 999;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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


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

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

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #606060;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	padding: 2rem;
	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: #c7954c;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

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

.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: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


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

.nav-primary {
	background-color: #606060;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #606060;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #c7954c;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #606060;
	content: "\e00e  MENU";
	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;
}


.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #a78451;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #a78451;
  content: "";
}

.c-hamburger span::before {
  top: 6px;
}

.c-hamburger span::after {
  top: 12px;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */


.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


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

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

.entry {
	margin-bottom: 70px;
	margin-bottom: 7rem;
}
.home .entry {
	margin-bottom: 0;
}

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

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

.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-header .entry-meta {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
.entry-header .entry-meta:after {
	content: '';
	display: block;
	width: 134px;
	border-bottom: 1px solid #a78451;
	margin-top: 13px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

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

.pagination {
	clear: both;
	font-size: 19px;
	margin: 60px 0 65px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #606060;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}
.pagination a {
	color: #956e35;
}

.pagination a:hover,
.pagination li.active a {
	color: #c7954c;
}

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

.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	max-width: 270px;
	height: 48px;
}

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

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

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

#respond .form-allowed-tags {
	margin-bottom: 17px;
	padding-top: 5px;
}
.form-allowed-tags .html-tags {
	color: #966e34;
}
.html-tags abbr {
	border: none;
}

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

.sidebar {
	float: right;
	width: 270px;
	line-height: 1.4;
	margin-top: 6px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 55px;
	margin-bottom: 5.5rem;
}

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

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #606060;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

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

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

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

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

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.site-footer {
	padding: 56px 0 0;
	background: url(images/footer-bg.jpg) center top;
	font-size: 15px;
}
#footer-columns .so-panel {
	margin-bottom: 16px !important;
}
.site-footer .menu li {
	display: block;
}
.site-footer .menu li:first-child {
	margin-bottom: 4px;
}
.site-footer .menu li:first-child a {
	color: #a78451;
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
}
#footer-columns a:hover {
	color: #cf9f51;
}
footer.site-footer .widget-title {
	font-size: 15px;
	color: #a78451;
	margin-bottom: 10px;
}
#footer-columns {
	text-align: center;
}
.site-footer #footer-columns .panel-grid-cell {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1.6;
	margin-right: 50px;
}
.site-footer #footer-columns .panel-grid-cell:last-child {
	margin-right: 0;
}
#copyright-row {
	padding: 25px 0 30px;
}
#copyright-row .panel-grid-cell {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#copyright-row .panel-grid-cell:last-child {
	float: right;
}
#copyright-row p {
	margin-bottom: 0;
}
.copyright-column a {
	color: #606060;
}
footer .social-icons a {
	font-size: 24px;
	margin-right: 15px;
	color: #a78451;
}
footer .social-icons a:hover {
	color: #cf9f51;
}
.copyright-column a:hover {
	text-decoration: underline;
}
footer .social-icons a:last-child {
	margin-right: 0;
}
#footer-columns {
	padding-bottom: 10px;
	max-width: 775px;
	margin: 0 auto;
}
#copyright-row .double-border-top:before {
	top: 2px;
}

/*
Custom styling
---------------------------------------------------------------------------------------------------- */

/*
home banner
--------------------------------------------------- */

#banner {
	background: url(images/banner.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}
#banner h1 {
	margin-bottom: 0;
}
#banner .wrap {
	padding: 0 60px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -40%);
	-moz-transform: translate(-50%, -40%);
	-o-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%,-40%);
	width: 100%;
}
#scroll-down {
	font-size: 64px;
	color: #a78451;
	margin-top: 30px;
}

/*
site menu
--------------------------------------------------- */

#site-menu {
	position: relative;
	width: 100%;
	z-index: 99;
}
#site-menu .c-hamburger {
	display: block;
	margin-left: 15px;
}
#site-menu .c-hamburger.is-active {
	height: 30px;
	top: -7px;
}
.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
	background-color: #a1a1a1;
}
#site-menu .c-hamburger--htx.is-active span::before {
	top: 12px;
}
.top-panel {
	background: #fff;
	text-align: right;
	line-height: 1;
	color: #a78451;
	position: relative;	
	-webkit-box-shadow: 0px 0px 9px 4px rgba(227, 227, 227, 0.92);
	-moz-box-shadow: 0px 0px 9px 4px rgba(227, 227, 227, 0.92);
	box-shadow: 0px 0px 16px 1px rgba(219, 219, 219, 0.6);
}
#site-menu .toggle-btn {
	position: absolute;
	top: 53px;
	right: 19px;
	display: inline-block;
	text-transform: uppercase;
	z-index: 9;
	line-height: 1;
	color: #a78451;
	cursor: pointer;
}
.top-panel .wrap {
	text-align: center;
	font-size: 25px;
	padding: 46px 100px 44px 0;
}
.top-panel .wrap li {
	display: inline-block;
	margin-right: 30px;
}
.top-panel li a {
	color: #a78451;
	display: inline-block;
}
.top-panel i {
	color: #a1a1a1;
	margin-right: 6px;
}
.email-id a:after {
	display: block;
	content: '';
	border-bottom: 1px solid #c9a775;
	margin-top: 3px;
}
.main-menu .panel-on-middle {
	max-width: 675px;
	margin: 0 auto;
	padding-left: 100px;
}
.main-menu .menu .center-item {
	width: 100%;
	text-align: center;
	display: block;
	padding-right: 85px;
	margin-left: 0 !important;
}
.main-menu .menu li:first-child:before {
	display: none;
}
.main-menu .menu li:first-child a {
	font-size: 30px;
	color: #a78451;
	font-family: 'Libre Baskerville', serif;
	margin-left: -14px;
}
.main-menu .menu li:first-child:hover a {
	font-weight: normal;
}
.main-menu .menu li:first-child a:after {
	display: block;
	clear: both;
	content: '';
	margin-top: 3px;
	border-bottom: 2px solid transparent;
}
.main-menu .menu li:first-child a:hover {
	color: #c7954c;
}
.main-menu .menu li:first-child a:hover:after{
	border-bottom: 2px solid #c9a775;
}

.main-menu .menu li {
	display: block;
	margin-bottom: 9px;
}
.main-menu .menu a {
	font-size: 21px;
	color: #606060;
	display: inline-block;
}
.main-menu .menu a:hover {
	color: #c7954c;
	font-weight: bold;
}
.main-menu {
	padding-top: 43px;
}
.strategy-menu li {
	width: 50%;
	float: left;
}
.main-menu .menu li:before {
   	content: '';
	display: inline-block;
	background: #a78451;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: top;
	margin-top: 11px;
	margin-left: -12px;
	margin-right: 12px;
}
.main-menu .panel-grid {
	padding-bottom: 38px;
	margin-bottom: 40px !important;
	border-bottom: 1px solid #e8dfd2;
}
.main-menu .panel-grid:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.main-menu .panel-on-middle .panel-grid {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: none;
}
.right-menu {
	margin-left: -15px;
}
.main-menu .widget_black_studio_tinymce {
	text-align: center;
}
.main-menu .widget_black_studio_tinymce li {
	display: inline-block;
	padding: 0 70px;
	font-size: 21px;
	text-transform: uppercase;
}
.main-menu .widget_black_studio_tinymce a {
	color: #606060;
	font-weight: 300;
}
.main-menu .widget_black_studio_tinymce a:hover {
	color: #c7954c;
	font-weight: bold;
}
.toggle-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	display: none;
	background: #fff;
	-webkit-box-shadow: 0px 0px 9px 4px rgba(227, 227, 227, 0.92);
	-moz-box-shadow: 0px 0px 9px 4px rgba(227, 227, 227, 0.92);
	box-shadow: 0px 0px 16px 1px rgba(219, 219, 219, 0.6);
}

/*
happens panel styling
--------------------------------------------------- */

#happens-panel .panel-grid-cell {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
	font-size: 24px;
}
#happens-panel {
	padding: 52px 0 67px;
	background: #f6f6f6;
}
.double-border-btm {
	border-bottom: 1px solid #a78451;
	position: relative;
}
.double-border-btm:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	border-top: 1px solid #a78451;
}
#happens-panel h3 {
	color: #a78451;
	margin-bottom: 8px;
}
.panel-grid .widget-title,
#news-letter .widget-title {
	font-size: 34px;
}

/*
success story styling
--------------------------------------------------- */

#success-story-panel {
	padding: 103px 0 60px;
	/*background: url(images/black-bg.jpg) center top;*/
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
}
.services-panel .panel-grid-cell {
	margin-bottom: 40px;
}
#success-story-panel h3 {
	color: #bcbcbc;
	margin-bottom: 60px;
}
#success-story-panel .widget-title:before,
#success-story-panel .widget-title:after {
	border-bottom: 1px solid #6d6d6d;
}	
.heading-border .widget-title:before,
.heading-border .widget-title:after {
	content: '';
	display: block;
	width: 134px;
	border-bottom: 1px solid #a78451;
}
.heading-border .widget-title:before {
	margin: 0 auto 10px;
}
.heading-border .widget-title:after {
	margin: 16px auto 0;
}

#success-story-panel p {
	margin-bottom: 0;
}
#success-story-panel a {
	color: #9c9c9c;
	display: inline-block;
	padding: 2px;
}
#success-story-panel a span {
	display: block;
	border: 1px solid #a78451;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: relative;
	font-size: 35px;
	margin: 0 auto 55px;
}
#success-story-panel a span:before {
	content: '';
	display: block;
	width: 88px;
	height: 88px;
	border: 1px solid #a78451;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	
}
#success-story-panel a:hover {
	color: #c7954c;
}
#success-story-panel a:hover span:before {
	background: #c7954c;
}
#success-story-panel a:hover i {
	color: #f4f4f4;
}
#success-story-panel a i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#success-story-panel a,
#success-story-panel a span:before,
#success-story-panel a span:before,
a {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
#success-story-panel a i:before {
	line-height: 98px;
}
#success-story-panel a .strategy-img {
	background: url(images/strategy.png) no-repeat center top;
	width: 42px;
	height: 42px;
}
#success-story-panel a:hover .strategy-img {
	background-position: 0 -42px;
}
#success-story-panel a .dollar-heart-img {
	background: url(images/dollar-heart.png) no-repeat center top;
	width: 45px;
	height: 40px;
}
#success-story-panel a:hover .dollar-heart-img {
	background-position: 0 -41px;
}
#success-story-panel a .cup-img {
	background: url(images/cup.png) no-repeat center top;
	width: 32px;
	height: 38px;
}
#success-story-panel a:hover .cup-img {
	background-position: 0 -38px;
}
#success-story-panel a .rounds-img {
	background: url(images/rounds-img.png) no-repeat center top;
	width: 43px;
	height: 44px;
}
#success-story-panel a:hover .rounds-img {
	background-position: 0 -44px;
}
.heading-border h3 {
	text-align: center;
}

/*
short bio panel styling
--------------------------------------------------- */

#short-bio-panel {
	background: #f6f6f6;
	padding: 55px 0 53px;	
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	position: relative;
}
#short-bio-panel:before,
#short-bio-panel:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 1px solid #dbcfbe;
	position: absolute;
	left: 0;
}
#short-bio-panel:before {
	top: 48.2%;
}
#short-bio-panel:after {
	bottom: 48.3%;
}
#short-bio-panel .panel-grid-cell {
	max-width: 970px;
	margin: 0 auto;
	border: 1px solid #a78451;
	padding: 5px !important;
	position: relative;
	z-index: 9;
	background: #F6F6F6;
}
#short-bio-panel .textwidget {
	border: 1px solid #bababa;
	padding: 20px 45px 0;
	background: #fafafa;
}
#short-bio-panel p {
	margin-bottom: 24px;
}

/*
testimonials panel styling
--------------------------------------------------- */

#testimonials-panel {
	padding: 56px 0 120px;
	font-size: 18px;
}
.grid-testimonials {
	line-height: 1.66;
	padding-top: 12px;
}
.grid-testimonials .textwidget > p {
	font-style: italic;
}
.brd-right-panel .textwidget > p,
.brd-left-panel .textwidget > p {
	position: relative;
	margin-bottom: 0;
}
.brd-right-panel .textwidget > p:after,
.brd-left-panel  .textwidget > p:before{
	content: '';
	display: block;
	background: url(images/brd-right.png) repeat-y top right;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
}
.brd-right-panel .textwidget > p:after {
	right: -35px;
}
.brd-left-panel  .textwidget > p:before{
	left: -35px;
}
.grid-testimonials .textwidget {
	padding: 0px 20px 65px 15px;
	position: relative;
	min-height: 300px;
}
.testi-author-info {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.testi-author-info h4 {
	font-size: 24px;
	margin-bottom: 0;
	padding-right: 15px;
}
.testi-author-info p {
	margin-bottom: 0;
	font-weight: 300;
}

/*
contact info panel styling
--------------------------------------------------- */

#contact-info {
	padding: 80px 0 90px;
	background: url(images/golden-bg-top.jpg) center top repeat-x, url(images/golden-bg-btm.jpg) center bottom repeat-x, url(images/golden-bg.jpg) center top;
	text-align: center;
	font-size: 21px;
	color: #f7f7f7;
	position: relative;
}
#contact-info h3 {
	color: #f6f6f6;
	max-width: 900px;
	margin: 0 auto 42px;
	line-height: 1.35;
}
#contact-info h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 8px;
}
#contact-info h4:after {
	content: '';
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #a78451;
	padding-top: 10px;
}
.address-info h4:after {
	width: 217px;
}
.phone-no h4:after {
	width: 81px;
}
.email-adr h4:after {
	width: 71px;
}
#contact-info span {
	font-size: 40px;
	line-height: 1;
}
#contact-info .email-adr span {
	font-size: 30px;
	margin-bottom: 12px;
	display: inline-block;
}
#contact-info p {
	margin-bottom: 15px;
	line-height: 1.5;
}
#contact-info a {
	color: #f7f7f7;
}
#contact-info a:hover {
	color: #fff;
}
.grid-contact-panel .textwidget {
	border-right: 1px solid #a78451;
	border-left: 1px solid #a78451;
	min-height: 200px;
}
.border-left-none .textwidget {
	border-left: none;
}
.border-right-none .textwidget {
	border-right: none;
}

/*
Kay’s Blog(recent post) styling
--------------------------------------------------- */

.double-border-top {
	border-top: 1px solid #a78451;
	position: relative;
}
.double-border-top:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #a78451;
}
#recent-blog-posts {
	padding: 65px 0 170px;
	font-size: 18px;
	border: none;
}
#recent-blog-posts .recent-posts {
	overflow: hidden;
	margin: 0 0 34px;
}
.recent-posts .latest-post {
	width: 47%;
	float: left;
	list-style-type: none;
}
.latest-post h2 {
	font-size: 34px;
	line-height: 1.35;
	margin-bottom: 22px;
}
.latest-post h2 a {
	color: #a78451;
}
.latest-post a:hover {
	color: #c7954c;
}
.latest-post .post-info {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 13px;
	letter-spacing: 1.5px;
}
.latest-post .post-info:after {
    content: '';
    display: block;
    width: 134px;
    border-bottom: 1px solid #a78451;
    margin-top: 13px;
}
#recent-blog-posts h3 {
	margin-bottom: 54px;
}
.recent-posts .latest-post {
	width: 48.75%;
	float: left;
	list-style-type: none;
	padding-right: 4.25%;
	line-height: 1.45;
	position: relative;
}
.recent-posts .latest-post:last-child {
	float: right;
	padding: 0 0 0 4.25%;
}
.recent-posts .latest-post:before {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	top: 4px;
	border-top: 1px solid #ecd5b3;
	border-width: 354px;
}
.recent-posts .latest-post:first-child:before {
	right: 0;
}
.recent-posts .latest-post:last-child:before {
	left: 0;
}
.entry-content .read-more a,
.read-more a {
	color: #a78451;
	border-bottom: 3px double #a78451;
	padding-bottom: 1px;
	font-style: italic;
	display: inline-block;
	position: relative;
	top: -9px;
}
.more-post {
	text-align: center;
	font-size: 19px;
	max-width: 238px;
	margin: 0 auto;
	border: 1px solid #a78451;
	padding: 2px;
	font-family: 'Libre Baskerville', serif;
}
.entry-content .more-post a,
.more-post a {
	display: block;
	padding: 12px 10px;
	border: 1px solid #bd9b6a;
	color: #464646;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
.entry-content .more-post a:hover,
.more-post a:hover {
	background: #c7954c;
	color: #fff;
}

/*
Newsletter section styling
--------------------------------------------------- */

#news-letter,
.news-letter-video {
	clear: both;
	position: relative;
	overflow: hidden;
}
#news-letter {
	height: 500px;
}
.news-letter-video {
	min-width: auto;
	min-height: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%,-45%);
	-moz-transform: translate(-50%,-45%);
	-o-transform: translate(-50%,-45%);
	-ms-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
	width: 100%;
}
.news-letter-video video {
	display: block;
}
.news-letter-video:before {
	content: '';
	background: rgba(255, 255, 255, 0.8);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: 100% 200px;
	z-index: 1;
}
#news-letter.double-border-top:before,
#news-letter.double-border-btm:before {
	z-index: 5;
	top: 2px;
}
#news-letter .wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
	overflow: hidden;
}
#news-letter .widget {
	max-width: 740px;
	margin: 0 auto;
	font-size: 18px;
}
#news-letter li {
	max-width: 234px;
	clear: none;
	float: left;
	margin: 0 12px 0 0;
}
#news-letter li label {
	font-weight: normal;
	margin: 0;
	font-size: 16px;
}
#news-letter li input {
	width: 100%;
	padding: 14px 19px;
}
#news-letter .gform_body,
#news-letter .gform_footer {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	width: auto;
}
.submit-button {
	text-align: center;
	font-size: 19px;
	width: 238px;
	border: 1px solid #a78451;
	padding: 2px;
	font-family: 'Libre Baskerville', serif;
	display: block;
	clear: both;
}
.submit-button input[type="submit"] {
	width: 100% !important;
	margin: 0 !important;
}
#news-letter .gfield_required {
	display: none;
}
#news-letter  .gform_wrapper {
	max-width: 100%;
	margin: 25px 0;
}
.news-letter-banner {
	background: url('images/nature-sky-forest-fog.jpg') no-repeat top center;
	background-size: cover;
	height: 432px;
	position: relative;
}
.news-letter-banner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(252, 252, 252, 0.89);
}
#news-letter p:last-child {
	font-size: 15px;
}
body #news-letter .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0.205em;
}

/*
sponsors logo section styling
--------------------------------------------------- */

#sponsors {
	padding: 50px 0 70px;
}
#sponsors .widget-title {
	margin-bottom: 5px;
}
#sponsors .heading-border .widget-title:after {
	border-bottom: 1px solid #6d6d6d;
}
#sponsors .clients-logo .textwidget {
	position: relative;
	min-height: 120px;

}
#sponsors .clients-logo p {
	margin-bottom: 0;
}
#sponsors .textwidget img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/*
Inside page styling
---------------------------------------------------------------------------------------------------- */

/*
header(page title/featured image) styling
--------------------------------------------------- */

#page-header {
	background-size: cover !important;
	height: 394px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#page-header:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(252, 252, 252, 0.47);
}
.custom-bg {
	background: url('images/default-header-bg.jpg') no-repeat top center;
}
#page-header .wrap, #gray-page-header .wrap {
	position: absolute;
	width: 100%;
	top: 63%;
	left: 50%;
	-webkit-transform: translate(-50%, -63%);
	-moz-transform: translate(-50%, -63%);
	-o-transform: translate(-50%, -63%);
	-ms-transform: translate(-50%, -63%);
	transform: translate(-50%, -63%);
	text-align: center;
}
#page-header h1 {
	font-size: 45px;
	color: #646464;
	margin-bottom: 0;
}
#page-header h1:before,
#page-header h1:after {
	content: '';
	display: block;
	width: 134px;
	border-bottom: 1px solid #a78451;
}
#page-header h1:before {
	margin: 0 auto 10px;
}
#page-header h1:after {
	margin: 16px auto 0;
}
#page-header .archive-description {
	background: transparent;
	margin-bottom: 0;
	padding: 0;
}

/*
Case Studies page styling
--------------------------------------------------- */

.su-tabs-pane p:first-of-type:first-letter,
.entry-content p:first-of-type:first-letter {
	font-size: 23px;
	color: #a78451;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
body .su-tabs-vertical {
	background: transparent;
	margin: 0;
	border: none;
	padding: 2px 25px 20px 11px;
}
body .su-tabs-vertical .su-tabs-nav {
	width: 29%;
	margin-right: 5%;
	font-family: 'Ubuntu', sans-serif;
}
body .su-tabs-vertical .su-tabs-panes {
	width: 59%;
	line-height: 1.3;
}
body .su-tabs-pane {
	padding: 0;
	font-size: 16px;
}
.su-tabs-panes h4 {
	color: #A78451;
	margin-bottom: 20px;
}
.su-tabs-panes h4:after {
	content: '';
	display: block;
	width: 90px;
	border-bottom: 1px solid #bababa;
	margin-top: 13px;
}
body .su-tabs-vertical .su-tabs-nav .su-tabs-current,
body .su-tabs-vertical .su-tabs-nav > span:hover {
	background: transparent !important;
}
.su-tabs-vertical .su-tabs-nav span.su-tabs-current span,
.su-tabs-vertical .su-tabs-nav span:hover span {
	color: #fff;
}
body .su-tabs-vertical .su-tabs-nav > span {
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #a78451;
	border-radius: 0 !important;
	position: relative;
}
body .su-tabs-vertical .su-tabs-nav .tab-title {
	border: 1px solid #a78451;
	border-radius: 0 !important;
	padding: 16px 15px 16px 92px;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.45;
	color: #646464;
	width: 100%;
}
.su-tabs-vertical .su-tabs-current .tab-title,
body .su-tabs-vertical .su-tabs-nav span:hover {
	background: #a78451;
}
.line-chart-icon span:before {
	content: '';
	display: inline-block;
	background: url(images/tab-line-chart-icon.png) no-repeat;
	width: 40px;
	height: 31px;
	position: absolute;
	top: 28px;
	left: 33px;
	z-index: 9;
}
.line-chart-icon:hover span:before,
.line-chart-icon.su-tabs-current span:before {
	background-position: 0 -31px;
}
.strategy-img span:before {
	content: '';
	display: inline-block;
	background: url(images/tab-strategy-icon.png) no-repeat;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 23px;
	left: 33px;
	z-index: 9;
}
.strategy-img:hover span:before,
.strategy-img.su-tabs-current span:before {
	background-position: 0 -42px;
}
.fire-icon span:before {
	content: '';
	display: inline-block;
	background: url(images/tab-fire-icon.png) no-repeat;
	width: 28px;
	height: 35px;
	position: absolute;
	top: 26px;
	left: 33px;
	z-index: 9;
}
.fire-icon:hover span:before,
.fire-icon.su-tabs-current span:before {
	background-position: 0 -35px;
}
.dollar-heart-img span:before {
	content: '';
	display: inline-block;
	background: url(images/tab-dollar-heart-icon.png) no-repeat;
	width: 45px;
	height: 41px;
	position: absolute;
	top: 25px;
	left: 33px;
	z-index: 9;
}
.dollar-heart-img:hover span:before,
.dollar-heart-img.su-tabs-current span:before {
	background-position: 0 -41px;
}
.cup-img span:before {
	content: '';
	display: inline-block;
	background: url(images/tab-cup-icon.png) no-repeat;
	width: 32px;
	height: 38px;
	position: absolute;
	top: 25px;
	left: 33px;
	z-index: 9;
}
.cup-img:hover span:before,
.cup-img.su-tabs-current span:before {
	background-position: 0 -38px;
}
.bullseye-icon span:before {
	content: '';
	display: inline-block;
	background: url(images/tab-bullseye-icon.png) no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	top: 24px;
	left: 26px;
	z-index: 9;
}
.bullseye-icon:hover span:before,
.bullseye-icon.su-tabs-current span:before {
	background-position: 0 -43px;
}

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
post styling
--------------------------------------------------- */

article.post {
	border-bottom: 4px double #A78451;
	padding-bottom: 30px;
	line-height: 1.5;
	margin-bottom: 36px;
}
article.post .entry-title {
	font-size: 34px;
	color: #966e34;
	margin-bottom: 22px;
}
article.post .entry-title a {
	color: #966e34;
}
article.post .entry-content {
	line-height: 1.3;
}
.post-featured-image {
	float: right;
	text-align: center;
	background: #f6f6f6;
	padding: 2px;
	margin-left: 15px;
	margin-bottom: 25px;
	border: 1px solid #a88452;
	color: #606060;
}
.post-featured-image .caption {
	font-size: 14px;
	padding: 3px 0 7px;
	display: block;
}
.entry-content .wp-caption {
	text-align: center;
	background: #f6f6f6;
	padding: 2px;
	border: 1px solid #a88452;
	color: #606060;
}
.entry-content .wp-caption p {
	font-size: 14px;
	padding: 3px 5px 7px;
	display: block;
	margin-bottom: 0;
}
.entry-content .wp-caption img {
	display: block;
	width: 100%;
}
article.post .entry-content p:first-of-type:first-letter {
	font-size: 23px;
	color: #a78451;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
article.post .entry-content a:hover{
	color: #c7954c;
}
.read-full-post {
	float: right;
	color: #a78451;
	border-bottom: 3px double #a78451;
	padding-bottom: 1px;
	font-style: italic;
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: -5px;
}
.social-icon-btns {
	margin-bottom: 13px;
}
.share-this-post {
	margin: 20px 0 0;
	clear: both;
	display: inline-block;
	width: 100%;
}

/*
sidebar styling
--------------------------------------------------- */

.sidebar .widget-title {
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a78451;
	margin-bottom: 20px;
}
.sidebar a {
	color: #966e34;
	border-bottom: 1px solid #ac8f6a;
	line-height: 1;
	display: inline-block;
}
.sidebar .widget_black_studio_tinymce ul {
	margin-bottom: 40px;
}
.sidebar .widget_black_studio_tinymce li {
	font-size: 18px;
	margin-bottom: 14px;
}
.sidebar .widget_black_studio_tinymce img {
	padding: 3px;
	margin-bottom: 0;
}
.sidebar .widget_black_studio_tinymce img {
	border: 1px solid #a88452;
	padding: 2px;
}
.small-font {
	font-size: 14px;
}
.sidebar .book-panel img {
	border: none;
	padding: 0;
	float: left;
	margin-right: 0;
}
.book-panel {
	width: 102%;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	left: -10px;
}
.book-panel a {
	display: inline;
	position: relative;
	top: 24px;
}
.book-panel .buy-link {
	display: inline-block;
	margin-top: 20px;
}
.widget_categories li,
.widget_recent_entries li {
	color: #966e34;
	margin-bottom: 2px;
}
.widget_categories li a,
.widget_recent_entries li a {
	border: none;
	display: initial;
}
.recentcomments {
	font-size: 0;
}
.recentcomments a {
	font-size: 16px;
}

/*
custom archives styling
-------------------------- */

.archive-year h3 {
	font-size: 18px;
	color: #966e34;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
}
.archive-list {
	padding-left: 16px;
	margin-bottom: 5px;
	font-size: 18px;
}
.archive-year a {
	border-bottom: none;
}
.archive-year i {
	color: #966e34;
	vertical-align: top;
	padding-top: 1px;
	margin-right: 5px;
	transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-ms-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	-webkit-transition: 300ms all ease;
}
.archive-year.open-list i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	padding-left: 5px;
	position: relative;
	top: -2px;
}
body .st_twitter_large .stButton {
	margin: 0;
}
body .st_twitter_large .stLarge {
	background-image: url(images/twitter-icon.png) !important;
	width: 57px;
	height: 18px;
	position: relative;
	top: -3px;
}
body .st_fblike_large .fb-like {
	background-image: url(images/fb-like.png) !important;
	width: 57px;
	height: 18px;
}
body .st_fblike_large > span {
	margin: 0 2px 0 2px !important;
}
body .st_fblike_large .fb-like span {
	opacity: 0;
}
body .st_plusone_large > div {
	background-image: url(images/gplus.png) !important;
	width: 57px !important;
	height: 18px !important;
	bottom: 8px !important;
}
body .st_plusone_large > div > div {
	opacity: 0;
	width: 57px !important;
	height: 18px !important;
}
body .st_linkedin_large > span {
	background-image: url(images/linkedin-icon.jpg) !important;
	width: 57px !important;
	height: 18px !important;
	bottom: 3px !important;
}
body .st_linkedin_large > span > span {
	opacity: 0;
	width: 57px !important;
	height: 18px !important;
}
body .st_sharethis_large .stLarge {
	background-image: url(images/share-this-icon.png) !important;	
	height: 15px;
	width: 14px;
}
body .st_sharethis_large > span:after {
	content: 'Share this post';
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	margin-left: 4px;
	position: relative;
	top: -1px;
}
body .stButton .stLarge:hover {
	background-position: 0;
}
.entry-content .no-break {
	display: none;
}
.entry-content .social-icon-btns .no-break {
	display: block;
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

.entry-footer {
	border-top: 1px solid #e3ceaf;
	border-bottom: 1px solid #e3ceaf;
	padding: 12px 25px;
	margin: 33px 0 20px;
}
.entry-footer .entry-meta {
	margin-bottom: 2px;
}
.entry-footer span {
	font-weight: bold;
	color: #966e34;
}
.entry-footer span a {
	font-weight: normal;
}
.entry-footer i.fa {
	color: #966e34;
	margin-right: 1px;
}
#respond {
	background: #f6f6f6;
	padding: 52px 47px 25px;
	margin-bottom: 70px;
}
#respond h3 {
	font-size: 24px;
	text-transform: lowercase;
}
#respond h3:first-of-type:first-letter {
	text-transform: uppercase;
}
#respond h3:after {
	content: '';
	display: block;
	width: 269px;
	border-bottom: 1px solid #a78451;
	margin-top: 6px;
}
.comment-notes {
	display: none;
}
#respond p {
	margin-bottom: 7px;
}
#respond .required {
	color: #9e0b0f;
	position: relative;
	left: -3px;
	font-weight: 600;
}
label[for="email"]:after {
	content: '(will not be published)';
	display: inline-block;
}
#respond .submit-button {
	margin-top: 30px;
}
form .submit-button {
	margin: 0;
}
#respond #submit {
	background: #fff;
}
#respond #submit:hover {
	background-color: #c7954c;
}

/*
Dummy page styling
---------------------------------------------------------------------------------------------------- */

.dummy-content {
	max-width: 580px;
	margin: 0 auto;
}
.simple-styling,
.hover-styling {
	min-width: 250px;
	float: left;
	font-family: 'Libre Baskerville', serif;
}
.box-color {
	vertical-align: top;
	line-height: 50px;
	font-size: 28px;
}
.box-color:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #646464;
	margin-right: 10px;
}
.box-color:before {
	color: #646464;
}
.normal-color {
	color: #a78451;
}
.normal-color:before {
	background: #a78451;
}
.hover-color {
	color: #c7954c;
}
.hover-color:before {
	background: #c7954c;
}

.entry-content a {
	color: #a78451;
}
.entry-content a:hover {
	color: #c7954c;
}
.menu li.link-none a {
	pointer-events: none;
	cursor: text;
}
.page-id-30 .entry-content a[href$=".pdf"] {
	background: url('images/pdf_grey.png') no-repeat left top;
	padding-top: 2px;
	padding-left: 28px;
	min-height: 26px;
	display: inline-block;
}

/*
Media page tabs styling
---------------------------------------------------------------------------------------------------- */

body .horizontal-tabs {
	margin: 0 0 40px;
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.horizontal-tabs .su-tabs-nav {
	margin-bottom: 30px;
}
.horizontal-tabs .su-tabs-nav > span.su-tabs-current {
	background: url(images/tab-arrow.png) no-repeat left bottom;
	padding: 0;
	color: #a78451;
}

body .horizontal-tabs .su-tabs-nav span:hover {
	background-color: transparent;
}
body .horizontal-tabs .su-tabs-nav span {
	padding: 0;
	margin: 0 40px 20px 0;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
body .horizontal-tabs .su-tabs-nav > span:after {
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	background: #464646;
	margin-top: 15px;
}
body .horizontal-tabs .su-tabs-nav span.su-tabs-current:after {
	display: none;
}
.horizontal-tabs .su-tabs-panes > div,
.horizontal-tabs .su-tabs-panes > div p {
	padding: 0;
	font-size: 16px;
}
.mejs-audio {
	max-width: 567px;
}
.search-results .sidebar {
	display:none;
}
.search-results .content {
	width: 100%;
}

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

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

	#banner .wrap {
		top: 60%;
	}

}

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

	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 660px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 280px;
	}
	#banner .wrap {
		padding: 0;
	}
	.testi-author-info p {
		font-size: 17px;
	}
	.grid-testimonials .textwidget {
		min-height: 370px;
	}
	#contact-info h4 {
		font-size: 22px;
	}
	#page-header {
		height: 350px;
	}
	body .su-tabs-vertical {
		padding: 0;
	}
	#news-letter {
		height: 320px;
	}
	article.post .entry-title {
		font-size: 32px;
		line-height: 1.2;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.site-inner {
		padding: 40px 5% 0;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}
	.content {
		width: 100%;
	}
	.sidebar {
		float: none;
		margin: 0 auto;
		clear: both;
	}


	.top-panel .wrap {
		padding: 46px 0 41px 0;
	}
	.top-panel .wrap li {
		display: block;
		margin: 0 0 10px;
	}
	.main-menu .widget_black_studio_tinymce li {
		padding: 0 25px;
	}
	#banner {
		height: 475px;
	}
	#banner h1 {
		font-size: 30px;
		padding: 30px 15px 0;
	}
	#success-story-panel {
		font-size: 20px;
	}
	.panel-grid .widget-title,
	#news-letter .widget-title {
		font-size: 30px;
	}
	#contact-info h4 {
		font-size: 20px;
	}
	#contact-info {
		font-size: 16px;
	}
	.address-info h4:after {
		width: 150px;
	}
	.grid-contact-panel .panel-grid-cell {
		padding: 0 !important;
	}
	.latest-post h2 {
		font-size: 25px;
	}
	#recent-blog-posts {
		padding: 65px 0 70px;
		font-size: 16px;
	}
	#news-letter li {
		max-width: 195px;
	}
	#news-letter .widget {
		max-width: 660px;
	}
	#sponsors {
		padding: 50px 5% 70px;
	}
	.site-footer #footer-columns .panel-grid-cell {
		margin-right: 0;
	}
	.grid-testimonials .textwidget {
		padding: 0px 0 65px;
	}
	.brd-right-panel .textwidget > p:after {
		right: -15px;
	}
	.brd-left-panel .textwidget > p:before {
		left: -15px;
	}
	.grid-testimonials .textwidget {
		padding: 0px 0 90px;
	}
	#page-header {
		height: 300px;
	}
	#page-header h1 {
		font-size: 32px;
	}
	#page-header .wrap,
	#gray-page-header .wrap {
		padding-top: 63px;
	}
	body .su-tabs-vertical .su-tabs-nav {
		float: left;
	}
	body .su-tabs-vertical .su-tabs-panes {
		float: right;
	}
	body .su-tabs-vertical .su-tabs-nav {
		width: 38%;
		margin-right: 0;
	}
	body .su-tabs-vertical .su-tabs-nav .tab-title {
		padding: 10px 15px 10px 70px;
	}
	.line-chart-icon span:before {
		top: 23px;
		left: 20px;
	}
	.strategy-img span:before {
		left: 20px;
	}
	.fire-icon span:before {
		top: 22px;
		left: 25px;
	}
	.dollar-heart-img span:before {
		top: 18px;
		left: 18px;
	}
	.cup-img span:before {
		left: 24px;
	}
	.bullseye-icon span:before {
		left: 20px;
	}
	body .fb_iframe_widget_fluid {
		display: inline-block;
	}
	
}

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

	.horizontal-tabs .su-tabs-nav span {
		display: inline-block;
	}
}

@media only screen and (max-width: 730px) {
	
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.top-panel .wrap {
		padding: 180px 0 20px 0;
	}
	.main-menu .menu .center-item {
		padding-right: 0;
	}
	.main-menu .panel-on-middle {
		padding-left: 0;
	}
	.main-menu .menu li:first-child a {
			margin-left: 0;
	}
	.main-menu .menu a {
		font-size: 17px;
	}
	.main-menu .menu li {
		padding-left: 20px;
	}
	#banner h1 {
		font-size: 22px;
	}
	.top-panel li a {
		font-size: 18px;
	}
	.main-menu .panel-on-middle .so-panel .panel-grid-cell {
		width: 50% !important;
		float: left !important;
		margin-bottom: 0 !important;
	}
	.main-menu .panel-grid {
		padding-bottom: 30px;
		margin-bottom: 20px !important;
	}
	.main-menu .widget_black_studio_tinymce li {
		padding: 0 10px;
		font-size: 16px;
	}
	.panel-grid .widget-title, #news-letter .widget-title {
		font-size: 25px;
	}
	#happens-panel .panel-grid-cell{
		font-size: 20px;
	}
	#happens-panel {
		padding: 45px 0;
	}
	#success-story-panel {
		padding: 70px 0 60px;
	}
	#success-story-panel a span {
		margin: 0 auto 10px;
	}
	.services-panel .panel-grid-cell {
		margin-bottom: 0;
	}
	#success-story-panel h3 {
		margin-bottom: 30px;
	}
	.grid-testimonials .textwidget {
		padding: 0 0 25px;
		min-height: inherit;
		border-bottom: 4px double #A78451;
	}
	.testi-author-info {
		margin-top: 25px;
		position: relative;
	}
	.grid-testimonials {
		padding-top: 0;
	}
	.brd-right-panel .textwidget > p:after,
	.brd-left-panel .textwidget > p:before,
	.recent-posts .latest-post:first-child:before,
	.recent-posts .latest-post:last-child:before {
		display: none;
	}
	#testimonials-panel {
		padding: 30px 0 60px;
	}
	.border-left-none .textwidget {
		border-left: 1px solid #a78451;
	}
	.border-right-none .textwidget {
		border-right: 1px solid #a78451;
	}
	#contact-info {
		padding: 80px 0 65px;
	}
	.recent-posts .latest-post {
		width: 100%;
		padding-right: 0;
	}
	.recent-posts .latest-post:last-child {
		padding: 0;
	}
	#news-letter {
		height: auto;
	}
	#news-letter .submit-button {
		width: 130px;
		margin: 15px auto 0;
	}
	#news-letter li input {
		padding: 10px;
	}
	#news-letter li {
		max-width: inherit;
		width: 49%;
		margin: 0;
	}
	#news-letter .gform_body li:last-child {
		margin: 0;
		float: right;
	}
	#news-letter .gform_body,
	#news-letter .gform_footer {
		width: 100%;
		padding: 0 15px !important;
	}
	.news-letter-video video {
		display: none;
	}
	.news-letter-video {
		background: url('images/nature-sky-forest-fog.jpg') no-repeat top center;
		background-size: cover;
		height: 432px;
		padding-top: 0;
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
	.site-footer #footer-columns .panel-grid-cell {
		padding-right: 10px;
		width: 50%;
	}
	.site-footer #footer-columns .panel-grid-cell:nth-child(2n) {
		padding-left: 10px;
		padding-right: 0;
	}
	.site-footer #footer-columns .panel-grid-cell a {
		word-wrap: break-word;
	}
	#copyright-row .panel-grid-cell {
		width: 100% !important;
		text-align: center;
		margin-bottom: 20px;
	}
	#copyright-row {
		padding: 25px 0 10px;
	}
	#page-header h1 {
		font-size: 25px;
	}
	#page-header .wrap, #gray-page-header .wrap {
		padding-top: 0;
		top: 70%;
		left: 50%;
		-webkit-transform: translate(-50%, -30%);
		-moz-transform: translate(-50%, -30%);
		-o-transform: translate(-50%, -30%);
		-ms-transform: translate(-50%, -30%);
		transform: translate(-50%, -30%);
	}
	body .su-tabs-vertical .su-tabs-nav {
		width: auto;
		margin-bottom: 35px;
	}
	body .su-tabs-vertical .su-tabs-panes {
		width: 100%;
	}
	body .su-tabs-pane {
		min-height: auto !important;
		padding: 0;
	}
	article.post .entry-title {
		font-size: 25px;
	}
	.post-featured-image {
		margin-left: 5px;
	}
	#respond {
		padding: 35px 30px 25px;
	}
	body .su-tabs-nav span {
		font-size: 15px;
		margin: 0 15px 20px 0;
	}
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	.site-footer #footer-columns .panel-grid-cell,
	.site-footer #footer-columns .panel-grid-cell:nth-child(2n) {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.post-featured-image {
		float: none;
		overflow: hidden;
		display: inline-block;
	}

}

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

	#news-letter li {
		width: 100%;
	}
	#news-letter .submit-button {
		width: 100%;
	}
	
}
