/*
 Theme Name:     Speedcafe
 Description:    Speedcafe Theme
 Author:         7thVision
 Author URI:     https://www.7thvision.com.au/
 Version:        1.0.0
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	position: relative;

	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
	position: relative;
}

a {
	outline: none;
	text-decoration: underline;
	color: #00a651;
}
a:hover {
	color: #00a651;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #353535;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	background-color: #eaeaea;
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1014px;
	max-width: 63.375rem;
	margin: 0 auto;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.wrapper.large {
	max-width: 1160px;
	max-width: 72.5rem;
}
.ie .wrapper {
	width: 990px;
}

.font-play {
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


/*________ HEADER & NAV ________*/

.topHeader {
	background-color: #000;
}
.topHeader .affiliateNav {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
}
.topHeader .affiliateNav li {
	list-style: none;
	width: 50%;
}
.topHeader .affiliateNav li a {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 30px;
	line-height: 1.875rem;
	padding: 0 4px;
	padding: 0 0.25rem;
}
.topHeader .affiliateNav li.classifieds a {
	background-color: #ff9900;
	color: #000;
}
.topHeader .affiliateNav li.classifieds a:hover,
.topHeader .affiliateNav li.classifieds a:focus {
	background-color: #ffaf38;
}
.topHeader .affiliateNav li.jobs a {
	background-color: #cc3333;
}
.topHeader .affiliateNav li.jobs a:hover,
.topHeader .affiliateNav li.jobs a:focus {
	background-color: #dd4141;
}

.topHeader .socialNav {
	display: none;
}


.header {
	position: relative;
	background-color: #000;
	padding: 10px 0 0;
	padding: 0.625rem 0 0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}


.header .logo {
	width: 100%;
	max-width: 280px;
	max-width: 17.5rem;
	margin: 0 auto 14px;
	margin: 0 auto 0.875rem;
}
.header .logo img {
	width: 100%;
	height: auto;
}

.header .navToggleContainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: stretch;
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-right: -5px;
	margin-right: -0.3125rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}
.header .navToggleContainer .buttonItem {
	padding: 0 5px;
	padding: 0 0.3125rem;
	flex-shrink: 1;
	flex-grow: 1;
}
.header .navToggleContainer .buttonItem.searchItem {
	flex-grow: 0;
	flex-shrink: 0;
}
.header .navToggleContainer .buttonItem button {
	padding: 10px;
	padding: 0.625rem;
	text-transform: uppercase;
	background-color: #009245;
	color: #fff;
	font-weight: 700;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.25;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
	height: 100%;
	width: 100%;
}
.header .navToggleContainer .buttonItem button:hover,
.header .navToggleContainer .buttonItem button.close {
	background-color: #007d3b;
}
.header .navToggleContainer .buttonItem button.navToggle {
	text-align: left;
}
.header .navToggleContainer .buttonItem button.navToggle:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;
	border-bottom: none;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	right: 1rem;
	position: absolute;
}
.header .navToggleContainer .buttonItem button.navToggle.close:after {
	border-top: none;
	border-bottom: 4px solid #fff;
	border-bottom: 0.25rem solid #fff;
}

.header .navToggleContainer .buttonItem.searchItem button {
	width: 36px;
	width: 2.25rem;
}
.header .navToggleContainer .buttonItem.searchItem button img,
.header .navToggleContainer .buttonItem.searchItem button svg {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}



.navObjContainer {
	position: relative;
}
.navObjContainer a.logo {
	display: none;
}

