/*
	Theme Name: Life With Me 2018
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive, for Go Live HQ
	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}



/* 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: 14px;
	line-height: 22px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
	font-family: 'Libre Baskerville', 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: #caa59a;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

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

blockquote {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 45px;
    letter-spacing: 3px;
    font-style: normal;
    margin: 40px auto 40px;
}

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;
	padding-left: 28px;
	vertical-align: top;
}
 
.first {
	clear: both;
	padding-left: 0px;
}


/* 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 30px;
}

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

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

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

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

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

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


/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
}

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

.wrapper {
	width: 90%;
	max-width: 1075px;
	margin: 0px auto;
	position: relative;
}

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


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

.site-header {
	padding: 0px auto 0px;
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

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

.logo {
	margin: 135px auto 110px;
	max-width: 80%;
	width: 720px;
}

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

h1, h2, h3 {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0px auto;
    line-height: 22px;
    color: #000;
}

h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .01em;
	margin-bottom: 30px;	
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0px auto 40px;
}


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

.nav-primary {
	margin: 0px auto;
	border-bottom: 2px solid #000;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 90%;
	max-width: 1075px;
	margin: 0px auto;
    position: relative;
    text-align: left;
    padding: 25px 0;
}

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

.nav-primary .genesis-nav-menu a {
    display: block;
    margin: 0px 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4em;
    text-align: left;
    line-height: 18px;
    font-weight: normal;
    color: #000;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #dab7ad;
	opacity: 1;
}

.menu-home {
    background-image: url();
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    height: 73px;
    margin-top: -30px;
}

.sub-menu {
    left: auto;
    opacity: 0;
    z-index: 99999;
    text-align: center;
    background: #fff;
    width: 155px;
	padding: 10px 25px 25px 25px;
    position: absolute;
}

.sub-menu li {
    width: 175px;
    display: block;
    text-align: left;
    margin: 0px auto 0;
    padding: 5px 0 5px 10px;
}

.genesis-nav-menu .sub-menu a {
    font-size: 11px;
    margin: 0;
    text-align: left;
}

.genesis-nav-menu .sub-menu a:hover {
}

.menu-item:hover > .sub-menu {
	opacity: 1;
	transition: all 0.7s;
}

.nav-right {
	position: absolute;
	right: 0;
	background: #000;
	padding: 30px 25px 10px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 18px;
    text-align: center;
    z-index: 9999;
}

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

.nav-right a {
	color: #fff;
}

.nav-right em {
	font-family: 'Libre Baskerville', serif;
	text-transform: lowercase;
	font-size: 14px;
	letter-spacing: 0;
}

/* Home Page
--------------------------------------------- */

.latest-video {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
	height: 440px;
}

.video-header {
	background: #000;
	width: auto;
	position: absolute;
	top: 50px;
	z-index: 9999;
	padding: 20px 80px;
	font-family: 'Libre Baskerville', serif;
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: .1em;
	font-style: italic;
	color: #fff;
}

