/*
	Theme Name: Everly
	Theme URI: http://madetothrive.com/
	Description: A custom mobile responsive and 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:#000}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
--------------------------------------------- */
html {height: 100%; font-size: 18px;}

body {
  	 
	color: #303030;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
	margin: 0;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
	
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-appearance:none;
border-radius: 0;
}

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

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

a {

	text-decoration: none;
}

table {
	border: none !Important;}
a:hover {
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	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: 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;
}



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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 0 0 20px;
}

.header {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 25px;
}

.subheader {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	text-align: center;
	margin: 0px auto;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 0px auto 0px !Important;
	line-height: 28px !important;
}

.page-content {
	margin: 60px auto;
	width: 1100px;
	width: 90%;
	text-align: center;
	font-family: 'Crimson Text', serif;
	text-align: justify !important;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
    	word-wrap: break-word;
}

.page-content p {
    margin: 0 0 40px;
}

.page-content strong {
	text-transform: uppercase;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 34px;
}

.page-id-3416 .page-content {
	margin: 20px auto 115px;
    	width: 1100px;
    	width: 90%;
    	text-align: center !important;
}

.gray-content {
    	background: #F2F2F2;
    	padding: 120px 0;
	border-bottom: 2px solid #fff;
}

.page-template-secondary-page-template .page-content {
    margin: 60px auto 0;
    width: 1100px;
}

.page-template-secondary-page-template .footer-widgets {
    clear: both;
    margin: 0px auto 0px;
}

.archive .content {
    background: #fff !important;
    padding: 120px 0 !important;
    border-bottom: 2px solid #fff !important;
}

.single-tribe_events .content {
    background: #F2F2F2 !important;
    padding: 90px 0 120px !important;
    border-bottom: 2px solid #fff !important;
}

#tribe-events {
    width: 1100px !important;
    margin: 0px auto !important;
}

#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
    border: 3px solid #F2F2F2 !important;

}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #303030 !important;
    color: #fff !important;
}

h2.tribe-events-page-title {
    color: #303030 !important;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase !important;
    font-size: 40px !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin: 0 0 25px 140px !important;
	line-height: 55px;
}

.tribe-events-ical.tribe-events-button {
    display: none !important;
}

#tribe-events-content {
    margin-bottom: 0 !important;
}

#tribe-bar-form {
    background: #fff !important;
    padding: 10px !important;
}
 
.tribe-events-calendar th {
    background-color: #fff !important;
    text-align: center !important;
    width: 14.28% !important;
    color: #868686 !important;
    font-size: 14px !important;
    border-style: solid !important;
    border-width: 3px !important;
    border-color: #F2F2F2 !important;
    overflow: hidden !important;
    word-break: normal !important;
    height: 100px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: "brandon-grotesque",sans-serif !important;
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
    line-height: 1.2 !important;
    padding: 10px !important;
    font-family: 'Crimson Text', serif !important;
    font-size: 12px !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #F2F2F2 !important;
    overflow: hidden !important;
    word-break: normal !important;
    letter-spacing: 2px !important;
    font-weight: 300 !important;
}

#tribe-events-content .tribe-events-calendar td {
	background: #fff !important;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
    text-decoration: none !important;
    font-family: 'Droid Serif', serif !important;
    color: #868686 !important;
    font-size: 12px !important;
    overflow: hidden !important;
    word-break: normal !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
    font-style: italic !important;
}

.tribe-events-tooltip .tribe-events-event-body {
    font-size: 11px !important;
    font-weight: 400 !important;
    padding: 10px !important;
    background: #fff !important;
font-family: 'Crimson Text', serif !important;
}

.tribe-event-duration {
font-weight: 600 !important;
margin-bottom: 10px !important;
}

#tribe-events-content .tribe-events-tooltip h4 {
    background-color: #303030 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    line-height: 24px !important;
    margin: 0 !important;
    min-height: 24px !important;
    padding: 0 6px !important;
}

.tribe-events-cal-links {
    display: none !important;
}

.single-tribe_events .tribe-events-event-meta {
    background: #fff !important;
    border: 0 !important;
    margin: 0 !important;
}

.single-tribe_events .tribe-events-single-event-title {
    color: #303030 !important;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase !important;
    font-size: 40px !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin: 0 0 25px !important;
	line-height: 20px !Important;
}

.tribe-events-schedule h2 {
    font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
    font-style: italic !important;
    color: #303030 !important;
    text-align: center !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    margin: 0px auto 0px !Important;
    line-height: 28px !important;
    text-transform: none !important;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    margin: 0 0 10px !important;
    font-family: 'Crimson Text', serif !important;
    text-align: justify !important;
    font-size: 18px !important;
    line-height: 29px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word !important;
    text-align: justify !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    box-sizing: border-box !Important;
    display: inline-block !Important;
    float: left !Important;
    margin: 70px auto !Important;
    padding: 0 50px !Important;
    text-align: center !Important;
    vertical-align: top !Important;
    width: 33.3333% !Important;
    zoom: 1 !Important;
    border-right: 1px solid #303030 !Important;
}

.tribe-events-event-meta .column:last-child, .tribe-events-event-meta .tribe-events-meta-group:last-child {
	border-right: 0 !Important;
}

