/*
Theme Name: Forkly Theme
Description: Initial Forkly Theme for Concourse Media.
Version: 1.87
*/

/* fonts */
/* rokkitt-regular - latin */
@font-face {
	font-family: 'Rokkitt';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/rokkitt-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/rokkitt-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rokkitt-700 - latin */
@font-face {
	font-family: 'Rokkitt';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('fonts/rokkitt-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/rokkitt-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-300 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local(''),
		url('fonts/source-sans-pro-v19-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/source-sans-pro-v19-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/source-sans-pro-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/source-sans-pro-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/source-sans-pro-v19-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  
/*
 * Normalize across browsers
 **/

 html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details,
/* 1 */

figcaption, figure, footer, header, main,
/* 2 */

menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template,
/* 1 */

[hidden] {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit;
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button, input, select, textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: 700
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"],
/* 1 */

[type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}

.hidden {display:none;}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
html, body {
	margin: 0;
	padding-top: 35px;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	cursor: pointer;
}
p {
	margin: 8px 0px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18.5px;
	line-height: 170%;
	color: #525252;
}

ol {
    margin: 8px 0px 15px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18.5px;
    line-height: 170%;
    color: #525252;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 38px;
	font-weight: 300;
	color: #525252;
	margin: 10px 0px 10px 0px;
}
h1.entry-title {
	margin: 0 0 15px 0;
}
h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 33px;
	color: #525252;
	margin: 20px 0px 15px 0px;
}
div.article-block h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 33px;
	font-weight: 300;
	color: #525252;
	margin: 20px 0px 15px 0px;
}
#article-stream {
	margin: auto;
	width: 1110px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	#article-stream {
		margin: 10px;
	}
}
.post-wrap-out1 {
	float: left;
	margin-right: -315px;
	position: relative;
	width: 100%;
}
.post-wrap-in1 {
	margin-right: 320px;
}
.article-block {
	width: 100%;
}
.post-right-col {
	float: right;
	width: 300px;
	overflow: hidden;
}
div.heading {
	padding: 0px 0px 10px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
div.heading-stream {
	width: 1090px;
	margin: 30px auto 25px;
	padding-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
@media only screen and (max-width: 1150px) {
	div.heading-stream {
		margin: 30px 0px 25px 10px;
	}
}
header {
	background: #fff;
	height: 76px;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	display: block;
	z-index: 999;
}
div.nav-container {
	padding-top: 9px;
	border-bottom: solid 1px #E5E5E5;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.is_stuck {
	margin-top: 20px;
	transition: 0.2s
}
.nav-up {
	top: -76px;
}
div.nav {
	width: 1100px;
	margin: auto;
	position: relative;
}

div.nav-logo {
	margin: 3px 0px 0px 5px;
	float: left;
}
div.nav-menu {
	display: inline-block;
}
li.menu-item {
	padding: 20px 10px 23px;
	float: left;
}
li.menu-item:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* For IE8 and earlier */
}
/* *** Nav - Dropdown *** */
.dropdown-hover {
	position: relative;
}
.dropdown-hover:hover .dropdown-content {
	display: block;
	z-index: 9999
}
.dropdown-content {
	cursor: auto;
	color: #000;
	display: none;
	top: 60px;
	position: absolute;
	min-width: 160px;
	margin: 0;
	padding: 0
}
.dropdown-content a {
	color: #000;
	margin: 0;
	padding: 10px;
	width:125px;
	background: #fff;
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
}
.dropdown-content a:hover {
	color: #000 !important;
}

.nav-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
div.nav-search {
	float: right;
	padding: 20px 0px 0px 0px;
}

#search-slider {
	position: absolute;
    top: 17px;
    right: 130px;
}

.search-svg {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 10px;
}

.search-nav {
    position: absolute;
    overflow: hidden;
    padding: 10px 15px;
    font-weight: 300;
    z-index: 9999;
    width: 100%;
    background: #525252;
    font-size: 1.3em;
    text-align: center;
}

#search-input-dropdown {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 1em;
    width: 100%;
    text-align: center;
    font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

#search-input-dropdown::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
} 

#pin-nav, #fb-nav, #youtube-nav, #insta-nav {
	width:32px;
	height:50px;
	fill:#3e3e3e;
	padding-top: 4px;
}
.search-icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.holiday {
	color: #db4226;
}

#menu-item-30777 a {
	color: #db4226;
}