.video-image {
	width: 660px;
	height: 440px;
	float: left;
	-webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.video-text {
	background: #dab7ad;
	width: 390px;
	height: 440px;
	float: right;
	vertical-align: top;
	padding: 110px 60px;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
}

.video-button {
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    width: auto;
    display: inline-block;
}

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

.video-button a {
	color: #000;
}

.home-shop {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 50px;
	position: relative;
	margin-top: -55px;
	height: 600px;
}

img.home-shop-logo {
	position: absolute;
	top: 0;
	right: 0;
		max-width: 746px;
}

.home-rewardstyle {
	position: absolute;
	left: 60px;
	bottom: 60px;
}

 .stp-left {
    left: 0;
    background-position: 0 0;
    background: url(http://golive.madetothrive.com/wp-content/themes/lifewithme_2018/images/left-arrow.png) !important;
    width: 31px !important;
    height: 55px !important;
    top: 40% !important;
}

.stp-right {
    right: 0;
    background-position: 0 0;
    background: url(http://golive.madetothrive.com/wp-content/themes/lifewithme_2018/images/right-arrow.png) !important;
    width: 31px !important;
    height: 55px !important;
    top: 40% !important;
}

.featured-posts {
	width: 100%;
	margin: 0px auto 75px;
	position: relative;
	vertical-align: top;
}

.background-color {
	position: absolute;
	top: 55px;
	background: #dab7ad;
	height: 305px;
	width: 100%;
}

img.home-blog-logo {
	position: absolute;
	left: -50px;
	max-width: 372px;
}

ul.features {
	position: relative;
	padding-top: 140px;
}

.featured-posts li {
	display: inline-block;
	width: 330px;
	vertical-align: top;
	margin-left: 38px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 18px;
    font-weight: 400;
}

.featured-posts li:first-child {
	margin-left: 0;
}

.featured-posts li a:hover {
	opacity: 1;
}

.featured-cat {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px 35px;
    width: auto;
    margin: -25px auto 0;
    display: table;
    position: relative;
    z-index: 9999;
}

.featured-cat a {
	color: #fff;
}

.featured-posts h4 {
    margin: 30px auto 0;
    font-size: 16px;
}

.page .content {
	display: none;
}

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

.about {
	height: 725px;
	padding-top: 75px;
	margin-bottom: 95px;
	position: relative;
    width: 100%;
}

.about-image {
	position: absolute;
	right: 0;
	top: 0;
		-webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.about-text {
	background: #dab7ad;
	width: 450px;
	height:510px;
	vertical-align: top;
	padding: 135px 70px;
	text-align: center;
	font-size: 22px;
	line-height: 44px;
	position: absolute;
	z-index: 999;
	top: 145px;
	right: 530px;
	font-weight: 400;
}

img.ab {
	width: 438px;
	position: absolute;
	z-index: 9999;
	top: -20px;
	left: 30px;
}

img.out {
	width: 539px;
	position: absolute;
	z-index: 9999;
	top: 355px;
	right: 60px;
}

.faqs {
    display: table;
    margin: 0px auto;
    width: 100%;
}

.faqs::before {
	content:"";
	width: 68%;
	height: 3px;
	background: #000;
	display: block;
	margin-bottom: 145px;
}

.faqs .background-color {
	position: absolute;
	top: 0;
	right: 160px;
	background: #dab7ad;
	width: 640px;
	height: 150px;
	z-index: 9;
}

img.faq-title {
	width: 367px;
	position: absolute;
	z-index: 9999;
	top: 40px;
	right: 0px;
}

.faq-image {
	float: left;
	margin-left: -65px;
	margin-top: 65px;
	margin-right: 30px;
	position: relative;
	z-index: 999;
}

.faq-text {
	padding-top: 235px;
	font-size: 16px;
	line-height: 27px;
	margin-right: 60px;
	width: 540px;
	float: right;
}

.faqs h1{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 5px;
}

.press {
	margin-top: 185px;
	margin-bottom: 145px;
	display: table;
	width: 100%;
	position: relative;
}

.press::before {
	content:"";
	width: 60%;
	height: 3px;
	background: #000;
	display: block;
	margin-bottom: 160px;
	right: 0;
	margin-left: 40%; 
}

.press .features li {
	width: 325px;
	height: 210px;
	display: inline-block;
	background: #dab7ad;
	padding: 30px;
	margin: 0 15px 30px;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.press .features li:hover {
	opacity: .8;
}

.press .features li a {
	color: #000;
}

.press .features .box {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
}

.press .features h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.press-title {
	width: 299px;
	position: absolute;
	z-index: 9999;
	top: -830px;
	left: 75px;
}

.press .background-color {
	top: -790px;
	position: absolute;
	z-index: 999;
	width: 285px;
	height: 420px;
	left: -65px;
}

/* Contact
--------------------------------------------- */

.contact {
	position: relative;
	margin: 0px auto; 
	width: 100%;
	height: 850px;
}

.contact-title {
	max-width: 176px;
	z-index: 9999;
	position: relative;
	top: 0;
	margin-left: -65px;
}

.contact-image {
	position: absolute;
	right: -65px;
	top: 0;
		-webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.contact .background-color {
	top: 225px;
	position: absolute;
	z-index: 99;
	width: 330px;
	height: 510px;
	left: -65px;
}

.contact-text {
	text-align: center;
	width: 425px;
	position: absolute;
	z-index: 9999;
	left:130px;
	top: 365px;
	font-size: 18px;
	line-height: 44px;
}

.contact-form {
	margin-top: 170px;
	margin-bottom: 135px;
	height: 765px;
	background: #dab7ad;
	position: relative;
	padding: 110px 0;
}

.contact-form .wrapper {
	width: 860px;
}

.contact-form .wrapper::before {
	content:"";
	width: 2px;
	height: 390px;
	background: #000;
	display: block;
	margin-top: -455px;
	margin-left: 360px;
	position: absolute;
}


/* Shop
--------------------------------------------- */

.shop-header {
	height: 670px;
	position: relative;
	width: 1200px;
	margin: 0px auto 90px;
}

.shop-image {
	position: absolute;
	top: 0;
	right: 0;
		-webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.shop-logo {
	background: #dab7ad;
	width: 470px;
	height: 540px;
	position: absolute;
	top: 130px;
	left: 0;
	padding-left: 70px;
	padding-top: 95px;
}

img.shop-logo {
	width: 297px;
	height: 323px;
}

.shop-logo img {
	max-width: 294px;
}

.shop-items .wrapper {
	margin: 0px auto 90px;
	width: 900px;
	text-align: center;
}

ul.tabs {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 55px;
    text-align: center;
    left: 0;
    right: 0;
}

ul.tabs li{
	background: none;
	display: inline-block;
	padding: 0px 20px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 27px;
    font-weight: 400;
}

ul.tabs li.current{
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}



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

.content-sidebar-wrap {
	width: 90%;
	max-width: 1075px;
	margin: 0px auto;
	position: relative;
}
	
.content {
    max-width: 640px;
    float: left;
    position: relative;
    margin: 0px auto 0;
    width: 90%;
}

.sidebar {
    width: 390px;
    float: right;
    vertical-align: top;
}

#categories-2 {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 30px;
    width: 100%;
    text-align: center;
    background: #dab7ad;
    padding: 70px 55px 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 18px;
    font-weight: 500;
    color: #333333;
}

#categories-2 a {
    color: #333333;
}

#categories-2 li {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#categories-2 h4 {
    display: none;
}

.popular-posts li {
    width: 100%;
    display: table;
    margin-bottom: 30px;
    position: relative;
}

.popular-posts img {
    float: left;
    width: 115px;
    margin-right: 20px;
}

.popular-posts h4 {
	text-align: left;
	font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin: 0px auto;
    line-height: 22px;
    color: #000;
    letter-spacing: .05em;
}

.popular-posts h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 18px;
    font-weight: 500;
	margin-top: 15px;
}

#execphp-5 {
    background: #f5f5f5;
    padding: 50px 40px 75px;
}

#execphp-5 h4 {
	margin-bottom: 30px;	
}

#execphp-5 .stp-left {
    left: 0;
    background-position: 0 0;
    background: url(http://golive.madetothrive.com/wp-content/themes/lifewithme_2018/images/small-arrow-left.png) !important;
    width: 22px !important;
    height: 36px !important;
    top: 40% !important;
}

#execphp-5 .stp-right {
    right: 0;
    background-position: 0 0;
    background: url(http://golive.madetothrive.com/wp-content/themes/lifewithme_2018/images/small-arrow.png) !important;
    width: 22px !important;
    height: 36px !important;
    top: 40% !important;
}

h2.entry-title a {
	color: #000;
}

a.more-link {
    background: #000;
    display: table;
    height: auto;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    margin-top: 38px;
    letter-spacing: .1em;
    position: absolute;
    bottom: 0;
    left: 340px;
}

.entry-header .entry-meta {
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    font-size: 10px;
	margin: 10px auto 30px;    
	letter-spacing: .1em;
}

.entry-header .entry-meta a {
	color: #000;
}

.entry {
    margin-bottom: 85px;
    height: 410px;
    position: relative;
}

img.alignleft.post-image.entry-image {
    margin: 0px 30px 0 0;
}

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

.single .entry-header img {
    display: none;
}

.single .entry-content h1, .comment-header {
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 0px auto 20px;
    letter-spacing: .1em;
}

.single .content {
    margin-bottom: 100px;
}

#latest-post {
    height: 600px;
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 80px;
    background-size: cover;
    	-webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.latest-post {
    padding: 40px;
    margin: 0px auto;
    display: table-cell;
    vertical-align: middle;
}

.latest-post h2 {
    font-size: 34px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

.latest-post-box {
    width: 500px;
    margin: 0px auto;
    background: #fff;
    padding: 40px;
}

.latest-cat {
	font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 0px auto 15px;
    letter-spacing: .28em;
    line-height: 1.2em;
    text-align: center;
    display: table;
    width: auto;
}

.latest-cat::after {
	content: "";
	display: block;
	border-bottom: 2px solid #000;
	padding-top: 10px;
	width: auto;
}

.latest-cat a {
	color: #000;
}

.latest-post button {
	padding: 17px;
	display: block;
	width: 135px;
	font-size: 10px;
	letter-spacing: .1em;
}

#respond {
    margin: 0px auto 60px;
    width: 100%;
}

.comment {
    border-bottom: 2px solid #000;
    margin-bottom: 40px;
}

.comment-reply {
	margin-top: -5px;
    margin-bottom: 30px;
}

ul.children .comment {
    margin-left: 40px;
    margin-top: 0px;
    border-bottom: 0;
    padding-top: 0px;
}

p.comment-author, .comment-header {
	margin-bottom: 5px;	
}

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

.pagination a {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    margin: 0px auto 40px;
}

.pagination a:hover {
	color: #dab7ad;
	opacity: 1;
}

.pagination-previous {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    float: left;
	text-align: left;
}

.pagination-next {
    margin: 0px auto;
    padding: 0px 0px;
	display: block;
    float: right;
	text-align: right;
}

.navigation {
    margin: 85px auto;
    width: 100%;
}

.navigation h2 {
	display: none;
}

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

#commentform p {
	margin: 0;
}

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