.single-tribe_events .tribe-events-event-meta {
    margin-top: 70px !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: none !important;
    line-height: 1.5 !important;
    list-style: none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-family: 'Droid Serif', serif !important;
    font-size: 14px !important;
    color: #303030 !important;
    text-align: center !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.tribe-events-notices {
    background: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: #303030 !important;
    margin: 10px 0 18px !important;
    padding: 8px 35px 8px 14px !important;
    text-shadow: 0 !important;
    text-align: center !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    line-height: 45px !important;
    letter-spacing: 1px !important;
}


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

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

img {
	height: auto;
	margin: 0 auto;
}



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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 10px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
-webkit-appearance:none;
border-radius: 0;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
-webkit-appearance:none;
border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button{
	-webkit-appearance:none;
border-radius: 0;
}

.button {
	display: inline-block;
}

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


#home-page {
	height: 100%;
	background-size: cover;
     	background-attachment: fixed !Important; 
    	padding: 0px 0;
    	position: absolute;
    	width: 100%;
	overflow: hidden;
     	overflow-y: hidden;
	z-index: 9;
	text-indent: -9999px;
}

#scroll-down {
	position: fixed;
	width: auto;
	z-index: 999;
	top: 10%;
	right: 5%;
}

.cover-photo {
    position: relative;
    height: auto;
    background-size: cover;
    background-position: left center;
}

.cover-photo img {
    width: 100%;
}

.cover-photo span {
display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
background: transparent url(../../uploads/2017/01/play-button.png) no-repeat center center;
}

.scroll-text {
	margin-top: 100px;
	margin-left: -35px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #fff;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
}

.text-1 {
	margin: 0px auto;
	text-align: center;
	max-width: 855px;
	margin-top: 110px;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	line-height: 45px;
	letter-spacing: 1px;
}

.text-1:after {
	content: url(../../uploads/2017/01/bow.png);
	min-width: 37px;
	height: 29px;
	vertical-align: bottom;
	display: inline-block;
	position: relative;
	margin: 50px auto;
}
.home .text-1 {
	margin-top: 0;
}

.text-1 p {
	margin: 0;
	padding: 0;
}

.text-1 p:first-child {
	margin-bottom: 40px;
}

.text-1 strong {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 600;
}

#sb_instagram #sbi_images {
    width: calc( 100% + 40px) !Important;
    float: left !Important;
    margin-left: -20px !Important;
	margin-top: -20px !important;
	margin-bottom: -20px !important;
}


.insta-feed {
    margin: 95px auto;
	font-family: 'Droid Serif', serif !important;
	font-size: 22px !important;
	font-style: italic;
	color: #303030;
	text-align: center;
	letter-spacing: 1px;
}

.insta-feed a {
	color: #303030;
}
	

.insta-feed h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
	font-style: normal;
    line-height: 24px;
	margin: 0 0 10px;
}

.insta-feed span {
  display: inline-block;
  position: relative;  
}
.insta-feed span:before,
.insta-feed span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #CCCCCC;
  top: 25px;
  width: 1500px;
}
.insta-feed span:before {
  right: 100%;
  margin-right: 85px;
}
.insta-feed span:after {
  left: 100%;
  margin-left: 85px;
}

.collection-title {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0px auto;
	text-align: center;
	margin-top: 130px;
}

.collection-photos img {
    	width: 100%;
}

.collection-subtitle {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	margin: 0px auto;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 15px auto 115px !Important;
	line-height: 28px !important;
}

.collection-photos {
    margin-top: 120px;
}

ul.collection-photos li {
    margin-bottom: 115px;
}

.text-2 {
	margin: 0px auto;
	text-align: center;
	font-family: 'Crimson Text', serif;
	width: 499px;
	min-height: 200px;
	text-align: justify !important;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
    	word-wrap: break-word;
}

.about-columns {
	width: 1100px;
	margin: 0px auto 100px;
	min-height: 350px;
}



