/*
	Theme Name: Whitney English
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: http://madetothrive.com
	Template: genesis
*/



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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

@font-face {
    font-family: 'river_jaderegular';
    src: url('river_jade-webfont.woff2') format('woff2'),
         url('river_jade-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?cmhb0g');
  src:  url('icomoon.eot?cmhb0g#iefix') format('embedded-opentype'),
    url('icomoon.ttf?cmhb0g') format('truetype'),
    url('icomoon.woff?cmhb0g') format('woff'),
    url('icomoon.svg?cmhb0g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
font-size: 13px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-pinterest:before {
  content: "\ead1";
}

/* Global Elements
--------------------------------------------- */

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
	height: 100%; 
	font-size: 18px;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .08em;
    font-family: "proxima-nova",sans-serif;
}

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

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

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

a {
    color: #000;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #000;
	opacity: .7;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
    font-style: normal;
    color: #000;
    margin: 50px auto;
    font-family: "proxima-nova-extra-condensed",sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: .06em;
}

.hyphenate {
 	-ms-word-break: break-all;
     	word-break: break-all;
     	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
        hyphens: auto;
}

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

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

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

.entry-content ul > li {
	list-style-type: disc;
}

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


/* Column Classes
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	display: inline-block;
	margin-left: 0;
}

.one-third {
	margin-left: 45px;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 50%;
	vertical-align: top;
}
 
.one-third, .two-sixths {
    	width: 290px;
}
 
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
 
.one-fourth {
	width: 23.076923076923077%;
}
 
.three-fourths {
	width: 74.35897435897436%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* Image Classes
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0 0 20px;
  	font-family: "proxima-nova-extra-condensed",sans-serif;
    font-size: 36px;	
	text-transform: uppercase;
    text-align: left;
    line-height: 43px;
	font-weight: 400;
    letter-spacing: .06em;
}

.entry-title, 
.entry-title a {
	
}


/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
	overflow-x: hidden;
	padding-top: 20px;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 0px auto 0;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}


/* Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99999 !important;
}

.site-header:hover {
	background-color: #fff;
	transition: all 0.5s;
}

.site-header .wrap {
    padding: 20px 0 20px;
    text-align: center;
    position: relative;
    max-width: 1060px;
	width: 96%;
    margin: 0px auto;
}

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

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

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

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

.home-header {
    background-size: cover !important;
    height: 900px;
	margin: 20px auto 0;
    text-align: center;
    background-position: center top !important;
    position: relative;
}

.logo {
    position: absolute;
    top: 373px;
    max-width: 404px;
    left: 0;
    right: 0;
}

.logo2 {
    max-width: 365px;
    margin: 35px 0 70px;
    display: block;
}

a.logo2:hover {
	opacity: 1;
}

.header-arrow {
    max-width: 357px;
    position: absolute;
    top: 490px;
    right: 90px;
}

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

.nav-primary {
	text-transform: none;
	margin: 0px auto 0;
	width: 100%;
	text-align: center;
}

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

.genesis-nav-menu .menu-item, #nav_menu-3 li {
	display: inline-block;
}

.nav-primary .genesis-nav-menu a, #nav_menu-3 a {
    color: #000;
    font-size: 11px;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 600;
	margin: 0px 25px 0;
	position: relative;
}

.nav-primary .genesis-nav-menu li::after, #nav_menu-3 li::after {
    border-right: 1px solid #000;
    width: 1px;
    display: inline-block;
    content: "";
    height: 9px;
    vertical-align: middle;
}

.nav-primary .genesis-nav-menu li:last-child::after, #nav_menu-3 li:last-child::after, #nav_menu-3 .sub-menu li::after {
	display: none;
}

#search-2 {
    width: 19%;
    display: inline-block;
}

#search-2 input {
    font-size: 11px;
    line-height: 11px;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/search1@2x.png) no-repeat;
    background-size: 13px;
    background-position: 12px 10px;
    padding-left: 40px;
}

.search-form {
    max-width: 190px;
	font-size: 11px;
}

#nav_menu-3 {
    width: 60%;
    display: inline-block;
}

#search-2 input[type="submit"] {
    display: none;
}

input[type="search"] {
    margin: 0 auto;
    text-align: left;
}

#custom_html-2 {
    width: 19%;
    display: inline-block;
	text-align: right;
}

#custom_html-2 li {
    display: inline-block;
	margin-left: 13px;
}

#custom_html-2 li:first-child {
	margin-left: 0px;
}

#nav_menu-3 .sub-menu {
    left: auto;
    opacity: 0;
    z-index: 99999;
    text-align: center;
    background: #fff;
    width: 150px;
    position: absolute;
    margin-top: 20px;
    margin-left: -25px;
    padding-bottom: 15px;
	transition: all 0.5s;
}

#nav_menu-3 .sub-menu li {
    width: 150px;
    display: block;
    text-align: center;
    margin: 0px auto 0;
}

#nav_menu-3 .sub-menu a {
	margin: 0;
}

#nav_menu-3 .sub-menu a:hover {
	opacity: .7;
}

#nav_menu-3 .menu-item:hover > .sub-menu {
    opacity: 1;
}

/* Recipes
--------------------------------------------- */
.recipe-list {
    width: 90%;
    max-width: 965px;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    direction: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.recipe-list .fixme {
        width: 200px;
}
.recipe-list .fixme .sf-input-text {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: left;
    width: 200px;
    max-width: 100%;
    margin: 30px 0 -7px;
    letter-spacing: 0.05rem;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span.current {
    border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none!important;
}
.recipe-list .fixme input[type=checkbox]{
    width: 10px;
    height: 10px;
    border: 1px solid black;
    margin:0;
}
.recipe-list .fixme input[type=checkbox]:checked {
    background-color: black;
}
.recipe-list .right {
        width: 90%;
    max-width: 715px;
}
.recipe-list .search-filter-results {
    display: flex;
    display: -ms-flex;
    direction: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.recipe-list .search-filter-results .single-posty {
    width: 30%;
    text-align: center;
    margin-right: 23px;
    margin-bottom: 45px;
}
.recipe-list .search-filter-results .single-posty .title{
        line-height: 1.2;
    margin: 10px auto 0;
    padding: 0 10px;
}
.recipe-list .search-filter-results .single-posty #hero-image{
        width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center;
}
.recipe-list .searchandfilter h4 {
    font-family: "proxima-nova-extra-condensed",sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .06em;
    margin: 25px 0 0px;
}
.recipe-list .fixme h3 {
        margin: 0;
    font-size: 60px;
    font-family: 'river_jaderegular';
    text-transform: none;
    letter-spacing: 0;
    line-height: 50px;
}
/* Home Page
--------------------------------------------- */

.wrap {
    width: 100%;
    margin: 0px auto;
}

.intro {
	width: 90%;
    max-width: 1040px;
    margin: 0px auto;
	display: table;
	position: relative;
	height: 595px;
}

.intro-left {
    width: 50%;
    float: left;
    position: relative;
    height: 635px;
    margin-top: -40px;
}

.intro-left.one {
    width: 100%;
    position: absolute;
    height: 635px !important;
    margin-top: -40px;
    left: calc(-50% - 150px);
    background: #fff;
    margin-right: 150px;
}

.intro-left img {
    max-height: 635px;
    position: absolute;
    right: 150px;
}

.intro-left.one img {
    max-height: 635px;
    position: absolute;
    right: 0;
}

img.graphics-1 {
    position: absolute;
    z-index: 99;
    width: 76px;
    height: auto !important;
    right: -60px !important;
    top: 70px;
}

img.graphics-2 {
    position: absolute;
    z-index: 99;
    width: 41px;
    height: auto !important;
    right: 25px !important;
    top: 310px;
}

.graphics-text {
    position: absolute;
    z-index: 99;
    height: auto !important;
    right: 15px !important;
    top: 480px;
    font-family: 'river_jaderegular';
    font-size: 55px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

.intro-right {
    width: 50%;
    height: 520px;
    text-align: left;
    float: right;
    padding-top: 100px;
}

.intro-right a {
	text-decoration: underline;
}

.intro button {
    border: 0;
    padding: 0;
    text-align: left;
	margin-top: 35px;
	width: auto;
}

.intro button::after {
    width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    padding-top: 15px;
}

.intro-2 {
    background: #fead04 url(//whitneyerd.com/wp-content/uploads/2017/10/WhitneyERD-yellowbackground_0a36cdeedff7a3f510be482a86511ed4.jpg) repeat-x;
        background-size: auto auto;
    height: 660px;
    margin-top: -75px;
    background-size: 6px 660px;
}

.intro-2 .intro-left {
    margin-top: 0px;
    padding-top: 165px;
    color: #fff;
    padding-right: 50px;
}

.intro-2 .intro-left a {
    color: #fff;
    text-decoration: underline;
}

.intro-2 .intro-right {
    width: 50%;
    height: 660px;
    text-align: left;
    float: right;
    padding-top: 100px;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/WhitneyERD-yellowbackground3.png) no-repeat;
    background-size: 459px 660px;
    background-position: 100%;
}

.intro-2 a button {
    color: #fff;
}

.intro-2 a button::after {
	border-bottom: 2px solid #fff;
}

.features {
    height: 250px;
}

.features .intro {
    display: block;
}

.features .intro h2 {
    margin: 60px auto 30px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .3em;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
}

.slick-prev.slick-arrow {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/left-arrow-3@2x.png) no-repeat;
        background-size: auto auto;
    width: 13px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    margin-top: 45px;
    left: 0;
    z-index: 999;
    background-size: 13px;
}

.slick-next.slick-arrow {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/right-arrow-3@2x.png) no-repeat;
    width: 13px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 45px;
	z-index: 999;
    background-size: 13px;
}

.work-ww {
    height: 500px;
    background: #fff;
}

.work-ww h1 {
    display: block;
    background: #fff;
    padding: 0 75px 40px;
    margin: 0px auto;
    text-align: center;
    width: 500px;
    position: relative;
    z-index: 9999;
}

.work-ww h1 em {
    font-size: 80px;
    text-transform: none;
    font-style: normal;
    font-family: 'river_jaderegular';
    margin-left: 8px;
}

.responsive li img {
    max-height: 108px;
}

.home .responsive li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.responsive2 {
    margin-top: -70px;
}

.responsive2 li {
    width: 100%;
    position: relative;
	height: 475px;
}

.left-image {
    height: 475px;
    background-size: cover;
    background-position: center center;
    width: 55%;
    position: absolute;
    left: 0;
}

.right-text {
    width: 555px;
    position: absolute;
    right: 0;
    height: 350px;
    top: 70px;
    background: #fff;
    padding: 20px 130px 0 90px;
    text-align: center;
}

.right-text p {
    margin-bottom: 10px;
}

.right-text h1 {
    font-size: 23px;
    line-height: 27px;
    width: auto;
    padding: 0 0 15px;
}

.right-text button {
    text-align: center;
}

.right-text img {
    max-width: 54px;
    margin-bottom: 45px;
}

.responsive2 .slick-next.slick-arrow {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/right-arrow-1@2x.png) no-repeat;
    background-size: 72px;
    width: 72px;
    border: 0;
    width: 90%;
    max-width: 1040px;
    margin: 0px auto;
    position: absolute;
    right: 0;
    left: 0;
    background-position: 100%;
    top: 220px;
    z-index: 9999;
}

