/**********************************************************************************************
	Life & Thyme 2018 - v4 CSS
***********************************************************************************************/


/* import core styles */
@import url(base.css);
/*------------------------------------------
// 1.BASIC ELEMENTS
//	 Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
//------------------------------------------*/

body {
	color: black;
	font-family: area-normal, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	min-width: 320px;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, p, li {
	margin: 0;
}
/*------------------------------------------
// 2.LAYOUT
//   Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
//------------------------------------------*/
a {
	outline: none !important;
}
.alignleft {
	float: left;
	padding: 0px 9px 9px 0;
}v
/*---- Container ----*/
#container {
	width: 100%;
}
body.single #container {
	padding-bottom: 0;
}
body.post-template-page-photoessay-php #container {
	padding-bottom: 0px;
}
/*--- Wrapper ---*/
.wrapper {
	margin: 0 auto;
	height: inherit !important;
}
/*---- Header ----*/
#header {
	padding-top: 7px;
	transition: all 0.1s linear;
	
}
#header2 {
	background: #000;
	position: relative;
	padding: 45px 0 20px;
	width: 100%;
}
#header .nav-columns {
	display: block;
	margin: 8px 100px 0 100px;
	border-bottom: 1px solid #ffffff96;
	padding: 15px 0 23px 0;
	transition: border 0.15 linear;
	animation: fadeIn 1s;
	overflow: hidden;
}

/*---- Main Navigation ----*/
body.home #main-navigation {
	border-bottom: none;
	width: 33.3%;
}
body.blog #main-navigation, body.video-page #main-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#main-navigation {
	padding-top: 9px;
	float: left;
}
#main-navigation ul li {
	display: inline;
	float: left;
}
#main-navigation ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #000;
	font-family: "europa", sans-serif;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	font-weight: bold;
}
#main-navigation ul li a:hover {
	opacity: 0.5;
}

#main-navigation ul li.menuitem {
	padding-top: 5px;
}
#main-navigation li.menu a {
	background: url(../img/theme/panel-toggle-white.png) no-repeat 0 0;
	font-size: 0px;
	width: 30px;
	height: 23px;
	display: block;
}
#main-navigation ul li.search {
	cursor: pointer;
	background: url(../img/theme/icon_search_black.png) no-repeat 3px 3px;
	display: block;
	text-indent: -1000px;
	min-height: 24px;
	min-width: 24px;
}
/*---- Header Search ----*/
#searchoverlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.93);
	padding: 100px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2000;
}
#searchoverlay label {
	display: block;
	color: white;
	font-size: 20px;
	margin-bottom: 29px;
}
#searchoverlay input[type="text"] {
	color: rgba(74,74,74,1.00);
	background: none;
	border: none;
	font-size: 80px;
	font-weight: bold;
	padding: 0;
	border-bottom: 5px solid white;
	width: 100%;
}
#searchoverlay input[type="text"]:focus {
	color: white;
}
#searchoverlay form {
	margin-bottom: 45px;
}
/*---- Login Nav ----*/
#login-nav {
	float: right;
}
#login-nav ul {
	float: right;
}
#login-nav ul li {
	font-size: 14px;
	float: left;
	padding-left: 22px;
}
#login-nav ul li a {
	font-weight: bold;
	color: white;
}
#login-nav ul li a:hover {
	text-decoration: underline;
}
#login-nav ul li.join {
	padding-top: 11px;
}
#login-nav ul li.signin {
	padding-top: 11px;
}
#login-nav ul li.join a {
	color: black;
	background-color: white;
	border: 1px solid transparent;
	font-size: 14px;
	border-radius: 25px;
	padding: 9px 22px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'europa', sans-serif;
	transition: all 0.25s linear;
}
#login-nav ul li.join a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}
#login-nav ul li.join a span.two {
	display: none;
}
#login-nav-mobile ul {
	padding-top: 13px;
}
#login-nav-mobile ul li {
	font-size: 14px;
	line-height: 26px;
	padding: 8px 0;
}
#login-nav-mobile ul li a {
	font-weight: normal;
	color: white;
	font-size: 16px;
}
#login-nav-mobile ul li a:hover {
	text-decoration: underline;
}
#login-nav-mobile ul li.join a {
	color: #363636;
	background-color: rgba(251,246,167,1.0);
	border: none;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}

#login-nav .gift a {
	background-color: rgba(251,246,167,1.0);
	border-radius: 8px;
	padding: 1px 10px;
}
#login-nav .gift a:hover {
	background-color:rgb(230, 230, 230);
	color: #6a6a6a;
	text-decoration: none;
}
#login-nav .avatar img {
	width: 33px;
	border-radius: 25px;
	margin: 0 2px;
}
#login-nav .avatar a {
	padding: 7px 14px 11px 0px;
	transition: background 0.25s linear;
	border-radius: 25px;
	background-color: transparent;
}
#login-nav .avatar a:hover {
	background-color: #00000014;
	text-decoration: none;
}
/*body.home #main-navigation li.search,body.blog #main-navigation li.search { border-right:solid 1px #605c58 !important; }*/
#main-navigation li.search {
	cursor: pointer;
}
#main-navigation li.search div.searchicon {
	font-size: 0px;
	width: 17px;
	height: 17px;
	background: url(../img/theme/icon_search_black.png) no-repeat top center;
	display: block;
}
#main-navigation li.search form.globalSearch {
}
#main-navigation li.search form.globalSearch label {
	font-size: 0px;
	color: #FFF;
	text-indent: -9999em;
	display: block;
	float: left;
}
#main-navigation li.search form.globalSearch input[type="text"] {
	text-indent: 1px;
	padding: 0 0 0 22px;
	width: 0;
	height: 25px;
	background: url(../img/theme/icon_search_black.png) center no-repeat;
	border: 0px;
	color: #999;
	line-height: 20px;
	font-weight: bold;
	-webkit-transition: width 0.25s ease-in-out, opacity .25s ease-in-out, background .25s ease-in-out;
	-moz-transition: width 0.25s ease-in-out, opacity .25s ease-in-out, background .25s ease-in-out;
	cursor: pointer;
}
#main-navigation li.search form.globalSearch input[type="text"]:hover {
	opacity: 0.5;
}
#main-navigation li.search form.globalSearch input[type="text"]:focus {
	width: 200px;
	outline: none;
	background: url(../img/theme/icon_search_black.png) 10px center no-repeat, rgba(0,0,0,0.085);
	cursor: text;
	padding-left: 35px;
	font-weight: normal;
	color: #333;
	font-size: 12px;
	opacity: 1 !important;
}
#main-navigation .gift a {
	display: none;
	background-color: rgba(251,246,167,1.0);
	border-radius: 8px;
	padding: 5px 10px;
}
#login-nav .gift a:hover {
	background-color:rgb(230, 230, 230);
	color: #6a6a6a;
	text-decoration: none;
}
#header.sticky {
	background-color: #fffffff7;
	padding-bottom: 0px !important;
	box-shadow: 0px 0px 8px -5px #000000d9;
}
#header.sticky #main-navigation li.menu a {
	background: url(../img/theme/panel-toggle.png) no-repeat 0 0;
}
#header.sticky .logo h1 a {
	background:url(../img/theme/logo-v4-black-retina.png) no-repeat 0 0 !important;
	background-size: 152px !important;
}
#header.sticky .header_menu ul li a {
	color: black;
}
#header.sticky .header_menu ul li a:hover {
	border-bottom: 2px solid black;
}
#header.sticky #login-nav ul li a {
	color: black;
}
#header.sticky .nav-columns {
	border-bottom:none;
}
#header.sticky #login-nav ul li.join a {
	background-color: black;
	color: white;
}
#header.sticky #login-nav ul li.join a:hover {
	background-color: transparent;
	color: black;
	border: 1px solid black;
}
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 90%;
	overflow-x: none;
	overflow-y: auto;
	font-size: 15px;
	background: #191919;
	color: #fff;
}
.sidr .menu_wrapper {
	display: flex;
	flex-flow: wrap;
}
.sidr .menu_wrapper .menus {
	width: 56%;
}
.sidr .latestissue {
	max-width: 350px;
	text-align: center;
	margin-top: 108px;
}
.sidr .latestissue h1 {
	font-family: 'europa',sans-serif;
	font-size: 21px;
	letter-spacing: 0;
	margin: 12px 0 12px 0;
	background: none;
}
.sidr .latestissue h1 a {
	color: white;
}
.sidr .latestissue h1 a:hover {
	text-decoration: underline;
}
.sidr .latestissue .meta {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}
.sidr .latestissue .info {
	padding: 25px 0 40px 0;
	border: 1px solid #3c3c3c;
	overflow: hidden;
}
.sidr .latestissue img {
	width: 100%;
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: url(../img/theme/gray-line.png) no-repeat bottom center;
	letter-spacing: 2px;
	padding-bottom: 24px;
	margin-top: 45px;
	clear: right;
}
.sidr a.close {
	color: black;
	display: block;
	float: right;
	font-size: 21px;
	font-weight: bold;
	padding: 8px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: white;
	border-radius: 139px;
	height: 30px;
	width: 30px;
	text-align: center;
	margin: 18px 25px;
	border: 1px solid white;
}
.sidr a.close:hover {
	color: white;
	background-color: transparent;
	border: 1px solid white;
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px;
}
.sidr p a {
	color: rgba(255,255,255,0.9);
}
.sidr>p {
	margin-left: 15px;
	margin-right: 15px;
}
.sidr ul {
	padding: 0;
	font-size: 91px;
	max-width: 427px;
	list-style: none;
	margin-left: 80px;
}
.sidr ul li {
	margin: 0;
	line-height: 104px;
	text-align: left;
	font-family: quincy-cf, serif;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
}
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
	text-decoration: underline;
}
.sidr ul li a, .sidr ul li span {
	padding: 0 15px;
	text-decoration: none;
	color: white;
}
.sidr ul li ul {
	border-bottom: none;
	margin: 0;
}
.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px;
}
.sidr ul li ul li:last-child {
	border-bottom: none;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px;
}
.sidr ul li ul li:hover>a, .sidr ul li ul li:hover>span, .sidr ul li ul li.active>a, .sidr ul li ul li.active>span, .sidr ul li ul li.sidr-class-active>a, .sidr ul li ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li ul li a, .sidr ul li ul li span {
	color: rgba(255,255,255,0.8);
	padding-left: 30px;
}
.sidr .subnav ul {
	font-size: 21px;
	max-width: 353px;
	display: flex;
	flex-flow: wrap;
}
.sidr .subnav ul li {
	line-height:34px;
	width: 50%;
}
.sidr form {
	margin: 0 15px;
}
.sidr label {
	font-size: 13px;
}
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.6);
	display: block;
	clear: both;
}
.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none;
}
.sidr input[type=button], .sidr input[type=submit] {
	color: #333;
	background: #fff;
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
	background: rgba(255,255,255,0.9);
}
.sidr .socialmedia {
	text-align: center;
}
.sidr .socialmedia ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
.sidr .socialmedia ul li {
	display: inline-block;
	padding: 4px;
}
.sidr .socialmedia ul li img {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.sidr .socialmedia ul li a {
	padding: 0;
}

/*---- SOCIAL ICONS ----*/
.socialicon {
	background: url("../img/assets/2023-social-icons.png") no-repeat 0 0;
	overflow: hidden;
	background-size: 323px;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 38px;
	line-height: 500px;
	border-radius: 25px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border: 1px solid transparent;
}
.socialicon:hover {
	border: 1px solid white;
}
.socialicon-threads {
	background-position: 13px -31px;
}
.socialicon-instagram {
	background-position: -46px -31px;
}
.socialicon-pinterest {
	background-position: -228px -31px;
}
.socialicon-twitter {
	background-position: -141px -23px;
	background-size: 281px;
}
.socialicon-facebook {
	background-position: -107px -31px;
}
.socialicon-youtube {
	background-position: -287px -31px;
}
.socialmedia {
	margin-left: 29px;
}
.socialmedia ul li {
	line-height: 0;
}

/*---- Content ----*/
#content {
	min-height: 700px;
}
#content .inner-content {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 59px;
	padding-left: 28px;
	padding-right: 28px;
}
/*---- Main ----*/
#main {
	float: right;
	width: 580px;
	padding: 10px;
	background: #9c9;
}
/*---- Sidebar ----*/
#sidebar {
	float: left;
	width: 340px;
	padding: 10px;
	background: #99c;
}
/*---- Footer ----*/
#footer {
	overflow: hidden;
	background: #1a2d1a;
	padding: 56px 28px;
	left: 0;
	bottom: 0;
	z-index: 100;
}
#footer .wrapper {
	max-width: 2000px;
	padding: 0 25px;
}
#footer .wrapper .columns {
	display: flex;
}
#footer .wrapper .columns .footer-column {
	width: 50%;
}
#footer .wrapper .description {
	float: left;
	margin-bottom: 38px;
}
#footer .wrapper .description a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/theme/ampersand.png) no-repeat 0 0;
	overflow: hidden;
	background-size: 50px;
	text-indent: -1000px;
	margin-bottom: 120px;
	color: #FFFFFF;
}
#footer .wrapper .description h2 {
	font-size: 24px;
  font-weight: normal;
  line-height: 23px;
  color: white;
  letter-spacing: 0px;
  margin-bottom: 39px;
	font-family:meursault-variable;
}
#footer .wrapper .description p {
	color: white;
  max-width: 400px;
  line-height: 23px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: normal;
	margin-bottom:9px;
}
#footer .footer-navigation ul {
	display: flex;
  flex-flow: wrap;
  max-width: 473px;
  list-style: none;
  padding-left: 0;
	float: right;
}
#footer .footer-navigation ul li {
	width: 50%;
	font-size:14px;
	padding-bottom: 10px;
}
#footer .footer-navigation ul li a {
	color: white;
}
#footer .footer-navigation ul li a:hover {
	text-decoration: underline;
}
#footer .footer_newsletter {
	max-width: 350px;
}
#footer .footer_newsletter form input.email {
	background: transparent;
  border: none;
  border-bottom: 1px solid #a2a2a2;
  flex: 1 auto;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.25s linear;
  font-family: 'europa',sans-serif;
	color: white;
	padding-bottom: 10px;
	width: 247px;
}
#footer .footer_newsletter form input.email:focus {
	border-bottom: 1px solid white;
}
#footer .footer_newsletter form input.button {
	background-color: transparent;
  border: 1px solid #a2a2a2;
  color: white;
  padding: 13px 18px;
  font-size: 13px;
  border-radius: 25px;
  font-family: 'europa',sans-serif;
  transition: all 0.25s linear;
}
#footer .footer_newsletter form input.button:hover {
	background-color: white;
	color: black;
}


#footer .wrapper .footer_lower {
	border-top: 1px solid #727272;
	margin-top: 31px;
	padding-top: 20px;
	clear: both;
}
#footer .copyright {
	color: #aba9a9;
	font-size: 13px;
}
#footer .copyright a {
	color:#aba9a9;
	padding-left: 6px;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer #footer-navigation {
	float: right;
	margin-top: 58px;
}
#footer #footer-navigation ul {
	margin: 0;
	float: left;
}
#footer #footer-navigation ul li {
	list-style: none;
	margin-bottom: 10px;
	float: left;
	margin-left: 40px;
}
#footer #footer-navigation ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#footer #footer-navigation ul li a:hover {
	opacity: 0.5;
}
#footer span.title {
	color: #FFF;
	font-size: 9px;
	display: block;
	margin-bottom: 10px;
}
#footer .newsletter {
	width: 40%;
	float: left;
}
#footer .newsletter form input[type="text"] {
	background-color: #191919;
	font-family: 'ff-meta-serif-web-pro';
	padding: 8px;
	width: 200px;
	border: solid #5C5C5C 1px;
	color: #5C5C5C;
	font-size: 11px;
}
#footer .socialmedia {
	float: right;
}
#footer .socialmedia ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .socialmedia ul li {
	float: left;
	margin-left: 10px;
}
#footer .socialmedia ul li img {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#footer .socialmedia ul li a:hover img {
	opacity: .5;
}
#footer .copyright {
	float: left;
}
#footer .siteby {
	float: right;
	padding-top: 26px;
	font-size: 9px;
	text-transform: uppercase;
}
#footer .siteby a {
	color: #666;
}
#footer .siteby a:hover {
	text-decoration: underline;
}
#footer .footer_sponsor {
	text-indent: -999px;
	background: url(../img/assets/sponsorlogos/kitchenaid-logo.png) no-repeat top center;
	background-size: 140px 14px;
	display: block;
	height: 14px;
	width: 140px;
	margin-top: 12px;
	margin-bottom: 37px;
	overflow: hidden;
}
/*------------------------------------------
// HELLO BAR
//------------------------------------------*/
#hellobar {
	background-color: #dfebf7;
	overflow: hidden;
	font-size: 14px;
}
#hellobar .textonly {
	text-align: center;
	padding: 10px;
}
#hellobar p {
	font-size: 16px;
}
#hellobar p a {
	font-weight: normal;
	color: #8c141f;
	text-decoration: underline;
}
#hellobar p a:hover {
	text-decoration: none;
}
#hellobar .issue4 .words_wrapper {
	padding:12px 10px 4px 10px;
	text-align: center;
}
#hellobar .issue4 p {
	font-size:18px;
	padding-bottom: 9px;
}

#hellobar .issue4 img {
	width: 135px;
	float: left;
	padding-left: 27px;
	margin-right: 11px;
	margin-top: 6px;
}
#hellobar .issue4 .cta {
	font-size: 16px;
}
#hellobar .issue4 .cta a {
	color: #8c141f;
	border-bottom:1px solid #8c141f;
	text-decoration: none;
}
#hellobar .issue4 .cta a:hover {
	color: black;
	border-bottom:1px solid black;
	text-decoration: none;
}

.giftbar {
	padding: 7px;
}
.giftbar .issue4 img {
	width: 41px !important;
}
.giftbar .issue4 .words_wrapper {
	padding-top: 15px !important;
}
.giftbar .issue4 p {
	font-size: 16px !important;
}

/*------------------------------------------
// PREVIOUS STORY BANNER (ABOVE FOOTER)
//------------------------------------------*/
.prev-story-banner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #333;
	position: relative;
}
.prev-story-banner h3 {
	margin-bottom: 17px;
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	color: white;
}
.prev-story-banner a {
	margin: 0 auto;
}
.prev-story-banner .prev-story-bg {
	min-height: 500px;
	opacity: 0.4;
	position: relative;
	background-size: cover !important;
}
.prev-story-banner .prev-story-info {
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	height: 290px;
	padding: 50px 25px;
	position: absolute;
	z-index: 2;
	max-width: 700px;
}
.prev-story-banner .prev-story-info span {
	display: block;
	color: #A9E5D6;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 38px;
	padding-top: 8px;
	border-top: 3px solid #A9E5D6;
}
.prev-story-banner .prev-story-info p {
	color: white;
	display: block;
	margin-bottom: 34px;
	font-size: 16px;
	line-height: 22px;
}
.prev-story-banner .prev-story-info div {
	display: table-cell;
	vertical-align: middle;
}
.prev-story-banner .prev-story-info div h3 a {
	color: white;
}
.prev-story-banner .prev-story-info div h3 a:hover {
	text-decoration: underline;
}
/*------------------------------------------
// HUSTLE POPUP FIXES
//------------------------------------------*/
.hustle-ui .hustle-info {
	width: 95% !important;
}
.hustle-popup-mask {
	pointer-events: auto !important;
}

/*------------------------------------------
// POPUP: EXPERTISE
//------------------------------------------*/
.popup-expertise {
  position: absolute;
  top: 3%;
  width: 100%;
  display: block;
  align-items: center;
	z-index: 1000;
}
.popup-expertise .popup-expertise-inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 35px;
  display: block;
  align-items: normal;
  justify-content: normal;
  background-color: #f9f7ee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.popup-expertise .popup-expertise-inner .gform_wrapper .onboarding_text h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 28px;
	margin-bottom: 12px;
}
.popup-expertise .popup-expertise-inner .gform_wrapper .onboarding_text p {
	line-height: 22px;
	font-size: 18px;
	margin: 0 auto;
	max-width: 500px;
}
.popup-expertise .popup-expertise-inner .illustration {
	max-width: 218px;
	margin-right: 19px;
}
.popup-expertise .close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
.popup-expertise .popup-expertise-inner .nothanks {
	text-align: center;
	float: right;
}
.popup-expertise .popup-expertise-inner .nothanks a {
	background-color: #bbb;
	border-radius: 14px;
	padding: 3px 10px;
	cursor: pointer;
	color: white;
}
.popup-expertise .popup-expertise-inner .nothanks a:hover {
	background-color: black;
	text-decoration: none;
}

/*------------------------------------------
// POPUP: NOTIFICATION
//------------------------------------------*/
.popup-notification {
  position: absolute;
  top: 2%;
  width: 100%;
  display: block;
  align-items: center;
	z-index: 1000;
}
.popup-notification .popup-notification-inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 35px;
  display: block;
  align-items: normal;
  justify-content: normal;
  background-color: #f9f7ee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.popup-notification .popup-notification-inner .gform_wrapper .onboarding_text h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 28px;
	margin-bottom: 12px;
}
.popup-notification .popup-notification-inner .gform_wrapper .onboarding_text p {
	line-height: 22px;
	font-size: 18px;
	margin: 0 auto;
	max-width: 500px;
}
.popup-notification .popup-notification-inner .illustration {
	max-width: 218px;
	margin-right: 19px;
}
.popup-notification .close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
.popup-notification .popup-notification-inner .nothanks {
	text-align: center;
	float: right;
}
.popup-notification .popup-notification-inner .nothanks a {
	background-color: #bbb;
	border-radius: 14px;
	padding: 3px 10px;
	cursor: pointer;
	color: white;
}
.popup-notification .popup-notification-inner .nothanks a:hover {
	background-color: black;
	text-decoration: none;
}
.popup-notification .popup-notification-inner .featured-img {
	max-width: 350px;
	margin:0 auto;
}
.popup-notification .popup-notification-inner .featured-img img {
	width: 100%;
}
.popup-notification .popup-notification-inner .title {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 13px;
	font-size: 25px;
}
.popup-notification .popup-notification-inner p {
	line-height: 27px;
	font-size: 19px;
	margin-bottom: 15px;
}

/*------------------------------------------
// NEWSLETTER POPUP (HOMEPAGE)
//------------------------------------------*/
.newsletter_popup {
	padding: 270px 0 0 55px;
	color: #FFF;
}
.newsletter_popup form input[type="text"] {
	background-color: #FFF;
	font-family: 'ff-meta-serif-web-pro';
	padding: 8px;
	width: 300px;
	border: solid #5C5C5C 1px;
	color: #5C5C5C;
	font-size: 14px;
}
.newsletter_popup form input[type="submit"] {
	background: none;
	color: #FFF;
	padding: 11px 18px;
	font-size: 10px;
	border: 1px solid #666;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase;
}
.newsletter_popup form input[type="submit"]:hover {
	border: 1px solid #FFF;
}
/*------------------------------------------
// CTA: JOIN - Large with French Waiter
//------------------------------------------*/
.CTA-join {
	background-color: #fcc3e7;
	padding: 0 40px;
	overflow: hidden;
}
.CTA-join .CTA-join-wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.CTA-join .CTA-join-wrapper img {
	width: 400px;
	float: right;
}
.CTA-join .CTA-join-wrapper .copy {
	padding-top: 50px;
	padding-bottom: 50px;
}
.CTA-join .CTA-join-wrapper .copy h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 40px;
	color: black;
	line-height: 36px;
	margin-bottom: 13px;
	display: inline-block;
	margin-top: 24px;
}
.CTA-join .CTA-join-wrapper .copy h2 {
	font-weight: normal;
	margin-bottom: 33px;
	line-height: 26px;
	display: flex;
}

