/*!
Theme Name: liverhealthedit
Theme URI: http://liverhealthedit.com/
Author: liverhealthedit.com
Author URI: http://liverhealthedit.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liverhealthedit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.




*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@charset "utf-8";

@font-face {
	font-family: Cooper LT BT;
	font-weight: 400;
	font-style: normal;
	src: url(/cdn/shop/files/cooperl.woff2?v=1719235963) format("woff2"), url(/cdn/shop/files/cooperl.ttf?v=1719235870) format("ttf");
}

@font-face {
	font-family: maisonneue;
	src: url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-bold.woff2?v=179804587382246549171756881228) format("woff2"), url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-bold.woff?v=107007489031462509761756881228) format("woff");
	font-weight: 700
}

@font-face {
	font-family: maisonneue;
	src: url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-book.woff2?v=55890398372296860401756881228) format("woff2"), url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-book.woff?v=133994553958473823141756881228) format("woff");
	font-weight: 400
}

@font-face {
	font-family: maisonneue;
	src: url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-light.woff2?v=174184363116750700891756881228) format("woff2"), url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-light.woff?v=147107866185422439871756881228) format("woff");
	font-weight: 300
}

@font-face {
	font-family: maisonneue;
	src: url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-medium.woff2?v=161927918418052518281756881228) format("woff2"), url(//dosedaily.co/cdn/shop/t/328/assets/maisonneue-medium.woff?v=55032984919444634521756881228) format("woff");
    
}
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,font,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,caption,tbody,tfoot,thead,input{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;color:#121212;}
body{background:#fff;}
table{font-size:100%;}
a{text-decoration:none;}

body, input, textarea, button, select, .faux-select { font-size: 13.6px; font-family: maisonneue, sans-serif; letter-spacing: .025em; line-height: 1.6; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-rendering: optimizeSpeed; }
h2{font-size: 26px;margin:0px;padding:0px;}
.page-width{width:1200px;margin:0 auto;}

.header{width:100%;float:left;padding:20px 0px;background:#972E14;}
.header-box{width:100%;float:left;display: flex ; justify-content: center;position: relative; align-items: center;}
.navigation{position: absolute;left:0px;transform: translate(-50%, 0%);}
.navigation img{width:38px;float:left;display:none}
.logo{text-align: center;}
.logo img{display: inline-block;width:217px;}

.article-post{width:100%;float:left;}
.article-content{width:100%;float:left;}

.breadcrumb{width:100%;float:left;text-align: center;padding: 30px 0px;}
.breadcrumb-box{display: flex ; justify-content: center; align-items: center;padding:30px 0px;display:none;}
.home_breadcrumb{width: 18px; position: relative; top: 3px;}
.breadcrumb-box a{font-size: 13px;padding: 0 7px;}


.entry-meta{width:100%;float:left;text-align: center;}
.article-category{display: inline-block;padding:5px 15px;border-radius: 15px;background: #972E14;color:#fff;margin-right:15px;}
.article-posted-date{font-size: 16px;position: relative;padding-left:15px;}
.article-posted-date:after{content: ''; position: absolute; left: 0px; top: 50%; transform: translate(-50%, -50%); display: flex ; vertical-align: middle; width: 10px; height: 100%; background: url(images/dot.png) no-repeat; background-size: 5px; background-position: center left;}


.article-content{width:100%;float:left;padding:50px 0px;}

.article_heading{width:100%;float:left;font-size: 44px;color:#121212;font-weight: 500;text-align: center;line-height: normal;}

.article_author{width: 100%; float: left;padding:15px 0px;text-align: center; display: flex ; vertical-align: middle; align-items: center; justify-content: center;}
.author_profile_img{width:39px;display: inline-block;float:left;}
.article_author span{padding:0 3px;font-size: 16px;color:#000000;}
.article_author span:first-child{font-size: 13px;}


.article_content{width:100%;float:left;}
.article_featured_img{width:100%;float:left;text-align: center;margin-bottom:50px;}
.article_featured_img img{max-width: 100%;}
.small_img{width:50%;}
.medium_img{width:70%;}
.large_img{width:100%;}

.article_content_grid{width:calc(100% - 360px);float:left;position: relative;}
.article_content h2{float:left;line-height: 130%;}
.article_content p{font-size: 20px;margin:12px 0;line-height:140%;float:left; }
.article_content ul{width:95%;margin:12px 0 12px 5%;float:left;}
.article_content ul li{list-style: disc;width:100%;padding:5px 0px;font-size: 20px;}
.article_content img{max-width: 100%;}
.article_content blockquote{margin: 40px 0px; float: left; font-size: 34px; padding-left: 80px; position: relative; line-height: 120%; border-left: 1px solid #000000; font-style: italic; font-weight: 400;}

h2.red{color:red;font-size: 30px;}

p.disclaimer{font-size: 18px;font-weight: 300;line-height: 120%;}



.featured-product{width:316px;border:1px solid #313131;padding:20px 14px 14px 14px;position: absolute;top:0px;right:-360px;}
.featured-product-heading{position: absolute; padding: 0px 10px; background: #fff; color: #121212; font-weight: 500; top: -13px; font-size: 16px;}
p.fp-ta{width:100%;float:left;font-size: 13px;margin:0px !important;}
p.fp-tb{width:100%;float:left;font-size: 22px;margin:0px !important;padding:0px;font-weight: 500;}
p.fp-tc{width:100%;float:left;margin:0px !important;}
.fp-tc strike{font-size: 14px;}
.fp-tc span{font-size: 16px;color:#E63A10;font-weight: 600;}
.fp-td{width:100%;float:left;}
.fp-td a.btn{padding:10px 30px;background:#E63A10;color:#fff;font-size: 16px;font-weight: 400;border-radius: 100px;}
.footer{width:100%;float:left;padding:60px 0px;background: #972E14;}
.footer-logo{width:100%;float:left;text-align: center;}
.footer-logo img{height:90px;display: inline-block;}
.footer-nav{width:100%;float:left;text-align: center;margin-top:25px;}
.footer-nav>a{display: inline-block;padding:0 15px;color:#fff;border-right:1px solid #fff;line-height: 12px;}
.footer-nav>a:last-child{border:0px;}
.footer-social{width:100%;float:left;margin:25px 0;text-align: center;}
.footer-social>a{display: inline-block;padding:0 10px;}
.footer-social>a>i{color: #000; background: #fff; border-radius: 100%; font-size: 16px; width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block;}
.copyright{width:100%;float:left;text-align: center;}
.copyright a{font-size: 12px;color:#fff;}
.page .article_content p {
    width: 100%;
    text-align: left;
}
.wpcf7 input[type="email"] {border: 2px solid;}
.wpcf7-submit{width: 100px;height: 30px;border: 1px solid;background-color: #972E14;color: #ffff;}
.wpcf7 form.sent .wpcf7-response-output {border: 0px;color: #46b450;text-align: left;margin: 0px;padding: 0px;}

.desktop{}

.mobile{display: none;}


@media print, screen and (max-width: 1250px)
{
    .page-width{width:100%;float:left;}
    .navigation {transform: translate(0%, 0%); }
    
}

@media print, screen and (max-width: 1100px)
{
    
}

@media print, screen and (max-width: 950px)
{
    
}

@media print, screen and (max-width: 768px)
{
    .desktop{display: none !important;}
    .mobile{display: block !important;}
    .logo img{width:180px;}   
    .navigation img{width:24px;}
    .relative-image{position: relative;width:100%;float:left;}
    .article_content_grid{width:100%;padding:0;}
    .featured-product{width:calc(100% - 30px);left:1%;position: relative;float:left;margin:25px 0px;}
    .article-content{width:94%;padding:15px 3%;}
    .article-posted-date{font-size: 13px;}
    .article-posted-date{padding-left:10px;}
    .article-category{margin-right:10px;}
    .header{padding:0px;}
    .article_heading{font-size: 30px;}
    .breadcrumb-box{padding:10px 0px;}
    .article-posted-date:after{background-size: 2px;}
    .medium_img{width:100%;}
    .article_featured_img{margin-bottom:10px;}
    .fp-td a.btn{width:100%;padding:10px 0px;text-align: center;display: inline-block;}
    .article_content blockquote{font-size: 26px;padding-left:25px;}
	.footer-nav>a{border:0px;width:100%;float:left;margin:10px 0px;}
}