.responsive2 .slick-prev.slick-arrow {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/left-arrow-1@2x.png) no-repeat;
    background-size: 72px;
    width: 72px;
    border: 0;
	width: 90%;
    max-width: 1040px;
    margin: 0px auto;
    position: absolute;
    right: 0;
    left: 0;
    background-position: 0;
    top: 220px;
	z-index: 9999;
}

.responsive2 .slick-prev.slick-arrow {
	display: none !important;
}

.responsive3 {
	overflow: hidden !important;
	height: 560px;
}

.responsive3 h2.entry-title {
    margin-bottom: 10px;
}

.intro-3 {
    height: 390px;
    background: #A8BE5C;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3em;
    font-size: 15px;
	margin-top: -60px;
}

.intro-3 .intro {
    height: auto;
}

.intro-3-arrow {
    width: 136px;
    position: absolute;
    right: 30px;
    top: 150px;
}

.intro-3 h1 {
    padding-top: 135px;
    color: #fff;
    text-align: center;
}

.sitch {
    height: 635px;
    background: #F3F2F0;
}

.sitch .intro {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/tv@2x-1.png) no-repeat;
    background-size: 53px;
    background-position: 215px 62px;
}

.sitch .intro h1 {
    margin: 50px auto;
    font-size: 80px;
    font-family: 'river_jaderegular';
    text-transform: none;
    letter-spacing: 0;
    line-height: 80px;
}

.sitch .intro h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 20px 0;
    margin-bottom: 0;
}

.sitch .intro li {
    width: 322px;
    margin-right: 31px;
    display: inline-block;
    vertical-align: top;
}

.sitch .intro li:last-child {
    margin-right: 0;
}

.sitch .intro button {
    border: 2px solid;
    padding: 20px;
    text-align: center;
    display: block;
    width: auto;
    margin: 40px auto;
}

.sitch .intro button::after, .ask-whit .intro button::after, button.slick-arrow::after {
	display: none;
}

.ask-whit {
    height: 520px;
    background: #dff6fe;
    background-image: url(//whitneyerd.com/wp-content/uploads/2017/10/ask-whit.jpg);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}

.ask-whit h1 {
    text-align: center;
}

.ask-whit h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3em;
    font-size: 13px;
    font-family: "proxima-nova",sans-serif;
    line-height: 1.5em;
    margin-top: 50px;
}

.ask-whit .intro-left {
    background: #fff;
    height: 410px;
    padding: 70px;
    text-align: center;
}

.ask-whit .intro button {
    font-family: 'river_jaderegular';
    font-size: 47px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
	width: 100%;
	line-height: 31px;
	margin-top: 55px;
}

.ask-whit .intro button::before {
    content: "";
    display: inline-block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/left-arrow-1@2x.png) no-repeat;
    width: 68px;
    height: 31px;
    background-size: 68px;
    padding-right: 40px;
	vertical-align: bottom;
	margin-left: 30px;
}

.meal-plan {
    height: 520px;
    background: #C82370;
}

.meal-plan .intro-left {
    margin-top: 0;
    height: 520px;
    width: 45%;
}

