/*
Theme Name: Farmersweekly
Description: Farmersweekly theme by Caxton Digital!
Version: 1.0
Author: Caxton
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, gray, two-columns, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, translation-ready, rtl-language-support


*/

/* =Reset
-------------------------------------------------------------- */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html,
body {
	width: 100%;
}
*/



/*
body {
	background: #fff;
}
*/

/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}
*/

/* =Global
----------------------------------------------- */

/*
body,
button,
input,
select,
textarea {
	color: #262626;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
*/

/* Headings */
/*
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 400;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
*/

/* Text elements */

/*
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
.format-quote blockquote{
	margin: 0;
}
address,
.post-format-content {
	margin: 0 0 1.5em;
}
pre {
	background: #ededed;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {

	margin: 0; 
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal; 
	*overflow: visible; 
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #e6e6e6;
	color: #262626;
	cursor: pointer; 
	-webkit-appearance: button;
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px 2%;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}
input[type="search"] {
	-webkit-appearance: textfield; 
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #ccc;
	border: 1px solid #eee;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; 
	padding-left: 3px;
	vertical-align: top; 
	width: 98%;
}

*/

/* Links */
.footer a:hover {
	color: #ea5449;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #1e4a66;
}
.site a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.clearfix {
	clear: both;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Layout
----------------------------------------------- */

#page {
	padding-top: 50px;
}
#s{width:85%;padding:13px;border-top:none;border-left:none;border-right:none;border-bottom:2px solid #333;font-size:24px;}
#searchsubmit{padding:15px;width:110px;background:#EE1C25;color:#fff;border:0px;}
#masthead-wrap {
	background-color: #EE1C25;
	position: fixed;
		top: 0;
		z-index: 1000;
	width: 100%;
}
.logged-in #masthead-wrap {
	top: 32px;
}
.wp-admin .logged-in #masthead-wrap {
	top: 0;
}
#masthead {
	color: #fff;
	margin: 16px auto 8px auto;
	width: 960px;
	min-height: 50px;
}
#masthead hgroup {
	float: left;
	width: 40%;
}
.header-image,
.site-logo {
	width: auto;
	max-height: 150px;
}
.site-title {
	color: #fff;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-title a:hover {
	color: #ea5449;
}
.site-description {
	color: #818181;
	font-size: .9em;
}

#main {
	margin: 0px auto;
	width: 970px;
}
#primary {
	float: left;
	margin-right: 25px;
	width: 645px;
}
#primary.full-width-page {
	float: none;
	margin-right: 0;
	width: 100%;
}
#secondary {
	float: right;
	width: 300px;
}
#colophon-wrap {
	background-color: #282828;
	clear: both;
	margin-top: 25px;
	padding: 25px 0;
	width: 100%;
}

.new_menu_class{margin-left:-45px;}

#colophon {
	color: #818181;
	
	margin: 0 auto;
	width: 960px;
}
#colophon a:hover {
	color: #fff;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: right;
	width: 55%;
	margin-top:5px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
	float:left;
	margin:0 0 0 23px;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	font-weight:bold;
	padding: 3px 20px;
	text-decoration: none;
}
.main-navigation ul ul {
	background-color: #141414;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);



	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
		z-index: 99999;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 175px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color: #ea5449;
	color: #fff;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Featured Content
----------------------------------------------- */

#featured-content.flexslider {
	border: none 0;
	margin-bottom: 25px;
	overflow: hidden;
}
#featured-content.flexslider .slides img {
	height: auto;
	margin: 0 auto
}
#featured-content.flexslider .slides .featured-hentry-wrap {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#featured-content.flexslider .slides .hentry .entry-header {
	background: rgba(255,255,255,.95);
	border-bottom: 5px solid #1e4a66;
	margin-bottom: 25px;
	padding: 1% 25px;
	position: absolute;
		bottom: 25px;
		right: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	max-width: 500px;
}
#featured-content.flexslider .slides .hentry {
	background: transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#featured-content.flexslider .slides .hentry .entry-header:hover {
	background: rgba(255,255,255,1);
}
#featured-content .flex-direction-nav li a {
	background-color: #fff;
	color: #1e4a66;
	font-size: 1.9em;
	line-height: 1em;
	opacity: 0;
	padding: .5% 1%;
	top: 48%;
	text-align: center;
	text-indent: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: auto;
	height: auto;
}
#featured-content:hover .flex-direction-nav li a {
	opacity: .5;
}
#featured-content.flexslider:hover .flex-direction-nav li a {
	background-color: #fff;
	opacity: .5;
}
#featured-content.flexslider .flex-direction-nav li a:hover {
	background-color: #fff;
	opacity: .95;
}
#featured-content .flex-direction-nav li .next {
	right: 0;
}
#featured-content .flex-direction-nav li .prev {
	left: 0;
}
#featured-content .flex-control-nav {
	bottom: 1%;
	right: 0;
	width: 100%;
}
#featured-content .flex-control-nav li {
	background-color: rgba(30,74,102,0);
	border-radius: 10px;
	padding: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#featured-content:hover .flex-control-nav li {
	background-color: rgba(30,74,102,.5);
}
#featured-content .flex-control-nav li:hover {
	background-color: rgba(30,74,102,.95);
}
#featured-content .flex-control-nav li a {
	background-color: rgba(255,255,255,0);
	border-radius: 7px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 14px;
	height: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#featured-content:hover .flex-control-nav li a {
	background-color: rgba(255,255,255,0.5);
}
#featured-content .flex-control-nav li a:hover, #slider-wrapper .flex-control-nav li a.active {
	background-color: rgba(255,255,255,.95);
}