/*------------------------------------------
// CTA: HOME TOP
//------------------------------------------*/
.home-CTA {
	background-color: rgb(252, 251, 241);
	padding: 0 40px;
	overflow: hidden;
	background: url("../img/theme/cta_asianfood_1.png") no-repeat 3px 3px rgb(252, 251, 241);
	background-position: right;
	background-size: 754px;
	max-width: 1220px;
	margin: 20px auto 0 auto;
}
.home-CTA .CTA-join-wrapper {
	max-width: 400px;
	margin: 0 25px;
}
.home-CTA .CTA-join-wrapper img {
	width: 400px;
	float: right;
}
.home-CTA .CTA-join-wrapper .copy {
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-CTA .CTA-join-wrapper .copy span.title {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 42px;
	color: black;
	line-height: 46px;
	margin-bottom: 18px;
	display: inline-block;
}
.home-CTA .CTA-join-wrapper .copy p {
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 26px;
	display: flex;
	color: #838383;
	font-size: 20px;
}

/*------------------------------------------
// 3. PAGE COMMON STYLES
//	  Define content styles that are common to all the pages in the project. For example Logo in header, tabs in navigation, buttons, rounded boxes etc
//------------------------------------------*/

/*---- Header - Logo ----*/
#header .logo {
	padding-top: 1px;
	padding-right: 85px;
	float: left;
}
#header .logo h1 {
	float: left;
}
#header .logo h1 a {
	position: relative;
	width: 152px;
	height: 0;
	padding-top: 41px;
	display: block;
	background: url(../img/theme/logo-v4-black-retina.png) no-repeat 0 0;
	background-size: 152px;
	overflow: hidden;
}
#header #main-navigation ul#menu-main-menu {
	padding-top: 16px;
}
#header .header_menu {
}
#header .header_menu ul {
	list-style: none;
	padding:0;
	margin:0;
}
#header .header_menu ul li {
	float: left;
	padding:13px 24px;
	font-family: area-normal, sans-serif;
	font-size:17px;
	font-weight: bold;
}
#header .header_menu ul li a {
	color:white;
	transition: border 0.2s linear;
}
#header .header_menu ul li a:hover {
	border-bottom: 2px solid #FFFFFF;
}


/*---- Main Navigation (MOBILE) ----*/


#main-navigation2 {
	position: absolute;
	text-align: center;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
#main-navigation2 a.menu {
	display: block;
	position: absolute;
	background: #000;
	width: 100%;
	padding: 5px 0;
	line-height: 27px;
	font-size: 14px;
	color: #fff;
	z-index: 2000;
	top: 0;
	text-align: center;
	text-decoration: none;
}
#main-navigation2 a.close {
	display: none;
	position: absolute;
	background: #ff0000;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
	color: #fff;
	bottom: -27px;
	text-align: center;
	text-decoration: none;
	z-index: 5000;
}
#main-navigation2.active a.menu {
	display: none;
}
#main-navigation2.active a.close {
	display: block;
}
#main-navigation2 ul {
	display: none;
	width: 100%;
	background: #000;
	padding: 15px 0 5px;
}
#main-navigation2 ul li {
	list-style: none;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	padding: 5px 0;
}
#main-navigation2 ul li a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
}
/*body.home #main-navigation2  a.menu{ background:#fff;  color:#000; z-index:2000; top:0; text-align:center; text-decoration:none;}
body.home #main-navigation2  ul{background:#fff;}
body.home #main-navigation2  ul li a{color:#000;}*/


/*---- Post ---*/
.post h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
.post h2 {
	font-size: 26px;
	color: black;
	margin-bottom: 40px;
	text-align: left;
	line-height: 33px;
	font-family: 'ff-meta-serif-web-pro',serif;
}
/*.post h2 { font-size:21px; color:#000; margin-bottom:40px; text-align:center; background:url(../img/theme/border2.gif) no-repeat bottom center; padding-bottom:12px; line-height:41px; font-weight:bold; letter-spacing:11px;text-transform:uppercase;}*/
.post h3 {
	font-size: 27px;
	margin: 0 auto 28px;
	max-width: 600px;
	font-family: 'ff-meta-serif-web-pro';
	font-weight: normal;
	font-style: italic;
	line-height: 35px;
	letter-spacing: 1px;
	color: #CD0000;
}
.post h4 {
	font-family: 'europa', sans-serif;
	background: none;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	padding: 0;
	text-transform: uppercase;
}
.post h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
.post p {
	color: black;
	line-height: 29px;
	font-size: 20px;
	font-family: 'ff-meta-serif-web-pro';
	margin-bottom: 28px;
	display: block;
}
.post a {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #ddd39e;
}
.post a:hover {
	border-bottom: 2px solid black;
}
.post a:hover {
	text-decoration: none !important;
}
.post blockquote {
	margin: 60px 0;
}
.post blockquote p {
	margin-bottom: 5px;
	font-style: italic;
	width: 100% !important;
	color: #CD0000;
	font-size: 27px;
	line-height: 38px;
	text-align: center;
}
.post blockquote p:first-child:first-letter {
	float: none !important;
	font-size: inherit !important;
	font-weight: normal !important;
	margin-right: 0px !important;
	vertical-align: inherit !important;
}
.post blockquote p cite {
	font-weight: bold;
	text-align: right;
	display: block;
}
.post table {
	display: block;
	border: 1px solid #999;
	margin: 40px auto;
	max-width: 700px;
}
/*.post table { display:block;max-width: 1200px !important; border: none !important;margin:30px auto; }*/

