 @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-UltraLight.woff2') format('woff2'),
        url('../fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

 @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Light.woff2') format('woff2'),
        url('../fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

 @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.woff2') format('woff2'),
        url('../fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size:15px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.site {
	position: relative;
}

/* Hide these */

.mobile-only,
.screen-reader-text {
	display: none !important;
}

/* Helpers */

.wf-loading #canvas {
	visibility: hidden;
}

.wf-active #canvas {
	visibility: visible;
}

.hide-overflow {
	overflow: hidden;
	height:2px;
	opacity:0;
}
.clean, .clean a {text-decoration: none ;}
.upper { text-transform: uppercase; }
.tracked {letter-spacing:0.1em;}
.f-small {font-size:13px;}

.pagination.cg a {
	color: inherit;
}

.pagination a, .pagination span {
	font-size:1.3em;
	padding:3px 5px;
}

.pagination span {
	color:#323031;
	font-weight: 600;
}

.goldline-top,.goldline-bottom, .section-head {	position: relative; overflow: hidden; }
.goldline-top:before, .goldline-bottom:after, .section-head:after {
    position: absolute;
    bottom: 4px;
    content: "";
    background-image: url(../../images/stripe-sf.jpg);
    width: 100%;
    height: 1px;
    background-position: center 13px;
}

.goldline-top:before {
	bottom:auto;
	top:4px;
}

.restrict {
	margin:auto;
	max-width:1200px;
	position: relative;
}

.restrict--1800 {
	margin:auto;
	max-width:1800px;
	position: relative;
}

.centered {
	text-align:center;
}

.animated {
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
}

.animation {
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
}

.animation-nodelay {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
}

@keyframes flash {
  from, 50%, to {
    background-color:#fff;
    color:rgb(152,133,63);
  }

  25%, 75% {
    background-color:rgb(152,133,63);
    color:#fff;
  }
}

.flash {
  /*animation-name: flash;*/
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.min--100 {
	min-width:100px;
}

.goldbar {
    background-image: url(../../images/stripe-sf.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 52px;
    background-position: center;
}

.slide-in-bottom {
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	position: fixed;
	bottom:0;
	width:100%;
	height: 30px;
	z-index:200;
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) { 
			.is-mobile .sticky-link {
    padding-bottom: 15px;
}

    }

.slide-in-bottom.offscreen {
	transform: translateY(150px);
}

.slide-in-bottom .top-scroll {
    display: block;
    width: 40px;
    height: 40px;
    right: 30px;

    top: -40px;
    padding: 4px 0 0;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-family: "freight-sans-pro",sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.slide-in-bottom .top-scroll:hover {
	background:#323031;
	color:#fff;
}

.slide-in-bottom .top-scroll .fa {
	font-size: 14px;
	margin-bottom: -4px
}

.buttonlink,
.comment-jump,
.tribe-events-read-more,
.commentform-wrapper input.submit,
#main .gform_footer input.button,
.mc_signup_submit .button {
    border: 1px solid;
    display: inline-block;
    padding: 8px 10px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.comment-jump{
 background-color:rgb(152,133,63) !important;
    color:#fff !important;
}
/* Colours */

.cd {color:#323031;}
.cg {color:rgb(152,133,63);}
.cw {color:#fff;}

.bd {background-color:#323031;}
.bg {background-color:rgb(152,133,63);}
.bw {background-color:#fff;}

a {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s  ease-in-out;
	-o-transition: color 0.3s  ease-in-out;
	transition: color 0.3s  ease-in-out;
}

a:hover {
	color:rgb(152,133,63);
}

.nohover:hover {
	color: inherit !important; 
}

button:active,
button:focus,
a:active,
a:focus {
	outline:0!important;
}

/* Type */

.font-1 {
	font-family: "freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.font-4 {
	font-family: "freight-text-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.font-2 {
	font-family: "freight-big-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.font-2.heavy {
	font-weight:600;
}

.font-3 {
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 300;
}

.font-3.f5 {
	font-weight: 500;
}

.italic {
	font-style: italic;
}

body, p, li {
    font-size: 15px;
    margin: 0.4em 0 0.9em;
    line-height: 1.5em;
    letter-spacing: 0.2px;
    font-weight: 400;
}

body {
	margin: auto;
}

.reading-adjust p,
.reading-adjust li,
.reading-adjust {
font-size: 17px;
    letter-spacing: 0.5px;
}

.reader  {
    max-width: 800px;
    margin: auto;
}

iframe {
    margin: 10px auto !important;
}

.entry-content p strong,
.entry-content li strong {
	font-weight:600;
}

em  {
	font-style:italic;
}

.entry-content ul {
	margin-left:20px;
}

.entry-content ul li {
	position: relative;
	display: block;
	    margin-bottom: 0.4em;
}

.entry-content ul li:before {
	    position: absolute;
    font-family: "FontAwesome";
    content: "\f111";
    left: -16px;
    font-size: 9px;
    color: rgba(152,133,63,0.9);
}

.entry-content .panel li {
	display: none;
	margin:initial;
	line-height:initial;
}

.entry-content .panel ul li:before {
	display: none;
}



/* Header */
#utility {
	width:100%;
	padding:2px;
	margin:0 0 3px;
}

#masthead {
	width:100%;
}

#masthead div {
	width:33%;
}

img.brand {
	margin-top:-25px;
}

#masthead .hashtag {
	color: #323031;
    font-size: 27px;
    font-style: italic;
    letter-spacing: 1px;
    position: relative;
}

#masthead .hashtag:hover {
	color:rgb(152,133,63);
}

#masthead .trigger {
    color: #323031;
    font-size: 16px;
    padding: 5px;
    position: relative;
}

#masthead .trigger:hover {
	color:rgb(152,133,63);
}

#masthead .trigger:after, #masthead .hashtag:after  {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
    display: block;
    position: absolute;
    color: #323031;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    opacity:0;
    top:10px;
}

	#masthead .trigger[data-modal='search-modal']:after {
		content: "Search";
	    left: 40px;
	}

	#masthead .trigger[data-modal='search-modal']:hover:after {
		left: 30px;
	    opacity:1;
	    color:rgb(152,133,63);
	}

	#masthead .trigger[data-modal='mailchimp-modal']:after {
	content: "Inbox Love";
    right: 42px;
    width:100px;
	}

	#masthead .trigger[data-modal='mailchimp-modal']:hover:after {
		right: 34px;
	    opacity:1;
	    color:rgb(152,133,63);
	}

	#masthead .hashtag:after {
	content: "Share your Wedding Story";
    left: 90px;
    width:150px;
    top:5px;
    display: none;
	}

	#masthead .hashtag:hover:after {
		left: 100px;
	    opacity:1;
	    color:rgb(152,133,63);
	}