.meal-plan .intro-left img {
    height: 460px;
    position: absolute;
    right: 85px;
    bottom: 0;
}

.meal-plan .intro-right {
    width: 55%;
	padding-right: 60px;
	color: #fff;
}

.meal-plan .intro-right h1 {
	color: #fff;
}

.meal-plan h2 {
    text-align: left;
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3em;
    font-size: 13px;
    font-family: "proxima-nova",sans-serif;
    line-height: 1.5em;
	margin: 40px auto;
}


.IG-feed .wrap {
	width: 90%;
    max-width: 1040px;
    margin: 40px auto 10px;
	position: relative;
}

.IG-feed h1 {
    width: 50%;
}

.IG-feed button {
    border: 0;
    padding: 0;
    width: auto;
    text-align: right;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 12px;
		z-index: 9999;
}

.page-id-4499 .content, .page-id-4497 .content, .page-id-4501 .content {
	display: none;
}

.page .entry-content {
	width: 90%;
    max-width: 800px;
    position: relative;
    margin: 0px auto;
    top: 0;
    height: auto;
    left: auto;
    padding: 60px 0;
}

.error404 .content {
    float: none;
    position: relative;
    margin-top: 0;
	text-align: center;
}

.page h2.entry-title, .page .entry-meta, .page .entry-content p {
    width: 100%;
    display: block;
    clear: both;
    float: none;
}

.page .entry-title {
    text-align: center;
}

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

.sig {
    font-family: 'river_jaderegular';
    font-size: 47px;
    text-align: right;
}

.about-wrap {
    display: table;
	width: 90%;
    max-width: 965px;
    margin: 0px auto;
    position: relative;
}

.about-featured {
    background: #fff;
    width: 475px;
    margin-top: 50px;
    padding-right: 70px;
    padding-top: 50px;
    line-height: 27px;
    height: 510px;
}

.about-featured p {
    margin-bottom: 25px;
}

.about-main, 
.about-main-2 {
    margin: 40px auto 40px;
    column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 25px;
    -ms-column-gap: 25px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 130px;
    line-height: 27px;
}

.about-main p, .about-main-2 p {
    margin-bottom: 30px;
}

.about-main-2 {
    margin-bottom: 70px;
}

.about-main a, .about-main-2 a {
    text-decoration: underline;
}

.about-wrap blockquote {
	text-align: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 40px;
    padding-bottom: 40px;
	margin: 0px auto 50px;
	letter-spacing: .08em;
}

.about-wrap.two .about-featured {
    height: 320px;
    width: 650px;
    padding-top: 40px;
    margin-top: 80px;
	padding-right: 60px;
	text-align: center;
}

.about-wrap.two {
	margin: 0px auto 155px;
}

.about-wrap.two h1 {
    text-align: center;
    font-size: 34px;
}

.about-wrap.two h1::before {
    content: "";
    display: block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/bowl@2x.png) no-repeat;
    background-size: 55px;
    width: 55px;
    height: 47px;
    margin: 0px auto 25px;
}

.about-featured button {
    border: 0;
    padding: 0;
    margin-top: 20px;
	width: auto;
}

.about-featured button::after, .about-wrap.four button::after {
 	width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    padding-top: 15px;
}

#teaser-image-2 {
    height:480px;
    background-size: cover;
	background-position: center center;
    width: 65%;
    position: absolute;
    right: 0;
}

.about-wrap.three {
    border-top: 2px solid #000;
    padding-top: 45px;
    margin-bottom: 120px;
}

.about-wrap.three .one-half {
    padding-left: 75px;
}

.about-wrap.three .one-half.first {
    border-right: 2px solid #000;
    padding-right: 75px;
    padding-left: 0px;
}

.about-wrap.three h1 {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 35px;
}

.about-wrap.three li {
    list-style-type: disc;
    margin-left: 15px;
    line-height: 26px;
    letter-spacing: .05em;
}

.about-wrap.four {
    margin-bottom: 70px;
}

.about-wrap.four button {
    border: 0;
    padding: 0;
	width: auto;
}

.about-wrap.four li {
    display: inline-block;
    margin-right: 75px;
    line-height: 31px;
    vertical-align: top;
}

.about-wrap.four li:last-child {
    font-family: 'river_jaderegular';
    font-size: 47px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    margin-right: 0;
}

.about-wrap.four li:last-child::before {
    content: "";
    display: inline-block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/left-arrow-1@2x.png) no-repeat;
    width: 68px;
    height: 31px;
    background-size: 68px;
    padding-right: 40px;
    vertical-align: bottom;
}

/* Pop-Ups
--------------------------------------------- */

#spu-4000 {
    color: #000000;
    width: 850px !important;
    background: #f2f6ff url(//whitneyerd.com/wp-content/uploads/2017/10/Newsletter-pop-up-1-1.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	height: 500px !important;
}

.spu-bg {
    background: #fff !important;
}

.spu-box {
    border-radius: 0 !important;
    max-width: 100%;
	padding: 0px 0px 0px !important;
	margin-top: 0px !important;
	box-shadow: none !important;
}

.spu-content {
    width: 360px;
    float: right;
    margin-right: 105px;
    padding-top: 45px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .05em;
}

.spu-box h2 {
    font-size: 36px !important;
    text-align: center !important;
    line-height: 31px !important;
    margin: 15px auto 20px !important;
}

.spu-box h3 {
    margin: 1.414285714rem 0;
    font-size: 50px !important;
    text-transform: none !important;
    font-style: normal !important;
    font-family: 'river_jaderegular' !important;
    line-height: 60px !important;
    letter-spacing: -.005em !important;
    text-align: center !important;
}

.spu-content p {
    	text-align: center;
}

.spu-box #gform_13 input {
    background: #fff;
    color: #aeada9;
    text-align: center;
    margin: 0px auto 10px;
}

.spu-box #gform_13 input::-moz-placeholder  {
    color: #AEADA9 !important;
	text-align: center !important;
}

.spu-box #gform_13 input::-webkit-input-placeholder {
    color: #AEADA9 !important;
	text-align: center !important;
}

.spu-box #gform_13 .gform_footer.top_label {
    margin: 0 auto !important;
    width: 130px !important;
}

.spu-box #gform_submit_button_13 {
    color: #000 !important;
}

.spu-box #gform_13 .gform_footer.top_label::after {
    border-bottom: 2px solid #000 !Important;
}

.spu-icon-close::before {
    content: "No, thanks." !Important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .05em;
    font-family: "proxima-nova",sans-serif;
	text-decoration: underline;
}

.spu-close {
    position: absolute;
    bottom: 35px !important;
    top: auto !important;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .3;
    filter: alpha(opacity=30);
    color: #000;
    right: 240px !important;
}

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

.services {
    background: #A8BE5C;
    margin-top: 70px;
	position: relative;
	display: table;
	width: 100%;
	height: 1075px;
	color: #fff;
    text-align: center;
	line-height: 27px;
	letter-spacing: .06em;
}

.services p {
	margin-bottom: 30px;
}

.services img {
    margin-top: -70px;
    position: absolute;
    left: -65px;
}

.services h1 {
    text-align: center;
    color: #fff;
	padding-top: 30px;
	margin-bottom: 15px;
}

.services h1 em {
    font-size: 80px;
    text-transform: none;
    font-style: normal;
    font-family: 'river_jaderegular';
	line-height: 96px;
	letter-spacing: -.005em;
}