#comments h3 {
    display: none;
}

#commentform input {
	margin-bottom: 30px;
}

#commentform textarea {
	height: 285px;
	margin-bottom: 20px;
}

#commentform .submit {
	width: 100%;
}

p.logged-in-as {
font-size: 17px;
line-height: 30px
}

#gform_widget-2 {
    border: 1px solid #000;
    padding: 70px 60px;
}

.sidebar .widget {
    margin-bottom: 50px;
}

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

.footer-widgets {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px 0;
	color: #000;
}

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

.footer-widgets-1 {
	margin: 0px auto;
	width: 100%;
	position: relative;
	z-index: 9999;
}

#jr_insta_slider-2 {
	background: url(http://golive.madetothrive.com/wp-content/themes/lifewithme_2018/images/instagram@2x.png) no-repeat;
	background-size: 917px;
	margin: 0px auto;
	width: 924px;
	height: 303px;
	padding: 55px;
}

.jr-insta-thumb ul.thumbnails.no-border.jr_col_4 li {
    padding: 0 5px !important;
}

.jr-insta-thumb ul.thumbnails li a {
    opacity: 1;
}

.footer-widgets-2 {
	background: #dab7ad;
	padding: 200px 0 50px;
	margin-top: -150px;
		text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 18px;
    font-weight: 400;
}

