/*-----------------------------------------------------------

    Theme Name: MetroPix
	Version: 1.2
    Description: Premium WordPress Theme By WPExplorer
    Author: http://www.wpexplorer.com
    Author URI: http://themeforest.net/user/wpexplorer/
    Designed & Developed by http://www.wpexplorer.com
	Theme URI: http://themeforest.net/user/wpexplorer/galleries
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html



/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.poweredby {
display: none;
}

blockquote p:last-child {
    margin: 0;
}

a:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

a:link {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

p img {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.list-style-none {
    list-style: none !important;
    margin-left: 0 !important;
}

img {
    max-width: 100%;
}


/* Body & Main
================================================== */
body {
    background: #fff;
    nowhitespace: afterproperty;
    font: 14px/22px 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 400;
}

body a {
    color: #009CDC;
}

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

#wrap{
	margin-bottom: 30px;
}

#post {
    float: left;
    width: 640px;
}

#post-full {
    width: 100%;
}

.grid-1{
	width: 980px;
	margin: 0 auto;
}

.column-1 {
	width: 100%;
	margin-bottom: 30px;
}

.column-2 {
    width: 480px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#post .column-2 {
	width: 310px;
}

.column-3 {
    width: 316px;
	margin-right: 16px;
	margin-bottom: 16px;
}

#post .column-3 {
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.column-4 {
    width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#post .column-4 {
	width: 145px;
}

.column-5 {
    width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#post .column-5 {
	width: 112px;
}

.column-6 {
	width: 145px;
	margin-right: 22px;
	margin-bottom: 22px;
}

#post .column-6 {
	width: 90px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.column-7 {
	width: 122px;
	margin-right: 21px;
	margin-bottom: 21px;
}

#post .column-7 {
	width: 82px;
	margin-right: 11px;
	margin-bottom: 11px;
}

.column-8 {
	width: 105px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#post .column-8 {
	width: 73px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.column-9 {
	width: 92px;
	margin-right: 19px;
	margin-bottom: 19px;
}

#post .column-9 {
	width: 71px;
	margin-right: 9px;
	margin-bottom: 9px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9 {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column-1 img,
.column-2 img,
.column-3 img,
.column-4 img,
.column-5 img,
.column-6 img {
	display: block;
	margin: 0 auto;
}



/* Boxed Style
================================================== */
body.body-boxed {
	background: #ddd;
}

#site-wrap.boxed {
	background: #fff;
	width: 1040px;
	margin: 30px auto;
}

#site-wrap.boxed #footer-wrap {
	margin-bottom: 0;
}

#site-wrap.boxed #footer-bottom {
	margin: 0;
	padding-bottom: 20px;
}



/* Commons
================================================== */
img{
	max-width: 100%;
}

.remove-margin {
    margin-right: 0 !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

blockquote {
    position: relative;
    margin: 40px;
    font-size: 16px;
    padding: 30px;
    font-weight: 300;
    color: #000;
    line-height: 1.9em;
}

pre {
    background: #eee;
    margin: 30px 0px;
    padding: 25px;
    line-height: 25px;
    border: 1px solid #eee;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

address {
    letter-spacing: 1px;
    margin: 20px 0;
}

#page-featured-img {
    margin-bottom: 30px;
}

#page-featured-img img {
    display: block;
    width: 100%;
}

.text-align-left{
	text-align: left !important;
}


/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	color: #444;
	line-height: 1.4em;
}

h1 {
    font-size: 1.769em;
    margin: 0 0 20px;
}

h2 {
    font-size: 1.385em;
}

h3 {
    font-size: 1.231em;
}

h4 {
    font-size: 1.154em;
}

h5 {
    font-size: 1.077em;
}

h6 {
    font-size: 1.000em;
    color: #cf2331;
}

.entry ul {
    margin: 30px 0 30px 20px;
}

.entry ol {
    margin: 30px 0 30px 25px;
}

.entry ul li, .entry ol li {
    margin: 0 0 5px;
}

.entry ol {
    list-style: decimal;
}

.entry ul {
    list-style: disc;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 40px 0 20px;
}

p {
    margin: 0 0 20px;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid #eee;
    border-width: 1px 0 0;
    clear: both;
    margin: 30px 0 30px;
    height: 0;
}