.services h2 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    line-height: 31px;
	padding: 20px 0 5px;
}

.services h2 em {
    font-size: 50px;
    text-transform: lowercase;
    font-style: normal;
    font-family: 'river_jaderegular';
    line-height: 70px;
    letter-spacing: -.005em;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/services-graphics-1@2x.png) no-repeat;
    background-size: 416px;
    width: 416px;
    height: 60px;
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
}

.services h3 {
    font-family: "proxima-nova",sans-serif;
    font-size: 12px;
    letter-spacing: .3em;
    line-height: 13px;
    text-align: center;
    color: #fff;
	padding-top: 10px;
}

.services a button {
    color: #fff;
    border: 0;
    padding: 20px 0 0;
	width: auto;
}

.services a button::after, .media a button::after {
    width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #fff;
    padding-top: 15px;
}

.page-id-4501 blockquote {
    margin: 65px auto 90px;
}

.right-col {
    width: 480px;
    position: absolute;
    right: 0;
    padding-left: 55px;
}

.left-col {
    position: absolute;
    left: 0;
    top: 610px;
    width: 480px;
    padding-right: 55px;
}

.media {
    background: #FDAC04;
    margin-top: 70px;
    position: relative;
    display: table;
    width: 100%;
    height: 1025px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    letter-spacing: .06em;
}

.media p {
	margin-bottom: 30px;
}

.media img {
    margin-top: -70px;
    position: absolute;
    right: -65px;
}

.media h1 {
    text-align: center;
    color: #fff;
	padding-top: 30px;
	margin-bottom: 15px;
}

.media h1 em {
    font-size: 80px;
    text-transform: none;
    font-style: normal;
    font-family: 'river_jaderegular';
	line-height: 86px;
}

.media h2 {
    font-size: 23px;
    text-align: center;
    color: #fff;
    line-height: 23px;
    padding: 55px 0 0px;
}

.media .right-col h2 {
    margin-bottom: 25px;
    padding: 50px 0 0px;
}

.media .right-col h2::before {
	content: "";
    display: block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/coffee@2x.png) no-repeat;
    background-size: 52px;
    width: 52px;
    height: 54px;
    margin: 0px auto 25px;
}

.media .right-col a button {
    padding-top: 40px;
}

.media h2 em {
    font-size: 50px;
    text-transform: none;
    font-style: normal;
    font-family: 'river_jaderegular';
	line-height: 60px;
	letter-spacing: -.005em;
}

.media h3 {
    font-family: "proxima-nova",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 25px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
	margin-bottom: -10px;
}

.page-id-19949 .content {
    display: none;
}
.media a {
    color: #fff;
    text-decoration: underline;
}

.media a button {
    color: #fff;
    border: 0;
    padding: 20px 0 0;
	width: auto;
}

.media .right-col {
    top: 535px;
}

.media .left-col {
    top: 0;
    padding-right: 75px;
    padding-left: 20px;
}

.media .about-wrap li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 26px;
    letter-spacing: .05em;
	text-align: left;
}



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

.featured-area {
	height: 560px;
}

.featured-area .intro, .intro.graphics {
	height: auto;
}

img.blog-graphics-3 {
    position: absolute;
    z-index: 999;
    width: 47px;
    height: auto !important;
    right: 130px !important;
    top: 410px;
}

.blog-text-3 {
    position: absolute;
    z-index: 999;
    height: auto !important;
    right: 90px !important;
    top: 550px;
    font-family: 'river_jaderegular';
    font-size: 55px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

img.blog-graphics-4 {
    position: absolute;
    z-index: 999;
    width: 25px;
    height: auto !important;
    left: -20px !important;
    top: -30px;
}

.blog-text-4 {
    position: absolute;
    z-index: 999;
    height: auto !important;
    left: 20px !important;
    top: -55px;
    font-family: 'river_jaderegular';
    font-size: 55px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

.archive .between-posts-area.widget-area, .search .between-posts-area.widget-area {
    display: none;
}

.between-posts-area.widget-area {
    background: #F2F1EF;
    padding-top: 130px;
    margin-top: -130px;
    height: 550px;
    margin-bottom: -60px;
}

.between-posts-area.widget-area .intro {
	display: block;
}

.essentials {
    margin-top: 60px;
	width: 100%;
    max-width: 880px;
    margin: 60px auto 0;
}

.essentials .slick-prev.slick-arrow {
    margin-left: -50px;
    margin-top: 70px;
	border: 0;
}

.essentials .slick-next.slick-arrow {
    margin-top: 70px;
    margin-right: -35px;
	border: 0;
}
.essentials li {
    width: 160px;
    height: 160px;
    background: #fff;
    padding: 20px 0;
}

.essentials li img {
    max-width: 120px;
    max-height: 120px;
}

.between-posts-area .intro h1 {
    width: 49%;
    display: inline-block;
}

ul.nav.nav-pills {
    text-align: right;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.nav.nav-pills li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3em;
    line-height: 14px;
}

.nav.nav-pills li::after {
    display: inline-block;
    content: "|";
    padding-left: 10px;
    padding-right: 5px;
}

.nav.nav-pills li:last-child::after {
	display: none;
}

.responsive3 .slick-next.slick-arrow {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/right-arrow-4@2x.png) no-repeat;
    background-size: 28px;
    border: 0;
    width: 95%;
    max-width: 1100px;
    margin: 0px auto;
    position: absolute;
    right: 0;
    left: 0;
    background-position: 100%;
    top: 270px;
    z-index: 9999;
}

.responsive3 .slick-prev.slick-arrow {
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/left-arrow-4@2x.png) no-repeat;
    background-size: 28px;
    border: 0;
	width: 95%;
    max-width: 1100px;
    margin: 0px auto;
    position: absolute;
    right: 0;
    left: 0;
    background-position: 0;
    top: 270px;
	z-index: 9999;
	display: none !Important;
}

.post-categories li {
    font-size: 14px;
    color: #AEADA9;
    display: inline-block;
    list-style-type: none !important;
	margin-bottom: 15px;
}

.post-categories li a {
    color: #AEADA9;
}

.post-categories li::after {
    display: inline-block;
    content: "|";
    padding-left: 8px;
    padding-right: 8px;
}


.post-categories li:last-child::after {
    display: none;
}

.youtube {
    background: #f2f1ef;
    height: 780px;
	padding-top: 140px;
	margin-top: -70px;
}

.youtube-left {
    width: 520px;
    height: 460px;
    background: #fff;
    padding: 30px;
    float: left;
}

.youtube-left h2 {
    font-size: 30px;
    letter-spacing: .06em;
    line-height: 36px;
    margin-top: 15px;
}

.youtube-right {
    width: 495px;
    height: 460px;
    background: #fff;
    padding: 30px;
    float: right;
}

.youtube-right h2 {
    font-size: 20px;
    letter-spacing: .06em;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 20px 0 0 15px;
}

.youtube-right li {
    margin-bottom: 20px;
}

.content {
	float: none;
	position: relative;
	margin-top: -60px;
}

.post {
    position: relative;
    height: 560px;
    margin-bottom: 50px;
}

#teaser-image {
    height: 560px;
    background-size: cover;
	background-position: center center;
    width: 55%;
    position: absolute;
    right: 0;
}