/* Headings */

.coverline {
	font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    font-style: italic;
}

.coverline em {
    display: block;
    font-style: normal;
    font-size: 64px;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom:0;
    color: rgba(255,255,255,1);
    max-width:450px;
}

.coverline > span:first-child {
	display:inline-block !important;
	letter-spacing: 5px;
	font-size: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
	padding-bottom: 6px;
}

.coverline em > span {
	display: inline-block !important;
}

.section-head {
	font-size:33px;
	margin-top:30px;
	margin-bottom: 15px;
}

.section-head:after {
    width: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    z-index: -1;
}

.section-head span {
    display: inline-block;
    padding: 5px;
    background: #fff;
   line-height: 28px;
}

/* Navigation */

#utility li a, .footer-menu-new li a, .basefoot li a {
	padding:0 6px;
}

#anchor-top {
	height:1px;
}

#anchor-top.filler {
	height:45px;
}

.soc-bl {
	display: none !important;
}

#mainmenu {overflow: visible;}

.main-menu {
	width: 100%;
}

.menu li {
    display: inline-block;
    font-size: inherit;
    margin: 0 0 10px;
}
.sub-menu {
	display: none;
}

#menu-pages-2017,
#menu-social-links-sidebar {
	padding-top:0;
	margin-bottom: 10px;
}

.main-menu li  {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	max-width:135px;
}

.main-menu li .sub-menu {
    display: block;
    position: absolute;
    color: #323031;
    border-bottom: 1px solid;
    z-index: 2;
	left: -999em;
    margin: 0 13% 0;
    padding-top:3px;
}

.main-menu li:hover .sub-menu {
    left: 0;
    right: 0;
}

.main-menu li .sub-menu li {
	display: block;
	position: relative;
	padding:0;
    background: #fff;
    border-left: 1px solid;
    border-right: 1px solid;
    margin:0;
    max-width:initial;
 }

 .main-menu li .sub-menu li:first-of-type {
 	padding-top:13px;
 }

.menu li a,
.main-menu li a{
	display: block;
	color:#323031;
	position: relative;
	letter-spacing: 0.06em;
}

#mainmenu.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 210;
    background: #fff;
}

#mainmenu .menu-hide {
	display: none;
	}

#mainmenu.menu-fixed .menu-hide {
	display:table-cell;
	}

.main-menu .menu-item-has-children ul a:after {
    display: block;
    position: absolute;
    content: "";
    width: 60px;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    top: -8px;
    z-index: 2;
    border-bottom: 1px solid rgba(152,133,63,0.4);
}

.main-menu li a {
	padding:4px;
}

.main-menu li .sub-menu li {
	display: block;
	padding:8px;
	    text-transform: capitalize;
 }

.menu li a:hover,
.main-menu li a:hover {
	color:rgb(152,133,63);
}

.menu-item-description {
	text-transform: capitalize;
	color:rgb(152,133,63);
	font-size:15px;
}

.menu-social-links-sidebar-container .menu {

}

.basefoot ul {
	display: block;
	margin:auto;
}

.basefoot li, .basefoot li a {
	display: inline-block;
}

.basefoot li.copyright {
	display: block;
	margin-bottom: 5px;
}

/* Top Sliders */

.top-swipe .slick-slide {
	height:660px;
	padding:5px;
}

.top-swipe .slick-slide a {
	display: block;
	height:660px;
	width:auto;
	position: relative;
}

.top-swipe .slick-slide a:after {
	position: absolute;
	display: block;
	content: "";
	width:100%;
	height:60%;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */


}

.top-swipe .slick-slide a h2{
	display: inline-block;
	position: absolute;
	margin:auto;
	color:#fff;
	bottom:10px;
	top:auto;
	z-index:1;
	left:10px;
	right:10px;
}

.top-swipe .slick-slide a h2 span {
	display: block;
}

