/*
	Theme Name: Sierra Laine
	Theme URI: http://dinosaurstewthemes.com/sierralaine
	Description: Sierra Laine is a boutique style theme built for the Genesis Framework
	Author: Dinosaur Stew
	Author URI: http://www.dinosaurstew.com
	Version: 1.0
        Tags: blue, color options, customizer, left-sidebar, gallery, grey masonry, neutral, one-column, photography, portfolio, responsive, right-sidebar, simple, theme options, two-column, white
        
	Template: genesis
	Template Version: 2.6.1

*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms, Buttons, and CTAs
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content in Sidebar
		- Categories and Archive Drop Down
	- Portfolio
		- Portfolio Grid
	- Plugins
		- Contact Form 7
		- Genesis eNews Extended
		- Meta Slider
		- Soliloquy
		- Gravity Forms
		- Masonry PhotoSwipe
	- Site Title & Logo
		- With Logo
	- Site Navigation
		- Primary & Secondary Navigation
	- Content Area
		- Opt In Widget 
		- Entries
		- After Entry Widget Area
		- Pagination
		- Services
		- Category Page
		- Previous and Next Posts links
		- Comments
		- To Top Menu
	- Page Templates
		- Blog Page
		- About Page
		- Services Page
	- Sidebars
	- Footer Widgets
	- Footer Top & Instagram Widget
	- Site Footer
	- WooCommerce
	- Fadeup Effect
	- Media Queries

*/

/*
Font Imports
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'louieregular';
    src: url('fonts/louie-webfont.eot');
    src: url('fonts/louie-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/louie-webfont.woff2') format('woff2'),
         url('fonts/louie-webfont.woff') format('woff'),
         url('fonts/louie-webfont.ttf') format('truetype'),
         url('fonts/louie-webfont.svg#louieregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

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

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

.after-entry:before,
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.home-top:before,
.home-flex:before,
.home-badges:before,
.home-split:before,
.home-split-2:before,
.home-flex-2:before,
.home-middle:before,
.footer-top:before {
	content: " ";
	display: table;
}

.after-entry:after,
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.home-top:after,
.home-flex:after,
.home-badges:after,
.home-split:after,
.home-split-2:after,
.home-flex-2:after,
.home-middle:after,
.footer-top:after,
.woocommerce ul.product_list_widget:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	background: #fff;
	color: #5b5b5c;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2.18;
	text-align: justify;
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #5b5b5c;
	color: #fff;
}

::selection {
	background-color: #5b5b5c;
	color: #fff;
}

a {
	color: #333333;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #6b6b6b;
}

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

strong {
	font-weight: 700;
}

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

hr { 
	background: #d6d6d6;
	border: none;
    display: block;
	height: 1px;
}

blockquote {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #d6d6d6;
	font-style: italic;
	margin: 5px 5px 20px;
	padding: 25px 30px 4px 65px;
}

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

cite {
	font-style: normal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5b5b5c;
	font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 25px;
}

h3, h4, h5, h6 {
	text-transform: uppercase;
}

h3 {
		font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 20px;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

/* Forms, Buttons, and CTAs
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px;
	width: 100%;
	-webkit-appearance: none;
     -webkit-border-radius:0; 
}

input:focus,
textarea:focus {
	border-color: #999999;
	outline: none;
}

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

::-moz-placeholder {
	color: #8f8f8f;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #8f8f8f;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.edd-submit {
	background-color: #dee8e5 !important;
	border: 2px solid #dee8e5 !important;
	border-radius: 0 !important;
	color: #5b5b5c !important;
	box-shadow: none;
	cursor: pointer;
	font-family:  Poppins, Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
        -webkit-border-radius:0; 
}

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

.button {
	display: inline-block;
}

input[type="search"] {
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	font-size: 10px;
	text-transform: uppercase;
}

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

input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}

input[type=radio] {
    -webkit-appearance: radio !important;
}

.CTA {
	background-color: #dee8e5 !important;
	border: 2px solid !important;
	border-color: #dee8e5 !important;
	color: #5b5b5c;
	display: inline-block;
	cursor: pointer;
	font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin: 15px auto;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.CTA:hover {
	background-color: rgba(255, 255, 255, 0.5) !important;
	color: #5b5b5c !important;
}

.CTA p {
	margin-bottom: 0 !important;
}

.CTA a {
	text-decoration: none;
}


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

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

tbody {
	border-bottom: 1px solid #d6d6d6 !important;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #d6d6d6 !important;
	padding: 6px 0;
}


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

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

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

.site-container {
	margin: 0 auto;
	overflow: hidden;
}


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

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


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

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

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

.content-sidebar .content {
	padding-right: 15px;
	float: left;
}

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

.sidebar-content .content {
	padding-left: 15px;
}

/* Primary Sidebar */

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

.content-sidebar .sidebar-primary {
	margin-left: 33px;
	padding: 25px;
}

.sidebar-content .sidebar-primary {
	float: left;
	margin-right: 33px;
	padding: 25px;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	position: relative;
}

.search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 16px;
	height: 16px;
	background: transparent !important;
	border: 0 !important;
	color: #5b5b5c !important;
	right: 10px;
	top: 16px;
}

.search-form input[type="submit"] {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	-webkit-transition-duration: 0.5s;
 	 transition-duration: 0.5s;
}