.left-text {
    	margin: 40px auto 120px;
	text-align: center;
	font-family: 'Crimson Text', serif;
	width: 499px;
	min-height: 200px;
	text-align: justify !important;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0px;
    	word-wrap: break-word;
	float: left;
	width: 48.5%;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.page-id-3157 .left-text {
    	margin: 40px auto 0px;
}

.right-text {
	margin: 40px auto;
	text-align: center;
	font-family: 'Crimson Text', serif;
	width: 499px;
	min-height: 200px;
	text-align: justify !important;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0px;
    	word-wrap: break-word;
	float: right;
	width: 48.5%;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

.right-text a {
	text-transform: uppercase;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 34px;
}

.thumbnail-links {
	text-transform: uppercase;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 34px;
}

.page-id-3416 .thumbnail-links  {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	text-align: center;
	margin: 0px auto;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 0px auto 0px !Important;
	line-height: 28px !important;
	text-transform: lowercase !important;
}


.page-id-3416 .thumbnail-links-title {
	margin: 20px auto 30px !important;
}

.learn-more-button {
	width: 200px;
	height: 70px;
	margin: 0px auto;
	border: 1px solid #303030;
	text-transform: uppercase;
	text-align: center;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-top: 22px;
	margin-bottom: 120px;
	cursor: pointer;
}

.learn-more-button:hover {
	opacity: .5;
}

.learn-more-button a {
	color: #303030;
}

.collections-button {
	width: 100%;
	text-align: center;
	background: #F1BEA2;
	height: 260px;
	color: #fff;
	font-family: "brandon-grotesque",sans-serif !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
	line-height: 40px !important;
	padding-top: 110px;
}

.collections-button a {
	color: #fff;
}

.collections-button:hover {
	opacity: .8;
}

.collections-button:after {
    	content: url(../../uploads/2015/07/right-arrow.png);
	min-width: 29px;
	color: #F1BEA2;
	vertical-align: bottom;
	line-height: 40px;
	display: inline-block;
	padding-left: 20px;
} 


img.desaturate{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.home .page-content {
    margin: 120px auto;
}

ul.whats-new {
    width: 31%;
    float: left;
    margin-right: 3.3%;
}

ul.whats-new.dibs {
    padding-right: 0;
    margin-right: 0;
}

.whats-new-img {
    height: 600px;
    background-size: cover;
    background-position: center;
}

.whats-new h1:after {
    border-bottom: 1px solid #303030;
    content: "";
    display: block;
    width: auto;
}

.whats-new h1 {
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 0;
    display: table;
    margin: 25px auto 0;
}

.home-collection {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 600px;
}

.home-collection-left {
	width: 50%;
	float: left;
	height: 100%;
	vertical-align: middle;
	margin-bottom: -2%;
}

.home-collection img {
	margin: 0; 
	padding: 0;
	width: 100%;
	margin-bottom: 0 !Important;
	padding-bottom: 0 !important;
}

.home-collection-right {
    width: 50%;
    float: right;
    margin-bottom: -2%;
    height: 100%;
    background-size: cover;
    background-position: center top;
}

.home-collection-right:hover {
	opacity: .8;
}

.home-collection-title {
	font-family: "brandon-grotesque",sans-serif !important;
	font-size: 40px !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	width: 225px !Important;
	margin: 0px auto !Important;
	line-height: 40px !important;
	text-transform: uppercase;	
	text-align: center;
	color: #fff;
	padding-top: 20%;
}

.home .collection-title, 
.mobile-ig {display: none;}

.collection-button-text {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	text-align: center;
	color: #fff;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 0 auto 20% !Important;
	line-height: 28px !important;
	padding: 60px 0 70px!important;
}

.arrow {
    font-size: 40px;
    margin-top: 60px;
}

.home-events {
    padding: 100px 0 110px;
}

.home-events .wrap {
    width: 1100px;
    margin: 0px auto;
    text-align: center;
}

.home-events h1 {
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.home-events ul {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    height: auto;
    display: table;
}

.home-events li {
    width: 33%;
    display: inline-block;
    border: 1px solid;
    padding: 60px 20px;
    font-family: 'Droid Serif', serif !important;
    font-size: 18px !important;
    font-style: italic;
    color: #303030;
    text-align: center;
    margin: 0px auto;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    margin: 0px auto 0px !Important;
    line-height: 30px !important;
    border-right: 0;
}

.home-events li:last-child {
    border-right: 1px solid;
}

.home-events h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    font-style: normal;
    line-height: 24px;
    margin: 0 0 5px;
}

.jr-insta-thumb ul.thumbnails li img {
	filter: grayscale(100%)!Important;
    	-webkit-filter: grayscale(100%) !Important;
    	-moz-filter:    grayscale(100%) !Important;
    	-ms-filter:     grayscale(100%) !Important;
    	-o-filter:      grayscale(100%) !Important;
    	cursor: pointer !Important;
}

.jr-insta-thumb ul.thumbnails li img:hover {
	filter: none !Important;
 	-webkit-filter: grayscale(0%) !Important;
    	-moz-filter:    grayscale(0%) !Important;
    	-ms-filter:     grayscale(0%) !Important;
    	-o-filter:      grayscale(0%) !Important;
}

.site-container {
	margin: 0px auto 0px;
	width: 100%;
	z-index: 1000;
	background: none;
	overflow-x: hidden;
}


.site-inner {
	clear: both;
	width: 100%;
	background: #fff;
	margin: 0px auto 0;
	padding-left: 0;
	padding-right: 0;
	position:relative; 
	z-index: 999;
}

.content {
	width: 100%;
	float: none;
}
	
 .full-width-content .content {
	width: 100%;
	margin: 0px auto;
	padding-top: 0px;
}


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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.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 {
    background-color: #fff;
    text-align: center;
    height: auto;
    background: #fff;
    max-width: 100%;
    position: relative;
    top: 0;
    z-index: 9999;
    margin: 0px auto 30px;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;

}

.site-title img {
	width: auto;
	height: auto;
}

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

.header-image .site-header .wrap {
	background: url(http://everlyclothing.com/wp-content/themes/everly_2017/style.css?v=1543875674&ver=1.0.5) no-repeat;
	background-position: center center;
	z-index: 1000;
	float: left;
	height: 92px;
	cursor: pointer;	
	margin: 0px auto 0px;
}

.header-image .site-title a {
	margin: 0px auto;
	min-height: 0px;
}

.logo {
    max-width: 255px;
    margin: 60px auto 50px;
}

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

.nav-primary {
	background: #fff;
	text-align: center;
	text-transform: none;
	margin: 0px auto 0;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: visible;
	left: 0;
	right: 0;
	padding: 0 5%;
}

.nav-primary .genesis-nav-menu a {
    color: #000;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 12px;
    position: relative;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #838383 !important;
}

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

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 20px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #303030 !important;
}

.genesis-nav-menu .sub-menu {
    background: none repeat scroll 0 0 #fff;
    margin-left: -9999px;
    position: fixed;
    width: 240px;
    z-index: 1001;
    padding: 0;
    padding-bottom: 10px;
}

.home .sticky-element-original .genesis-nav-menu .sub-menu {
    background: none repeat scroll 0 0 #fff;
    margin-left: -9999px;
    position: fixed;
    width: 240px;
    z-index: 1001;
    padding: 0;
    padding-bottom: 0px !important;
    padding-top: 30px;

}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: -30px;
	position: absolute;
    	bottom: 100%;
	z-index: -999;
}


.home .sticky-element-original .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: -30px;
	position: absolute;
    	bottom: 100%;
	z-index: -999;
}

.sticky-element-original .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: -30px;
	position: absolute;
    	bottom: auto;
    	z-index: -999;
}