/* =Content
----------------------------------------------- */
/*
h1, h2, h3, h4, h5, h6 {
	color: #1e4a66;
	margin: .15em 0;
	padding: .15em 0;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
.page-title {
	background-color: #fff;
	border-bottom: 5px solid #1e4a66;
	-webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	color: #1e4a66;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 25px;
	padding: 25px;
}
.hentry {
	background-color: #fff;
	border-bottom: 5px solid #1e4a66;
	-webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hentry:hover {
	border-bottom-color: #ea5449;
	-webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}
.attachment-feat-img {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	height: auto;
}
h1.entry-title,
h2.entry-title {
	color: #1e4a66;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.hentry:hover .entry-title {
	color: #ea5449;
}
.entry-title a {
	color: #1e4a66;
}
.hentry:hover .entry-title a {
	color: #ea5449;
}
.entry-title a:hover {
	color: #ea5449;
}
.hentry:hover .entry-title a:hover {
	color: #1e4a66;
}
.entry-header {
	padding: 1.5em 25px 0 25px;
}
.entry-meta {
	clear: both;
	color: #737373;
	font-size: .9em;
}
footer.entry-meta {
	padding: 0 25px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0;
	padding: 1.5em 25px 0 25px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
blockquote,
.quote-caption {
	color: #1e4a66;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.6em;
}
.quote-caption {
	margin: 0 1.5em 1.5em;
}
.format-link .entry-content p {
	margin: 0 1.5em 1.5em 1.5em;
}
.format-link .entry-content a {
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.6em;
}

.sticky {
	background-color: #f6f6f6;
	border-bottom-color: #ea5449;
}
.sticky .entry-title {
	color: #ea5449;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
}
.sticky .entry-title a {
	color: #ea5449;
}
.sticky .entry-title a:hover {
	color: #1e4a66;
}
*/

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
img.size-full,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1%;
	max-width: 97.7%;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption-text img {
	display: inline;
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery,
.site-content .tiled-gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.jetpack-video-wrapper {
	margin-bottom: 1.5em;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

#comments {
	background-color: #f2f2f2;
	padding: 25px;
}
.bypostauthor > article {
	background-color: #fafafa;
	padding: 10px;
}
.comments-title {
	font-size: 1.7em;
	line-height: 1.3em;
}
.commentlist .published, .commentlist .edit, .commentlist .reply {
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
}
.comment-navigation {
	margin-bottom: 1.6em;
}
.commentlist, .commentlist li {
	list-style: none;
	margin: 0 0 25px 0;
}
.commentlist .comment-content li {
	margin-left: 2.8em;
	list-style-type: decimal;
}
.commentlist {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.commentlist li {
	margin-top: 1.6em;
	padding: 1.6em 0 0 0;
	border-top: 1px solid #e5e5e5;
}
.commentlist .children {
	margin-left: 0;
}
.commentlist li li {
	padding-left: 10%;
}
.commentlist .avatar {
	float: left;
	margin: 0 13px 10px 0;
}
.comment-meta {
	margin: 0 0 2px 0;
	font-size: 0.8em;
	color: #bbb;
	line-height: 1.7em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 1em;
}
.comment-author { margin-right: 10px; }
.comment-meta a {
	font-style: normal;
	color: #777;
	border-bottom: 1px solid #e5e5e5;
}
.comment-author a { color: #333; }
.comment-meta a:hover{
	color: #000;
	border-bottom: none;
}
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f5f5f5;
}
.comment-content {
	font-size: 0.85em;
	line-height: 1.9em;
	clear: left;
}
.comment-content p { margin-bottom: 1em; }
.commentlist .comment-content li {
	border-top: none 0;
	margin: 0;
	padding: 0;
}
.commentlist .comment-content ul, .commentlist .comment-content ol {
	margin-bottom: 1.692307em;
}
.commentlist .comment-content li ul, .commentlist .comment-content li ol {
	margin-bottom: 0.3em;
}
.commentlist blockquote, .commentlist blockquote blockquote blockquote {
	font-size: 1em;
}

/* =Widgets
----------------------------------------------- */

.widget {
	background-color: #fff;
	margin: 0 0 25px;
	padding: 25px 25px 0px 0px;
	overflow: hidden;
	
}
/*.widget:hover {
	border-bottom-color: #1E4A66;
	-webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}
*/
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	color: #f6c628;
}
.widget-title {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.widget:hover .widget-title {
	color: #1E4A66;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}
.widget ul li {
	margin-bottom: 3px;
}
.widget ul ul {
	margin-left: 10px;
}
.widget img {
	/*height: auto;*/
}




/* =Plugins
----------------------------------------------- */

img#wpstats {
	background-color: #818181;
	border-radius: 4px;
	display: block;
	margin: -20px auto 0;
	padding: 2px;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
img#wpstats:hover {
	background-color: #ea5449;
}
.eventbrite-event .wp-post-image {
	display: block;
	margin: 0 auto;
}


/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-scroll #wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 1.5em;
}
.infinite-scroll.neverending #content {
	margin-bottom: 1.5em;
}
#infinite-footer .container {
	float: none;
}
.infinite-loader {
	clear: both;
	color: #fff;
	padding: 0 0 1.5em 0;
}
#infinite-handle {
	margin: 0 0 3em 0;
}
#infinite-handle span {
	border: 0 none;
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border: 0 none;
	padding: 0;
}