.post img.size-full {
	max-width: 100%;
	height: inherit;
}
.post table tr td img.size-full {
	width: 100%;
}
.post img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}
.post img.alignright {
	float: right;
	margin: 0 0px 10px 10px;
	display: inline;
}
.post img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.post ul {
	margin: 0 auto 28px;
	list-style: disc;
	max-width: 600px;
	text-align: left;
}
.post ol {
	margin: 0 auto 28px;
	list-style: decimal;
	color: #666;
	max-width: 600px;
	text-align: left;
}
.post li {
	line-height: 29px;
	margin-bottom: 9px;
	font-size: 20px;
	font-family: 'ff-meta-serif-web-pro', serif;
	color: black;
}
.post li ul, .post li ol {
	margin-bottom: 10px;
}
.post li li, .post li p {
	font-size: 10px;
	margin-bottom: 0px;
}
.post .firstcharacter {
	color: white;
	float: left;
	font-size: 80px;
	line-height: 58px;
	background-color: black;
	padding: 13px;
	margin-right: 10px;
}
.post .dropcap > p:first-child:first-letter {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 79px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	vertical-align: text-top;
	display: block;
	float: left;
	margin-right: 9px;
	line-height: 38px;
}
.post .metadata {
	display: block;
	text-align: center;
	color: #7e7e7e;
	font-size: 11px;
	margin-bottom: 35px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.post .contributors {
	border-top: 1px solid #ccc;
	margin: 44px auto 75px;
	max-width: 700px;
	overflow: hidden;
}
.post .contributors .postauthor {
	display: flex;
}
.post .postauthor {
	max-width: 350px;
	padding: 20px;
}
.post .postauthor .userinfo {
	padding-top: 4px;
	text-align: left;
	padding-left: 15px;
}
.post .postauthor .userinfo .author-description p {
	max-width: 100%;
	margin: 0 0 21px;
	font-family: 'europa', sans-serif;
	color: #7a7a7a;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
}
.post .postauthor .avatar {
	text-align: center;
}
.post .postauthor .avatar a {
	border-bottom: none;
}
.post .postauthor .avatar img {
	border-radius: 100px 100px 100px 100px;
	margin-bottom: 17px;
}
.post .postauthor .author-link {
	font-size: 19px;
	margin-bottom: 2px;
	color: #000;
	font-weight: bold;
}
.post .postauthor .author-link a {
	border-bottom: none;
}
.post .postauthor .author-link span.byline {
	display: block;
	font-size: 11px;
	margin-bottom: 3px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post .postauthor .author-title {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.post .postauthor .author-elsewhere {
	margin-top: 1px;
}
.post .postauthor .author-elsewhere span {
	margin-right: 7px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post .tags {
	margin-top: 15px;
}
.post .tags a {
	display: inline-block;
	padding: 4px 9px;
	font-size: 12px;
	color: rgb(161, 161, 161);
	background-color: rgb(240, 240, 240);
	border: 1px rgb(231, 231, 231) solid;
	margin: 0px 3px 5px 3px;
	font-weight: normal;
}
.post .tags a:hover {
	background-color: rgb(249, 249, 249);
}
.postinfo {
	margin: 0 auto 45px;
	max-width: 600px;
	padding-top: 50px;
}
.postinfo h1 {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 40px;
	color: #000;
	margin-bottom: 23px;
	text-align: center;
	background: url(../img/theme/border2.gif) no-repeat bottom center;
	padding-bottom: 23px;
	line-height: 47px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
}
.postinfo span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #666;
	margin-bottom: 10px;
}
.postinfo span.category {
	margin-bottom: 31px !important;
}
.right-panel .postinfo {
	margin: 0;
	max-width: 520px;
}
/*---- Post - Custom Lists ---*/
.post ul.list1 {
	margin: 0;
	padding: 0;
}
.post ul.list1 li {
	margin: 0;
	padding: 0;
}
.post ol.list2 {
	margin: 0;
	padding: 0;
}
.post ol.list2 li {
	margin: 0;
	padding: 0;
}
/*---- Frame ---*/
.frame {
	position: relative;
}
.featured {
	position: relative;
	overflow: hidden;
	background-color: black;
}
.featured .overlay {
	position: absolute;
	display: none;
	background: url(../img/theme/overlay-bg.png) repeat 0 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
.frame .overlay {
	position: absolute;
	display: none;
	background: url(../img/theme/overlay-bg.png) repeat 0 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
/*.frame:hover .overlay {display:block;}*/

.frame .caption {
	position: absolute;
	z-index: 100;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	padding-bottom: 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
}
.frame .caption h2 {
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	margin-bottom: 18px;
	background: url(../img/theme/border1.gif) no-repeat bottom center;
	text-transform: none;
	font-size: 27px;
	letter-spacing: 0px;
	padding-left: 25px;
	padding-right: 25px;
}
.frame .caption h2 a {
	color: #fff;
	text-decoration: none;
}
.frame .caption .metadata {
	display: block;
	color: #fff;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
.frame .caption .category {
	display: inline-block;
	background: url(../img/theme/overlay-bg.png) repeat 0 0;
	border: 1px solid #7d7987;
	padding: 0 10px;
	min-width: 90px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.featured .caption {
	position: absolute;
	z-index: 99;
	top: 0;
	padding-bottom: 115px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	left: 0;
	width: 100%;
}
.featured .featured_image_mobile {
	display: none;
}
.caption p {
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-family: "europa", sans-serif;
	max-width: 500px;
}
.caption a.play-btn {
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(../img/theme/play-btn.png) no-repeat 0 -50px;
}
.caption a.play-btn:hover {
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(../img/theme/play-btn.png) no-repeat 0 0;
}
.pp_pic_holder {
	top: 45px !important;
}
.pp_content {
	height: 100% !important;
}
/*---- NEW FEATURED LOOK ---*/
.homepage_slider {
	position: relative;
}
.homepage_slider ul li img {
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	margin-left: 380px;
	opacity: 0.5;
	padding: 40px 0 110px 0;
	width: 90%;
}
.featured .caption .container {
	color: #fff;
	padding: 100px 53px 5px 53px;
	text-align: left;
	max-width: 550px;
	margin-top: -79px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.featured .caption .container .subcontainer {
}
.featured .caption .container .category {
	margin-bottom: 15px;
}
.featured .caption .container a h2 {
	background: none;
	color: #fff;
	font-size: 52px;
	line-height: 57px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 40px;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: normal;
	padding-top: 16px;
	border-top: 4px solid #FBF6A7;
	transition: all 0.5s ease-in-out;
}
.featured .caption .container a h2:hover {
	border-top: 4px solid white;
}
.featured .caption .container a:hover h2 {
	color: #FFF;
	text-decoration: none;
}
.featured .caption .container a:hover {
	text-decoration: none;
}
.featured .caption .container a:hover ~ .featured .caption .container .readmore .button_yellow_reverse {
	color: #363636;
	text-decoration: none !important;
	border: 1px solid rgba(251,246,167,1.0);
	background-color: rgba(251,246,167,1.0);
}
.featured .caption .category {
	font-size: 11px;
}
.featured .caption .container span.readessay {
	font-family: 'ff-meta-serif-web-pro';
	font-weight: normal;
	font-size: 14px;
}
.featured .caption .container span.readessay a {
	color: white;
}
.featured .caption .container span.readessay a:hover {
	text-decoration: underline;
}
.featured .caption .container .contributor {
	float: left;
	clear: both;
	margin-right: 48px;
	margin-top: 15px;
}
.featured .caption .container .contributor strong {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
.featured .caption .container .contributor span {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
}
.featured .caption .container .location {
	margin-bottom: 12px;
}
.featured .caption .container .location strong {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
.featured .caption .container .location span {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.featured .caption .container .readmore {
	margin-top: 61px;
}
.featured .caption .container .readmore strong {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 10px;
}
.featured .caption .container .readmore span {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
}
/*---- One-Third ---*/
.one-third {
	width: 33.3%;
	float: left;
	overflow: hidden;
}
.one-third a img, .LgFeatured_2 a img {
	opacity: 1;
	transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.one-third a:hover img, .LgFeatured_2 a:hover img {
	opacity: 0.75;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
#gridposts .one-third:nth-child(4n+0) {
	display: none;
}
.gridposts2 .one-third:nth-child(2n+0) {
	display: none;
}
/*---- HOMEPAGE FEATURED SECTION #1 ---*/
.LgFeatured_1 {
	clear: left;
}
.LgFeatured_1 .banner {
	display: table-cell;
	width: 66.6%;
	overflow: hidden;
}
.LgFeatured_1 .banner img {
	width: 100%;
}
.LgFeatured_1 .column {
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	overflow: hidden;
}
.LgFeatured_1 .column div.text {
	padding: 45px;
	text-align: center;
	color: #FFF;
}
.LgFeatured_1 .column div.text span.subtitle {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 17px;
	font-weight: bold;
	letter-spacing: 4px;
}
.LgFeatured_1 .column div.text h1 {
	line-height: 42px;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 38px;
	font-weight: normal;
	display: block;
	margin-bottom: 32px;
}
.LgFeatured_1 .column div.text h1 a {
	color: #FFF;
}
.LgFeatured_1 .column div.text h1 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.LgFeatured_1 .column div.text p {
	font-family: 'europa';
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 44px;
}
/*---- HOMEPAGE FEATURED SECTION #2 ---*/
.LgFeatured_2 {
	float: left;
	width: 66.7%;
	overflow: hidden;
}
/*---- HOMEPAGE SECONDI ---*/
.secondi {
	background-color: #FFF;
	text-align: center;
	padding: 97px 0 50px 0;
	clear: both;
	overflow: hidden;
}
.secondi .secondi_container {
	max-width: 1298px;
	margin: 0 auto;
}
.secondi .secondi_container h2 {
	background: url(../img/theme/border2.gif) no-repeat bottom center;
	font-family: 'ff-meta-serif-web-pro';
	font-size: 20px;
	letter-spacing: 9px;
	text-transform: uppercase;
	padding-bottom: 23px;
	margin-bottom: 25px;
}
.secondi .secondi_container ul.features {
	padding: 0;
}
.secondi .secondi_container ul.features li {
	display: block;
	float: left;
	width: 33.3%;
	margin-bottom: 51px;
}
.secondi .secondi_container ul.features li .thumbnail {
	margin-bottom: 28px;
}
.secondi .secondi_container ul.features li .thumbnail img {
	display: inline;
}
.secondi .secondi_container ul.features li.last {
	margin-right: 0;
}
.secondi .secondi_container ul.features li h3 {
	font-family: 'europa', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.secondi .secondi_container ul.features li p {
	line-height: 21px;
	margin: 0 auto 29px auto;
	font-family: 'europa', sans-serif;
	font-size: 13px;
	width: 329px;
}
/*---- FEATURED CONTRIBUTORS ---*/
.homepage_contributors {
	max-width: 1300px;
	margin: 0 auto 45px auto;
	padding-top: 42px;
	text-align: center;
}
.homepage_contributors img {
	width: 62px;
	margin-bottom: 15px;
}
.homepage_contributors span.title {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 28px;
	margin-bottom: 20px;
}
.homepage_contributors .story_wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
}
.homepage_contributors .story_wrapper section {
	width: 29%;
	padding: 35px 25px 40px 25px;
	text-align: center;
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}
.homepage_contributors .story_wrapper section:nth-child(3), .homepage_contributors .story_wrapper section:nth-child(6) {
	border-right: none;
}
.homepage_contributors .story_wrapper section:nth-child(4), .homepage_contributors .story_wrapper section:nth-child(5), .homepage_contributors .story_wrapper section:nth-child(6) {
	border-bottom: none;
}
.homepage_contributors .story_wrapper section span.avatar {
	display: block;
	text-align: center;
}
.homepage_contributors .story_wrapper section img {
	border-radius: 100px 100px 100px 100px;
	width: 67px;
	margin-bottom: 5px;
}
.homepage_contributors .story_wrapper section a.contributor {
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BA0003;
}
.homepage_contributors .story_wrapper section.story h1 {
	font-family: 'europa', serif;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 17px;
	font-weight: normal;
	margin-top: 25px;
}
.homepage_contributors .story_wrapper section.story h1 a {
	color: black;
}
.homepage_contributors .story_wrapper section.story h1 a:hover {
	text-decoration: underline;
}
.homepage_contributors .story_wrapper section.story p {
	font-size: 14px;
	line-height: 18px;
}
/*---- FEATURED CATEGORY ---*/
.featured_category {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1300px;
	margin-bottom: 45px;
	border-top: 1px solid #D5D5D5;
	padding-top: 42px;
}
.featured_category section {
	width: 16%;
	border-right: 1px solid #D5D5D5;
	padding: 25px;
	text-align: center;
}
.featured_category section:nth-child(5) {
	border-right: none;
}
.featured_category section.categoryinfo img {
	width: 95px;
	margin-bottom: 10px;
}
.featured_category section.categoryinfo span.minor_title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
	display: block;
}
.featured_category section.categoryinfo span.title {
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: bold;
}
.featured_category section.categoryinfo span a {
	color: black;
}
.featured_category section.categoryinfo span a:hover {
	text-decoration: underline;
}
.featured_category section.categoryinfo p {
	font-size: 15px;
	line-height: 20px;
	color: gray;
	margin-top: 6px;
}
.featured_category section.story h1 {
	font-family: 'europa', serif;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 17px;
	font-weight: bold;
}
.featured_category section.story h1 a {
	color: black;
}
.featured_category section.story h1 a:hover {
	text-decoration: underline;
}
.featured_category section.story p {
	font-size: 16px;
	line-height: 21px;
}
/*---- NEWSLETTER CTA - HOMEPAGE ---*/
.emailnewsletter {
	background-color: #fcffde;
	padding: 50px 0 52px 0;
}
.emailnewsletter .container {
	max-width: 1106px;
	margin: 0 auto;
	background: url(../img/theme/icon_newsletter-animated.gif) no-repeat 28px center;
	background-size: 170px 170px;
	overflow: hidden;
	min-height: 159px;
	padding: 0 20px;
}
.emailnewsletter .container .CTA_descr {
	float: left;
	margin-left: 220px;
	max-width: 334px;
	margin-right: 69px;
	padding-top: 11px;
	text-align: left;
}
.emailnewsletter .container .CTA_descr span.title {
	font-family: 'europa', sans-serif;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}
.emailnewsletter .container .CTA_descr p {
	font-size: 17px;
	line-height: 23px;
	color: black;
	margin-top: 13px;
	padding: 0;
}
.emailnewsletter .container .CTA_form {
	float: left;
	padding-top: 61px;
}
.emailnewsletter .container .CTA_form form input {
	background-color: white;
	border: 1px solid #C8C8C8;
	padding: 8px;
	font-family: 'europa', sans-serif;
	width: 360px;
	font-size: 14px;
}
.emailnewsletter .container .CTA_form form input[type="submit"] {
	background-color: black;
	color: white;
	border: 1px solid black;
	width: 99px;
}
/*---- FEATURED JOURNAL / CONTRIBUTORS ---*/
.featured_journal {
	background-color: #eceae4;
	padding: 40px 0 40px 0;
}
.featured_journal a {
	color: black;
}
.featured_journal a:hover {
	text-decoration: underline;
}
.featured_journal .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 53px;
	display: flex;
	flex-flow: row wrap;
}
.featured_journal .container span.title {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 37px;
	margin-bottom: 15px;
}
.featured_journal .container .journal {
	width: 43%;
	padding-right: 37px;
	border-right: 1px solid #D5D5D5;
}
.featured_journal .container .journal ul {
	list-style: none;
	padding-left: 0;
}
.featured_journal .container .journal ul li {
	padding: 22px 0;
	border-bottom: 1px solid #D5D5D5;
	position: relative;
	padding-left: 65px;
}
.featured_journal .container .journal ul li img {
	float: left;
	margin-right: 13px;
	margin-top: -5px;
	border-radius: 100px 100px 100px 100px;
	position: absolute;
	left: 0;
}
.featured_journal .container .journal ul li h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 6px;
}
.featured_journal .container .journal ul span.meta {
	font-family: 'europa', sans-serif;
	color: #5A5A5A;
	font-size: 13px;
	line-height: 16px;
}
.featured_journal .container .contributors {
	width: 48%;
	margin-left: 37px;
}
.featured_journal .container .contributors ul {
	list-style: none;
	padding-left: 0;
	margin-top: 25px;
}
.featured_journal .container .contributors ul li {
	position: relative;
	padding-left: 230px;
}
.featured_journal .container .contributors ul li img {
	float: left;
	margin-right: 19px;
	border-radius: 100px 100px 100px 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.featured_journal .container .contributors ul li div h1 {
	margin-bottom: 8px;
}
.featured_journal .container .contributors ul li div h1 a {
	font-size: 20px;
	text-transform: capitalize;
}
.featured_journal .container .contributors ul li div p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.featured_journal .container .contributors ul li div a {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	font-size: 11px;
}
/*---- BANNER - GLOBAL STORIES ---*/
.global_stories {
	background-color: #eceae4;
	padding: 80px 0 80px 0;
	background: url(../img/theme/banner-worldmap.jpg) no-repeat 0 0;
	background-size: cover;
}
.global_stories .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 53px;
}
.global_stories .container .text {
	max-width: 420px;
}
.global_stories .container h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 41px;
	line-height: 44px;
	margin-bottom: 8px;
	font-weight: normal;
}
.global_stories .container p {
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 29px;
	color: gray;
}
/*---- MEMBERSHIP: SIGN UP ---*/
form.mepr-form {
	font-size: 16px;
}
form.mepr-form .mepr_price_cell {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
form.mepr-form label {
	margin-bottom: 8px;
	font-weight: bold;
}
form input.mepr-submit {
	color: white;
	background-color: #56A38F;
	border: none;
	font-size: 19px;
	padding: 10px 32px;
	cursor: pointer;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
form input.mepr-submit:hover {
	color: white;
	text-decoration: none !important;
	background-color: #427B6C;
}
form.mepr-form div.submit input.button-primary {
	width: 100%;
	padding: 18px;
	color: white;
	background-color: #56A38F;
	border: none;
}
form.mepr-form div.submit input.button-primary:hover {
	background-color: #427B6C;
}
.mp-password-strength-display {
	width: 113px !important;
	font-size: 13px !important;
}
#pp_standard_redirecting_message {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
/*---- Common Boxes & Containers ----*/


/*---- Buttons ----*/
a.button_simple {
	color: #B81D31;
	border: #CCC solid 1px;
	font-family: 'ff-meta-serif-web-pro';
	text-transform: uppercase;
	font-size: 11px;
	padding: 14px 22px;
	letter-spacing: 4px;
	background-color: #FFF;
	cursor: pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
a.button_simple:hover {
	background-color: #000;
	color: #FFF;
}
a.button_yellow_reverse::before {
	transition: transform 0.267s ease;
}
a.button_yellow_reverse {
	color: #FFF;
	border: rgba(251,246,167,1.0) solid 1px;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.267s ease;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
a.button_yellow_reverse:hover {
	color: #363636;
	text-decoration: none !important;
	border: 1px solid rgba(251,246,167,1.0);
	background-color: rgba(251,246,167,1.0);
}
a.button_yellow {
	color: #363636;
	background-color: rgba(251,246,167,1.0);
	border: none;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.267s ease;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
a.button_yellow:hover {
	color: #363636;
	text-decoration: none !important;
	background-color: white;
}
a.button_darkgray {
	color: white;
	background-color: #363636;
	border: none;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
a.button_darkgray:hover {
	color: #363636;
	text-decoration: none !important;
	background-color: #A9E5D6;
}
a.button_cyan {
	color: black;
	background-color: #A9E5D6;
	border: none;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
a.button_cyan:hover {
	color: #363636;
	text-decoration: none !important;
	background-color: white;
}
a.button_cyan_reverse {
	color: #FFF;
	border: #A9E5D6 solid 1px;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
a.button_cyan_reverse:hover {
	color: #363636;
	text-decoration: none !important;
	border: 1px solid #A9E5D6;
	background-color: #A9E5D6;
}
a.button_gold {
	color: #FFF !important;
	background-color: #cd9100;
	border: solid 1px #cd9100;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'europa', sans-serif;
}
a.button_gold:hover {
	color: #FFF;
	text-decoration: none !important;
	background-color: #ebb100;
}
input.button_gold {
	color: #FFF;
	background-color: #cd9100;
	border: solid 1px #cd9100;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'europa', sans-serif;
}
input.button_gold:hover {
	color: #FFF;
	text-decoration: none !important;
	background-color: #ebb100;
}
a.button_black {
	color: white;
	background-color: black;
	border: 1px solid black;
	font-size: 14px;
	border-radius: 25px;
	padding: 19px 28px 17px 28px;
	cursor: pointer;
	font-weight: 700;
	font-family: area-normal, sans-serif;
	transition: all 0.25s linear;
}
a.button_black:hover {
	color: black;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid black;
}
a.button_black_sm {
	color: white;
	background-color: black;
	border: 1px solid black;
	font-size: 13px;
	border-radius: 25px;
	padding: 12px 21px;
	cursor: pointer;
	font-weight: 600;
	font-family: area-normal, sans-serif;
	transition: all 0.25s linear;
}
a.button_black_sm:hover {
	color: black;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid black;
}
a.button_white {
	color: black;
	background-color: white;
	border: 1px solid white;
	font-size: 14px;
	border-radius: 25px;
	padding: 19px 28px 17px 28px;
	cursor: pointer;
	font-weight: 700;
	font-family: area-normal, sans-serif;
	transition: all 0.25s linear;
}
a.button_white:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #bbb;
}
a.button_white_sm {
	color: black;
	background-color: white;
	border: 1px solid white;
	font-size: 13px;
	border-radius: 25px;
	padding: 12px 21px;
	cursor: pointer;
	font-weight: 600;
	font-family: area-normal, sans-serif;
	transition: all 0.25s linear;
}
a.button_white_sm:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #bbb;
}
a.button_lightblue {
	text-align: center;
	color: #fff !important;
	background-color: #00acee;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: bbackground-color 0.5s;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}
a.button_lightblue:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #009ed8;
}
a.button_blue {
	text-align: center;
	color: #fff !important;
	background-color: #425f9c;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}
a.button_blue:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #364e7f;
}
a.button_green {
	text-align: center;
	color: #fff !important;
	background-color: #86d158;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}
a.button_green:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #70bb4f;
}
a.button_red {
	background-color:#D94A56;
	color:white !important;
	font-family: 'europa',sans-serif;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 10px;
	min-width: 175px;
	transition: background-color 0.5s;
	display: inline-block;
}
a.button_red:hover {
	color: #fff;
	text-decoration: none !important;
	background-color: #a11219;
	border: none;
}
.play_border {
	margin: 0 auto;
	background-color: #FFF;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.play_border:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.play_border:hover .play_button {
	border-left: 20px solid rgba(0,0,0,0.5);
}
.play_border:active, .play_border:focus {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.play_button {
	position: relative;
	top: 20px;
	left: 43%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgba(0,0,0,1);
}
.play_border_blk {
	margin: 0 auto;
	background-color: rgba(200, 185, 142, 0.87);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	border: 2px solid white;
	position: absolute;
	bottom: 14px;
	left: 11px;
	z-index: 100;
}
.play_border_blk:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.play_border_blk .play_button {
	position: relative;
	top: 15px;
	left: 45%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid rgba(255, 255, 255, 1);
}

/*---- LINES ----*/



/*---- FADE INS ---*/
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
opacity:1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
opacity:1;
}
}
.fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
/*------------------------------------------
// 4.1  INDEX PAGE SPECIFIC STYLES
//------------------------------------------*/
body.home #header, body.blog #header, body.video-page #header {
	position: fixed;
	z-index: 1000;
	width: 100%;
}
body.home #main-navigation ul li a, body.blog #main-navigation ul li a, body.video-page #main-navigation ul li a {
	color: #000000;
}
body.home #header .logo h1 a, body.blog #header .logo h1 a, body.video-page #header .logo h1 a {
	background: url(../img/theme/logo-v4-white-retina.png) no-repeat 0 0;
	background-size: 152px;
}
body.home #main-navigation li.search form.globalSearch input[type="text"], body.blog #main-navigation li.search form.globalSearch input[type="text"], body.video-page #main-navigation li.search form.globalSearch input[type="text"] {
	background: url("../img/theme/icon_search_black.png") no-repeat scroll center center transparent;
}
body.home #main-navigation li.search form.globalSearch input[type="text"]:focus, body.blog #main-navigation li.search form.globalSearch input[type="text"]:focus, body.video-page #main-navigation li.search form.globalSearch input[type="text"]:focus {
	width: 200px;
	outline: none;
	background: url(../img/theme/icon_search_black.png) 10px center no-repeat, rgba(255,255,255,0.30);
	cursor: text;
	padding-left: 35px;
	font-weight: normal;
	font-size: 16px;
	opacity: 1 !important;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
body.home #header .logo h1 a, body.blog #header .logo h1 a, body.video-page #header .logo h1 a {
	background: url(../img/theme/logo-v4-white-retina.png) no-repeat 0 0;
	background-size: 152px;
	margin: 0 auto;
}
}
/*------------------------------------------
// 4.1  POST PAGE SPECIFIC STYLES
//------------------------------------------*/

.left-panel {
	width: 47%;
	float: left;
	margin-top: 50px;
}
.right-panel {
	width: 50%;
	float: right;
}
#content .right-panel .inner-content {
	margin: 0;
	padding: 58px 0 50px;
	max-width: 520px;
}
.page .right-panel .inner-content {
	padding-top: 100px !important;
}
.post .category {
	display: block;
	text-transform: uppercase;
	border: 1px solid #d5d5d5;
	padding: 0 10px;
	max-width: 116px;
	height: 33px;
	line-height: 31px;
	color: #929292;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	margin: 0 auto 15px;
	letter-spacing: 2px;
}
.signature {
	margin-bottom: 5px;
}
a.author-name {
	display: inline-block;
	margin-bottom: 7px;
	color: #cd0000;
	font-size: 10px;
	text-decoration: none;
}
a.author-name:hover {
	color: #cd0000;
}
.author-title {
	display: block;
	color: #999999;
	font-size: 10px;
	margin-bottom: 45px;
}
.post .sociables {
	margin-top: 23px;
	float: right;
}
.post .sociables ul {
	margin: 0;
	padding: 0;
}
.post .sociables ul li {
	list-style: none;
	float: left;
	margin-right: 12px;
	opacity: 0.7;
}
.post .sociables ul li:hover {
	opacity: 1;
}
#content #vimeovideo {
	margin: 56px auto 15px auto;
	max-width: 1300px;
}
#content #videoplayer {
	margin: 0 auto;
	max-width: 1400px;
}
body.page-template-page-with-top-banner-php #vimeovideo, body.page-template-page-team-php #vimeovideo {
	max-width: 100% !important;
	margin-top: -11% !important;
	margin-bottom: -11% !important;
}
/*------------------------------------------
// 4.1  AT THE TABLE CSS
//------------------------------------------*/
.at_the_table .intro {
	position: absolute;
	z-index: 1000;
	color: white;
	overflow: hidden;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.at_the_table .intro .text {
	max-width: 500px;
	padding: 32px;
}
.at_the_table .intro .text .presents {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 11px;
	display: block;
	margin-bottom: 19px;
	text-transform: uppercase;
	text-align: center;
}
.at_the_table .intro .text h1 {
	font-family: 'europa';
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.at_the_table .intro .text p {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	margin-bottom: 39px;
}
.at_the_table .intro .text a.button_white {
	margin: 0 auto;
	display: table;
}
.posttitle_text {
	max-width: 650px;
	padding: 32px 32px 0 32px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.posttitle_text a {
	color: black;
}
.posttitle_text a:hover {
	text-decoration: underline;
}
.posttitle_text h1 {
	font-family: 'ff-meta-serif-web-pro';
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	font-size: 60px;
	color: black;
}
.posttitle_text p {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	margin-bottom: 39px;
}
.posttitle_text span.byline {
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
}
.posttitle_text span.location {
	color: #575757;
	border: #575757 solid 1px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'europa', sans-serif;
	margin: 0 auto 27px;
	display: table;
}
.posttitle_text h2 {
	font-family: "ff-meta-serif-web-pro", serif;
	font-size: 27px;
	font-style: italic;
	text-align: center;
	margin: 0 auto 25px auto;
	font-weight: normal;
	line-height: 26px;
	background: url("../img/theme/border2.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding-bottom: 29px;
}
.at_the_table .upcomingevents {
	max-width: 1000px;
	margin: 0 auto 100px auto;
	padding: 0 25px;
	overflow: hidden;
}
.at_the_table .upcomingevents ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.at_the_table .upcomingevents ul li {
	width: 33%;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.at_the_table .upcomingevents .eventbit {
	width: 259px;
	border: #CCC solid 1px;
	margin: 0 auto;
	min-height: 293px;
}
.at_the_table .upcomingevents .eventbit span.chapter {
	display: block;
	margin-top: 18px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #999;
}
.at_the_table .upcomingevents .eventbit .event_title {
	line-height: 23px;
	font-family: 'ff-meta-serif-web-pro';
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 8px;
	display: block;
}
.at_the_table .upcomingevents .eventbit .event_title:hover {
	color: #666;
}
.at_the_table .upcomingevents .eventbit span.date {
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.at_the_table .upcomingevents .eventbit.signup {
	border: #CCC dashed 1px;
	text-align: center;
}
.at_the_table .upcomingevents .eventbit.signup .signup_text {
	font-size: 14px;
	line-height: 22px;
	padding: 66px 19px 19px;
	display: block;
}
.at_the_table_event .page_featuredimage {
	margin-bottom: 0;
}
.at_the_table_event .eventinfo_wrapper {
	position: absolute;
	z-index: 2;
	color: white;
	overflow: hidden;
	width: 100%;
}
.at_the_table_event .eventinfo {
	max-width: 850px;
	margin: 79px auto 0;
	padding: 0 25px 0 25px;
}
.at_the_table_event .eventinfo .title {
	margin-bottom: 45px;
}
.at_the_table_event .eventinfo .title .presents {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 11px;
	display: block;
	margin-bottom: 19px;
	text-transform: uppercase;
	text-align: center;
}
.at_the_table_event .eventinfo .title h1 {
	font-size: 60px;
	font-family: 'ff-meta-serif-web-pro';
	font-weight: bold;
	letter-spacing: -2px;
	background: url("../img/theme/border1.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding-bottom: 28px;
	margin: 0 auto 35px;
	text-align: center;
	max-width: 600px;
}
.at_the_table_event .eventinfo .details {
	float: left;
	max-width: 221px;
}
.at_the_table_event .eventinfo .details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.at_the_table_event .eventinfo .details ul li {
	padding: 0 0 2px 27px;
	margin-bottom: 15px;
	line-height: 16px;
}
.at_the_table_event .eventinfo .details ul li.date {
	background: url("../img/theme/event_date.png") no-repeat;
}
.at_the_table_event .eventinfo .details ul li.time {
	background: url("../img/theme/event_time.png") no-repeat;
}
.at_the_table_event .eventinfo .details ul li.location {
	background: url("../img/theme/event_location.png") no-repeat;
}
.at_the_table_event .eventinfo .details ul li.tickets {
	background: url("../img/theme/event_price.png") no-repeat;
}
.at_the_table_event .eventinfo .details span.soldout {
	color: #FFF;
	border: rgba(255,255,255,0.40) solid 1px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 22px;
	cursor: not-allowed;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'europa', sans-serif;
	display: block;
	text-align: center;
}
.at_the_table_event .eventinfo .description {
	float: right;
	max-width: 530px;
}
.at_the_table_event .eventinfo .description p {
	font-size: 13px;
	line-height: 19px;
	font-family: 'ff-meta-serif-web-pro';
	margin-bottom: 18px;
}
.at_the_table_event .eventinfo .description a {
	color: #999;
}
.at_the_table_event .eventinfo .description a:hover {
	color: #FFF;
}
/*------------------------------------------
// MAGAZINE PAGE
//------------------------------------------*/
.fineprint a {
	color: #cd9100;
}
.page-template-page-magazine a:hover {
	text-decoration: underline;
}
.billboard {
	height: 90vh;
	background: url("../img/assets/LTM/01/billboardbg01.jpg") repeat scroll center center / cover #76745e;
	overflow: hidden;
	display: block;
}
.mag_wrapper {
	margin: 75px auto 0;
	max-width: 850px;
	overflow: hidden;
	padding: 25px 25px 96px 25px;
}
.mag_wrapper .coverimage {
	float: left;
	margin-right: 15px;
}
.mag_wrapper .copy {
	margin: 66px 15px 0;
	color: white;
}
.mag_wrapper .copy h1 {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 34px;
	letter-spacing: -1px;
	margin-bottom: 9px;
}
.mag_wrapper .copy h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.mag_wrapper .copy p {
	font-family: 'ff-meta-serif-web-pro';
	line-height: 18px;
	margin-bottom: 25px;
}
.mag_wrapper .copy iframe.shopify-widget {
	vertical-align: middle;
	margin-right: 7px;
}
.mag_wrapper .copy a.button_white {
	margin-left: 4px;
}
.issuecontents .screenshots {
	height: 291px;
	background: url("../img/assets/LTM/01/magscreenshots.jpg") no-repeat center center;
}
.issuecontents .inthisissue {
	margin: 0 auto;
	max-width: 700px;
	padding: 25px;
}
.issuecontents .inthisissue h2 {
	font-family: "ff-meta-serif-web-pro", serif;
	background: url("../img/theme/border2.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	font-size: 37px;
	text-align: center;
	letter-spacing: -1px;
	padding-bottom: 26px;
	margin-bottom: 50px;
}
.issuecontents .inthisissue ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.issuecontents .inthisissue ul li {
	margin-bottom: 70px;
	display: block;
	overflow: hidden;
}
.issuecontents .inthisissue ul li img {
	float: left;
	width: 20%;
	border-radius: 100px;
}
.issuecontents .inthisissue ul li .storybit_copy {
	float: left;
	margin-left: 21px;
	width: 71%;
	font-family: "ff-meta-serif-web-pro", serif;
}
.issuecontents .inthisissue ul li .storybit_copy h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 24px;
}
.issuecontents .inthisissue ul li .storybit_copy p {
	line-height: 20px;
}
.ordernow {
	text-align: center;
	margin-bottom: 70px;
}
.ordernow h4 {
	font-family: "ff-meta-serif-web-pro", serif;
	background: url("../img/theme/border2.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	font-size: 20px;
	text-align: center;
	letter-spacing: -1px;
	padding-bottom: 26px;
	margin-bottom: 50px;
}
.ordernow h4 a {
	color: #cd9100;
	font-style: italic;
	font-weight: normal;
}
.ordernow h4 a:hover {
	text-decoration: underline;
}
.ordernow .fineprint p {
	color: #666;
	line-height: 20px;
	margin-bottom: 17px;
}
.ordernow .fineprint a {
	color: #cd9100;
}
.ordernow .fineprint a:hover {
	text-decoration: underline;
}
/*------------------------------------------
//  STORY TEMPLATE (2018)
//------------------------------------------*/
#storyheader {
	display: none;
	position: fixed;
	background-color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#storyheader .storyheader_wrapper {
	padding: 16px 0 16px 16px;
	overflow: hidden;
}
#storyheader div.ampersand {
	float: left;
	margin-right: 13px;
	padding-right: 13px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#storyheader div.storytitle {
	float: left;
	font-family: 'ff-meta-serif-web-pro';
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
}
#storyheader div.socials {
	float: right;
}
#storyheader div.socials a.fb {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 18px 18px / 193px auto;
	cursor: pointer;
	padding: 21px 24px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
#storyheader div.socials a.tw {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -60px 18px / 193px auto;
	cursor: pointer;
	padding: 21px 24px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
#storyheader div.socials a.pin {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -160px 18px / 193px auto;
	cursor: pointer;
	padding: 21px 24px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
#storyheader div.sharestory {
	float: right;
	color: #666;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: 6px;
	padding-top: 5px;
	text-transform: uppercase;
}
#storyheader div.socials a.fb:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 18px -68px / 193px auto #425f9c;
}
#storyheader div.socials a.tw:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -60px -68px / 193px auto #00acee;
}
#storyheader div.socials a.pin:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -160px -68px / 193px auto #c61620;
}
#storyheader div.progressbar {
	height: 3px;
	background-color: #A9E5D6;
	width: 0px;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0;
}
.post-template-single-photoessay-v2-php #content .inner-content {
	max-width: 100%;
	padding: 65px 0 0 0;
	text-align: center;
}
.post-template-single-photoessay-v2-php .page_featuredimage {
	background-color: #000;
	margin-bottom: 0px;
}
.post-template-single-photoessay-v2-php .intro {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 10;
}
.post-template-single-photoessay-v2-php .intro .text {
	max-width: 700px;
	padding: 0 39px;
	margin: 0 auto;
}
.post-template-single-photoessay-v2-php .intro .text h1 {
	font-size: 55px;
	line-height: 55px;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: normal;
	color: white;
	margin-bottom: 12px;
}
.post-template-single-photoessay-v2-php .intro .text h2 {
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	padding-bottom: 29px;
	color: white;
}
.post-template-single-photoessay-v2-php .intro .story_meta {
	border-top: 1px solid rgba(255, 255, 2555, 0.6);
	padding-top: 16px;
	margin-bottom: 34px;
}
.post-template-single-photoessay-v2-php .flexslider .slides img {
	opacity: 0.6;
}
.post-template-single-photoessay-v2-php .intro .text span.byline {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-bottom: 6px;
	color: white;
}
.post-template-single-photoessay-v2-php .intro .text span.byline a {
	color: #fff;
	text-transform: uppercase;
}
.post-template-single-photoessay-v2-php .intro .text span.byline a:hover {
	text-decoration: underline;
}
.post-template-single-photoessay-v2-php .intro span.location {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'europa', sans-serif;
	display: table;
	margin-bottom: 15px;
	border-bottom: 3px solid #FBF6A7;
	padding-bottom: 6px;
}
.post-template-single-photoessay-v2-php .intro span.date {
	color: white;
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-template-single-photoessay-v2-php .post p {
	margin: 0 auto 28px;
	max-width: 700px;
	padding: 0 10px;
	text-align: left;
}
.post-template-single-photoessay-v2-php .post img {
	margin-bottom: 11px;
}
.post-template-single-photoessay-v2-php .post img ~ p {
	margin-top: 28px;
}
.post-template-single-photoessay-v2-php .post blockquote p {
	max-width: 960px !important;
	text-align: center !important;
	width: auto !important;
}
.post-template-single-photoessay-v2-php .post strong {
	color: #000;
}
.post-template-single-photoessay-v2-php .post_coverimage {
	opacity: 0.45;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
	height: 100vh;
}

/*------------------------------------------
// BOILING POINT WRAPPER
//------------------------------------------*/
.bp-home {
	background-color: black;
	overflow: hidden;
	background: url(https://lifeandthyme.com/wp-content/uploads/2020/08/BP-bg.jpg) no-repeat 0 0;
	background-size: cover;
}
.bp-home .bp-wrapper {
	max-width: 1400px;
	margin:0 auto;
	padding: 80px 0 80px 0;
}

.bp-home .bp-wrapper .banner {
	padding: 100px 0;
}

.bp-home .bp-wrapper .logo {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 25px 33px 25px;
}

.bp-home .bp-wrapper .logo img {
	width: 100%;
}

.bp-home .bp-wrapper .button-link {
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}
.bp-home .bp-wrapper .button-link .button_yellow {
	background-color:#ffda00;
	font-weight: bold;
	font-size: 19px;
}
.bp-home .bp-wrapper .button-link .button_yellow:hover {
	background-color:white;
	font-weight: bold;
}

/*------------------------------------------
// BLM CAMPAIGN
//------------------------------------------*/
.blm-cta {
	background-color: black;
	overflow: hidden;
}
.blm-cta .blm-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}
.blm-cta .blm-wrapper .banner img {
	width: 100%;
}
.blm-cta .blm-wrapper .lede {
	max-width: 600px;
	margin: 0 auto 85px auto;
	text-align: center;
	padding: 0 25px;
}
.blm-cta .blm-wrapper .lede .founderletter {
	display: block;
	margin-top:15px;

}
.blm-cta .blm-wrapper .lede .founderletter a {
	color: #a6a5a5;
}
.blm-cta .blm-wrapper .lede .founderletter a:hover {
	color: white;
	text-decoration: underline;
}
.blm-cta .blm-wrapper .lede #blmquotes_trigger {
	display: block;
	margin-top:25px;
}
.blm-cta .blm-wrapper .lede #blmquotes_trigger a {
	color: #a6a5a5;
	font-size:19px;
}
.blm-cta .blm-wrapper .lede #blmquotes_trigger a:hover {
	color: white;
	text-decoration: underline;
}
.blm-cta .blm-wrapper .lede h1 {
	color: white;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 78px;
	text-align: center;
	margin-bottom: 26px;
	border-bottom: 3px solid #D94A56;
	display: inline-block;
}
.blm-cta .blm-wrapper .lede p {
	color: white;
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 29px;
}
.blm-cta .blm-wrapper .quotes {
	max-width: 1500px;
	text-align: center;
	padding-bottom: 75px;
}
.blm-cta .blm-wrapper #blmquotes {
	display: none;
}

