/*
Theme Name: New Simple
Theme URI: http://elevate5.com
Description: A quick start theme created for the Genesis Framework.
Author: Elevate5
Author URI: http://elevate5.com
Version: 1.1.0
Template: genesis
Template Version: 2.2.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Sticky Navigation
	- Primary Navigation
	- Responsive Navigation
	- Skip Links
- Homepage
	- Homepage Hero
	- Homepage Services
	- Homepage Gallery
	- Homepage Opt-in
	- Homepage About
	- Meet Our Team
	- Homepage Testimonials
	- Homepage Blog Loop
	- Homepage Extras
	- Homepage Contact
- Page Templates
	- About Page
	- Services Archive & Single
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


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

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

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


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

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



@font-face {
    font-family: 'GirlBoss';
    src: url(fonts/Girl-Boss-Script.otf);
    font-weight: normal;
    letter-spacing: 0;
} 


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

/* Chrome fix */
body > div {
    font-size: 1.7rem;
}

body {
	background-color: #fff;
	color: #3d3d3d;
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}


body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

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

a:hover,
a:focus {
	color: #94603e;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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

.centered {
	text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3d3d3d;
	font-family: freight-display-pro, serif;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 56px;
	font-size: 5.6rem;
}

h2 {
	font-size: 52px;
	font-size: 5.2rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

h5 {
	font-size: 22px;
	font-size: 2.2rem;
}

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

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 13px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half, 
.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 0 !important;
}

.gform_wrapper textarea.large {
	margin-top: 20px;
}

.gform_wrapper li.hidden_label input {
	margin-top: 18px !important;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #94603e;
	border: 2px solid transparent;
	color: #f9f9f6;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 4px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: transparent;
	border: 2px solid #f9f9f6;
	color: #f9f9f6;
}


.button.tan {
	background-color: #94603e;
	border: 2px solid transparent;
	color: #f9f9f6;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 4px;
}


.button.tan:hover {
	background-color: transparent;
	border: 2px solid #94603e;
	color: #94603e;
}




.button.white {
	background-color: transparent;
	border: 2px solid #f9f9f6;
	color: #f9f9f6;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 4px;
}


.button.white:hover {
	background-color: #f9f9f6;
	border: 2px solid transparent;
	color: #3d3d3d;
}





.button.teal {
	background-color: #086363;
	border: 2px solid transparent;
	color: #f9f9f6;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 4px;
}


.button.teal:hover {
	background-color: #94603e;
	border: 2px solid transparent;
	color: #f9f9f6;
}




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

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
	margin-bottom: 50px;
	padding: 7px 30px;
	position: relative;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.home .site-inner {
	padding-top: 0;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}


.one-sixth {
	width: 14.52991452991453%;
}


.one-fifth {
    width: 16.52991452991453%;
}


.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 60px 60px 20px;
}

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

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 58px;
    font-size: 5.8rem;
    font-style: italic;
    text-align: center;
}

h1.entry-title {
	font-size: 58px;
    font-size: 5.8rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
}

.single .entry-title {
	padding-bottom: 15px;
	border-bottom: 2px solid #d8d0c2;
	font-size: 38px;
	font-size: 3.8rem;
	font-style: italic;
	margin-bottom: 20px;
}


.single .button:hover {
	color: #94603e;
	border: 2px solid #94603e;
}


.archive .entry-title {
	font-size: 25px;
	font-size: 2.5rem;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #94603e;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	color: #a5a7aa;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	margin-bottom: 0;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	min-height: 160px;
}

.site-header .wrap {
	padding: 70px;
}