.search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus, .search-form input[type="submit"]:active {
  	-webkit-transform: scale(0.7);
  	transform: scale(0.7);
  	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

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

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

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

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

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

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

.wp-caption-text {
	font-size: 13px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
}

.archive-description {
	margin-bottom: 35px;
	text-align: center;
}

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

.author-box .avatar {
	display: block;
	float: none;
	margin: 0 auto !important;
	padding: 30px;
	text-align: center !important;
}

.author-box-title {
	font-size: 15px;
	margin-bottom: 6px;
	text-align: center;
}

.author-box p {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}

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

a.more-link {
	background: #5b5b5c !important;
    border: 2px solid #5b5b5c !important;
    cursor: pointer;
    display: table !important;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
	color: #fff;
    letter-spacing: 2.5px;
    padding: 6px 12px;
    margin: 22px auto !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 11px;
}


a.more-link:after {
	content: "\f345";
	font: normal 10px/1 "dashicons";
	margin: 0 0 0 5px;
}

a.more-link:hover {
	background: none !important;
	color: #5b5b5c;
   	transition:all 0.3s ease;
}

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

h1.entry-title, h2.entry-title, h1.page-title {
	font-size: 22px;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2;
	text-align: center;
	padding: 15px 15px 25px;
	font-weight: 400;
}

.archive-title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 24px;
	padding: 5px 0 10px;
	text-align: center;
}

.page .entry-content {
	margin-top: 35px;
}

.sierralaine-landing .entry-title {
	font-size: 32px;
	margin-bottom: 40px;
}

.no-title .entry-header h1.entry-title {
	display: none !important;
}

.archive .entry-title {
	padding: 10px 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #5b5b5c;
	text-decoration: none;
}

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

.widget-title {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 2.5px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}

.optin-widget .widget-title{
	font-family:  'Cormorant Garamond', "Times New Roman", Georgia, serif;
}

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


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


/* Featured Content in Sidebar
--------------------------------------------- */
.sidebar .featured-content {
	clear: both;
	overflow: hidden;
}

.page-template-page_blog .sidebar .entry {
	border-bottom: 0 !important;
}

.sidebar .featured-content .entry {
	text-align: center;
	margin: 0;
	padding: 6px;
	width: 100%;
}

.sidebar .featured-content .entry-title {
	border: 0;
	font-size: 11px;
	letter-spacing: 1.5px;
	line-height: 1.2;
	margin: 10px 0 20px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.sidebar .featured-content .entry-title a:hover {
	border: 0;
}

.sidebar .featured-content img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-color: #fff;
}

/* Categories and Archive Drop Down
--------------------------------------------- */

.widget_categories select,
.widget_archive select {
	background: #fff url(images/merriweather-arrow.png) right center no-repeat;
	border-radius: 0;
	font-size: 10px;
	height: 42px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 5px;
	padding: 1px 7px 5px 11px;
	text-transform: uppercase;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Portfolio
--------------------------------------------- */

/* Carousel Galleries
---------------------------------------------------------------------------------------- */ 

.carousel-text {
	padding: 20px 80px
}

.carousel-gallery .site-inner {
	padding: 70px 0 40px;
	margin: 0 auto;
	max-width: 100%;
}

.carousel-gallery .flex-direction-nav li a {
	background: url(images/bg_direction_nav.png);
}
 
/* Portfolio Grid
---------------------------------------------------------------------------------------- */ 

.portfolio-widget {
	margin-bottom: 60px;
	clear: both;
	text-align: center;
}

.portfolio-widget .widget-title {
	font-size: 22px;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2;
	text-align: center;
	padding: 15px 15px 25px;
	font-weight: 400;
}

.portfolio-content {
	overflow: hidden;
	margin-top: 80px;
}

.ds-portfolio .entry {
	width: 30.623931623931625%;
	background: transparent;
	padding: 0;
	margin-left: 2.17102564102564%;
}


.ds-portfolio .entry .entry-title {
	font-size: 42px !important;
	font-family: louieregular !important;
	text-transform: lowercase;
	letter-spacing: 0;
	color: #fff;
}

.portfolio-content .entry a.link-hover {
	position: relative;
	display: block;
}

.portfolio-content .entry a.link-hover img {
	vertical-align: top;
	opacity: 1;
}

.portfolio-content a .entry-title {
	opacity: 0;
}

.portfolio-content a:hover .entry-title {
	opacity: 1;
}

/* fade the dark overlay when image is hovered */
.portfolio-content .entry .item-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	background: rgba(109,109,109,0.8) !important;
	margin-bottom: -4px;
}

.portfolio-content .entry .item-hover .item-container {
	position: absolute;
	padding: 30px;
	width: 100%;
	top: 50%;
	left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.ds-portfolio .entry-meta {
	display: none;
}

/*
Filterable Portfolio
------------------------ */

ul.filter {
	list-style: none;
	margin-left: 0;
	text-align: center;
}

ul.filter li {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 10px;
}

ul.filter li:first-child {
	margin-left: 0;
}

ul.filter a {
	background: #dee8e5;
	color: #5b5b5c;
	display: inline-block;
	letter-spacing: 1px;
	padding: 10px 30px;
	text-decoration: none;
	border-bottom: none;
	font-size: 12px;
	text-transform: uppercase;
}

ul.filter a:hover, ul.filter a.active {
	background-color: #5b5b5c;
	color: #fff;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
}

.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
}

.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property:    -moz-transform, opacity;
		-ms-transition-property:     -ms-transform, opacity;
		-o-transition-property:      -o-transform, opacity;
		transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
}

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