.blm-cta .blm-wrapper .quotes .quote-bit-1 {
	max-width: 400px;
	text-align: left;
	margin-bottom: 25px;
	clear: both;
	padding: 0 25px;
}

.blm-cta .blm-wrapper .quotes .quote-bit-2 {
	max-width: 400px;
	text-align: left;
	margin-bottom: 25px;
	float: right;
	padding: 0 25px;
}

.blm-cta .blm-wrapper .quotes p {
	color: white;
	font-family: 'ff-meta-serif-web-pro', serif;
	max-width: 400px;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 15px;
}
.blm-cta .blm-wrapper .quotes .byline {
	color: white;
	text-align: left;
}
.blm-cta .blm-wrapper .quotes .location {
	display: block;
	color: gray;
}


/*------------------------------------------
// MEMBER VAULT
//------------------------------------------*/
.membervault {
	padding: 50px 30px 58px;
	background-color: #eaf1f3;
	max-width: 900px;
	margin: 0 auto;
}
.membervault .membervault_wrapper {
	margin: 0 auto;
	max-width: 700px;
	text-align: left;
}
.membervault .membervault_wrapper h2 {
	color: black;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 30px;
	margin-bottom: 22px;
	font-weight: normal;
}
.membervault .membervault_wrapper p {
	color: black;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 24px;
}
.membervault .membervault_wrapper .files_wrapper a {
	border-bottom: 1px solid rgba(102, 102, 102, 0.27);
	padding: 10px 10px 10px 55px;
	margin-bottom: 7px;
	display: block;
	cursor: pointer;
	transition: background-color 0.25s ease-in-out;
}
.membervault .membervault_wrapper .files_wrapper a.Images {
	background: url("../img/theme/image.png") no-repeat no-repeat 11px 10px rgba(255,255,255,1.00);
	background-size: 35px;
}
.membervault .membervault_wrapper .files_wrapper a.Video {
	background: url("../img/theme/film.png") no-repeat no-repeat 11px 10px rgba(255,255,255,1.00);
	background-size: 35px;
}
.membervault .membervault_wrapper .files_wrapper a.Audio {
	background: url("../img/theme/volume-up.png") no-repeat no-repeat 11px 10px rgba(255,255,255,1.00);
	background-size: 35px;
}
.membervault .membervault_wrapper .files_wrapper a.Document {
	background: url("../img/theme/document-text.png") no-repeat no-repeat 11px 10px rgba(255,255,255,1.00);
	background-size: 35px;
}
.membervault .membervault_wrapper .files_wrapper a span.title {
	color: black;
	font-weight: bold;
	font-size: 20px;
}
.membervault .membervault_wrapper .files_wrapper a p {
	font-size: 12px;
	color: rgba(43,43,43,1.00);
	margin-bottom: 0;
}
.membervault .membervault_wrapper .files_wrapper a:hover {
	background-color: #E0E8E9;
}
.story_signup {
	background-color: rgba(251,246,167,1.0);
	padding: 50px 30px 58px;
}
.story_signup .story_signup_wrapper {
	margin: 0 auto;
	max-width: 700px;
	text-align: left;
}
.story_signup .story_signup_wrapper h2 {
	color: black;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 30px;
	margin-bottom: 22px;
	font-weight: bold;
}
.story_signup .story_signup_wrapper p {
	color: black;
	font-size: 17px;
	margin-bottom: 32px;
	line-height: 24px;
}
/*------------------------------------------
// COMMENTS SECTION
//------------------------------------------*/
#comments {
	background-color: rgb(249, 249, 249);
	padding: 30px;
	margin: 0 auto;
	max-width: 703px;
}
#comments ul.commentlist {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 700px;
}
#comments .comments-header {
	max-width: 700px;
	margin: 0 auto 24px auto;
	text-align: left;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}
#comments .comments-header #comments-title {
	text-align: left;
	font-size: 38px;
	background: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}
#comments .total-comments {
	text-align: left;
	font-size: 15px;
	color: #878787;
}
#comments ul.commentlist .comment .comment-meta img.avatar {
	border-radius: 100px 100px 100px 100px;
	opacity: 1;
	width: 35px;
	height: 35px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 2px;
}
#comments ul.commentlist .comment .comment-author .fn {
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin-right: 8px;
}
#comments ul.commentlist .comment .comment-author {
	color: gray;
	font-size: 12px;
}
#comments ul.commentlist .comment .comment-author a {
	color: #787777;
	border-bottom: 0px;
	font-weight: normal;
}
#comments ul.commentlist .comment .comment-author a:hover {
	color: gray;
	text-decoration: underline;
}
#comments ul.commentlist li.comment {
}
#comments ul.commentlist .comment .comment-content {
	padding-left: 48px;
	font-family: 'europa', sans-serif;
	font-size: 14px;
	line-height: 28px;
	max-width: 600px;
}
#comments ul.commentlist .comment .comment-content p {
	padding: 0;
	font-size: 14px;
	font-family: 'europa', sans-serif;
	line-height: 22px;
	margin-bottom: 16px;
}
#comments ul.commentlist .comment a.comment-reply-link {
	font-size: 12px;
}
#comments ul.commentlist ul.children {
	list-style: none;
	margin: 0 0 0 15px;
	border-left: 2px solid #ececec;
}
#comments ul.commentlist ul.children article.comment {
	background-color: white;
	padding: 15px;
	margin-bottom: 7px;
}
#comments .comment-respond {
	border-top: 2px solid #cfcfcf;
	max-width: 700px;
	margin: 25px auto;
	padding-top: 25px;
}
#comments .comment-respond h3.comment-reply-title {
	display: none;
}
#comments .comment-respond form.comment-form {
	max-width: 500px;
}
#comments .comment-respond form.comment-form label {
	display: none;
}
#comments .comment-respond form.comment-form p {
	padding: 0;
}
#comments .comment-respond form.comment-form p.logged-in-as {
	font-size: 13px;
	margin-bottom: 8px;
	font-family: 'europa', sans-serif;
}
#comments .comment-respond form.comment-form textarea {
	border-radius: 5px;
	padding: 11px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	width: 90%;
	line-height: 19px;
}
#comments .comment-respond form.comment-form input.submit {
	color: #363636;
	background-color: rgba(251,246,167,1.0);
	border: none;
	font-size: 16px;
	padding: 9px 22px;
	cursor: pointer;
	transition: background-color 0.267s ease;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
#comments .comment-respond form.comment-form input.submit:hover {
	background-color: #363636;
	color: white;
}
#comments .comment-respond form.comment-form p.comment-form-comment {
	margin-bottom: 15px;
}
#comments .notmember {
	background-color: white;
	margin: 0 auto;
	padding: 18px;
	max-width: 500px;
	border: #e4e3e3 1px solid;
	text-align: center;
}
#comments .notmember img {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
#comments .notmember p {
	margin-top: 0;
	font-size: 19px;
	line-height: 23px;
	text-align: center;
}
/*------------------------------------------
// HOMEPAGE STORIES MASONRY
//------------------------------------------*/
.home-stories {
	background-color: none;
}
.home-stories h1 {
	text-align: center;
	font-family: quincy-cf, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	transition: 0.25 all;
}
.home-stories h1 a:hover {
	text-decoration: underline;
}
.home-stories .meta {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
.home-stories .byline-user a {
	border-bottom:1px solid black;
}
.home-stories .byline-user a:hover {
	border-bottom: none;
}
.home-stories .short-blurb {
	display: none;
}
.home-stories a img:hover {
	opacity: 0.8;
}
.stories-wrapper .vc_grid-item {
	width: 100%;
}
.stories-wrapper .vc_pageable-slide-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 6px;
	grid-row-gap: 0px; 
}

.stories-wrapper .vc_grid-item:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.stories-wrapper .vc_grid-item:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.stories-wrapper .vc_grid-item:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.stories-wrapper .vc_grid-item:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
.stories-wrapper .vc_grid-item:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
.stories-wrapper .vc_grid-item:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
.stories-wrapper .vc_grid-item:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
.stories-wrapper .vc_grid-item:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }
.stories-wrapper .vc_grid-item:nth-child(9) { grid-area: 3 / 4 / 4 / 5; } 

.stories-wrapper .vc_grid-item:nth-child(1) h1 {
	font-size: 57px;
	line-height: 51px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left !important;
}
.stories-wrapper .vc_grid-item:nth-child(1) .meta {
	text-align: left !important;
}
.stories-wrapper .vc_grid-item:nth-child(1) .byline-user {
	display: none;
}
.stories-wrapper .vc_grid-item:nth-child(1) .short-blurb {
	display: block;
	font-size: 18px;
	text-align: left;
	color: #777;
	line-height: 25px;
}

.stories-wrapper-b h3 {
	font-size: 23px;
	border-bottom: 1px solid black;
	padding-bottom: 11px;
	letter-spacing: -1px;
	margin-bottom: 18px !important;
}
.stories-wrapper-b .latest-stories-text .vc_gitem-zone-mini {
	border-bottom:0.5px solid #bfbfbf;
}
.stories-wrapper-b .latest-stories-text .vc_gitem-zone-mini .vc_gitem-post-data {
	margin-bottom: 2px;
}
.stories-wrapper-b .latest-stories-text .vc_gitem-zone-mini h1 {
	font-weight: bold;
	font-size: 19px;
}
.stories-wrapper-b .latest-stories-text .vc_gitem_row .vc_gitem-col {
	padding: 0px 0px 17px 0px;
}

.stories-wrapper-b .featured-story-block h1 {
	text-align: center;
	font-family: 'quincy-cf', serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 35px;
}
.stories-wrapper-b .featured-story-block h1 a:hover {
	text-decoration: underline;
}
.stories-wrapper-b .featured-story-block .meta {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.stories-wrapper-b .editors-note {
	border-left: 3px solid black;
	padding-left: 20px;
}

.stories-wrapper-b .editors-note h1 {
	font-family: 'quincy-cf', serif;
	font-size: 27px;
	line-height: 29px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left !important;
}
.stories-wrapper-b .editors-note h1 a:hover {
	text-decoration: underline;
}
.stories-wrapper-b .editors-note .meta {
	text-align: left !important;
	font-weight: bold;
}
.stories-wrapper-b .editors-note .byline-user a {
	border-bottom:1px solid black;
}
.stories-wrapper-b .editors-note .byline-user a:hover {
	border-bottom: none;
}
.stories-wrapper-b .editors-note .short-blurb {
	display: block;
	font-size: 15px;
	text-align: left;
	color: #777;
	line-height: 20px;
	margin-bottom: 19px;
}
.latest-recipes .section-title {
	  font-size: 23px;
		border-bottom: 1px solid black;
		padding-bottom: 11px;
		letter-spacing: -1px;
		margin-bottom: 18px !important;
}

/*------------------------------------------
// HOMEPAGE VIDEOS
//------------------------------------------*/
.home-videos .section-title {
	border-bottom: none;
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	color: white;
}

.home-videos .home-stories h1 {
	color: white;
}
.home-videos .play-btn .vc_icon_element-inner {
	padding: 7px;
}
.home-videos .play-btn:hover {
	padding:0;
}

/*------------------------------------------
// GLOBAL: VIDEO BIT TEMPLATE
//------------------------------------------*/
.global-videobit .vc_gitem-zone {
}
.global-videobit .videobit_title h1 {
    font-family: area-normal, sans-serif;
	font-weight: 600;
	color:white;
    font-size: 19px;
    line-height: 29px;
	margin-top: 9px;
	margin-bottom: 0px !important;
}
.global-videobit .play-btn {
    text-align: left !important;
    padding-left: 8px;
    margin-bottom: 5px !important;
}
.global-videobit .play-btn .vc_icon_element-inner {
    padding:5px;
}
.global-videobit .meta {
    color: #b3b3b3;
	font-size:14px;
}
.global-videobit .meta-cat {
    padding-right:36px;
    display:none;
}
.global-videobit .play-btn .vc_icon_element-background {
    border:1px solid white !important;
    transition:all 0.25s linear;
}
.global-videobit .vc_icon_element-icon {
    padding-left:4px;
	font-size:1.2em !important;
}
.global-videobit .vc_is-hover .play-btn .vc_icon_element-background {
    background-color:transparent !important;
    border:1px solid white;
    color:white;
}
.global-videobit .vc_is-hover .play-btn .vc_icon_element-icon {
    color:white !important;
}
.global-videobit .meta-cat .wpb_wrapper {
    padding-left:16px;
}
.global-videobit .meta-cat p {
    color:white;
    border-bottom:2px solid white;
}



/*------------------------------------------
// HOMEPAGE BRIGADE SLIDER
//------------------------------------------*/
.brigade-slider .flex-control-nav-wrapper {
	display: none;
}
.brigade-slider .flex-direction-nav {
	  display: block;
	  position: inherit;
	  float: right;
	  margin-top: 25px;
}
.brigade-slider .flex-direction-nav .flex-prev {
	background: url(../img/theme/next-prev-btn-BLK.png) no-repeat scroll 0 -2px transparent;
	background-size: 100%;
	margin-right: 3px;
}
.brigade-slider .flex-direction-nav .flex-next {
	background: url(../img/theme/next-prev-btn-BLK.png) no-repeat scroll 0 -39px transparent;
	background-size: 100%;
}
.brigade-slider .flex-direction-nav a {
	width: 36px;
	height: 34px;
}
.brigade-slider .flex-control-nav-wrapper .flex-control-paging li a {
	color: gray;
	border-bottom: none;
}

.brigade-slider .flex-control-nav-wrapper .flex-control-paging li a.flex-active {
	color: black;
}
.brigade-slider ul.slides li a:hover .info h2 {
	text-decoration: underline;
}

.brigade-slider li .play-btn {
	color: black;
	background-color: white;
	border-radius: 75px;
	padding: 26px 28px;
	font-size: 28px;
	text-align: center;
	position: absolute;
	bottom: 80px;
	margin-left: 10px;
	transition: 0.25s all linear;
	opacity: 1;
	z-index: 5;
	border: 1px solid white;
}
.brigade-slider ul.slides li a:hover .play-btn {
	background-color: black;
	color: white;
	opacity: 1;
	border: 1px solid black;
}
.brigade-slider li .portrait {
	overflow: hidden;
}
.brigade-slider li .portrait img {
	width: 100%;
	border-radius: 45px;
	transition: 0.25s opacity linear;
}
.brigade-slider ul.slides li a:hover .portrait img {
	opacity: 0.8;
}
.brigade-slider li h2 {
	color: black;
	font-size: 24px;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;
}
.brigade-slider li h3 {
	color: black;
	font-weight: normal;
}

/*------------------------------------------
// HOMEPAGE COMMUNITY SLIDER
//------------------------------------------*/
.community-slider .flex-control-nav-wrapper {
	display: none;
}
.community-slider .flex-direction-nav {
	  display: block;
	  position: inherit;
	  margin-left:0px;
	  margin-top: 25px;
}
.community-slider .flex-direction-nav .flex-prev {
	background: url(../img/theme/next-prev-btn-BLK.png) no-repeat scroll 0 -2px transparent;
	background-size: 100%;
	margin-right: 3px;
}
.community-slider .flex-direction-nav .flex-next {
	background: url(../img/theme/next-prev-btn-BLK.png) no-repeat scroll 0 -39px transparent;
	background-size: 100%;
}
.community-slider .flex-direction-nav a {
	width: 36px;
	height: 34px;
}
.community-slider .flex-control-nav-wrapper .flex-control-paging li a {
	color: gray;
	border-bottom: none;
}

.community-slider .flex-control-nav-wrapper .flex-control-paging li a.flex-active {
	color: black;
}


/*------------------------------------------
// HOMEPAGE THE FEED SLIDER NAV CONTROLS
//------------------------------------------*/
.feed-container .flex-direction-nav {
	  display: block;
	  position: inherit;
	  width:88px;
	  margin: 30px auto 0 auto;
	flex: inherit !important;
}
.feed-container .flex-direction-nav .flex-prev {
	background: url(../img/theme/next-prev-btn-BLK.png) no-repeat scroll 0 -2px transparent;
	background-size: 100%;
	margin-right: 3px;
}
.feed-container .flex-direction-nav .flex-next {
	background: url(../img/theme/next-prev-btn-BLK.png) no-repeat scroll 0 -39px transparent;
	background-size: 100%;
}
.feed-container .flex-direction-nav a {
	width: 36px;
	height: 34px;
}
.feed-container .flex-control-nav-wrapper .flex-control-paging li a {
	color: gray;
	border-bottom: none;
}

.feed-container .flex-control-nav-wrapper .flex-control-paging li a.flex-active {
	color: black;
}
.feed-container .flex-control-paging {
	display: none;
}
#html5-watermark {
	display: none !important;
}

/*------------------------------------------
// HOMEPAGE NEWSLETTER
//------------------------------------------*/
.home-newsletter {
	background-color: white;
	padding: 28px;
}
.home-newsletter p {
	line-height: 20px;
	font-size: 15px;
	color: gray;
	margin-bottom: 36px;
}
.home-newsletter h4 {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 8px;
}
.home-newsletter form {
	display: flex;
}
.home-newsletter input.email {
	background: transparent;
	border: none;
	border-bottom: 1px solid #cacaca;
	flex: 1 auto;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition: all 0.25s linear;
	font-family: 'europa',sans-serif;
}
.home-newsletter input.email:focus {
	border-bottom:1px solid black;
}
.home-newsletter input.button {
	background-color: black;
	border: 1px solid black;
	color: white;
	padding: 13px 18px;
	font-size: 13px;
	border-radius: 25px;
	font-family: 'europa',sans-serif;
	transition: all 0.25s linear;
}
.home-newsletter input.button:hover {
	background-color: transparent;
	color: black;
}