.sticky-element-cloned .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: -30px;
	position: fixed;
    	bottom: auto;
    	z-index: -999;
}


.sticky-element-cloned .genesis-nav-menu .sub-menu {
	background: none repeat scroll 0 0 #fff;
	left: -9999px;
	margin: 0;
	position: fixed;
	width: 235px;
	z-index: 1001;
	padding: 0;
	padding-top: 0px;

}

.genesis-nav-menu .sub-menu li {
	padding: 0;
}

.genesis-nav-menu .sub-menu a {
	color: #838383 !important;
	vertical-align: top;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	width: 235px;
	text-align: center;
	min-height: 30px;
	padding: 0;
}

.sticky-element-cloned .genesis-nav-menu .sub-menu a {
	color: #838383 !important;
	vertical-align: top;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	width: 235px;
	text-align: center;
	min-height: 30px;
	padding: 0;
}


.genesis-nav-menu .sub-menu a:first-child {
	margin-top: -0px;
}

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




.dropdown {
	margin-right: 15px;
}

.dropdown a:after {
	content: url(../../uploads/2015/07/collections-drop.png);
	min-width: 6px;
	color: #F1BEA2;
	vertical-align: bottom;
	display: inline-block;
	margin: -3px 30px 0 10px;
	position: absolute;
}	

.dropdown a:hover:after {
	opacity: .5;
}	

.dropdown .sub-menu a:after {
	display: none;
}

.mobile-ph {
	display: none !important;
}

.facebook {
	background: url(../../uploads/2015/07/facebook.png) no-repeat center;
	width: 12px;
	margin: 0px 4px;
}

.twitter {
	background: url(../../uploads/2015/07/twitter.png) no-repeat center;
	width: 21px;
	text-indent: -9999px !important;
	margin: 0px 4px;
}

.pinterest {
	background: url(../../uploads/2015/07/pinterest.png) no-repeat center;
	width: 17px;
	text-indent: -9999px;
	margin: 0 4px 0;
}

.instagram {
	background: url(../../uploads/2015/07/instagram.png) no-repeat center;
	width: 17px;
	text-indent: -9999px;
	margin: 0px 4px;
}

.facebook:hover, .pinterest:hover, .twitter:hover, .instagram:hover {
	opacity: .5;
}

.image-gallery li {
	padding: 0 !Important;
	width: 25% !Important;
	margin-bottom: -1% !important;
}

div.ppt{
	position: relative;
	z-index: 9999999 !important;
}

.popup .icon-view, .popup .overlay {
	display: none !important;
}

.image-gallery li img {
	filter: grayscale(100%)!Important;
    	-webkit-filter: grayscale(100%) !Important;
    	-moz-filter:    grayscale(100%) !Important;
    	-ms-filter:     grayscale(100%) !Important;
    	-o-filter:      grayscale(100%) !Important;
    	cursor: pointer !Important;
}

.image-gallery li img:hover {
	filter: none !Important;
 	-webkit-filter: grayscale(0%) !Important;
    	-moz-filter:    grayscale(0%) !Important;
    	-ms-filter:     grayscale(0%) !Important;
    	-o-filter:      grayscale(0%) !Important;
}

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

.page .entry,
.single .entry {
	border-bottom: 0;
	margin-bottom: 0px;
}


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

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

.footer-widgets {
	clear: both;
	margin: 0px auto 0px;
	padding: 130px 0;
	background: #F2F2F2;
	overflow: hidden;
	width: 100%;
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 32px !important;
	text-transform: lowercase;
}

.footer-widgets h4 {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px;
}

.footer-widgets .wrap {
	width: 1100px;
	margin: 0px auto;
}

.footer-widgets-1 {
	width: 22%;
	display: inline-block;
	text-align: left;
	border-right: 1px solid #353535;
	    vertical-align: top;
	padding: 60px 0;
}

.footer-widgets-2 {
	width: 56%;
	display: inline-block;
	text-align: center;
	padding: 60px 0;
	vertical-align: top;
	text-transform: none;
}

.footer-widgets-2 a {
	color: #303030;
}

.footer-widgets a:hover {
	opacity: .5;
}

.footer-widgets-3 {
	width: 22%;
	display: inline-block;
	text-align: right;
	border-left: 1px solid #353535;
	padding: 60px 0;
	    vertical-align: top;
}