/* Contact Form 7
--------------------------------------------- */
div.wpcf7-mail-sent-ok {
    border: 1px solid #d6d6d6 !important;
}

.wpcf7-list-item {
    display: block !important;
    padding: 8px;
}


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

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

.after-entry .enews-widget input[type="submit"]{
	width: 100% !important;
}


/* Sidebar */

.sidebar .enews-widget {
	background: #dee8e5;
	margin: 0 0 80px;
	padding: 26px 40px 20px !important;
	text-align: center;
	outline: 2px solid #fff;
	outline-offset: -12px;
}

.sidebar .enews-widget .widget-title {
	color: #5b5b5c;
	font-size: 18px;
	font-family:  'Cormorant Garamond', "Times New Roman", Georgia, serif;
}

.sidebar .enews-widget .widget-title:after {
	background-color: #5b5b5c;
	height: 2px;
	width: 25%;
	display: block;
	content: "";
	margin: 18px auto 0;
}

.sidebar .enews-widget {
	line-height: 1.4;
}

.sidebar .enews-widget li {
	border-bottom: 0;
	list-style-position: inside;
	list-style-type: disc;
	padding: 3px 0;
	text-align: center;
	word-wrap: break-word;
}

.sidebar .enews-widget ul > li:last-child {
	border-bottom: none;
}

.sidebar .enews-subbox,
.sidebar .enews-widget input[type="email"] {
	background: #fff;
}

.sidebar .enews-widget input {
	border: none;
	box-shadow: none;
}

.sidebar .enews-widget input[type="submit"], .after-entry .enews-widget input[type="submit"] {
	font-family: louieregular;
	letter-spacing: 0;
	font-size: 36px;
	line-height: 1.5;
	padding: 8px;
	width: auto !important;
	border: 0 !important;
	text-transform: lowercase;
	background-color: transparent !important;
	color: #5b5b5c !important;
	width: 100%;
}

.sidebar .enews-widget input[type="submit"]:hover, .after-entry .enews-widget input[type="submit"]:hover {
	background-color: transparent !important;
	opacity: 0.7;
}

/* Soliloquy
--------------------------------------------- */

.soliloquy-container .soliloquy-next {
	  background:  url(images/arrow-next-2.png) no-repeat scroll !important; 
	height: 75px !important;
	width: 60px !important;
}


.soliloquy-container .soliloquy-prev {
	  background:  url(images/arrow-prev-2.png) no-repeat scroll !important; 
	height: 75px !important;
	width: 60px !important;
}


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	font-style: italic;
	padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 300;
	text-transform: uppercase;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Masonry PhotoSwipe
--------------------------------------------- */

.psgal figure {
	line-height: 0;
}

.pswp button {
	border: 0 !important;
	background-color: #fff !important;
}	

.pswp__ui--hidden {
	display: none;
}


/*
Site Title & Logo
---------------------------------------------------------------------------------------------------- */

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

.title-area {
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	text-align: center;
	width: 35%;
}

.site-title {
	text-indent: 0;
	font-family:  'Cormorant Garamond', "Times New Roman", Georgia, serif;
	font-size: 58px;
	letter-spacing: 6px;
	line-height: 1.15;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #5b5b5c;
	padding-bottom: 10px;
	text-decoration: none;
}

.site-description {
	color: #5b5b5c;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	word-break: break-word;
}

/* With Logo */

.wp-custom-logo .title-area {
	max-width: none;
	text-align: center;
	width: 35%;
}

.wp-custom-logo .site-title > a {
	min-height: 0;
}

.title-area img {
	width: 400px !important;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	vertical-align: top;
}

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