.top-swipe .slick-slide img {
	height:100%;
	width:auto;
	opacity:1!important;
	display: block;
}

html span:empty {
	display: none!important
}

/*Homepage Real Weddings*/

.real-wed article {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.post-details {
    display: block;
    /* right: -30px; */
    background: #fff;
    padding: 20px;
}




#adbar-largeside .ad-mock {
	display:inline-block;
	width:350px;
	height:500px;
	margin:10px;
	background:rgba(0,0,0,0.2);
}

.real-wed h3 {
	font-size: 45px;
    font-style: italic;
}

/* LMD Meta */

.lmd-meta-wrapper {

}

.lmd-meta {
	margin-bottom:5px;
	font-size:14px;
    line-height: 1em;
}

.lmd-meta a {
	position: relative;
}

.lmd-meta a:after {
	content:"/";
	display: inline-block;
	padding:0 3px;
	color:#323031 !important;
}

.lmd-meta-wrapper.imagefixed .lmd-meta a:after {
	display: none;
}

.lmd-meta-wrapper.imagefixed {
	text-align: left;
	margin-top: 20px;
}


.lmd-meta-wrapper.imagefixed .lmd-meta a {
	color:#323031 !important;
}


.lmd-meta a:last-of-type:after {
	display: none;

}

/* Style Files Section */


/* Single Post */

.entry-header {
	position: relative;
	overflow: hidden;
	height:70vh;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 30%;
    line-height: 1em;
}

.entry-header.top-align {
    background-position: center top;
}

.entry-header.bottom-align {
    background-position: center bottom;
}

.entry-header.img-fixed {
    background-attachment: initial;
}

.entry-header.simple-header {
	position: relative;
	overflow: initial;
	height:auto;
	background: none;
	max-width: 1000px;
	margin:auto;
	text-align: center;
}

.entry-header:not(.simple-header):after {
	content:"";
	display: block;
	position: absolute;
	height:100%;
	width:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	top:0;
	left:0;
}

.entry-header img {
	width:100%;
}

.entry-header h2{
	display: inline-block;
	position: absolute;
	margin:auto;
	color:#fff;
	bottom:20px;
	z-index:1;
	left: 0;
    right: 0;
    max-width: 1000px;
}

.entry-header.simple-header h2{
	display: inline-block;
	position: relative;
	margin:10px auto -10px;
	color:inherit;
	bottom:auto;
	z-index:1;
	left: auto;
    right: auto;
    max-width: 1000px;
}

.entry-header h2.reader {
    max-width: 800px;
}

.sponsor-tag {
    text-transform: uppercase;
    display: block;
    margin: auto;
    padding: 3px 6px;
    font-style: normal;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    width: 240px;
}

.imagefixed img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:initial !important;
}

.is-tablet .imagefixed img {
	max-width:100% !important;
}

.single .post-details {
    padding: 10px 0 0;
    margin: 10px 0 0;
    max-width: 100%;
    background: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
}

 .entry-content ol {
 	list-style: decimal;
 	list-style-position: inside;
 }

.single .post-details h4 {
	margin-bottom:10px;
}

.single .post-details .lmd-meta {
	display: inline-block;
	margin-right:15px;
	vertical-align: top;
}

.single .post-details .lmd-meta .cycler {
	min-width:250px;
}

.cycler {
	min-height:10px;
}

.single .post-details .lmd-meta a {
	color:#fff;
	margin-top: 1px;
}

.single .coverline .entry-title {
    font-size: 27px;
    max-width: 440px;
    margin-top: 5px;
    line-height: 1em;
}

.single .content-area,
.page .content-area,
.error404 .content-area {
	max-width:1000px;
	margin:10px auto;
	padding:10px;
}

.single .content-area a,
.page .content-area a,
.error404 .content-area a {
	color:rgb(152,133,63);
	text-decoration: none;
}

.single .content-area a:hover,
.page .content-area a:hover {
	color:#000;
}

.single .content-area .entry-content img,
.page .content-area .entry-content img {
	width:100%;
	height:auto;

}

.single .content-area .entry-content div img,
.page .content-area .entry-content div img {
	width:auto;
	height:auto;
}

.single .content-area .entry-content div.content-column,
.page .content-area .entry-content div.content-column {
	padding:0 15px;
}

.single .content-area .entry-content div.content-column img,
.page .content-area .entry-content div.content-column img {
	max-width:100%;
}


.single .content-area .entry-content  h4,
.page .content-area .entry-content  h4,
.error404 .content-area .entry-content  h4  {
    font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    /* text-transform: uppercase; */
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: 1.4em;
    /* margin-top: 20px; */
    font-style: italic;
}

.single .content-area .entry-content  h3,
.page .content-area .entry-content  h3  {
    font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.4em;
}

.single .content-area .entry-content  h2,
.page .content-area .entry-content  h2,
.error404 .content-area .entry-content  h2,
.page .content-area .authors h2 {
    font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.4em;
}

/*.single .content-area .entry-content  h2:before,
.page .content-area .entry-content  h2:before,
.single .content-area .entry-content  h2:after,
.page .content-area .entry-content  h2:after,
.page .content-area .authors h2:before,
.page .content-area .authors h2:after  {
	display: inline;
	content:"-";
    margin: 0 10px;
}*/

.page .content-area .authors h2.authorlist:before,
.page .content-area .authors h2.authorlist:after  {
	display: none;
}