a {
    outline: 0;
}

p a, p a:visited {
    line-height: inherit;
}

p a, p a:visited {
    line-height: inherit;
}

/* Headings
================================================== */
#page-heading-wrap {	
	text-align: left;
	font-weight: 300;
	line-height: 1.4em;
	padding: 35px 0;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

#page-heading {
	position: relative;
}

#page-heading h1,
#page-heading h2,
#page-heading .main-title {
	color: #000;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.4em;
	margin: 0;
}

#page-heading-description{
	font-size: 16px;
	margin-top: 10px;	
}

#page-heading-description p:last-child{
	margin: 0;
}

#page-heading #archive-description p:last-child{
	margin: 0;
}

#post-heading h1{
	font-size: 1.769em;
	line-height: 1.6em;
	letter-spacing: -1px;
    margin: 0 0 10px;
}

.entry h2 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.entry h3 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0;
}

.symple-heading{
	position: relative;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.symple-heading:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	height: 3px;
	width: 5%;
	background: #009CDC;
}

.symple-heading.text-align-center{
	text-align: center;
}

.symple-heading.text-align-left{
	text-align: left;
}

.symple-heading.text-align-right{
	text-align: right;
}


/* Header
================================================== */
#header {
    position: relative;
    padding: 60px 0;
}

#logo {
    display: block;
    float: left;
	margin: 0;
}

#logo h2 {
    font-weight: 600;
    font-size: 2.4em;
	line-height: 0;
	margin: 0;
}


/* Main Navigation
================================================== */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    display: inline-block;
    position: relative;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0px;
    top: 40px;
    z-index: 99;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu {
    line-height: 1.0;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 1px;
}


/*styling*/
#navigation {
    position: absolute;
	top: 30px;
	height: 30px;
    right: 0;
	top: 50%;
	margin-top: -15px;
}

#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 0;
}

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
    top: 30px;
}

#navigation .sf-menu ul {
    position: absolute;
    nowhitespace: afterproperty;
    top: -999em;
    z-index: 9999;
	width: 180px;
}

#navigation .sf-menu ul li:first-child {
    border-left: none !important;
}

#navigation .sf-menu ul li:first-child a {
    margin: 0 !important;
}

#navigation .sf-menu > li {
	height: 30px;
    line-height: 30px;
	margin-right: 30px;
}

#navigation .sf-menu > li:last-child{
	margin-right: 0;
}

#navigation .sf-menu a {
    color: #666;
	font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
	border-bottom: 1px solid transparent;
}

#navigation .sf-menu > li > a:hover,
#navigation .sf-menu > li.sfHover > a,
#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current-menu-item > a:hover {
    color: #009CDC;
	border-bottom-color: #009CDC;
}


/*drop-down styles*/
#navigation .sf-menu ul {
	font-size: 13px;
	padding-top: 23px;
}

#navigation .sf-menu ul:before {
	position: absolute;
	top: 16px;
	left: 10px;
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-bottom: 8px solid #444;
}

#navigation .sf-menu ul:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 23px;
	display: block;
	height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#navigation .sf-menu ul ul {
	padding-top: 0;
}

#navigation .sf-menu ul ul:before {
	display: none;
}

#navigation .sf-menu ul a {
    display: block;
    height: auto;
	font-size: 12px;
    line-height: 1.7em;
    padding: 13px 15px;
    margin: 0px;
    border: 0px;
    text-transform: none;
	color: #999;
}

#navigation .sf-menu ul li {
	background: #444;
}

#navigation .sf-menu ul li {
    border-bottom: 1px solid rgba(153,153,153,0.2);
}

#navigation .sf-menu ul li:last-child{
	border: none;
}

#navigation .sf-menu ul li > a:hover {
    color: #fff;
	background: #3c3c3c;
}

#navigation .selector {
    display: none;
}

.menu-main-container {
    text-align: center;
}


/* Secondary Navigation
================================================== */
.sf-menu2, .sf-menu2 * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu2 li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.sf-menu2 li:hover {
    visibility: inherit;
}

.sf-menu2 li:hover ul, .sf-menu2 li.sfHover ul {
    left: 0px;
    top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#fff;
    line-height: 1.5;
    z-index: 99;
}