.entry-content {
    width: 55%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    height: 430px;
	padding-right: 100px;
	padding-top: 45px;
}

.entry-content iframe {
    margin: 0px auto;
    display: block;
}

h2.entry-title, .entry-meta, .entry-content p {
    width: 430px;
    display: block;
    clear: both;
    float: right;
}

li.category-other {
    display: none;
}

p.entry-meta .meta2 {
	display: none;
}

p.entry-meta {
    margin-bottom: 0;
}

.single p.entry-meta {
    margin-bottom: 15px;
}

.single p.entry-meta .meta2 {
	display: block;
}

.entry-categories {
    margin-bottom: 15px;
    display: block;
}

.single .entry-categories {
    margin-bottom: 0px;
    display: block;
}

.even #teaser-image, .search .odd #teaser-image, .archive .odd #teaser-image {
    left: 0;
}

.even .entry-content {
    right: 0;
	left: auto;
	padding-left: 100px;
}

.even h2.entry-title, .even .entry-meta, .even .entry-content p {
    float: left;
}

.search .odd h2.entry-title, .search .odd .entry-meta, .search .odd .entry-content p, .archive h2.entry-title, .archive .odd .entry-meta, .archive .odd .entry-content p {
    float: left;
}

.search .odd .entry-content, .archive .odd .entry-content  {
    right: 0;
	left: auto;
	padding-left: 100px;
}

.search .even #teaser-image, .archive .even #teaser-image {
    height: 560px;
    background-size: cover;
	background-position: center center;
    width: 55%;
    position: absolute;
    right: 0;
	left: auto;
}

.search .even .entry-content, 
.archive .even .entry-content {
    width: 55%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    height: 430px;
	padding-right: 100px;
	padding-top: 45px;
}

.search .even h2.entry-title, .search .even .entry-meta, .search .even .entry-content p, .archive .even h2.entry-title, .archive .even .entry-meta, .archive .even .entry-content p {
    width: 430px;
    display: block;
    clear: both;
    float: right;
}

.archive-title {
    max-width: 1010px;
	width:90%;
    margin: 50px auto;
}

.entry-meta {
    font-size: 14px;
	color: #AEADA9;
}

.entry-meta a {
	color: #AEADA9;
}

.single .entry-content p.entry-meta a {
	opacity: 1;
}

.button.more-link {
    display: block;
    margin-top: 35px;
    border: 0;
    text-align: left;
    padding: 0;
    width: 190px;
}

.more-link.button::after {
    width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    padding-top: 15px;
}

.featured-posts-area {
	background-color: #EF5F1F;
	height: 520px;
}

.featured-posts-area .intro {
	width: 90%;
	max-width: 1040px;
}

.featured-posts-area li {
    display: inline-block;
    width: 245px;
    margin-right: 14px;
	position: relative;
	cursor: pointer;
}

.featured-posts-area li a {
		transition: all 0.5s;
}

.featured-posts-area li:last-child {
	margin-right: 0;
}

.featured-posts-area h1 {
    color: #fff;
    text-align: center;
    margin: 90px auto 50px;
}

.featured-posts-area h4 {
    position: absolute;
    top: 75px;
    width: 245px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .3em;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
}

.pagination {
	clear: both;
	width: 100%;
	margin: 0px auto 60px;
}

input.archive-pagination[type="button"] {
    border: 0;
    padding: 0;
        padding-left: 0px;
    font-size: 15px;
    margin-bottom: 50px;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/blog-graphics-5@2x.png) no-repeat;
    background-size: 299px;
    background-position: top center;
    height: 57px;
    padding-left: 5px;
    margin-bottom: 65px;
    margin-top: 10px;
	cursor: pointer;
}

/* Single Post Page
------------------------------------------------------------ */

.single .content {
    margin-top: -40px;
}

.single #teaser-image {
    height: 700px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: absolute;
    right: 0;
}

.single .post {
    height: auto;
    margin-bottom: 0px;
}

.single .entry-content {
	width: 100%;
    max-width: 880px;
    position: relative;
    left: auto;
    top: 0;
    background: #fff;
    height: auto;
	padding: 35px 40px;
    margin: 650px auto 50px;
}

.single .entry-content p a {
	color: #AEADA9;
}

.single .entry-content p a:hover {
	opacity: 1;
	color: #4c4c4c;
}

.single .entry-content h3 {
    font-family: "proxima-nova",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 20px;
    text-transform: uppercase;
}

.single .entry-content h4 {
    font-family: 'river_jaderegular';
    font-size: 42px;
    text-align: left;
    text-transform: none;
    line-height: 54px;
    margin-bottom: 25px;
}

.single .entry-content p {
    margin-bottom: 30px;
	letter-spacing: .05em;
}

.single .entry-content ol, .single .entry-content ul {
    padding: 0 40px 40px 80px;
}

.single .entry-content ol > li, .single .entry-content ul > li {
    padding-left: 5px;
    margin-bottom: 10px;
}

.single h2.entry-title, .single .entry-meta, .single .entry-content p {
    width: 100%;
    display: block;
    clear: both;
    float: none;
}

.single .entry-title {
    font-size: 46px;
    text-align: center;
    line-height: 55px;
    letter-spacing: .07em;
    padding: 0 5%;
}

.single .entry-meta {
	text-align: center;
}

.tm-click-to-tweet .tm-ctt-text a {
    margin: 0;
    padding: 0;
    position: relative;
    color: #000 !Important;
    font-family: "proxima-nova",sans-serif !Important;
    font-size: 13px !Important;
    font-weight: 600 !Important;
    letter-spacing: .3em !Important;
    line-height: 24px !Important;
    text-transform: uppercase !Important;
    opacity: 1 !important;
}

.tm-click-to-tweet {
	border-radius: 0 !important;
    margin: 10px 0px 40px !important;
}

.tm-click-to-tweet a.tm-ctt-btn {
    color: #000 !important;
    font-family: "proxima-nova-extra-condensed",sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: .06em !important;
    opacity: 1 !important;
}

ul.essentials.products {
    width: 720px;
    padding: 0 40px;
	margin-bottom: 80px;
	margin-top: 0
}

.entry-content .sig {
    font-family: 'river_jaderegular';
    font-size: 47px;
    text-align: center;
    margin-top: 60px;
	margin-bottom: 60px;
}

.products .slick-next.slick-arrow {
    margin-right: -42px;
}

.products .slick-prev.slick-arrow {
    margin-left: -20px;
}

.hashtag {
    color: #000;
    font-family: "proxima-nova",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 150px;
    position: relative;
    width: 700px;
    margin: 0px auto;
}

.hashtag::before {
    content: "";
    display: inline-block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/blog-graphics-1@2x.png) no-repeat; 
    background-size: 103px;
    width: 103px;
    height: 42px;
    clear: none;
    position: absolute;
    background-position: center center;
    left: 0;
}

.single .about-wrap blockquote {
    font-size: 23px;
    line-height: 27px;
}

ul.share-buttons {
    font-family: "proxima-nova",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3em;
    line-height: 24px;
    text-transform: uppercase;
    margin: 20px auto;
}

.share-buttons li {
    display: inline-block;
}

.share-buttons li::after {
    display: inline-block;
    content: "|";
    padding-left: 10px;
    padding-right: 5px;
	color: #BAB9B5;
}