.footer-widgets-4 {
	display: none;
}

.footer-widgets ul {
	display: block;
}
 
.footer-widgets ul li {
	display: block;
	padding: 0px 0;
}

.footer-widgets ul li a {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 0px auto 0px !Important;
	line-height: 32px !important;
	text-transform: lowercase;
}

.footer-widgets ul.sub-menu li a {
    text-transform: none;
}

.footer-widgets ul li a:hover {
	color: #000;
}

.site-footer {
	display: none;
}


/* Contact Forms
------------------------------------------------------------ */
body #gform_wrapper_1 {
	width: 1100px !important;
	margin: 60px auto;
	text-align:center;
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 1100px !Important;
}

body #gform_wrapper_1  ::-moz-placeholder {
	font-weight: 500 !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 20px !important;
	font-style: normal;
	color: #303030;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=email],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=tel]{
	margin-bottom: 48px;
	border: 1px solid #303030;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 20px;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
	margin-right: 2%!important;
	width: 48%;
	float: left;
}


body #gform_wrapper_1 .gform_body .gform_fields .gfield select, body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
    border: 1px solid #303030;
    text-transform: uppercase;
    text-align: center;
    padding: 35px 20px;
    color: #303030;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    height: 232px;
    margin-left: 2% !important;
    width: 48%;
    float: right;
    margin-top: -420px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
	display: none;
}

::-moz-placeholder {
	opacity: 1;
    	color: #303030;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	opacity: 1;
    	color: #303030;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}


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}

#gform_wrapper_1 #gform_submit_button_1 {
    background: #303030 !Important;
    border: 0px solid #000;
    width: 48%;
    height: 96px;
    padding: 8px 12px;
    float: right;
    clear: none;
    font-weight: 500 !important;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    font-style: normal;
    letter-spacing: 2px;
    color: #fff;
    margin: -177px 0 0 0 !important;
}

#gform_submit_button_1 .button {opacity: 1 !Important;}

#gform_wrapper_1  #gform_submit_button_1:hover {
	opacity: .5;
}

.gform_footer {
	width: 50%;
	margin-left: 2%!important;
	width: 48%;
	float: right;
	clear: none;
}
.gfield_required {display: none;}

.contact-page {
	width: 100%;
	min-height: 200px;
}


.contact-columns {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 32px !important;
	text-transform: lowercase;
}

.contact-columns p {
	margin: 0;
}

.contact-columns .wrap {
	width: 1100px;
	margin: 0px auto;
	min-height: 285px;
	vertical-align: middle;
}

.contact-column-1 {
	width: 22%;
	display: inline-block;
	text-align: left;
	border-right: 1px solid #353535;
	padding: 60px 0;
	float: left;
}

.contact-column-2 {
	width: 56%;
	display: inline-block;
	text-align: center;
	padding: 60px 0;
	vertical-align: top;
	text-transform: none;
	float: left;
}

.contact-column-3 {
	width: 22%;
	display: inline-block;
	text-align: right;
	border-left: 1px solid #353535;
	padding: 60px 0;
	float: left;
}

.contact-column-4 {
	width: 100%;
	text-align: center;
	padding: 120px 0;
	text-transform: none !Important;
}

.contact-columns a {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	font-style: italic;
	color: #303030;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 32px !important;
	text-transform: lowercase;
}


.contact-columns strong {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}


.contact-column p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#home-page-mobile, #logo-mobile {
	display: none;
}

.spu-box {
    padding: 120px !important;
    border-radius: 0 !Important;
}

.spu-content .learn-more-button {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
}

.spu-box strong {
    text-transform: uppercase !important;
    color: #303030 !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    line-height: 34px !important;
    margin-top: 40px !important;
    display: block !important;
}

.spu-close {
    position: absolute;
    right: 40px !important;
    top: 40px !important;
    padding: 0;
    cursor: pointer;
    background: url(../../uploads/2017/01/x.png) !important;
    border: 0;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 !important;
    opacity: 1 !important;
    color: #000;
    width: 45px !important;
    height: 40px !important;
}

[class^="spu-icon-"], [class*=" spu-icon-"] {
    display: none !important;
}