.home .site-header .wrap {
	padding: 100px 0 50px;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

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

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

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

.home.header-image .site-title > a {
	background: url(images/logo.png) center/contain no-repeat;
}

.header-image .site-title > a {
	background: url(images/logo-inner.png) no-repeat center;
	float: left;
	min-height: 244px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 28px 18px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

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

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Sticky Header
----------------------------------------------------- */

.mini-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	display: none;
	background: rgba(8, 99, 99, 0.95);
	border-bottom: 1px solid #086363;
}

.admin-bar .mini-header {
	top: 32px;
}

.mini-header .alignleft {
	margin-top: 10px
}

.mini-header .nav-primary {
	background-color: transparent;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-transform: uppercase;
}

.mini-header .nav-primary a {
	color: #f9f9f6;
	text-decoration: none;
	padding: 24px 18px;
}

.mini-header .nav-primary a:hover,
.mini-header .nav-primary a:active {
	color: #d8d0c2;
	text-decoration: none;
}


.mini-header .menu-item-10634 {
	display: none;
}


.mini-header .nav-primary .menu-button a {
	background-color: transparent;
	border: 0px;
	color: #f9f9f6;
	width: auto;	
}


.mini-header .nav-primary .menu-button a:hover,
.mini-header .nav-primary .menu-button a:focus,
.mini-header .nav-primary .menu-button a:hover,
.mini-header .nav-primary .menu-button a:focus {
	background-color: transparent;
	border: 0px solid transparent;
	color: #d9d1c4;
}


.mini-header .genesis-nav-menu .right {
	padding: 24px 0;
}


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

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

.nav-primary .genesis-nav-menu a {
	color: #f9f9f6;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1.2px;
	padding: 30px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
	color: #d9d1c4;
}


.nav-primary .genesis-nav-menu .sub-menu {
	background-color: #f9f9f6;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #086363;
	font-size: 14px;
	padding: 14px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #94603e;
}



/* Menu Item Button */

.nav-primary .menu-button {
	float: right;
	margin-top: 0px;
}

@media only screen and (max-width: 800px) {
	.nav-primary .menu-button {
		float: none;
	}
}

.nav-primary .menu-button a,
.header-nav .menu-button a {
	background-color: transparent;
	border: 2px solid #f9f9f6;
	color: #f9f9f6;
	padding: 12px 24px;
	width: auto;
	border-radius: 4px;
}


.nav-primary .menu-button a:hover,
.nav-primary .menu-button a:focus,
.header-nav .menu-button a:hover,
.header-nav .menu-button a:focus {
	background-color: #94603e;
	border: 2px solid transparent;
	color: #f9f9f6;
}



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

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

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

.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

.menu-text {
	color: #fff;
	line-height: 1;
	vertical-align: top;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	margin-top: 10px;
	margin-left: 3px;
	display: inline-block;
	text-transform: uppercase;
}



/* # Homepage 
---------------------------------------------------------------------------------------------------- */

/* ## Homepage Hero
--------------------------------------------- */

/*.hero-overlay {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(30%,rgba(255,255,255,0.5)), color-stop(80%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0.9) 100%);
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}*/

.home-hero .wrap {
	max-width: 950px;
	padding: 40px 0 60px;
	text-align: center;
}



.home .home-hero .wrap {
	max-width: 900px;
	padding: 50px 0 0;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.home .home-hero .wrap {
		padding: 0 20px 0;
	}
}

.hero-description-area {
    max-width: 100%;
	text-align: center;
	padding: 0 0 180px;
}



.hero-headline {
	font-size: 42px;
	font-size: 4.2rem;
	color: #f9f9f5;
	font-weight: 600;
	margin: 0 0 45px;
}


.hero-headline span {
	font-style: italic;
}


.home-hero p {
	font-size: 22px;
	font-size: 2.2rem;
}

.hero-left.button {
	background-color: #94603e;
	border: 2px solid transparent;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 2px;
	line-height: 1;
	padding: 14px 34px;
	font-size: 15px;
    font-size: 1.5rem;
    border-radius: 5px;
}

.hero-left.button:hover {
	background-color: transparent;
	border: 2px solid #f9f9f6;
	color: #f9f9f6;
}

.hero-right.button {
	background-color: #94603e;
	border: 2px solid transparent;
	color: #f9f9f6;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 2px;
	line-height: 1;
	padding: 14px 34px;
	font-size: 15px;
    font-size: 1.5rem;
}

.hero-right.button:hover {
	background-color: transparent;
	border: 2px solid #f9f9f6;
	color: #f9f9f6;
}

.hero-spacer {
	padding: 0 40px;
}





/* ## Misc Univeral Classes
--------------------------------------------- */

.narrow-content-800 {
	max-width: 800px;
	margin: 0 auto;
}

.narrow-content-700 {
	max-width: 700px;
	margin: 0 auto;
}

.highlight-box {
	max-width: 800px;
    margin: 35px auto 60px;
    background-color: #f9f9f5;
    padding: 70px 60px 50px;
    outline: 2px solid #b09172;
    outline-offset: -20px;
}


.narrow-content-700 .button:hover {
	background-color: transparent;
    border: 2px solid #94603e;
    color: #94603e;
}




/* ## Homepage Services
--------------------------------------------- */

.single-service img {
	max-width: 50%;
}

.home-services,
.sales-services {
	padding: 140px 0 100px;
}

.services-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.services-title:before,
.services-title:after {
	background-color: #344656;
	content: '';
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 80px;
}
.services-title:before {
	right: 30px;
	margin-left: -50%;
}
.services-title:after {
	left: 30px;
	margin-right: -50%;
}

.service-title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.single-service,
.two-services,
.three-services {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0;
}

.button-container {
	clear: both;
	text-align: center;
}

/* ## Homepage Gallery
--------------------------------------------- */

.home-gallery,
.sales-gallery {
	padding: 140px 0;
}

.gallery-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.gallery-title:before,
.gallery-title:after {
	background-color: #344656;
	content: '';
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 80px;
}
.gallery-title:before {
	right: 30px;
	margin-left: -50%;
}
.gallery-title:after {
	left: 30px;
	margin-right: -50%;
}

.tabs {
	margin-top: 10px;
	width: 100%;
}

.tabs ul.horizontal {
	border-bottom: 2px solid #fff;
	font-family: 'Work Sans', sans-serif;
	list-style: none outside none;
	margin: 0 0 40px;
	text-transform: none;
}

.tabs ul.horizontal:first-child {
	padding-left: 40px;
}

.tabs li {
	background-color: #fff;
	border: 2px solid #fff;
	border-bottom: none;
	margin: 0 6px 0 0;
	display: inline-block;
}

.tabs a {
	color: #334657;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 20px;
}

.tabs li:hover {
	background-color: #fff;
	border-bottom: none;
}

.tabs li:hover a {
	background-color: #ede9da;
}

.tabs .active {
	background-color: #ede9da !important;
	border-bottom: none;
}

/* ## Homepage Opt-in
--------------------------------------------- */

.home-optin-section {
	background-color: #344656;
	color: #ffffff;
	padding: 60px 0 30px;
}

.home-optin-section form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.home-optin-section .enews-widget {
	margin-top: 50px;
}

.home-optin-section .enews-widget input {
	margin-bottom: 0;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	line-height: 1;
	font-size: 15px;
	border: none;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}

.home-optin-section .enews-widget input[type="submit"] {
	border: 3px solid transparent;
	margin-right: 0;
	padding: 10px 50px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.home-optin-section .enews-widget input[type="submit"]:hover {
	background-color: transparent;
	border: 3px solid #fc6961;
	color: #fc6961;
}
	

.home-optin-section .enews-widget .widget-title {
	color: #ffffff;
	font-family: freight-display-pro, serif;
	font-size: 1.8px;
	font-size: 1.8rem;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-optin-section .enews-widget h3 {
	color: #fff;
	font-family: freight-display-pro, serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-style: italic;
}

.home-optin-section .enews-widget p {
	color: #ffffff;
}

/* ## Homepage About
--------------------------------------------- */

.home-about {
	background-image: url(images/about-pattern-bg2.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.home-about .wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
}


.about-title {
	font-size: 64px;
    font-size: 6.4rem;
	font-weight: 600;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}



.about-title span {
	text-transform: uppercase;
	margin: 0 0 4px;
	font-family: 'Work Sans', sans-serif;
	display: block;
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: 500;
}



.home-about .logos-box {
	margin-top: 50px;
	margin-bottom: 55px;
	text-align: center;
}


.home-about .logos-box span {
	font-family: freight-display-pro, serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #d7cfc2;
}



.home-about .logos-box ul li {
    display: inline;
    vertical-align: middle;
    list-style-type: none;
    margin-right: 5%;
}


.home-about .logos-box ul li:last-child {
    margin-right: 0;
}


.home-about .logos-box img {
	max-width: 160px;
}



.home-about .verse-box {
	font-family: freight-display-pro, serif;
	font-style: italic;
	overflow: auto;
	margin-bottom: 30px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.25;
}

.home-about .verse-box-content {
	border: 2px solid #d7cfc2;
	padding: 20px 25px 20px;
	position: relative;
}

.home-about .verse-box-content .rabbet::before,
.home-about .verse-box-content .rabbet::after {
	background-color: #fff;
	border-color: #d7cfc2;
	border-style: solid;
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
}

.home-about .verse-box-content .rabbet-left::before {
	border-width: 0 2px 2px 0;
	top: -2px;
	left: -2px;
}

.home-about .verse-box-content .rabbet-left::after {
	border-width: 2px 2px 0 0;
	bottom: -2px;
	left: -2px;
}

.home-about .verse-box-content .rabbet-right::before {
	border-width: 0 0 2px 2px;
	top: -2px;
	right: -2px;
}

.home-about .verse-box-content .rabbet-right::after {
	border-width: 2px 0 0 2px;
	bottom: -2px;
	right: -2px;
}

.home-about .verse-box-content p {
	margin-bottom: 0;
}

.home-about .verse-box-content span {
	font-style: normal;
}


/* ## Meet Our Team
--------------------------------------------- */

.meet-our-team {
	padding: 140px 0;
}

.bio-title {
	font-family: freight-display-pro, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	letter-spacing: 0px;
}

.team-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}




/* ## Homepage Testimonials
--------------------------------------------- */

.home-testimonials,
.sales-testimonials {
	background-image: url(images/beige-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



.home-testimonials .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-testimonials blockquote,
.sales-testimonials blockquote {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 20px 10px 30px 0;
	text-align: left;
}

@media only screen and (max-width: 800px) {
	.home-testimonials blockquote,
	.sales-testimonials blockquote {
		margin: 20px 0;
	}
}

.home-testimonials h5,
.sales-testimonials h5 {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 5px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
}


.home-testimonials h6,
.sales-testimonials h6 {
	font-family: freight-display-pro, serif;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}

.home-testimonials h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    font-style: normal;
}

.home-testimonials  ul.testimonials-list li img {
    border-radius: 50%;
    max-width: 250px;
    float: left;
    border: 0px solid #f9f9f6;
    margin-right: 30px;
}

@media only screen and (max-width: 800px) {
	.home-testimonials  ul.testimonials-list li img {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}


.test-inner {
	padding: 35px 10px 15px;
}



.test-inner h2 {
	font-family: 'GirlBoss';
	font-weight: normal;
	color: #3d3d3d;
	margin-top: 25px;
	text-align: center;
	font-size: 74px;
    font-size: 7.4rem;
    margin: 0;
    letter-spacing: 0;
}

.home-testimonials blockquote {
	background-image: url(images/testim-quote3.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-family: freight-display-pro, serif;
    font-style: italic;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0px;
    margin: 5px 10px 15px 0;
    text-align: left;
    line-height: 1.25;
}




.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #086363 !important;
}





/* ## Homepage Blog Loop
--------------------------------------------- */

.home-loop,
.sales-loop {
	
}



.home-loop .wrap {
	padding-top: 60px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.home-blog-title,
.sales-blog-title {
	font-size: 58px;
    font-size: 5.8rem;
	font-weight: 600;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}



.home-blog-title span {
	text-transform: uppercase;
	margin: 0 0 4px;
	font-family: 'Work Sans', sans-serif;
	display: block;
	font-size: 18px;
    font-size: 1.8rem;
}



.home-loop img:hover,
.sales-loop img:hover,
.archive .entry-content img:hover,
.blog .entry-content img:hover {
	opacity: 0.9;
}

.home .entry {
	padding: 0 0 20px;
	margin-bottom: 20px;
}

.home-loop .entry-title,
.sales-loop .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 500;
}



.home-loop .entry-title a {
	color: #3d3d3d;	
}



.home-loop .entry-title a:hover {
	color: #94603e;	
}


.home-loop  p.entry-meta {
	display: none;
}


.home-loop .entry-categories,
.sales-loop .entry-categories {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	display: none;
}


.home-loop .entry-categories a,
.sales-loop .entry-categories a {
	color: #086363;
}

.home-loop .entry-categories a:hover,
.sales-loop .entry-categories a:hover {
	color: #94603e;
	text-decoration: underline;
}

.blog .archive-title {
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.blog .archive-description {
	font-size: 17px;
	font-size: 1.7rem;
}

.blog .entry {
	padding: 50px 50px 20px 0;
}

.blog .archive-description.posts-page-description {
	display: none;
}

@media only screen and (max-width: 800px) {
	.blog .entry {
		padding: 0;
		margin-bottom: 60px;
	}
}

.blog .entry-title {
	font-size: 38px;
    font-size: 3.8rem;
    font-style: italic;
}



.blog .button:hover {
	color: #94603e;
	border: 2px solid #94603e;
}


/* ## Homepage Extras
--------------------------------------------- */

.home-wysiwyg,
.sales-wysiwyg {
	background-color: transparent;
}

.home-wysiwyg .wrap,
.sales-wysiwyg .wrap {
	padding: 140px 0;
}



/* Intro Section */


.intro-section {
	background-color: #086363;
	color: #f9f9f6;
	background-image: url(images/intro-pattern-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
}


.intro-section .wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 140px;
}


.intro-section .intro-box {
	max-width: 700px;
	margin: -160px auto 120px;
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    background-color: #d7cfc2;
    color: #3d3d3d;
	background-repeat: no-repeat;*/
}

.intro-section .intro-box-content {
	border: 2px solid #b09172;
	padding: 45px 45px 15px;
	position: relative;
}

.intro-section .intro-box-content .rabbet::before,
.intro-section .intro-box-content .rabbet::after {
	background-color: #d7cfc2;
	border-color: #b09172;
	border-style: solid;
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
}

.intro-section .intro-box-content .rabbet-left::before {
	border-width: 0 2px 2px 0;
	top: -2px;
	left: -2px;
}

.intro-section .intro-box-content .rabbet-left::after {
	border-width: 2px 2px 0 0;
	bottom: -2px;
	left: -2px;
}

.intro-section .intro-box-content .rabbet-right::before {
	border-width: 0 0 2px 2px;
	top: -2px;
	right: -2px;
}

.intro-section .intro-box-content .rabbet-right::after {
	border-width: 2px 0 0 2px;
	bottom: -2px;
	right: -2px;
}

.intro-section .intro-box h2 {
	color: #3d3d3d;
	font-size: 68px;
	font-size: 6.8rem;
}

.intro-section .intro-box h4 {
	color: #3d3d3d;
	text-transform: uppercase;
	margin: 0 0 4px;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1.2px;
}



.intro-section h4 {
	color: #f9f9f6;
	text-transform: uppercase;
	margin: 25px 0 4px;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.2px;
}

.intro-section h2 {
	color: #f9f9f6;
	font-size: 40px;
    font-size: 4.0rem;
    margin: 0 0 34px;
}


.cowgirl-box {
	text-align: center;
	padding: 60px 180px 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/cowgirl-bg5.png);
	border: 2px solid #d7cfc2;
	margin-top: 90px;
}

@media only screen and (max-width: 800px) {
	.cowgirl-box {
		padding: 60px 30px 0;
	}
}

.cowgirl-box h3 {
	color: #f9f9f6;
	font-size: 36px;
    font-size: 3.6rem;
}

.cowgirl-box span {
	font-family: freight-display-pro, serif;
	font-style: italic;
	font-size: 25px;
	font-size: 2.5rem;
}



.cowgirl-button {
    text-align: center;
    margin-top: 45px;
    margin-bottom: -32px;
}



.cowgirl-button .button:hover {
	background-color: #086363;
}



/* One Thing Section */


.one-thing-section {
	background-color: #d7cfc2;
	background-image: url(images/beige-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}


.one-thing-section .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 100px;
}



.one-thing-section .one-thing-box-content {
	border: 2px solid #b09172;
	padding: 45px 45px 25px;
	position: relative;
}



.one-thing-section .video-box {
    float: left;
    padding: 0 50px 0 0;
}



.one-thing-section .one-thing-box-content .rabbet::before,
.one-thing-section .one-thing-box-content .rabbet::after {
	background-color: #d7cfc2;
	border-color: #b09172;
	border-style: solid;
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
}

.one-thing-section .one-thing-box-content .rabbet-left::before {
	border-width: 0 2px 2px 0;
	top: -2px;
	left: -2px;
}

.one-thing-section .one-thing-box-content .rabbet-left::after {
	border-width: 2px 2px 0 0;
	bottom: -2px;
	left: -2px;
}

.one-thing-section .one-thing-box-content .rabbet-right::before {
	border-width: 0 0 2px 2px;
	top: -2px;
	right: -2px;
}

.one-thing-section .one-thing-box-content .rabbet-right::after {
	border-width: 2px 0 0 2px;
	bottom: -2px;
	right: -2px;
}



.one-thing-section h4 {
	margin: 0 0 2px;
	text-transform: uppercase;
	font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 1.2px;
    text-align: center;
}


.one-thing-section h2 {
	margin: 0 0 35px;
	font-size: 58px;
    font-size: 5.8rem;
    text-align: center;
}

@media only screen and (max-width: 800px) {
	.one-thing-section h2 {
		font-size: 50px;
		font-size: 5rem;
	}
	
	
	.one-thing-section .video-box {
    float: left;
    padding: 0 50px 15px 0;
	}
	
}



/* How We Serve Section */


.serve-section {
	background-image: url(images/mac-home-top4.png), url(images/serve-bg3.jpg);
	background-position: right bottom, center top;
	background-size: auto, cover;
	background-repeat: no-repeat, no-repeat;
	background-attachment: scroll, fixed;
	text-align: center;
}



@media only screen and (max-width: 1200px) {
	.serve-section {
	background-image: url(images/mac-home-top7.png), url(images/serve-bg3.jpg);
	background-position: right bottom, center top;
	background-size: auto, cover;
	background-repeat: no-repeat, no-repeat;
	background-attachment: scroll, fixed;
	}
}



@media only screen and (max-width: 960px) {
	.serve-section {
		background-image: url(images/serve-bg3.jpg);
		background-size: cover;
	}
}


.serve-section .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 100px;
}

.serve-section .narrow-content-800 {
	margin-bottom: 35px;
}


.serve-section h4 {
	margin: 0 0 4px;
	text-transform: uppercase;
	font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 1.2px;
}




.serve-section h2 {
	margin: 0 0 35px;
	font-size: 58px;
    font-size: 5.8rem;
}

@media only screen and (max-width: 800px) {
	.serve-section h2 {
		font-size: 50px;
		font-size: 5rem;
	}
}

.serve-section h5 {
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}


.serve-box {
	text-align: left;
}


.serve-box h2 {
	color: #6a9998;
	font-size: 150px;
	font-size: 15rem;
	font-weight: 400;
	margin: 0 0 20px;
	line-height: 0.5;
}

.serve-box-number {
	color: #6a9998;
	font-family: freight-display-pro, serif;
	font-size: 150px;
	font-size: 15rem;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 0.5;
	margin: 0 0 20px;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.serve-box-number {
		font-size: 80px;
		font-size: 8rem;
		margin-bottom: 0;
	}
}

.serve-box-number:after {
	background-color: #3d3d3d;
	content: '';
	display: inline-block;
	height: 2px;
	position: absolute;
	bottom: 20px;
	left: 80px;
	width: calc(100% - 80px);
}

@media only screen and (max-width: 800px) {
	.serve-box-number:after {
		left: 50px;
		width: calc(100% - 50px);
	}
}

.serve-box-inside {
	padding: 0 50px 0 100px;
}

@media only screen and (max-width: 800px) {
	.serve-box-inside {
		padding: 0 0 0 50px;
	}
}

.serve-box-inside h4 {
	margin: 0 0 15px;
	font-family: freight-display-pro, serif;
	font-size: 50px;
    font-size: 5.0rem;
    font-style: italic;
    text-transform: none;
}


.serve-box ul {
	list-style-type: none;
	margin: 15px 0 0 25px;
}

@media only screen and (max-width: 800px) {
	.serve-box ul {
		margin-bottom: 30px;
	}
}

.serve-box ul li {
	margin-bottom: 5px;
}


.serve-box ul li:before {
	content: url(images/check-icon.png);
    margin: 0 8px 0 -28px;
}



.serve-box .one-fourth {
	padding: 15px;
}



.serve-box p:empty {
  display: none;
}



.serve-cta {
	margin-top: 50px;
	padding: 40px 30px 10px;
}

@media only screen and (max-width: 800px) {
	.serve-cta {
		padding: 40px 0 10px;
	}
}


/* Optin Section */

.optin-section {
	background-image: url(images/mac-home-bottom4.png), url(images/beige-bg.jpg);
	background-position: right top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, cover;
}



@media only screen and (max-width: 1200px) {
	.optin-section {
	background-image: url(images/mac-home-bottom7.png), url(images/beige-bg.jpg);
	background-position: right top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, cover;
	}
}



@media only screen and (max-width: 960px) {
	.optin-section {
		background-image: url(images/beige-bg.jpg);
		background-size: cover;
	}
}

.optin-section .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 80px;
}


.optin-section h2 {
	font-family: 'GirlBoss';
	font-weight: normal;
	font-size: 54px;
    font-size: 5.4rem;
    letter-spacing: 0;
    margin: 0 0 16px;
}


.optin-section h3 {
	margin: 0 0 10px;
	/* font-size: 58px;
    font-size: 5.8rem; */
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 0px;
}

.optin-section h4 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.optin-box {
	max-width: 550px;
}


@media only screen and (max-width: 960px) {
	.optin-box {
	max-width: 100%;
	}
}


.optin-box p {
	font-size: 15px;
    font-size: 1.5rem;
}



/* Client Section */

.client-section {
	background-color: #086363;
	color: #f9f9f6;
	text-align: center;
}


.client-section .wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 200px;
}

.client-section .client-image img {
    border-radius: 50%;
    max-width: 200px;
}

.client-section h2 {
    color: #f9f9f6;
    margin-bottom: 4px;
}

.client-section h4 {
    text-transform: uppercase;
    margin-top: 4px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 1.2px;
    color: #f9f9f6;
}

.client-section p {
	font-size: 15px;
    font-size: 1.5rem;
}

.client-section .one-half {
	padding: 40px 20px 10px;
}




/* Our Process Section */


.process-section {
	text-align: center;
	background-image: url(images/saddle-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}



.process-section .wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}



.process-box {
	margin: -190px auto 80px;
    position: relative;
    z-index: 2;
    padding: 75px 65px;
    text-align: center;
    background-color: #f9f9f6;
    /*background-image: url(images/arrow-bg.png);
    background-position: center center;
    background-repeat: no-repeat;*/
}

@media only screen and (max-width: 800px) {
	.process-box {
		padding: 55px 30px;
	}
}

.process-box .one-third.first {
	background-image: url(images/processbg2.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.process-box .one-third:nth-of-type(2) {
	background-image: url(images/processbg1.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.process-box .one-third:nth-of-type(3) {
	background-image: url(images/processbg3.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.process-box h4 {
	text-transform: uppercase;
	margin: 0 0 4px;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.2px;
}


.process-box h2 {
	margin: 0 0 35px;
	font-size: 58px;
    font-size: 5.8rem;
}



.process-box h3 {
	margin: 0 0 10px;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.5px;
}


.process-box h3 span {
	font-style: italic;
}


.process-box .one-third {
	margin: 40px 0;
	padding: 10px 22px;
}


.process-section .wp-image-10038 {
	margin-bottom: -155px;
	margin-top: 60px;
	max-width: 100px;
}


/* Instagram Widget */


.instagram-widget .wrap {
    padding: 0;
    max-width: 100%;
    margin: 0;
}



/* Home CTA Section */

.cta-section {
	background-color: #086363;
	text-align: center;
	color: #ffffff;
	background-image: url(images/cta-bg3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.cta-section .wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
	
}


.cta-section h4 {
	text-transform: uppercase;
	margin: 0 0 4px;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.2px;
}


.cta-section h2 {
	margin: 0 0 35px;
	color: #ffffff;
	font-size: 58px;
    font-size: 5.8rem;
}


.cta-section h2 span {
	font-style: italic;
}



/* Feature boxes */

.features-container {
	display: block;
	margin: 40px 0;
	overflow: hidden;
}

.features-1-col,
.features-2-col,
.features-3-col,
.features-4-col {
	clear: both;
	overflow: hidden;
}

.feature-box {
	background-color: #fdfaf5;
	margin-bottom: 30px;
	padding: 30px;
}

/* Pricing tables */

.pricing-2 .wrap,
.pricing-3 .wrap,
.pricing-4 .wrap {
	padding: 60px 0 120px;
}

.pricing-headline {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
}

.pricing-columns {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.pricing-table {
	background-color: #fff;
	border: 1px solid #333;
	padding: 20px;
	text-align: center;
}

.pricing-table ul {
	margin-left: 0;
}

.pricing-table ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}

.pricing-table ul li:last-child {
	border-bottom: none;
}

.pricing-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.price {
	font-size: 50px;
	font-size: 5rem;
}



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

	.pricing-2 .wrap,
	.pricing-3 .wrap,
	.pricing-4 .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.pricing-2 .wrap,
	.pricing-3 .wrap,
	.pricing-4 .wrap {
		padding: 30px 5%;
	}

}

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

	.pricing-columns {
		display: block;
	}

	.pricing-table {
		margin-bottom: 30px;
	}

	.pricing-table:last-child {
		margin-bottom: 0;
	}

}

/* ## Homepage Contact
--------------------------------------------- */

.home-contact .wrap {
	padding: 140px 0;
}

.home-map p {
	line-height: 0.6;
	margin-bottom: 0;
}

.contact-title {
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.home-contact h3:not(.contact-title),
.home-contact .gform_wrapper h3.gform_title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.home-contact .gform_wrapper h3.gform_title {
	margin-bottom: 24px !important;
}

.home-contact .gform_wrapper .gform_footer input[type="submit"] {
	width: 50%;
}


/* # Page Templates 
---------------------------------------------------------------------------------------------------- */

/* ## About Page
--------------------------------------------- */

.about-page .site-inner {
	padding-top: 0;
}


.about-page .home-about {
	background-color: #ffffff;
	background-image: none;
}


.about-page .home-about .wrap {
	max-width: 1150px;
	margin: 0 auto;
}


.about-page .meaning-box {
	margin: 50px auto;
	max-width: 700px;
	text-align: center;
	padding: 45px 50px 35px;
	background-color: #086363;
	color: #f9f9f5;
}

.about-page .meaning-box h3 {
	font-family: 'GirlBoss';
	font-weight: normal;
	font-size: 44px;
	font-size: 4.4rem;
	letter-spacing: 0;
	color: #fff;
}

.about-page .meaning-box span {
	font-family: freight-display-pro, serif;
	font-style: italic;
	font-size: 24px;
	font-size: 2.4rem;
	color: #f9f9f5;
}



.about-page .about-list ul {
	list-style-type: none;
	margin: 0 0 0 25px;
}

.about-page .about-list ul li {
	margin-bottom: 5px;
}

.about-page .about-list ul li:before {
	content: url(images/check-icon.png);
    margin: 0 8px 0 -28px;
}

.wp-image-10209 {
	margin-top: 28px;
}

.about-page .meet-our-team {
	background-color: rgba(215, 207, 194, 0.5);
	background-image: url(images/about-bg2.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 110px 0;
}

.about-page .meet-our-team .wrap {
	max-width: 1150px;
	margin: 0 auto;
}

.about-page .team-title {
	text-transform: none;
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: 600;
}



.about-page .bio-name {
	font-family: 'Work Sans', sans-serif;
	margin: 0 0 15px;
	font-size: 28px;
	font-size: 2.8rem; 
}

.about-page .bio-title {
	font-size: 20px;
	font-size: 2.0rem; 
	margin: 0 0 8px;
}


.about-page .bio-degree {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 8px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.about-page .bio-state {
	font-family: 'Work Sans', sans-serif;
    margin: 0 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #b09172;
}

.about-page .meet-our-team p {
	font-size: 1.6rem;
}








.about-page .two-members .one-half {
	text-align: center;
	padding: 40px 30px 35px;
	background-color: #f9f9f6;
	margin-bottom: 50px;
	box-shadow: 0 10px 30px rgb(50 50 93 / 7%), 0 3px 13px rgb(0 0 0 / 6%);
	/* outline: 2px solid #d7cfc2;
	outline-offset: -20px;*/
}

.about-page .two-members .one-half img {
	width: 100%;
	max-width: 350px;
}

.about-page .three-members .one-third {
	text-align: center;
	padding: 40px 30px 35px;
	background-color: #f9f9f6;
	margin-bottom: 50px;
	box-shadow: 0 10px 30px rgb(50 50 93 / 7%), 0 3px 13px rgb(0 0 0 / 6%);
	/* outline: 2px solid #d7cfc2;
	outline-offset: -20px; */
}

.about-page .meet-our-team img {
	border-radius: 50%;
}




/* ## Contact Page
--------------------------------------------- */

.contact-page .home-contact {
	
}
	
.contact-page .home-contact .wrap,
.page-id-9976 .wrap {
   	max-width: 1000px;
	margin: 100px auto 60px;
	background-color: #f9f9f5;
	padding: 90px 60px 60px;
	text-align: center;
	outline: 2px solid #b09172;
	outline-offset: -20px;
}

@media only screen and (max-width: 800px) {
	.contact-page .home-contact .wrap,
	.page-id-9976 .wrap {
		padding: 90px 40px 40px;
	}
}


/* ## Archive 
--------------------------------------------- */

.archive .archive-description {
	border-bottom: 2px solid #ede9da;
	font-family: 'Work Sans', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	padding: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}



/* ## Services Archive & Single
--------------------------------------------- */

.services-page .site-inner {
	max-width: 100%;
}

.service-wrap {
	overflow: hidden;
}

.services-page .content .entry {
	background-color: transparent;
	margin: 0 auto;
	max-width: 1200px;
}

.service-wrap:nth-child(odd) {
	background-color: #fdfaf5;
    margin: auto -60px;
    padding: 0 60px;
}

.services-page .archive-title {
	font-size: 40px;
	font-size: 4rem;
	margin-top: 40px;
	text-align: center;
}

.services-page .subtitle {
	font-size: 30px;
	font-size: 3rem;
}

.service-content {
	clear: both;
	overflow: hidden;
}

.service-gallery {
	border-top: 1px solid #dadada;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 50px 0 0;
	margin-top: 30px;
}

.service-gallery-image:hover {
	opacity: 0.8;
}

.service-wrap {
	overflow: hidden;
}

.anchor:before {
	content: "";
	display: block;
	height: 130px;
	margin: -130px 0 0;
}

.single-services .site-inner {
	padding-top: 60px;
}

.single-services .entry-title {
	border-bottom: none !important;
	margin-bottom: 60px;
	text-align: center;
}

.single-services .service-gallery {
	border-bottom: 1px solid #dadada;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.service-bottom {
	margin-bottom: 80px;
}

.gallery-page .site-inner {
	padding-top: 0;
}







/* ## Portfolio Archive & Single
--------------------------------------------- */


.portfolio-archive-page .hero-image {
	display: none;
}

.portfolio-archive-page .site-inner {
    padding-top: 100px;
}

.portfolio-archive-page .archive-title {
    font-size: 64px;
    font-size: 6.4rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.portfolio-archive-page .archive-description {
    border-bottom: 0px solid #ede9da;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0px;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-archive-page .entry {
    margin-bottom: 40px;
    padding: 10px 25px 0;
}

.portfolio-archive-page .content {
    margin-bottom: 50px;
}



.portfolio-list {
	margin: 0;
	border-top: 2px solid #d7cfc2;
	padding: 80px 0 120px;
	background-color: #f9f9f5;
}

.portfolio-list h3 {
	font-style: italic;
	font-size: 26px;
    font-size: 2.6rem;
    margin: 35px 0 24px;
}

.portfolio-list .widget-title {
    font-size: 44px;
    font-size: 4.4rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}



.portfolio-list ul li {
	font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.825;
}


.single-portfolio .site-inner {
	padding-top: 0;
}

.single-portfolio .portfolio-hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 120px 0;
}

.single-portfolio .site-title > a {
    background: none !important;
    float: left;
    min-height: 244px;
    width: 100%;
}

.single-portfolio .entry-title {
    font-size: 64px;
    font-size: 6.4rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #086363;
}

.single-portfolio .entry-header .entry-meta {
    margin-bottom: 0px;
    display: none;
}



.portfolio-info {
	margin-bottom: 60px;
}

.portfolio-feat-img {
	margin: -85px 20px 20px 0;
	float: right;
}

.portfolio-feat-txt {
	padding: 45px 0 0 0;
	margin-bottom: 35px;
}

.portfolio-title {
	font-size: 58px;
    font-size: 5.8rem;
    font-style: italic;
    letter-spacing: 0px;
}

.portfolio-services-list {
	font-family: freight-display-pro, serif;
	overflow: auto;
	margin-bottom: 30px;
	margin-top: 35px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.45;
	border-top: 2px solid #d7cfc2;
	padding: 20px 0 0;
	float: right;
	text-align: right;
}

.portfolio-services-list h4 {
	margin: 0 0 6px;
	text-transform: uppercase;
	font-size: 18px;
    font-size: 1.8rem;
}

.portfolio-services-list p {
	margin-bottom: 0;
}

.portfolio-services-list ul {
	margin-bottom: 15px;
}

.portfolio-services-list ul li {
	font-style: italic;
}

.portfolio-services-list span {
	font-style: normal;
}

.portfolio-section-title {
	font-style: italic;
	letter-spacing: 0px;
	text-align: center;
}

.portfolio-section-title span {
	font-style: normal;
	/*font-size: 48px;
    font-size: 4.8rem;*/
}




.single-portfolio .brand-section {
	text-align: center;
}


.single-portfolio .brand-section .wrap {
	max-width: 800px;
	padding: 60px 0 40px;
}




.single-portfolio .website-section {
	text-align: center;	
}

.single-portfolio .website-section .wrap {
	padding: 20px 0 140px;
}

.website-container {
	margin: 0 auto 45px;
	position: relative;
	padding: 0 5%;
}

.website-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	position: relative;
	width: 100%;
}

.website-box-screen {
	border-radius: 5px;
	max-width: calc(800px - 66px);
	overflow: hidden scroll;
	position: absolute;
	top: 6%;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	width: calc(100% - 6%);
}
.website-box-screen figure {
	margin: 0;
}

.website-box-screen figure img {
	width: 100%;
}

.website-box--macbook {
	max-width: 980px;
}

.website-box--macbook .website-box-screen {
	bottom: 10%;
}


.website-section .wrap .button.tan {
	background-color: transparent;
    border: 2px solid #94603e;
    color: #94603e;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 12px 24px;
    text-transform: uppercase;
    width: auto;
    border-radius: 4px;
}

.website-section .wrap .button.tan:hover {
	background-color: #94603e;
    border: 2px solid transparent;
    color: #f9f9f6;
}


.client-testimonial-section {
	background: #d8d0c2;
}

.client-testimonial-section .wrap {
	max-width: 900px;
	padding: 90px 0 80px;
	margin: 80px auto;
}

.client-testimonial-section .client-image img {
	border-radius: 50%;
}

.client-testimonial-section .testimonial-quote {
	background-image: url(images/testim-quote.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3d3d3d;
    font-family: freight-display-pro, serif;
    font-size: 3.6rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 15px 0 0 15px;
}

.client-testimonial-section .testimonial-name {
	padding: 0 0 0 35px;
}


.single-portfolio .hero-image {
	display: none;
}






/* # Sales Page Templates
---------------------------------------------------------------------------------------------------- */




/* ## Refining 5
--------------------------------------------- */


.refining-five-pages h1 {
    font-size: 58px;
    font-size: 5.8rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
}

.refining-five-pages h1 span {
    font-style: normal;
    letter-spacing: 0px;
}




/* Lead Hero */


.page-id-10068 .site-inner {
    clear: both;
    padding-top: 0;
}


.lead-hero {
	background-image: url(images/hero.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}


.lead-hero .wrap {
	padding-top: 220px;
	padding-bottom: 230px;
	max-width: 1000px;
	margin: 0 auto;
}

.lead-hero img {
	margin-bottom: 55px;
}

.lead-hero h1 {
	margin: 0 0 10px;
	color: #f9f9f6;
	font-size: 92px;
    font-size: 9.2rem;
    letter-spacing: 0px;
}


.lead-hero h3 {
	color: #f9f9f5;
	font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 35px;
}


/* Section Two */


.lead-two {
	background-color: #086363;
}


.lead-two .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1000px;
	margin: 0 auto;
}


.lead-two h2 {
	font-style: italic;
}



.two-box {
	margin: -200px auto 20px;
    position: relative;
    z-index: 2;
    padding: 65px 65px 45px;
    background-color: #f9f9f6;
	outline: 2px solid #b09172;
	outline-offset: -20px;
}

@media only screen and (max-width: 800px) {
	.two-box {
		padding: 50px 40px 45px;
	}
}


/* Section Two A */


.lead-two-a {
	background-color: #f9f9f5;
}

.lead-two-a .wrap {
    padding-top: 90px;
    padding-bottom: 80px;
    max-width: 980px;
    margin: 0 auto;
}

.lead-two-a .one-third img {
	border-radius: 50%;
}

@media only screen and (max-width: 800px) {
	.lead-two-a .one-third img {
		display: block;
		margin: 0 auto 12px;
	}
}

.lead-two-a .two-thirds {
	background-image: url(images/testim-quote2.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3d3d3d;
    font-family: freight-display-pro, serif;
    font-size: 3.6rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 15px 0 0 15px;
}

.lead-two-a p {
	color: #3d3d3d;
    font-family: freight-display-pro, serif;
    font-size: 3.6rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: 1.2;
    margin: 0 0 12px;
    padding: 15px 0 0 15px;
}

.lead-two-a p span {
	padding: 0 0 0 35px;
	color: #3d3d3d;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.625;
}






/* Section Two B */

.lead-two-b {
	background-image: url(images/beige-bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}


.lead-two-b .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.lead-two-b h2 {
	text-align: center;
	margin: 0 0 38px;
}


/* Section Three */

.lead-three {
	background-color: #f9f9f6;
	background-image: url(images/about-pattern-bg2.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.lead-three .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.lead-three h2 {
	text-align: center;
	margin: 0 0 36px;
}


.relate-box {
	text-align: center;
}

.relate-box h3 {
	margin: 0 0 10px;
	font-size: 38px;
    font-size: 3.8rem;
}

.relate-box h4 {
	font-style: italic;
	font-size: 29px;
    font-size: 2.9rem;
}


/* Section Four */

.lead-four {
	background-color: #086363;
	text-align: center;
	color: #f9f9f6;
}


.lead-four .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.lead-four h2 {
	text-align: center;
	color: #f9f9f6;
}


.lead-four h2 span {
	text-transform: uppercase;
    margin: 0 0 4px;
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #f9f9f6;
}


.four-box {
	overflow: auto;
    padding: 55px 45px 45px;
    background-color: #f9f9f6;
	margin-bottom: 40px;
	background-image: url(images/arrow-bg3.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #3e3d3d;
	text-align: center;
	outline: 2px solid #b09172;
	outline-offset: -30px;
}


.four-box h2 {
	color: #6a9998;
	font-size: 90px;
	font-size: 9rem;
	font-style: normal;
	font-weight: 700;
}


.four-box .one-fifth {
	padding: 10px;
	margin-left: 2.8%;
}

@media only screen and (max-width: 800px) {
	.four-box .one-fifth {
		padding: 0;
		margin-left: 0;
	}
}

.pos-form-popup {
	
}


/* Section Five - Testimonials */

.sales-features {
	background-image: url(images/beige-bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}



.sales-features .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.sales-features .subtitle {
	text-align: center;
}



.sales-features span {
	font-family: 'GirlBoss';
	font-weight: normal;
	font-size: 35px;
	font-size: 3.5rem;
	font-style: normal;
}



.sales-features .feature-box {
    background-color: #f9f9f6;
    margin-bottom: 30px;
    padding: 40px 35px 25px;
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
}


.sales-features .feature-image {
	border-radius: 50%;
	border: 0px solid #945f3e;
	max-width: 175px;
}



/* Section Seven */

.lead-seven {
	background-color: #f9f9f6;
	background-image: url(images/serve-bg3.jpg);
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}


.lead-seven .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1000px;
	margin: 0 auto;
}


.lead-seven h2 {
	text-align: center;
	margin: 0 0 36px;
	font-size: 62px;
    font-size: 6.2rem;
}


.lead-seven h2 span {
	text-transform: uppercase;
    margin: 0 0 4px;
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}

.lead-seven .narrow-content-700 {
	padding: 0 50px;
}

@media only screen and (max-width: 800px) {
	.lead-seven .narrow-content-700 {
		padding: 0;
	}
}


/* Section Eight */

.lead-eight {
	background-image: url(images/saddle-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


.lead-eight .wrap {
	padding-top: 120px;
	padding-bottom: 120px;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 0;
}


.quote-box {
    background-color: #d7cfc2;
    text-align: center;
    padding: 65px 60px 35px;
    max-width: 900px;
    margin: -160px auto -50px;
    position: relative;
    z-index: 2;
	font-style: italic;
	font-family: freight-display-pro, serif;
	font-size: 30px;
	font-size: 3.0rem;
    outline: 2px solid #b09172;
	outline-offset: -30px;
}

@media only screen and (max-width: 800px) {
	.quote-box {
		outline-offset: -20px;
		padding: 65px 40px 35px;
	}
}

.quote-box span {
	font-style: normal;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}



/* Section Nine */


.lead-nine {
	background-image: url(images/serve-bg3.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #086363;
	text-align: center;
}


.lead-nine .wrap {
	padding-top: 140px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}



.lead-nine h2 {
	text-align: center;
	margin: 0 0 36px;
}


.lead-nine h2 span {
	text-transform: uppercase;
    margin: 0 0 4px;
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}


/* Section 10 */


.lead-ten {
	background-image: url(images/refining-five-spread-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #086363;
}


.lead-ten .wrap {
	padding-top: 300px;
	padding-bottom: 300px;
	max-width: 1200px;
	margin: 0 auto;
}


/* Section Eleven */

.lead-eleven {
	background-color: rgba(216,208,194, 0.8);
	background-attachment: fixed;
}


.lead-eleven .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}


.lead-eleven h2 {
	text-align: center;
}



.eleven-box {
	overflow: auto;
    padding: 65px 65px 45px;
    background-color: #f9f9f6;
	margin-bottom: 60px;
	background-image: url(images/arrow-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #3e3d3d;
	outline: 2px solid #b09172;
	outline-offset: -30px;
}



@media only screen and (max-width: 800px) {
	.eleven-box {
		outline-offset: -20px;
		padding: 65px 50px 45px;
	}
}


.lead-eleven ul {
	list-style-type: none;
	margin: 15px 0 25px 25px;
}


.lead-eleven ul li {
	margin-bottom: 5px;
}


.lead-eleven ul li:before {
	content: url(images/check-icon.png);
    margin: 0 8px 0 -28px;
}






/* Refining5 Signup Page 
--------------------------------------------- */


.page-id-10282 .sales-wysiwyg .wrap {
    padding: 50px 0 70px;
}

.page-id-10282 .form {
    background: none !important;
}




/* Refining5 Signup Thank You Page 
--------------------------------------------- */

.page-id-10236 .site-inner {
    clear: both;
    padding-top: 0;
}

.lead-thanks-one {
	background-color: #f9f9f6;
}

.lead-thanks-one .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 950px;
	margin: 0 auto;
}

.lead-thanks-one h2 {
	text-align: center;
	margin: 0 0 50px;
	letter-spacing: 0px;
}

.lead-thanks-one h3 {
	font-size: 34px;
    font-size: 3.4rem;
}

.lead-thanks-one h4 {
	margin: 0 0 15px;
}

.lead-thanks-one h5 {
	text-transform: uppercase;
    margin: 0 0 4px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}




.lead-thanks-two {
	background-color: #086363;
	text-align: center;
	color: #f9f9f6;
}

.lead-thanks-two .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 950px;
	margin: 0 auto;
}

.lead-thanks-two h2 {
	text-align: center;
	margin: 0 0 40px;
}

.lead-thanks-two h5 {
	text-transform: uppercase;
    margin: 0 0 4px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

.thanks-box-two {
	overflow: auto;
    padding: 75px 65px 45px;
    background-color: #f9f9f6;
	margin-bottom: 40px;
	background-image: url(images/arrow-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #3e3d3d;
	outline: 2px solid #b09172;
	outline-offset: -30px;
}





/* ## Ranch Camp Pre-Signup
--------------------------------------------- */

.page-id-11072 .camp-hero {
	background-image: url(images/ranchcamphero2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.page-id-11072 .sales-wysiwyg .wrap {
    margin: 0 auto;
    max-width: 850px;
    padding: 80px 0 140px;
}

.wp-image-11092 {
	margin-bottom: 35px;
}

.page-id-11072 h2 span {
    text-transform: uppercase;
    margin: 0 0 4px;
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    color: #3d3d3d;
}




/* ## Consultation Application
--------------------------------------------- */

.consult-application-pages .entry-title {
    font-size: 58px;
    font-size: 5.8rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
}

.consult-application-pages input,
.consult-application-pages textarea {
    background-color: #f9f9f5;
    border: 1px solid #ddd;
}

.consult-application-pages .gform_wrapper.gravity-theme .gf_progressbar {
    background: #f1f1ec !important;
}

.consult-application-pages input[type="button"],
.consult-application-pages input[type="submit"] {
    background-color: #94603e;
    border: 2px solid transparent;
    color: #f9f9f6;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 12px 24px;
    text-transform: uppercase;
    width: auto;
    border-radius: 4px;
}

.consult-application-pages input:hover[type="button"],
.consult-application-pages input:hover[type="submit"] {
    background-color: transparent;
    border: 2px solid #945f3e;
    color: #945f3e;
}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
    margin-top: 0 !important;
}

.page-id-10248 h3 {
    margin-bottom: -100px;
}

.page-id-10248 .gform_wrapper.gravity-theme .gsection {
    padding: 25px 16px 8px 0 !important;
}



/* Instagram Links Page 
--------------------------------------------- */


.page-id-10034 .site-inner {
    clear: both;
    padding-top: 0;
}


.ig-links {
	text-align: center;
	background-color: #6a9998;
	background-image: url(images/serve-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


.ig-links .wrap {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1000px;
	margin: 0 auto;
}








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

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

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

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

.entry-content ol > li {
	list-style-type: decimal;
	padding: 5px 0;
}

.entry-content ul > li {
	list-style-type: disc;
	padding: 5px 0;
}

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

.entry-content code {
	background-color: #344656;
	color: #eee;
}

.post-social {
	padding: 20px 0 25px;
	margin: 30px 0;
	border-top: 2px solid #d8d0c2;
	border-bottom: 2px solid #d8d0c2;
}

.post-social h4 {
    color: #cec5b7;
    font-style: italic;
}

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

.after-entry .enews-widget {
	background-color: #ede9da;
	padding: 30px;
}

.after-entry input:not([type="submit"]) {
	background-color: #fff;
}

.after-entry form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.after-entry .enews-widget input {
	margin-bottom: 0;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	line-height: 1;
	font-size: 15px;
	border: none;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}

.after-entry .enews-widget input[type="submit"] {
	margin-right: 0;
	padding: 10px 50px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}



.emphasize {
	font-family: 'Work Sans', sans-serif;
	text-transform: lowercase;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 1px;
}

.blog .entry-footer,
.archive .entry-footer {
	padding-bottom: 12px;
	border-bottom: 2px solid #d8d0c2;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 50px;
	font-style: italic;
}

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


p.entry-meta a {
	color: #3d3d3d;
}


p.entry-meta a:hover {
	color: #94603e;
}



p.entry-meta .entry-time {
	display: none;
}


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

.pagination {
	clear: both;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #3d3d3d;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	color: #94603e;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	background-color: #fdfaf5;
}
	

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.comment-content {
	clear: both;
	word-wrap: break-word;
}

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

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

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

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

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

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

.bypostauthor {
}

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




.large-title-pages .entry-title {
    font-size: 58px;
    font-size: 5.8rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
}




.no-padding .wrap {
    padding: 0 0;
    max-width: 100%;
}




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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 50px;
}

.sidebar li {
	border-bottom: 2px solid #e1d9cb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #d8d0c2;
	margin-bottom: 40px;
	padding: 40px;
	box-shadow: 0 10px 30px rgb(50 50 93 / 7%), 0 3px 13px rgb(0 0 0 / 6%);
}

.sidebar input[type="search"] {
	padding: 14px;
	width: 70%;
}

.sidebar .search-form input[type="submit"] {
	float: right;
	padding: 16px 16px 17px;
	width: 28%;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.sidebar .enews-widget input[type="submit"] {
	padding: 16px;
	width: 100%;
}


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

.footer-widgets {
	background-color: transparent;
	clear: both;
	color: #f9f9f6;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	padding: 100px 0 60px;
}

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

.footer-widgets a:hover {
	color: #94603e;
}

.footer-widgets input {
	border: 1px solid #888;
	margin-bottom: 15px;
	border-radius: 3px;
}

.footer-widgets li {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer-widgets li:last-child {
	border-bottom: none;
}

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

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

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

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

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

.footer-widgets-3 {
	float: right;
	text-align: left;
}

.footer-widgets .widget-title {
	color: #f9f9f6;
	font-family: freight-display-pro, serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	font-style: italic;
}

.footer-widgets .right {
	text-align: right;
}

.footer-widgets table {
	line-height: 1.625;
}

.footer-widgets tr:first-child > td {
	border-top: none;
}

.footer-widgets td {
	border-top: 1px solid #fff;
}

.footer-widgets tbody {
	border-bottom: none;
}


.footer-widgets #subbox {
	width: 98%;
	padding: 13px 12px 11px;
}

.footer-widgets input[type="submit"] {
	border: 2px solid #94603e;
}

.footer-widgets input[type="submit"]:hover {
	color: #94603e;
}

.footer-widgets .ig-head {
	font-family: 'GirlBoss';
	font-weight: normal;
	font-size: 46px;
	font-size: 4.6rem;
	letter-spacing: 0;
}

.footer-widgets .custom-form-container {
    background-color: none !important;
    border-radius: 0.75rem;
    box-shadow: none !important;
    padding: 20px 0 !important;
}

.footer-widgets .grecaptcha-badge {
	display: none !important;
}





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

.site-footer {
	background-color: #3d3d3d;
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 2px;
	line-height: 1;
	padding: 40px 0;
	background-image: url(images/footer-bg2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	color: #f9f9f6;
}

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

.site-footer a:hover {
	color: #94603e;
}

.site-footer p {
	margin-bottom: 15px;
}

.site-footer .creds {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0;
}


.site-footer .creds a {
	color: #f9f9f6;
}



.site-footer .creds a:hover {
	color: #94603e;
}



.footer-social {
	background-color: #344656;
	padding: 20px 0 5px;
}


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

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

	.site-inner,
	.wrap,
	.home-hero .wrap,
	.home-services .wrap,
	.sales-services .wrap,
	.home-optin-section .wrap,
	.home-gallery .wrap,
	.sales-gallery .wrap,
	.home-about .wrap,
	.meet-our-team .wrap,
	.home-features .wrap,
	.sales-features .wrap,
	.pricing .wrap,
	.home-wysiwyg .wrap,
	.sales-wysiwyg .wrap,
	.home-testimonials .wrap,
	.home-loop .wrap,
	.sales-loop .wrap,
	.home-contact .wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets {
		font-size: 16px;
		font-size: 1.6rem;
	}

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

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

	.mini-header .nav-primary a {
		padding: 30px 10px;
	}

	.mini-header .nav-primary {
		font-size: 13px;
	}

	.nav-primary .genesis-nav-menu a {
		font-size: 14px;
	}
		
}


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


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

	.site-inner,
	.wrap,
	.home-hero .wrap,
	.home-services .wrap,
	.sales-services .wrap,
	.home-optin-section .wrap,
	.home-gallery .wrap,
	.sales-gallery .wrap,
	.home-about .wrap,
	.meet-our-team .wrap,
	.home-features .wrap,
	.sales-features .wrap,
	.home-wysiwyg .wrap,
	.sales-wysiwyg .wrap
	.pricing .wrap,
	.home-testimonials .wrap,
	.home-loop .wrap,
	.sales-loop .wrap,
	.home-contact .wrap {
		max-width: 800px;
	}

	.content,
	.sidebar-primary,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 50px;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top !important;
	}

	.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-title {
		text-align: center;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget {
		padding: 20px;
	}

	.service-content {
		display: inline-block;
		overflow: visible;
	}

	.service-gallery {
		display: inline-block;
		padding: 30px 0 0;
	}

}

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

	.after-entry .enews,
	.home-optin-section .enews {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.after-entry form,
	.home-optin-section form {
		width: 100%;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap,
	.home-hero .wrap,
	.home-services .wrap,
	.sales-services .wrap,
	.home-optin-section .wrap,
	.home-gallery .wrap,
	.sales-gallery .wrap,
	.home-about .wrap,
	.meet-our-team .wrap,
	.services-page .site-inner, 
	.pricing .wrap,
	.home-features .wrap,
	.sales-features .wrap,
	.home-wysiwyg .wrap,
	.sales-wysiwyg .wrap,
	.home-testimonials .wrap,
	.home-loop .wrap,
	.sales-loop .wrap,
	.home-contact .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.single-service img {
		max-width: 100%;
	}

	.service-wrap:nth-child(even) {
		background-color: #fff;
	}

	.services-page .site-inner {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.service-image {
		max-width: 100%;
	}

	.service-gallery {
		margin-top: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

	.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,
	.one-fifth {
		margin: 0;
		width: 100%;
	}

	.feature-box,
	.pricing-table {
		margin-bottom: 30px !important;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.tabs li {
		width: 100%;
	}

	.tabs ul.horizontal:first-child {
		padding-left: 0;
	}

	.home-map {
		display: none;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.responsive-menu-icon {
		padding: 10px;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		border-top: none;
		line-height: 1;
		padding: 16px 20px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover {
		border-top: none;
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fc6961;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a,
	.nav-primary .genesis-nav-menu.responsive-menu li > a {
		border: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.right {
		display: none !important;
	}

	.home-about img {
		width: 100%;
		margin-right: 0;
	}

	.hero-image {
		background-attachment: inherit !important;
	}

	.hero-spacer {
		padding: 0;
	}

	.hero-left.button,
	.hero-right.button {
		width: 100%;
		margin-bottom: 15px;
	}

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

	.footer-social .simple-social-icons ul li a {
		font-size: 30px !important;
	}

	a.alignright, 
	img.alignright, 
	.wp-caption.alignright,
    a.alignleft, 
    img.alignleft, 
    .wp-caption.alignleft {
        float: none;
        display: block;
        margin: 0 auto 28px;
    }

    .service-single-view img.alignleft {
    	max-width: 100% !important;
    }

}

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

	.after-entry form,
	.home-optin-section form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	
	.after-entry .enews-widget input,
	.home-optin-section .enews-widget input {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.after-entry .enews-widget input:last-child,
	.home-optin-section .enews-widget input:last-child {
		margin-bottom: 10px;
	}

}