.sf-menu2 a {
    display: block;
    position: relative;
}

.sf-menu2 ul {
    position: absolute;
    background-color:#fff;
    top: -999em;
    width: 180px;
}

.sf-menu2 ul li {
    width: 100%;
}

.sf-menu2 {
    line-height: 1.0;
}

ul.sf-menu2 li:hover li ul, ul.sf-menu2 li.sfHover li ul {
    top: -999em;
}

ul.sf-menu2 li li:hover ul, ul.sf-menu2 li li.sfHover ul {
    left: 180px;
    top: 1px;
}


/*styling*/
#navigation2 {
    position: absolute;
	top: 30px;
	height: 30px;
    right: 0;
	top: 75%;
	margin-top: -15px;
}

#navigation2 ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 0;
}

#navigation2 .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
    top: 30px;
}

#navigation2 .sf-menu ul {
    position: absolute;
    nowhitespace: afterproperty;
    top: -999em;
    z-index: 9999;
	width: 180px;
}

#navigation2 .sf-menu ul li:first-child {
    border-left: none !important;
}

#navigation2 .sf-menu ul li:first-child a {
    margin: 0 !important;
}

#navigation2 .sf-menu > li {
	height: 30px;
    line-height: 30px;
	margin-right: 30px;
}

#navigation2 .sf-menu > li:last-child{
	margin-right: 0;
}

#navigation2 .sf-menu a {
    color: #666;
	font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
	border-bottom: 1px solid transparent;
}

#navigation2 .sf-menu > li > a:hover,
#navigation2 .sf-menu > li.sfHover > a,
#navigation2 .sf-menu > .current-menu-item > a,
#navigation2 .sf-menu > .current-menu-item > a:hover {
    color: #009CDC;
	border-bottom-color: #009CDC;
}


/*drop-down styles*/
#navigation2 .sf-menu2 ul {
	font-size: 13px;
	padding-top: 3px;
}

#navigation2 .sf-menu2 ul:before {
	position: absolute;
	top: 16px;
	left: 10px;
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-bottom: 8px solid #444;
}

#navigation2 .sf-menu2 ul:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 23px;
	display: block;
	height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#navigation2 .sf-menu2 ul ul {
	padding-top: 0;
}

#navigation2 .sf-menu2 ul ul:before {
	display: none;
}

#navigation2 .sf-menu2 ul a {
    display: block;
    height: auto;
	font-size: 12px;
    line-height: 1.7em;
    padding: 13px 15px;
    margin: 0px;
    border: 0px;
    text-transform: none;
	color: #999;
}

#navigation2 .sf-menu2 ul li {
	background: #444;
}

#navigation2 .sf-menu2 ul li {
    border-bottom: 1px solid rgba(153,153,153,0.2);
}

#navigation2 .sf-menu2 ul li:last-child{
	border: none;
}

#navigation2 .sf-menu2 ul li > a:hover {
    color: #fff;
	background: #3c3c3c;
}

#navigation2 .selector {
    display: none;
}

.menu-main-container {
    text-align: center;
}




/* Flexslider Core
================================================== */

/* FlexSlider Necessary Styles*/
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.flexslider ul {
    margin: 0;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}


/* Homepage
================================================== */
#home-tagline{
	color: #000;
	font-weight: 300;
	text-align: left;
	font-size: 28px;
	line-height: 1.4em;
	padding: 0px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}

#home-tagline p:last-child {
	margin: 0;
}


/* Slider */
#home-slider-wrap {
	position: relative;
	margin-bottom: 60px;
	padding-top: 60px;
	border-top: 2px solid #eee;
}

#home-slider .slide-inner{
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(204,204,204,0.2);
}

#home-slider.flex-loading{
	height: 100px;
	background: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/loader.gif") center center no-repeat;
}

#home-slider .flex-caption{
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 15px 25px;
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	max-width: 500px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#home-slider .flex-caption p:last-child{
	margin: 0;
}

#home-slider .flexslider-container {
    position: relative;
}

#home-slider .flex-direction-nav{
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	height: 16px;
	width: 100%;
}

#home-slider .flex-direction-nav li a.flex-next,
#home-slider .flex-direction-nav li a.flex-prev {
	position: absolute;
	top: 0;
    float: left;
	height: 16px;
	width: 16px;
    cursor: pointer;
	opacity: 0.5;
	text-indent: -9999px;
}