.spu-content {
	text-align: justify !important;
	font-size: 18px;
	line-height: 30px !Important;
font-family: 'Crimson Text', serif;
	letter-spacing: 0px;
    	word-wrap: break-word;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

.spu-content h1 {
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    text-align: center !important;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 60px !important;
}

.tg  {
	border-collapse:collapse;
	border-spacing:0;
	background: #fff;
	margin: 0px auto;
}

.tg td {
    font-family: 'Crimson Text', serif;
    color: #868686;
    font-size: 20px;
    border-style: solid;
    border-width: 3px;
    border-color: #F2F2F2;
    overflow: hidden;
    word-break: normal;
    width: 225px;
    height: 100px;
    letter-spacing: 2px;
}

.tg th{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	border-style:solid;
	border-width:3px;
	overflow:hidden;
	word-break:normal;
	border-color: #F2F2F2;
	width: 225px;
	height: 150px;
}

.tg .tg-baqh{
	text-align:center;
	vertical-align:middle;
}

.tg .tg-amwm {
    vertical-align: middle;
    color: #868686;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
    line-height: 36px;
}

.tg .tg-5frq{
	font-style:italic;
	text-align:center;
	vertical-align:middle;
}

.toggle {
	cursor: pointer;
}

.footer-widgets ul li.submenu-toggle {
    margin: 0px auto 0px;
    display: none;
}
i.toggle-closed, i.toggle-open {
    display: none;
}

.shop-slider .whats-new-img {
    width: 240px;
    height: 370px;
}

.blocks {
    display: table;
    width: 100%;
    height: 600px;
    margin-bottom: 100px;
}

h1.new-arrivals {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 26px;
}

.slick-slide {
    margin: 0 20px;
}

button.slick-prev.slick-arrow {
    width: 23px;
    background-image: url(../../uploads/2018/08/new-left-2x.jpg);
    background-size: 23px;
    background-repeat: no-repeat;
    height: 43px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 160px;
    left: -50px;
}

button.slick-next.slick-arrow {
    width: 23px;
    background-image: url(../../uploads/2018/08/new-right-2x.jpg);
    background-size: 23px;
        background-repeat: no-repeat;

    height: 43px;
    text-indent: -9999px;
    border: 0;
    position: absolute;
    top: 160px;
    right: -50px;
}

:focus {
    outline: none !Important;
}

.home-banner-mobile {
	display: none;
}

@media only screen and (max-width: 1160px) {
	
button.slick-prev.slick-arrow {
    left: -20px;
}

button.slick-next.slick-arrow {
    right: -20px;
}
	
.cover-photo {
    height: auto;
}
ul.whats-new {
    width: 100%;
    float: none;
    margin: 0px auto 50px;
}

ul.whats-new.dibs {
    width: 100%;
    float: none;
    margin: 0px auto 0px;
}

.whats-new-img {
    height: 50vh;
}

.home-events {
    padding: 50px 0 60px;
}

.home-events .wrap {
    width: 85%;
}

.home-events h1 {
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 40px;
}

.home-events li {
    width: 100%;
    display: block;
    border-right: 1px solid;
    padding: 40px 20px;
    border-bottom: 0;
}

.home-events li:last-child {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.tribe-events-sub-nav li a {
    background: none !important;
    color: #fff;
}

.tribe-bar-disabled #tribe-events-bar {
    display: none !important;
}

 .desktop-ig, .home-link,  #scroll-down, .jr-insta-thumb, #home-page {
display: none !important;
}

.mobile-ig {
	display: block;
}

.insta-feed span:before,
.insta-feed span:after {
 	display: none;
}

.insta-feed {
    margin: 40px auto;
    font-size: 18px !important;
}

.insta-feed h1 {
    font-size: 14px;
    line-height: 20px;
}

#home-page-mobile {
	display: block;
	padding-bottom: 20px;
}

#logo-mobile {
	margin: 0px auto;
	display: block;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 40px;

}

.site-container {
	margin: 40px auto 0px;
}


.menu-primary-navigation-container {
	background: #303030 !important;
}



.dropdown a:after {
content: url(../../uploads/2017/01/toggle-down.png);
	min-width: 6px;
	color: #F1BEA2;
	vertical-align: bottom;
	display: inline-block;
	margin: -3px 30px 0 10px;
	position: absolute;
}	

.dropdown a:hover:after {
	opacity: 1;
}	

.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1.responsive-menu-pro-submenu-open a::after {
	display: none !important;
}


.appendLink {
	display: none;
}

.footer-widgets ul::before {
	margin-right: 0px;
}

.home-collection {
    width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
}

.home-collection-left {
	width: 100%;
	float: none;
}

.home-collection-right {
    width: 100%;
    float: none;
    height: 50vh;
}

.arrow {
    display: none;
}

.top-bar {
    position: fixed;
    top: 0;
    z-index: 999999;
    line-height: 1.5em;
    padding: 15px 30%;
    height: 60px;
}

.responsive-menu-pro-open .site-container {
	margin-top: 80px !important;
}

.collection-button-text {
	background: url(../../uploads/2015/08/down-arrow.png) no-repeat bottom center !important;	
}

.text-1 {
	margin: 0px auto;
	text-align: center;
	max-width: 85%;
	margin-top: 50px;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1px;
}

.home .text-1 {
	margin-top: 0;
}

.text-1 p {
	margin: 0;
	padding: 0;
}

.text-1 p:first-child {
	margin-bottom: 30px;
}

.text-1::after {
    margin: 40px auto;
}

.text-1 strong {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 600;
}

.text-2 {
    	margin: 0px auto 25px;
	text-align: center;
	font-family: 'Crimson Text', serif;
	width: 50%;
	min-height: 200px;
	text-align: justify !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    	word-wrap: break-word;
}

.footer-widgets {
    clear: both;
    margin: 0px auto 0px;
    padding: 40px 0;
}

.footer-widgets-2 {
	display: none;
}

.footer-widgets-1 {
    width: 50%;
    display: inline-block;
    text-align: left;
    border-right: 1px solid #353535;
    padding: 40px 0;
}

.footer-widgets .wrap {
    width: 85%;
    margin: 0px auto;
}

.footer-widgets-3 {
    width: 50%;
    display: inline-block;
    text-align: right;
    border-left: 0;
    padding: 40px 0;
}

.footer-widgets ul li a {
    font-size: 14px !important;
}

