/*
	Theme Name: Blawnde
	Theme URI: http://madetothrive.com/
	Description: A custom HTML5 theme built for the Genesis Framework.
	Author: Lindsay Pruitt
	Author URI: http://madetothrive.com/

	Version: 1.0.5

	Template: genesis
	Template Version: 1.0.5

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/




/* 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:500}dfn{font-style:italic}h1{font-size:13px;margin:.67em 0}mark{background:#ff0;color:#000000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */


*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    	color: #848792;
  	font-family: "freight-sans-pro",sans-serif;
    	font-size: 16px !important;
    	font-weight: 400;
    	font-style: normal;
	line-height: 25px !important;
	margin: 0;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	text-align: center;

}

a img:hover, .button:hover {
	opacity:.9;
}

.home-header a:hover, .home-header img:hover {
	opacity: 1;
}

::-moz-selection {
	color: #fff;
	background: #58595b;
}

::selection {
	color: #fff;
	background: #58595b;
}

a {
	color: #848792;
	text-decoration:none;
}

a:hover {
	opacity: .9;
}

.content a {
	color: #848792;
	text-decoration:none;
	font-weight: 600;
}

.home .content a, .category .content a, .search .content a  {
	font-weight: 400;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px;
	font-style: italic;
	font-size: 15px;
	line-height: 35px;

}

.entry blockquote {
	margin: 0px 0 0;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
	padding-top: 10px;
}



/* Column Classes
--------------------------------------------- */
 
.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: 1.25%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
 
.one-third,
.two-sixths {
	width: 32.5%;
}
 
.four-sixths,
.two-thirds {
	width: 65.81194081194082%;
}
 
.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;
}

#related-posts-by-taxonomy-2 {
	margin-bottom: 250px;
	display: table;
    margin-left: -.7%;
    margin-right: -.7%;
}