.single:not(.single-sponsor) .content-area p:first-of-type,
.page:not(.single-sponsor) .content-area > p:first-of-type,
.error404:not(.single-sponsor) .content-area > p:first-of-type  {
	font-size:24px;
	font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 300;
}

.single:not(.single-tribe_events) .panel,
.archive .panel,
.search .panel {
    margin: 20px 0;
    padding:20px;
	text-align: center;
}

.single .panel-title-wrap,
.archive .panel,
.search .panel{
	margin-bottom: 15px
}

.single .panel li,
.archive .panel li,
.search .panel li {
    display: inline-block;
    padding: 5px;
    position: relative;
    font-family: "freight-big-pro",sans-serif;
    font-style: italic;
    letter-spacing: 0.5px;
}

.single .panel li:after,
.archive .panel li:after,
.search .panel li:after {
	display: inline;
	content:"/";
	margin-left:10px;
	color:#aaa;
}

.single .panel li a,
.archive .panel li a,
.search .panel li a,
.single .meta-inner a {
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:400;
}

.archive .cycler,
.search .cycler  {
	min-height: 20px;
}

.single .panel-title-wrap.goldline-top:before{
	left:0;
	top:10px;
}

.single .panel-title {
    display: block;
    margin: auto;
    width: 150px;
    position: relative;
    font-size: 22px;
    background: #fff;
    z-index: 4;
}

.single .section-head span {
    font-size: 22px;
    padding:10px;
}

.entry-header.simple-header .coverline em,
.entry-header.simple-header .coverline .cw {
	color:#323031;
	margin-top: 0;

}

.simple-header .coverline .ns {
	display: none !important;
}

.single .entry-header.simple-header  .coverline .entry-title,
.page .entry-header.simple-header  .coverline .entry-title,
.error404 .entry-header.simple-header  .coverline .entry-title {
        max-width: 840px;
    font-size: 66px;
    margin-top: 25px;
    line-height: 1em;
}

.comments-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin: -10px 0 20px;
    font-style: italic;
}

.comment-list .children {
    margin-left: 40px;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}
.comment-meta {
    float: left;
    width: 220px;
    font-size: 18px;
    padding-top: 25px;
}

.comment {
	margin-bottom: 30px;
}

.comment-author {
	font-family: 'Cormorant Garamond', serif;
}

.comment-content {
	float: right;
    width: calc(100% - 225px);
    margin-top:25px;
}

#comments .comment-content p,
#comments .comment-content p:first-of-type {
	font-size: 1em;
    margin: 0em 0 0.8em;
    line-height: 1.4em;
    font-size: 16.5px;
    letter-spacing: 0.5px;
    font-family: "freight-big-pro",sans-serif;
    font-weight: 400;
}

.comment-reply-link {
	float:right;
	clear:right;
	border: 1px solid;
    display: inline-block;
    padding: 8px 10px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-family: "freight-big-pro",sans-serif;
    font-style: italic;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	opacity:0;
}

.comment-metadata {
    margin-top: 6px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	opacity:0;
}

.comment:hover .comment-metadata,
.comment:hover  .comment-reply-link {
	opacity: 1;
}

.comment-metadata .edit-link {
	display: none;
}


.comment-author img {
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-top: -25px;
}

.comment-body:after, .comment-body:before {
    content: " ";
    display: table;
}

.comment-body:after {
    clear: both;
}

.commentform-wrapper {
	margin:auto;
	max-width:900px;

}



.commentform-wrapper .comment-reply-title {
	font-family: "freight-big-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    color: #323031;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
}

.commentform-wrapper .logged-in-as {
	font-family: "freight-big-pro",sans-serif !important;
    font-style: italic !important;
    font-weight: 300;
    text-align: center;
    font-size: 18px !important;
    letter-spacing: 1px !important;
}

/* Form styles */

.commentform-wrapper label,
#main .gform_body label,
#mc_signup_form label {
	display: block;
	font-family: "freight-big-pro",sans-serif;
	font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #323031;
}

.commentform-wrapper input:not(.submit),
#main .gform_body input:not(.submit),
#mc_signup_form input:not(.button)  {
	display: block;
	padding:10px;
	font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    width:100%;
    margin:5px 0 10px;
    border:0;
    border-top:1px solid #323031;
    outline:0 !important;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	background: rgba(0,0,0,0.03);
}

#mc_signup_form input:not(.button) {
	border:0;
    border-bottom:1px solid #323031;
    margin-top:0;
}

#mc_signup_form label,
#mc_signup_form input:not(.button) {
	text-align: center;
}



.commentform-wrapper textarea,
#main .gform_body textarea {
	display: block;
	padding: 10px;
	font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: 400;
    width:100%;
    margin:5px 0 10px;
    border:0;
    border-top:1px solid #323031;
    outline:0 !important;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	background: rgba(0,0,0,0.03);
}

.commentform-wrapper textarea:hover,
.commentform-wrapper input:not(.submit):hover,
#main .gform_body textarea:hover,
#main .gform_body input:not(.submit):hover {
	background:rgba(152,133,63,0.1);
}


.commentform-wrapper input.submit,
#main .gform_footer input.button,
.mc_signup_submit input.button {
	color:rgb(152,133,63);
	background-color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	cursor: pointer;
}