#home-slider .flex-direction-nav li a.flex-prev {
	left: -45px;
	background: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/arrow-left.png") center center no-repeat;
}

#home-slider .flex-direction-nav li a.flex-next {
    right: -45px;
	background: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/arrow-right.png") center center no-repeat;
}

#home-slider .flex-direction-nav li a.flex-next:hover,
#home-slider .flex-direction-nav li a.flex-prev:hover {
    opacity: 1;
}

#home-slider .flex-control-nav,
#home-slider .flex-control-thumbs {
	z-index: 9999;
	position: absolute;
	right: 24px;
	bottom: 28px;
}

#home-slider .flex-control-thumbs li {
	float: left;
}

#home-slider .flex-control-thumbs li:last-child {
	margin: 0;
}

#home-slider .flex-control-thumbs li img {
	height: 50px;
	width: 50px;
	display: block;
	padding: 3px;
	background: #fff;
	margin-right: 5px;
	border-radius: 2px;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.7);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.7);
}

#home-slider .flex-control-thumbs li img:hover,
#home-slider .flex-control-thumbs li img.flex-active {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}


/* Homepage Recent Posts */
#home-recent-posts-left{
	display: block;
	width: 482px;
	float: left;
	height: 100%;
}

#home-recent-posts-left h3 { 
	font-weight: 300;
	font-size: 26px;
	margin: 20px 0 15px;
}

#home-recent-posts-left {
	font-size: 13px;
}

#home-recent-posts-left .recent-posts-left-thumb {
	display: block;
	position: relative;
}

#home-recent-posts-left img {
	display: block;
}

#home-recent-posts-left img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8; 
}

#home-recent-posts-left .readmore {
	font-style: italic;
	font-weight: 600;
	font-size: 13px;
}

#home-recent-posts-right{
	float: right;
	width: 455px;
}

#home-recent-posts-right h3{ 
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 5px;
}

#home-recent-posts-right {
	font-size: 13px;
}

#home-recent-posts-right .recent-posts-sub {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#home-recent-posts-right .thumb {
	float: left;
	width: 120px;
}

#home-recent-posts-right .thumb a {
	display: block;
	position: relative;
}


#home-recent-posts-right .thumb a .post-video-overlay {
	display: none;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/video-small.png");
}

#home-recent-posts-right .thumb img {
	display: block;
}

#home-recent-posts-right .thumb img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#home-recent-posts-right .description {
	float: right;
	width: 305px;
}

#home-recent-posts-right .description .readmore {
	font-style: italic;
	font-weight: 600;
	float: right;
	font-size: 11px;
}

#home-recent-posts-right .recent-posts-sub:last-child {
	margin-bottom: 0;
	border: none;
}



/* Carousels
================================================== */

/* galleries*/
#home-galleries {
	margin-bottom: 90px;
}

#home-galleries ul {
	margin-right: -12px;
}

#home-galleries2 {
	margin-bottom: 0px;
}

#home-galleries2 ul {
	margin-right: -12px;
}

.gallery-carousel-entry {
	float: left;
	margin-right: 12px;
}

.gallery-carousel-entry img{
	display: block;
}

.gallery-carousel-entry img:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#related-galleries {
	margin-top: 40px;
	margin-bottom: 30px;
}


/* posts */
#home-recent-posts-carousel {
	margin-bottom: 60px;
}

#home-recent-posts-carousel ul {
	margin-right: -12px;
}

.post-carousel-entry {
	float: left;
	margin-right: 12px;
	width: 236px;
}


.post-carousel-entry img{
	display: block;
}

.post-carousel-entry img:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.post-carousel-entry h2 {
	font-weight: 300;
	margin: 0 0 5px;
	font-size: 16px;
}

.post-carousel-entry .post-carousel-entry-description {
	background: #f9f9f9;
	padding: 15px;
}

.post-carousel-entry .post-carousel-entry-description p{
	font-size: 13px;
	margin: 0;
}

	



/* Galleries Entries
================================================== */
#gallery-entries {
	margin-right: -20px;
}