.share-buttons li:last-child::after {
	display: none;
}

.share1 a {
    color: #E7235C;
}

.share2 a {
    color: #EE3F48;
}

.share3 a {
    color: #91B170;
}

.share4 a {
    color: #352870;
}

.share5 a {
    color: #FDAC04;
}

.navigation h2 {
    display: none;
}

.nav-previous {
    width: 50%;
    display: inline-block;
	float: left;
}

.nav-previous::before {
    content: "";
    display: inline-block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/left-arrow-2@2x.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    padding-right: 25px;
    vertical-align: middle;
}

.nav-next {
    width: 50%;
    display: inline-block;
    text-align: right;
	float: right;
}

.nav-next::after {
    content: "";
    display: inline-block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/right-arrow-2@2x.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-left: 25px;
    vertical-align: middle;
}

.nav-links a {
    font-family: "proxima-nova",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3em;
    line-height: 15px;
    text-transform: uppercase;
}

.after-post.widget-area {
    background: #352870;
    padding: 90px 0 130px;
    text-align: center;
}

#related-posts-by-taxonomy-2 {
    width: 92%;
	max-width: 1120px;
    margin: 0px auto;
}

#related-posts-by-taxonomy-2 h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

.gallery-item a {
    position: relative;
    z-index: 999;
    transition: all 0.5s;
}

.gallery-item:hover a {
    opacity: 0.2;
}

.gallery-caption {
    font-size: 12px;
    letter-spacing: .3em;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    position: absolute;
    top: 0;
    background: rgba(91, 95, 112, 0.9);
    width: 100%;
    height: 195px;
    color: white;
    text-align: center;
    padding: 0 20px;
        padding-top: 0px;
    padding-top: 0px;
    padding-top: 30%;
    opacity: 0;
    transition: all 0.5s;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-item {
    display: inline-block;
    width: 245px;
    margin: 0 10px;
	position: relative;
}

div.easyrecipe {
    color: #000 !important;
    padding: 50px !important;
    border: 1px solid #dddddd !important;
    font: 14px "proxima-nova",sans-serif !important;
	letter-spacing: .05em !important;
}

.easyrecipe div, .easyrecipe li, .easyrecipe ol, .easyrecipe p, .easyrecipe span, .easyrecipe ul {
    padding: 0 !important;
}

.easyrecipe .ERSTopRight img {
    border: none !important;
}

.easyrecipe .ERSName {
    margin-bottom: 20px !important;
    font-family: "proxima-nova-extra-condensed",sans-serif !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    text-align: left !important;
    line-height: 43px !important;
    font-weight: 400 !important;
    letter-spacing: .06em !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
    color: #000 !important;
    font-family: "proxima-nova",sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .2em !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
}

.easyrecipe .divERSHeadItems {
    margin-bottom: 50px !important;
}

.pre-comment {
	padding: 70px 0;
	text-align: center;
}

.pre-comment button {
    border: 0;
    padding: 0;
	width: auto;
}

.pre-comment button::after {
    width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    padding-top: 15px;
}

.entry-pings {
    display: none;
}

#comments {
    background-color: #F0F2FB;
    padding: 70px 0 50px;
}

.comment-list {
	width: 85%;
    max-width: 900px;
    margin: 0 auto;
}

#comments h3 {
    text-align: center;
    margin-bottom: 70px;
}

li.comment {
    border-bottom: 2px solid #E5E7F5;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

ul.children li.comment {
    border-top: 2px solid #E5E7F5;
    padding-top: 35px;
    margin-top: 35px;
 	border-bottom: 0px solid #E5E7F5;
    padding-bottom: 0px;
    margin-bottom: 0px;
	padding-left: 40px;
}

.comment-edit-link, .comment-meta {
    display: none;
}

.comment-header, .comment-reply {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .2em;
    font-weight: 600;
    line-height: 15px;
}

#respond {
    width: 85%;
    max-width: 900px;
    margin: 45px auto 80px;
    text-align: center;
}

#respond h3 {
	text-align: center;
	margin-bottom: 45px;
}

#respond h3::before {
    content: "";
    display: block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/blog-graphics-2@2x.png) no-repeat;
    background-size: 47px;
    width: 47px;
    height: 47px;
    margin: 0px auto 25px;
}

#respond input[type="submit"] {
    border: 0;
    padding: 0;
    margin: 25px auto 0;
}

p.form-submit::after {
    width: 230px;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    padding-top: 15px;
    margin: 0px auto;
}

#respond label, p.comment-notes {
    display: none;
}

p.comment-form-comment {
    width: 560px;
    float: right;
    margin-bottom: 20px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: 320px;
    float: left;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
    margin: 0px auto 5px;
    padding: 14px;
}

.comment-form-comment textarea {
    margin: 0;
}

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

.footer-widgets {
    clear: both;
    margin: 0px auto;
    overflow: hidden;
    width: 90%;
    text-align: center;
    display: block;
    padding: 25px 0 0;
    font-size: 10px;
    letter-spacing: .3em;
    color: #B9B8B4;
    font-weight: 500;
	text-transform: uppercase;
}

.footer-widgets a {
    color: #B9B8B4;
}

#menu-footer li {
    display: inline-block;
    margin: 35px auto 70px;
}

#menu-footer li a {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    padding: 0 15px;
}

#menu-footer li::after {
    border-right: 1px solid #000;
    width: 1px;
    display: inline-block;
    content: "";
    height: 11px;
    vertical-align: middle;
}

#menu-footer li:last-child::after {
	display: none;
}

.site-footer {
	display: none;
}


/* Form Styling
------------------------------------------------------------ */

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 10px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 25px auto 45px;
    color: #AEADA9;
    font-size: 12px;
    letter-spacing: .08em;
    text-align: center;
	font-family: "proxima-nova",sans-serif;
}

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

:focus {
	outline: none !Important;
}

#gform_12 input:focus {
    border: 0px solid #ededed !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    width: 100%;
    float: none;
    clear: none;
    font-size: 13px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    padding: 20px;
    line-height: 1em;
    font-weight: 600;
	letter-spacing: .3em;
}

button:hover, .button:hover {
	opacity: .7;
}

::-moz-placeholder {
	opacity: 1;
    color: #AEADA9;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-family: "proxima-nova",sans-serif;
    padding: 10px;
}

::-webkit-input-placeholder {
	opacity: 1;
    color: #AEADA9;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-family: "proxima-nova",sans-serif;

}

#gform_11 .gform_footer.top_label {
    width: 155px;
    margin: 0px auto;
}

#gform_11 .gform_footer.top_label::after {
    width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #000;
    padding-top: 5px;
}

#gform_12 .gform_footer.top_label {
    width: 130px;
    margin: 0;
}

#gform_12 .gform_footer.top_label::after {
    width: 100%;
    display: block;
    content: "";
    border-bottom: 2px solid #fff;
    padding-top: 5px;
}

#gform_12 input {
    max-width: 410px;
    text-align: left;
    color: #fff;
    background: #951A54;
    border: 0px solid #ededed !important;
	margin-top: 0;
	margin-bottom: 20px;
}

#gform_wrapper_12 {
    margin-top: 40px;
}

#gform_12 input::-webkit-input-placeholder {
	color: #fff;
	text-align: left;

}