.commentform-wrapper input.submit:hover,
#main .gform_footer input.button:hover,
.mc_signup_submit input.button:hover {
	background-color:rgb(152,133,63);
	color:#fff;
}

#main .full-width-gallery .justified-image-grid::not(.jig-preset-1) {
 	margin-left: calc((100% - 98vw)/2);
    margin-right: calc((100% - 98vw)/2);
}

#post-author {

}

#post-author.goldline-top:before {
	left:0;
	top:60px;
}

#post-author img:first-of-type {
	width:90px;
	border:4px solid #fff;
	display: block;
	margin:auto;
	position: relative;
}

#post-author h4 {
	font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
}

#post-author h4 a {
	font-size:18px;
	display: inline-block;
	margin:0 3px;
}

#post-author p {
    font-size: 18px;
    font-family: inherit;
    font-family: "freight-big-pro",sans-serif;
    font-style: italic;
}

.meta-inner {
	line-height: 1.4em;
	font-family: "freight-big-pro",sans-serif;
    font-style: italic;
}

.edit-link {
	font-size:90%;
}


.entry-content p:first-of-type:first-letter {
	float: left;
	font-size:72px;
	line-height:40px;
	padding-top:10px;
	padding-right:3px;
}

.entry-content div p:first-of-type:first-letter,
.entry-content blockquote p:first-of-type:first-letter {
	float: initial;
	font-size:inherit;
	line-height:inherit;
	padding-top:initial;
	padding-right:initial;
}

blockquote {
	font-style: italic;
	margin:20px 20px 30px 30px;
}

/*Archive + events pages*/

.meta-label {
	margin-bottom:3px;
}

.archive .section-head:after,
.search .section-head:after,
.events-archive .section-head:after,
.single-tribe_events .section-head:after {
	display: none;
}

.archive .panel,
.search .panel {
	padding:0;
	max-width: 1000px;
	margin:0 auto 20px;
}

.archive .panel li a,
.search .panel li a {
	text-decoration: none;
	color:rgb(152,133,63);
}

.archive .panel li,
.search .panel li {
	margin-bottom:0;
}

.archive .panel .children,
.search .panel .children {
	display: none;
}

.archive .panel li a:hover,
.search .panel li a:hover {
	color:#323031;
}

.archive .panel li:last-of-type:after {
	display: none;
}

.archive .post-tile,
.search .post-tile,
.real-wed .post-tile {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: calc(33.3% - 5px);
    margin: 3px 1px;
        width: calc(50% - 32px);
    margin: 17px 15px;
    vertical-align: top;
    height: 400px;
}

@media only screen and (min-width: 1300px) and (max-width: 3600px) {
		.archive .post-tile,
		.search .post-tile {
		    position: relative;
		    overflow: hidden;
		    display: inline-block;
		        width: calc(50% - 32px);
    margin: 17px 15px;
		    vertical-align: top;
		    height: 400px;
		}
	}

.archive .post-tile img,
.search .post-tile img,
.real-wed .post-tile img  {
	position: relative;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
}

.archive .post-tile:after,
.search .post-tile:after,
.real-wed .post-tile:not(.b-tile):after {
	position: absolute;
	display: block;
	content: "";
	width:100%;
	height:80%;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a5000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	pointer-events:none;
}

.archive .post-tile.a-l img,
.search .post-tile.a-l img,
.real-wed .post-tile.a-l img {
	position: relative;
    width: 100%;
    height: 100%;
    object-fit:cover;
    /*left: 50%;
    transform: translateX(-50%);*/
}

.archive .post-tile.a-l img,
.search .post-tile.a-l img {
	cursor:pointer;
}

.archive .post-tile .post-details,
.search .post-tile .post-details,
.real-wed .post-tile .post-details {
    position: absolute;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    color: #fff;
    z-index: 1;
    text-decoration: none;
    padding-bottom:10px;

    
}

.archive .post-tile:hover img,
.search .post-tile:hover img {
	transform: scale(1.05);
}

.real-wed .post-tile:hover:after  {
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a9000000',GradientType=0 ); /* IE6-9 */

}

.archive .post-tile .post-details .lmd-meta-wrapper,
.search .post-tile .post-details .lmd-meta-wrapper,
.real-wed .post-tile .post-details .lmd-meta-wrapper {
	border-top: 1px solid rgba(255,255,255,0.7);
	padding-top:5px;
	margin-bottom:10px;
}

.archive .post-tile .post-details .lmd-meta,
.search .post-tile .post-details .lmd-meta,
.real-wed .post-tile .post-details .lmd-meta {
	display: inline-block;
	vertical-align: top;
	width:45%;
}

.archive .post-tile .post-details h3,
.search .post-tile .post-details h3,
.real-wed .post-tile .post-details h3 {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
}

.archive .post-tile .post-details h4,
.search .post-tile .post-details h4,
.real-wed .post-tile .post-details h4  {

}

.archive .buttonlink a,
.search .buttonlink a,
.real-wed .buttonlink a {
    color: inherit;
    font-size: 24px;
    margin:0 20px;

}

.archive .buttonlink:hover,
.archive .buttonlink:hover a,
.search .buttonlink:hover,
.search .buttonlink:hover a,
.real-wed .buttonlink:hover,
.real-wed .buttonlink:hover a {
	color:#323031;
	border-color: #323031;
}

/*Art Direction Fine-tuning*/