.gallery-item {
    width: 31.9%;
    float: left;
    margin: 0 .7%;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 {
	color: #848792;
  	font-family: "freight-sans-pro",sans-serif;
    	letter-spacing: 2px;
    	text-transform: uppercase;
    	font-size: 31px;
	line-height: 44px;
    	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-weight: 300;
	margin-bottom: 70px;
}

h1.entry-title, h2.entry-title,
h4 {
  	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 10px;
}

h1.entry-title a {
	color: #848792;
	font-weight: 400;
}

.page h1.entry-title, .single h1.entry-title {
	font-size: 30px;
}

h6 {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

#related-posts-by-taxonomy-2 h6 {
	text-transform: uppercase;
	margin: 20px 0;
	text-align: center;
}

.single .widget h4 {
	color: #848792;
	background: #fff;
	width: 100%;
  	font-family: "freight-sans-pro",sans-serif;
    	letter-spacing: 2px;
    	text-transform: uppercase;
    	font-size: 31px;
	line-height: 44px;
    	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-weight: 300;
	margin-bottom: 60px;
}

.after-entry.widget-area {
    border-top: 1px solid #d9dbe1;
    padding-top: 50px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.featured-content img,
.gallery img {
	width: auto;
}




/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	text-align: left;
	font-style: normal;
	line-height: 30px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	 -webkit-appearance: none;
   	border-radius: 0;
	border: 1px solid #b0b4c2;
	width: 100%;
	padding: 5px;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    color: #fff;
	background: #c0c3ce;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 0 6px;
	border: 0;
	width: 100%;
	line-height: 21px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover{
	opacity:.8;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.prev-next-navigation {
    display: table;
    margin: 0px auto;
    border-top: 1px solid #d9dbe1;
    width: 100%;
    margin-top: 70px;
}

.previous {
    display: inline-block;
    text-align: center;
    margin-top: 70px;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 0 6px;
    border: 0;
    width: 140px;
    line-height: 21px;
margin: 70px 20px;
}

.next {
    display: inline-block;
    text-align: center;
    margin-top: 70px;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 0 6px;
    border: 0;
    width: 110px;
    line-height: 21px;
margin: 70px 20px;
}

.next a, .previous a {
font-weight: 400;
    color: #fff;
}

.previous:hover, .next:hover {
	opacity: .9;
}

/* 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;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0px auto 0px;
	width: 100%;
	position: relative; 
	z-index: 1;
}

.site-inner {
    clear: both;
    width: 90%;
    margin: 0px auto 0px;
    position: relative;
    z-index: 1;
    max-width: 1280px;
}

.content {
    width: 100%;
    float: none;
    clear: none;
}

.page .content {
	display: none;
}


.full-width-content .content {
	width: 100%;
	display: table;
	float: none;
	margin-bottom: 80px;
}

.single .content {
    max-width: 800px;
    display: block;
    float: none;
    margin: 0 auto 80px;
    width: 100%;
}

.widget h1 {
    font-size: 22px;
    line-height: 37px;
    letter-spacing: 3px;
    padding: 10px 0%;
    max-width: 190px;
    margin: 0px auto 10px;
}

.widget h4 {
    line-height: 24px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 0 6px;
    border: 0;
    width: 140px;
    margin: 25px auto 25px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	width: auto;
	border:0;
	border: 0;
}

.right.search {
    display: inline-block;
}

input[type="search"] {
	background: #fff;
	padding: 0 0px;
	border:0;
 -webkit-appearance: none;
    border-radius: 0;
  	color: #8b9ad1;
  	font-family: "freight-sans-pro",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    position: relative;
    text-decoration: none;
	text-align:left;

}

::-moz-placeholder {
	-webkit-font-smoothing: antialiased;
    font-size: 13px !important;
    font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;     
	color: #848792;
	opacity: 1;
	text-align: left;
}

::-webkit-input-placeholder {
	-webkit-font-smoothing: antialiased;
    font-size: 13px !important;
    font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;     
	color: #848792;
	opacity: 1;
	text-align: left;
}

.search-form {
    width: 200px;
    margin-left: 35px;
    margin-right: -60px;
}

.search-form input[type="submit"] {
display: none;
}

/* 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 15px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 15px 20px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 20px;
}

.wp-caption-text {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, img.aligncenter { 
	clear: both; display: block; margin-left: auto; margin-right: auto; 
}



/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
}

.home-header {
	position: relative;
}

img.logo-overlay {
	position: absolute;
	left: 0;
	top: 0;
}

img.logo {
	position: relative;
	max-width: 727px;
	margin: 0px auto 25px;
	width: 90%;
}

.home-content {
	display: table;
}

.latest-video {
	width: 66%;
	left: 0;
	border: 1px solid #d9dbe1;
	padding: 90px 100px;
	padding: 6% 8% 3%;
	position: relative;
	float: left;
}

h1.video {
    position: absolute;
    top: -43px;
    right: 9%;
    background: #fff;
    padding: 0 25px;
}

.favorites {
    width: 28.5%;
    right: 0;
    border: 1px solid #d9dbe1;
	border-bottom: 0;
	padding: 2.2% 3% 2%;
    margin-bottom: 0px;
    position: relative;
	text-align: center;
	float: right;
}

h1.fav {
    line-height: 38px;
    margin-bottom: 30px;
}

.socials {	
	width: 28.5%;
    right: 0;
    border: 1px solid #d9dbe1;
padding: 2.2% 2% 1.6%;
    margin-bottom: 0px;
    position: relative;
	text-align: center;
	float: right;
}

.socials img {
	margin: 0 10px;
}

.IG-feed {
    width: 100%;
    border: 1px solid #d9dbe1;
    margin-bottom: 70px;
    margin-top: 70px;
    float: left;
    height: auto;
    position: relative;
    padding: 5% 5% 6%;
}

h1.IG {
    position: absolute;
    bottom: -20px;
    left: 3%;
    background: #fff;
    padding: 0 25px;
    margin: 0;
}

.home-about {
    background: url(http://blawnde.com/wp-content/uploads/2016/03/home-about-bgd.jpg) no-repeat;
    background-size: 1280px;
    position: relative;
    min-height: 613px;
    margin-bottom: 250px;
    border-top: 1px solid #d9dbe1;
    background-position: 0 60px;
    padding-top: 60px;
}

img.about-photo {
    position: relative;
    width: 39.5%;
    margin-top: 7%;
    left: 7%;
    float: left;
max-width: 510px;
}

.home-about-right {
    position: relative;
    margin-top: 7%;
    right: 7%;
    background: #fff;
    width: 39.5%;
    padding: 5% 5% 4%;
    float: right;
}

img.about-home-title {
    position: absolute;
    max-width: 454px;
    width: 90%;
    top: -12%;
    left: 0;
    right: 0;
}

.learn-more-button {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 65px 6px;
    float: right;
    margin-right: 11%;
    margin-top: 50px;
}

.about-content {
    position: relative;
    display: table;
    padding-bottom: 100px;
    border-bottom: 1px solid #d9dbe1;
    margin-bottom: 100px;
}

img.about-image {
    width: 42%;
    max-width: 510px;
    float: left;
margin-left: 5%;
max-width: 510px;
}

img.about-title {
    max-width: 662px;
    width: 55%;
    position: absolute;
    margin-left: -140px;
    top: 8%;
}

.about-content-right {
    float: right;
    width: 37%;
    margin-right: 12%;
    margin-top: 18%;
}

.about-content2 {
    position: relative;
    display: table;
    margin-bottom: 210px;
}

.the-book {
    width: 28.5%;
    left: 0;
    border: 1px solid #d9dbe1;
padding: 2% 6% 50px;
    margin-bottom: 0px;
    position: relative;
	text-align: center;
	float: left;
	margin-left: 5%;
}

h1.book {
    line-height: 38px;
    margin-bottom: 35px;
    margin-top: -45px;
    background: #fff;
}

.book-button {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 25px 6px;
	margin-top: 50px;
}

.the-facts-wrap {
    width: 57%;
    float: right;
    background: #f2f3f5;
    margin-right: 5%;
}

.the-facts {
    width: 94%;
    border: 1px solid #d9dbe1;
    margin: 3% auto;
    text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
padding-bottom: 4.1%;
}

.the-facts h6 {
    font-weight: 600;
    font-size: 11px;
letter-spacing: 2px;
}

h1.facts {
    margin-top: 40px;
    margin-bottom: 50px;
}

.the-facts-right {
    width: 40%;
    display: inline-block;
}

.the-facts-left {
    width: 40%;
    display: inline-block;
}

.the-facts p {
    margin: 0 0 35px;
}

.category .content, .search .content {
    margin-bottom: 250px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
    background: #transparent;
}

.nav-primary ul {
	margin: 40px auto;
	position: relative;
	text-align: center;
}

.nav-primary .genesis-nav-menu a {
    	color: #848792;
  	font-family: "freight-sans-pro",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    padding: 0px 35px;
    position: relative;
    text-decoration: none;
}

#nav_menu-2 {
    text-align: center;
    margin-bottom: 50px;
}

#nav_menu-2 .current-menu-item {
    border: 1px solid #d9dbe1;
}

#menu-categories ul {
	text-align: center;
}

#menu-categories li {
    	color: #848792;
  	font-family: "freight-sans-pro",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    padding: 5px 20px;
	margin: 0px 15px;
    position: relative;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover {
	opacity:.8;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu .sub-menu {
	background: #transparent;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.entry-header .entry-meta {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.entry-header .entry-meta a {
	color: #848792;
	font-weight: 400;
}

.home .entry-header .entry-meta, .category .entry-header .entry-meta, .search .entry-header .entry-meta {
	display: none;
}

.more-link {
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    color: #fff;
	background: #c0c3ce;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 0 6px;
}

.home .entry-footer, .category .entry-footer, .search .entry-footer {
	display: none;
}

.home .post, .category .post, .search .post   {
    margin-bottom: 65px;
}

.search .archive-title {
	margin-top: 60px;
}

.entry-footer {
    padding-top: 30px;
	text-align: center;
}

.shopthepost-widget {
    border: 1px solid #d9dbe1;
    padding: 60px;
}

.entry-footer .entry-meta {	
	color: #848792;
  text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
	font-size: 11px;
	font-weight: 600;
	margin: 0;
  width: auto;
    display: inline-block;
}

.entry-footer .entry-meta a {	
	color: #848792;
}


.entry-footer .entry-meta a:hover {
	opacity: .9;
}	

.addtoany_list.a2a_kit_size_32 a {
    font-weight: 600 !important;
    color: #848792 !important;
    font-size: 11px !important;
    line-height: 21px !important;
	letter-spacing: 2px !important;
	margin-top: -2px !important;
}

.addtoany_shortcode {
    width: auto;
    display: inline-block;
}


/* Entries
--------------------------------------------- */


.entry-content .entry-header {
    width: 100%;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	width: 100%;
	margin: 0px auto 0px;
}

.archive-pagination {
    margin: 20px auto 0px;
    text-align: center;
    width: 17% !important;
}

.home .archive-pagination {
    margin: 20px auto 0px;
    text-align: center;
    display: none;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.pagination-previous {
    margin: 0px auto;
    text-align: center;
    font-style: normal;
    line-height: 30px;
    padding: 0;
    display: inline-block;
    float: left;
  font-weight: 600 !important;	
	text-transform: uppercase;
	font-size: 12px;
    color: #101738;
}

.pagination-next {
    margin: 0px auto;
    text-align: center;
    font-style: normal;
    line-height: 30px;
    padding: 0;
    display: inline-block;
    float: right;
  font-weight: 600 !important;
	text-transform: uppercase;
    color: #101738;
	font-size: 12px;
}

.pagination-previous a, .pagination-next a {
	color: #101738;
}

.pagination-previous a:hover, .pagination-next a:hover {
	color: #101738;
}


/* Comments
--------------------------------------------- */
#comments, #respond {
   	display: none !important;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.entry-pings {display: none;}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
    clear: both;
    margin: 0px auto 40px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b0b4c2;
}

.footer-widgets a {
    color: #b0b4c2;
	font-weight: 400;
}

.footer-widgets .socials {
    width: 100%;
    border: 0;
    padding: 0 3%;
    float: none;
	margin-bottom: 80px;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	display: none;
}


/* Contact Forms
------------------------------------------------------------ */

.contact-page {
    width: 90%;
    max-width: 1130px;
    margin: -50px auto 250px;
    text-align: center;
}

.contact-wrap {
    background: #eff0f3;
	padding: 25px;
	margin-top: 50px;
}

.contact-page a {
	font-weight: 600;
}

body #gform_wrapper_1 {
    margin: 0px auto 0px;
    width: 100%;
    font-weight: 500;
    background: #eff0f3;
    padding: 60px 9%;
	position: relative;
	border: 1px solid #d9dbe1;
}

.gform_wrapper {
    max-width: 100% !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"], body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"] {
    background: #fff;
    width: 100%;
    border: 0;
    padding: 5px;
    margin-bottom: 15px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield select, body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
    border:0;	
background: #fff;
	width: 100%;
   padding: 5px;
    margin-bottom: 15px;
	height: 200px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
   display: none;
}

body #gform_wrapper_1 ::-moz-placeholder {
	-webkit-font-smoothing: antialiased;
	    font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;     
	color: #b0b4c2;
	opacity: 1;
	text-align: center;
}


body #gform_wrapper_1 ::-webkit-input-placeholder {
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;     
	color: #b0b4c2;
	color: #b0b4c2;
	opacity: 1;
	text-align: center;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container {margin:0; padding: 0}
body #gform_wrapper_1 .gform_body .gform_fields .gfield{margin:0; padding: 0}

body #gform_wrapper_1 .gform_body .gform_fields .gfield {
    margin: 0px 0px px;
    padding: 0px;
}