#execphp-2 {
    font-size: 22px;
    margin: 0px auto 35px;
}

#execphp-2 a {
	margin: 0px 3px;
}

.site-footer {
	display: none;
}


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

input, select, textarea, #gform_widget-2 input {
    background-color: #dab7ad;
    border: 0;
    text-align: left;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .1em;
    font-family: 'Libre Baskerville', serif;
    text-transform: none;
}

#respond input, #respond textarea {
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

#respond input[type="submit"] {
	background-color: #dab7ad;
	color: #000;
	text-align: left;
	display: block;
	width: auto;
	margin-left: 0;
}

#respond textarea {
	height: 150px;
}

#respond ::-moz-placeholder {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 12px;
    font-weight: 500;
}
   
#respond ::-webkit-input-placeholder {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 12px;
    font-weight: 500;
}

input:focus,
textarea:focus {
	outline: none;
	border: 0;
	-webkit-appearance:none;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .gform_wrapper .button, #gform_widget-2 input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #000;
    border: 0px;
    width: 100%;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    height: auto;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 12px;
    font-weight: 500;
}

.gform_wrapper .button {
	-webkit-appearance: none;
    border-radius: 0;
    background-color: #000;
    border: 0px;
    width: 100%;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    height: auto;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 12px;
    font-weight: 500;
	display: block;
	width: 270px;
	padding: 30px;
	font-size: 14px;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}

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

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