.genesis-nav-menu a {
	color: #5b5b5c;
	display: block;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.5;
	padding: 0 22px 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu a:hover {
	color: #6f6f6f;
}

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

.genesis-nav-menu .sub-menu li:last-child a  {
	border: 0 !important;
}

.genesis-nav-menu .sub-menu a {
	border-top: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	padding: 12px 4px;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
	width: 200px;
}

.genesis-nav-menu .sub-menu {
		text-align: center;
		width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #6f6f6f;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

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

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.genesis-nav-menu .sub-menu:after {
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.genesis-nav-menu .sub-menu:before {
border-bottom-color: #fff;
	border-width: 11px;
	margin-left: -11px;
}

.genesis-nav-menu .sub-menu .sub-menu:after,
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 8px 20px !important;
	}

.menu-description {
	color: #5b5b5c;
	font-family: 'Poppins', Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	text-transform: none;
	margin-bottom: 10px;
}

.genesis-nav-menu .sub-menu .menu-description {
	display: none;
}

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

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

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

.top-wrap .responsive-menu-icon::before {
	color: #5b5b5c;
	margin-top: 10px;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: block;
}


/* Primary & Secondary Navigation
--------------------------------------------- */
.nav-primary .wrap,
.nav-secondary .wrap {
	max-width: 100%;
}

.nav-primary,
.nav-secondary {
	width: 35%;
	margin-top: -132px;
}


.wp-custom-logo .nav-primary,
.wp-custom-logo .nav-secondary {
	margin-top: -150px;
}

.nav-primary {
	float: left;
	text-align: right;
	padding-right: 15px;
}

.nav-secondary {
	float: right;
	text-align: left;
	padding-left: 15px;
}

/* Top Navigation
--------------------------------------------- */

.top-wrap {
	background: #dee8e5;
	width: 100%;
	margin: 0 auto;
	position: fixed;
  	top: 0;
  	z-index: 999;
	display: none;
}

.top-wrap .genesis-nav-menu a {
	padding: 12px 16px 12px;
}

.top-wrap .genesis-nav-menu .menu-description {
	display: none;
}

.admin-bar .top-wrap {
    top: 28px;
}

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

/* Opt In Widget
--------------------------------------------- */

.optin-widget {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #f1f6f4;
	margin: 0 auto;
	padding: 10px 20px;
	border: 0;
}

.optin-widget .enews-widget .widget-title {
	float: left;
	width: 20%;
	font-size: 24px;
	margin-bottom: 0;
	text-align: center;
	padding: 12px 0 0;
}

.optin-widget .enews-widget p {
	padding: 20px 10px;
	width: 33%;
	margin-bottom: 0;
	text-align: center;
	float: left;
	font-size: 14px;
	line-height: 1.45;
}

.optin-widget .enews input {
	float: none;
	margin: -2px 1% 0;
	width: 36.65%;
	border: 0;
	padding: 12px;
}

.optin-widget .enews form {
	margin: 0 auto !important;
	overflow: hidden;
}

.optin-widget .enews-widget input[type="submit"] {
	font-family: louieregular;
	letter-spacing: 0;
	font-size: 36px;
	line-height: 1.5;
	padding: 8px;
	width: auto !important;
	border: 0 !important;
	text-transform: lowercase;
	background-color: transparent !important;
	color: #5b5b5c !important;
}


.optin-widget .enews-widget input[type="submit"]:hover {
	background-color: transparent !important;
	opacity: 0.7;
}

.front-page .optin-widget  {
	padding: 40px 20px 50px;
	background: #f1f6f4;
}

.front-page .optin-widget .widget-title, .front-page .optin-widget .enews p {
	color: inherit
}
.front-page .optin-widget .enews-widget input[type="submit"] {
	color: inherit !important;
}

.front-page .optin-widget .enews-widget input[type="submit"]:hover {
	opacity: 0.7;
}


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

.entry {
	margin-bottom: 100px;
}

.single .entry {
	margin-bottom: 0 !important;
}

.has-post-thumbnail .more-link {
	clear: none;
	display: block;
	margin-top: 10px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

.entry-content ol,
.entry-content ul {
	list-style-position: inside;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
	padding-bottom: 25px;
}

.list .entry-content ul li {
	padding-bottom: 25px;
}


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

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

.entry-meta a {
	text-decoration: none;
}

.sidebar .featured-content .entry-header {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 10px;
	text-align: center;
	text-transform: lowercase;
	margin-top: -28px;
	margin-bottom: 45px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #d6d6d6;
	clear: both;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 10px;
}

.entry-footer .entry-meta a {
	color: #5b5b5c;
	text-transform: uppercase;
}

.entry-footer .entry-meta a:hover {
	border-bottom: 1px dotted #d6d6d6;
}

.entry-time {	
	float: left;
	text-align: left;
	width: 50%;
}

.entry-categories {
	padding: 10px;
	background: #dee8e5;
}

.front-page .entry-time {
	padding: 0;
}

.entry-comments-link {
	float: right;
	text-align: right;
	width: 50%;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
	border: 0;
	outline: 2px solid #fff;
	outline-offset: -12px;
	background: #dee8e5;
	margin-top: 65px;
	margin-bottom: 80px;
	padding: 35px;
	text-align: center;
}

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

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

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

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content .entry {
	border: none;
	float: left;
	margin-bottom: 2px;
	padding: 0 0 14px;
	width: 25%;
}

.after-entry .featured-content .entry-title a {
	border: none;
	font-size: 10px;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

.after-entry .featured-content{
	overflow: auto;
}

.after-entry .enews {
	padding: 2px;
}

.after-entry .enews input {
	float: none;
	margin: -2px 1% 0;
	width: 36.65%;
	border: 0;
	padding: 12px;
}

.after-entry .enews form {
	margin: 0 auto !important;
	overflow: hidden;
}


/* Archive & Category Page
------------------------------------------------------------- */

.ds-cat .content .entry .entry-title {
	font-size: 11px;
	margin-bottom: 0;
	border-bottom: 0;
}

.ds-cat .entry{
	margin-bottom: 35px;	
}

.ds-cat .entry a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.ds-cat .entry-image-link img {
	display: none;
}


/* Previous and Next Posts links
------------------------------------------------------------- */

.prev-next-post-links {
	clear: both;
	font-size: 14px;
	height: auto;
	margin: 40px 0 10px;
	overflow: hidden;
	text-transform: uppercase;
}

.previous-post-link a,
.next-post-link a {
	background-color: #dee8e5;
	border: 2px solid;
	border-color: #dee8e5;
	color: #5b5b5c;
	letter-spacing: 1.5px;
	padding: 20px;
	text-align: center;
	text-decoration: none;
}

.previous-post-link a:hover,
.next-post-link a:hover {
	border: 0;
	background-color: rgba(255,255,255,0.3);
}
 
.previous-post-link {
	float: left;
}
 
.next-post-link {
	float: right;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 60px 0;
	width: 100%;
}

.pagination {
	margin: 30px auto;
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.pagination a,
.pagination .disabled,
.pagination a:hover,
.pagination .active a {
	padding: 25px 8px 5px;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	line-height: 1.8;
	overflow: hidden;
}

#respond {
margin-top: 25px;
}

.ping-list,
#comments {
	margin-bottom: 48px;
}

#author,
#email,
#url {
	width: 50%;
	padding: 5px;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
}

#comment {
	margin: 3px 0;
	padding: 5px;
	width: 98%;
}

.comment-reply-title {
	font-weight: 400;
}

.comment-respond label {
	display: block;
	font-family: inherit;
}

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

.comment-list li ul li {
	margin-right: -3px;
	margin-left: 10px;
}

.comment-header {
	overflow: hidden;
}

#comments a, #comments a:visited {
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.thread-alt,
.thread-even {
	margin-bottom: 10px;
}

.comment-content p {
	margin-bottom: 17px;
}

.nocomments {
	text-align: center;
}

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

.entry-comments ul.children {
	background-color: #fff;
	border-left: 1px solid #d6d6d6;
	width: 97%;
	margin: 10px 5px 5px 5px;
}

#comments .navigation {
	margin-top: 32px;
}