input[type="search"]::-webkit-input-placeholder {
	text-align: left;
	font-size: 11px;

}

input[type="search"]::-moz-placeholder {
	text-align: left;
    padding: 10px;
	font-size: 11px;
}

#gform_12 input::-moz-placeholder  {
	color: #fff;
	text-align: left;
    padding: 10px;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gform_wrapper input[type="submit"] {
    border: 0 !important;
    padding: 0 !important;
    margin: 0px auto !important;
    border: 0 !important;
    background: none !important;
	width: auto;
}

input[type="radio"] {
    	width: auto;
    	margin-right: 5px;
}

.gfield_radio {
	margin-bottom: 30px !important;
}

.gfield_radio label {
    	font-size: 15px;
    	line-height: 30px;
}

.ginput_container_radio input {
    	border: 0;
    	text-align: left;
    	padding: 0;
    	width: auto;
	margin-bottom: 0;
}

.gsection_title {
    	margin: 40px 0;
}

.gfield_label {
    	display: none;
}

.gfield_description {
    	font-size: 14px;
    	line-height: 20px;
    	margin-bottom: 20px;
    	font-style: italic;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block !Important;    /* undo display:none          */
    height: 0 !Important;         /* height:0 is also invisible */ 
    overflow: hidden !Important;  /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto !Important;      /* let the content decide it  */
} /* bootstrap hack end */

.mobile {
	display: none;
}

/* Mobile Styles
--------------------------------------------- */

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

.intro-3-arrow {
    right: 0px;
}

.sitch ul {
	text-align: center;
}

.sitch .intro li {
    max-width: 322px;
    width: 32%;
    margin-right: 1%;
}

.intro-right {
    padding-top: 80px;
    width: 55%;
}

.intro-2 .intro-left {
    padding-top: 140px;
}

.gallery-item {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
}

.youtube-left {
    width: 41%;
    height: auto;
    margin: 0px auto;
}

.youtube-right {
    width: 56%;
    height: auto;
}

.featured-posts-area {
    height: auto;
    padding-bottom: 100px;
}

.featured-posts-area .intro {
    height: auto;
	text-align: center;
}

.featured-posts-area li {
    width: 23%;
    margin: 0 .7%;
}

.featured-posts-area li:last-child {
    margin-right: .7%;
}

.featured-posts-area h4 {
    top: 35%;
    width: 100%;
}

.blog-text-3 {
    right: 50px !important;
}

img.blog-graphics-3 {
    right: 90px !important;
}

img.blog-graphics-4 {
    left: -30px !important;
    top: -40px;
}

.blog-text-4 {
    top: -65px;
    left: 10px !important;
}

}

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

.recipe-list .right {
    width: 75%;
    max-width: 715px;
}
.recipe-list .search-filter-results .single-posty {
    width:215px;
}
.services img {
    left: -120px;
}

.media img {
    right: -120px;
}

h2.entry-title, .entry-meta, .entry-content p, .search .even h2.entry-title, .search .even .entry-meta, .search .even .entry-content p, .archive .even h2.entry-title, .archive .even .entry-meta, .archive .even .entry-content p {
    width: 380px;
}

.entry-content {
    top: 45px;
    height: 470px;
}
}

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

.site-container {
    padding-top: 0px;
}

#spu-bg-4000, #spu-4000 {
	display: none !Important;
}

.page .entry-content {
    padding: 0px 0 60px;
}

.responsive3 {
	overflow: visible !important;
	height: auto;
}

p.comment-form-comment {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: 100%;
    float: none;
}

.single .entry-content ol, .single .entry-content ul {
    padding: 0 40px 40px 40px;
}

.hashtag {
    width: 100%;
}

.blog-text-3, img.blog-graphics-3, .blog-text-4, img.blog-graphics-4 {
	display: none;
}

.about-wrap.four li:last-child::before {
	display: none;
}

.about-wrap.four li:last-child::after {
    content: "";
    display: inline-block;
    background: url(//whitneyerd.com/wp-content/uploads/2017/10/blog-graphics-3@2x.png) no-repeat;
    width: 47px;
    height: 103px;
    background-size: 47px;
    margin-left: 0px;
    vertical-align: bottom;
}

.about-wrap.four li {
    margin-bottom: 10px;
}

.about-wrap.four li:last-child {
    margin-top: 0px;
}

.home-header {
    height: 80vh;
    background-position: center top !important;
    margin-top: 50px;
}

.logo {
    top: 35vh;
    width: 80%;
}

.header-arrow, .intro-3-arrow {
    display: none;
}

.about-featured {
    width: 100%;
    margin: 50px auto 0;
    padding: 0;
    height: auto;
}

.about-featured h1 {
    text-align: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 50px auto 50px;
    letter-spacing: .08em;
}

.about-main, .about-main-2 {
    margin: 30px auto 20px;
    column-count: 1;
    -ms-column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -ms-column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    line-height: 27px;
}

.about-wrap {
    margin: 0px auto 80px;
}

.about-wrap.two .about-featured {
    height: auto;
    width: 85%;
    margin-top: -70px;
    padding: 5%;
}

.about-featured button {
    margin-top: 0px;
}

.about-wrap.three {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
}

.about-wrap.three .one-half.first {
    border-right: 0;
    padding-right: 0;
    padding-left: 0px;
    width: 80%;
    margin: 0px auto;
    display: block;
}

.about-wrap.three .one-half {
    padding-left: 0;
    width: 80%;
    display: block;
    margin: 40px auto;
}

.about-wrap.two h1 {
    text-align: center;
    font-size: 34px;
    border: 0;
    padding: 0;
    margin: 0px auto 30px;
}

.about-wrap.two {
    margin: 0px auto 30px;
}

.about-wrap.four li {
    display: block;
    margin-right: auto;
}

.about-wrap.four li:last-child {
    text-align: center;
    margin-top: 40px;
}

.intro-left.one {
    position: relative;
    left: auto;
    right: 30px;
    margin-top: -50px;
}

.intro-right {
    width: 80%;
    float: none;
    height: auto;
    margin: 0px auto 80px;
}

.intro-2 {
    height: auto;
    margin-top: 0;
    background-position: bottom;
}

.intro-2 .intro {
	width: 100%;
}

.intro-2 .intro-right {
    width: 100%;
    float: none;
    padding-top: 0;
	margin: 0;
	background-position: 110%;
}

.intro-2 .intro-left {
    width: 80%;
    float: none;
    height: auto;
    margin: 0px auto;
    padding: 80px 0 0;
}

.work-ww {
    height: auto;
}

.left-image {
    height: 350px;
    width: 100%;
    position: relative;
    left: 0;
}

.responsive2 li {
    width: 100%;
    position: relative;
    height: auto;
}

.right-text {
    width: 100%;
    position: relative;
    right: 0;
    height: auto;
    top: -60px;
    background: #fff;
    padding: 5% 5% 0px;
    text-align: center;
}

.responsive2 {
    margin-top: 0;
}

.responsive2 .slick-next.slick-arrow {
	top: 150px;
}

.work-ww h1 {
    width: 100%;
    padding: 0 0 40px;
}

.intro-3 {
    height: auto;
    margin: 0px auto;
    padding: 80px 5% 65px;
    letter-spacing: .2em;
    line-height: 24px;
}

.intro-3 h1 {
    padding-top: 0px;
}

.intro-3 h1 br {
	display: none;
}

.ask-whit {
    background-image: none;
    height: auto;
    padding-bottom: 70px;
}

.ask-whit .intro button {
    text-align: center;
    padding-top: 40px;
}

.ask-whit .intro-left {
    background: #fff;
    height: auto;
    padding: 50px 5% 40px;
    text-align: center;
    width: 85%;
    margin: -40px auto;
    float: none;
}

.meal-plan, .meal-plan .intro {
    height: auto;
}

.meal-plan .intro-left {
    display: none;
}

.meal-plan .intro-right {
    width: 85%;
    padding-right: 0;
    color: #fff;
}

.services {
    height: auto;
    display: table;
    margin: 0px auto;
    padding-top: 0px;
}

.services img {
    margin-top: 0;
    position: relative;
    left: auto;
}

.right-col {
    width: 80%;
    position: relative;
    right: auto;
    padding-left: 0;
    margin: 0px auto;
}

.left-col {
    position: relative;
    left: auto;
    top: 0;
    width: 80%;
    padding-right: 0;
    margin: 60px auto 0;
}

.page-id-4501 blockquote {
    margin: 80px auto 0;
}

.media .left-col {
    top: 0;
    padding-right: 0;
    padding-left: 0;
}

.media h1 {
    padding-top: 0;
}

.media img {
    margin-top: 60px;
    position: relative;
    right: auto;
}

.media .right-col {
    top: 0;
}

.archive-title {
    margin: 0px auto 40px;
}

.search .odd .entry-content, .archive .odd .entry-content {
    padding: 5% 7%;
}

.search .even #teaser-image, .archive .even #teaser-image {
    width: 100%;
    position: relative;
    right: auto;
}