#gform_widget-2 ::-moz-placeholder {
	opacity: 1;
    color: #000;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

#gform_widget-2 ::-webkit-input-placeholder {
	opacity: 1;
    color: #000;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

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

.gfield_label {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

.gform_wrapper input {
    background-color: #fff;
}

.gform_wrapper input, .gform_wrapper textarea {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 24px;
}

.gform_wrapper textarea {
	height: 250px;	
}

#field_2_1, #field_2_2, #field_2_3 {
    width: 270px;
    display: inline-block;
    margin-right: 25px;
}

#field_2_3 {
	margin-right: 0px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


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

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


.logo {
	margin: 70px auto 70px;	
}

.latest-video {
	margin: 0px auto;
	position: relative;
	height: auto;
	width: 90%;
}

.video-header {
	background: #000;
	width: auto;
	position: relative;
	top: 0px;
	z-index: 9999;
	padding: 20px 10px;
	width: 70%;
	text-align: center;
}

.video-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	float: none;
	margin: -35px auto 0;
}

.video-image img {
	width: 100%;
}

.video-text {
	background: #dab7ad;
	width: 100%;
	height: auto;
	float: none;
	vertical-align: top;
	padding: 60px 60px;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
}

.home-shop {
	width: 90%;
	max-width: 750px;
	margin: 0px auto 50px;
	position: relative;
	height: auto;
}

img.home-shop-logo {
	position: relative;
	top: 0;
	right: 0;
}

.home-rewardstyle {
	position: absolute;
	left: 7%;
	bottom: 10%;
	width: 300px;
}

.featured-posts {
	width: 100%;
	margin: 0px auto 75px;
	position: relative;
	vertical-align: top;
}

.background-color {
	position: absolute;
	top: 55px;
	background: #dab7ad;
	height: 305px;
	width: 100%;
}

img.home-blog-logo {
	position: absolute;
	left: 0px;
}

ul.features {
	position: relative;
	padding-top: 160px;
	display: none;
}

.featured-posts li {
	display: block;
	width: 330px;
	vertical-align: top;
	margin-left: 38px;
	margin: 0px auto 60px;
}

.featured-posts li:first-child {
	margin: 0px auto 60px;
}

.featured-posts h4 {
    margin: 20px auto 0;
}

.content-sidebar-wrap {
	width: 90%;
	max-width: 1075px;
	margin: 0px auto;
	position: relative;
}
	
.content {
    max-width: 640px;
    float: none;
    position: relative;
    margin: 0px auto 0;
    width: 90%;
    padding-top: 140px;
}

.sidebar {
    max-width: 390px;
    width: 90%;
    float: none;
    vertical-align: top;
    margin: 0px auto;
}

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

a.more-link {
    background: #000;
    display: block;
    height: auto;
    padding: 12px 25px;
    position: relative;
    bottom: auto;
    text-align: center;
    width: 200px;
    margin: 30px auto 0;
    left: auto;
}

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

.entry {
    margin-bottom: 40px;
    height: auto;
    position: relative;
}