/*------------------------------------------
// 4.1  STORIES PAGE
//------------------------------------------*/
.categoryheader {
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: 1px solid #eceae4;
}
.stories-content {
	max-width: 1300px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.stories-content .post {
	max-width: 900px;
}
.stories-content .post h2 {
	color: #000000 !important;
	margin-bottom: 27px;
	font-size: 56px;
	background: none;
	margin-top: 9px;
	font-weight: normal;
	font-family: 'ff-meta-serif-web-pro', serif;
	text-align: left;
}
.stories-content .post p {
	color: #000000;
	text-align: center;
	font-size: 19px;
	font-family: 'europa', sans-serif;
	line-height: 29px;
}
.stories {
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.stories .story {
	width: 31%;
	float: left;
	margin-bottom: 31px;
	margin-right: 3.5%;
}
.stories .story:nth-child(3n) {
	margin-right: 0;
}
.stories .story div a.imglink {
	display: block;
	overflow: hidden;
	margin-bottom: 21px;
	background-color: #000;
	position: relative;
}
.stories .story div img {
	opacity: 1;
	transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.stories .story div a:hover img {
	opacity: 0.75;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.stories .story div a:hover .play_border_blk {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.stories .story div h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	margin-bottom: 8px;
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
}
.stories .story div h1 a {
	color: #000;
}
.stories .story div h1 a:hover {
	color: #666;
}
.stories .story div span.metadata {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7px;
	display: inline-block;
	letter-spacing: 1px;
}
.stories .story div span.metadata a {
	color: gray;
}
.stories .story div span.metadata a:hover {
	text-decoration: underline;
}
.stories .story div p {
	font-family: 'europa', sans-serif;
	font-size: 15px;
	margin-bottom: 21px;
	line-height: 21px;
}
.pagination {
	max-width: 1300px;
	text-align: center;
	margin: 0 auto 46px;
	clear: both;
	padding-top: 41px;
}
.pagination a {
	color: #000;
	border: rgba(0,0,0,0.20) solid 1px;
	font-size: 15px;
	padding: 9px 15px;
	cursor: pointer;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	background-color: #F6F5F2;
}
.pagination .current {
	color: white;
	border: rgba(0,0,0,0.20) solid 1px;
	font-size: 15px;
	padding: 9px 15px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	background-color: #292929;
}
.pagination a:hover {
	color: #000;
	text-decoration: none !important;
	border: 1px solid #000;
}
.stories .sponsor_home {
	background-color: #fcc3e7;
	display: flex;
	align-items: center;
	padding-bottom: 18px;
}
.stories .sponsor_home div {
	padding: 15px;
}
.stories .sponsor_home span.title {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 29px;
	margin-bottom: 11px;
	display: block;
}
.stories .sponsor_home .sponsorlogo {
	max-width: 200px;
	margin-top: 12px;
	margin-bottom: 26px !important;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.stories .sponsor_home p {
	margin-bottom: 31px !important;
}
.stories .sponsor_home a.button_yellow {
	margin-right: 5px;
}
.stories .sponsor_home a.learnmore {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 13px;
	font-style: italic;
	text-transform: capitalize;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}
.stories .sponsor_home a:hover {
	text-decoration: none;
}
.stories .homepage_quote {
	background-color: #eceae4;
	text-align: center;
}
.stories .homepage_quote p.quote_content {
	font-size: 23px;
	line-height: 27px;
	font-family: 'ff-meta-serif-web-pro', serif;
}
.stories .homepage_quote p.quote_content a {
	color: #a1a29e;
}
.stories .homepage_quote a.quote_byline {
	display: block;
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-bottom: 2px;
}
.stories .homepage_quote a.quote_byline:hover {
	text-decoration: underline;
}
.stories .homepage_quote span.meta {
	color: rgb(108, 106, 106);
	font-size: 13px;
}
.stories .homepage_quote img {
	border-radius: 100px 100px 100px 100px;
	width: 67px;
	margin-bottom: 5px;
}
.stories .homepage_shc_cta {
	text-align: center;
	background-color:#E8D8C9;
}

.stories .homepage_shc_cta .introducing {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-style: italic;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 19px;
	margin-top: 10px;
}

.stories .homepage_shc_cta .logo {
	text-align: center;
}
.stories .homepage_shc_cta .logo img {
	width: 209px;
}

.stories .homepage_shc_cta .descr p {
	font-size: 16px;
	line-height: 21px;
}
.stories_menu {
	padding: 5px 0 19px;
	text-align: center;
	margin: 0 52px;
}
.stories_menu ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	display: inline-block;
	background-color: #FFFFFF;
}
.stories_menu ul li {
	float: left;
	background-color: #FFFFFF;
	padding: 12px 13px;
}
.stories_menu ul li a {
	color: #000000;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	font-size: 15px;
}
.stories_menu ul li a:hover {
	color: #CCC;
}
.stories_menu ul li.active a {
	color: #CCC;
}

.featured-recipes {
	max-width:1300px;
	margin: 0 auto;
	border-top:1px solid #D5D5D5;
	padding-top: 20px;
}
.featured-recipes span.title {
	color:gray;
	font-size:16px;
	margin-bottom:5px;
	display:block;
}
.featured-recipes h2 {
	font-size:30px;
	font-weight:bold;
	letter-spacing: -1px;
}



/*------------------------------------------
// GOOGLE ADS
//------------------------------------------*/
.googlead {
	text-align: center;
	margin-bottom: 27px;
	background-color: #f8f8f8;
	padding: 10px;
}
.googlead .label {
	font-size: 12px;
	text-transform: uppercase;
	color: #b3b3b3;
	display: block;
	margin-bottom: 10px;
}

/*------------------------------------------
// 4.1  CONTRIBUTORS PAGE
//------------------------------------------*/
.contributors {
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.contributors .contributor {
	width: 27%;
	float: left;
	margin-bottom: 31px;
	background-color: white;
	padding: 23px;
	text-align: center;
}
.contributors .location {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
	font-family: 'ff-meta-serif-web-pro', serif;
}
.contributors .contributor div a.imglink {
	display: block;
	overflow: hidden;
	margin-bottom: 21px;
	background-color: #000;
}
.contributors .contributor div img {
	border-radius: 100px 100px 100px 100px;
	margin-bottom: 17px;
	opacity: 1;
	transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.contributors .contributor div a:hover img {
	opacity: 0.75;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.contributors .contributor div h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	margin-bottom: 8px;
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
}
.contributors .contributor div h1 a {
	color: #000;
}
.contributors .contributor div h1 a:hover {
	color: #666;
}
.contributors .contributor div span.metadata {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7px;
	display: inline-block;
	letter-spacing: 1px;
}
.contributors .contributor div span.metadata a {
	color: #b81d31;
}
.contributors .contributor div span.metadata a:hover {
	color: #666;
}
.contributors .contributor div p {
	font-family: 'europa', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
}
.contributors .contributor .author-elsewhere {
	margin-top: 1px;
	margin-bottom: 29px;
}
.contributors .contributor .author-elsewhere span {
	margin-right: 7px;
	font-size: 14px;
}
.contributors .contributor .author-elsewhere a {
	color: #7a7a7a;
}
.contributors .contributor .author-elsewhere a:hover {
	color: black;
}
/*------------------------------------------
// 4.1  AUTHOR PAGE
//------------------------------------------*/
body.author #content {
	border-top: 1px solid #eceae4;
}
body.author .authorprofile {
	display: flex;
	flex-flow: row wrap;
	padding: 30px 25px;
	max-width: 1300px;
	margin: 0 auto;
}
body.author .authorprofile .author-sidebar {
	width: 20%;
	margin-right: 25px;
}
body.author .authorprofile .author-sidebar .avatar {
	text-align: left;
}
body.author .authorprofile .author-sidebar .author-link {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 4px;
	margin-bottom: 0;
	display: block;
	margin-top: 6px;
}
body.author .authorprofile .author-sidebar .userinfo {
	padding-left: 0;
}
body.author .authorprofile .author-sidebar .userinfo .author-cat {
	background-color: #E5F5F1;
	padding: 3px 8px;
	color: #699287;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
body.author .authorprofile .author-sidebar .userinfo .author-description p {
	margin: 0 0 21px 0;
	text-align: left;
	font-size: 15px;
}
body.author .authorprofile .author-sidebar .userinfo .location {
	margin-bottom: 14px;
	font-size: 14px;
	color: rgba(63,63,63,1.00);
}
body.author .authorprofile .author-sidebar .userinfo .author-elsewhere span {
	display: block;
	margin-bottom: 8px;
}
body.author .authorprofile .author-sidebar .userinfo .author-elsewhere span a {
	color: black;
	text-transform: capitalize;
}
body.author .post .postauthor a:hover {
	color: #000000;
}
body.author .post .postauthor .author-description p {
	color: #000000;
}
body.author .author-stories {
	max-width: none;
	width: 77%;
	padding-top: 19px;
}
body.author .author-stories .postcount {
	font-size: 16px;
	margin-bottom: 23px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 9px;
}
body.author .stories-content .post {
	max-width: inherit;
}
body.author .post .postauthor {
	max-width: 500px;
}
body.author .post .postauthor .userinfo .author-elsewhere {
	margin-top: 1px;
	margin-bottom: 29px;
}
body.author .post .postauthor .userinfo .author-elsewhere span {
	margin-right: 7px;
	font-size: 14px;
}
body.author .post .postauthor .userinfo .author-elsewhere a {
	color: #7a7a7a;
}
body.author .post .postauthor .userinfo .author-elsewhere a:hover {
	color: black;
}

/*------------------------------------------
// MEMBERPRESS: REFER HQ / INVITE
//------------------------------------------*/
.page-template-refer #content {
	background-color: #f2f2eb;	
}
.referhq {
	max-width: 950px;
	margin: 0 auto;
	padding: 40px;
}
.referhq .referhq_header {
	margin:0 auto;
}
.referhq .referhq_header .text_wrapper {
	max-width: 463px;
	padding-top: 35px;
}
.referhq .referhq_header h1 {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 47px;
	line-height: 49px;
	margin-bottom:20px;
	font-weight: normal;
}
.referhq .referhq_header p {
	color: #6f6f6f;
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 24px;
}
.referhq .referhq_header .ticker {
	color: black;
}
.referhq .referhq_header img.img_members_texting {
	width: 330px;
	float: right;
	padding-right: 30px;
}
.referhq .referhq_totals {
	background-color: white;
	margin: 55px auto 19px auto;
	padding: 40px;
}
.referhq .referhq_totals .column {
	display: inline-flex;
	max-width: 50%;
	margin-right: 15px;
}
.referhq .referhq_totals .column span.number {
	display: block;
	font-weight: bold;
	font-size: 37px;
	text-align: center;
	color: #76B7A5;
}
.referhq .referhq_totals .column span.subtext {
	display: block;
	color: black;
	font-weight: bold;
	padding: 14px 0 0 11px;
}
.referhq .referhq_howtorefer {
	background-color: white;
	margin: 20px auto 19px auto;
	flex-flow: row wrap;
	display: flex;
}
.referhq .referhq_howtorefer .column {
	flex: content;
	padding: 36px;
	text-align: center;
}
.referhq .referhq_howtorefer .viasocial {
	background-color: #deebf4;
}
.referhq .referhq_howtorefer h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.referhq .referhq_howtorefer .viasocial .social_icon {
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
	width: 53px;
	height: 53px;
	text-indent: -1000px;
	margin-right: 10px;
}
.referhq .referhq_howtorefer .viasocial .fb {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 20px -70px / 193px auto #6bbaed;
}
.referhq .referhq_howtorefer .viasocial .tw {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -58px -70px / 193px auto #6bbaed;
}
.referhq .referhq_howtorefer .viasocial .fb:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 20px -70px / 193px auto #356584;
}
.referhq .referhq_howtorefer .viasocial .tw:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -58px -70px / 193px auto #356584;
}
.referhq .referhq_howtorefer .viaemail {
	background-color: #f0fbf0;
}
.referhq .referhq_howtorefer .viaemail form input.emailbox {
	background-color: white;
	border: 1px solid #e1e1e1;
	padding: 13px;
	min-width: 221px;
	font-size: 17px;
	vertical-align: middle;
}
.referhq .referhq_howtorefer .viaemail form textarea {
	background-color: white;
	border: 1px solid #e1e1e1;
	padding: 13px;
	min-width: 283px;
	font-size: 14px;
	vertical-align: middle;
	display: none;
	margin: 0 auto 10px;
	line-height: 20px;
}
.referhq .referhq_howtorefer .viaemail form input.submitbutton {
	background-color: #686868;
	border: none;
	padding: 12px;
	height: 43px;
	color: white;
	vertical-align: middle;
}
.referhq .referhq_howtorefer .viaemail form input.submitbutton:hover {
	background-color: black;
}
.referhq .referhq_howtorefer .viaemail .error {
	background-color: #ffdfdf;
    padding: 6px;
    margin: 8px auto;
    max-width: 297px;
    border: 1px dashed #ffa1a1;
    font-size: 14px;
}
.referhq .referhq_howtorefer .row {
	width: 100%;
	padding: 29px;
	text-align: center;
}
.referhq .referhq_howtorefer .vialink .sharelink {
	display: inline-block;
	background-color: #fdfef4;
	padding: 10px;
	border: 1px gray dashed;
	font-family: courier;
	font-size: 14px;
	margin-bottom: 12px;
}
.referhq .referhq_howtorefer .vialink .copylink {
	font-size: 14px;
	color: gray;
	margin-top: 9px;
}
.referhq .referhq_howtorefer .viaemail #referhq_email_editlink {
	font-size: 14px;
	color: gray;
	margin: 0 0 9px 0;
	cursor: pointer;
	display: inline-block;
}
.referhq .referhq_howtorefer .vialink .copylink:hover, .referhq .referhq_howtorefer .viaemail #referhq_email_editlink:hover {
	text-decoration: underline;
	color: black;
}


/*------------------------------------------
// MEMBERPRESS: PAYWALL
//------------------------------------------*/
#gate_story {
	position: absolute;
	height: 91%;
	width: 100%;
	top: 500px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(255, 255, 255,0.9) 8%);
	z-index: 1000;
}

#gate_story .mepr-unauthorized-message {
	background-color: rgb(252, 251, 241);
    padding: 23px 20px 40px;
	max-width: 900px;
    margin: 600px auto 300px auto;
	top: 100px;
	text-align: center;
	box-shadow: 0px 0px 16px 1px #8889;
}
#gate_story .mepr-unauthorized-message .illustration img {
	width: 160px;
}
#gate_story .mepr-unauthorized-message span.title {
	color: black;
    font-family: 'ff-meta-serif-web-pro', serif;
    font-size: 30px;
    margin-bottom: 22px;
    font-weight: bold !important;
	text-align: center;
	display: block;
}
#gate_story .mepr-unauthorized-message p {
	font-family: 'europa', sans-serif;
	margin: 0 auto 40px auto;
	font-size:20px;
	line-height: 28px;
	max-width: 600px;
	padding: 0;
}
#gate_story .mepr-unauthorized-message a {
	color: black;
}
#gate_story .mepr-unauthorized-message a:hover {
	text-decoration: underline;
}
#gate_story .mepr-unauthorized-message #continue_reading {
	color: gray;
}
#gate_story .mepr-unauthorized-message span.login-link {
	font-size: 16px;
	padding-left: 6px;
}
#gate_story .mepr-unauthorized-message span.alreadymember {
	display: block;
	text-align: center;
	margin-top: 40px;
}
#gate_story .mepr-unauthorized-message span.alreadymember a {
	font-weight: normal;
}
#gate_story .mepr-unauthorized-message #continue_reading {
	cursor: pointer;
}


#paywall_story {
}

#paywall_story .wall_wrapper {
	background-color: rgb(252, 251, 241);
    padding: 14px 20px 40px;
	max-width: 900px;
    margin: 20px auto 50px auto;
}
#paywall_story .wall_wrapper .illustration img {
	width: 160px;
}
#paywall_story .wall_wrapper span.title {
	color: black;
    font-family: 'ff-meta-serif-web-pro', serif;
    font-size: 30px;
    margin-bottom: 9px;
    font-weight: bold !important;
	text-align: center;
	display: block;
}
#paywall_story .wall_wrapper span.subtitle {
	color: black;
    font-family: 'ff-meta-serif-web-pro', serif;
    font-size: 21px;
    margin-bottom: 22px;
    font-weight: normal !important;
	text-align: center;
	display: block;
	color:#9c2424;
}
#paywall_story .wall_wrapper p {
	font-family: 'europa', sans-serif;
	margin-bottom: 36px !important;
	padding: 0;
}
#paywall_story .wall_wrapper span.login-link {
	font-size: 16px;
	padding-left: 6px;
}
#paywall_story .wall_wrapper span.alreadymember {
	display: block;
	text-align: center;
	margin-top: 40px;
}
#paywall_story .wall_wrapper span.alreadymember a {
	font-weight: normal;
}
#paywall_story .wall_wrapper #continue_reading {
	cursor: pointer;
}


.dropcap .mepr-login-form-wrap {
	display: none !important;
}
#paywall_hellobar {
	position: sticky;
    bottom: 0;
    display: block;
    z-index: 20000;
    background-color: rgba(251,246,167,1.0);
    padding: 11px;
    text-align: center;
	font-size: 14px;
}
#paywall_hellobar a {
	color: black;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

.paywall_meter {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgb(252, 251, 241);
	color: black;
	padding: 20px;
	box-shadow: 0 -3px 10px 0 rgba(0,0,0,.1);
}
.paywall_meter .paywall_meter_wrapper {
	max-width: 702px;
	margin: 0 auto;
}
.paywall_meter .paywall_meter_wrapper span.title {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size:20px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.paywall_meter .paywall_meter_wrapper .join a {
	color: black;
	border-bottom:1px solid black;
	display: none;
}
.paywall_meter .paywall_meter_wrapper .join a:hover {
	color: gray;
}
.paywall_meter .paywall_meter_wrapper .join_button {
	float: right;
	margin-top: 6px;
}

/*------------------------------------------
// MEMBERPRESS: ACCOUNT PAGE
//------------------------------------------*/

.account-wrapper {
	max-width: 1200px;
}

.account-wrapper #mepr-account-nav {
	display: none;
}

.account-wrapper .account-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
.account-wrapper .account-nav ul li {
	font-family: 'europa',sans-serif;
	margin-bottom: 15px;
	font-size:19px;
}
.account-wrapper .account-nav ul li a {
	border-bottom: 0;
	font-weight: normal;
}
.account-wrapper .account-nav ul li a:hover {
	border-bottom: 1px solid black;
}
.account-wrapper .gform_wrapper .styled-checkboxes {
	padding-top: 8px;
}
.account-wrapper .gform_wrapper .styled-checkboxes label.gfield_label {
	text-align: left !important;
}

.account-wrapper .mp_wrapper table.mepr-account-table {
	max-width: 100%;
	border: none;
}
.account-wrapper .mp_wrapper table.mepr-account-table tr {
	border: none;
	border-top: 1px solid #ddd;
}
.account-wrapper .mp_wrapper table.mepr-account-table th {
	padding: 14px 5px;
	text-align: left;
	color: gray;
}
.account-wrapper .mp_wrapper table.mepr-account-table td {
	padding: 16px 32px 16px 5px;
	border-left: 0;
}
.account-wrapper .mp_wrapper table.mepr-account-table .mepr-account-product {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

.account-wrapper .mp_wrapper table.mepr-account-table .mepr-account-subscr-id {
	color: gray;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

.account-wrapper .mp_wrapper table.mepr-account-table .mepr-account-auto-rebill {
	padding-bottom: 5px;
}

.account-wrapper .mp_wrapper table.mepr-account-table .mepr-account-terms {
	font-size: 13px;
	font-style: normal;
}
.account-wrapper .mp_wrapper table.mepr-account-table .mepr-active {
	color: #4a624a;
	background-color: #bfeebf;
	padding: 2px 8px;
	border-radius:7px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.account-wrapper .mp_wrapper table.mepr-account-table .mepr-inactive {
	color: #241a1b;
	background-color: #eebfc8;
	padding: 2px 8px;
	border-radius:7px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.account-wrapper .mp_wrapper table.mepr-account-table .mepr-account-row-action {
	color: #605f5f;
	background-color: #ececec;
	padding: 3px 8px;
	border-radius:7px;
	font-weight: normal;
	font-size: 13px;
	text-transform:none;
	border-bottom: none;
}
.account-wrapper .mp_wrapper table.mepr-account-table .mepr-account-row-action:hover {
	background-color: black;
	color: white;
}

/* MEMBER DISCOUNTS */
body.page-id-10554 .current-offers {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	display: block;
}
body.page-id-10554 #member-discounts .story {
	border: 1px solid #e4e4e4;
	padding: 35px;
	text-align: center;
	background-color: #fffffa;
	max-width: 191px;
	margin-right: 9px;
}
body.page-id-10554 #member-discounts .story {
}
body.page-id-10554 #member-discounts .story .discount_logo {
	max-width: 135px;
	margin-bottom: 24px;
}
body.page-id-10554 #member-discounts .story .partner {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 7px;
}
body.page-id-10554 #member-discounts .story .descr {
	display: block;
	font-size: 16px;
	margin-bottom: 26px;
}
body.page-id-10554 #member-discounts .story .offer {
	line-height: 19px;
}

/* SUBSCRIPTION TABLE */
body.page-id-10554 .post table {
	max-width: 100%;
	display: table;
}
body.page-id-10554 .mepr-account-table thead {
	background-color: beige;
}
body.page-id-10554 .mepr-account-table .mepr-account-subscr-id {
	display: none;
}
body.page-id-10554 .mepr-account-table .mepr-account-product {
	font-size: 16px;
	font-weight: bold;
}
body.page-id-10554 .mepr-account-table a.mepr-account-purchase {
	font-size: 14px;
	color: #9d4949;
}

/*------------------------------------------
// BRIGADE: CAROUSEL
//------------------------------------------*/

.brigade-carousel {
  width: 100%;
  margin: 50px auto 0 auto;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
	overflow: scroll;
}