.coverline.post-494907 .word1,
.coverline.post-500571 .word1,
.coverline.post-494907 .word2,
.coverline.post-496022 .word1 {
	font-size: 56px;
}


.coverline.post-494607 .word2 {
	font-size: 52px;
}

.coverline.post-494607 em {
	line-height: 45px;
	margin-top: 5px;
}

.coverline.post-495190 .word2,
.coverline.post-495919 .word3,
.coverline.post-495919 .word2 {
	font-size: 62px;
}

.coverline.post-495190 em,
.coverline.post-495919 em {
	line-height: 48px;
	margin-bottom:5px;
}

.coverline.post-494907 .word3 {
	font-size: 48px;
}
.coverline.post-494907 em {
	line-height: 35px;
	margin-bottom:5px;
}

.fluid-width-video-wrapper {
	margin-bottom: 25px;
}

body .site-copyright {
    margin-bottom: 30px !important;
}

/* Pages */

.entry-content blockquote strong {
    font-weight: 300;
    display: block;
    margin-right: 40%;
    margin-top: 10px;
    padding-top: 5px;
    /* text-align: right; */
    margin-bottom: 30px;
    font-style: italic;
    border-top: 1px solid #ddd;
}

/* Social bar */

#community {
	position: relative;
	margin:30px auto 60px;
}

.community-inner {
    position: absolute;
    width: 33.633%;
    margin: auto;
    top: -3px;
    bottom: 3px;
    right: 16.6667%;
    padding: 20px;
}

.center-wrap {
	position: absolute;
	top:50%;
	width:70%;
	left:50%;
	transform:translate(-50%, -50%);
}

.community-inner h2 {
    font-size: 24px;
    margin: 0 0 12px;
    font-style: italic;
    line-height: 1.3em;
    border-bottom: 1px solid rgb(255,255,255);
    padding-bottom: 13px;
}
.community-inner ul {

}

.community-inner li {
    width: 49%;
    vertical-align: top;
    font-style: normal;
}

.community-inner li:first-of-type {
 border-right: 1px solid rgb(255,255,255);
}


.community-inner li a {
	
}

.community-inner li a:hover {
	color:#323031;
}

.community-inner li a span {
	text-align: center;
    display: block;
    padding: 10px 15px 0;
    line-height: 18px;

}

.community-inner li a span em {
    display: block;
    text-transform: initial;
    font-style: italic;
    margin-top:5px;
}

.community-inner li a i{
	font-size:56px;
}

/* Homepage Style Files */

.home .style-panel {
    display: block;
    width: 100%;
    position: relative;
    margin: 10px 10px 2px;
    overflow: hidden;
    height: 490px;
}

.home .style-slick-nav {
    display: block;
    width: 995px;
    position: relative;
    margin: 5px 0 70px 10px;
    overflow: hidden;
}

.home .style-nav-images{
    position: relative;
    cursor: pointer;
    background: #fff;
    max-height: 160px;
        border-right: 8px solid #FFF;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
	outline:0!important;
}

.style-nav-images.slick-current {
	background: #323031;
}

.home .style-nav-images:last-of-type {
	border-right: 0;
}

.home .style-nav-images:hover {
	 background: #000
}

.home .style-nav-images img {
	display: block;
	width:100%;
	height:auto;
	opacity: 0.4;
	    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
}

.style-nav-images.slick-current img {
	opacity: 0.8;
}

.sectionlink {
    margin: 15px auto 80px;
    font-size: 130%;
    display: block!important;
    max-width: 650px;
    padding: 1% 2%;
}

.sectionintro {
	font-size:24px;
	display: block;
	margin:0 auto 20px;
	max-width:620px;
}

.sectionintro a {
	color:rgb(152,133,63);
	text-decoration: none;
}

.sectionintro a:hover {
	color:#323031;
}

.sectionlink:hover {
	color:#fff;
	background:rgb(152,133,63);
}

.home .style-nav-images h2 {
    display: block;
    position: absolute;
    font-family: "freight-big-pro",sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    line-height: 1em;
    margin-top: 0;
    padding-top: 0;
    font-size: 17px;
    letter-spacing: 2px;
    color: #000;
    z-index: 1;
    top: 50%;
    text-align: center;
    right: 6px;
    left: 6px;
    z-index: 2;
    transform: translateY(-50%);
    	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
}

.home .style-nav-images:before {
	display: block;
	position: absolute;
	border:1px solid #fff;
	content:"";
	top:6px;
	bottom:6px;
	left:6px;
	right:6px;
	z-index: 1;
}

.home .style-nav-images:hover h2,
.style-nav-images.slick-current h2 {
	color:#fff;
}

.home .style-inner h3, .home h3.style-list-pre-title, .home .sf-crumbs {
    font-family: "freight-sans-pro",sans-serif;
    font-size: 12px;
    letter-spacing: 8px;
    margin-bottom: -8px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(152,133,63);
}

.home .style-panel a, .home .style-panel .style-inner-wrap {
    display: block;
    color: rgb(54, 57, 62) !important;
    line-height: 1.5;
    position: absolute;
    background: #fff;
    text-align: center;
    padding: 50px 30px 30px;
    z-index: 1;
    left: 52%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 0;
    margin: auto;
}