img.alignleft.post-image.entry-image {
    margin: 0px auto 30px;
    float: none;
    display: block;
}

.footer-widgets-1 {
	margin: 0px auto;
	width: 100%;
	padding-right: 0%;
	position: relative;
	z-index: 9999;
	background: none;
}

.footer-widgets-2 {
	background: #dab7ad;
	padding: 150px 50px 50px;
	margin-top: -100px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 18px;
    font-weight: 400;
}

.nav-right {
	display: none;
}

.about {
	height: auto;
	position: relative;
    width: 90%;
    margin: 0px auto 95px;
    text-align: center;
}

.about-image {
	position: relative;
	right: auto;
	left: auto;
	top: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	float: none;
	margin: -75px auto 0;
}

.about-text {
	background: #dab7ad;
	width: 100%;
	height:auto;
	vertical-align: top;
	position: relative;
	z-index: 999;
	top: 0;
	right: 0;
	font-weight: 400;
	padding: 60px 60px 40px;
	font-size: 15px;
	line-height: 28px;
}

.about-text:before {
	content: "ABOUT";
	display: block;
	text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 27px;
    font-weight: 600;
    margin: 0px auto 20px;
    display: none;
}

img.ab, img.out {
	display: none;
}


.faqs {
    display: table;
    margin: 0px auto;
    width: 100%;
}

.faqs::before {
    content: "";
    width: 38%;
    height: 3px;
    background: #000;
    display: block;
    margin-bottom: 60px;
    margin-top: -30px;
}

.faqs .background-color {
    position: absolute;
    top: 0;
    left: 0;
    background: #dab7ad;
    width: 60%;
    height: 120px;
    z-index: 9;
}

img.faq-title {
	width: 267px;
	position: relative;
	z-index: 9999;
	top: 40px;
	right: -40px;
}

.faq-image {
	float: none	;
	margin-left: -65px;
	margin-top: 65px;
	margin-right: 30px;
	position: relative;
	z-index: 999;
	margin: 60px auto;
	text-align: center;
}

.faq-text {
	padding-top: 0px;
	font-size: 16px;
	line-height: 27px;
	margin-right: 60px;
	width: 90%;
	float: none;
	margin: 0px auto;
}

.press {
	margin-top: 60px;
	margin-bottom: 60px;
	display: table;
	width: 100%;
	position: relative;
}

.press::before {
	content:"";
	width: 40%;
	height: 3px;
	background: #000;
	display: block;
	margin-bottom: 60px;
	right: 0;
	margin-left: 60%; 
}

.press .features {
	text-align: center;
	width: 100%;
	float: right;
	display: block;
	margin-top: -200px
}

.press .features li {
    width: 70%;
    display: block;
    background: #dab7ad;
    padding: 25px 25px 25px 25px;
    margin: 0 15px 30px;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    float: right;
}

.press .features .box {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
}

.press .features h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.press-title {
	width: 120px;
	position: relative;
	z-index: 9999;
	top: -0;
	left: 0px;
}

.press .background-color {
	top: -0;
	position: absolute;
	z-index: 999;
	width: 125px;
	height: 420px;
	left: -65px;
}

.shop-items .wrapper {
	margin: 0px auto 90px;
	width: 90%;
	text-align: center;
}

ul.tabs {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 55px;
    text-align: center;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0;
}

ul.tabs li{
	background: none;
	display: inline-block;
	padding: 0px 20px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 27px;
    font-weight: 400;
}

ul.tabs li.current{
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}

#jr_insta_slider-2 {
	background: none;
	margin: 0px auto;
	width: 90%;
	height: auto;
	padding: 0px;
}

.jr-insta-thumb ul.thumbnails.no-border.jr_col_4 li {
    padding: 5px 5px !important;
}

.contact {
	position: relative;
	margin: 0px auto; 
	width: 100%;
	height: auto;
}

.contact-title {
	max-width: 136px;
	z-index: 9999;
	position: relative;
	top: 0;
	margin-left: -30px;
}