div.ad {
	float: left;
	margin: auto;
	width: 375px;
	height: 300px;
	padding: 25px 0px;
	background-color: #f7f7f7;
}
div.ad-top {
	padding: 5px 0px;
	text-transform: uppercase;
	font-family: 'Khula', sans-serif;
	font-size: 10px;
	text-align: right;
	background-color: #f7f7f7;
	color: #868585;
	text-align: center;
}
div.sidebar-ad {
	margin: 20px auto 20px;
	background-color: #f7f7f7;
}
.is_stuck .sidebar-ad {
	margin: 0px auto 20px;
}
div.sidebar-ad-top {
	padding: 3px 10px;
	text-transform: uppercase;
	font-family: 'Khula', sans-serif;
	font-size: 10px;
	text-align: right;
	background-color: #f7f7f7;
	color: #868585;
}
div.footer {
	clear: both;
	position: relative;
	overflow: hidden;
	right: 0;
	bottom: -20px;
	left: 0;
	width: auto;
	height: 285px;
	vertical-align: bottom;
	background-color: #F1F2F2;
}
@media only screen and (max-width: 1024px) {
	div.footer {
		width: 1130px;
	}
}
div.footer a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* For IE8 and earlier */
}
div.footer-content {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 1110px;
	height: 235px;
}
.copyright {
	margin: 7px 0px 7px 0px;
}
.cm-logo {
	width: 143px;
	height: 29px;
}
.footer-share {
	margin: 0px 3px 10px 0px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
div.footer-column1 {
	padding: 10px 0px 0px 15px;
	float: left;
	width: 30%;
	height: 200px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 180%;
	color: #58595B;
}
div.footer-column2 {
	padding: 10px 0px 0px 30px;
	float: left;
	width: 30%;
	height: 180px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 195%;
	color: #58595B;
	border-left: solid 0.5px #E5E5E5;
}
div.footer-column3 {
	padding: 10px 0px 0px 30px;
	float: left;
	width: 30%;
	height: 180px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 200%;
	color: #58595B;
	border-left: solid 0.5px #E5E5E5;
}
div.footer-text {
	padding: 0px 0px 10px 0px;
	line-height: 170%;
}
.footer-disclaimer {
	clear: both;
    font-size: 11px;
    color: #58595b;
    padding: 10px 0 10px 15px;
	font-family: 'Source Sans Pro', sans-serif;
}
div.feature-all {
	margin: 20px auto;
	padding: 0px 10px;
	width: 1110px;
	height: 444px;
	overflow: hidden;
}
.breadcrumbs{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    padding-left: 10px;
	padding-top:20px; 
}

.breadcrumbs a:hover {
    opacity: 0.8;
}
div.feature-block {
	margin-bottom: 20px;
	float: left;
	position: relative;
	padding: 0px 30px 0px 10px;
	width: 710px;
	height: 444px;
}
div.feature-block img {
	position: relative;
	display: block;
}
div.feature-title-block {
	padding: 0px 20px 12px;
	max-height: 150px;
	background: rgba(255, 255, 255, .85);
	right: 320px;
	bottom: 35px;
	left: 35px;
	position: absolute;
	font-size: 29px;
	line-height: 100%;
}

/* CATEGORY FEATURE STYLE
div.feature-title-block.category-food{
	border-top: solid #db4226 5px;
}
div.feature-title-block.category-drinks{
	border-top: solid #8dc63f 5px;
}
div.feature-title-block.category-food-hacks{
	border-top: solid #fbd453 5px;
}
div.feature-title-block.category-recipes{
	border-top: solid #9f95c9 5px;
}
div.feature-title-block.category-food-trends{
	border-top: solid #8ed3d5 5px;
}
div.feature-title-block.category-video{
	border-top: solid #5ba9d8 5px;
}
*/

div.feature-title {
	margin: 15px 0px 0px 0px;
	font-family: 'Source Sans Pro', serif;
	font-weight: 300;
	line-height: 110%;
	color: #414042;
}
div.feature-blurb {
	margin: 5px 0px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 140%;
	color: #525252;
}
div.feature-list {
	padding-top: 10px;
	width: 350px;
	float: left;
}
div.feature-sidebar {
	padding: 10px 0px;
	width: 350px;
	height: 100px;
	align-items: center;
	position: relative;
	border-bottom: solid 0.5px #E5E5E5;
}
div.feature-sidebar img {
	margin: 0px 20px 0px 10px;
	border-radius: 50%;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.feature-sidebar-title {
	margin-right: 10px;
	float: left;
	max-width: 235px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 140%;
	color: #525252;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.feature-highlight {
	background-color: #F2F2F2;
}
div.stream-container {
	clear: both;
	width: 1110px;
	margin: auto;
}



/* div.stream-post {
	float: left;
	margin: 0px 0px 20px;
	padding: 0px 10px;
	position: relative;
	max-width: 350px;
} */

/* adding height and width to div to compensate for the removed img tag
	thus preventing mis-alignment */
div.stream-post {
	float: left;
	position: relative;
	max-width: 350px;
	height: 350px;
}
div.stream-container .stream-post {
    margin: 0px 10px 20px;
    width: 338px;
	border: solid #eeebeb 0.3px;
    padding-right: 10px;
}
div.article-break .stream-post {
	width: 330px;
	margin: 0 10px;
	border: solid #c0c0c0 0.5px;
}
div.stream-post img {
	display: block;
}
.stream-break {
	min-height: 350px;
	display: inline-block;
}
.stream-wrap {
	padding: 0px 10px;
	margin: 10px 0px;
	max-width: 728px;
	height: 170px;
}
.stream-wrap img {
	float: left;
	margin-right: 20px;
	object-fit: cover;
}
.content-stream-title {
	padding-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 1.6em;
}
div.stream-title {
	padding: 15px 20px 10px;
	margin: 20px;
	background: rgba(255, 255, 255, .85);
	right: 10px;
	bottom: 0;
	left: 10px;
	position: absolute;
	font-size: 25px;
	line-height: 110%;
}
div.block-title {
	margin: 23px 0px 5px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 120%;
	color: #414042;
	font-size: 0.9em;
}
div.stream-category {
	padding: 4px 6px 1px 6px;
	margin: 10px 15px 15px;
	color: white;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	position: absolute;
	font-family: 'Rokkitt', serif;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 1px;
}
div.featured-heading {
	font-size: 1.5em;
	line-height: 110%;
}
div.featured-heading-title {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 110%;
	color: #414042;
	font-size: 2.1em;
	font-weight: 300;
	-webkit-text-stroke: 1px #414042;
	margin: 3px 0px 15px;
}
div.featured-image {
	text-align: center;
}
div.featured-image img {
	object-fit: cover;
	margin-bottom: 5px;
}

/* STREAM CATEGORY STYLES */


/* div.stream-title.category-food{
	border-top: solid #db4226 4px;
} */

div.stream-category.category-food {
	background-color: #f77a64;
}

/* div.stream-title.category-drinks{
	border-top: solid #8dc63f 4px;
} */

div.stream-category.category-drinks {
	background-color: #8dc63f;
}

/* div.stream-title.category-food-hacks{
	border-top: solid #fbd453 4px;
} */

div.stream-category.category-food-hacks {
	background-color: #fbd453;
}

/* div.stream-title.category-recipes{
	border-top: solid #9f95c9 4px;
} */

div.stream-category.category-recipes {
	background-color: #9f95c9;
}

/* div.stream-title.category-food-trends{
	border-top: solid #8ed3d5 4px;
} */

div.stream-category.category-food-trends {
	background-color: #8ed3d5;
}

/* div.stream-title.category-video{
	border-top: solid #5ba9d8 4px;
} */

div.stream-category.category-kitchen-hacks {
	background-color: #5ba9d8;
}

div.stream-category.category-for-kids {
	background-color: #5ba9d8;
}

div.author-container {
	width: 1090px;
	margin: 0px auto 25px;
	padding: 0px 0px 20px;
	border-top: none;
	border-bottom: solid 0.5px #E5E5E5;
}
div.author-block {
	padding: 25px 0px 25px;
	height: auto;
	border-top: solid 0.5px #E5E5E5;
	border-bottom: solid 0.5px #E5E5E5;
	display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
div.author-block img {
	float: left;
	margin: 0px 20px 0px 0px;
}
div.author-bio {
	float: left;
	max-width: 500px;
	padding: 5px 10px 0px 0px;
}
div.author-bio p {
	margin: 8px 0px 0px 0px;
	font-family: 'Khula', sans-serif;
	font-size: 17px;
	line-height: 170%;
	color: #525252;
}
.author-name {
	font-family: 'Khula', sans-serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 110%;
	text-transform: uppercase;
	color: #525252;
}
div.author-bio a {
	color: #db4226;
}
div.sidebar-block {
	padding: 10px 0px;
	max-width: 300px;
	height: 100px;
	border-bottom: solid 0.5px #E5E5E5;
}
.cat-interest {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #db4226;
}

/* 
@media only screen and (max-height: 810px) {
    .sidebar-block:nth-child(3n) {
        display: none;
    }
}
@media only screen and (max-height: 690px) {
    .sidebar-block:nth-child(3n) {
        display: none;
    }
				.sidebar-block:nth-child(4n) {
        display: none;
    }
}
*/

@media screen and (max-height: 740px) {
	.article-sidebar>div:nth-child(5), .article-sidebar>div:nth-child(6), .article-sidebar>div:nth-child(7) {
		display: none;
	}
}
@media screen and (max-height: 860px) {
	.article-sidebar>div:nth-child(6), .article-sidebar>div:nth-child(7) {
		display: none;
	}
}
@media screen and (max-height: 910px) {
	.article-sidebar>div:nth-child(7) {
		display: none;
	}
}
div.sidebar-block img {
	margin-right: 17px;
	border-radius: 50%;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.sidebar-title {
	float: left;
	max-width: 205px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: normal;
	color: #525252;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.article-block {
	float: left;
	width: 748px;
	margin: 20px 10px 15px;
	border-right: solid 0.5px #E5E5E5;
	padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
	div.article-block {
		margin: 15px 0px 0px 15px;
		padding-right: 15px
	}
}
div.pre-content {
	display: inline-block;
	padding: 0px 0px 5px 0px;
	width: 100%;
}

.print-feature-image {
	display:none;
}
div.author-byline img {
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: middle;
}
div.author-byline {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	color: #414042;
	margin: 5px 0px 0px;
}
div.byline-items {
	border-top: solid #E5E5E5 1px;
}
.byline {
	margin: 10px auto 5px;
	;
	font-size: 0.65em;
	display: inline-block;
}
.byline a {
	cursor: pointer;
	color: #db4226;
}
.byline a:hover {
	color: #db4226;
}
div.social-block {
	float: left;
	margin: 10px 0px 15px;
	width: 100%;
}
div.social-block img {
	border-radius: 50%;
	margin: 0px 5px 0px 0px;
}
div.social-block-title {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 0px;
}
div.social-block-title img {
	border-radius: 50%;
	width: 40px;
    height: 40px;
}
.social-block-title a:hover {
	opacity: 0.8;
}

/* SOCIAL MEDIA BUTTONS */
/*
.share-bottom block-bottom {
	float: left;
	margin: 10px 0px 15px;
	width: 100%;
}
.sub-share.sub-share-button-bottom.bg-facebook {
	float: left;
	margin-right: 8px;
	color: #fff;
	background-color: #617bb1;
	padding: 10px 40px;
	border-radius: 3px;
}
.sub-share.sub-share-button-bottom.bg-pinterest {
	float: left;
	margin-right: 8px;
	color: #fff;
	background-color: #d94d55;
	padding: 10px 40px;
	border-radius: 3px;
}
.sub-share.sub-share-button-bottom.bg-twitter {
	float: left;
	margin-right: 8px;
	color: #fff;
	background-color: #7fb9e4;
	padding: 10px 40px;
	border-radius: 3px;
}
.sub-share.sub-share-button-bottom.bg-email {
	float: left;
	margin-right: 8px;
	color: #fff;
	background-color: #fdbb54;
	padding: 10px 40px;
	border-radius: 3px;
}
#share-comments {
	float: right;
	color: #fff;
	background-color: #e77060;
	margin-bottom: 15px;
	padding-top: 11px;
	border-radius: 3px;
	width: 151px;
	height: 27px;
	text-align: center;
}
.comments-wrapper {
	display: none;
}
.social-top-button {
	border-radius: 50%;
	float: left;
	color: #fff;
	text-align: center;
	margin-left: 5px;
}
.social-top-button.top-facebook {
	width: 37px;
	height: 32px;
	background-color: #617bb1;
	padding: 8px 3px 0px 0px;
	margin-right: 5px;
}
.social-top-button.top-pinterest {
	width: 38px;
	height: 33px;
	background-color: #d94d55;
	padding: 7px 2px 0px 0px;
	margin-right: 5px;
}
.social-top-button.top-twitter {
	width: 38px;
	height: 33px;
	background-color: #7fb9e4;
	padding: 7px 2px 0px 0px;
	margin-right: 5px;
}
.social-top-button.top-email {
	width: 38px;
	height: 33px;
	background-color: #fdbb54;
	padding: 7px 2px 0px 0px;
	margin-right: 5px;
}
.social-top-button.top-comments {
	width: 38px;
	height: 33px;
	background-color: #e77060;
	padding: 7px 2px 0px 0px;
}
*/
a.dietary-icon img {
	margin: 0;
	display: inline;
	padding-right: 5px;
}
a.dietary-icon span {
	padding-right: 5px;
}
div.dietary-block {
	float: right;
}
div.content-block {
	padding: 10px 0px 30px 0px;
	border-top: solid 0.5px #E5E5E5;
}
div.content-block a {
	color: #db4226;
}
.content-block img {
	margin: 15px auto;
	display: block;
}
.content-block p {
	overflow-wrap: break-word;
}
.next-article-break {
	border-top: solid 0.5px #E5E5E5;
}
.next-article-link {
	visibility: hidden;
	height: 0px;
}
div.title-break {
	padding: 0px 0px 10px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 23px;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
div.break-title {
	width: 748px;
	margin: 0px 10px 15px;
	padding: 0px 0px 10px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
div.break-title-video {
	width: 1090px;
	margin: 0px 10px 30px;
	padding: 0px 0px 10px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
div.side-by-side {
	width: 728px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
div.clear {
	clear: both;
}
div.side-by-side>* {
	float: left;
	margin: 0;
	max-width: 50%;
	position: relative;
}
div.side-by-side div.clear {
	float: none;
}
.wp-caption {
	margin: 0 auto;
}
div.article-sidebar {
	float: right;
}
div.category-title {
	width: 1090px;
	text-transform: capitalize;
	margin: 30px auto 25px;
	padding-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
@media only screen and (max-width: 1150px) {
	div.category-title {
		margin: 30px 0px 25px 10px;
	}
}
div.category-title-newsletter {
	width: 1090px;
	text-transform: capitalize;
	margin: 30px auto 25px;
	padding-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	font-weight: 300;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
	text-align: center;
}
@media only screen and (max-width: 1150px) {
	div.category-title-newsletter {
		margin: 30px 0px 25px 10px;
	}
}
div.article-break {
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 25px -10px;
	font-family: 'Rokkitt', sans-serif;
	color: #525252;
}
.matchContent {
	padding: 0px 10px;
    margin: 10px 0px 20px;
}
.no-size {
	object-fit: cover;
	width: 350px;
	height: 350px;
}
.no-size-sidebar {
	object-fit: cover;
	width: 75px;
	height: 75px;
}
div.recipe-block {
	margin: 8px 0px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18.5px;
	font-weight: 300;
	line-height: 160%;
	color: #525252;
}
div.recipe-meta {
	font-weight: 400;
	padding-top: 20px;
	border-top: solid 0.5px #E5E5E5;
}
div.recipe-ingredients {
	margin: 20px 0px;
	border-top: solid 0.5px #E5E5E5;
}
div.recipe-ingredients ul {
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 40px;
	/* Firefox */
	column-gap: 40px;
}
div.recipe-equipment {
	margin: 20px 0px;
	border-top: solid 0.5px #E5E5E5;
}
div.recipe-equipment ul {
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 40px;
	/* Firefox */
	column-gap: 40px;
}
div.recipe-method {
	border-top: solid 0.5px #E5E5E5;
}
div.recipe-method ul {
	padding-left: 19px;
}
div.recipe-method li {
	list-style: decimal;
	margin: 20px 0px;
}
div.pagination {
	font-family: 'Rokkit', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #525252;
	visibility: hidden;
}
div.pagination a:hover {
	color: #DB4226;
}
div.page-block {
	margin: 0px 20px;
	padding: 10px 0px 30px;
	max-width: 80%;
}
div.page-block li {
	list-style: circle;
	line-height: 150%;
	color: #525252;
	font-family: 'Khula', sans-serif;
	font-size: 17px;
	padding: 5px 0px;
}
div.share-block {
	margin-top: 20px;
}
div.missing-content {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/forkly-404.jpg);
	background-repeat: no-repeat;
	background-position: 40%;
	min-height: 800px;
}
div.missing-text {
	margin: 200px 0px 0px 0px;
	float: right;
	width: 500px;
	height: 600px;
}
.missing-search {
	margin: 20px 0px 0px;
	width: 400px;
	height: 25px;
	cursor: text;
	border-radius: 5px;
	border: 0.5px solid #E5E5E5;
	padding: 5px 0px 5px 10px;
}
div.category-title-video {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/video-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 160px;
	margin-bottom: 20px;
}
div.holiday-title-halloween {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/halloween-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.holiday-title-christmas {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/christmas-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.holiday-title-easter {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/easter-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.holiday-title-thanksgiving {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/thanksgiving-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.holiday-title-valentines {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/valentines-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.lifestyle-title-healthy {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/healthy-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.lifestyle-title-vegan {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/vegan-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.season-title-summer {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/patio-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
div.theme-title-school {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/school-banner.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 200px;
	margin-bottom: 20px;
}
@media only screen and (max-width:1024px) {
	.holiday-container {
		width: 1130px;
	}
}

/* END PLAYER */

.end-player {
	margin: 0px 0px 30px;
	text-align: center;
}
.end-player-header {
	font-size: 1.8em;
	font-family: "Rokkitt", sans-serif;
	letter-spacing: 1.2px;
	padding: 8px 15px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	background-color: #de4328;
	display: inline-block;
}
.article-player {
	border: 20px solid #cecece;
	margin: -20px auto 0px;
}

/* VIDEO */

.video-block {
	padding: 10px 0px 17px;
	margin-bottom: 20px;
	min-height: 570px;
	display: inline-block;
	background-color: #414042;
}
@media only screen and (min-width: 1100px) {
	.video-block {
		width: 100%;
		padding: 10px 0px 0px;
	}
}
.video-player {
	width: 100%;
	margin-bottom: 15px;
}
.video-sidebar {
	float: right;
}
@media only screen and (max-width: 1024px) {
	.video-sidebar {
		margin: -5px 15px 0px 0px;
	}
}
.video-sidebar-block {
	padding: 15px 0px;
	max-width: 300px;
	height: 80px;
	border-bottom: solid 0.5px #d1d3d4;
}
.video-sidebar-block img {
	margin-right: 15px;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
}
.video-sidebar-title {
	float: left;
	max-width: 155px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 140%;
	color: #d1d3d4;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.video-content-block {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.video-content-block a {
	color: #db4226;
}
.video-content-block p {
	color: #fff;
}
.video-title-break {
	padding: 20px 0px 10px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 300;
	border-bottom: solid 0.5px #E5E5E5;
	color: #fff;
}
.video-block h1 {
	color: #fff;
}
.video-content-block h2 {
	color: #fff;
}
.video-content-block img {
	margin: 10px auto 0px;
}
.video-byline img {
	margin-right: 10px;
	border-radius: 50%;
	float: left;
}
.video-byline p {
	color: #fff;
	margin-top: 15px;
}
.video-byline a:hover {
	color: #db4226;
	cursor: pointer;
}
.video-byline {
	float: right;
	margin-top: -40px;
	display: inline-block;
}
.video-social {
	margin-top: -20px;
}
div.video-block-title {
	margin: 10px 0px 0px 0px;
	font-family: 'Rokkitt', serif;
	line-height: 110%;
	color: #414042;
	font-size: 1.6em;
}
.video-detail-button {
	cursor: pointer;
	color: #fff;
	font-family: 'Khula', sans-serif;
	font-size: 1em;
}
.fa {
	margin: -5px 0px 0px 3px;
}
.video-stream-post {
	float: left;
	margin: 0px 0px 25px;
	padding: 0px 10px;
	position: relative;
	max-width: 350px;
}
.video-stream-post img {
	object-fit: cover;
}
.stream-ad {
	background-color: #e6e7e8;
	float: left;
	margin: 0px 0px 72px 10px;
	padding: 25px;
	position: relative;
	max-width: 350px;
}
.feature-container {
	width: 1090px;
	margin: 0 auto 20px;
	border-bottom: solid #E5E5E5 1px;
	padding-bottom: 20px;
}
.video-feature {
	height: 395px;
	width: 632px;
	background-color: #eee;
	margin-left: -20px;
	display: inline-block;
}
.video-feature-all {
	padding: 0px 10px;
}
.video-feature-image {
	display: inherit;
}
.video-feature-block {
	position: relative;
	padding: 0px 30px 0px 10px;
	width: 710px;
}
.video-feature-block img {
	max-height: 100%;
	max-width: 100%;
}
.video-feature-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.3em;
	font-weight: 300;
	margin-top: 10px;
	color: #414042;
}
.feature-tag {
	position: absolute;
	top: 0;
	padding: 8px 15px;
	;
	background-color: #de4328;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	display: inline-block;
}
.video-hub-sidebar {
	margin-top: -15px;
	float: right;
}
.video-hub-sidebar-block {
	width: 440px;
	height: 150px;
	border-bottom: solid 0.5px #E5E5E5;
}
.video-hub-sidebar-block img {
	width: 200px;
	height: 120px;
	object-fit: cover;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 15px;
}
.video-hub-sidebar-title {
	float: left;
	max-width: 220px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 130%;
	color: #414042;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.video-callout {
	margin-top: 20px;
	width: 300px;
	height: 250px;
	text-align: center;
}
.callout-content {
	padding-top: 50px;
	min-height: 250px;
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/video-callout.jpg);
	background-repeat: no-repeat;
}
.callout-content p {
	margin: 3px 0px 0px 0px;
	line-height: 170%;
	font-family: 'Kula', sans-serif;
	color: #525252;
	font-size: 17px;
}
.callout-heading {
	font-family: 'Rokkitt', 'sans-serif';
	font-weight: 600;
	color: #525252;
	font-size: 45px;
}
.callout-button {
	background-color: #db4226;
	margin: 10px auto 0px;
	padding: 7px 15px;
	border: 2px solid #be1e2d;
	border-radius: 5px;
	color: #fff;
	width: 6.5em;
	height: 1.5em;
}
.callout-button a {
	cursor: pointer;
}
.callout-button:hover {
	background-color: #e54a35;
}
.button-text {
	font-family: 'Khula', sans-serif;
	font-size: 1.2em;
}

/* PINTEREST */

.wp-caption, .content-block p {
	position: relative;
}
.image-container {
	position: relative;
	display: inline-block;
	margin: 15px auto;
}
.content-block .image-container img {
	margin: initial;
}
.socialmedia-hover {
	position: absolute;
	visibility: hidden;
	margin: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.socialmedia-hover ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.socialmedia-hover i {
	color: #fff
}
.hover-share {
	position: absolute;
	margin: -40px;
	left: 50%;
	top: 43%;
	z-index: 1;
}
ul.hover-share li {
	float: center;
	text-align: center;
}
ul.hover-share li:hover {
	opacity: 0.8;
}
.hover-share li a {
	display: block;
	padding: 0px;
	cursor: pointer;
}
#pin-hover-bg {
	background: none;
}

/*IMG OVERLAY*/

.img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.5;
}

/* MAILCHIMP */

.email-heading {
	font-family: 'Source Sans pro', 'sans-serif';
	font-weight: 300;
	color: #fff;
	font-size: 40px;
}
div#mc_embed_signup {
	margin: 5px 0px 20px 0px;
	padding: 30px 15px 25px;
	text-align: center;
	float: left;
	width: 270px;
	height: 265px;
	outline: solid 1px #fff;
	outline-offset: -11px;
	background-color: #fdbb54;
}
div#mc_embed_signup p {
	margin: 10px 0px 10px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 170%;
	color: #fff;
}
input#mc-embedded-subscribe.button {
	background-color: #E5E5E5;
	margin: 15px auto;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
	color: #777;
}
input#mc-embedded-subscribe.button:hover {
	background-color: #bcbec0;
}
input#mce-EMAIL {
	margin: 10px 0px 0px;
	width: 235px;
	height: 22px;
	cursor: text;
	border-radius: 5px;
	border: 0.5px solid #939598;
	padding: 5px 0px 5px 10px;
}
#mce-success-response {
	width: 0px;
	height: 0px;
	display: none;
}
#mce-error-response {
	width: 0px;
	height: 0px;
	display: none;
}
.newsletter-almostfinished {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/forkly-almostfinished.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	margin-bottom: 30px;
	height: 325px;
}
@media only screen and (max-width:1024px) {
	.newsletter-almostfinished {
		width: 1130px;
	}
}
.newsletter-thankyou {
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/forkly-thankyou.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	margin-bottom: 30px;
	height: 325px;
}
@media only screen and (max-width:1024px) {
	.newsletter-thankyou {
		width: 1130px;
	}
}
.thankyou-button {
	background-color: #db4226;
	margin: 10px auto 0px;
	padding: 7px 15px;
	border: 1px solid #be1e2d;
	border-radius: 5px;
	color: #fff;
	width: 14.5em;
	height: 1.5em;
	display: inline-block;
}
.thankyou-button a {
	cursor: pointer;
}
.thankyou-button:hover {
	background-color: #e54a35;
}
.button-text {
	font-family: 'Khula', sans-serif;
	font-size: 1.2em;
}
.newsletter-nav {
	text-align: center;
	margin: 15px auto 30px;
}

/* SEARCH STYLES */

input {
	outline: none;
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
	display: none;
}
input[type=search] {
	display: block;
	background: url(https://www.forkly.com/wp-content/themes/forkly/images/search-icon.jpg) no-repeat;
	background-size: 26px;
	background-position-x: 10px;
	border: none;
	padding:5px 10px;
	width: 55px;
	font-weight: lighter;
	color: #525252;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
}
#search-slider input[type=search] {
	width: 20px;
    text-indent: 25px;
}
#search-slider input[type=search]:hover {
	background-color: #fff;
}
#search-slider input[type=search]:focus {
	width: 200px;
	padding-left: 32px;
	text-indent: 10px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#search-slider input:-moz-placeholder {
	color: transparent;
}
#search-slider input::-webkit-input-placeholder {
	color: grey;
}

/* Ads */

.ad-bg {
	height: auto;
}
.ad-inc {
	float: right;
	margin: 35px 0px 20px 20px;
}
.ad-inc .ad-top {
	width: 300px;
	margin: 0 auto;
}

.native-stream {
	max-width: 730px;
	padding: 0px 10px;
    margin: 10px 0px 20px;
}

/********************
 * Dietary Sprite
*********************/

.dietary-scroll {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: -45px;
	max-width: 40px;
	position: fixed;
}
.ls-icon {
	background-image: url('images/dietary_sprites2.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	display: inline-block;
	margin-bottom: 3px;
}
.ls-icon:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}
.ls-icon.Gluten-Free {
	/*54*/
	background-position: 0 0;
}
.ls-icon.Peanut-Free {
	/*55*/
	background-position: -40px 0;
}
.ls-icon.Diabetic {
	/*56*/
	background-position: -80px 0;
}
.ls-icon.GERD {
	/*57*/
	background-position: -120px 0;
}
.ls-icon.IBS {
	/*58*/
	background-position: -160px 0;
}
.ls-icon.Pregnancy {
	/*59*/
	background-position: -200px 0;
}
.ls-icon.Lactose.Free {
	/*60*/
	background-position: -240px 0;
}
.ls-icon.Healthy {
	/*61*/
	background-position: -280px 0;
}
.ls-icon.Vegan {
	/*62*/
	background-position: -320px 0;
}
.ls-icon.Vegetarian {
	/*63*/
	background-position: -360px 0;
}
.search-post-list {
	margin-bottom: 20px;
	clear: both;
	float: left;
	width: 100%;
}
.search-img {
	float: left;
	margin-right: 15px;
}
.search-title1 {
	margin: 20px 0px 0px 0px;
	font-family: 'Rokkitt', serif;
	line-height: 110%;
	color: #525252;
	font-size: 1.8em;
}
.search-results {
	text-transform: capitalize;
	clear: both;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 10px auto 15px;
	font-family: 'Rokkitt', sans-serif;
	font-size: 36px;
	color: #525252;
	border-bottom: solid 0.5px #E5E5E5;
}
.pagination-search {
	float: left;
	padding: 10px 0;
	margin-bottom: 20px;
}
.page-numbers {
	padding: 10px;
	margin-right: 10px;
	border: solid 0.5px #E5E5E5;
}
.pagination-search .current {
	font-weight: bold;
	background: #F1F2F2;
}
.nav-padding {
	padding-top: 75px;
}

/* Social Media Colours */
.bg-twitter {background: #40b5e5;}
.bg-instagram {background: #bc2a8d;}
.bg-facebook {background: #2272b4;}
.bg-whatsapp {background: #43d854;}
.bg-youtube {background: #cc181e;}
.bg-google-plus {background: #d34836;}
.bg-podcast {background: #8f35cb;}
.bg-email {background: #888; background: #fcbb53;}
.bg-comments {background: #222; background: #e87060;}
.bg-pinterest {background: #d94e55;}
.bg-insta {background: #bc2a8d; background:#9400D3;background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);}
.bg-podcast {background: #8f35cb;}
.bg-print {background: #666;}

.post-share { width: 50%; margin: 7px 0px 0px; text-align:center;}
#sub-button { position: relative; width: 45px; height: 45px; float:right; display: inline-block; margin: 0 1% 0 0; color: #FFF; padding: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 25px;}

/* Share Buttons - Top */
#fb-svg {width:30px; height:34px; padding-top: 5px; fill:#fff;}
#twitter-svg {width:29px; height:35px; padding-top: 5px; fill:#fff;}
#pinterest-svg {width:30px; height:29px; padding-top: 7px; fill:#fff;}
#email-svg {width:25px; height:35px; padding-top: 5px; fill:#fff;}
#comments-svg {width:25px; height:30px; padding-top: 7px; fill:#fff;}
#insta-svg {width: 35px; height: 40px; padding-top: 3px; fill:#fff;}
#print-svg {width: 25px; height: 25px; padding-top: 11px; fill:#fff;}

/* Share Buttons - Subcontent */
#fb-sm-svg {width:30px; height:25px; fill:#fff;}
#pinterest-sm-svg {width:25px; height:25px; padding-top:2px; fill:#fff;}
#twitter-sm-svg {width:25px; height:25px; padding-top:2px; fill:#fff;}
#email-sm-svg {width:25px; height:25px; padding-top: 2px; fill:#fff;}
#comments-sm-svg {width:20px; height:25px; padding-top: 0px; fill:#fff;}
#insta-sm-svg {width: 30px; height: 30px; padding-top: 0px; fill:#fff;}
#print-sm-svg {width: 25px; height: 25px; padding-top: 3px; fill:#fff;}

.sub-share {float: left; margin-right: 1%; width: 13.3%; height:30px; color: #fff; padding: 5px 0; border-radius: 3px; opacity: 0.9;}
.social-text {color:#fff; line-height: 1.75; padding-left:5px; font-size: 1em;}
.hideoverflow { overflow: hidden;}
.outer-center { position: relative; left: 50%; float: left; }
.inner-center { position: relative; left: -50%; float: left; }

.left {
	float:left;
}

.right {
	float:right;
}

.post-46859 .author-block {display:none !important;}
.post-46859 .author-byline img {display:none !important;}

/* Organic AFD */
.cm-cta-wrapper .cm-cta-block__label {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.9;
	color: #000;
	text-transform: capitalize;
	font-family:  system, -apple-system, Arial, sans-serif;
}

.cm-cta-wrapper {
	margin: .625em 0 2.5em;
	font-size: 16px;
}

/*base resets*/
.cm-cta-wrapper * {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

.cm-cta-wrapper .cm-cta-block__grid {
	counter-reset: cta-counter;
}

@media (min-width: 768px) {
	.cm-cta-wrapper {
		clear: both;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cm-cta-wrapper .cm-cta-block__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-cta-wrapper .cm-cta-block--max-width {
		max-width: 70%;
		margin: 0 auto
	}
}

.cm-cta-wrapper .cm-cta-block__col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0.75em;
}
@media (min-width: 768px) {

	/*two column variation*/
	.cm-cta-wrapper .cm-cta-block__grid--two-col .cm-cta-block__item {
		-ms-flex-preferred-size: 47.5%;
		flex-basis: 47.5%;
	}

	/*If the last child is odd, stretch to full width*/
	.cm-cta-wrapper .cm-cta-block__item:nth-last-child(1):nth-child(odd) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

}

.cm-cta-wrapper .cm-cta-block__description {
	display: block;
	font: 1.25em/1.35 system, -apple-system, Arial, sans-serif;
	text-indent: 0;
	word-wrap: break-word;
}

.cm-cta-wrapper .cm-cta-block__description--clen25 {
	font-size: 1.125em;
}
.cm-cta-wrapper .cm-cta-block__description--clen35 {
	font-size: 1em;
}
.cm-cta-block__description + .cm-cta-block__button {
	margin-top: 0.25em; }

.cm-cta-wrapper .cm-cta-block__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-transform: capitalize;
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 0.5em;
	transition: opacity 0.65s;
}

.cm-cta-wrapper .cm-cta-block__item:hover {
	opacity: 0.8;
	text-decoration: none;
	border-bottom: 0px !important;
}

.cm-cta-wrapper .cm-cta-block__item:focus {
	outline: none;
}

.cm-cta-wrapper .cm-cta-block__icon {
	display: inline-block;
}

/* EMAIL OVERLAY OVERRIDES */
.emailoverlay .overlay-container {
	background: #db4226 !important;
}

.emailoverlay .overlay-container .left-signup {
	background: #db4226 !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.emailoverlay .overlay-container .left-signup button {
	background: #e9bc09 !important;
	border: none !important;
	cursor: pointer !important;
}

.emailoverlay .overlay-container .left-signup button:hover {
	background: #222 !important;
}

.emailoverlay .overlay-container .left-signup p.secondarytitle,
.emailoverlay .overlay-container .left-signup p.maintitle,
.emailoverlay .overlay-container .left-signup button,
.emailoverlay .overlay-container .left-signup p.note,
.emailoverlay .overlay-container .left-signup .cancel-overlay p.exit,
.emailoverlay .overlay-container .left-signup input[type=text]
{
	font-family: 'Source Sans Pro', sans-serif !important;
}

.emailoverlay .overlay-container .left-signup p.maintitle {
	font-size: 50px !important;
	line-height: 55px !important;
}

.emailoverlay .overlay-container .left-signup input[type=text] {
	width: 300px !important;
	border-radius: 5px !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #222 !important;
	padding: 15px !important;
	margin-bottom: 15px !important;
	text-align: center !important;
	background: white !important;
	border: none !important;
}

/* END EMAIL OVERLAY OVERRIDES */


/*BROWSER SUPPORTS CSS GRID*/
@supports (display: grid) {
	.cm-cta-wrapper .cm-cta-block__grid {
		display: grid;
		grid-gap: 0.5em;
		grid-auto-rows: 1fr;
	}

	.cm-cta-wrapper .cm-cta-block__item {
		margin-bottom: 0;
	}

	@media (min-width: 768px) {
		.cm-cta-wrapper .cm-cta-block__grid {
			-webkit-box-pack: stretch;
			-ms-flex-pack: stretch;
			justify-content: stretch;
		}

		/*two column variation*/
		.cm-cta-wrapper .cm-cta-block__grid--two-col {
			grid-template-columns: repeat(2, 1fr);
		}

		/*If the last child is odd, stretch to full width*/
		.cm-cta-wrapper .cm-cta-block__item:nth-last-child(1):nth-child(odd) {
			grid-column: span 2;
		}
	}
}/* System1c */ /* backgroundStyle: *//* Start with picked colors */
.cm-cta-wrapper .cm-cta-block__item:hover{background-color: #F9F9F9; }
.cm-cta-wrapper .cm-cta-block__item{background-color: #FFFFFF; }
.cm-cta-wrapper .cm-cta-block__item {color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item span{color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item:hover{color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item:hover span{color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item{background-image: none;}
/* Use picked colors */
.cm-cta-wrapper .cm-cta-block__item:hover{background-color: #F9F9F9; }
.cm-cta-wrapper .cm-cta-block__item{background-color: #FFFFFF; }
.cm-cta-wrapper .cm-cta-block__item {color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item span{color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item:hover{color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item:hover span{color: #056DB7; }
.cm-cta-wrapper .cm-cta-block__item{background-image: none;}
/* borderStyle: *//* system1a */
.cm-cta-wrapper .cm-cta-block__item {
	border: 0;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 6px 2px #ccc;
	-moz-box-shadow: 2px 2px 6px 2px #ccc;
	box-shadow: 2px 2px 6px 2px #ccc;
	padding: 0em 0.5em 0em 0.3em; }/* counters */
.cm-cta-wrapper .cm-cta-block__counter {
	font: 1.25em/1.35 system, -apple-system, Arial, sans-serif;
	text-shadow: none;
}

.cm-cta-wrapper .cm-cta-block__counter:before {
	counter-increment: cta-counter;
	content: counter(cta-counter) ".";
}

/*if theres a image beside a counter
#ctawrapper .cta-block__counter + .cta-block__image {
  margin-left: 0.5em;
}*/

.cm-cta-wrapper .cm-cta-block__counter {
	margin-left: 0.5rem;
}
/* fontSize: */
.cm-cta-wrapper .cm-cta-block__description { font-size: 18px; }/* iconStyle: *//* system1c */
.cm-cta-wrapper .cm-cta-block__icon { border-bottom: 14px solid transparent; border-left: 14px solid; border-top: 14px solid transparent; box-sizing: content-box; margin-right: 10px; width: 8px; } .cm-cta-wrapper .cm-cta-block__item:nth-of-type(1) > .cm-cta-block__icon, .cm-cta-wrapper .cm-cta-block__item:nth-of-type(8) > .cm-cta-block__icon {
	                                                                                                                                                                                              border-left-color: #f1611e; } .cm-cta-wrapper .cm-cta-block__item:nth-of-type(2) > .cm-cta-block__icon, .cm-cta-wrapper .cm-cta-block__item:nth-of-type(5) > .cm-cta-block__icon { border-left-color: #ffd205; } .cm-cta-wrapper .cm-cta-block__item:nth-of-type(3) > .cm-cta-block__icon, .cm-cta-wrapper .cm-cta-block__item:nth-of-type(6) > .cm-cta-block__icon { border-left-color: #65c0a1; } .cm-cta-wrapper .cm-cta-block__item:nth-of-type(4) > .cm-cta-block__icon,
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cm-cta-wrapper .cm-cta-block__item:nth-of-type(7) > .cm-cta-block__icon { border-left-color: #4f9bd6; }/* imageStyle: *//* images */.cm-cta-wrapper .cm-cta-block__item:nth-of-type(1) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(2) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(3) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(4) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(5) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(6) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(7) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }.cm-cta-wrapper .cm-cta-block__item:nth-of-type(8) > .cm-cta-block__image  {
		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: none;
	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }/* minHeight: */
.cm-cta-wrapper .cm-cta-block__item { min-height: 60px; }/* responsiveLayout: *//* two columns */ @media (min-width: 768px) { .cm-cta-wrapper .cm-cta-block__item { -ms-flex-preferred-size: 47.5%; flex-basis: 47.5%; } }
@supports (display: grid) { @media (min-width: 768px) { .cm-cta-wrapper .cm-cta-block__grid { grid-template-columns: repeat(2, 1fr); } } }/* spaceAfter: 2 */
.cm-cta-wrapper { margin-bottom: 40px; }/* spaceBefore: 1 */
.cm-cta-wrapper { margin-top: 10px; }/* spaceBetween: 3 */
.cm-cta-wrapper .cm-cta-block__grid { grid-gap: 0.75em; }
.cm-cta-wrapper .cm-cta-block__image {
	display: none;
}.cm-cta-wrapper .cm-cta-block__button { display: none; }.cm-cta-wrapper .cm-cta-block__secondary-label {
	                                                  position: absolute;
	                                                  right: 1.25em;
	                                                  bottom: 0.5em;
	                                                  font: 400 1em/1.35 system, -apple-system, Arial, sans-serif;
	                                                  text-transform: lowercase;
	                                                  text-align: center;
												  }.cm-cta-wrapper .cm-cta-block__secondary-label { display: none; }



.vhidden {
	/* REF: https://webaim.org/techniques/css/invisiblecontent/ */
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

/* Hide Instagram embeds for legal */
.instagram-media {
	display: none !important;
}