.brigade-carousel .stage {
  width: 3500px;
  height: 800px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display:flex;
}
.brigade-carousel .element {
  background: green;
  width: 202px;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brigade-carousel .element.active {
  width: 600px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.brigade-carousel .element.inactive {
  width: 162px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
	
}
.brigade-carousel .element .info {
	bottom: 0;
	position: absolute;
	padding: 26px;
	display: none;
}
.brigade-carousel .element.active .info {
	display: block;
}
.brigade-carousel .element .info .name {
	color: white;
	display: block;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 3px;
}
.brigade-carousel .element .info .title {
	color: white;
	font-size: 16px;
}
.brigade-carousel .element .info .play {
	position: absolute;
	left: 15px;
}
.brigade-carousel .element.ellen {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-ellen-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.brigade-carousel .element.claudette {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-claudeette-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.brigade-carousel .element.nyesha {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-nyesha-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.brigade-carousel .element.neal {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-neal-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.brigade-carousel .element.bricia {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-bricia-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.brigade-carousel .element.brooke {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-brooke-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.brigade-carousel .element:last-of-type {
  margin: 0;
}
@media all and (min-width: 900px) {
.brigade-carousel  .element {
    width: 286px;
  }
 .brigade-carousel .element.inactive {
    width: 246px;
	 height: 850px;
	margin-top: 23px;
  }
 .brigade-carousel .element.active {
    width: 600px;
  }
 .brigade-carousel .stage {
    height: 900px;
  }
}
@media all and (max-width: 660px) {
	 .brigade-carousel .element {
		width: 150px;
		 height: 390px;
	  }
	 .brigade-carousel .element.inactive {
		width: 150px;
		 
	  }
	 .brigade-carousel .element.active {
		width: 275px;
	  }
	 .brigade-carousel .stage {
		max-width: 100%;
		 overflow: scroll;
		 white-space: nowrap;
		 display: inherit;
	  }
	.brigade-carousel .element .info .title {
		font-size: 15px;
	}
	.brigade-carousel .element .info .name {
		font-size: 20px;
	}
}

/*------------------------------------------
// L&T POST: CAROUSEL
//------------------------------------------*/

.post-carousel {
  width: 100%;
  margin: 50px auto 0 auto;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
	overflow: scroll;
}

.post-carousel .stage {
  height: 800px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display:flex;
}
.post-carousel .element {
  background: green;
  width: 202px;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
	overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post-carousel .element.active {
  width: 600px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.post-carousel .element.inactive {
  width: 162px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
	
}
.post-carousel .element .info {
	bottom: 0;
	position: absolute;
	padding: 26px 26px 38px 26px;
	opacity: 0;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.97) 100%);
	width: 100%;
	transition: 0.25s linear opacity;
}
.post-carousel .element.active .info {
	opacity: 1;
}
.post-carousel .element a span {
	position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}
.post-carousel .element .info .name {
	color: white;
	display: block;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 3px;
}
.post-carousel .element .info span {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	color: white;
}
.post-carousel .element .info h1 {
	margin-bottom: 7px;
	font-family: area-normal, sans-serif;
	font-weight:600;
	font-size: 23px;
	letter-spacing: 0;
	color: white;
	opacity: 0;
	transition: 1s opacity linear;
}
.post-carousel .element.active .info h1 {
	opacity: 1;
	
}
.post-carousel .element .info .title {
	color: white;
	font-size: 16px;
}
.post-carousel .element .info .play {
	position: absolute;
	left: 15px;
}
.post-carousel .element.ellen {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-ellen-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.post-carousel .element.claudette {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-claudeette-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.post-carousel .element.nyesha {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-nyesha-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.post-carousel .element.neal {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-neal-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.post-carousel .element.bricia {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-bricia-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.post-carousel .element.brooke {
  background: url('https://lifeandthyme.com/wp-content/uploads/2020/11/brigade-brooke-1.jpg') 45% 0 no-repeat;
  background-size: cover;
}
.post-carousel .element:last-of-type {
  margin: 0;
}
@media all and (min-width: 900px) {
.post-carousel  .element {
    width: 329px;
  }
 .post-carousel .element.inactive {
    width: 329px;
	 height: 850px;
	margin-top: 23px;
	filter: grayscale(100%);
	 -webkit-filter: grayscale(100%); 
  }
 .post-carousel .element.active {
    width: 600px;
  }
 .post-carousel .stage {
    height: 900px;
  }
}
@media all and (max-width: 660px) {
	 .post-carousel .element {
		width: 150px;
		 height: 390px;
	  }
	 .post-carousel .element.inactive {
		width: 150px;
		 
	  }
	 .post-carousel .element.active {
		width: 275px;
	  }
	 .post-carousel .stage {
		max-width: 100%;
		 overflow: scroll;
		 white-space: nowrap;
		 display: inherit;
	  }
	.post-carousel .element .info .title {
		font-size: 15px;
	}
	.post-carousel .element .info .name {
		font-size: 20px;
	}
}

@-webkit-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------------------
// 4.1  THE MIGRANT KITCHEN
//------------------------------------------*/
.featured_videos {
	background-color: #1a1a1a;
	padding: 63px 0 63px 0;
	text-align: center;
}
.featured_videos .section_title span.title {
	font-family: 'europa', sans-serif;
	font-size: 28px;
	margin-bottom: 25px;
	color: white;
	display: block;
}
.featured_videos .section_title img {
	width: 62px;
}
body.video-page .categoryheader {
	padding: 0 25px 100px 25px;
	margin-bottom: 0;
	background-color: #1a1a1a;
}
body.video-page .categoryheader .stories-content .post {
	margin-top: 15px;
	margin-bottom: 63px;
}
body.video-page .meta {
	font-weight: bold;
	line-height: 22px;
	display: block;
	color: white;
	font-size: 13px;
	letter-spacing: 7px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 22px;
}
body.video-page .meta a {
	color: white;
}
body.video-page .meta a:hover {
	color: white;
	text-decoration: underline;
}
body.video-page .categoryheader .tmk_title {
	text-indent: -2000px;
	background: url(../img/assets/tmk/tmk-logo-white.png) no-repeat top center;
	background-size: 600px 109px;
	display: block;
	height: 109px;
	width: 600px;
	overflow: hidden;
	margin: 12px auto 37px auto;
}
.video_stories {
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 41px;
}
.video_stories .story {
	margin-bottom: 51px;
	flex: 1 0 356px;
	padding: 5px;
	width: inherit !important;
	margin-right: 0 !important;
}
.video_stories .story .metadata {
	font-size: 12px;
	font-weight: bold;
	color: gray;
}
.video_stories .story div h2 {
	font-size: 23px;
	color: white;
	font-weight: normal;
	line-height: 29px;
}
.video_stories .story div h2 a {
	color: white;
}
.video_stories .story div h2 a:hover {
	text-decoration: underline;
	color: white;
}
body.video-page div.socials {
	margin: 0 auto;
	display: table;
}
body.video-page div.socials a.fb {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 18px 18px / 193px auto;
	cursor: pointer;
	padding: 21px 24px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
body.video-page div.socials a.tw {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -60px 18px / 193px auto;
	cursor: pointer;
	padding: 21px 24px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
body.video-page div.socials a.pin {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -160px 18px / 193px auto;
	cursor: pointer;
	padding: 21px 24px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
body.video-page div.sharestory {
	float: right;
	color: #666;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: 6px;
	padding-top: 5px;
	text-transform: uppercase;
}
body.video-page div.socials a.fb:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 18px -68px / 193px auto #425f9c;
}
body.video-page div.socials a.tw:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -60px -68px / 193px auto #00acee;
}
body.video-page div.socials a.pin:hover {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -160px -68px / 193px auto #c61620;
}
/*------------------------------------------
// 4.1  VIDEO TEMPLATES
//------------------------------------------*/
.videotemplate .categoryheader {
	background-color: #1a1a1a;
	margin-bottom: 0;
	overflow: hidden;
}
.videotemplate .categoryheader div.inner-content h1 {
	text-align: left;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 48px;
	margin-bottom: 24px;
}
.videotemplate .categoryheader div.inner-content h1 a {
	color: #FFFFFF;
}
.videotemplate .categoryheader div.inner-content p {
	color: #FFFFFF;
}
.videotemplate .categoryheader div.inner-content .post {
	margin-bottom: 55px;
}
.videotemplate .stories {
	justify-content: normal;
}
.videotemplate .channel h1.channel-name {
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 19px !important;
	color: rgba(251,246,167,1.0) !important;
}
.videotemplate .channel h1.channel-name a {
	color: rgba(251,246,167,1.0) !important;
}
.videotemplate .channel h1.channel-name a:hover {
	text-decoration: underline;
}
.videotemplate .featured-video {
	max-width: 1300px;
	margin: 0 auto 34px auto;
}
.videotemplate .featured-video a:hover .play_border_blk {
	background-color: rgba(0, 0, 0, 0.5);
}
.videotemplate .featured-video .featured-video-bit {
	min-height: 575px;
	background-size: cover !important;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.videotemplate .featured-video .featured-video-bit .video-info {
	position: absolute;
	bottom: 0;
	padding: 18px;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.95) 100%);
}
.videotemplate .featured-video .featured-video-bit .video-info .play_border_blk {
	margin: 0 20px 0 0;
	float: left;
}
.videotemplate .featured-video .featured-video-bit .video-info .title-info {
	padding: 4px 19px 0px 78px;
	max-width: 600px;
}
.videotemplate .featured-video .featured-video-bit .video-info .title-info h1 {
	color: white;
	font-size: 30px;
	margin-bottom: 9px;
	font-weight: normal;
	font-family: 'europa', sans-serif;
}
.videotemplate .featured-video .featured-video-bit .video-info .title-info span.metadata {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
	display: block;
}
/*------------------------------------------
// 4.1  VIDEO TEMPLATE CSS
//------------------------------------------*/
.video_wrapper {
	margin: 0 auto 40px auto;
	max-width: 1300px;
	background-color: #0F0F0F;
}
.video_wrapper .videoinfo {
	padding: 35px;
}
.video_wrapper .videoinfo span.meta {
	text-align: left;
	color: white;
	letter-spacing: 1px;
	margin-bottom: 7px;
}
.video_wrapper .videoinfo span.minor {
	font-weight: normal;
	letter-spacing: 0;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 21px;
	color: #D2D2D2;
}
.video_wrapper .videoinfo h2 {
	font-family: "ff-meta-serif-web-pro", serif;
	color: white;
	font-size: 39px;
	font-weight: normal;
	margin-bottom: 5px;
}
.video_wrapper .videoinfo .descr {
	font-size: 16px;
	color: white;
	max-width: 800px;
}
.video_wrapper .videoinfo .descr p {
	margin-bottom: 20px;
	line-height: 21px;
}
.video_wrapper .videoinfo .descr p a {
	color:white;
	text-decoration: underline;
	font-weight: bold;
}
.video_wrapper .videoinfo .socials {
	float: right;
}
.video-page .stories_wrapper {
	margin: 0 auto;
	max-width: 1300px;
}
.video-page .stories_wrapper h3.more {
	font-family: "europa", serif;
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*------------------------------------------
// 4.1  OTHER PAGE SPECIFIC STYLES
//------------------------------------------*/
div.page_featuredimage {
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
div.page_featuredimage div.page_quote {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	z-index: 1;
	color: #FFF;
	margin-top: 14%;
}
div.page_featuredimage div.page_quote h1 {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 23px;
	margin-bottom: 22px;
	text-transform: uppercase;
}
div.page_featuredimage div.page_quote span.quote_author {
	display: inline-block;
	background: url(../img/theme/overlay-bg.png) repeat 0 0;
	border: 1px solid #7d7987;
	padding: 0 10px;
	min-width: 90px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div.page_featuredimage .flexslider .slides > li {
	margin-right: 0px !important;
}
span.box_title_large {
	display: inline-block;
	border: 1px solid #7d7987;
	padding: 0 10px;
	min-width: 90px;
	line-height: 31px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div#dinner_mailinglist {
	border-top: #000 3px solid;
	text-align: center;
	padding-top: 41px;
	margin-bottom: 50px;
}
div#dinner_mailinglist form label {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 6px;
	display: block;
	margin-bottom: 6px;
	font-family: 'europa', sans-serif;
	font-size: 12px;
	color: #000;
}
div#dinner_mailinglist form input[type="text"], div#dinner_mailinglist form input[type="email"] {
	width: 300px;
	padding: 11px;
	margin-bottom: 31px;
	font-family: 'ff-meta-serif-web-pro';
	text-align: center;
	font-size: 13px;
	border: #CCC solid 1px;
}
div#dinner_mailinglist form input[type="text"]:focus, div#dinner_mailinglist form input[type="email"]:focus {
	border: #000 1px solid;
}
div#dinner_mailinglist form input[type="submit"] {
	border: #CCC solid 1px;
	font-family: 'ff-meta-serif-web-pro';
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px 22px;
	letter-spacing: 4px;
	background-color: #FFF;
}
div#dinner_mailinglist form input[type="submit"]:hover {
	background-color: #000;
	color: #FFF;
}
div#dinner_mailinglist form input.smallinput {
	width: 50px;
}
div#dinner_mailinglist form textarea {
	width: 300px;
	padding: 11px;
	margin-bottom: 31px;
	font-family: 'ff-meta-serif-web-pro';
	text-align: left;
	font-size: 13px;
	border: #CCC solid 1px;
}
div#dinner_mailinglist form select {
	width: 300px;
	padding: 11px;
	margin-bottom: 31px;
	font-family: 'ff-meta-serif-web-pro';
	text-align: left;
	font-size: 13px;
	border: #CCC solid 1px;
}
div#dinner_mailinglist form p {
	margin-bottom: 0px;
}
/*------------------------------------------
// 4.1  WHO WE ARE
//------------------------------------------*/
.page-template-page-about-php div.page_featuredimage {
	margin-bottom: 0;
}
.page-template-page-about-php .inner-content {
	max-width: 650px;
}
div.about_intro {
	background-color: #F4F4F4;
	padding: 89px 40px;
	margin-bottom: 15px;
	text-align: center;
}
div.about_intro h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	color: black;
	font-size: 29px;
	letter-spacing: -1px;
	line-height: 39px;
	margin: 0 auto;
	max-width: 650px;
	text-align: center;
}
div.editorialteam {
	background-color: #202020;
	padding: 49px 40px;
	margin-bottom: 15px;
	text-align: center;
}
div.editorialteam h4 {
	color: white;
	text-align: center;
	font-family: 'europa', sans-serif;
	background: none;
	font-size: 13px;
	letter-spacing: 4px;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 48px;
}
div.teamphotos {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
div.teamphotos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.teamphotos ul li {
	display: block;
	float: left;
	width: 33.3%;
}
div.teamphotos ul li div.teambit {
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 39px;
}
div.teamphotos ul li.nomargin {
	margin-right: 0 !important;
}
div.teamphotos ul li span.name {
	color: white;
	clear: both;
	display: block;
	margin-bottom: 7px;
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
	text-align: center;
	margin-top: 14px;
	font-weight: bold;
}
div.teamphotos ul li span.title {
	color: #CCC;
	display: block;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 22px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	min-height: 38px;
}
div.teamphotos ul li img {
	border-radius: 100px;
	width: 150px;
}
/*------------------------------------------
// 4.1  CONTRIBUTE PAGE
//------------------------------------------*/
section.contribute_forms {
	max-width: 650px;
	margin: 0 auto;
	margin-top: 68px;
	margin-bottom: 40px;
}
section.contribute_forms h2 {
	font-size: 16px;
	letter-spacing: 7px;
	margin-bottom: 40px;
	margin-top: 21px;
	text-align: center;
	text-transform: uppercase;
}
section.contribute_forms ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
section.contribute_forms ul li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 41px;
}
section.contribute_forms ul li img {
	margin-bottom: 5px;
}
section.contribute_forms ul li span.form_name {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 5px;
}
section.contribute_forms div.contactlink {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
section.contribute_table {
	max-width: 750px;
	margin: 0 auto;
}
section.contribute_table h2 {
	font-size: 15px;
}
section.contribute_table ul {
	list-style: none;
}
section.contribute_table ul li {
	padding: 10px 0px;
	border-bottom: #999 solid 1px;
}
section.contribute_table ul li span.location {
	float: right;
	display: block;
	background: url(../img/theme/icon_location.png) no-repeat 0 0;
	padding: 3px 3px 3px 10px;
}
section.contribute_table ul li span.title {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}
section.contribute_table ul li span.author {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
section.contribute_table ul li span.author a {
	color: #666;
}
/*------------------------------------------
// 4.1  PHOTOESSAY PAGE SPECIFIC STYLES
//------------------------------------------*/
#loading {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	background-color: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	z-index: 100000;
}
.caroufredsel_wrapper {
	margin: 0 !important;
	width: 100% !important;
}
.listings .carousel .photo-container {
	float: left;
	position: relative;
	height: 100%;
	width: auto;
}
.listings .previous-btn, .listings .next-btn {
	display: block;
	position: absolute;
	top: 45%;
	height: 50px;
	width: 46px;
	z-index: 10;
}
.listings .previous-btn {
	background: url(../img/theme/previous-btn.png) no-repeat 0 0;
	left: 0px;
}
.listings .next-btn {
	background: url(../img/theme/next-btn.png) no-repeat 0 0;
	right: 0px;
}
.listings .next-btn.disabled, .listings .previous-btn.disabled {
	display: none !important;
}
#photo-carousel > li {
	float: left;
	height: 100%;
}
.listings .carousel .photo-container > img {
	height: 100%;
	width: auto;
}
.listings .carousel .photo-container .video .fluid-width-video-wrapper {
	padding-top: 103.658% !important;
}
.listings .carousel .photo-container .description {
	position: absolute;
	background: url(../img/theme/overlay2.png) repeat 0 0;
	width: 275px;
	right: 0;
	top: 42%;
	padding: 30px 4%;
	text-align: center;
}
.listings .carousel .photo-container .description h2 {
	font-weight: normal;
	color: #fff;
	line-height: 34px;
	margin-bottom: 20px;
	background: url(../img/theme/border1.gif) no-repeat bottom center;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 5px;
}
.listings .carousel .photo-container .description p {
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}
.listings .carousel .photo-container .sociables {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 30px;
}
.listings .carousel .photo-container .sociables ul {
	margin: 0;
	padding: 0;
}
.listings .carousel .photo-container .sociables ul li {
	list-style: none;
	float: left;
	margin-right: 12px;
}
.listings .carousel .photo-container:hover .sociables {
	display: block;
}
.listings .carousel li.introslide {
	position: relative;
	z-index: 5;
	background-color: #1C1C1C;
}
.listings .carousel li.introslide div.introtext {
	text-align: center;
	padding: 50px;
	margin-top: 15%;
}
.listings .carousel li.introslide div.introtext a {
	color: white;
}
.listings .carousel li.introslide div.introtext a:hover {
	text-decoration: underline;
}
.listings .carousel li.introslide div.introtext h1 {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 15px;
	font-size: 25px;
	margin-bottom: 40px;
	text-align: center;
	background: url(../img/theme/border1.gif) no-repeat bottom center;
	padding-bottom: 24px;
	line-height: 35px;
	font-weight: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: white;
}
.listings .carousel li.introslide div.introtext div.description {
	padding: 0px 13%;
	line-height: 18px;
	color: #CCCCCC;
}
.listings .carousel li.introslide div.introtext div.description p {
	line-height: 19px;
	margin-bottom: 14px;
}
.listings .carousel li.introslide div.introtext span.category {
	margin-bottom: 32px;
	display: inline-block;
	border: 1px solid #7d7987;
	padding: 0 10px;
	min-width: 90px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.listings .carousel li.introslide div.introtext span.metadata {
	display: block;
	color: #fff;
	font-size: 11px;
	letter-spacing: 3px;
	margin-bottom: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
.listings .carousel li.introslide .sociables {
	margin: 60px auto 0;
	padding-left: 75px;
	width: 300px;
}
.listings .carousel li.introslide .sociables ul {
	margin: 0;
	padding: 0;
}
.listings .carousel li.introslide .sociables ul li {
	list-style: none;
	float: left;
	margin-left: 5px;
	opacity: 0.7;
}
.listings .carousel li.introslide .sociables ul li:hover {
	opacity: 1;
}
/*---------------------------------------------------
// POST TEMPLATE: WIDESCREEN (single-widescreen.php)
//--------------------------------------------------*/
body.post-template-single-widescreen-php #main-navigation {
}
body.post-template-single-widescreen-php .post_slider {
	overflow: hidden;
	position: relative;
}
body.post-template-single-widescreen-php .post_slider .slides {
	max-height: 800px;
	overflow: hidden;
}
body.post-template-single-widescreen-php .post_slider .caption {
	bottom: 0;
	padding: 0 0 68px 53px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.75) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	position: absolute;
	z-index: 1;
	width: 100%;
}
body.post-template-single-widescreen-php .post_slider .caption h2 {
	color: #FFF;
	font-family: 'ff-meta-serif-web-pro', serif;
	max-width: 80%;
	line-height: 59px;
	background: url("../img/theme/border1.gif") no-repeat scroll left bottom transparent;
	display: block;
	text-decoration: none;
	padding: 0 0 27px;
	margin: 0;
	font-size: 48px;
	text-align: left !important;
}
body.post-template-single-widescreen-php .post_slider .caption .container .contributor {
	float: left;
	clear: both;
	margin-right: 48px;
	margin-top: 15px;
	color: #FFF;
}
body.post-template-single-widescreen-php .post_slider .caption .container .contributor strong {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 10px;
}
body.post-template-single-widescreen-php .post_slider .caption .container .contributor span {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
}
body.post-template-single-widescreen-php .post_slider .caption .container .location {
	float: left;
	margin-right: 48px;
	margin-top: 15px;
	color: #FFF;
}
body.post-template-single-widescreen-php .post_slider .caption .container .location strong {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 10px;
}
body.post-template-single-widescreen-php .post_slider .caption .container .location span {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
}
body.post-template-single-widescreen-php .post_slider .caption .container .readmore {
	float: left;
	margin-right: 20px;
	margin-top: 22px;
	color: #FFF;
}
body.post-template-single-widescreen-php .post_slider .caption .container .readmore strong {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 10px;
}
body.post-template-single-widescreen-php .post_slider .caption .container .readmore span {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
}
body.post-template-single-widescreen-php .post_slider .caption .container a {
	color: #FFF;
	text-decoration: none;
}
body.post-template-single-widescreen-php .post_slider .caption .container a:hover {
	text-decoration: underline;
}
body.post-template-single-widescreen-php .post_slider img {
	margin-bottom: 0 !important;
}
body.post-template-single-widescreen-php #content .inner-content {
	max-width: 960px;
	padding: 65px 31px 5px;
}
body.post-template-single-widescreen-php .post p {
	margin: 0 auto 28px;
	max-width: 600px;
}
body.post-template-single-widescreen-php .post img {
	margin-bottom: 28px;
}
.post_slider_wrapper {
	position: relative;
	background: none repeat scroll 0 0 #F0F0F0;
}
.post_slider_wrapper .loading {
	position: absolute;
	z-index: 2000;
	width: 100%;
	text-align: center;
	padding-top: 150px;
}
.post_slider_wrapper .loading .pot-loader {
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 36px;
	display: inline-block;
}
.post_slider_wrapper .post_slider {
	overflow: hidden;
	position: relative;
}
.post_slider_wrapper .post_slider, .post_slider_wrapper .post_slider img {
	height: 650px;
}
.post_slider_wrapper .post_slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post_slider_wrapper .post_slider li {
	float: left;
	margin: 0 5px 0 0;
}
/* IE6 issues */
.post_slider_wrapper .post_slider ul {
	width: 100%;
}
.post_slider_wrapper .controls .prev-page, .controls .next-page {
	display: block;
	height: 100%;
	opacity: 0.59;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 44px;
	z-index: 200;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.post_slider_wrapper .controls .prev-page {
	background: url(../img/theme/previous-btn.png) no-repeat 0 0 #000;
	left: 0px;
	background-position: 0 50%;
}
.post_slider_wrapper .controls .next-page {
	background: url(../img/theme/next-btn.png) no-repeat 0 0 #000;
	right: 0px;
	background-position: 0 50%;
}
.post_slider_wrapper .controls .prev-page:hover, .post_slider_wrapper .controls .next-page:hover {
	opacity: 0.70;
}
.vc_figure-caption {
	font-size: 14px !important;
	color: #adadad;
}
/*------------------------------------------
// SUPPORT AUTHOR (IN POST)
//------------------------------------------*/
.supportauthor {
	margin: 43px auto 0;
	text-align: center;
	max-width: 700px;
}
.supportauthor h2 {
	font-family: 'europa', sans-serif !important;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.supportauthor ul {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	display: flex;
	max-width: 234px;
}
.supportauthor ul li {
	width: 33%;
}
.supportauthor ul li a {
	width: 100%;
	padding: 18px;
	display: block;
	text-align: center;
	height: 25px;
	transition: background 0.3s;
}
.supportauthor ul li a img {
	margin-bottom: 0 !important;
}
.supportauthor ul li a span {
	display: none;
}
.supportauthor ul li a.fb {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll 33px -67px / 193px auto #425f9c;
}
.supportauthor ul li a.fb:hover, .supportauthor ul li a.tw:hover, .supportauthor ul li a.pin:hover {
	background-color: #363636;
}
.supportauthor ul li a.tw {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -46px -67px / 193px auto #00acee;
}
.supportauthor ul li a.pin {
	background: url("../img/theme/social_share_retna.png") no-repeat scroll -145px -67px / 193px auto #c61620;
}
/*------------------------------------------
// POST DATE INFO (IN POST)
//------------------------------------------*/
.postdate {
	padding-top: 30px;
}
.postdate span {
	font-family: "ff-meta-serif-web-pro", serif;
	font-style: italic;
	font-size: 19px;
}
/*------------------------------------------
// KEEP READING
//------------------------------------------*/
.keepreading-nav {
	border-top: 1px solid #CCCCCC;
	padding: 19px 35px 50px;
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
}
.keepreading-nav .navbit {
	width: 50%;
	float: left;
	text-align: left;
}
.keepreading-nav .navbit span {
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.keepreading-nav .navbit a {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
}
.keepreading-nav .next {
	text-align: right;
}
/*------------------------------------------
// JOURNAL
//------------------------------------------*/
.journal {
	border-top: 1px solid #eceae4;
	padding-top: 25px;
}
.journal .inner-content {
	max-width: 1300px !important;
	padding: 22px 25px 0 25px !important;
}
.journal .journal_header {
}
.journal .journal_header a {
	color: #000;
}
.journal .journal_header a:hover {
	color: #666;
}
.journal .journal_header h1 {
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 53px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 12px;
	color: #000;
}
.journal .journal_header p {
	padding-bottom: 18px;
	border-bottom: 4px solid black;
	font-family: 'ff-meta-serif-web-pro', serif;
	font-size: 20px;
	line-height: 24px;
	color: #666;
	margin-bottom: 16px;
}
.journal .journal_entries {
	display: flex;
	flex-flow: row wrap;
}
.journal .journal_entries .postauthor {
	margin: 0;
	max-width: inherit;
	padding-top: 0;
	width: 16%;
	padding-right: 54px;
}
.journal .journal_entries .postauthor .avatar {
}
.journal .journal_entries .postauthor .avatar img {
	border-radius: 100px 100px 100px 100px;
}
.journal .journal_entries .supportauthor {
}
.journal .journal_entries .journal_title {
	font-family: 'ff-meta-serif-web-pro', serif;
	text-align: left;
	font-size: 39px;
	background: none;
	padding-bottom: 0px;
	margin-bottom: 22px;
	line-height: 40px;
	font-weight: normal !important;
}
.journal .journal_entries .journal_title a {
	color: #000;
}
.journal .journal_entries .journal_title a:hover {
	color: #666;
}
.journal .journal_entries .meta {
	display: block;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0px;
	margin-bottom: 42px;
	line-height: 20px;
	padding-top: 7px;
}
.journal .journal_entries .postauthor p {
	line-height: 19px;
	font-size: 13px;
}
.journal .journal_entries .postauthor a {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ddd39e;
}
.journal .journal_entries .postauthor a:hover {
	color: #666;
	border-bottom: 1px solid black;
}
.journal .journal_entries .post {
	margin-bottom: 40px;
	width: 60%;
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}
.journal .journal_entries .post p {
	font-size: 17px;
	line-height: 25px;
}
.journal .journal_entries .post a {
	color: #000;
	font-weight: bold;
	border-bottom: none;
}
.journal .journal_entries .post a:hover {
	text-decoration: none;
}
.journal .journal_entries .journal_post img {
	margin-bottom: 32px;
}
.journal .journal_footer {
	text-align: center;
	background: rgba(0, 0, 0, 0) url("../img/theme/border2.gif") repeat-x scroll center center;
	margin-bottom: 67px;
}
.journal .journal_footer a.button_black {
	background-color: #FFF;
}
/*------------------------------------------
// GOOGLE MAP IN POST
//------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/*------------------------------------------
// XMAS THEME
//------------------------------------------*/
.listings .carousel li.xmas {
	background-color: #c42020;
}
.listings .carousel li.xmas div.introtext div.description {
	color: #FFF;
}
.listings .carousel li.xmas div.introtext span.category {
	border: 1px solid #FFF;
}
.carousel {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#photo-carousel {
	list-style: none;
	padding: 0;
}
.video {
	height: 100%;
	width: 100%;
}
.slideshow {
	position: relative;
}
.slideshow a.next-btn, .slideshow a.previous-btn {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 32px;
	position: absolute;
	text-decoration: none;
	top: 49%;
	width: 17px;
	z-index: 500;
}
.slideshow a.previous-btn {
	background: url("../img/theme/next-prev-btn.png") no-repeat left top;
	left: 20px;
}
.slideshow a.next-btn {
	background: url("../img/theme/next-prev-btn.png") no-repeat left bottom;
	right: 20px;
}
.slideshow .controls {
	bottom: 10px;
	position: absolute;
	right: 30px;
	text-align: center;
	z-index: 1000;
	width: 120px;
}
.slideshow .controls a {
	background: url("../img/theme/flex-control-nav-bg.png") no-repeat scroll right top transparent;
	cursor: pointer;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding-top: 6px;
	text-decoration: none;
	width: 6px;
	margin: 0 5px;
}
.slideshow .controls a:hover, .slideshow .controls a.activeSlide {
	background-position: left top;
}
/*------------------------------------------
// 4.1  INSTAGRAM PHOTO ESSAY
//------------------------------------------*/
.listings .carousel .photo-container .instagram-description {
	position: absolute;
	background: url(../img/theme/overlay2.png) repeat 0 0;
	width: 350px;
	right: 0;
	top: 3%;
	padding: 16px;
}
.listings .carousel .photo-container .instagram-description .avatar {
	float: left;
	margin-right: 11px;
}
.listings .carousel .photo-container .instagram-description .avatar img {
	border-radius: 100px 100px 100px 100px;
}
.listings .carousel .photo-container .instagram-description a {
	color: #FFF;
}
.listings .carousel .photo-container .instagram-description a:hover {
	color: #FF3D35;
}
.listings .carousel .photo-container .instagram-description .comment {
	float: left;
	width: 285px;
}
.listings .carousel .photo-container .instagram-description .comment h2 {
	font-family: 'ff-meta-serif-web-pro';
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.listings .carousel .photo-container .instagram-description .comment p {
	color: #CCC;
	font-size: 12px;
	line-height: 16px;
}
/*------------------------------------------
// 4.1  INSTAGRAM FEED v2
//------------------------------------------*/
#absolute_loader {
	background-color: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	bottom: 69px;
	box-shadow: 1px 1px 4px #000000;
	-moz-box-shadow: 1px 1px 4px #000000;
	-webkit-box-shadow: 1px 1px 4px #000000;
	padding: 11px;
	position: fixed;
	right: 13px;
	text-align: center;
	z-index: 1000;
}
body.post-template-page-instagram-v2-php div#content {
	background-color: #333;
	min-height: 1000px;
}
div#instagram-feed div.instagramUser {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
div#instagram-feed div.instagramUser div.avatar {
	margin: 0 auto;
	width: 60px;
}
div#instagram-feed div.instagramUser div.avatar img {
	border-radius: 100px 100px 100px 100px;
	box-shadow: 0 0 0 2px #eee, 0 0 0 2px #999;
	-moz-box-shadow: 0 0 0 3px white, 0 0 0 4px #999;
}
div#instagram-feed div.instagramMoreinfo {
	position: absolute;
	width: 100%;
	bottom: 97px;
	display: none;
}
div#instagram-feed div.instagramMoreinfo div {
	margin: 0 auto;
	width: 50%;
	background-color: rgba(0,0,0,0.8);
	padding: 25px;
	text-align: center;
	border-radius: 4px;
}
div#instagram-feed div.instagramMoreinfo div span.instagramCaption {
	display: block;
	font-family: 'ff-meta-serif-web-pro';
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	color: white;
}
div#instagram-feed div.instagramMoreinfo div span.username {
	display: block;
	font-weight: bold;
	color: white;
}
div#instagram-feed span.instagramLocation {
	margin: 7px;
	padding: 10px 10px 10px 28px;
	position: absolute;
	display: block;
	z-index: 2;
	color: white;
	font-size: 11px;
	background: url("../img/theme/icon_mappin_white.png") no-repeat scroll 12px 10px rgba(0, 0, 0, 0.8);
}
div#instagram-feed span.instagramLocation a {
	color: white;
}
div#instagram-feed span.instagramLocation a:hover {
	text-decoration: underline;
	color: white;
}
div#instagram_intro {
	position: fixed;
	width: 100%;
	z-index: 3;
}
div#instagram_intro div.instagram_intro_content {
	background-color: #FFF;
	box-shadow: 2px 2px 11px black;
	-moz-box-shadow: 2px 2px 11px #000000;
	width: 47%;
	padding: 50px 81px;
	text-align: center;
	margin: 75px auto 0 auto;
}
div#instagram_intro div.instagram_intro_content p {
	margin-bottom: 45px;
}
div#instagramShare {
	position: fixed;
	width: 100%;
	z-index: 1;
	display: none;
}
div#instagramShare div {
	margin: 12px 0 0 auto;
	width: 96px;
	background-color: #FFF;
	box-shadow: 2px 2px 11px black;
	-moz-box-shadow: 2px 2px 11px #000000;
	padding: 14px 20px;
	overflow: hidden;
}
div#instagramShare span.text {
	display: block;
	float: left;
	margin-right: 10px;
	color: #666;
}
div#instagramShare span.icons {
	display: block;
	float: right;
}
div#instagramShare span.icons a {
	display: block;
	float: left;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