#gform_wrapper_1 #gform_submit_button_1 {
 display: block;
    text-align: center;
    margin: 25px auto;
    font-size: 13px;
    color: #fff;
	background: #c0c3ce !important;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px 45px 6px !important;
	border: 0;
	line-height: 21px;
}

.gform_wrapper .gform_footer {
    padding: 1em 0 .625em;
    margin: 0px auto !important;
    clear: both;
    text-align: center !important;
    left: 0;
    right: 0;
	position: absolute;
	bottom: -160px;
    width: 200px;
}

#gform_wrapper_1 #gform_submit_button_1:hover {
	opacity: .9;
}

.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 32.45% !important;
}

.yuzo_related_post .relatedthumb {
    width: 32.5% !important;
}
.yuzo_related_post .relatedthumb:hover {
    background: #fff !important;
}

ul.press-link {
    width: 100%;
    margin-top: -60px;
	display: table;
}

ul.press-more {
    width: 100%;
	display: table;
}

li.press-link, li.press-more {
    width: 18%;
    margin: 0 3.3% 40px;
    display: inline-block;
vertical-align: top;
}

.press-link h4, .press-more h4 {
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600;
}

.press {
	margin-bottom: 250px;
}

.collapseomatic {
    background-image: none !Important;
    background-repeat: no-repeat;
    cursor: pointer;
	display: block !important;
    width: 17% !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #fff !important;
	background: #c0c3ce !important;
    letter-spacing: 2px !important;
	text-transform: uppercase !important;
	padding: 5px 0 6px !important;
	border: 0 !important;
	line-height: 21px !important;
	margin: 50px auto !important;
}

