/*
Theme Name: 
Theme URI: 
Description: Bespoke Theme developed by Adrian @ AlphaWebServices.net
Author: Adrian Jones
Version: 1.0
License: 
License URI: 
Tags: 
*/

/* responsive grid stuff */
@import url("css/html5reset.css");
@import url("css/col.css");
@import url("css/3cols.css");
@import url("css/4cols.css");
@import url("css/8cols.css");
@import url("css/12cols.css");

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900'); /* Google Font */

/* =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 {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	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 { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}



/* =Global
----------------------------------------------- */
@font-face {
    font-family: 'bebas';
    src: url('images/BEBAS___-webfont.eot');
    src: url('images/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/BEBAS___-webfont.woff') format('woff'),
         url('images/BEBAS___-webfont.ttf') format('truetype'),
         url('images/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	max-width:100%;
}

/* Headings */


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h6 a {
  font-weight: 700;
  line-height: 1.0em;
  word-wrap: break-word;
}
h5 a { color: #fff; }
h1 {
}
h2 { color: #ad0101;
padding-bottom: 5px; }
.entry-title  {
	margin-top:20px;
	font-size: 2em; /* = 42px */
	padding: 0.8em 0;
	font-weight:900;
	text-align:center;
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat;
	margin-bottom:30px;
	color: #fff;
}
.sidebarpage { padding-right:4%; } 
.sidebarpage .entry-title {
	background-image:none;
	text-align:left;
	color: #000;
	font-weight:800;
	margin-bottom:16px 0;
	padding:0;
}

.cs-sidebar { 
	margin-top:30px; 
	margin-bottom:30px;
	background-color: #cdcdcd; 	
	padding:6%; 
	-webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,0.4);
	box-shadow: 0px 0px 5px 0px rgba(158,158,158,0.4);
}
.cs-sidebar a, .cs-sidebar a:visited  { color: #666; }
del {
	clear: both;
	display:table;
	text-align:center;
	background-color: #ad0404;
	color: #fff;
	padding:0.8em;
	text-decoration:none;
	width:100%;
}

del a { color: #eee; text-decoration:underline; }
h3 {
  font-size: 120%;
  margin-bottom: .857em;
  margin-top: .857em;
}

h4 {
  font-size: 110%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.textwidget h5 {
	display:table;
	text-align:center;
	background-color: #ad0404;
	color: #fff;
	text-decoration:none;
	font-weight:400;
	font-family:bebas;
	font-size:1.4em;
	width:324px;
	padding: 1em 6px;
}

h6 {
  font-size: 1.000em; /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}

hr {
	background-color: red;
	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;
}
li > ul,
li > ol {
	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;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	
	background: #2a2a2a;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.4em;
	line-height: 1.4em;
	padding: .6em 1em .4em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#000;
}
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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, a:visited {
	color: #666;
	font-weight: normal;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}





/* =Navigation + Menu 
-------------------------------------------*/

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px; /* CHANGE SITE WIDTH HERE */
	min-height: 35px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 20px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	padding: 10px 0;
}

.nav-menu li ul li {
	padding: 0;
}

.nav-menu li a { /* nav links colour */
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 0 8px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #000;
	font-weight: bold;
}
.nav-menu li.menu-item-16 a {
	border: 0;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #424242;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a { 
	color: #fff;
	margin: 0;
	width: 200px;
	padding: 10px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover { /* nav child hover colours */
	background-color: #989898; 
	color: #fff;
}
ul.sub-menu { margin-left: 0; } 
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ad0101; /* current page colour */
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.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;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}



/* COMMON CUSTOMISATIONS */
.headerlogo { margin: 16px 0; }
#content { background-color: transparent;  } /*  main content */

.menu li {  /* menu colour */
	background-color: transparent;
}
.menu-main-menu-container { 
	background-color: #d6d6d6; /* navbar colour */
	float:left;
	margin-bottom:0;
	width:97%; 
	padding-left:3%;

	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.main-navigation { margin:0; width:100%;  }
.wrapper, .wrapped { margin:0 4%; width:92%; float:left; clear: left; }

#page { 
	max-width: 1080px; /* CHANGE SITE WIDTH HERE */ 
	margin: auto; 
	background:#fefdfc; 

	/* border */
	border-color: #d7d7d7; 
	border-width: 1px; 
	border-style: solid;

	/* glow */
	-webkit-box-shadow: 0px 0px 14.4px 3.6px rgba(86, 86, 86, 0.75);
	-moz-box-shadow:  0px 0px 14.4px 3.6px rgba(86, 86, 86, 0.75);
	box-shadow: 0px 0px 14.4px 3.6px rgba(86, 86, 86, 0.75);
 }
.site-footer { background-color: #2a2a2a; font-size:14px; color: #fff; text-align:center; padding:20px 10px; width:96%; }
/* for full height gradient */
html, body { 
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body { /*gradient over image background*/	
	background: #d7d7d7;
}

/* full width header/footer stuff */
#page { margin-top:0; }
.contentContainer { max-width:1080px; margin:auto; }
#colophon { margin: 0 auto; width:1062px;  }
#content { height:100%; }


/* CASH AND CARRY */
.site-header {
	margin:0 auto;
	max-height:220px;
	background-color: #cd1b22;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  4px 4px 5px 0px rgba(0, 0, 0, 0.3);
	max-width: 1080px;
}


.bgimageContainer {
	background-image: url('images/header-pattern.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 300px 0;
}

.homeBanner { background-color: #eee; }
/*.textwidget { color: #fff; }*/
.site-title { margin-top:14px; }

.menuInfo { color: #fff; font-size: 18px; font-weight: 400; margin-top:6.8em;  text-align:right;  }


.site-content { margin-top:0px; }

/* MEDIA QUERIES FOR TWEAKS */


@media (max-width: 1150px) {
.site-content { margin-top:0px; }
}

@media (max-width: 986px) {
.menuInfo { display:none; }
.menuInfo br { display:none; }
.site-title { margin-bottom:0; }
.homeBanner { display:none; }
img { margin:  10px 0; }
#colophon	{width: auto;}
}

@media (max-width: 640px) {
	.textwidget img, .textwidget h5, .backissues { width:100%; padding:0; margin:0; max-width:100%; }
	.site-content { margin-bottom:60px; }

.entry-title  {
	color: #000;
	font-size: 1.6em;
	background-image:none; }
}


#page #content .wrapper { padding: 0 2%; }
.entry-content { margin-bottom:80px; }

.site-info { font-size: 0.95em; line-height:110%; }

.advert { width:336px; max-width:200%; }
.backissues { background-color: #2a2a2a; width:150px; padding:10px 20px; text-align:center; margin:auto;}
.backissues a {  color: #fff; font-weight:400; text-decoration:none; } 

.superouter {  min-height:100%; position:relative; }


.clearfix { width: 100%; float: left; clear:both; height:6px; }

.menuInfo a {
    color: white;
}

.page-template-blog-sidebar-php .site-main h1, .archive .site-main h1, .single-post .site-main h1 {
    font-size: 24px;
    color: #ad0101;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom:10px;
}
div.blog-posted {
    background-color: #ad0101;
    color: white;
    font-size: 11px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-template-blog-sidebar-php .site-main p, .archive .site-main p, .single-post .site-main p {
    font-size: 14px;
}
div.blog-category {
    background-color: #790000;
    font-size: 10px;
    padding: 3px;
    color: white;
    margin-bottom:30px;
}
.page-template-blog-sidebar-php .site-main h1 a, .archive .site-main h1 a, .single-post .site-main h1 a {
    text-decoration: none;
    color: #ad0101;
}
.page-template-blog-sidebar-php .site-main span, .archive .site-main span, .single-post .site-main span {
    font-size: 12px;
}

div.cs-sidebar {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-top: 20px;
}
.page-template-blog-sidebar-php p.wp-caption-text {
    font-size: 12px;
}

.flexslider ul li .slide	{height: 350px; position: relative;}
.flexslider ul li .slide .overlay	{position: absolute; background: rgba(0,0,0,0.7); left: 0; bottom: 0; width: 100%;}
.flexslider ul li .slide .overlay h2	{color: #fff; line-height: 25px; height: 50px; padding: 10px; font-size: 24px;}

.lateststories .story	{padding-bottom: 5px; border-bottom: 1px solid #000; margin-bottom: 5px;}
.lateststories .story:nth-child(6)	{border: 0; margin: 0; padding: 0;}
.lateststories h2.latesttitle	{display: block; background: #1C81BD; color: #fff; text-align: center; text-transform: uppercase; padding: 3px 0; margin-bottom: 5px;}
.lateststories a, .lateststories a h2	{color: #1C81BD; text-decoration: none; padding-bottom: 0;}
.lateststories p.meta	{font-size: 12px; margin: 0;}

.homepromopost .homepostimage	{height: 150px; margin-bottom: 10px;}
.homepromopost p.meta	{font-size: 12px; margin: 0;}
.prodpromos		{border: 1px solid #000; text-align: center; padding: 10px 0;}
.prodpromos .homepromopost	{float: none; display: inline-block; margin: 0 5px; vertical-align: top; text-align: left;}
.homepromopost h2.coltitle	{text-align: center; color: #000; padding-bottom: 12px;}
.homepromopost h2.titlelink, .homepromopost a	{color: #1C81BD; text-decoration: none;}

.hometeam		{border: 1px solid #000; padding: 10px;}
.teamtitle		{display: block; background: #AD0404; color: #fff; clear: both; margin: 0 0 10px; padding: 8px 0; text-align: center; text-transform: uppercase;}
.hometeams		{width: 19%; margin: 0 0.5%;}
.hometeams img		{width: 100%; height: auto; max-height: 175px; margin-bottom: 5px;}
.hometeams p		{font-size: 12px; margin: 0;}

.homerightcol div[id^='bannerRotatorParent_'], .homerightcol div[id^='bannerRotatorParent_'] .allinone_bannerRotator, .homerightcol div[id^='bannerRotatorParent_'] .allinone_bannerRotator .stripe	{max-width: 100%!important;}
.homerightcol div[id^='bannerRotatorParent_'] .allinone_bannerRotator	{background-size: 100% auto!important;}
.textwidget .latestissue	{border: 1px solid #AD0404; text-align: right; padding: 10px; margin-bottom: 20px;}
.textwidget .latestissue h5	{color: #fff; background: transparent; width: auto; padding: 0; display: block; margin-bottom: 10px; text-align: center;}
.textwidget .latestissue a.buttonlink	{float: left; width: 49%; text-decoration: none; background: #AD0404; color: #fff; padding: 6px 0; margin: 10px 0 0; text-align: center; font-size: 14px; text-transform: uppercase;}
.textwidget .latestissue a.buttonlink + a	{margin-left: 2%;}
.textwidget .latestissue:after	{content: ""; display: block; clear: both;}
.homerightcol .textwidget img		{max-width: 100%!important;}

.menuInfo		{margin-top: 0;}
.site-header .search-form	{position: static; clear: both; float: right;}
.site-header .search-form .screen-reader-text	{display: none;}
.site-header .search-form .search-field		{background-color: #fff; width: 200px; padding-left: 10px; height: 30px;}
.site-header .search-form .search-submit	{display: none;}
.site-header .textwidget ul.social		{float: right; margin-right: 20px; list-style-type: none; padding-top: 2px;}
.site-header .textwidget ul.social li		{display: inline-block; margin: 0 5px;}
.site-header input[type="search"]		{background: url(images/search.png) no-repeat 180px center;}
iframe#twitter-widget-0		{height: 250px!important;}

.singlepost			{padding: 15px 0; border-bottom: 1px solid #000;}
.singlepost a, .singlepost a h2	{text-decoration: none; color: #1C81BD;}
.singlepost p		{margin: 0;}
.singlepost p.meta span		{padding-right: 30px; font-size: 12px;}

.section:after		{content: ""; clear: both; display: block;}

.entryformwrap		{background: url(images/awards-page-background-extended.jpg) no-repeat center top; background-size: cover; margin: 0; padding: 0 4%; text-align: center; position: relative;}
.entryformwrap2019			{background-image: url(images/awards-page-background-extended-1.jpg);}
.entryformwrap2019 > img	{position: absolute; right: 80px; top: 700px;}
.entryformwrap:before		{content: ""; display: inline-block; padding-top: 110%;}
.entryformwrap .icons		{position: absolute; top: 35%; right: 10%; width: 20%;}
.entryformwrap .icons img:first-of-type	{width: 75%; margin-bottom: 20px;}
.entryform .titles			{display: inline-block; padding-bottom: 100px;}
.entryform .titles h1		{font-family: 'times new roman'; color: #fff; font-size: 56px; margin-bottom: 35px;}
.entryform .titles h2		{font-family: 'times new roman'; color: #fff; font-size: 56px; margin-bottom: 20px;}
.entryform .titles h3		{font-family: 'times new roman'; color: #fff; font-size: 36px; font-weight: normal;}
.entryext			{background: url(images/extended-background.jpg) no-repeat center top; background-size: cover; margin: 0; padding: 40px 4%; color: #fff;}
.entryext p		{font-family: 'times new roman';}
.entryext a, .entryext a:hover		{color: #fff;}

/*#masthead		{position: relative; padding-top: 110px;}
#masthead .bannertop		{position: absolute; top: 0; width: 100%; height: 110px;}
#masthead .bannerleft		{position: absolute; top: 0; left: -410px;}
#masthead .bannerright		{position: absolute; top: 0; right: -410px;}*/

body.page-id-4308 #page .content-area .entry-content	{color: #fff!important;}
body.page-id-4798 #page .content-area .entry-content	{color: #fff!important; text-align: justify; font-family: times; font-size: 20px; padding: 0 50px;}
body.page-id-4798 #page .content-area .entry-title		{background-image: none; font-family: timesnewroman; font-size: 46px; line-height: 200%;}
body.page-id-4798 #page .content-area .entry-content h2		{font-size: 30px; text-align: center; margin: 30px 0; color: #fff;}
body.page-id-4798 #page .content-area .entry-content img	{max-height: 240px;}