.gallery-entry a {
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.gallery-entry-img-link {
	position: relative;
	display: block;
}

.gallery-entry img{
	display: block;
	width: 100%;
}

.gallery-entry-overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.gallery-entry-overlay h2{
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Gallery Filter Template
================================================== */
#gallery-filter {
	list-style: none;
	margin: 0 0 23px;
}

#gallery-filter li {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

#gallery-filter a {
	font-size: 13px;
	display: block;
	color: #666;
	border: 1px solid #ddd;
	padding: 3px 12px;
	background: #f9f9f9;
}

#gallery-filter a.active{
	color: #fff;
	background: #009CDC;
	border-color: #009CDC;
}

/* Blog Entries
================================================== */
.loop-entry {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #ddd;
}

.loop-entry h2 {
	font-size: 28px;
	line-height: 1.6em;
    margin: 0 0 10px;
	font-weight: 300;
}

.loop-entry p:last-child{
	margin: 0;
}

.loop-entry-thumbnail {
	display: block;
	position: relative;
    margin-bottom: 20px;
}

.post-video-overlay {
	display: none;
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #0090cb url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/video.png") center center no-repeat;
}

.loop-entry-thumbnail img {
	display: block;
}

.loop-entry-thumbnail img:hover{
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}

.loop-entry .readmore {
	margin-top: 30px;
	font-style: italic;
	font-weight: 600;
	display: block;
	float: right;
	font-size: 13px;
}


/* Blog Posts
================================================== */
#post-thumbnail,
#post-video {
	position: relative;
    margin-bottom: 30px;
}

#post-thumbnail img {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*tags*/
#post-tags a {
	display: block;
	float: left;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-right: none;
	font-size: 13px;
	color: #555;
}

#post-tags a:hover {
	color: #666;
	background: #eee;
}

#post-tags a:last-child {
	border-right: 1px solid #ddd;
}

#post-tags {
	margin-top: 50px;
}


/* author bio*/
#post-author {
	margin-top: 50px;
}

#post-author-image {
	float: left;
}

#post-author-image img {
	display: block;
}

#post-author-bio { 
	float: right;
	width: 530px;
}


/*related posts*/
#related-posts {
	margin-top: 50px;
	position: relative;
}

#related-posts .symple-heading {
	position: relative;
}

#related-posts .bx-pager {
	position: absolute;
	top: 50%;
	height: 6px;
	margin-top: -3px;
	right: 0;
}

#related-posts .bx-pager-item {
	float: left;
}

#related-posts .bx-pager-item .bx-pager-link{
	display: block;
	background: #fff;
	border: 2px solid #ddd;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}

#related-posts .bx-pager-item .active {
	border-color: #009CDC;
}

#related-posts .related-post-entry {
	text-align: center;
	float: left;
	width: 200px;
	margin-right: 20px;
}

#related-posts ul {
	margin-right: -20px;
}

#related-posts .related-post-thumbnail {
	display: block;
}

#related-posts .related-post-thumbnail:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#related-posts .related-post-title {
	font-weight: 300;
	margin: 0 0 5px;
}

#related-posts .related-post-description {
	background: #f9f9f9;
	padding: 15px;
}

#related-posts .related-post-description p{
	font-size: 13px;
	margin: 0;
}


/* Meta
================================================== */
.entry-meta {
    margin: -10px 0 25px;
	font-size: 13px;
	color: #777;
}

.entry-meta li {
    float: left;
    margin-right: 15px;
}

.entry-meta span {
	color: #444;
	font-weight: 400;
}

.entry-meta li a{
	text-decoration: underline;
}

#post-meta {
	margin-top: 10px;
	font-size: 14px;
}

#post-meta li{
    float: left;
    margin-right: 15px;
}

#post-meta span {
	color: #444;
	font-weight: 400;
}

#post-meta li a{
	text-decoration: underline;
}


/* Pagination
================================================== */
.post-navigation{
	margin-top: 50px;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
	text-align: center;
}

#galleries-pagination ul.page-numbers {
    margin: 20px 0 0;
}

ul.page-numbers li {
    display: block;
	float: left;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin-right: 6px;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    font-size: 12px;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    color: #666;
    font-weight: 400;
    border: 1px solid #eee;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-numbers a:hover,
.page-numbers.current {
	border-color: transparent;
    background-color: #0090cb;
    color: #fff;
    text-decoration: none;
}



/* Post Nav
================================================== */
#post-pagination {
	margin-top: 40px;
	border-top: 1px dotted #ddd;
	padding-top: 20px;
}