.collapseomatic:hover {
	text-decoration: none !Important;
	color: #e0b0ac;
}

.collapseomatic_content {
    margin-top: 0px;
    margin-left: 0px !Important;
    padding: 0px;
	margin-bottom: 50px;
}

.boutique-widget {
    width: 100%;
	max-width: 920px;
	margin: 0px auto 250px;
}

#responsive-menu {
	height: auto !Important;
    	position: absolute;
    	box-shadow: 0px 0px 0px #333 !important;
    	display: none;
	left: 0;
	right: 0;
	padding-top: 20px !Important;
	padding-bottom: 20px !Important;
}

#responsive-menu .responsive-menu {
    width: 100%;
    list-style-type: none;
    margin: 20px auto 20px !important;
}

#responsive-menu #rm-additional-content {
	padding: 0 !Important;
}

#responsive-menu .responsive-menu li a {
	color: #848792 !important;
  	font-family: "freight-sans-pro",sans-serif !important;
    	letter-spacing: 2px !important;
    	text-transform: uppercase !important;
    	font-size: 20px !important;
	line-height: 44px !important;
    	font-style: normal !important;
	font-weight: normal !important;
	text-align: center !important;
	font-weight: 400 !important;
    	width: auto !Important;
    	display: inline-block !important;
    	overflow: hidden;
    	white-space: nowrap;
    	text-decoration: none;
    	text-align: center;
	padding: 15px 0px 15px 0% !Important;;
}