.single .content {
    margin-top: 0;
}

.single #teaser-image {
    height: 500px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    right: 0;
}

.single .entry-content {
    margin: -60px auto 50px;
    width: 90%;
    padding: 35px 3%;
}

.single .entry-content {
    text-align: left;
}

.single .entry-content p {
    text-align: left;
}

.single p.entry-meta {
	text-align: center;
}

.logo2 {
    margin: 100px 0 40px;
}

.featured-area {
    height: auto;
}

.youtube-left, .youtube-right {
    width: 100%;
    float: none;
}

.youtube-right {
	margin-top: -30px;
}

.intro {
    height: auto;
}

.youtube {
    height: auto;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: 0;
}

.content {
    margin-top: 0;
}

.post {
	position: relative;
    height: auto;
    margin-bottom: 50px;
}

#teaser-image, #teaser-image-2 {
    width: 100%;
    position: relative;
    right: auto;
}

.entry-content, .search .even .entry-content, .archive .even .entry-content {
    width: 90%;
    position: relative;
    left: auto;
    right: auto;
    margin: -90px auto 20px;
    text-align: center;
    height: auto;
    padding: 5% 7%;
}

.even .entry-content {
    padding: 5% 7%;
}

h2.entry-title, .entry-meta, .entry-content p, .search .even h2.entry-title, .search .even .entry-meta, .search .even .entry-content p, .archive .even h2.entry-title, .archive .even .entry-meta, .archive .even .entry-content p {
    width: 100%;
    text-align: center;
}

.button.more-link {
    text-align: center;
    margin: 35px auto 0;
}

.essentials {
	max-width: 85%;
}

ul.nav.nav-pills {
    text-align: left;
    width: 100%;
    display: block;
    vertical-align: top;
    padding-top: 0;
}

.between-posts-area.widget-area {
    margin-top: 0;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 90px;
    padding-top: 60px;
}

.IG-feed h1 {
    width: 100%;
}

.IG-feed button {
    position: relative;
    top: -10px;
    text-align: left;
    margin-bottom: 20px;
}
.single .entry-title {
    font-size: 36px;
    line-height: 43px;
}

.share-buttons li {
    line-height: 30px;
}
}

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

.recipe-list {
    width:95%;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.recipe-list .fixme {
    width: 250px;
    margin: 0 auto 25px;
    height: 80px;
    overflow: hidden;
}
.recipe-list .fixme.long {
    height: auto;
}
.recipe-list .fixme .sf-field-taxonomy-recipe-type.long, .recipe-list .fixme .sf-field-taxonomy-drinks.long, .recipe-list .fixme .sf-field-taxonomy-special-considerations.long  {
    height:auto;
}
.recipe-list .fixme .sf-field-taxonomy-recipe-type {
    height: 60px;
    overflow: hidden;
}
.recipe-list .fixme .sf-field-taxonomy-drinks {
    height: 60px;
    overflow: hidden;
}
.recipe-list .fixme .sf-field-taxonomy-special-considerations {
    height: 60px;
    overflow: hidden;
}
.recipe-list .fixme .sf-input-text {
    width:250px;
}
.recipe-list .fixme h3 {
    text-align: center;
}
.recipe-list .right {
    width: 476px;
    margin: 0 auto;
}

.featured-posts-area li {
    width: 49%;
	margin: 0 .2% 40px 0;
}

.featured-posts-area li:last-child {
	margin-right: 0;
}

.featured-posts-area {
    padding-bottom: 50px;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

.intro-2 .intro {
    width: 100%;
}
}

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

.intro-left.one {
    height: 600px !important;
	margin-top: -30px;
}

.gallery-item {
    display: block;
    width: 100%;
    margin: 0px auto 20px;
}

.nav-previous, .nav-next {
    width: 100%;
    display: block;
}
.pagination {
    margin: 0px auto 0;
}

.services h2 em {
    width: 100%;
    background: none;
    font-size: 42px;
    margin-bottom: 0;
}

.footer-widgets {
    line-height: 1.5em;
}

#menu-footer li a {
    padding: 0 10px;
}

.ask-whit .intro button::before {
    padding-right: 15px;
}

.ask-whit .intro button{
	width: 90%;
}

.sitch {
    height: auto;
}

.sitch .intro li {
    width: 100%;
    margin: 0px auto 20px;
}

.sitch .intro h2 {
    padding: 10px 20px 20px;
    margin-bottom: 0;
    text-align: center;
}

.sitch .intro button {
    margin: 0px auto 100px;
}

.logo2 {
    width: 80%;
}

#menu-footer li {
    display: inline-block;
    margin: 0px auto 30px;
}

.featured-posts-area li {
    width: 100%;
    margin: 0px auto 20px;
}

#teaser-image {
    width: 100%;
    position: relative;
    right: auto;
	height: 300px;
}

.single #teaser-image {
	height: 300px;
}

.essentials .slick-next.slick-arrow {
    margin-right: 0;
    position: absolute;
    right: -5%;
}

.essentials .slick-next.slick-arrow {
    margin-right: 0;
    position: absolute;
    right: -5%;
}

.responsive3 .slick-next.slick-arrow, .responsive3 .slick-prev.slick-arrow {
	top: 130px;
}
}

@media only screen and (max-width: 500px) {
.recipe-list .right {
    width: 240px;
    margin: 0 auto;
}
.recipe-list .search-filter-results .single-posty {
    width: 215px;
    margin: 0 auto 30px;
}

}

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

.intro-2 .intro-right {
    background-position: 0;
}
}