.comment-notes {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.comment-author {
	letter-spacing: 2px;
	margin-bottom: 1px !important;	
	text-transform: uppercase;
}

.comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.form-allowed-tags {
	background-color: #fff;
	font-size: 12px;
	padding: 10px;
	padding: 1.0rem;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	margin: 0 0.5rem 0 1.0rem;
	padding: 4px;
	padding: 0.4rem;
}

.entry-comments h3 {
	margin-top: 55px;
    font-size: 20px;
	margin-bottom: 55px;
}

.comment-reply-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

/* To Top Menu
--------------------------------------------- */

.to-top {
	background: #dee8e5 url(images/to-top.svg) no-repeat center 50%;
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow: none;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 99999999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:1;
}

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


/* Blog Page
--------------------------------------------- */

.page-template-page_blog  .entry-image-link img {
	outline: 2px solid #fff;
	outline-offset: -12px;
}

.page-template-page_blog .entry-footer {
	display: none;
}

.page-template-page_blog .entry-title {
	font-size: 14px;
}

.page-template-page_blog .entry-header .entry-meta {
	font-size: 10px;
	margin-bottom: 0;
}

.page-template-page_blog .entry-time {
	padding: 7px;
}

.page-template-page_blog .entry:first-of-type {
	margin-top: 0;
}

.page-template-page_blog .entry {
	margin-top: 110px;
	padding-bottom: 100px;
	border-bottom: 1px solid #d3d0cc;
}

.page-template-page_blog .entry:last-of-type {
	border: 0;
}


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

.about-page .one-half {
	padding: 0 2%;
}

.about-page .entry-title {
	display: none;
}

.about-page .entry h3 {
	font-family: louieregular;
	font-size: 90px;
	text-transform: lowercase;
	text-align: center;
	color: #cad8d4;
}

.about-page .entry h4 {
	letter-spacing: 3px;
	font-size: 30px;
	margin-top: -80px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	color: #5b5b5c;
}

/* About Page Widget */

.about-page-widget {
	background: #dee8e5;
	width: 100%;
	padding: 55px 55px 5px;
	margin-top: -20px;
}

.about-page-widget h4 {
	letter-spacing: 2px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	color: #5b5b5c;
}

.home-split .CTA,
.about-page-widget .CTA {
	background: rgba(255,255,255,0.75) !important;
    border: 2px solid !important;
    cursor: pointer;
    display: table;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2.5px;
    padding: 16px 24px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.home-split .CTA:hover,
.about-page-widget .CTA:hover {
    background: none !important;
}

.about-page-widget .widget {
	margin-bottom: 100px;
}

.about-page-widget {
	margin-bottom: 70px;
}

.about-page-widget .enews-widget {
	margin: 35px auto 35px;
	text-align: center;
}

.about-page-widget .enews-widget input {
	width: 42.5%;
	float: left;
	margin-right: 10px;
}

.about-page-widget .enews-widget input[type="submit"] {
	width: auto;
	padding: 15px 24px;
}

/* Services Page
--------------------------------------------- */

.services-page .entry-title {
	display: none;
}
.services-page .entry h3 {
	font-family: louieregular;
	font-size: 90px;
	text-transform: lowercase;
	text-align: center;
	color: #cad8d4;
}

.services-page .entry h4 {
	letter-spacing: 3px;
	font-size: 30px;
	margin-top: -80px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	color: #5b5b5c;
}

.services-page .one-third.first-service, .services-page .one-third.last-service {
	background: #dee8e5;
}
.services-page .one-third {
	padding: 40px;
}

.services-page .one-third {
	text-align: center;
}

.services-page .one-third ul li {
	border-bottom: 1px solid #d3d0cc;
	list-style-type: none;
	text-align: center;
	padding: 12px 0;
}

.services-page .one-third ul li:last-of-type {
	border: 0;
}

.services-page .CTA {
	width: 100%;
	background: none !important;
    border: 2px solid !important;
    cursor: pointer;
    display: table;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2.5px;
    padding: 16px 24px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	}

.services-page .CTA:hover {
    background: #dee8e5 !important;
}

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

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

.sidebar a {
	text-decoration: none;
}

.sidebar li {
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
	list-style-type: none;
	padding: 10px 30px;
	text-align: center;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	border-bottom: none;
}

.sidebar .widget {
	clear: both;
	overflow: hidden;
	padding: 0 0 80px;
}

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

.footer-widgets {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
}

.footer-widgets .wrap {
	margin-top: 45px;
	margin-bottom: 65px; 
	max-width: 720px;
}

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

.footer-widgets-3 {
	float: right;
	width: 32%;
	
}

.footer-widgets-4 {
	float: right;
	width: 100%;
	text-transform: none;
	letter-spacing: 1.5px;
}

.footer-widgets img {
	width: 50%;
}

.footer-widgets .simple-social-icons {
	margin: 30px 0 0;
}

.footer-widgets .simple-social-icons ul li a {
	background-color: transparent !important;
	color: #5b5b5c !important;
	border: 0 !important;
	font-size: 14px;
}


/* Footer Top & Instagram Widget
--------------------------------------------- */

.footer-top {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: none;
	padding: 30px 0 0;
}

.front-page .footer-top {
	margin-top: 165px;	
}

.footer-top .wrap {	
	max-width: 100%;
	width: 100%;
}

.footer-top .widget-title {
	padding-bottom: 20px;
}

/* IG Feed */

.footer-top .instagram-pics li {
	width: 16%;
	margin-right: 0.8%;
}

.footer-top .instagram-pics  li:last-of-type {
	margin-right: 0;
}

.footer-top .instagram-pics li {
	display: inline;
	float: left;
}

.footer-top .null-instagram-feed p {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 60px;
}

.footer-top .null-instagram-feed p a {
	text-decoration: none;
	background: #dee8e5;
	padding: 10px;
}



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

.site-footer {
	border-top: 1px solid #d6d6d6;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	text-decoration: none;
}

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

/* WooCommerce
--------------------------------------------- */
/* WooCommerce Fonts */

.woocommerce-loop-product__title, .woocommerce .woocommerce-tabs h2 {
	font-size: 13px !important;
	font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 1.5px !important;
}

.woocommerce ul.products li.product .price {
	font-size: 70% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-weight: 500 !important;
		font-size: 80% !important;
		text-transform: uppercase !important;
		letter-spacing: 1.5px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: 500 !important;
	letter-spacing: 1.5px !important;
}

/* WooCommerce Colors */

.woocommerce-info, .woocommerce-error, .woocommerce-message {
	border: 1px solid #fff !important;
	background-color: #dee8e5 !important;
}

.woocommerce span.onsale, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #dee8e5 !important;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce span.onsale,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #5b5b5c !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #dee8e5 !important;
	background-color: #dee8e5 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #dee8e5 !important;
	background-color: #fff !important;
}


			/* Input Colors */
				.woocommerce .woocommerce-ordering select {
    				border:1px solid #d6d6d6;
    				background:#fff url(images/merriweather-arrow.png) right no-repeat;
    				color:#5b5b5c;
			}

				.woocommerce #payment #respond input#submit.alt, .woocommerce #payment a.button.alt, .woocommerce #payment button.button.alt, .woocommerce #payment input.button.alt {
					border: 2px solid #5b5b5c !important;		
			}