.contact-image {
	position: absolute;
	right: -65px;
	width: 70%;
	top: 0;
	display: none;
}

.contact .background-color {
	display: none;
}

.contact-text {
	text-align: center;
	width: 70%;
	position: absolute;
	z-index: 9999;
	right:0;
	left: auto;
	top: 20%;
	margin-top: 0px;
	font-size: 18px;
	line-height: 44px;
}

.contact-form .wrapper::before {
	display: none;
}

.contact-form {
	margin-top: 70px;
	margin-bottom: 70px;
	height: auto;
	background: #dab7ad;
	position: relative;
	padding: 70px 0;
}

.contact-form .wrapper {
	width: 80%;
}

.contact-form input {
	width: 100%;
}

.gf_left_half {
	width: 100%;
	display: block;
}

.gf_right_half {
	width: 100%;
	display: block;
	margin-left: auto;
}

.contact-form .wrapper::before {
	display: none;
}

#field_2_1, #field_2_2, #field_2_3 {
    width: 100% !important;
    display: block;
    margin: 0px auto 20px !important;
}

.single .content, .category .content, .archive .content {
	padding-top: 80px;
}

}

@media only screen and (max-width: 900px) {
	
	
.shop-header {
	height: auto;
	position: relative;
	width: 1200px;
	margin: 0px auto 90px;
	width: 100%;
	text-align: center;
	display: table;
}

.shop-image {
	position: absolute;
	top: 100px;
	right: 0;
	width: 50%;
	height: auto;
	float: right;
	display: none;
}

.shop-logo {
	background: #dab7ad;
	width: 60%;
	height: auto;
	position: relative;
	top: 30px;
	padding-left: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: 0px;
}

.shop-logo img {
    width: 200px;
    height: auto;
    display: block;
    position: relative;
    z-index: 99999;
    max-width: 294px;

}

ul.tabs {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 10%;
    text-align: center;
    left: 0;
	margin-right: 0;    
	width: 50%;
}

ul.tabs li{
	background: none;
	display: block;
	padding: 0px 40px 0 0px;
	cursor: pointer;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 37px;
    font-weight: 400;
}

#latest-post {
    height: 600px;
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    background-size: cover;
}

.latest-post {
    padding: 40px;
    margin: 0px auto;
    display: table-cell;
    vertical-align: middle;
}

.latest-post h2 {
    font-size: 34px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

.latest-post-box {
    width: 80%;
    margin: 0px auto;
    background: #fff;
    padding: 35px;
}

}

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

.home-rewardstyle {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 300px;
}

#latest-post {
    height: 400px;
}
    
.latest-post-box {
    width: 90%;
    margin: 0px auto;
    background: #fff;
    padding: 35px;
}

.latest-post h2 {
    font-size: 22px
}

}


@media only screen and (max-width: 600px) {
	
.contact-title {
	max-width: 90px;
	z-index: 9999;
	position: relative;
	top: 0;
	margin-left: -20px;
}

.contact-text {
    width: 68%;
    top: 0%;
    text-align: right;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 40px;
}
	
.shop-logo {
	background: #dab7ad;
	width: 50%;
	height: auto;
	position: relative;
	top: 30px;
	padding-left: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: 0px;
}

.shop-logo img {
    width: 150px;
    height: auto;
    display: block;
    position: relative;
    z-index: 99999;
}

.tab-content {
    width: 220px;
    margin: 0px auto;
}

ul.tabs {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 0%;
    text-align: center;
    left: 0;
	margin-right: 0;    
	width: 50%;
}

ul.tabs li{
	background: none;
	display: block;
	padding: 0px 40px 0 0px;
	cursor: pointer;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 37px;
    font-weight: 400;
}	

.home-rewardstyle {
    position: relative;
    left: 0%;
    bottom: 0%;
    width: 300px;
    margin-top: -30%;
}

#execphp-5 {
    background: #f5f5f5;
    padding: 50px 10px 75px;
}

.faqs .background-color {
    position: absolute;
    top: 0;
    left: 0;
    background: #dab7ad;
    width: 80%
}
}