div#instagramShare span.icons a.fb {
	margin-right: 15px;
}
div#instagramShare span.icons a:hover {
	opacity: 0.5;
}
/* Custom Styles */

html.html-photoessay, body.post-template-page-photoessay-php {
	height: 100%
}
body.post-template-page-photoessay-php {
	padding-bottom: 0;
}
#photoEssay_Wide {
	height: 100%;
	overflow: hidden;
}
/*------------------------------------------
// DARK THEME
//------------------------------------------*/
.darktheme {
	background-color: #191919;
}
.darktheme .post p {
	color: #FFF;
}
.darktheme .post .dropcap > p:first-child::first-letter {
	color: #666;
}
.darktheme .post strong {
	color: #FFF;
}
.darktheme .post a, .darktheme .post .contributors a {
	color: #666;
}
.darktheme a.button_black {
	color: #FFF !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.darktheme .post .postauthor .author-link {
	color: #FFF;
}
/*------------------------------------------
// GRAVITY FORMS CSS
//------------------------------------------*/
.gform_wrapper span.gform_description {
	font-size: 18px;
	line-height: 26px;
}
.gform_wrapper .gform_heading {
	margin-bottom: 3.125em;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 16px;
	font-family: 'europa',sans-serif;
}
.gform_wrapper .gfield_description {
	font-size: 15px !important;
	font-family: 'europa',sans-serif !important;
	color:gray;
	line-height: 16px !important;
	margin-bottom: 19px;
}
.gform_wrapper .top_label li ul.gfield_checkbox li label {
	font-family: 'europa',sans-serif !important;
	font-size: 15px !important;
	padding-left: 6px;
	line-height: 16px;
}
.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
	font-size: 14px !important;
	font-family: 'europa',sans-serif !important;
	color:gray;
}
.gform_wrapper .styled-checkboxes label.gfield_label {
	text-align: center !important;
	display: block !important;
	margin-bottom: 21px !important;
}
.gform_wrapper .styled-checkboxes ul.gfield_checkbox {
	display: flex;
	flex-flow: row wrap;
}
.gform_wrapper .styled-checkboxes ul.gfield_checkbox li {
	width: 48%;
	padding: 9px !important;
	background-color: #f0f0f0;
	margin-right: 4px;
	border-radius: 3px;
}
.gform_wrapper .gfield_radio li label {
	margin: 0px !important;
	font-size: 16px !important;
	font-family: 'europa',sans-serif;
}
.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_wrapper textarea.medium {
	font-size: 13px;
	padding: 7px;
}
.gform_wrapper select {
	font-size: 15px !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper .name_first input, .gform_wrapper .name_last input {
	font-size: 17px !important;
	font-family: 'europa',sans-serif !important;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	padding: 12px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 15px;
	padding: 12px;
}

.gform_wrapper input[type="submit"],.gform_wrapper .gform_next_button {
	background-color: #D94A56;
	color: white;
	font-family: 'europa',sans-serif;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 10px;
	min-width: 175px;
	transition: background-color 0.5s;
}
.gform_wrapper input[type="submit"]:hover,.gform_wrapper .gform_next_button:hover {
	background-color: #1D2059;
}
.gform_wrapper .gform_previous_button {
	background-color: #b3b3b3;
	color: white;
	font-family: 'europa',sans-serif;
	font-weight: bold;
	border: none;
	border-radius: 6px;
	padding: 10px;
	min-width: 175px;
	transition: background-color 0.5s;
}
.gform_wrapper .gform_previous_button:hover {
	background-color: #8a8a8a;
}
.gform_wrapper .center-field {
	text-align: center;
}
.gform_wrapper .terms-checkbox {
	background-color:#f4f4f4;
	padding: 18px !important;
}
.gform_wrapper .terms-checkbox .ginput_container_checkbox {
	background-color: white;
	padding: 3px;
}
.gform_wrapper .terms-checkbox input {
	margin-top: 0px !important;
}
#gform_13 .gfield_total {
	display: none;
}

#gform_13 ul.gfield_radio {
	overflow: hidden;
}
#gform_13 ul.gfield_radio li input[type="radio"]
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     position: relative;
     background-color: #f1f1f1 !important;
     color: #666;
     height: 30px;
     width: 30px !important;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
	display: none;
}
#gform_13 ul.gfield_radio li {
	display: inline-block;
	margin-right: 6px;
}
#gform_13 ul.gfield_radio li label {
	background-color: #f2f2f2;
	margin-right: 9px;
	padding: 12px 16px !important;
	border-radius:7px;
	width: 100%;
	border: 1px solid #f2f2f2;
	max-width: 100% !important;
	font-size: 17px !important;
}
#gform_13 ul.gfield_radio li input[type="radio"]:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
#gform_13 ul.gfield_radio li input[type="radio"]:hover
{
     background-color: #f7f7f7;
}
#gform_13 ul.gfield_radio li input[type="radio"]:checked ~ label
{
     background-color: #e2f7e0;
	border: 1px solid #83aa83;
}
.gfmuf-wrap {
	text-align: center;
}
.gfmuf-upload-wrap {
	border-radius: 100px;
}
.gfmuf-img-wrap {
	border-radius: 100px;
}
.gfmuf-img-wrap {
	background-image: url(../img/assets/member-default-avatar.jpg) !important;
}
.gfmuf-upload-wrap .edit-image {
	border-radius: 100px;
	background-color:#008bff !important;
	display: inline-block !important;
	height: 40px !important;
	width: 40px !important;
	background-image: url(../img/assets/upload_icon.png) !important;
	background-size: 24px;
}
.gfmuf-img-wrap img {
	border-radius: 100px;
}
.gfmuf-upload-wrap .edit-image:hover {
	background-color:#125b99 !important;
}
.gfmuf-fit {
	width: 50px;
	height: 50px;
	left:inherit !important;
	right: 0;
}
.gform_wrapper .onboarding_text {
	margin-bottom:47px;
}
.gform_wrapper .onboarding_text h1 {
	font-size:41px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.gform_wrapper .onboarding_text p {
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'europa',sans-serif;
}
.onboarding_wrapper .gform_page_footer {
	text-align: center;
	margin-top: 34px !important;
}
.gform_wrapper .onboarding_text .onboarding_image {
	margin-bottom:10px;
	text-align: center;
}
.gform_wrapper .onboarding_text .onboarding_image img {
	width: 175px;
}
.gform_wrapper .onboarding_text .onboarding_image img.onboarding_image_lg {
	width: 200px;
}
.onboarding_wrapper {
	transition: all 0.15s ease-in-out;
}
.gform_confirmation_message .onboarding_text {
	text-align: center;
}

.gform_confirmation_message .onboarding_text h1 {
	font-size:41px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	font-family: 'ff-meta-serif-web-pro', serif;
}
.gform_confirmation_message .onboarding_text .gform_page_footer {
	margin: 14px 0;
	border-top: 1px dotted #CCC;
	padding: 16px 0 0;
	clear: both;
}

/*------------------------------------------
// VISUAL COMPOSER CSS
//------------------------------------------*/
.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* RESPONSIVE HOMEPAGE FIXES */
@media (max-width: 1425px) {
	.LgFeatured_1 .column div.text h1 {
		font-size: 28px;
		line-height: 32px;
	}
	#header #main-navigation {
		display: block !important;
	}
	#header .header_menu {
		display: none;
	}
	#header .logo {
		width: 33%;
		padding-right:0;
		text-align:center;
	}
	#header .logo h1 {
		float:none;
	}
	#header .nav-columns {
		margin: 8px 30px 0 30px;
	}
}


@media (max-width: 1315px) {
	.LgFeatured_1 .banner img {
		transform: scale(1.4, 1.4);
		-webkit-transform: scale(1.4, 1.4);
	}

	body.video-page .meta {
		display: none;
	}
	.emailnewsletter .container .CTA_form form input {
		width: 324px;
	}
	.emailnewsletter .container .CTA_descr {
		margin-right: 30px;
		margin-left: 197px;
	}
}
@media (max-width: 1210px) {
	.LgFeatured_1 .banner img {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.LgFeatured_1 .banner {
		width: 100%;
		display: block;
	}
	.LgFeatured_1 .column {
		display: block;
		width: 100%;
	}
}



@media (max-width: 1023px) {
	#login-nav .gift a {
		font-size: 17px;
	}
#login-nav .gift a span {
	display: none;
}
}

@media (min-width: 1280px) {
	.featured img {
		height: 100%;
		width: 100%;
	}
	.featured .caption {
	}
	div.page_featuredimage div.page_quote {
		margin-top: 18%;
	}
}

@media (max-width: 1120px) {
	#content .right-panel .inner-content {
		width: auto;
		padding-right: 35px;
		max-width: none;
	}
	.featured .featured_image_mobile {
		display: none;
	}
	div.page_featuredimage div.page_quote {
		margin-top: 11%;
	}
}

@media (max-width: 1086px) {
	.homepage_slider ul li img {
		opacity: 0.5 !important;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	.emailnewsletter .container .CTA_descr {
		margin-right: 35px;
	}
	.emailnewsletter .container .CTA_form form input {
		width: 272px;
	}
}

@media (max-width: 723px) {
.secondi .secondi_container ul.features li {
	width: 100%;
}
}

@media (min-width: 980px) and (max-width: 1120px) {
.featured .caption {
}
.featured .featured_image_mobile {
	display: none;
}
}

/*------------------------------------------
// IPAD LANDSCAPE
//------------------------------------------*/
@media (max-width: 1024px) and (max-height: 768px) {
.featured .caption {
}
.featured .featured_image_mobile {
	display: none;
}
.listings .carousel li.introslide div.introtext {
	margin-top: 0;
}
}

@media (min-width: 820px) and (max-width: 979px) {
.featured .caption {
}
.featured .featured_image_mobile {
	display: none;
}
.frame .caption h2 {
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 8px;
}
/*.wrapper{padding:0 35px;}*/
.stories_menu {
	margin: 0 35px;
}
.listings .carousel .photo-container .description {
	width: 55%;
}
div.teamphotos {
	padding: 0 35px;
}
div.teamphotos ul li {
	width: 33%;
}
.journal .journal_entries .post {
	width: 71%;
}
.journal .inner-content {
	padding: 22px 25px 0 25px !important;
}
}

@media (min-width: 769px) and (max-width: 819px) {
.featured .caption {
}
.featured .featured_image_mobile {
	display: none;
}
.frame .caption h2 {
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 8px;
}
.frame .caption p {
	margin-bottom: 10px;
	width: 70%;
}
/*.wrapper{padding:0 35px;}*/
.stories_menu {
	margin: 0 35px;
}
.listings .carousel .photo-container .description {
	width: 55%;
}
div.teamphotos {
	padding: 0 35px;
}
div.teamphotos ul li {
	width: 33%;
}
}

@media (max-width: 768px) {
	.frame {
	}
	.featured .caption {
		padding-bottom: 32px;
	}
	.frame .caption .metadata {
		font-size: 10px;
	}
	.featured .featured_image_mobile {
		display: none;
	}
	.frame .caption h2 {
		line-height: 28px;
		margin-bottom: 8px;
		font-size: 20px;
	}
	.featured .caption .container {
	}
	.featured .caption .container h2 {
	}
	.one-third {
		width: 50%;
	}
	#gridposts .one-third:nth-child(4n+0) {
		display: block;
	}
	.gridposts2 .one-third:nth-child(2n+0) {
		display: block;
	}
	.stories-content {
		padding: 30px 20px 0 20px !important
	}
	.stories-content .post h2 {
		font-size: 45px;
	}
	.stories_menu {
		margin: 0 20px;
	}
	#content .right-panel .inner-content {
		padding-left: 35px;
	}
	.left-panel, .right-panel {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.left-panel {
		overflow: hidden;
	}
	.right-panel {
		margin-top: 0;
		z-index: 2;
		padding-top: 25px;
		background-color: #FFF;
	}
	.right-panel .postinfo {
		max-width: inherit;
		padding: 0 39px;
	}
	.listings .carousel .photo-container .description {
		width: 40%;
	}
	div.teamphotos {
		padding: 0 35px;
	}
	div.teamphotos ul li {
		width: 50%;
	}
	.slideshow {
		margin-top: -10%;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 13px !important;
	}
	.flex-direction-nav .flex-next {
		margin-right: 13px !important;
	}
	div.page_featuredimage div.page_quote {
		margin-top: 5%;
		width: 65%;
	}
	div.page_featuredimage div.page_quote h1 {
		font-size: 14px;
	}
	div#instagram_intro div.instagram_intro_content h2 {
		font-size: 22px;
	}
	.LgFeatured_2 {
		width: 100%;
	}
	.stories .story {
		width: 45%;
		margin-right: 10%;
	}
	.stories .story:nth-child(3n) {
		margin-right: 10%;
	}
	.stories .story:nth-child(2n) {
		margin-right: 0;
	}
	body.post-template-single-widescreen-php .homepage_slider .caption {
		padding: 0 0 16px 53px;
	}
	body.post-template-single-widescreen-php .homepage_slider .caption h2 {
		font-size: 40px;
	}
	body.post-template-single-widescreen-php .homepage_slider .caption .container .contributor {
		display: none;
	}
	body.post-template-single-widescreen-php .homepage_slider .caption .container .location {
		display: none;
	}
	.post_slider_wrapper .post_slider, .post_slider_wrapper .post_slider img {
		height: 500px;
	}
	.mag_wrapper .coverimage img {
		width: 275px;
	}
	.mag_wrapper .copy {
		margin: 13px 15px 0;
	}
	.mag_wrapper .copy h1 {
		font-size: 24px;
	}
	.post-template-single-photoessay-v2-php .at_the_table .intro .text h1 {
		font-size: 37px;
		line-height: 39px;
		border-top: 3px solid #FBF6A7;
	}
	.post-template-single-photoessay-v2-php .at_the_table .intro span.location {
		font-size: 12px;
	}
	.post-template-single-photoessay-v2-php .at_the_table .intro .text h2 {
		font-size: 20px;
	}
}

@media (max-width: 730px) {
	.mag_wrapper .coverimage {
		float: none;
		text-align: center;
		margin: 0 auto;
		max-width: 369px;
	}
	.mag_wrapper .coverimage img {
		width: 100%;
	}
	.mag_wrapper .copy {
		padding-top: 30px;
	}
	.billboard {
		height: auto;
	}
	.videotemplate .featured-video .featured-video-bit {
		min-height: 300px;
	}
}

@media (max-height:630px) {
.billboard {
	height: auto;
}
}

@media (max-width: 620px) {
.featured .caption {
}
.featured .featured_image_mobile {
	display: none;
}
.frame .caption h2 {
	font-size: 23px;
	line-height: 31px;
	margin-bottom: 5px;
	padding-bottom: 7px;
}
.frame.caption p {
	margin-bottom: 5px;
	width: 90%;
	font-size: 11px;
	line-height: 14px;
}
.one-third {
	width: 50%;
}
.listings .carousel .photo-container .description {
	width: 75%;
}
div.teamphotos ul li {
	width: 50%;
}
div.page_featuredimage div.page_quote {
	display: none;
}
}

/*@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	body { padding-bottom:0px; }
	.featured .featured_image_mobile { display:block; }
	#footer { position: static; }
	#footer p{float:none; text-align:center; margin-bottom:7px;}
	#footer #footer-navigation {float:none; text-align:center;}
	#footer #footer-navigation ul li{margin:0 6px;}
	.post h2{font-size:18px;}
	div.teamphotos ul li {width:50%; }
	.listings .previous-btn, .listings .next-btn { top:30%; }
	.listings .carousel .photo-container .description{width:75%;}
	.carousel li { margin-right:0px !important; }
	#content .inner-content { padding-top:30px; }
	.page .right-panel .inner-content { padding-top:25px !important; }
	.slideshow { width: 100%; }
}*/