#post-prev {
	width: 48%;
	font-size: 13px;
	float: left;
	text-align: left;
}

#post-next {
	width: 48%;
	font-size: 13px;
	float: right;
	text-align: right;
}


/* Sidebar
================================================== */
#sidebar {
    float: right;
    width: 300px;
    padding-bottom: 25px;
	font-size: 13px;
}

#sidebar h6 {
    font-weight: 300;
	padding-bottom: 10px;
    margin: 0 0 20px;
    font-size: 16px;
	border-bottom: 2px solid #009CDC;
}

.sidebar-box {
    margin-bottom: 35px;
}

.sidebar-box .heading {
    margin-top: 0;
}

.sidebar-box li {
	padding-bottom: 3px;
    padding-top: 3px;
}


/* Widgets
================================================== */
.tagcloud a {
    float: left;
    display: block;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: normal;
	border: 1px solid #eee;
	color: #666 !important;
	height: auto !important;
	font-size: 12px !important;
	line-height: 1.4em !important;
	padding: 5px 7px;
}

.tagcloud a:hover{
	background: #eee;
	border-color: #ddd;
	text-decoration: none;
}

#wp-calendar {
	width: 100%;
    font-size: 11px;
}

#wp-calendar tfoot td.pad {
    background-color: transparent;
}

#wp-calendar tbody td {
	line-height: 3em;
    text-align: center;
    border: 1px solid #eee;
}

#wp-calendar tbody td:hover {
    box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    color: #000;
}

#wp-calendar caption {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    outline: 0 none !important;
    text-align: right;
	margin-bottom: 15px;
	color: #444;
	text-transform: uppercase;
}

#wp-calendar tbody a {
    display: block;
	background: #f9f9f9;
	border-color: #ddd;
}

#wp-calendar th {
    text-align: center;
    border: 1px solid #eee;
	line-height: 3.2em;
	color: #000;
	font-weight: 700;
}
.widget_recent_entries .post-date {
	display:block;
	font-size: 11px;
	color: #999;
}

#sidebar .widget_recent_entries li, #sidebar .widget_categories li, #sidebar .widget_archive li, #sidebar widget_meta li, #sidebar .wpex-taxonomies-widget li, #sidebar .wpex-recent-post-types-widget li, #sidebar .widget_pages li, #sidebar .widget_links li,#sidebar .widget_recent_comments li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#sidebar .widget_nav_menu ul.sub-menu{
	margin-left: 20px;
}


#footer .widget_recent_entries li, #footer .widget_categories li, #footer .widget_archive li, #footer widget_meta li, #footer .wpex-taxonomies-widget li, #footer .wpex-recent-post-types-widget li, #footer .widget_pages li, #footer .widget_links li,#footer .widget_recent_comments li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#footer .widget_nav_menu ul.sub-menu{
	margin-left: 20px;
}

/* Slider Widget */
.wpex-widget-slider-link {
	display: block;
	position: relative;
}

.wpex-widget-slider-link img {
	display: block;
}

.wpex-widget-slider.flex-loading{
	height: 100px;
	background: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/loader.gif") center center no-repeat;
}

.wpex-widget-slider .wpex-widget-slider-title {
	display: block;
	position: absolute;
	bottom: 0;
	left:0;
	background: #000;
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	font-weight: 300;
	padding: 7px 10px;
	color: #fff;
}

.wpex-widget-slider .flex-control-paging {
	margin-top: 7px;
}

.wpex-widget-slider .flex-control-paging li {
	display: block;
	float: left;
	font-size: 11px;
	margin-right: 5px;
}

.wpex-widget-slider .flex-control-paging a {
	display: block;
	cursor: pointer;
	padding: 3px 6px;
	line-height: 1em;
	color: #666;
	border: 1px solid #eee;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpex-widget-slider .flex-control-paging a:hover,
.wpex-widget-slider .flex-control-paging a.flex-active {
	color: #fff;
	background: #009cdc;
	border-color: transparent;
}

.wpex-video-widget-description {
	font-size: 12px;
	margin-top: 10px;
	color: #999;
}


/* Search
================================================== */
#searchbar input {
	width: 100%;
	background: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/search.png") no-repeat scroll 93% center transparent;
	color: #666;
	font-size: 11px;
	padding: 12px 18px 12px 12px;
}