/* Elements to hide: (footer widgets, post navigation, regular footer) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending .footer {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending .footer {
	display: block;
}


/* Media queries for responsive design
--------------------------------------------- */

/* --- iPad Portrait --- */
@media screen and (min-width: 768px) and (max-width: 959px) {
	#masthead,
	#colophon,
	#featured-content.flexslider .slides .featured-hentry-wrap {
		width: 100%;
	}
	#main {
		width: 96%;
	}
	#primary {
		margin-right: 3%;
		width: 72%;
	}
	#secondary {
		width: 25%;
	}
	.widget #s {
		width: 93%;
	}
	.widget #searchsubmit {
		margin-top: 2%;
		width: 98%;
	}
}

/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width: 767px) {
	#masthead,
	#main,
	#primary,
	#secondary,
	#colophon,
	#featured-content.flexslider .slides .featured-hentry-wrap {
		width: 100%;
	}
	.logged-in #masthead-wrap {
		top: 46px;
	}
	#featured-content.flexslider .slides .hentry {
		bottom: 2%;
		max-width: 50%;
	}
	#primary {
		margin-right: 0;
	}
	.widget #s {
		padding: 2%;
		width: 93%;
	}
	.widget #searchsubmit {
		margin-top: 2%;
		padding: 2%;
		width: 98%;
	}
}



/* --- Smartphones (portrait and landscape) --- */
@media screen and (max-width : 600px) {
	#masthead-wrap {
		position: absolute;
	}
	#masthead {
		padding: 1% 3%;
		width: 94%;
		max-height: none;
	}
	#masthead hgroup {
		float: none;
		padding-bottom: 2%;
		width: 100%;
	}
	.site-navigation h1.menu-toggle {
		background-color: #ea5449;
		color: #fff;
		font-size: 1.5em;
		margin: 0;
		padding: 1% 3%;
	}
	.main-small-navigation .menu {
		list-style-type: none;
		margin: 3% 3% 0 3%;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
		list-style-type: none;
	}
	#featured-content.flexslider .slides .featured-hentry-wrap {
		display: none;
	}
}