#click-menu {
	right: 0 !Important;
	left: 0 !Important;
	width: 100%;
	background: #eff0f3;
	margin-bottom: 0px !important;
	color: #848792;
  	font-family: "freight-sans-pro",sans-serif !important;
	display: block;
	text-align: center;
	padding: 15px !Important;
	z-index: 999999 !important;
}

.click-menu-active #click-menu-label {
	display: none;
}

#click-menu .threeLines {
margin-bottom: 8px !important;
}

.home-link { 
	display: none;
}

#click-menu #RMX {
	color: #fff;
	text-indent: -99999px;
	
	margin-top: 30px;
}

#click-menu.push.click-menu-active {

}


.RMPushOpen {
	height: auto !Important;
}

.RMPushSlide {
	top: auto !Important;
}

.pix-wrapper {
clear: both;
}

@media only screen and (max-width: 1280px) {

.learn-more-button {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 65px 6px;
    float: right;
    margin-right: 9%;
    margin-top: 50px;
}

h1.entry-title, h2.entry-title, h4 {
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 15px;
}
}

@media only screen and (max-width: 950px) {



.about-content {
    position: relative;
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px solid #d9dbe1;
    margin-bottom: 50px;
    text-align: center;
}

.about-content-right {
    float: none;
    width: 90%;
    margin-right: 0;
    margin-top: 50px;
    margin: 30px auto 0;
}

img.about-title {
    max-width: 662px;
    width: 70%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: 20px auto;
}

img.about-image {
    width: 90%;
    max-width: 510px;
    float: none;
    margin-left: 0;
    margin: 0px auto;
}

.the-book {
    width: 100%;
    left: 0;
    border: 1px solid #d9dbe1;
    padding: 50px 6% 50px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    float: none;
    margin-left: 0;
}

h1.book {
    line-height: 38px;
    margin-bottom: 35px;
    margin-top: 0;
    background: #fff;
}

.about-content2 {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.the-facts-wrap {
    width: 100%;
    float: none;
    background: #f2f3f5;
    margin-right: 0;
margin-top: 50px;
    display: block;
    padding-top: 1px;
padding-bottom: 1px;
}

.the-facts {
    width: 94%;
    border: 1px solid #d9dbe1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 4.1%;
    display: block;
    padding-top: 0;
    margin: 3%;
}

h1,
h2,
h3,
h4 {

	margin-bottom: 50px;
}

h1.entry-title, h4 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
}

.full-width-content .content {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 50px;
}

#nav_menu-2 {
    text-align: center;
    margin-bottom: 20px;
}

.home-header {
    margin-top: 100px;
}

.home .post, .category .post, .search .post {
    margin-bottom: 50px;
}

.home .home-header {
    margin-top: 70px;
}

.gallery-item, .one-third {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    max-width: 415px;
}

.first {
    margin-left: auto;
}

.gallery-icon.landscape {
    text-align: center;
}