/*------------------------------------------
// MOBILE - IPHONE LANDSCAPE
//------------------------------------------*/
@media (max-width:568px) {
	#header .logo h1 a {
		width: 124px;
	}
	body.home #header .logo h1 a, body.blog #header .logo h1 a, body.video-page #header .logo h1 a {
		background-size:124px;
	}
	body.home #main-navigation {
		padding-top: 3px;
	}
	#login-nav .avatar span {
		display: none;
	}
	#header.sticky .logo h1 a {
		background-size: 124px !important;
	}
	.stories-wrapper .vc_pageable-slide-wrapper {
		display: block;
	}
	#footer {
		padding: 28px 28px 20px;
	}
	#footer .wrapper {
		padding: 0;
	}
	#footer #footer-navigation {
		display: none;
	}
	#footer .newsletter {
		float: none;
		width: 100%;
		margin-bottom: 28px;
	}
	#footer .socialmedia {
		float: none;
		width: 100%;
		margin-bottom: 32px;
	}
	#footer .socialmedia ul li {
		margin-left: 0px;
		margin-right: 10px;
	}
	#footer p {
		float: none;
		margin-bottom: 7px;
	}
	#footer #footer-navigation {
		float: none;
		text-align: center;
	}
	#footer #footer-navigation ul li {
		margin: 0 6px;
	}
	#footer .wrapper .columns {
		display: block;
	}
	#footer .wrapper .columns .footer-column {
		width: 100%;
	}
	#footer .wrapper .description a {
		background-size: 150px 37px;
		width: 150px;
		height:37px;
		margin-bottom: 7px;
	}
	#footer .wrapper .description h2 {
		font-size: 18px;
	}
	#footer .footer_newsletter {
		max-width: 100%;
	}
	#footer .footer_newsletter form input.email {
		width: 65%;
		margin-bottom: 9px;
		border-radius: 0;
	}
	#footer .socialmedia ul li {
		margin-right: 8px;
	}
	#footer .socialmedia {
		margin-left: 0;
		overflow: hidden;
		margin-bottom:15px;
	}
	.featured .caption .container {
		margin-top: 0px;
	}
	.stories_menu ul li {
		margin-right: 0px !important;
		width: 50%;
		padding-bottom: 11px;
	}
	.stories_menu {
		padding: 21px 0 2px;
	}
	.categoryheader {
		padding-top: 0;
	}
	.post_slider_wrapper .post_slider, .post_slider_wrapper .post_slider img {
		height: 350px;
	}
	.journal .journal_entries .postauthor {
		width: 100%;
		padding-right: 0;
	}
	.journal .journal_entries .postauthor .avatar img {
		margin-right: 4px;
	}
	.journal .journal_entries .meta {
		display: inline;
	}
	.journal .journal_entries .social {
		display: none;
	}
	.journal .journal_entries .postauthor .avatar {
		margin-bottom: 13px;
	}
	.journal .journal_entries .postauthor .avatar a {
		border-bottom: none;
	}
	.journal .journal_entries .post {
		width: 100%;
	}
	.sidr {
		width: 100%;
	}
	.sidr .menu_wrapper {
		display: block;
	}
	.sidr .menu_wrapper .menus {
		width: inherit;
		margin-top: 29px;
	}
	.sidr ul {
		margin-left: 37px;
		font-size: 41px;
	}
	.sidr ul li {
		line-height:64px;
	}
	.sidr ul li a, .sidr ul li span {
		padding: 0;
	}
	.sidr a.close {
		margin: 19px 25px;
	}
	.sidr .socialmedia {
		margin-left: 0;
	}
	.sidr .latestissue {
		margin: 8px auto 28px auto;
		max-width: 305px;
	}

}

/* HOMEPAGE FEATURED FIXES */
@media (max-width: 1280px) {
.featured_category section {
	width: 15%;
}
}

@media (max-width:1170px) {
	.homepage_contributors .story_wrapper section {
		width: 27%;
	}
	.home-CTA {
		background-position: 475px;
	}
}

@media (max-width: 1120px) {

	.at_the_table .intro .text {
		margin: 15% auto;
	}
	.featured_journal .container .contributors ul li img {
		width: 130px;
		height: 130px;
	}
	.featured_journal .container .contributors ul li {
		padding-left: 149px;
	}
}

@media (max-width: 1070px) {
	#footer #footer-navigation {
		float: none;
		clear: both;
	}
	#footer #footer-navigation ul {
		margin-bottom: 15px;
	}
	#footer #footer-navigation ul li {
		margin-left: 0px;
		margin-right: 27px;
	}
	#footer #footer-navigation ul li a {
		font-size: 13px;
	}
	.featured {
		height: 700px;
	}
	.featured .caption .container {
		max-width: 700px;
	}
	.flex-control-nav-wrapper {
		display: none;
	}
	.homepage_slider ul li img {
		min-width: 250%;
		margin-left: -500px;
	}
}

@media (max-width: 1020px) {
.featured_category section {
	padding: 17px;
}

.stories_menu ul li {
	width: 17%;
}
}

@media (max-width: 1000px) {
	.at_the_table .intro .text {
		margin: 13% auto;
	}
	.featured_journal .container {
		padding: 0 34px;
	}
	.featured_journal .container .contributors {
		margin-left: 30px;
	}
	.featured_journal .container .journal {
		padding-right: 30px;
	}
	.featured_journal .container .journal ul li img {
		margin-top: 0;
	}
	.emailnewsletter .container .CTA_form form input {
		width: 229px;
	}
	.emailnewsletter .container .CTA_descr {
		max-width: 305px;
	}
	#login-nav ul li.join a span.two {
		display: inherit;
	}
	#login-nav ul li.join a span.one {
		display: none;
	}
}

@media (max-width:950px) {
.emailnewsletter .container .CTA_form form input {
	width: 204px;
}
.stories_menu ul li {
	width: 16%;
}
body.author .authorprofile .author-sidebar {
	width: 100%;
	margin-right: 0;
}
body.author .post .postauthor {
	max-width: 100%;
	padding: 0;
}
body.author .authorprofile .author-sidebar .avatar {
	float: inherit;
	margin-right: 28px;
}
body.author .authorprofile .author-sidebar .userinfo {
	max-width: 600px;
}
body.author .post .postauthor .userinfo .author-elsewhere {
	float: left;
}
body.author .author-stories {
	width: 100%;
}
body.author .authorprofile .author-sidebar .userinfo .author-elsewhere span {
	display: inline-block;
	margin-right: 10px;
}
}

@media (max-width: 900px) {
	#main-navigation ul li a {
		font-size: 15px;
	}
	.at_the_table .intro .text {
	margin: 10% auto;
}
.at_the_table div.page_featuredimage .flexslider img, .at_the_table_event div.page_featuredimage .flexslider img {
	width: 1000px !important;
	margin-left: -60px;
}
.at_the_table .upcomingevents ul li {
	width: 50%;
}
.featured_category {
	padding-top: 0;
}
.featured_category section {
	width: 27%;
	padding-top: 45px;
	padding-bottom: 40px;
}
.featured_category section:nth-child(3) {
	border-right: none;
}
.featured_category section:nth-child(4), .featured_category section:nth-child(5) {
	width: 43%;
	border-top: 1px solid #D5D5D5;
}
.emailnewsletter .container {
	background: none;
}
.emailnewsletter .container .CTA_descr {
	float: none;
	margin: 0 auto 9px auto;
	max-width: 276px;
	padding-left: 136px;
	background: url(../img/theme/icon_newsletter-animated.gif) no-repeat left 15px;
	background-size: 120px 120px;
}
.emailnewsletter .container .CTA_form {
	clear: left;
	float: none;
	padding: 0 28px 0 28px 0;
	padding-top: 28px;
	text-align: center;
}
.emailnewsletter .container .CTA_form form input {
	width: 266px;
}
}

@media (max-width: 830px) {
.at_the_table div.page_featuredimage .flexslider img, .at_the_table_event div.page_featuredimage .flexslider img {
	margin-left: -104px;
}
.homepage_contributors .story_wrapper section {
	width: 40%;
}
.homepage_contributors .story_wrapper section:nth-child(2) {
	border-right: none;
}
.homepage_contributors .story_wrapper section:nth-child(3) {
	border-right: 1px solid #D5D5D5;
}
.homepage_contributors .story_wrapper section:nth-child(4) {
	border-right: none;
	border-bottom: 1px solid #D5D5D5;
}
.video_stories .one-third {
	width: 50%;
}
.post-template-single-photoessay-v2-php .intro {
	position: inherit;
	padding-top: 40px;
	padding-bottom: 10px;
}
.post-template-single-photoessay-v2-php .flexslider .slides img {
	opacity: 1 !important;
}
.post-template-single-photoessay-v2-php .intro .text h1 {
	font-size: 46px;
	line-height: 47px;
}
.post-template-single-photoessay-v2-php .intro .text h2 {
	font-size: 18px;
	line-height: 24px;
}
.post-template-single-photoessay-v2-php .intro span.date {
	float: none;
	display: inline-block;
	margin-bottom: 9px;
}
.post-template-single-photoessay-v2-php .intro span.location {
	font-size: 11px;
}
.post-template-single-photoessay-v2-php #content .inner-content {
	padding: 25px 0 0 0;
}
.contributors .contributor {
	width: 41%;
}
}

@media (max-width: 800px) {
	.at_the_table_event .eventinfo .description {
		margin: 39px auto 0 auto;
		max-width: 500px;
		float: none;
	}
	.at_the_table_event .eventinfo .details {
		float: none;
		max-width: 260px;
		margin: 0 auto;
	}
	.at_the_table_event .eventinfo .title h1 {
		font-size: 38px;
		line-height: 46px;
	}
	.homepage_slider ul li img {
		width: 186%;
		margin-left: -200px;
	}
}

@media (max-width: 875px) {
.at_the_table div.page_featuredimage .flexslider img, .at_the_table_event div.page_featuredimage .flexslider img {
	margin-left: -128px;
}
.stories_menu {
	padding-bottom: 7px;
}
#main-navigation li.menuitem {
	display: none !important;
}
#main-navigation li.menu {
	display: block !important;
}
#main-navigation li.menu {
	display: block !important;
}


#main-navigation li.magazinelink a {
	display: none;
}
	#main-navigation .gift a {
		display: inline-block;
		font-size:17px !important;
	}

}

@media (max-width: 745px) {
.featured_journal .container .journal {
	width: 100%;
	padding-right: 0;
	border-right: none;
}
.featured_journal .container .contributors {
	width: 100%;
	margin-left: 0;
	margin-top: 25px;
}
.stories_menu ul li {
	width: 43%;
}
	.home-CTA {
		background-position: 420px;
	}
}

@media (max-width: 700px) {
	.at_the_table div.page_featuredimage .flexslider img, .at_the_table_event div.page_featuredimage .flexslider img {
		margin-left: -168px;
	}
	.at_the_table .intro .text .presents {
		font-size: 12px;
		letter-spacing: 8px;
	}
	#main-navigation ul li a {
		font-size: 13px !important;
	}
	body.video-page .categoryheader .tmk_title {
		background-size: 450px 82px;
		width: 450px;
		height: 82px;
	}
	body.video-page .categoryheader {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.featured .caption .container {
		max-width: 500px;
	}
	.featured .caption .container a h2 {
		font-size:34px;
		line-height: 38px;
	}
}

@media (max-width:646px) {
	.paywall_meter .paywall_meter_wrapper .join a {
		display: inline;
	}
	.paywall_meter .paywall_meter_wrapper .join_button span {
		display: none;
	}
	.paywall_meter .paywall_meter_wrapper .title {
		font-size: 16px !important;
	}
	.paywall_meter .paywall_meter_wrapper .subtext {
		font-size:14px;
	}
	.home-CTA {
		background-size: 618px;
		background-position: 344px;
		padding: 0 26px;
	}
	.home-CTA .CTA-join-wrapper .copy span.title {
		font-size: 32px;
		line-height:38px;
	}
	.home-CTA .CTA-join-wrapper {
		margin: 0;
		max-width: 347px;
		
	}
}

@media (max-width: 600px) {
	.at_the_table .upcomingevents ul li {
		width: 100%;
	}
	#header .nav-columns {
		margin:8px 15px 0 15px;
	}
	#login-nav ul li.signin {
		display: none;
	}
}

@media (max-width:594px) {
	.contributors .contributor {
		width: 100%;
	}
}

@media (max-width: 570px) {
	.featured {
		height: 625px;
	}
	.featured_category section {
		width: 43%;
	}
	.featured_category section:nth-child(2), .featured_category section:nth-child(4) {
		border-right: none;
	}
	.featured_category section:nth-child(3) {
		border-top: 1px solid #D5D5D5;
		border-right: 1px solid #D5D5D5;
	}
	.featured_category section:nth-child(5) {
		width: 100%;
	}
	#searchoverlay {
		padding: 37px;
	}
	#searchoverlay input[type="text"] {
		font-size: 55px;
	}
	.homepage_slider ul li img {
		min-width: 325%;
		margin-left: -500px;
	}
}

@media (max-width: 530px) {
	body.video-page .categoryheader .tmk_title {
		background-size: 322px 59px;
		width: 322px;
		height: 59px;
	}
	.homepage_contributors .story_wrapper section {
		width: 33%;
	}
	#comments ul.commentlist ul.children {
		padding-left: 0;
	}
	#comments ul.commentlist div.reply {
		margin-bottom: 17px;
	}
	#comments ul.commentlist ul.children article.comment {
		padding: 9px 9px 2px 9px;
	}
	#comments ul.commentlist .comment .comment-meta img.avatar {
		margin-right: 6px;
		height: 30px;
		width: 30px;
	}
	#comments ul.commentlist .comment .comment-author .fn {
		font-size: 13px;
	}
	#comments ul.commentlist .comment .comment-content {
		padding-left: 36px;
	}
	.homepage_slider ul li img {
		width: 260%;
	}
	#hellobar .issue4 img {
		width: 140px;
		padding-left: 16px;
	}
	#hellobar .issue4 .words_wrapper {
		padding-top: 22px;
	}
	#hellobar .issue4 p {
		font-size: 16px;
		padding-bottom: 8px;
	}
	.popup-expertise {
		top: 15px;
	}
	.gform_wrapper .styled-checkboxes ul.gfield_checkbox li {
		width: 100%;
	}
}

@media (max-width: 492px) {
	.home-CTA {
		background: url("../img/theme/cta_asianfood_1_m.png") no-repeat 3px 3px rgb(252, 251, 241);
		background-size: 300px;
		background-position: 271px -51px;
	}
	.home-CTA .CTA-join-wrapper {
		max-width: 267px;
	}
	.home-CTA .CTA-join-wrapper .copy span.title {
		font-size: 27px;
		line-height: 35px;
	}
	.home-CTA .CTA-join-wrapper .copy p {
		font-size: 15px;
		line-height: 24px;
	}
	.featured_category section.categoryinfo {
		width: 100%;
		border-right: none;
	}
	.featured_category section {
		width: 39%;
	}
	.featured_category section:nth-child(2) {
		border-top: 1px solid #D5D5D5;
		border-right: 1px solid #D5D5D5;
	}
	.featured_category section:nth-child(3) {
		border-right: none;
	}
	.featured_category section:nth-child(4) {
		width: 39%;
		border-right: 1px solid #D5D5D5;
	}
	.featured_category section:nth-child(5) {
		width: 39%;
	}
	body.author .authorprofile .author-sidebar .postauthor .avatar img {
		width: 80px;
		height: 80px;
		float: inherit;
	}
	#gate_story a.button_cyan {
		display: block;
		margin-bottom: 14px;
	}
	#gate_story .mepr-unauthorized-message span.title {
		font-size: 26px;
	}
	#gate_story .mepr-unauthorized-message .illustration img {
		
	}
	.emailnewsletter .container .CTA_form form input {
		width: 147px;
	}
}

@media (max-width: 480px) {
.at_the_table div.page_featuredimage .flexslider img {
	margin-left: -371px;
	width: 1200px !important;
}
.at_the_table_event div.page_featuredimage .flexslider img {
	margin-left: -371px;
	width: 1300px !important;
}
.at_the_table_event .eventinfo .description p {
	font-size: 12px;
}
.at_the_table .intro .text {
	margin: 30% auto;
}
.at_the_table .intro .text .presents {
	letter-spacing: 6px;
}
.at_the_table .intro .text p {
	font-size: 13px;
}
	
}

/*------------------------------------------
// MOBILE - IPHONE PORTRAIT
//------------------------------------------*/
@media (max-width: 480px) {
	body {
		padding-bottom: 0px;
	}
	/*#header #main-navigation{display:none;}
		#main-navigation2 {display:block;}*/

	body.home #content, body.blog #content {
		position: relative;
		z-index: 50;
	}
	
	
	.featured .caption .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.caption p {
		font-size: 15px;
		line-height: 20px;
	}
	.featured .caption .container .readmore {
		margin-top: 41px;
	}
	.featured .caption .container .category {
		display: none;
	}
	.frame .caption p {
		margin-bottom: 13px;
		font-size: 11px;
		line-height: 20px;
		width: 90%;
	}
	.frame .caption h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.flex-direction-nav {
		display: none;
	}
	/*.homepage_slider ul li img.featured_image_full {
		margin-left: -50px;
	}
	.featured img {
		height: 280px;
	}
	.featured .caption .container {
		color: black
	}
	.featured .caption .container .location span {
		font-size: 11px;
	}
	.featured .caption {
		position: relative;
		top: 0;
		background-color: #eceae4;
		padding: 20px 0 36px 0;
	}
	.featured .caption .container a h2 {
		font-size: 26px;
		line-height: 30px;
		padding: 10px 0 15px;
		color: black;
		border-top: none;
	}
	.featured .caption .container a h2:hover {
		color: black;
		text-decoration: underline;
	}
	.featured .caption .container .location {
		margin-bottom: 0;
	}
	.caption p {
		color: #787878;
	}
	.caption .readmore a {
		color: #363636;
		background-color: rgba(251,246,167,1.0);
		border: none;
		font-size: 16px;
		padding: 9px 22px;
		cursor: pointer;
		transition: border 0.5s;
		-webkit-transition: border 0.5s;
		font-weight: normal;
		font-family: 'europa', sans-serif;
	}
	.featured .caption .container {
		padding: 5px 19px;
	}*/
	.LgFeatured_1 .banner {
		display: block;
		width: 100%;
	}
	.LgFeatured_1 .column {
		display: block;
		width: 100%;
		overflow: clear;
	}
	.LgFeatured_2 {
		height: 361px;
		background-color: #191919;
	}
	.flex-direction-nav {
		margin-right: 0 !important;
		padding-bottom: 16px !important;
		width: 89px !important;
	}
	.secondi .secondi_container ul.features li p {
		width: 270px;
	}
	.one-third {
		width: 100%;
	}
	.postinfo {
		padding-left: 15px;
		padding-right: 15px;
	}
	div.teamphotos ul li {
		width: 100%;
	}
	.listings .previous-btn, .listings .next-btn {
		top: 40%;
	}
	.listings .carousel .photo-container .description {
		position: static;
		width: 93%;
		background: none;
		background-color: black;
	}
	.listings .carousel .photo-container .instagram-description {
		position: static;
		width: auto;
		overflow: hidden;
		background: none;
		background-color: black;
	}
	.listings .carousel .photo-container .instagram-description .comment {
		width: 78%;
		float: left;
	}
	.listings .carousel li.introslide div.introtext div.description {
		padding: 0;
	}
	.listings .carousel li.introslide .sociables {
		padding-left: 0;
		width: 254px;
	}
	.carousel li {
		margin-right: 11px !important;
	}
	#content .inner-content {
		padding-top: 30px;
	}
	.page .right-panel .inner-content {
		padding-top: 25px !important;
	}
	.slideshow {
		width: 100%;
	}
	#content {
		min-height: 251px
	}
	.listings .carousel li.introslide {
		width: 320px;
		height: 100% !important;
	}
	.listings .carousel li.introslide div.introtext h1 {
		font-size: 12px !important;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
	.listings .carousel li.introslide div.introtext {
		padding: 10px 40px;
	}
	body.home div.page_featuredimage .flexslider img {
		width: 800px !important;
		margin-left: -200px;
	}
	body.page-template-page-with-top-banner-php #vimeovideo {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	div#dinner_mailinglist form input[type="text"] {
		width: 200px;
	}
	div#dinner_mailinglist form input[type="email"] {
		width: 200px;
	}
	div#dinner_mailinglist form select {
		width: 200px;
	}
	div#dinner_mailinglist form textarea {
		width: 200px;
	}
	div#instagram_intro {
		position: absolute !important;
	}
	div#instagram_intro div.instagram_intro_content {
		padding: 40px;
		width: 66%;
	}
	div#instagram_intro div.instagram_intro_content h2 {
		font-size: 15px !important;
		line-height: 26px;
	}
	div#instagramShare {
		bottom: 14px;
	}
	div#instagramShare div {
		margin: 12px auto;
	}
	div#absolute_loader {
		display: none !important;
	}
	section.contribute_forms ul li {
		width: 50%;
	}
	.stories .story {
		width: 100%;
		margin-right: 0;
	}
	.stories .story:nth-child(3n) {
		margin-right: 0;
	}
	.stories .story:nth-child(2n) {
		margin-right: 0;
	}
	.supportauthor ul li {
		float: none;
		margin-right: 0;
	}
	.postinfo h1 {
		font-size: 32px;
	}
	body.post-template-single-widescreen-php #content .inner-content {
		padding: 40px 31px 5px;
	}
	.post_slider_wrapper .post_slider, .post_slider_wrapper .post_slider img {
		height: 200px;
	}
	#footer .siteby {
		float: left;
	}
	#storyheader div.storytitle {
		display: none;
	}
	.video_stories .one-third {
		width: 100%;
	}
	.issuecontents .screenshots {
		background-size: 1200px;
		height: 181px;
	}
	.stories_menu ul li {
		width: 41%;
	}
	.button_white, .button_black {
		font-size:16px !important;
	}
}

@media (max-width:435px) {
	.emailnewsletter .container .CTA_descr {
		max-width: 189px;
		padding-right: 25px;
	}
	.videotemplate .featured-video .featured-video-bit {
		min-height: 220px;
	}
	.videotemplate .featured-video .featured-video-bit .video-info .title-info h1 {
		font-size: 23px;
	}
	.videotemplate .featured-video .featured-video-bit .video-info .title-info span.metadata {
		font-size: 11px;
	}
	#hellobar .issue4 img {
		width: 115px;
		padding-left: 16px;
	}
	#hellobar .issue4 .words_wrapper {
		padding-top: 16px;
	}
	#hellobar .issue4 p {
		font-size: 14px;
		padding-bottom: 5px;
	}
	#hellobar .issue4 .cta {
		font-size: 14px;
	}
}

@media (max-width: 375px) {
	body.video-page .categoryheader .tmk_title {
		background-size: 274px 50px;
		width: 274px;
		height: 50px;
	}
	.home-CTA {
		background-size: 200px;
		background-position: 254px -37px;
	}
	#hellobar .issue4 img {
		width: 99px;
		padding-left: 8px;
		margin-right: 5px;
	}
}

@media (max-width: 360px) {
.at_the_table div.page_featuredimage .flexslider img, .at_the_table_event div.page_featuredimage .flexslider img {
	margin-left: -419px;
}
.at_the_table .intro .text h1 {
	font-size: 44px;
}
.at_the_table .intro .text .presents {
	letter-spacing: 2px;
}
}

@media (max-width: 330px) {
	body.video-page .categoryheader .tmk_title {
		background-size: 200px 37px;
		width: 200px;
		height: 37px;
	}
	.emailnewsletter .container .CTA_form form input {
		width: 151px;
	}
	.emailnewsletter .container .CTA_descr p {
		font-size: 16px;
	}
}