.home #primary .style-panel .style-inner h2, .home h1.style-list-title {
    font-family: "freight-big-pro",sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 0.2em;
    padding-top: 0;
    font-size: 43px;
    letter-spacing: 2px;
    color: rgb(54, 57, 62);
    border-bottom: 1px solid;
    margin-bottom:8px;
}

.home .style-inner .linkbutton, .home .entry-title .linkbutton {
    display: block !important;
    border: 1px solid !important;
    margin: 10px 100px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
        font-family: "freight-sans-pro",sans-serif !important;
    letter-spacing: 2px !important;
    padding: 8px !important;
    background: #fff !important;
    margin-top: 10px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .style-panel:hover a:hover .linkbutton, .home .entry-title:hover a:hover .linkbutton {
    background: rgb(54, 57, 62) !important;
    color: #fff !important;
    border-color: rgb(54, 57, 62) !important;
}

.real-wed .post-tile {
    height: auto;
    width:auto;
    margin:10px;
    background-size: cover;
    background-position: center top;
}

.real-wed .post-tile.a-l {
	width:680px;
    height:380px;
}

.real-wed .post-tile.a-p {
	width:470px;
    height:780px;
}

.realwedding-slick .slick-prev {
    left: 0;
}

.realwedding-slick .slick-next {
    right: 0;
}

.regular-post {
	width:33%;
	padding:15px;
	margin-bottom:20px;
}

.regular-post.half-post {
	width:50%;
	padding:15px;
	margin-bottom:20px;
}

.regular-post img {
	width:100%;
	height: auto
}


.regular-post h3 {
    font-size: 24px;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.spotlight {
	background-position: 50%;
	background-size: cover;
	height:400px;
	position: relative;
	margin-bottom:60px;
}

.spotlight:after {
	display: block;
	position: absolute;
	content:"";
	border:1px solid rgba(255,255,255,0.7);
	margin:auto;
	left:15px;
	right:15px;
	top:15px;
	bottom:15px;
	z-index:2;
}

.spotlight:before {
	display: block;
	position: absolute;
	content:"";
	background:rgba(0,0,0,0.3);
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}

.spotlight-inner {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color:#fff!important;
}

.spotlight-inner span.buttonlink {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.spotlight-inner:hover span.buttonlink {
	background: #fff;
	color:#111;
	border-color: #fff
}

.spotlight-inner h3 {
    font-size: 36px;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    line-height: 1.25em;
    max-width: 750px;
    font-style: italic;
}

.lbfb {
	max-width: 900px;
    text-align: center;
    margin: 20px auto 40px;
    padding: 80px 20px 120px;
    position: relative;
}

.lbfb-logo {
    background: url(../../images/lbfb-logo-large.jpg) no-repeat !important;
    background-size: cover !important;
    width: 190px;
    height: 110px;
}
.lbfb:after {
    display: block;
    position: absolute;
    content: "";
    background: url(../../images/lbfb-cover-new.jpg) no-repeat;
    background-size: cover;
    margin: auto;
     top: 0;
    bottom: 0;
    left: 70%;
    z-index: 1;
    right: 10%;
}

.lbfb h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.lbfb .lbfb_menu {
	position: relative;
	z-index: 2;
}

.lbfb .lbfb_menu select {
    cursor: pointer;
    border-radius: 0;
     background: #fff url(../../images/lbfb-search.png) no-repeat right;
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #3a4042;
    font-size: 18px;
    width: 100%;
    max-width:400px;
    margin:auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 10px;
    outline: 0;
    border-width: 1px 0 2px 0;
    border-color: #3a4042;
    -webkit-appearance: none;
    appearance: none 
}
.lbfb .lbfb_menu select::-ms-expand {
    display: none;
}


.comptag {
    z-index: 2;
    background: #fff;
    bottom: 15px;
    border:1px solid;
    left: 60px;
    right: 60px;
    margin: auto;
}

.sticky-inner {
    padding: 3px;
}

.sticky-inner:hover {
	background:  #3a4042;
}

.sticky-link {
    padding: 5px;
    font-size: 18px;
}

.sticky-link:hover {
	color:#fff !important;
}

.sticky-comp {
	z-index:205;
	max-width: 1200px;
	    margin: -10px auto 0;
}


.menu-item-has-children {
	min-width: 150px;
}

.wp-smiley {
    display: inline!important;
    width: initial !important;
}

html .pswp__bg {
    background: #fff;
}

html .pswp__ui--fit .pswp__top-bar,
html .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0);
}

html .pswp__caption__center {
    font-family: "freight-big-pro",sans-serif;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size:19px;
    color:rgb(54, 57, 62);
  }

html .pswp__top-bar div,
html .pswp__top-bar span {
	color:rgb(54, 57, 62) !important;
}

html span:empty.pswp__button--close,
html span:empty.pswp__button--arrow--left,
html span:empty.pswp__button--arrow--right {
	display: block !important;
	opacity:1!important;
}

html span:empty.pswp__button--close,
html span.pswp__button--arrow--left:before,
html span.pswp__button--arrow--right:before {
	background-color:rgb(54, 57, 62);
}

html .pswp__button--close:after {
    content: "";
}

html .pswp__counter {
    font-size: 20px;
    font-family: "freight-big-pro",sans-serif;
}

html blockquote p {
        font-style: italic !important;
    font-weight: 500!important;
    text-align: left;
    line-height: 1.2em!important;
    font-size: 20px!important;
    font-family: "freight-big-pro",sans-serif !important;
    letter-spacing: 1px !important;
    position: relative;
    margin-left: 25px;
}

html blockquote p:before {
    content: "\201C";
    display: block;
    font-size: 105px;
    margin: 0;
    top: 22px;
    left: -45px;
    position: absolute;
    color: rgba(152,133,63,0.6);
    font-family: 'Cormorant Garamond', serif;
}

html blockquote p:after {
	display: none;
}

article ol {
    list-style: none;
    counter-reset: list;
}

article ol li {
    list-style: none;
    position: relative;
    margin-left: 1.9em;
}

article ol li::before {
    counter-increment: list;
    content: counter(list);
    left: -28px;
    background: rgb(152,133,63) !important;
    width: 22px;
    display: inline-block;
    text-align: center;
    height: 22px;
    margin-right: 10px;
    color: #fff;
    position: absolute;
    top: 1px;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    border-radius: 50%;
    font-family: "freight-big-pro",sans-serif;
}

.single .content-area .entry-content h2 {
    margin-bottom: 16px;
    text-align: left;
}

article h5 {
    font-size: 1.3em;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 8px;
    margin-top: 18px;
}

.sf--profile-link-wrapper span.iconfix {
	    margin: 4px 20px 35px;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 40px 6px 15px;
    position: relative;
}

.iconfix div {

}

.iconfix div.livicon-evo-holder {
	position: absolute;
	top: 3px;
    right: 3px;
}

.sf--profile-link-wrapper:hover .lievo-svg-wrapper svg .lievo-common rect {
	stroke:#fff!important;
	fill:#fff!important;
}

.sf-socials {
    position: absolute;
    width: calc(40% - 3px);
    height: 48px;
    top: auto;
    bottom: 0;
    left: calc(60% + 3px);
    z-index: 9;
}

.sf-socials a {
    display: inline-block !important;
    position: relative!important;
    font-size: 22px;
    margin: 5px 10px;
}

@media screen and (max-width: 768px) {
	.sf-socials {
	    width: calc(50% - 3px);
	    left: calc(50% + 3px);
	}
}

@media screen and (max-width: 500px) {
	.sf-socials {
	    width: calc(100% - 20px);
	    left: 10px;
	    bottom:-5px;
	}

	.sf--profile-link-wrapper {
    height: 54% !important;
    top: auto !important;
    bottom: 10px !important;
	}
	.sf--profile-link-wrapper strong {
    	font-size: 22px !important;
    	margin-top: -5px !important;
	}

	.sf-socials a {
    font-size: 18px;
	}
	.sf--profile-link-wrapper span.iconfix {
    margin: 4px 20px 20px;
	}
}


.page #primary .sf-collection h2 em {
	text-transform: lowercase!important;
}