.separator2 {margin-top: 0px !important; }
.breadcrumbs span {
    background-color: #fff;
    display: inline-block;
    height: 22px;
    margin: 0px 8px 0px 8px;
	float:left;
}
.bread-home, .item-cat a{line-height:1.5; font-size:13px!important;}
.cat-links a{color:red;}
article{margin-bottom:36px;border-bottom:1px dashed #333;padding-bottom:12px;}
/*.footer_section .textwidget img{width:150px; height:200px;}*/
.pagination .screen-reader-text{display:none;}
.textwidget img{width:150px; height:200px;}
.social-share {
    padding-top: 5px!important;
}

.article-teaser a{color:#fff;} 
.article-teaser a:hover{color:#EE1C25;} 
.catergory-teaser a {color:#333;}
.catergory-teaser a:hover{color:#EE1C25;}
.subscribe-form h3 {color:#ddd;}
.special-focus{padding:12px; background:#DEDEB4; border:1px solid #DEDEB4; margin-top:25px;}

.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary{background-color:#fff !important;border-color:#DEDEB4!important;color:#000!important;}

.totalpoll-poll-container .totalpoll-view-results .totalpoll-choices .totalpoll-choice .totalpoll-choice-votes-bar{background:#7C6629!important;}

.heading-new .col-md-12::after {border-bottom: 2px solid #333;
    content: "";
    height: 5px;
    margin-left: 20px;
    position: absolute;
    top: 40%;
    width: 100%;}
.cat-heading .col-md-12::after{width:100%!important}
.cat-heading a{font-size:18px;}
.cat-heading a:hover{color:#726918;}
*a:hover{color:#726918!important;}

.heading-new {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.catergory-teaser .breaking-news-read-more {
  background: none;
  padding: 0px;
  float:left;
  margin-left:0px;
  color: #EE1C25;
  width: 100px; }

.breaking-news-read-more {
  background: none;
  padding: 0px;
  float:left;
  margin-left:0px;
  color: #EE1C25;
  width: 100px; 
  margin-bottom: 10px;
  }

.row-breaking-news .col-md-12{padding-left:0px!important;}
.clear-break{display:block;height:12px;}
.breaking-news-tab {
  background: #EE1C25;
  padding: 9px 0px 7px 24px;
  color: #fff;
  margin-bottom: 0px;
  width: 100%;
  text-transform: inherit;
  font-size: 21px;
  font-family:Georgia,"Times New Roman",Times,serif;}
 
 .breaking-news .col-md-2 {
    padding-left: 20px; 
}

/*.breaking-news .col-lg-2{width:20%;}*/
.breaking-news .col-lg-10{width:79.333%;}

.breaking-news {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 20px;
  background: #DEDEB4; }
  
  .heading-grey {
    background: #EE1C25 none repeat scroll 0 0;
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
}



.subscribe-form .submit {
    background: #466f82 -moz-linear-gradient(center top , #466f82, #466f82) repeat-x scroll 0 0!important;
	background: -webkit-linear-gradient(top, #466f82, #466f82);
    border: medium none!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.2)!important;
    color: #fff!important;
    text-align: center!important;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4)!important;
}
  
.breaking-news h2 {line-height:0.6; margin:5px 0px 5px 0px; color:#333;}

  .fw-banner .textwidget{width:auto; height:auto;margin-left:0px;margin-bottom:0px;}
   .fw-banner .textwidget img{width:auto!important; margin-bottom:0px; height:auto;}

 .navbar-nav > li > a {padding-right:40px;}
 
 .sponsor {
  float: right;
  padding-right: 38px; }
  
  .material-tabs .nav-tabs {
    border-bottom: 2px solid #D5CAB5;
	background:#D5CAB5;
    border-radius: 0 !important; }

	.material-tabs .nav-tabs > li.active > a, .material-tabs .nav-tabs > li > a:hover {
    background: #EE1C25;
    border: medium none;
    color: #fff !important;
}

.navbar-nav > li > a {
    padding-right: 23px;
}

.not-bold{border-left: medium none !important;
    font-size: 16px;
    font-weight: bold !important;
    padding-left: 0 !important;}

.featured-image .article-teaser p {
    color: #eee !important;
    font-size: 14px;
	line-height:1.1;
}

.heading-green{
	background: #DEDEB4 none repeat scroll 0 0;
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 5px 10px 0px 0px;
    text-transform: capitalize;
	border-bottom:1px solid #000;
}


*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.featured-image .article-teaser {padding: 0 20px 0px;}
.entry-header h3 > a{color:#333;}
.related-articles h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 5px;
	font-size:18px;
	font-weight:bold;
}
.gform_heading{display:none;}
.search-body {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
}
.search-close {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 9999;
}

/* line 4, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  /* line 10, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > a,
    .pagination > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
	  
	  .pagination a {
      position: relative;
	  border-radius: 50% !important;
      float: left;
      padding: 6px 10px 6px 13px;
      line-height: 1.42857;
      text-decoration: none;
      color: #333;
      background-color: #fff;
      border: 1px solid #ddd;
      margin:0 5px}
	  
	  .pagination .current {
      position: relative;
	  border-radius: 50% !important;
      float: left;
	  color:#fff;
      padding: 6px 10px 6px 13px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: #EE1C25 !important;
      border: 1px solid #EE1C25 !important;
      margin-left: -1px; }
	  
	  .pagination a:hover {
		  background-color: #EE1C25 !important;
		border: 1px solid #EE1C25 !important;
		color:#fff;
	  }
	  
    /* line 25, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    /* line 32, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  /* line 41, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination >  a:hover, .pagination > a:focus,
  .pagination > span:hover,
  .pagination > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #EE1C25 !important;
      border: 1px solid #EE1C25 !important; }
  /* line 52, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > .current > a, .pagination > .current > a:hover, .pagination > .current > a:focus,
  .pagination > .current > span,
  .pagination > .current > span:hover,
  .pagination > .current > span:focus {
    z-index: 3;

    cursor: default; 
	background-color: #EE1C25 !important;
      border: 1px solid #EE1C25 !important;
    color: #fff;}
  /* line 64, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

/* line 5, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

/* line 12, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

/* line 18, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

/* line 5, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 12, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 18, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 6, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  /* line 14, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  /* line 19, /Users/CaxtonDigital/Documents/SITES/farmers-weekly/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:after {
    clear: both; }
  /* line 12, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager li {
    display: inline; }
    /* line 14, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    /* line 23, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  /* line 31, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager .next > a,
  .pager .next > span {
    float: right; }
  /* line 38, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  /* line 45, node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }
	
.close-breaking-news {
    background: #EE1C25!important;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    padding: 5px 10px;
    position: absolute;
    right: 16px;
    top: 0;
}

.full-width-header {
    position: relative;
    width: 100%;
    z-index: 9999999;
	background: #ee1c25 -moz-linear-gradient(center top , #ee1c25, #ee1c25) repeat-x scroll 0 0!important;
	background: -webkit-linear-gradient(top, #ee1c25, #ee1c25);
    border: medium none!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.2)!important;
    color: #fff!important;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4)!important;
}

.mega-menu .navbar {
    margin-bottom: 10px;
    margin-top: -15px;
}

.breadcrumbs{margin-top:25px;}

/*.navbar-toggle .icon-bar{display:none;}*/

.event-header{font-size:24px; margin-top:0px; color:#000;}
.site-footer li{list-style:none;}
.competitions-btn {border:none;}
.fixed-top-navbar {
    background: #ee1c25 none repeat scroll 0 0;
}
.breadcrumbs a:hover {color:#ee1c25;}
.popup-hitching-post{display:none;}
.popup-btn{display:block;background:#333;color:#fff;padding:12px 12px 12px 20px;width:140px;cursor:pointer;}
.blood-red {background:#EE1C25!important;}
.breadcrumbs a {color:#333!important;}
.breadcrumbs a:hover {color:#EE1C25!important;}
.poll-fw{background:#DEDEB4;}
.totalpoll-choice-container, .totalpoll-choices{background-color:#DEDEB4!important;border:none!important;}
.read-more-btn {background:#EE1C25;}
.pop-header{font-size:23px;}
.cat-readmore{float:right;}
.cat-readmore a{color:#000;}
.row-bg{background:#fff; padding:12px;box-shadow:2px 1px 15px rgba(0, 0, 0, 0.05);}

blockquote {
	
  margin: 1.5em 10px 10px 0px;
  padding: 0.5em 10px 10px 0px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-style:italic;
	font-weight: bold;
	font-family:Georgia, serif;
}

.tab-content .related-articles h3{font-weight:bold;padding-bottom:8px;}
.ubermenu-tab-content-panel .ubermenu-target-text{font-weight:normal!important;}
.weather-top {color: #fff;margin-top: -9px;font-size:11px;padding:0px;height:27px;display:block;}
.weather-top img{width:40px;}
.wpusb {margin-left:6px;}

.video-item h3:hover{color:#333!important;}
.video-section a:hover{color:#333!important;}
.sub-stories .sub-stories-teaser {
    bottom: 0;
    color: #fff;
    padding: 18px 20px 20px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 2;
}

.sales-teams {

    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.sales-teams span{font-size:12px;}
.black-big h3 {font-size:15px!important; margin}


.gform_wrapper .top_label input.medium {
   background-color: #fbfbfb!important;
    border: 1px solid #000!important;
    border-radius: 0;
    box-sizing: border-box!important;
    color: #3c3c3c!important;
    font-family: Helvetica,Arial,sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 22px!important;
    margin-bottom: 10px!important;
    padding: 10px 30px!important;
    width: 100%!important;
}

.special-focus .textwidget{text-align:left;}

.gform_button {
    background: red;
    padding: 10px;
    color: #fff;
    text-align: center;
    min-height: 36px;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    border: none;
}
.gform_wrapper textarea.medium {
	background-color: #fbfbfb!important;
    border: 1px solid #000!important;
    border-radius: 0;
    box-sizing: border-box!important;
    color: #3c3c3c!important;
    font-family: Helvetica,Arial,sans-serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 22px!important;
    margin-bottom: 10px!important;
    padding: 10px 30px!important;
    width: 100%!important;
}
.gform_wrapper .gfield_required {
	display: none;
}

@media screen and (min-width: 320px) and (max-width: 640px) { 
	.sponsor {
    padding-right: 60px;
}
.breaking-news-tab {
    padding: 11px 0px 10px 24px;
    width: 105%;
    /*height: 50px;*/
}
.mobi-spacing {
	margin-top: 20px;
}

/*.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right: 18px !important;
}
*/
.subscribe-form {
	margin-top: 20px;
}
.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
	width: 100% ;
}
.featured-image img {
	height: auto !important;
}
.close-breaking-news {
	height: 40px;
}
.sub-stories .sub-stories-teaser {
    padding: 50px 20px 20px;
}
.site-info {
	padding: 0px 40px;
}
.cat-readmore {
    float: left;
    padding-left: 5%;
}
.breaking-news .col-md-2 {
    padding-left: 18px;
    overflow: hidden;
}

.breaking-news .col-md-2 img {
	width: 390px !important;
	max-width: 105% !important;
	margin-left: -2px !important;
}
.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
	background: #282828;
    margin-top: -1px;
}

.ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target ,#menu-item-15892{
	margin-top: -2px;
}

.social-icons-footer {
    padding: 10px 20%;
}
.paddingleft35 {
	padding-left: 35px;
}

}

.detailBox {
  background:#F1F1F1;
  border-top:1px solid #333;
  border-right:0px;
  border-left:0px;
  border-bottom:0px;
}

.blood-red2{background:#333; color:#fff; width:260px;  border-bottom:1px solid #ccc;}

.close-breaking-news {
    padding: 10px 10px;
    background: none !important;
}



.gform_button {
    background: #dedeb4;
    border: medium none;
    color: #000;
	font-weight:bold;
    height: auto;
    margin-bottom: 20px;
    min-height: 36px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.feed-widget {
	padding:20px 15px;;
	border:5px solid #336a31;
    padding-bottom: 0px;
}
.feed-widget-image {
	margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}
.feed-widget-logo {
	margin-bottom:10px;
}
.widget-grey {
	background: #d7d7d7;
}
.widget-lightgrey {
	background: #e1e1e1;
}
.widget-lighter-grey {
	background: #d7d7d7;
}
.feed-widget-text {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.white-bg {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;

}
.sponsor {
	text-align: center;
}
.breaking-news-read-more {
    float: none;
}
.breaking-news-read-more {
    color: #FFF;
    margin-bottom: 10px;
    background: #EE1C25;
    margin-top: 0px;
    width: 230px;
    margin: 10px auto;
    padding: 10px 0px;
    text-align: center;
    margin-top: 20px;
}
.breaking-news {
	background: #e0e0e0;
}

.featured-image .article-teaser {
	background-color: rgba(0, 0, 0, 0.4)!important;
	color:#fff;
}

.featured-image .article-teaser p {
    color: #fff !important; 
}
.featured-image .article-teaser h3 {
	color: #1e1e1e !important;
}
.breadcrumbs span {
	background: none;
}
.heading-grey {
	margin-bottom:0px;
}
.poll-fw {
	background: #c2c2c2;
    padding-left: 0px;
}
.heading-green.poll.blood-green-secondary2 {
	background: #EE1C25 !important;
	color: #fff;
	padding-left: 20px !important;
}
.totalpoll-choice-container, .totalpoll-choices{
	background: #c2c2c2 !important;
	border:none !important;
}
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-checkbox-container {
	border:none !important;
}
.totalpoll-choice-separator {
	border:none !important;
}
.totalpoll-poll-container h4 {
	padding-left: 20px !important;
}
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons {
	text-align: center !important;
	    padding-bottom: 20px !important;
}
.totalpoll-button-results {
	background: #EE1C25 !important;
	color: #fff !important;
	padding: 10px 25px !important;
	border-radius: 0 !important;
}
.totalpoll-button-vote {
	background: #fff !important;
	color: #fff !important;
	padding: 10px 25px !important;
	color:#242424 !important;
	border-radius: 0 !important;
}
.subscribe-form {
    background: #fff;
    padding: 20px;
    border: 2px solid #f21921;
    color: #323232;
}
.subscribe-form input {
	background: #ececec;
}
.subscribe-form h3 {
	text-transform: uppercase !important;
	font-weight: bold !important;
	color:#EE1C25 !important;
	text-align: center !important;
    padding: 0px 8px;
    border:none !important;

}
.subscribe-form p {
	color:#323232 !important;
	text-align: center !important;
}

.subscribe-form .submit {
    background: #EE1C25 !important;
    background: none;
    border: none!important;
    box-shadow: none !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: none !important;
}
.social-icons-footer {
	color:#EE1C25 !important;
	padding: 0px 0px !important;
	
}

.button-quick-links {
	padding: 10px;
	background: #f21921;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.site-info {
	text-align: center; 
}
.footer-link {
	color:#EE1C25 !important;
	padding-left:0px !important;
}
body {
	background: #f4f4f4;
}

.feed-widget-text a {
	color: #000;
}

.sub-stories h3 {
	border: 0px;
	padding-left: 0px;
}
.receipe-div {
	margin-left: 0px;
	margin-right: 0px;
	background: #000;
	margin-bottom: -20px;
}

/*.receipe-div img {
	    margin-left: -15px;
}*/

.receipe-div:first-child {
	background: #ececec;
}
.receipe-div:nth-child(2n) {
	background: #e0e0e0;
}
.receipe-div:nth-child(3n) {
	background: #d8d8d8;
}
.receipe-div:last-child {
	background: #c5c5c5;
}

.sub-space-topdown:nth-child(2n){
	background: #ececec;
}
.sub-space-topdown:nth-child(3n){
	background: #e0e0e0;
}
.sub-space-topdown:last-child{
	background: #d8d8d8;
}

.home-popular:nth-child(2n){
	background: #ececec;
}
.home-popular:nth-child(3n){
	background: #e0e0e0;
}
.home-popular:last-child{
	background: #d8d8d8;
	
}
.home-popular:last-child > .black-big {
	margin-bottom: 6px;
}
.home-popular {
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}

.widget-lightgrey:first-child{
	background: #ececec;
}

.widget-lightgrey:nth-child(2n){
	background: #e0e0e0;
}
.widget-lightgrey:nth-child(3n){
	background: #ececec;
}
.widget-lightgrey:nth-child(4n){
	background: #d7d7d7;
}
.widget-lightgrey:nth-child(5n){
	background: #e0e0e0;
}
.widget-lightgrey:nth-child(6n){
	background: #d8d8d8;
}
.widget-lightgrey:nth-child(7n){
	background: #e0e0e0;
}

.widget-lightgrey:nth-child(8n){
	background: #d7d7d7;
}

.widget-lightgrey:nth-child(9n){
	background: #e1e1e1;
}

.widget-lightgrey:last-child{
	background: #d8d8d8;
}

@-moz-document url-prefix() {  
	.left-inner-addon input {
		padding-bottom: 0px;
		padding-top: 2px;
}
	
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	display: none;
}
a:focus {
	border:none !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	content: '' !important ;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
	padding-right: 18px !important;
}
.ubermenu-target-with-image {
	min-height:220px !important;
	overflow: hidden !important; 	
}
.widget {
	background: none;
}

@media screen and (min-width: 320px) and (max-width: 640px) {  
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		content: "\f055" !important ;
		color:#fff !important;
	}

	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-has-submenu-drop>.ubermenu-target:after {
		content:'' !important;
	}

}



/* Caxton Magazines CSS
-------------------------------------------------------------- */
*/

.featured-image .article-teaser {
    background: rgba(0, 0, 0, 0.4)!important;
}
.featured-image .article-teaser h3 {
    color: #fff !important;
font-size:20px;
}
.fw-banner .textwidget {
    margin-top: 15px;
}
.heading-new .col-md-12::after {
    border-bottom: 2px solid #333;
    content: "";
    height: 5px;
    margin-left: 20px;
    position: absolute;
    top: 40%;
    width: 100%;
}
h2.row.heading-new::after {
    border-bottom: 2px solid #333;
    content: "";
    height: 5px;
    margin-left: 175px;
    position: absolute;
    top: 40%;
    width: 68%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    width: 300px!important;
    margin: 0 16px 0 0;
    background: #ee1c25;
    color: #fff;
}
.gform_wrapper .top_label input.medium .gform_wrapper .top_label input.medium {
    border: 1px solid #c3baba!important; background-color: #fbfbfb!important;}
.gform_wrapper .top_label input.medium {
    border: 1px solid #c3baba!important;background-color: #fbfbfb!important; }
.gform_wrapper textarea.medium{
    border: 1px solid #c3baba!important;background-color: #fbfbfb!important; }
@media (min-width: 992px)
.top-nav {
    padding-left: 140px!important;
}
.material-tabs .nav-tabs {
    background: #e0e0e0!important;
}
.addtoany_share_save_container {
    margin-top: 20px!important;
}
.crp_related li {
    list-style: none;
}
.crp_title {
    font-size: 16px;
    font-weight: bold;margin-top:25px;color: #336725; 
}
.crp_related ul {
    margin-left: -40px;
}
.crp_excerpt {
    padding-bottom: 20px;;
    display: block;
   border-bottom: 1px #ccc dotted;
}
.crp_related h2{margin-top:50px;margin-bottom:30px;
}
.heading-grey {
    margin-bottom: 0px;
}
.crp-heading-grey {
    background: #EE1C25 none repeat scroll 0 0;
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    margin-bottom: 10px;
margin-top:50px;
    padding: 5px 10px;
    text-transform: capitalize;
}
h4.data-tp-question {font-size: 17px!important;
    margin: 5px 0px 5px 0px!important;
    font-weight: bold!important;}

.receipe-div {
 padding: 6px;
}
.dem-poll-title {
    display: block;
    margin-bottom: 20px!important;
    margin-top: -10px!important;
margin-left:15px!important;
    font-size: 18px!important;
}
.dem__radio_label {font-weight:300;margin-left:25px;padding-top:25px;}
.democracy ul {
    list-style: none !important;
    border: 0 !important;
    margin-left: 25px;
    margin-right: 15px;
}
.dem-answers ul{
    list-style: none !important;
    border: 0 !important;
    margin-left: 25px;
    margin-right: 15px;
}
.dem__radio_label {
    font-weight: 300;
    margin-left: 25px;
    padding-top: 5px!important;
}

.dem-answers .dem-label {
    margin-bottom: .1em;
    margin-left: 25px;
    margin-right: 25px;
}
input[type="submit"].dem-button, a.dem-button, .dem-button {
    font-size: 90%;
    font-family: tahoma,arial,sans-serif;
    padding: .8em 1.6em !important;
    color: #fff;
    background: #ee1c25!important;
    text-transform: uppercase;
    margin-left: 55px!important;
    width: 200px!important;
margin-top: 20px!important;
}
.dem-graph {
    width: 85%;!important;
    margin-left: 25px!important;
margin-right:25px!important;
}
.dem_radio_label {
    margin-left: 25px!important;
    padding-top: 7px!important;
    font-weight: 400!important;
font-size:16px!important;
}
.dem-link .dem-results-link a {color:#ee1c25;}
.poll-fw {
    background: #d8d8d8!important;
}
.dem-voted-this .dem-fill {
    background-color: #ee1c25!important;
}
.dem-fill {
    background-color: #ee1c25!important;
}
.dem-votes-txt, .dem-percent-txt  {
    color: #fff;
}
.dem-percent-txt a{
    color: #fff;
}
.dem-graph {
    background: #f2f2f2!important;
    width: 250px!important;
}
/*.democracy .dem-bottom {
    display: none;
}*/
.dem-poll-info{
    display: none;
}

.poll-fw {
    padding-bottom: 25px;
}
.sub-stories h3 {
    padding-bottom: 2px;
}
.subscribe-form {
    border: 1px solid #f21921!important;
}

.crp_related_widget ul {
    background: #fff;
    padding: 10px;list-style: none;
   
}
.crp_related_widget.crp_title li {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #336725;
padding-left:35px;
}
.subscribe-form {
    margin-bottom: 35px;
}

h2.rel-crp {
    background: #336725 none repeat scroll 0 0;
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
display:block; width:100%;
z-index:99;
}
.crp_related_widget ul {
    margin-top: -10px;
}
img.crp_thumb.crp_default {
    float: left;
    margin-right: 20px;
}
img.crp_thumb.crp_featured  {float: left;
    margin-right: 20px;}
.crp_excerpt {
    min-height: 95px;
}
ul.dpe-flexible-posts {
    list-style: none;background:#fff!important;margin-top:-8px;padding:10px;
}
.dpe-flexible-posts li{
    max-height:50px;border-bottom: 1px #ccc dotted!important;font-weight:400;
}
.title{
    padding: 7px;
    font-size: 15px;
    text-align: left;
    color: #444;font-weight:400;
}
.title a{color: #444;}
.title a:hover{
    color: #ee1c25!important;
}
.widget-title {
    background: #336725 none repeat scroll 0 0;
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
display:block; width:100%;
z-index:99;
}
.hitching-post-submit {
    color: #FFF!important;
text-transform:uppercase!important;
    margin-bottom: 10px;
    background: #EE1C25;
    margin-top: 0px;
    width: 230px;
    margin: 10px auto;
    padding: 10px 0px;
    text-align: center;
    margin-top: 20px;
}
.hitching-post-submit a{
    color: #FFF!important;text-decoration: none!important;}
.hitching-post-submit a:hover {
    color: #FFF;font-weight:bold;}
.textwidget img {width:100%!important; height:100%!important;}
.magazine-image {
    width: 220px!important;
}
div.chronosly .ev-data:not(.place_description):not(.event_description):not(.organizer_description):not(.category_desc) a {
    color: inherit;
    font-size: inherit!important;
    display: inline-block;
    text-transform: capitalize!important;
    font-family: Georgia,"Times New Roman",Times,serif;
color:#fff!important;
}
.ev-box.title{background: #336725!important;}
.ev-box.content2 {background:none;}
.ch-header .icon-calendar {
    display: none!important;
}
.ch-more{color: #ee1c25;}
.chronosly-content-block{padding:10px!important;}
.ch-header .ch-default{padding:10px!important;}
.ev-box.content2 { background-color: #fff!important;
    border-left: 1px solid rgb(51, 103, 37)!important;}
.ev-item start_date {font-size: 16px;}
.ev-item .cont_box {
   font-family: Arial,Helvetica,freesans,sans-serif!important;
    font-size: 14px!important;
    line-height: 17px!important;
}
.ev-box div.ev-item .ev-data p, .ev-box div.ev-item.custom_image .ev-data img, .ev-box div.ev-item.place_image .ev-data img, .ev-box div.ev-item.organizer_logo .ev-data img, .ev-box div.ev-item.featured_image .ev-data img, .ev-box div.ev-item[class*='image'] a{
   font-family: Arial,Helvetica,freesans,sans-serif!important;
    font-size: 14px!important;
    line-height: 17px!important;
}