/* WooCommerce Styles */

#payment .woocommerce-info {
	border: 0 !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0 !important;
}

.woocommerce span.onsale {
	font-size: 11px !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
    padding: 12px 12px !important;
    margin: -8px -8px 0 0 !important;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin-top: 150px !important;
}

.woocommerce-loop-product__title {
	text-align: center !important;
}

.woocommerce .woocommerce-ordering select {
    height:38px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    display:block;
    width:100%;
    padding:8px 20px 7px 10px;
    margin:0;
    line-height:normal;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

.woocommerce ul.products li.product a img:hover {
	border: 10px solid #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

input[type="number"] {
    position: relative !important;
    padding: .76rem !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li  {
	border-radius: 0 !important;
	padding: 20px !important;
}

.woocommerce .woocommerce-tabs h2 {
	margin-top: 50px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important
}

#coupon_code {
    width: 46% !important;
}

.woocommerce form .form-row textarea {
	height: 8em !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none !important
}

#order_review_heading {
	margin-top: 70px !important
}

			/* Product Widget */


			@media only screen and (min-width: 1023px) {
				.front-page .woocommerce ul.product_list_widget {
					padding-right: 40px;
					padding-left: 40px;
			}}

			.woocommerce ul.cart_list li,
			.woocommerce ul.product_list_widget li,
			.woocommerce-page ul.product_list_widget li {
				float: left;
				padding: 1% !important;
				width: 25%;
				text-align: center !important
			}

			.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
				width: 100% !important;
				padding-bottom: 0;
				margin-bottom: 10px;
			}

		.woocommerce ul.product_list_widget li img:hover {
				border: 10px solid #fff;;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
				filter: alpha(opacity=30);
				-moz-opacity: 0.3;
				-khtml-opacity: 0.3;
				opacity: 0.3;
			}

			.woocommerce ul.product_list_widget li a {
				font-weight: 400 !important;
				text-decoration: none !important;
				text-transform: uppercase !important;
				letter-spacing: 1.5px !important;
			}

			.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
				font-size: 65%;
			}


			/* Products on Home Splits */

			.home-split .woocommerce ul.cart_list li,
			.home-split .woocommerce ul.product_list_widget li,
			.home-split .woocommerce-page ul.product_list_widget li {
				float: left;
				padding: 1% !important;
				width: 48%;
				text-align: center !important
			}

			.home-split .woocommerce ul.product_list_widget li img {
				outline: 0;
				padding-bottom: 10px;
			}

			.home-split .woocommerce ul.product_list_widget li .woocommerce-Price-amount {
				display: none;
			}

			.home-split .woocommerce ul.product_list_widget li img:hover {
				border: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
				filter: alpha(opacity=30);
				-moz-opacity: 0.3;
				-khtml-opacity: 0.3;
				opacity: 0.3;
			}

			.home-split .woocommerce ul.product_list_widget li a {
				font-size: 12px
			}

			/* Sidebar */

			.sidebar .woocommerce ul.product_list_widget li {
				border: 0;
			}

			.sidebar .woocommerce ul.cart_list li,
			.sidebar .woocommerce ul.product_list_widget li,
			.sidebar .woocommerce-page ul.cart_list li,
			.sidebar .woocommerce-page ul.product_list_widget li {
				float: left;
				padding: 1% !important;
				width: 50%;
			}

