/*
Theme Name: Milk Road Theme
Theme URI: 
Author: Milk Road
Author URI: https://www.milkroad.com/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: milk-road-wp-theme
Domain Path: /languages/
Requires at least: 5.0
Requires PHP: 7.1
*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
@import url('https://fonts.cdnfonts.com/css/open-sauce-one');


/* stylelint-disable selector-list-comma-newline-after  */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
	color: #000;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
	color: #000;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sauce One', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

/* Fallback title styles */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p, .embed-vimeo {
    margin-bottom: 1.4em;
    font-size: 1em;
    line-height: 1.7em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.comments-area pre {
	background: #d7dee5;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0.6em 0 0.6em 1.5em;
}

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 2%;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Tables */
table {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 1em;
	font-size: .9em;
}

table thead {
	background: #f2f2f2;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
/*	border-bottom: none;*/
}

table tr:nth-child(even) {
	background: #f2f2f2;
}

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

a:hover,
a:focus,
a:active {
	color: #272c30;
}


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




/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Open Sauce One Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Regular'), url('OpenSauceOne-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Italic'), url('OpenSauceOne-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Light'), url('OpenSauceOne-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Light Italic'), url('OpenSauceOne-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Medium'), url('OpenSauceOne-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Medium Italic'), url('OpenSauceOne-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One SemiBold'), url('OpenSauceOne-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One SemiBold Italic'), url('OpenSauceOne-SemiBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Bold'), url('OpenSauceOne-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Bold Italic'), url('OpenSauceOne-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One ExtraBold'), url('OpenSauceOne-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One ExtraBold Italic'), url('OpenSauceOne-ExtraBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Black';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Black'), url('OpenSauceOne-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce One Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce One Black Italic'), url('OpenSauceOne-BlackItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Regular'), url('OpenSauceTwo-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Regular'), url('OpenSauceSans-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Italic'), url('OpenSauceTwo-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Italic'), url('OpenSauceSans-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Light'), url('OpenSauceTwo-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Light'), url('OpenSauceSans-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Light Italic'), url('OpenSauceTwo-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Light Italic'), url('OpenSauceSans-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Medium'), url('OpenSauceTwo-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Medium'), url('OpenSauceSans-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Medium Italic'), url('OpenSauceTwo-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Medium Italic'), url('OpenSauceSans-MediumItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two SemiBold'), url('OpenSauceTwo-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans SemiBold'), url('OpenSauceSans-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two SemiBold Italic'), url('OpenSauceTwo-SemiBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans SemiBold Italic'), url('OpenSauceSans-SemiBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Bold'), url('OpenSauceSans-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Bold'), url('OpenSauceTwo-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Bold Italic'), url('OpenSauceSans-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Bold Italic'), url('OpenSauceTwo-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two ExtraBold'), url('OpenSauceTwo-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans ExtraBold'), url('OpenSauceSans-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two ExtraBold Italic'), url('OpenSauceTwo-ExtraBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans ExtraBold Italic'), url('OpenSauceSans-ExtraBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Black';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Black'), url('OpenSauceSans-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Black';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Black'), url('OpenSauceTwo-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Sans Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Sans Black Italic'), url('OpenSauceSans-BlackItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Open Sauce Two Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sauce Two Black Italic'), url('OpenSauceTwo-BlackItalic.woff') format('woff');
    }