.navObj {
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 10px;
	top: 0.625rem;
	width: 100%;
	padding: 0 20px;
	padding: 0 1.25rem;
	z-index: 1500
}
.navObj.show {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.navObj a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	position: relative;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.navObj li {
	list-style: none;
	width: 100%;
	float: none;
	border-bottom: 1px solid #000;
}
.navObj li:last-child {
	border-bottom: none;
}
.navObj > li {
	background-color: #009245;
}
.navObj > li:first-child {
	border-radius: 6px 6px 0 0;
	border-radius: 0.375rem 0.375rem 0 0;
	overflow: hidden;
}
.navObj > li:last-child {
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
	overflow: hidden;
}





.navObj li.menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;
	top: 24px;
	top: 1.5rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.navObj li.menu-item-has-children.hover > a:after {
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	top: 20px;
	top: 1.25rem;
}


.navObj ul {
	display: none;
	background-color: #005228;
}
.navObj li.hover > ul {
	display: block;
}
.navObj ul a {
	font-weight: 400;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 40px;
	line-height: 2.5rem;
}
.navObj ul ul a {
	padding-left: 32px;
	padding-left: 2rem;
}
.navObj ul li.viewAll a {
	color: #000;
	font-weight: 700;
	background: #f08220;
}
.navObj ul li.viewAll a:hover {
	color: #f08220;
	background: #000;
}


.header form.searchForm {
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
	position: relative;
	display: block;
	animation-duration: 0.25s;
}
.header form.searchForm.hide {
	display: none;
}
.header form.searchForm .fieldContainer label {
	display: none;
}
.header form.searchForm .fieldContainer {
	padding-bottom: 0;
}
.header form.searchForm .fieldContainer input[type="text"] {
	border-radius: 4px;
	border-radius: 0.25rem;
	height: 36px;
	height: 2.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.header form.searchForm button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	width: 2.25rem;
	height: 36px;
	height: 2.25rem;
	padding: 0;
	border-radius: 0 4px 4px 0;
	border-radius: 0 0.25rem 0.25rem 0;
}
.header form.searchForm button[type="submit"]:hover,
.header form.searchForm button[type="submit"]:focus {
	background-color: #007d3b;
}
.header form.searchForm button[type="submit"] img,
.header form.searchForm button[type="submit"] svg {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.header form.searchForm button[type="submit"] svg * {
	fill: #fff;
}


/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
}
.contentContainer .content {
	width: 100%;
}


.content {
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	color: #1f1f1f;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
}
.content h1 {
	font-size: 28px;
	font-size: 1.75rem;
}
.content h1.entryTitle {
	color: #0b9444;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
.content h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h4 {
	font-size: 16px;
	font-size: 1rem;
}
.content h5,
.content h6 {
	font-size: 14px;
	font-size: 0.875rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.35;
	font-size: 14px;
	font-size: 0.875rem;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;
}
.content ul li,
.content ol li {
	line-height: 1.5;
	font-size:14px;
	font-size: 0.875rem;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}

.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;

	/*Make table horizontally scroll*/
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.content table tr {
}
.content table tr th {
	padding: 4px;
	padding: 0.25rem;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	color: #005c2a;
}
.content table tr td {
	border-top: 1px dotted #ddd;
	padding: 4px;
	padding: 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}

.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content small {
	font-size: 10px;
	font-size: 0.625rem;
}

.content a.readMore {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	color: #00944c;
}
.content a.readMore:hover,
.content a.readMore:focus {
	text-decoration: underline;
}
.content .entryContent {
	width: 100%;
}


.content .breadcrumbContainer {
	border-bottom: 0;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 10px;
	padding: 0.625rem;
	clear: both;
	background-color: #fff;
}
.content .breadcrumbContainer a {
	text-decoration: none;
}
.content .breadcrumbContainer a:hover {
	text-decoration: underline;
}


.content .contentHeader {

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.content .contentHeader * {
	flex-grow: 0;
	flex-shrink: 0;
}
.content .contentHeader .entryTitle {
	flex-grow: 1;
	flex-shrink: 1;
}
.content .contentHeader .greenButton {
	margin: 12px 0 0 6px;
	margin: 0.75rem 0 0 0.375rem;
}


.content .innerBg {
	background-color: #fff;
	padding: 12px 16px 0;
	padding: 0.75rem 1rem 0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}


.content .featureArticleContainer {
	margin: 0 0 12px -12px;
	margin: 0 0 0.75rem -0.75rem;
	background-color: #000;
	padding: 6px 12px 0;
	padding: 0.375rem 0.75rem 0;
	width: 100%;
	width: calc(100% + 24px);
	width: calc(100% + 1.5rem);
	overflow: hidden;
}
.content .featureArticleContainer a.sponsor {
	text-align: center;
	display: block;
	color: #f08220;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.25;
	margin: 0 0 6px;
	margin: 0 0 0.375rem;
}
.content .featureArticleContainer a.sponsor img,
.content .featureArticleContainer a.sponsor span.text {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin: 0 5px;
	margin: 0 0.3125rem;
}
.content .featureArticleContainer a.sponsor img {
	width: 100%;
	height: auto;
	max-width: 60px;
	max-width: 3.75rem;
}
.content .featureArticleContainer a.sponsor span.text span {
	display: none;
}
.content .featureArticleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}
.content .featureArticleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .featureArticleContainer .article .thumbContainer:hover img {
	opacity: 0.9;
}
.content .featureArticleContainer .article .info {
	color: #fff;
}
.content .featureArticleContainer .article .info .entryTitle {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 0 0 2px;
	padding: 0 0 0.125rem;
}
.content .featureArticleContainer .article .info .entryTitle a {
	color: #f08220;
	text-decoration: none;
	text-transform: none;
}
.content .featureArticleContainer .article .info .entryTitle a:hover {
	text-decoration: underline;
}
.content .featureArticleContainer .article .info .meta {
	border-bottom: 1px dotted #3e3e3e;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}
.content .featureArticleContainer .article .info .meta p {
	font-size: 10px;
	font-size: 0.625rem;
	display: inline-block;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	line-height: 1.25;
}
.content .featureArticleContainer .article .excerpt {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.35;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.content .featureArticleContainer .article .info .poweredBy {
	display: none;
}


.content .innerWrapper {
	background-color: #fff;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}
.content .innerWrapper .articleContainer {
	padding: 10px 10px 0;
	padding: 0.625rem 0.625rem 0;
}

.content .articleContainer .article {
	position: relative;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
	overflow: hidden;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 100%;
}
.content .articleContainer .article .thumbContainer {
	width: 100%;
	max-width: 82px;
	max-width: 5.125rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	float: left;
	background-color: #000;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
}
.content .articleContainer .article .thumbContainer:hover img,
.content .articleContainer .article .thumbContainer:focus img {
	opacity: 0.9;
}
.content .articleContainer .article .inner {
	overflow: hidden;
}
.content .articleContainer .article .inner .category {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}
.content .articleContainer .article .inner .category a {
	text-transform: uppercase;
	border-radius: 0;
	padding-top: 3px;
	padding-top: 0.1875rem;
}
.content .articleContainer .article .inner .entryTitle {
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
}
.content .articleContainer .article .inner .entryTitle a {
	text-decoration: none;
	color: #1f1f1f;
}
.content .articleContainer .article .inner .entryTitle a:hover,
.content .articleContainer .article .inner .entryTitle a:focus {
	text-decoration: underline;
}
.content .articleContainer .article .inner .date {
	padding: 0 4px 0 0;
	padding: 0 0.25rem 0 0;
	font-size: 10px;
	font-size: 0.625rem;
	display: inline-block;
	color: #353535;
	line-height: 1.25;
	font-weight: 700;
	vertical-align: middle;
}

.content .articleContainer .article.gallery .inner .images {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-left: -4px;
	margin-left: -0.25rem;
	margin-right: -4px;
	margin-right: -0.25rem;
}
.content .articleContainer .article.gallery .inner .images .image {
	padding: 0 4px;
	padding: 0 0.25rem;
	flex-grow: 1;
	flex-shrink: 1;
}
.content .articleContainer .article.gallery .inner .images .image a {
	display: block;
	background-color: #000;
}
.content .articleContainer .article.gallery .inner .images .image a img {
	width: 100%;
}
.content .articleContainer .article.gallery .inner .images .image a:hover img,
.content .articleContainer .article.gallery .inner .images .image a:focus img {
	opacity: 0.9;
}



.content .infoBox {
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #0b9444;
	color: #fff;
	border-radius: 6px;
	border-radius: 0.375rem;
	padding: 10px 10px 0 50px;
	padding: 0.625rem 0.625rem 0 3.125rem;
	position: relative;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.content .infoBox:before {
	content: 'i';
	display: block;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	left: 10px;
	left: 0.625rem;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	border-radius: 50%;
	background-color: #fff;
	color: #0b9444;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 32px;
	line-height: 2rem;
	text-align: center;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.content .infoBox p {
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .infoBox a {
	color: #fff;
}





.mobileContentAdContainer {
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	border-bottom: 1px solid #dfdfdf;
}
.content .articleContainer .mobileContentAd {
	width: 100%;
	max-width: 300px;
	max-width: 18.75rem;
	height: 250px;
	background-color: #ccc;
	font-weight: 700;
	line-height: 250px;
	text-align: center;
	margin: 0 auto;
}



.content .navBelow {
	padding: 10px;
	padding: 0.625rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.paged .content .navBelow {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.content .navBelow a.greenButton {
	padding: 6px 12px;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-radius: 0;
	position: relative;
}
.content .navBelow a.greenButton.prev {
	margin-left: 15px;
	margin-left: 0.9375rem;
}
.content .navBelow a.greenButton.next {
	margin-right: 15px;
	margin-right: 0.9375rem;
}
.content .navBelow a.greenButton:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	border-bottom: 14.5px solid transparent;
	border-bottom: 0.90625rem solid transparent;
	border-top: 15px solid transparent;
	border-top: 0.9375rem solid transparent;
	transition: all 0.1s linear;
}
.content .navBelow a.greenButton.prev:after {
	left: -15px;
	left: -0.9375rem;
	border-right: 15px solid #00a651;
	border-right: 0.9375rem solid #00a651;
	border-left: 0;
}
.content .navBelow a.greenButton.next:after {
	right: -15px;
	right: -0.9375rem;
	border-left: 15px solid #00a651;
	border-left: 0.9375rem solid #00a651;
	border-right: 0;
}
.content .navBelow a.greenButton:hover:after,
.content .navBelow a.greenButton:focus:after {
	border-right-color: #1f1f1f;
	border-left-color: #1f1f1f;
}




.content .shareContainer .flexItems {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.content .shareContainer .flexItems .flexItem {
	margin-right: 10px;
	margin-right: 0.625rem;
}
.content .shareContainer .flexItems .flexItem:last-child {
	margin-right: 0;
}

.content .shareContainer .flexItems .flexItem p {
	padding: 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #1d1e26;
	text-transform: uppercase;
}
.content .shareContainer .flexItems .flexItem a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	overflow: hidden;
}
.content .shareContainer .flexItems .flexItem.twitter a {
	height: 13px;
	height: 0.8125rem;
}

.content .shareContainer .flexItems .flexItem a * {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.content .shareContainer .flexItems .flexItem.facebook a * {
	fill: #3b5998;
}
.content .shareContainer .flexItems .flexItem.twitter a * {
	fill: #238ccc;
}
.content .shareContainer .flexItems .flexItem.linkedIn a * {
	fill: #0076b2;
}
.content .shareContainer .flexItems .flexItem.facebook a:hover *,
.content .shareContainer .flexItems .flexItem.twitter a:hover *,
.content .shareContainer .flexItems .flexItem.linkedIn a:hover * {
	fill: #000;
}
.content .shareContainer .flexItems .flexItem a img,
.content .shareContainer .flexItems .flexItem a svg {
	width: 100%;
	height: 100%;
}




.content .featuresContainer {
	background-color: #000;
	padding: 10px 0 4px;
	padding: 0.625rem 0 0.25rem;
	text-align: center;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}
.content .featuresContainer h5.entryTitle {
	color: #fff;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
	text-transform: uppercase;
}

.content .featuresContainer .feature {
	margin: 0 0 2px;
	margin: 0 0 0.125rem;
}
.content .featuresContainer .feature a span {
	display: block;
}
.content .featuresContainer .feature a {
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 1.25;
	font-size: 8px;
	font-size: 0.5rem;
}
.content .featuresContainer .feature.motorsport-quiz a {
	background-color: #ce2031;
}
.content .featuresContainer .feature.up-front-with-foges a {
	background-color: #00944c;
}
.content .featuresContainer .feature a .thumbContainer {
	background-color: #000;
}
.content .featuresContainer .feature a .thumbContainer img {
	width: 100%;
}
.content .featuresContainer .feature a:hover .thumbContainer img,
.content .featuresContainer .feature a:focus .thumbContainer img {
	opacity: 0.9;
}
.content .featuresContainer .feature a .info {
	padding: 10px;
	padding: 0.625rem;
}
.content .featuresContainer .feature a .info .sponsor {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}
.content .featuresContainer .feature.motorsport-quiz a .info .sponsor img {
	width: 72px;
	width: 4.5rem;
}
.content .featuresContainer .feature.event-guide a .info .sponsor img {
	width: 80px;
	width: 5rem;
}
.content .featuresContainer .feature.fav-flick a .info .sponsor img {
	width: 80px;
	width: 5rem;
}
.content .featuresContainer .feature a .info .entryTitle {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

.content .featuresContainer .featureSlider {
	height: 100%;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 0;
	overflow-x: auto;
	width: 100%;

	-webkit-overflow-scrolling: touch; /* momentum based scrolling */
}
.content .featuresContainer .featureSlider .slick-track {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
}
.content .featuresContainer .featureSlider .slide {
	/*height: 100%;*/
	height: auto;
	width: 100%;
	max-width: 140px;
	max-width: 8.75rem;

	white-space: normal;
	padding-left: 2px;
	padding-left: 0.125rem;
	padding-right: 2px;
	padding-right: 0.125rem;
}
.content .featuresContainer .featureSlider .slide .feature {
	height: 100%;
}
.content .featuresContainer .featureSlider .slide .feature .inner {
	height: 100%;
}
.content .featuresContainer .featureSlider .slide .feature a .info .sponsor img {
	margin: 0 auto;
}

















/*________ AUTHORS PAGE ________*/

.content .authorsContainer {

	border-top: 1px solid #dfdfdf;
}
.content .authorsContainer .author {
	padding: 12px 0;
	padding: 0.75rem 0;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 106px;
	min-height: 6.625rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.content .authorsContainer .author .info .entryTitle {
	padding: 2px 0;
	padding: 0.125rem 0;
	font-size: 16px;
	font-size: 1rem;
}
.content .authorsContainer .author .info .entryTitle a {
	text-decoration: none;
	color: #1f1f1f;
}
.content .authorsContainer .author .info .excerpt {
	padding: 2px 0;
	padding: 0.125rem 0;
}
.content .authorsContainer .author .thumbContainer {
	width: 100%;
	max-width: 82px;
	max-width: 5.125rem;
	display: block;
	margin: 0 12px 0 0;
	margin: 0 0.75rem 0 0;
}
.content .authorsContainer .author .thumbContainer img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.content .authorsContainer .author .thumbContainer:hover img {
	opacity: 0.9;
}





/*________ EVENTS PAGE ________*/

.page-template-pages-events .content ul.eventCategories {
	list-style: none;
	padding-left: 0;
}
.page-template-pages-events .content ul.eventCategories li {
	padding: 10px 0 10px 30px;
	padding: 0.625rem 0 0.625rem 1.875rem;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	background: url( https://media.speedcafe.com/wp-content/themes/sc-2016/images/icon-calendar.gif) no-repeat center left;
}
.page-template-pages-events .content ul.eventCategories li a {
	text-decoration: none;
	color: #353535;
}


/*________ DRAG & DROP COMP PAGE ________*/

.page-template-pages-competition .content .type-page.bgColorOn {
	padding: 20px;
	padding: 1.25rem;
}
.page-template-pages-competition .content form.scForm .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.page-template-pages-competition .content form.scForm .flexBlocks .flexBlock {
	padding: 0 10px;
	padding: 0 0.625rem;
}





/*________ CONTACT PAGE ________*/


/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/

.single .content .metaContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;

	padding: 5px 0 0;
	padding: 0.3125rem 0 0;
	border-top: none;
}
.single .content .metaContainer .thumbContainer {
	display: block;
	width: 48px;
	width: 3rem;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-right: 16px;
	margin-right: 1rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.single .content .metaContainer .thumbContainer img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.single .content .metaContainer .meta {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}
.single .content .metaContainer .meta p {
	font-size: 12px;
	font-size: 0.75rem;
	color: #1d1e26;
	font-style: italic;
	padding: 0 0 2px;
	padding: 0 0 0.125rem;
}
.single .content .metaContainer .meta p span,
.single .content .metaContainer .meta p a {
	font-style: normal;
	text-transform: uppercase;
	color: #1d1e26;
}
.single .content .metaContainer .shareContainer {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	width: 100%;
	max-height: 30px;
	max-height: 1.875rem;
}

.single .articlePagination {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	background-color: #fff;
}
.single .articlePagination a {
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.single .articlePagination a.prev {
	padding-right: 20px;
	padding-right: 1.25rem;
}
.single .articlePagination a * {
	display: block;
}
.single .articlePagination a .thumbnail {
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
	position: relative;
	width: 100px;
	width: 6.25rem;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	background-color: #000;
}
.single .articlePagination a:hover .thumbnail img {
	opacity: 0.9;
}
.single .articlePagination a .thumbnail:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	border: 20px solid transparent;
	border: 1.25rem solid transparent;
	border-right: 16px solid #fff;
	border-right: 1rem solid #fff;
}
.single .articlePagination a .text {
	line-height: 1.35;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.single .articlePagination a .text .info {
	text-transform: uppercase;
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	color: #000;
}
.single .articlePagination a .text .title {
	font-size: 14px;
	font-size: 0.875rem;
}


.single .articlePagination a.next {
	justify-content: flex-end;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}
.single .articlePagination a.next .thumbnail {
	-webkit-order: 2;
	order: 2;
	margin: 0 0 0 16px;
	margin: 0 0 0 1rem;
}
.single .articlePagination a.next .thumbnail:after {
	right: auto;
	left: 0;
	border-right: 1.25rem solid transparent;
	border-left: 16px solid #fff;
	border-left: 1rem solid #fff;
}
.single .articlePagination a.next .text {
	text-align: right;
}



.single .relatedArticles {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	background-color: #fff;
	padding: 10px;
	padding: 0.625rem;
}
.single .relatedArticles h4 {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}
.single .relatedArticles h4 a {
	text-decoration: none;
	color: #353535;
}
.single .relatedArticles h4 a:hover {
	color: #00a651;
}
.single .relatedArticles ul {
	padding: 0;
}
.single .relatedArticles ul li {
	list-style: none;
	border-bottom: 1px solid #f3f3f3;
}
.single .relatedArticles ul li a {
	display: block;
	padding: 4px 0;
	padding: 0.25rem 0;
	text-decoration: none;
	color: #353535;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.single .relatedArticles ul li a .icon {
	font-size: 12px;
	font-size: 0.75rem;
	margin-right: 6px;
	margin-right: 0.375rem;
}
.single .relatedArticles ul li a .text {
	color: #00a651;
}
.single .relatedArticles ul li a:hover .text {
	text-decoration: underline;
}

.single .summerGrillContainer {
	background-size: cover;
	width: 100%;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	position: relative;
	padding: 12px;
	padding: 0.75rem;

}
.single .summerGrillContainer:after {
	background: #222 url( https://speedcafe.7thdev.com/wp-content/themes/sc-2016/images/bg-summer-grill.jpg) no-repeat top center;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 4px;
	border-radius: 0.25rem;
}
.single .summerGrillContainer img {
	width: 124px;
	width: 7.75rem;
	height: auto;
	margin: 0 auto 12px;
	margin: 0 auto 0.75rem;
}
.single .summerGrillContainer p.entryTitle {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	text-shadow: 0 0 1px #000000;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
}

.single .summerGrillContainer form.scForm {
	width: 100%;
	clear: both;
}
.single .summerGrillContainer form.scForm .fieldContainer  {
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}
.single .summerGrillContainer form.scForm .fieldContainer input {
	height: 26px;
	height: 1.625rem;
	font-size: 12px;
	font-size: 0.75rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	border: none;
}
.single .summerGrillContainer form.scForm button[type="submit"] {
	height: 26px;
	height: 1.625rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #000;
}
.single .summerGrillContainer form.scForm button[type="submit"]:hover {
	color: #fff;
	background-color: #0b9444;
}

.single .summerGrillContainer form ul.parsley-errors-list::after {
	height: 14px;
	height: 0.875rem;
	width: 14px;
	width: 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 14px;
	line-height: 0.875rem;
}



/*________ SIDEBAR ________*/

.sidebar .section {
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}

.sidebar .section h5,
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
}


.sidebar .section.boxed {
	padding: 0;
	background-color: #121212;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
	color: #353535;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section.boxed h5 {
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
	background-color: #00a651;
	color: #fff;
	padding: 16px;
	padding: 1rem;
	font-size: 14px;
	font-size: 0.875rem;
}







.sidebar .section.partners h5 {
	padding: 12px 0 8px;
	padding: 0.75rem 0 0.5rem;
}
.sidebar .section.partners .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	background-color: #fff;
	padding: 10px;
	padding: 0.625rem;
}
.sidebar .section.partners .list a {
	width: 33.33%;
	padding: 6px 0;
	padding: 0.375rem 0;
	background-color: #fff;
	overflow: hidden;
	min-height: 70px;
	min-height: 4.375rem;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.sidebar .section.partners .list a:nth-child(3),
.sidebar .section.partners .list a:nth-child(6),
.sidebar .section.partners .list a:nth-child(9),
.sidebar .section.partners .list a:nth-child(12),
.sidebar .section.partners .list a:nth-child(15) {
	border-right: none;
}
.sidebar .section.partners .list a:nth-last-child(1),
.sidebar .section.partners .list a:nth-last-child(2),
.sidebar .section.partners .list a:nth-last-child(3) {
	border-bottom: none;
}
.sidebar .section.partners .list a img {
	max-width: 80%;
	margin: 0 auto;
}




.sidebar .section.boxed.menu .inner {
	padding: 0 20px 30px;
	padding: 0 1.25rem 1.875rem;
}
.sidebar .section.boxed.menu .inner ul {
	list-style: none;
}
.sidebar .section.boxed.menu .inner ul li {
	border-bottom: 1px solid #c9c9c9;
}
.sidebar .section.boxed.menu .inner ul li a {
	color: #353535;
	display: block;
	text-decoration: none;
	line-height: 1.25;
	padding: 14px 0;
	padding: 0.875rem 0;
}
.sidebar .section.boxed.menu .inner ul li a:hover {
	color: #0b9444;
}
.sidebar .section.boxed.menu .inner ul li.current-menu-item a {
	font-weight: 700;
}



.sidebar .section.boxed.trending .article {
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
.sidebar .section.boxed.trending .article a {
	height: 46px;
	height: 2.875rem;
	overflow: hidden;
	color: #353535;
	text-decoration: none;
	text-transform: uppercase;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.sidebar .section.boxed.trending .article a span {
	display: block;
}
.sidebar .section.boxed.trending .article a .count {
	width: 34px;
	width: 2.125rem;
	text-align: center;
	color: #fff;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-size: 2rem;
	background-color: #0b9444;
	line-height: 46px;
	line-height: 2.875rem;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.sidebar .section.boxed.trending .article a:hover .count {
	background-color: #000;
}
.sidebar .section.boxed.trending .article a .image {
	width: 60px;
	width: 3.75rem;
	height: 46px;
	height: 2.875rem;
	background-color: #000;
	overflow: hidden;
	position: relative;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.sidebar .section.boxed.trending .article a .image img {
	opacity: 0.6;
	width: auto;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.sidebar .section.boxed.trending .article a:hover .image img {
	opacity: 1;
}
.sidebar .section.boxed.trending .article a .text {
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.33;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	color: #c2c2bb;
}
.sidebar .section.boxed.trending .article a:hover .text {
	color: #fff;
}

.sidebar .section.boxed.newsletter {
	text-align: center;
}
.sidebar .section.boxed.newsletter h5 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.sidebar .section.boxed.newsletter .inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}
.sidebar .section.boxed.newsletter p {
	line-height: 1.28;
	padding: 0 0 14px;
	padding: 0 0 0.875rem;
	color: #fff;
}

.sidebar .section.boxed.newsletter form.scForm * {
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section.boxed.newsletter form.scForm .fieldContainer {
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
.sidebar .section.boxed.newsletter form.scForm input[type="text"] {
	text-align: center;
	border-color: #fff;
	height: 36px;
	height: 2.25rem;
}
.sidebar .section.boxed.newsletter form.scForm button[type="submit"] {
	height: 36px;
	height: 2.25rem;
	text-transform: none;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}

.sidebar .section.boxed.newsletter p.disclaimer {
	font-size: 12px;
	font-size: 0.75rem;
	color: #808080;
	padding: 0 0 32px;
	padding: 0 0 2rem;
}




.sidebar .feedback ul {
	text-align: left;
}


.section.poll {
	padding: 10px;
	padding: 0.625rem;
	background: #e2e2e2;
	border: 1px solid #c7c7c7 !important;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;

}
.content .post .section.poll {
	width: 300px;
	width: 18.75rem;
}

.section.poll .pollDaddy {
	background: url(' https://media.speedcafe.com/wp-content/themes/sc-2016/images/bg-poll-bottom.png') no-repeat bottom;
	width: 278px;
	width: 17.375rem;
}
.section.poll #pollDaddy .pds-vote-button {
	margin: 0;
	background: #0169db;
	border: 1px solid #043972;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.section.poll #pollDaddy .pds-vote-button-load {
	margin-left: 0;
}
.section.poll #pollDaddy .pds-links {
	clear: both;
	padding: 5px 0 0 0;
	padding: 0.3125rem 0 0 0;
}
.section.poll #pollDaddy .pds-links a,
.section.poll #pollDaddy .pds-links-back a {
	color: #fad611;
	text-decoration: none;
}
.section.poll #pollDaddy .pds-links a:hover,
.section.poll #pollDaddy .pds-links-back a:hover {
	text-decoration: underline;
}
.section.poll #pollDaddy .pds-answer .pds-input-label {
	width: 210px;
	width: 13.125rem;
}
.section.poll #pollDaddy .pds-answer .pds-total-votes {
	color: #fff;
	text-transform: uppercase;
}
.section.poll #pollDaddy .pds-pd-link {
	display: none;
}
.section.poll .pollDaddy .pollHead {
	margin: 0 auto;
	padding-top: 10px;
	padding-top: 0.625rem;
	width: 100%;
	max-width: 244px;
	max-width: 15.25rem;
	height: auto;
}
.section.poll #pollDaddy .pds-box {
	background: url(' https://media.speedcafe.com/wp-content/themes/sc-2016/images/bg-poll-top.png') no-repeat top;
	width: 100%;
}
.section.poll #pollDaddy .pds-box .pds-question-top {
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	text-shadow: #000 1px 1px 0;
}

.section.poll #pollDaddy a.viewPastPolls {
	float: right;
	margin-top: -30px;
	margin-top: -1.875rem;
	color: #FAD611;
	text-decoration: none;
	font-size: 10px;
	font-size: 0.625rem;
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
	text-decoration: none;
}
.section.poll #pollDaddy a.viewPastPolls:hover {
	text-decoration: underline;
}


/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	font-size: 10px;
	font-size: 0.625rem;
	color: #767676;
	line-height: 1.25;
}
.footer .socialNav {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.footer .footerNav {
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 0 0 2px;
	padding: 0 0 0.125rem;
}
.footer .footerNav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 5px;
	padding: 0 0.3125rem;
	position: relative;
	margin: 0 0 4px;
	margin: 0 0 0.125rem;
}
.footer .footerNav li:first-child {
	padding-left: 0;
}
.footer .footerNav li:last-child {
	padding-right: 0;
}
.footer .footerNav li:after {
	position: absolute;
	content: '';
	display: block;
	height: 10px;
	height: 0.6125rem;
	width: 1px;
	background-color: #767676;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.footer .footerNav li:last-child:after {
	display: none;
}
.footer .footerNav li a {
	text-decoration: none;
	color: #767676;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.footer .footerNav li a:hover {
	color: #444;
}




/*________ FORMS ________*/

form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder {
	color: #a9a9a9;
}
form :-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
form ::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
form :-ms-input-placeholder {
	color: #a9a9a9;
}





/*________ SC FORMS ________*/

.content form.scForm  {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

form.scForm .ffname {
	display: none !important;
}

form.scForm .inlineBlocks {
	text-align: left;
}
form.scForm .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -10px;
}
form.scForm .flexBlocks .flexBlock {
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}

form.scForm .fieldContainer {
	width: 100%;
	text-align: left;
	padding: 0 0 16px;
	padding: 0 0 1rem;
	overflow: hidden;
}
form.scForm .fieldContainer label,
form.scForm p.label {
	display: block;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	line-height: 1.25;
}
form.scForm .fieldContainer.noLabel label {
	display: none;
}
form.scForm .fieldContainer .inputContainer {
	position: relative;
}
form.scForm .fieldContainer input[type="text"],
form.scForm .fieldContainer input[type="email"],
form.scForm .fieldContainer input[type="password"],
form.scForm .fieldContainer select,
form.scForm .fieldContainer textarea {
	height: 40px;
	height: 2.5rem;
	width: 100%;
	border: 1px solid #a9a9a9;
	width: 100%;
	padding: 0 10px;
	padding: 0 0.625rem;
	color: #222;
	border-radius: 0;
	-webkit-appearance: none;

	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
form.scForm .fieldContainer textarea {
	height: 120px;
	height: 7.5rem;
	resize: vertical;
	padding: 10px;
	padding: 0.625rem;
}
form.scForm .fieldContainer input[type="text"]:focus,
form.scForm .fieldContainer input[type="email"]:focus,
form.scForm .fieldContainer input[type="password"]:focus,
form.scForm .fieldContainer textarea:focus {
	border-color: #222;
}

form.scForm .fieldContainer select {
	height: 40px;
	height: 2.5rem;
	width: 100%;
	border-radius: 0;
}

form.scForm .fieldContainer.checkbox {
	position: relative;
}
form.scForm .fieldContainer.checkbox label {
	overflow: hidden;
	display: block;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	position: relative;
}
form.scForm .fieldContainer.checkbox label input {
	position: absolute;
	top: 2px;
	top: 0.125rem;
	left: 0;
}
form.scForm .fieldContainer.checkbox label span {
	display: block;
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
}

form.scForm .fieldContainer.checkbox.multiple label {
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
	width: auto;
}


form.scForm .fieldContainer .inputContainer p.fieldInfo {
	padding: 0;
	font-size: 12px;
	font-size: 0.75rem;
}


form.scForm p.terms a {
	font-size: 14px;
	font-size: 0.875rem;
}

form.scForm button.submit,
form.scForm button[type="submit"] {
	width: 100%;
	height: 40px;
	height: 2.5rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	color: #fff;
	background-color: #0b9444;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-radius: 0;
}
form.scForm button.submit:hover,
form.scForm button[type="submit"]:hover {
	background-color: #222;
}

form ul.parsley-errors-list {
	padding: 0;
}
form ul.parsley-errors-list::after {
	content: '!';
	display: block;
	width: 18px;
	width: 1.125rem;
	height: 18px;
	height: 1.125rem;
	border-radius: 50%;
	background-color: #ee3333;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	right: 8px;
	right: 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 18px;
	line-height: 1.125rem;
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
form ul.parsley-errors-list.filled::after {
	opacity: 1;
}
form .fieldContainer.checkbox ul.parsley-errors-list::after {
	top: 0;
}
form ul.parsley-errors-list li {
	display: none;
}





/*________ MISC ________*/

.injectSvg {
	overflow: hidden;
}

.show-1340,
.show-1240,
.show-1140,
.show-1040,
.show-940,
.show-840,
.show-740,
.show-640,
.show-540,
.show-440,
.show-340 {
	display: none;
}

.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}




.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}



/*leave for now but phase out in code when I have time!*/
.greenButton {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	border-radius: 0.125rem;
	background-color: #00a651;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	line-height: 1.25;
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
	padding: 3px 5px;
}
.greenButton:hover {
	background-color: #1f1f1f;
	color:#fff;
}


.button {
	background-color: #ccc;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	border-radius: 0.125rem;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	line-height: 1.25;
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
	text-decoration: none;
}
.button:hover {
	background-color: #ccc;
	color: #fff;
}

.button.medium {
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.button.large {
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 6px 16px;
	padding: 0.375rem 1rem;
	font-size: 16px;
	font-size: 1rem;
}

.button.green {
	background-color: #00a651;
}
.button.green:hover,
.button.green:focus {
	background-color: #1f1f1f;
}

.button.orange {
	background-color: #f08220;
}
.button.orange:hover,
.button.orange:hover {
	background-color: #df700e;
}

.button.black {
	background-color: #000;
}
.button.black:hover,
.button.black:hover {
	background-color: #444;
}


.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
	border:0;
	padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.animateZoom,
.gallery .gallery-item img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.centerVertical {

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback a {
	color: #fff;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}
.feedback ul li {
	line-height: 1.5;
}




ul.socialNav {
	text-align: center;
	width: auto;
}
ul.socialNav li {
	list-style: none;
	padding: 0 8px;
	padding: 0 0.5rem
}
ul.socialNav li a {
	display: block;
	width: 18px;
	width: 1.125rem;
	height: 18px;
	height: 1.125rem;
	position: relative;
	overflow: hidden;
}
ul.socialNav li.youtube a {
	width: 22px;
	width: 1.375rem;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: auto;
}
ul.socialNav li a span * {
	fill: #636363;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
ul.socialNav li a:hover span *,
ul.socialNav li a:focus span * {
	fill: #1f1f1f;
}



/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #0b9444;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	text-align: center;
}
.wp-caption img {
	height: auto;
	width: 100%;
}
.wp-caption .wp-caption-text {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 50%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
	display: none;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}

.full-width-caption.alignnone {
	margin-left: -16px;
	margin-left: -1rem;
	margin-right: -16px;
	margin-right: -1rem;
}
.full-width-caption.alignnone img {
	margin-left: 0;
	margin-right: 0;
}
img.size-large.alignnone,
img.size-full.alignnone {
	margin-left: -16px;
	margin-left: -1rem;
	width: calc(100% + 32px);
	width: calc(100% + 2rem);
	max-width: calc(100% + 32px);
	max-width: calc(100% + 2rem);
}


/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {
	.wrapper {
		position: static;
	}


	/*________ MISC ________*/

	.hide-340 {
		display: none;
	}
	.show-340 {
		display: block;
	}
	.show-340.inline {
		display: inline;
	}
	.show-340.inline-block {
		display: inline-block;
	}


	/*________ WP IMAGES ________*/

	.gallery .gallery-item {
		width: 33.33%;
	}
}

/* 440px */
@media (min-width: 27.5em) {

	/*________ CONTENT ________*/

	.content .navBelow a.greenButton {
		padding-left: 24px;
		padding-left: 1.5rem;
		padding-right: 24px;
		padding-right: 1.5rem;
	}


	/*________ SINGLE ________*/

	.single .summerGrillContainer form.scForm {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.single .summerGrillContainer form.scForm .fieldContainer {
		padding: 0 6px 0 0;
		padding: 0 0.375rem 0 0;
	}
	.single .summerGrillContainer form.scForm button[type="submit"] {
		width: 40px;
		width: 2.5rem;
		padding: 0;
		flex-grow: 0;
		flex-shrink: 0;
		font-size: 14px;
		font-size: 0.875rem;
	}


	/*________ MISC ________*/

	.hide-440 {
		display: none;
	}
	.show-440 {
		display: block;
	}
	.show-440.inline {
		display: inline;
	}
	.show-440.inline-block {
		display: inline-block;
	}
}

/* 540px */
@media (min-width: 33.75em) {

	/*________ CONTENT ________*/

	.content .articleContainer .article .thumbContainer {
		max-width: 150px;
		max-width: 9.375rem;
	}


	/*________ WP IMAGES ________*/

	.gallery .gallery-item {
		width: 25%;
	}


	/*________ SINGLE ________*/

	.single .content .metaContainer .shareContainer {
		padding-left: 20px;
		padding-left: 1.25rem;
		width: auto;
		margin-left: auto;
	}
	.single .summerGrillContainer img {
		position: absolute;
		top: 0;
		left: 10px;
		left: 0.625rem;
		bottom: 0;
		margin: auto;
	}
	.single .summerGrillContainer p.entryTitle {
		text-align: left;
		padding-left: 150px;
		padding-left: 9.375rem;
	}
	.single .summerGrillContainer form.scForm {
		padding-left: 150px;
		padding-left: 9.375rem;
	}


	/*________ MISC ________*/

	.hide-540 {
		display: none;
	}
	.show-540 {
		display: block;
	}
	.show-540.inline {
		display: inline;
	}
	.show-540.inline-block {
		display: inline-block;
	}
}

/* 640px */
@media (min-width: 40em) {

	/*________ HEADER & NAV ________*/

	.topHeader {
		border-bottom: 1px solid #353535;
		background-color: #009245;
	}
	.topHeader .wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
	}
	.topHeader .affiliateNav {
		flex-shrink: 0;
		margin-right: auto;
	}
	.topHeader .affiliateNav li {
		list-style: none;
		width: auto;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.topHeader .affiliateNav li a {
		padding: 0 10px;
		padding: 0 0.625rem;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: 700;
	}

	.topHeader .socialNav {
		display: block;
		padding: 2px 0 0;
		padding: 0.125rem 0 0;
	}
	.topHeader ul.socialNav li:last-child {
		padding-right: 0;
	}
	.topHeader ul.socialNav li a span *,
	.topHeader ul.socialNav li a span * {
		fill: #fff;
	}
	.topHeader ul.socialNav li a:hover span *,
	.topHeader ul.socialNav li a:focus span * {
		fill: #000;
	}


	/*________ SINGLE PAGE ________*/

	.single .relatedArticles ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}
	.single .relatedArticles ul li {
		width: 50%;
		width: calc(50% - 8px);
		width: calc(50% - 0.5rem);
	}

}

/* 740px */
@media (min-width: 46.25em) {

	.wrapper {
		z-index: 99;
		position: relative;
	}


	/*________ HEADER ________*/

	.header {
		margin-bottom: 0;
		padding-bottom: 10px;
		padding-bottom: 0.625rem;
	}
	.header .logo {
		margin-bottom: 0;
	}
	.header .wrapper {
		z-index: 2000;
	}


	.header .navToggleContainer {
		display: none;
	}



	.mainNavContainer .wrapper {
		position: relative;
		height: 100%;
	}
	.mainNavContainer .searchFormToggle {
		background-color: #000;
		width: 28px;
		width: 1.75rem;
		height: 28px;
		height: 1.75rem;
		position: absolute;
		top: 0;
		right: 10px;
		right: 0.625rem;
		bottom: 0;
		margin: auto;
		border-radius: 50%;
	}
	.mainNavContainer .searchFormToggle:hover,
	.mainNavContainer .searchFormToggle:focus {
		background-color: #005228;
	}
	.mainNavContainer .searchFormToggle img,
	.mainNavContainer .searchFormToggle svg {
		width: 12px;
		width: 0.75rem;
		height: 12px;
		height: 0.75rem;

		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.mainNavContainer .searchFormToggle * {
		fill: #fff;
	}

	.mainNavContainer .searchFormToggle.toggled:before,
	.mainNavContainer .searchFormToggle.toggled:after {
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;

		width: 12px;
		width: 0.75rem;
		height: 2px;
		height: 0.125rem;
		background-color: #fff;
		content: "";
		transition: all 0.15s linear;
	}
	.mainNavContainer .searchFormToggle.toggled:before {
		transform: rotate(45deg);
	}
	.mainNavContainer .searchFormToggle.toggled:after {
		transform: rotate(-45deg);
	}
	.mainNavContainer .searchFormToggle.toggled img,
	.mainNavContainer .searchFormToggle.toggled svg {
		display: none;
	}

	.header form.searchForm {
		position: absolute;
		bottom: -50px;
		bottom: -3.125rem;
		right: 32px;
		right: 2rem;
		width: 300px;
		width: 18.75rem;
		padding: 0;
		margin-right: 12px;
		margin-right: 0.75rem;
		height: 40px;
		height: 2.5rem;
		padding-left: 20px;
		padding-left: 1.25rem;
	}
	.header form.searchForm:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		width: 1.25rem;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(11,148,68,0) 0%, rgba(11,148,68,1) 100%);
		background: -webkit-linear-gradient(left, rgba(11,148,68,0) 0%,rgba(11,148,68,1) 100%);
		background: linear-gradient(to right, rgba(11,148,68,0) 0%,rgba(11,148,68,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b9444', endColorstr='#0b9444',GradientType=1 );
	}
	.header form.searchForm .fieldContainer {
		background-color: #0b9444;
		height: 100%;
	}
	.header form.searchForm .fieldContainer input[type="text"] {
		height: 32px;
		height: 2rem;
		border-radius: 16px;
		border-radius: 1rem;
		border: none;
		margin-top: 4px;
		margin-top: 0.25rem;
	}
	.header form.searchForm button[type="submit"] {
		width: 24px;
		width: 1.5rem;
		height: 24px;
		height: 1.5rem;
		top: 0;
		bottom: 0;
		right: 4px;
		margin: auto;
		background-color: #000;
		border-radius: 50%;
	}
	.header form.searchForm button[type="submit"]:hover,
	.header form.searchForm button[type="submit"]:focus {
		background-color: #005228;
	}
	.header form.searchForm button[type="submit"] img,
	.header form.searchForm button[type="submit"] svg {
		width: 12px;
		width: 0.75rem;
		height: 12px;
		height: 0.75rem;
	}
	.header form.searchForm button[type="submit"] svg * {
		fill: #fff;
	}







	.navObjContainer {
		height: 40px;
		height: 2.5rem;
		background-color: #0b9444;
		z-index: 1500;
		clear: both;
		width: 100%
	}
	.navObjContainer .wrapper {
		padding: 0;
	}

	/* Solid MultiLevel Css Nav */
	.navObj {
		opacity: 1;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		overflow: visible;
	}

	.navObj li,
	.navObj > li:first-child,
	.navObj > li:last-child {
		border-radius: 0;
		background-color: transparent;
		overflow: visible;
		width: auto;
		border-bottom: none;
		float: left;
		position: relative;
	}
	.navObj > li:before,
	.navObj > li:after {
		content: '';
		display: block;
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	.navObj > li:before {
		left: 0;
		background: rgb(10,147,67);
		background: -moz-linear-gradient(top,  rgba(10,147,67,1) 0%, rgba(12,134,63,1) 15%, rgba(12,134,63,1) 85%, rgba(10,147,67,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(10,147,67,1) 0%,rgba(12,134,63,1) 15%,rgba(12,134,63,1) 85%,rgba(10,147,67,1) 100%);
		background: linear-gradient(to bottom,  rgba(10,147,67,1) 0%,rgba(12,134,63,1) 15%,rgba(12,134,63,1) 85%,rgba(10,147,67,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9343', endColorstr='#0a9343',GradientType=0 );
	}
	.navObj > li:after {
		right: 0;
		background: rgb(10,147,67);
		background: -moz-linear-gradient(top,  rgba(10,147,67,1) 0%, rgba(50,162,96,1) 15%, rgba(50,162,96,1) 85%, rgba(10,147,67,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(10,147,67,1) 0%,rgba(50,162,96,1) 15%,rgba(50,162,96,1) 85%,rgba(10,147,67,1) 100%);
		background: linear-gradient(to bottom,  rgba(10,147,67,1) 0%,rgba(50,162,96,1) 15%,rgba(50,162,96,1) 85%,rgba(10,147,67,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9343', endColorstr='#0a9343',GradientType=0 );
	}
	.navObj > li:first-child:before {
		display: none;
	}
	.navObj > li:last-child:after {
		display: none;
	}
	.navObj > li:hover:after {
		opacity: 0;
	}
	/* main level link */
	.navObj a {
		padding: 0 6px;
		padding: 0 0.375rem;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 40px;
		line-height: 2.5rem;
	}
	.navObj .menu-item-has-children > a:after {
		display:  none;
	}
	.navObj .menu-item-has-children:hover > a:after {
	}

	.navObj li.current-menu-parent > a,
	.navObj li.current-menu-item > a {
	}
	/* main level link hover */
	.navObj > li:hover > a {
		background-color: #005228;
	}

	/* level 2 list */
	.navObj ul {
		position: absolute;
		top: 40px;
		top: 2.5rem;
		left: 0;
		width: 240px;
		width: 15rem;
	}
	.navObj ul .menu-item-has-children > a:after {

	}
	.navObj li:hover > ul {
		display: block;
	}
	.navObj ul li {
		width: 100%;
		float: none;
	}
	.navObj ul a {
		line-height: 28px;
		line-height: 1.75rem;
	}
	.navObj ul a:hover {
		background-color: #262626;
	}
	/* level 3+ list */
	.navObj ul ul {
		left: 240px;
		left: 15rem;
		top: 0;
	}
	.navObj ul .menu-item-has-children > a:after {

	}
	.navObj ul .menu-item-has-children:hover > a:after {

	}


	.navObjContainer.categoryNavContainer {
		z-index: 1000;
		height: 30px;
		height: 1.875rem;
		background-color: #111111;
		margin: 0 0 10px;
		margin: 0 0 0.625rem;
		overflow: hidden;
	}
	.navObjContainer.categoryNavContainer .wrapper {
		padding: 0 4px;
		padding: 0 0.25rem;
	}
	.navObj.categoryNav {
		height: 100%;
	}
	.navObj.categoryNav > li:before,
	.navObj.categoryNav > li:after {
		display: none;
	}
	/* main level link */
	.navObj.categoryNav a {
		padding: 0 6px;
		padding: 0 0.375rem;
		line-height: 30px;
		line-height: 1.875rem;
		color: #c0c0c6;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		font-size: 10px;
		font-size: 0.625rem;
		font-weight: 400;
	}
	/* main level link hover */
	.navObj.categoryNav > li:hover > a {
		color: #fff;
		background-color: transparent;
	}

	/* main level link hover */
	.navObj.categoryNav > li.allCategories {
		position: absolute;
		top: 0;
		right: 0;
		height: 30px;
		height: 1.875rem;
		padding-left: 20px;
		padding-left: 1.25rem;
	}
	.navObj.categoryNav > li.allCategories:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		width: 1.25rem;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(17,17,17,0) 0%, rgba(17,17,17,1) 100%);
		background: -webkit-linear-gradient(left, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%);
		background: linear-gradient(to right, rgba(17,17,17,0) 0%,rgba(17,17,17,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111111', endColorstr='#111111',GradientType=1 );
	}
	.navObj.categoryNav > li.allCategories > a {
		font-weight: 700;
		color: #fff;
		background-color: #111111;
	}
	.navObj.categoryNav > li.allCategories > a:focus,
	.navObj.categoryNav > li.allCategories > a:hover {
		color: #fff;
		text-decoration: underline;
	}

	/* level 2 list */
	.navObj.categoryNav ul {
		display: none;
	}


	/*________ CONTENT ________*/

	.fullContentAdContainer {
		margin: 0 0 10px;
		margin: 0 0 0.625rem;
	}
	.fullContentAd {
		width: 100%;
		height: 84px;
		background-color: #ccc;
		font-weight: 700;
		line-height: 84px;
		text-align: center;
	}


	.contentContainer .content {
		width: calc(100% - 310px);
		width: calc(100% - 19.375rem);
		float: left;
		min-height: 600px;
		min-height: 37.5rem;
	}
	.contentContainer.fullContent .content {
		width: 100%;
	}









	/*________ FRONT PAGE & HALL OF FAME ________*/

	.content .featureArticleContainer {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.content .featureArticleContainer a.sponsor {

		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		padding: 0 10px;
		padding: 0 0.625rem;
	}
	.content .featureArticleContainer a.sponsor img,
	.content .featureArticleContainer a.sponsor span.text {
		display: block;
		margin: 0;
	}
	.content .featureArticleContainer a.sponsor span.text {
		-webkit-order: 1;
		order: 1;
	}
	.content .featureArticleContainer a.sponsor img {
		-webkit-order: 2;
		order: 2;
		max-width: 90px;
		max-width: 5.625rem;
		max-height: 18px;
		max-height: 1.125rem;
	}
	.content .featureArticleContainer a.sponsor span.text span {
		display: inline;
	}

	.content .featureArticleContainer .article .info {
		padding: 0 10px;
		padding: 0 0.625rem;
	}




	/*________ SINGLE ________*/


	.single .content .metaContainer .shareContainer {
		padding-left: 0;
		width: 100%;
		margin-left: 0;
	}







	/*________ SIDEBAR ________*/

	.sidebar {
		width: 300px;
		width: 18.75rem;
		float: right;
		padding-top: 0;
	}



	.sidebar .section.partners h5 {
		display: none;
	}




	.sidebar .section.leaderboard img.banner {
		width: 100%;
		height: auto;
	}
	.sidebar .section.leaderboard .inner {
		background: url( https://media.speedcafe.com/wp-content/themes/sc-2016/images/bg-sidebar-leaderboard.jpg) top left repeat;
	}
	.sidebar .section.leaderboard .inner h5.entryTitle {
		padding: 8px 18px;
		padding: 0.5rem 1.125rem;
		color: #f6f6f6;
		font-size: 14px;
		font-size: 0.875rem;
		text-transform: none;
		text-align: left;
		background-color: #000;
	}
	.sidebar .section.leaderboard .inner table {
		border: 0;
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.sidebar .section.leaderboard .inner table tr td {
		padding: 0 20px;
		padding: 0 1.25rem;
		height: 26px;
		height: 1.625rem;
		vertical-align: middle;
		text-align: left;
		font-weight: 700;
		font-size: 12px;
		font-size: 0.75rem;
		width: auto;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #dfdfdf 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#dfdfdf 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	}

	.sidebar .section.leaderboard .inner p.viewMore {
		padding: 6px 18px;
		padding: 0.375rem 1.125rem;
		font-size: 10px;
		font-size: 0.625rem;
	}
	.sidebar .section.leaderboard .inner p.viewMore a {
		color: #434343;
		text-decoration: none;
		padding-left: 20px;
		padding-left: 1.25rem;
		background: url( https://media.speedcafe.com/wp-content/themes/sc-2016/images/icon-eye.png) no-repeat center left;
		background-size: 15px 10px;
		background-size: 0.9375rem 0.625rem;
	}

	.sidebar .section.leaderboard .inner .related {

		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-align-content: stretch;
		align-content: stretch;
		padding: 0 4px 4px;
		padding: 0 0.25rem 0.25rem;
		background-color: #000;
	}
	.sidebar .section.leaderboard .inner .related a {
		background-color: #fcf633;
		text-align: center;
		width: 25%;
		width: calc(25% - 2px);
		width: calc(25% - 0.125rem);
		display: block;
		color: #000;
		font-size: 12px;
		font-size: 0.75rem;
		font-weight: 700;
		border-radius: 4px;
		border-radius: 0.25rem;
		padding: 4px;
		padding: 0.25rem;
		text-decoration: none;
		margin: 0 0 4px;
		margin: 0 0 0.25rem;
	}
	.sidebar .section.leaderboard .inner .related a:hover {
		color: #323232;
	}



	/*________ FOOTER ________*/

	.footer {
		background-color: #e2e2e2;
		overflow: hidden;
	}
	.footer .socialNav {
		padding-bottom: 0;
	}
	.footer .footerInfo {
		float: left;
		padding-top: 4px;
		padding-top: 0.25rem;
	}
	.footer .footerNav {
		width: auto;
		padding: 0;
		text-align: left;

		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;
	}
	.footer .footerNav li:last-child {
		margin-right: 2px;
		margin-right: 0.125rem;
		padding-right: 5px;
		padding-right: 0.3125rem;
	}
	.footer .footerNav li:last-child:after {
		display: block;
	}

	.footer .copyright {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;
	}


	/*________ MISC ________*/

	ul.socialNav {
		text-align: right;
		float: right;
	}
	ul.socialNav li {
		padding: 0 0 0 16px;
		padding: 0 0 0 1rem;
	}
	ul.socialNav li:first-child {
		padding-left: 0;
	}

	.show-740 {
		display: block;
	}

}

/* 840px */
@media (min-width: 52.5em) {

	/*________ HEADER  ________*/

	.navObj a {
		padding: 0 10px;
		padding: 0 0.625rem;
	}


	/*________ SINGLE ________*/

	.single .content .metaContainer .shareContainer {
		padding-left: 20px;
		padding-left: 1.25rem;
		width: auto;
		margin-left: auto;
	}


}

/* 940px */
@media (min-width: 58.75em) {
	html {
		font-size: 80%;
	}

	/*________ HEADER ________*/


	.header .flexContainer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}
	.header .flexContainer .headerAdContainer {
		order: 2;
	}
	.header .flexContainer .logo {
		width: 100%;
		margin: 0 14px 0 0;
		margin: 0 0.875rem 0 0;
		order: 1;
		max-width: 334px;
		max-width: 20.875rem;
	}


	.mainNavContainer.stuck {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.admin-bar .mainNavContainer.stuck {
		top: 32px;
	}
	.mainNavContainer.stuck .wrapper a.logo {
		opacity: 0;
		display: none;
	}



	.navObj a {
		font-size: 14px;
		font-size: 0.875rem;
	}


	/*________ SINGLE PAGE ________*/

	.single .articlePagination {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}

	.single .articlePagination a.next {
		padding-bottom: 0;
		order: 2;
		margin-left: auto;
	}


	/*________ NEWS PAGE & HALL OF FAME ________*/

	.content .featureArticleContainer .article {
		position: relative;
		overflow: hidden;
	}
	.content .featureArticleContainer .article .thumbContainer {
		width: calc(100% - 262px);
		width: calc(100% - 16.375rem);
		margin: 0;
		float: left;
	}
	.content .featureArticleContainer .article .info {
		overflow: hidden;
		width: 262px;
		width: 16.375rem;
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
	}
	.content .featureArticleContainer .article .info .poweredBy {
		display: block;
		color: #fff;
		position: absolute;
		width: 38%;
		font-size: 12px;
		font-size: 0.75rem;
		bottom: 0;
		right: 0;
		font-family: 'Play', Arial, 'Helvetica Neue', Helvetica, sans-serif;

		padding: 0 16px 20px 14px;
		padding: 0 1rem 1.25rem 0.875rem;

		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
	}
	.content .featureArticleContainer .article .info .poweredBy img {
		width: 100%;
		max-width: 90px;
		max-width: 5.625rem;
	}

	.content {
		overflow: hidden;
	}
	.content .innerWrapper {
		float: left;
		width: 100%;
		width: calc(100% - 272px);
		width: calc(100% - 17rem);
	}
	.content .innerWrapper.full {
		width: 100%;
	}
	.content .panelWrapper {
		float: right;
		width: 262px;
		width: 16.375rem;
	}


	.content .panelWrapper .featuresContainer .feature a {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: nowrap;

		text-align: left;
		min-height: 86px;
		min-height: 5.375rem;
	}
	.content .panelWrapper .featuresContainer .feature a .thumbContainer {
		width: 132px;
		width: 8.25rem;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.content .panelWrapper .featuresContainer .feature a .thumbContainer img {
		height: 100%;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
	}
	.content .panelWrapper .featuresContainer .feature a .info {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}




}

/* 1040px */
@media (min-width: 65em) {

	html {
		font-size: 90%;
	}

	.navObj a {
		font-size: 15px;
		font-size: 0.9375rem;
	}


}

/* 1140px */
@media (min-width: 71.25em) {
	html {
		font-size: 100%;
	}


}

/* 1240px */
@media (min-width: 77.5em) {
	.mainNavContainer.stuck .wrapper a.logo {
		opacity: 1;
		display: block;
		position: absolute;
		top: 12px;
		top: 0.75rem;
		left: -140px;
		left: -8.75rem;
		width: 132px;
		width: 8.25rem;
		height: auto;
	}
	.mainNavContainer.stuck .wrapper a.logo img {
		width: 100%;
		height: auto;
	}
}

/* 1340px */
@media (min-width: 83.75em) {

}

/* 1440px */
@media (min-width: 90em) {

}


/* HEIGHT */


/* 340px */
@media (min-height: 21.25em) {

}