input[type="search"] {
    background: url("http://healingcuisinebyelise.com/wp-content/themes/metropix/images/search.png") no-repeat scroll 93% center transparent;
	border: 1px solid #ddd;
    color: #666;
	font-family: inherit;
    font-size: 11px;
    padding: 12px 18px 12px 12px;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

input[type="search"]:focus {
    border-color: #00a8ed;
	box-shadow: 0 0 5px #98e1ff;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#footer input[type="search"] {
    background-color: #fff;
    border-color: ##709328;
    color: #666;
}

#footer input[type="search"]:focus {
    color: #aaa;
}

#footer input[type="search"] {
    box-shadow: none;
}


.search-entry {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.search-entry h2 {
    margin: 0 0 15px;
    font-size: 21px;
	font-weight: 300;
}

.search-entry-thumbnail {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 30%;
}

.search-entry-thumbnail img {
	display: block;
}

.search-entry p:last-child {
	margin: 0;
}


/* Forms / Inputs / Buttons
================================================== */
input[type="text"], input[type="password"], textarea {
	font-family: inherit;
	border: 1px solid #ddd;
    color: #444;
    display: block;
    font-size: 14px;
    margin-left: 0;
    padding: 7px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-appearance: none;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

textarea {
    width: 100%;
    padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    border-color: #00a8ed;
	box-shadow: 0 0 5px #98e1ff;
}

.entry button,
.entry input[type="button"],
.entry input[type="submit"],
#commentsbox input[type="submit"] {
    font-family: inherit;
    position: relative;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    text-align: center;
    outline: none;
    text-decoration: none;
    display: block;
    color: #666;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background: #f9f9f9;
	border: 1px solid #ddd;
	-webkit-appearance: none;
}

.entry button:hover,
.entry input[type="button"]:hover,
.entry input[type="submit"]:hover,
#commentsbox input[type="submit"]:hover {
	background: #eee;
    color: #666;
}

.entry button:active,
.entry input[type="button"]:active,
.entry input[type="submit"]:active,
#commentsbox input[type="submit"]:active {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 p {
    font-size: 0.929em;
}

.wpcf7 input {
    margin-top: 5px;
}


/* Comments
================================================== */
#commentsbox {
    margin-top: 70px;
}

.comment-details ul {
    margin: 0;
}

.commentlist {
    margin: 0;
}

.commentlist li {
    list-style: none;
    margin: 0;
}

.children li.depth-2 {
    margin: 0 0 0px 65px;
}

.children li.depth-3 {
    margin: 0 0 0px 65px;
}

.children li.depth-4 {
    margin: 0 0 0px 65px;
}

.children li.depth-5 {
    margin: 0 0 0px 65px;
}

.children li.depth-6 {
    margin: 0 0 0px 65px;
}

.children li.depth-7 {
    margin: 0 0 0px 65px;
}

.children li.depth-8 {
    margin: 0 0 0px 65px;
}

.children li.depth-9 {
    margin: 0 0 0px 65px;
}

.children li.depth-10 {
    margin: 0 0 0px 65px;
}

.comment-body {
    margin-bottom: 25px;
}

.comment-details {
    position: relative;
    margin-left: 80px;
    margin-bottom: 20px;
    padding: 0 0 20px;
	border-bottom: 1px dotted #ddd;
}

.comment-avatar {
    position: absolute;
    left: -80px;
    top: 0;
}

.comment-avatar img {
    display: block;
	width: 50px;
	height: 50px;
}

.comment-author {
    color: #111;
}

.comment-author,
.comment-author .author a:link {
    font-weight: 400;
}

.comment-content {
    margin-top: 5px;
}

.comment-content p:last-child {
    margin: 0;
}

.comment-date {
    font-size: 0.786em;
    font-weight: normal;
}

.comment-date a {
    color: #888;
}

.comment-reply-link {
    font-size: 10px;
	margin-top: 20px;
	display: block;
	float: left;
	border: 1px solid #ddd;
	color: #666;
	padding: 2px 8px;
}