/* WooCommerce 3.0 */

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
    display: none;
}

.price {
	text-align: center;
}

.woocommerce-loop-product__title {
    font-size: 88%;
    margin-bottom: 2px;
}

.woocommerce-product-gallery {
padding-bottom: 55px;
position: relative;
}

.woocommerce-product-gallery figure {
margin: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer;
}


.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .4;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1;
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(n+1) {
    margin-right: 1.3%;
	width: 23.99%;
	margin-top: 8px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}


.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

@media only screen and (max-width: 768px) {
.woocommerce-product-gallery {
margin-bottom: 145px !important;
}
}

@media only screen and (max-width: 468px) {
.woocommerce-product-gallery {
margin-bottom: 85px !important;
}
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


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

@media only screen 
and (min-device-width : 1200px) 
and (max-device-width : 1920px) 
and (-webkit-min-device-pixel-ratio: 2) {
	.custom-logo {
		width: 50%;
	}
}

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

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

    	.content {
       		width: 540px;
    	}

		.site-footer {
			width: 100%;
		}
	
		.site-title {
			font-size: 50px;
			letter-spacing: 5px;
			line-height: 1;
	}
	
		.nav-primary,
		.nav-secondary {
			margin-top: -115px;
	}
	
		.genesis-nav-menu a {
			font-size: 10px;
			padding: 0 10px 10px;
	}
	
	/* About Page */
	
		.about-page .one-half.picture .photo {
			width: 50%;
			margin: 0 auto 50px;
			background: #dee8e5;
	}

		.about-page .one-half.picture img {
			margin-top: -20px;
			float:none;
			margin-right: -15px;
			width: 95%;
	}

		.about-page .one-half.picture {
			display:table-header-group;
			width: 100%;
			float: none;
	}

		.about-page .one-half.text {
			display:table-footer-group;
			width: 100%;
			float: none;
	}
	

}

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

	.optin-widget .enews-widget .widget-title {
		width: 100%;
	}

	.optin-widget .enews-widget p {
		width: 100%;
	}
	
	.optin-widget .enews form {
		width: 100%;
		text-align: center;	
}
	
	.optin-widget  .enews input {
		width: 33%;
	}
	
	.optin-widget .enews-widget input {
		font-size: 12px;
		padding: 10px;
	}
	
	.optin-widget .enews-widget input[type="submit"] {
		padding-top: 0;
		font-size: 32px;
	}

}

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

	.portfolio-content a .entry-title {
		opacity: 1;
		padding: 20px;
		position: static;
				-webkit-transform: none;
				-moz-transform: none;
				-ms-transform: none;
				-o-transform: none;
				transform: none;
	}

	.portfolio-image a:hover:before {
		display: none;
	}
	
	.portfolio-content .entry .item-hover {
		clear: both;
		
	}

}

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

	.content,
	.sidebar-primary,
	.site-inner,
	.title-area,
	.wp-custom-logo .title-area,
	.wrap,
	.footer-widgets,
	.site-footer {
		float: none;
		width: 100%;
	}

	.sidebar-primary {
		margin-top: 265px !important;
	}
	
	.content-sidebar .sidebar-primary {
	width: 100%;
		clear: both;
		margin-left: 0;
	}

	.sidebar-content .sidebar-primary {
	width: 100%;
		clear: both;
		margin-right: 0;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		border: none;
		padding: 0;
	}


	.header-image .site-header .wrap {
		background-position: center top;
	}

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

	.sidebar .featured-content .entry {
		display: inline-block;
		margin: 10px;
		text-align: center;
		width: 45%;
	}

	.sidebar .featured-content .widget-wrap {
		text-align: center;
	}

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

	.site-footer {
		padding: 24px 0;
	}

	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}


}

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

	.title-area {
		width: 100%;
	}
	
	.top-wrap .genesis-nav-menu a {
			color: #5b5b5c;
	}
	
	.nav-primary, .wp-custom-logo .nav-primary {
		width: 100%;
		padding: 0;
		margin: -20px 0 0;
		z-index: 1;
	}
	
	.genesis-nav-menu.responsive-menu {
		background: #fff;
		padding-bottom: 16px;
		padding-top: 10px;
	}

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

	.responsive-menu-icon {
		color: #333;
		display: block;
		text-align: center;
		z-index: 999;
		margin-bottom: 15px;
	}

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

	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: left;
	}

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

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}

	.simple-social-icons ul li a,
	.simple-social-icons ul li a:hover,
	.simple-social-icons ul li a:focus {
		padding: 7px !important;
	}

	.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 .sub-menu, .genesis-nav-menu .sub-menu a {
		text-align: left;
	}

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

	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		padding-left: 30px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a:before {
		content: "\f132";
		font: normal 9px/1 'dashicons';
		height: 9px;
		display: inline;
	 	padding-right: 5px;
	}

	.genesis-nav-menu > .right {
		float: none;
	}
}