.footer-widgets h4 {
    font-size: 14px;
	margin-bottom: 0;
}

.footer-widgets-4 {
	display: block;
	clear: both;
	width: 100%;
	border-top: 1px solid #303030;
	margin: 40px 0 0;
	padding: 40px 0;
	vertical-align: top;
	text-transform: none;
    font-size: 14px !important;
}

.footer-widgets-4 a {
	color: #303030;
}

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

.about-columns {
	width: 90%;
	margin: 0px auto 50px;
	min-height: auto;
}

.left-text {
	margin: 0px auto;
	font-family: 'Crimson Text', serif;
	text-align: justify !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    	word-wrap: break-word;
	float: none;
	width: 90%;
	min-height: 200px;
}

.page-template-main-page-template .left-text {
	text-align: center !important;
}

.right-text {
	margin: 0px auto;
	text-align: center;
	font-family: 'Crimson Text', serif;
	text-align: justify !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    	word-wrap: break-word;
	float: none;
	width: 90%;
	min-height: 200px;
}

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

.image-gallery li {
	padding: 0 !Important;
	width: 33.33333% !Important;
	margin-bottom: -6px !important;
}

div.ppt{
	position: relative;
	z-index: 9999999 !important;
}

.popup .icon-view, .popup .overlay {
	display: none !important;
}

.image-gallery li img {
	filter: grayscale(0%)!Important;
    	-webkit-filter: grayscale(0%) !Important;
    	-moz-filter:    grayscale(0%) !Important;
    	-ms-filter:     grayscale(0%) !Important;
    	-o-filter:      grayscale(0%) !Important;
    	cursor: pointer !Important;
}

.image-gallery li img:hover {
	filter: none !Important;
 	-webkit-filter: grayscale(0%) !Important;
    	-moz-filter:    grayscale(0%) !Important;
    	-ms-filter:     grayscale(0%) !Important;
    	-o-filter:      grayscale(0%) !Important;
}

body #gform_wrapper_1 {
	width: 90% !important;
	margin: 30px 5% 50px;
	text-align:center;

}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
	text-align:center !important;
}


.contact-columns {
	width: 100%;
	margin: 0px auto;
	min-height: 150px;
	padding: 40px 0 0;
	vertical-align: middle;
}

.contact-column {
	vertical-align: middle;
	width: 33.3%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 20px 0 0;
	font-family: 'Droid Serif', serif !important;
	font-size: 16px !important;
	font-style: italic;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	line-height: 28px;
	border-right: 1px solid #fff;
	height: 115px;
}

.contact-column:last-child {
	border-right: 0px solid #fff;
}

.contact-column strong {
	font-weight: 500 !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 18px !important;
	font-style: normal;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}




#logo-mobile {
	display: block;
	width: 65%;
}

.text-1 {
	margin: 0px auto;
	text-align: center;
	max-width: 90%;
	margin-top: 40px;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1px;
}

.page-id-3157 .left-text {
    margin: 0px auto 0px;
}

.text-2 {
	margin: 0px auto 25px;
	text-align: center;
	font-family: 'Crimson Text', serif;
	width: 80%;
	min-height: 170px;
	text-align: justify !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    	word-wrap: break-word;
}

.page-content {
    margin: 40px auto !important;
    width: 80%;
    text-align: center;
    font-family: 'Crimson Text', serif;
    text-align: justify !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    word-wrap: break-word;
}

.page-content strong {
    text-transform: uppercase;
    color: #303030;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 26px;
}

.header {
    font-size: 30px;
}

.gray-content {
    padding: 50px 0 30px;
}

.page-content p {
    margin: 0 0 20px;
}

li.facebook, li.twitter, li.pinterest, li.instagram {
	display: none;
}

.subheader {
    font-size: 16px !important;
    line-height: 24px !important;
	max-width: 80%;
}

.tg .tg-amwm {
    vertical-align: middle;
    color: #868686;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    line-height: 16px;
}

.tg th {
	width: auto;
	height: 80px;
}

.tg td {
    font-family: 'Crimson Text', serif;
    color: #868686;
    font-size: 11px;
    border-style: solid;
    border-width: 3px;
    border-color: #F2F2F2;
    overflow: hidden;
    word-break: normal;
    width: auto;
    height: 80px;
    letter-spacing: 2px;
padding: 0 5px;
}

.image-gallery li {
	padding: 0 !Important;
	width: 50% !Important;
	margin-bottom: -6px !important;
}

.home-collection-title {
	font-family: "brandon-grotesque",sans-serif !important;
	font-size: 32px !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
	width: 225px !Important;
	margin: 0px auto !Important;
	line-height: 40px !important;
	text-transform: uppercase;	
	text-align: center;
	color: #fff;
	padding-top: 15%;
}

.collection-button-text {
	font-family: 'Droid Serif', serif !important;
	font-size: 18px !important;
	text-align: center;
	color: #fff;
	font-style: italic;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 0 auto 12% !Important;
	line-height: 28px !important;
	width: 60%;
	padding: 20px 0 50px!important;

}

.learn-more-button {
	margin-bottom: 50px;
}

.collection-photos {
    margin-top: 40px;
}

ul.collection-photos li {
    margin-bottom: 40px;
}

.page-template-main-page-template .right-text {
    margin: 30px auto;
}