#connect .sf-links {
    background: rgb(234, 234, 226);
    margin: 3px 3px 0;
    border: 0;
    text-align: center;
    padding:20px;
}

#connect .sf-links h2 {
    font-family: 'canada-type-gibson', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 21px !important;
    display: inline-block;
    letter-spacing: 2px;
    font-style: normal;
    margin: 0 10px !important;
}

#connect .sf-links a {
	 font-size: 26px;
	 color:rgb(54, 57, 62);
	 margin:5px 10px;
}

#connect .sf-links a:hover {
	color:rgb(199, 154, 149) ;
}


.single .content-area .entry-content .shop-page-wp-image img {
    width: 100%;
    height: auto;
}

/* Replicating ALL heading styles */

#main article  h2, #main article  h3, #main article  h4 {
    font-family: "freight-sans-pro",sans-serif;
    font-style: normal;
    text-transform:uppercase!important;
    }

#main article  .entry-content h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin: 10px 0 5px;
    letter-spacing: 2px;
}

#main article  .entry-content h3 {
    margin:15px 0 5px;
    display: inline-block;
    border-bottom:1px solid #f4e2e0;
    padding-bottom:5px;
    font-weight:300 !important;
        letter-spacing: 0.5px;
    }

#main article  h2.entry-title {
        font-family: "freight-sans-pro",sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 36px !important;
        letter-spacing: 1px;
        position:relative;
        margin-top:25px !important;
        background:none !important;
            letter-spacing: 0.5px;
    }

#main article  .title-text h2, #main article  .entry-content h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-family: "freight-big-pro",serif;
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize!important;
        letter-spacing: 0.5px;
}

#main article  .entry-content h2 {
    margin-top:30px;
    }
#main article  .entry-content h3 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    font-family: "freight-big-pro",serif;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize!important;
}

#main article h2.entry-title:before  {
    content: "";
    background: #f4e2e0;
    width: 80px;
    height: 1px;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom:auto;
    top:-10px;
}


.blog-home {
	max-width:1200px;
	margin:50px auto;
}

.blog-home article {
	width: 100%;
}

.blog-home .article-inner {
	position: relative;
	display: block;
}

.blog-home article img {
	max-width: 100%;
	height: auto;
	display: block;
}

.blog-home .article-inner h2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50%;
}

.blog-home .lmd-meta {
    display: inline-block;
    width: calc(20% - 5px);
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}

.blog-home  .lmd-meta-wrapper {
    text-align: center;
}

.blog-home .post-details {
	text-decoration: none;
}