@media only screen and (max-width: 845px) {
	
	a.alignnone img {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 799px) {
	
	/* Serivces Page */
	
	.services-page .one-half.picture {
		display: block;
		width: 90%;
		float: none;
		margin: 0 auto;
	}
}

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

	.portfolio-content .entry .item-hover {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 2;
		text-align: center;
		overflow: hidden;
		background: rgba(109,109,109,0.50) !important;
		margin-bottom: -4px;
}

	
	.ds-portfolio .entry .entry-title {
		font-size: 18px !important;
		font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		line-height: 1.2;
		text-align: center;
		padding: 15px 5px 15px;
		font-weight: 400;
}
	
	.ds-portfolio .entry {
		width: 43.2222222222%;
		margin-left: 3.27102564102564%;
	}
}

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


	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds{
		margin: 0 auto 0;
		padding: 1%;
		width: 50%;
	}
	
	.site-title {
		font-size: 46px;
		word-break: break-word;
	}

	body {
		line-height: 1.85;
		font-size: 16px;
	}
	
	.to-top {
		right:20px;
		bottom:20px;
	}
	
	.footer-top .instagram-pics li {
		width: 32.8%;
		margin-right: 0.8%;
	}

	.footer-top .instagram-pics  li:nth-of-type(3), .footer-top .instagram-pics  li:last-of-type {
		margin-right: 0;
	}
	
	/* About Page */
	
		.about-page .one-half.picture .photo {
			width: 85%;
	}
}

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

	.sidebar .featured-content .entry {
		width: 100%;
	}
	
	
			.woocommerce ul.product_list_widget{
	    		-webkit-padding-start: 10px !important;
			}

	.soliloquy-container .soliloquy-prev, .soliloquy-container .soliloquy-next {
		display: none;
	}

	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.cart_list li,
	.woocommerce-page ul.product_list_widget li {
    		width: 50%;
    		padding: 12px;
	}

	.woocommerce ul.product_list_widget li .product-title,
	.woocommerce-page ul.product_list_widget li .product-title {
		display: none;
	}

}

@media only screen and (max-width: 460px) {
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 auto 0;
		width: 100%;
	}
	
	.entry,
	.author-box,
	.entry-comments,
	.comment-respond {
		padding: 5px;
	}
	
	.site-title {
		font-size: 33px;
		letter-spacing: 3px;
	}
	
	.site-description {
		font-size: 9px;
	}

	.entry-content .entry-image-link img {
		display: block;
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 320px) {
	.ds-portfolio .entry {
		width: 100%;
		margin-left: 0%;
	}
}


/* Home Colors and Fonts
------------------------------------*/

.front-page .widget-title{
	font-family:  'Cormorant Garamond', "Times New Roman", Georgia, serif;
}

.home-split h3, .home-top .soliloquy-container h3, .flexible-widgets .widget h3, .home-middle h3, .home-middle .enews-widget input[type="submit"],
.home-flex-2 .enews-widget input[type="submit"] {
	font-family: louieregular;
}

.home-top .entry-title a, .home-top .soliloquy-container .soliloquy-caption a.CTA, .home-split .testimonial_rotator h1, .home-split .testimonial_rotator h2, .home-middle .testimonial_rotator h1, .home-middle .testimonial_rotator h2 {
	font-family: Poppins, Helvetica, Arial, sans-serif;
}

.home-top .soliloquy-container .soliloquy-caption .soliloquy-caption-inside  {
	font-family: Poppins, Helvetica, Arial, sans-serif !important;
}

.home-top .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .CAP {
	color: #5b5b5c !important;
}

.home-top .soliloquy-container .soliloquy-caption a.CTA,
.home-top .soliloquy-container .soliloquy-caption a.CTA:hover,
.home-top .soliloquy-container .soliloquy-caption .CTA:hover{
	border-color: #5b5b5c !important;
	color: #5b5b5c !important;
}

.flexible-widgets .widget .widget-title,
.flexible-widgets .widget h4 {
	color: #5b5b5c;
}

.flexible-widgets .widget h3 {
	color: #dee8e5;
}

.home-a-left,
.home-b-right {
	background: #f1f6f4;
}

.before {
background: #dee8e5;
}

.home-flex-2 .entry-title a{
	background-color: #dee8e5;
}

.home-top .soliloquy-container h3,
.home-middle h3{
	color: #cad8d4;
}

.home-a-left h3,
.home-b-right h3 {
		color: #dee8e5;
}

.home-top .soliloquy-container h4,
.home-top .entry-title a,
.home-a-left h4,
.home-b-right h4,
.home-middle h4,
.home-flex-2 .entry-title a{    
	color: #5b5b5c;
}

.home-split .woocommerce ul.product_list_widget li a .product-title {    
	color: #5b5b5c !important;
}

.testimonial_rotator_prev,
.testimonial_rotator_next {
	color: #cad8d4;
}

.home-middle .enews-widget input[type="submit"] {
	color: #5b5b5c !important;
}