.collections-button {
	width: 100%;
	text-align: center;
	background: #F1BEA2;
	height: 200px;
	color: #fff;
	font-family: "brandon-grotesque",sans-serif !important;
	font-size: 26px !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
	line-height: 40px !important;
	padding-top: 55px;
}

.collection-title {
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0px auto;
	text-align: center;
	margin-top: 80px;
}


.collection-subtitle {
	font-family: 'Droid Serif', serif !important;
	font-size: 16px !important;
	font-style: italic;
	color: #303030;
	margin: 0px auto;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
	margin: 15px auto 80px !Important;
	line-height: 24px !important;
	width: 80%;
}


body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=email],
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=tel]{
	margin-bottom: 28px;
	border: 1px solid #303030;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 20px;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
	margin-right: auto!important;
	margin-left: auto!important;
	width: 99%;
	float: none;
}


body #gform_wrapper_1 .gform_body .gform_fields .gfield select, body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
	border: 1px solid #303030;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 20px;
	color: #303030;
  	font-family: "brandon-grotesque",sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	height: 240px;
	margin-left: auto!important;
	width: 99%;
	float: none;
	margin-top: 0px;
}


#gform_wrapper_1  #gform_submit_button_1 {
	background: #303030 !Important;
	border: 0px solid #000;
	width: 99%;
	height: 96px;
	padding: 8px 12px;
	float: none;
	clear: both;
	font-weight: 500 !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 20px !important;
	font-style: normal;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0px !important;
}


.gform_footer {
	width: 100%;
	margin-left: 0%!important;
	float: none;
	clear: both;
}

.contact-columns {
	width: 100%;
	margin: 0px auto;
	min-height: 150px;
	padding: 0px 0;
	vertical-align: middle;
}

.contact-column {
	vertical-align: middle;
	width: 100%;
	float: none;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-family: 'Droid Serif', serif !important;
	font-size: 16px !important;
	font-style: italic;
	text-align: center;
	font-weight: 400 !important;
	letter-spacing: 0px !important;
	line-height: 28px;
	border-right: 1px solid #fff;
	height: auto;
}

.contact-column:last-child {
	border-right: 0px solid #fff;
}

.contact-column strong {
	font-weight: 500 !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-size: 18px !important;
	font-style: normal;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-column-1, .contact-column-2, .contact-column-3 {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-right: 0;
	border-left: 0;
    padding: 20px 0;
    float: none;
}

.contact-column-4 {
    width: 90%;
    text-align: center;
    padding: 25px 0 80px;
    text-transform: none !Important;
    margin: 0 auto;
}

#srm_gmp_embed_1 {
    display: none;
}

.contact-column-1 p, .contact-column-2 p, .contact-column-3 p {
	text-align: center !Important;
}

.contact-columns .wrap {
    width: 90%;
    margin: 0px auto 0px;
    min-height: auto;
    vertical-align: middle;
}

.page-id-3416 .page-content {
    margin: 0px auto 60px !important;
    width: 90%;
    text-align: center !important;
}

.cover-photo span {
    background-size: 20%;
}

.thumbnail-links {
    text-transform: uppercase;
    color: #303030;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 34px;
}

.spu-box {
    padding: 5% !important;
    border-radius: 0 !Important;
}

#spu-3512 .spu-box {

}

.spu-content {
	text-align: justify !important;
	font-size: 14px;
	line-height: 22px !Important;
font-family: 'Crimson Text', serif;
	letter-spacing: 0px;
    	word-wrap: break-word;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

.spu-content h1 {
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
    text-align: center !important;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

#tribe-events {
    width: 90% !important;
    margin: 0px auto !important;
}

h2.tribe-events-page-title, .single-tribe_events .tribe-events-single-event-title {
    color: #303030 !important;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: uppercase !important;
    font-size: 30px !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin: 0 0 25px 0px !important;
    line-height: 36px !important;
}

.archive .content {
	    background: #fff !important;

    padding: 40px 0 20px !important;
    border-bottom: 2px solid #fff !important;
}

.tribe-events-calendar th {
    background-color: #fff !important;
    text-align: center !important;
    width: 14.28% !important;
    color: #868686 !important;
    font-size: 12px !important;
    height: 60px !important;
}

.single-tribe_events .content {
    background: #fff !important;
    padding: 40px 0 40px !important;
}

.tribe-mobile-day-heading {
    font-size: 16px !important;
    margin: 40px 0 0 !important;
    font-weight: 600 !important;
    text-align: center !important;
}


#tribe-mobile-container .type-tribe_events h4 {
    margin: 0 0 20px !important;
    text-align: center !important;
}

.tribe-events-event-body {
    display: none !important;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    font-size: 16px !important;
}

.tribe-events-schedule h2 {
    font-family: 'Droid Serif', serif !important;
    font-size: 16px !important;
}

#tribe-mobile-container .type-tribe_events {
	padding: 0 !Important;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    float: none !important;
    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 30px 0 0 !important;
}

.single-tribe_events .tribe-events-event-meta {
    margin: 40px 0 0px !important;
    padding: 20px 0px 50px !important;
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50% !important;
}

}

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

.home-banner-mobile {
    display: block;
    width: 100%;
}

.home-banner-desktop {
	display: none;
}

.top-bar {
    padding: 15px 15%;
}

.cover-photo {
    height: auto;
}
}