.comment-reply-link:hover {
    color: #000;
	background: #eee;
    text-decoration: none;
}

.commentlist .children {
    margin: 0;
}

#comments_wrap {
    margin-top: 15px;
}

#comments-logged-in {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 0.929em;
}

#log-out {
    float: right;
    margin-top: -56px;
}

.form-submit {
    margin-bottom: 0;
    height: 55px;
}

#reply-title,
#reply-title .symple-heading{
	margin-bottom: 20px;
	position: relative;
}

#cancel-comment-reply-link {
	font-size: 12px;
	position: absolute;
	top: -20px;
	right: 0;
	color: #ff0000;
	display: inline;
	margin: 0px;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.children #commentform textarea {
    width: 95.6%;
}

#commentform input {
    float: left;
    margin-right: 10px;
}

#commentform label {
    font-size: 12px;
    font-weight: normal;
}

#commentsbox span.required {
    color: #C30;
    font-size: 0.643em;
}

#commentform input {
    margin-top: 0 !important;
}

#commentform input#author, #commentform input#email, #commentform input#url {
    font-size: 0.929em;
    width: 40%;
    margin-top: 10px;
}

#commentform textarea {
    font-size: 0.929em;
    width: 100%;
    margin-top: 10px;
}


/* 404 Page
================================================== */
#error-page-text {
	font-size: 1.3em;
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}


/* Footer
================================================== */
#footer-wrap{
	margin: 40px auto 120px;
}

#footer {
	font-size: 13px;
    position: relative;
    padding-top: 40px;
	border-top: 2px solid #eee;
}

#footer-widgets {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}

.footer-box {
	float: left;
	width: 300px;
	margin-right: 40px;
}

.footer-box.last-box {
	margin: 0;
}


.footer-box h6 {
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 3px solid #009cdc;
}

.footer-widget {
	margin-bottom: 40px;
}

#copyright,
#footer-nav{
	width: 48%;
	float: left;
	font-size: 11px;
}

#footer-bottom {
	position: relative;
	margin: 0 0 60px;
}

#footer-nav a,
#copyright a {
    color: #999;
}

#footer-nav a:hover,
#copy a:hover {
    color: #009cdc;
}

#copyright{
	margin-right: 4%;
}

#footer-nav{
	text-align: right;
	text-transform: uppercase;
}

#footer-nav .selector {
    display: none;
}

#footer-nav ul li{
	list-style: none;
	display: inline;
	margin-left: 15px;
}


/* WordPress Styles
================================================== */

.sticky,
.bypostauthor{}

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

.wp-caption.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
	margin: 0 20px 20px 0;
}

.floatleft {
    float: left;
	margin: 0 20px 20px 0;
}

.floatright {
    float: right;
	margin: 0 0 20px 20px;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}


.wp-caption {
	margin-bottom: 20px !important;
    max-width: 100% !important;
    text-align: center;
    padding-top: 4px;
}

.wp-caption-text {
	background: #eee;
	color: #444;
    padding: 7px;
    margin: 0;
}

.wp-caption img {
	display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}


blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}


#img-attch-page {
    text-align: center;
    overflow: hidden;
}

#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.gallery-item img {
	display: block;
	border: none !important;
	box-shadow: #000 0em 0em 0em;
	max-width: auto !important;
}

.gallery-item img:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

.gallery-caption {
	font-famiy: inherit;
	background: #eee;
	font-weight: 300;
	color: #666;
    padding: 7px;
    margin: 0;
	text-align: center;
}


/* Contact 7 Style
================================================== */
.wpcf7-form {
    font-weight: bold;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
    position: relative;
}

.wpcf7-form input[type="submit"] {
    margin-top: 0;
}

.wpcf7-form .ajax-loader {
    display: none;
}

.wpcf7-form p {
    margin: 0 0 15px;
	font-weight: normal;
}

.wpcf7-form p:last-of-type {
    margin: 0;
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    background-color: #fffecc;
    border: medium none !important;
    color: #000;
    padding: 10px 25px;
    text-align: center;
    margin: 0;
	font-weight: normal;
	font-size: 13px;
}

div.wpcf7-validation-errors {
    margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}


/* Isotope CSS Animations
================================================== */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
      -ms-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}