#related-posts-by-taxonomy-2 {
    margin-bottom: 250px;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.latest-video {
    width: 100%;
    left: 0;
    border: 1px solid #d9dbe1;
    padding: 50px 8% 3%;
    position: relative;
    float: none;
    right: 0;
    margin: 0px auto 50px;
}

.favorites {
    width: 100%;
    right: 0;
    border: 1px solid #d9dbe1;
    border-bottom: 0;
    padding: 2.2% 20% 2%;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    float: none;
    margin: 0px auto;
}

.socials {
    width: 100%;
    right: 0;
    border: 1px solid #d9dbe1;
    padding: 2.4% 3% 2%;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    float: none;
}

.full-width-content .content {
    width: 100%;
    display: block;
}

.IG-feed {
    float: none;
margin-bottom: 50px;
margin-top: 50px;
}

.category .content, .search .content {
    margin-bottom: 100px;
}

.home-content {
    display: block;
}

.home-about {
    background: none;
    position: relative;
    min-height: 0;
    margin-bottom: 100px;
    border-top: 0px solid #d9dbe1;
    background-position: 0 60px;
    padding-top: 20px;
    text-align: center;
}

img.about-photo {
    position: relative;
    width: 70%;
    margin-top: 0;
    left: 0;
    float: none;
    max-width: 510px;
}

.home-about-right {
    position: relative;
    right: 0;
    background: #fff;
    width: 90%;
    padding: 5% 5% 4%;
    float: none;
    margin: 0px auto;
}

img.about-home-title {
    position: relative;
    max-width: 454px;
    width: 90%;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.learn-more-button {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 15px 6px;
    float: none;
    margin-right: 0;
    margin-top: 50px;
    margin: 0px auto;
    width: 50%;
}

#menu-categories li {
    padding: 5px 10px;
}

.archive-pagination, .collapseomatic {
    margin: 20px auto 0px;
    text-align: center;
    width: 30% !important;
    min-width: 220px;
}

.contact-page {
    margin: -50px auto 150px;
}

.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 100% !important;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield {
    margin: 0 !important;
}


#gform_wrapper_1 #gform_submit_button_1 {
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 13px;
    color: #fff;
    background: #c0c3ce !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 45px 6px !important;
    border: 0;
    line-height: 21px;
}

.gform_wrapper .gform_footer {
    padding: 1em 0 .625em;
    margin: 0px auto !important;
    clear: both;
    text-align: center !important;
    left: 0;
    right: 0;
    position: relative;
    bottom: 0;
    width: 200px;
}

li.press-link, li.press-more {
    width: 27.5%;
    margin: 0 2.5% 0px;
    display: inline-block;
    vertical-align: top;
}

.press-link h4, .press-more h4 {
margin-bottom: 10px;
}

.press {
    margin-bottom: 150px;
}

#related-posts-by-taxonomy-2 {
    margin-bottom: 150px;
}

.boutique-widget {
    margin: 0px auto 150px;
}

}

@media only screen and (max-width: 560px) {

.pix-wrapper {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 100px;
clear: both;
}

.boutique-widget {
    width: 55%;
    max-width: 920px;
    margin: 0px auto 150px;
    text-align: center;
}

.page h1.entry-title, .single h1.entry-title {
    font-size: 26px;
}


h1.facts {
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.press-link {
    width: 100%;
    margin-top: -20px;
    display: table;
}

li.press-link, li.press-more {
    width: 90%;
    margin: 0px auto;
    display: block;
    vertical-align: top;
}

.contact-wrap {
    background: #eff0f3;
    padding: 10px;
    margin-top: 50px;
}

body #gform_wrapper_1 {
    margin: 0px auto 0px;
    width: 100%;
    font-weight: 500;
    background: #eff0f3;
    padding: 30px 8%;
    position: relative;
    border: 1px solid #d9dbe1;
}

h1, h2, h3, h4 {
    font-size: 26px;
	margin-bottom: 30px;
}

.full-width-content .content {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
}

#menu-categories li {
    display: block;
margin: 0px 38%;
}

.contact-page {
    width: 90%;
    max-width: 1130px;
    margin: 0px auto 150px;
    text-align: center;
}

.home-about-right {
    width: 100%;
}

.learn-more-button {
	width: 90%;
}

.the-facts-left, .the-facts-right {
    width: 100%;
    display: block;
}

h1.entry-title, h4 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

}