/*
Theme Name: Geektown 2017
Theme URI: http://www.barques.co.uk
Author: David Elliott
Author URI: http://www.geektown.co.uk
Description: A theme based on barquesbase.
Version: 1.2.3
License: GNU General Public License
License URI: license.txt
Text Domain: bbase
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 barquesbase is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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 {
	overflow-y: scroll; /* Keeps page centered 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/ */
}
body {
background: #153354;

}
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;
}

div {
	  box-sizing: content-box;
	}
	
	
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* =Global
----------------------------------------------- */
body {
  max-width: 100%;
  overflow-x: hidden;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font-size:1.2em;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {

	padding-bottom:10px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
h1 {
	font-size:2.4em;
}
h2 {
	font-size:2.0em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.2em;
}
p {
	font-size:1.2em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
	
}
li {font-size:1.2em;}
ul li ul li {font-size:1.0em;}
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: 600;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
	font-size:1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	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. */
}

.wsite-multicol { font-size: 14px; }

/* Links */
a {
	color:#c9da2c;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.entry-body a {
	color: #436E9C;
	

}

.footer a {
	color:#FFF;
}
a:hover {
	color: #72a5da;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	    margin-bottom: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	    margin-bottom: 30px;
}
.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;
}
/* =Playwire
----------------------------------------------- */
a.playwire_report_ad_link {
    color: #2e5176;
    text-align: center;
    padding: 3px;
    width: 100%;
    font-family: 'Poppins', arial, sans-serif;
}
div#leaderboard_atf div {
    display: inline-block;
}
div#leaderboard_atf {
    text-align: center;
    padding-top: 15px;
    width: 100%;
    display: inline-block;
    /* text-align: center; */
}

.wpulike {
    float: right;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 3.4em;
    z-index: 99999;
        background-color: #11243A;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
.footer-navigation  {
	
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation li {
	float: left;
	position: relative;
}
.footer-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}


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

#page {
	max-width:2500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 100px;
    background-color: #153354;
	}
	.home #page, .archive #page, .category #page, .search-results #page  {
   
    padding-bottom: 10px;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-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,
.search-results  .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;
	font-size: 0.9em;
  
  color: #968F8F;
    text-align: center;
}
.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;
}


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


.entry-content img.size-full {

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

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


/* =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;*/
}
div.wpulike {
    float: right !important;
}

/* =Banner Image
----------------------------------------------- */

.theBanner img {
	width:100%;
	}
.theBanner {
	min-height:550px;
	}
.theText {
	
	}
	
#headerImage {
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	  min-height: 550px;
	  position: relative;
	}
	
.cycle-overlay {
font-family: tahoma, arial;
position: absolute;
bottom: 0;
width: 100%;
z-index: 600;
background: black;
color: white;
padding: 15px;
opacity: .5;
}
.bannerSection {
	height:550px;
	background-size: cover;
	  background-position: center;
	}
.bannerInner {
	width:100%;
	text-align:center;
	display:block;
	}
/* 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;
}

/* FONTS	
--------------------------------------------------------------------------------------------------------------------------------------------- */

.content-area  p {
	    color:#414142;
	font-size: 1.4em;
	font-family: 'Poppins', sans-serif;
	  text-align: initial;
	  font-weight: 400;
	}
	
.home .content-area p, .archive .content-area p, .category .content-area p, .search-results .content-area p {
    color: #FFFFFF;
    font-size: 1.3em;
	}
.author .content-area p {
    color: #414142;
    font-size: 1.4em;
}
.content-area #top-story p {
	color:#c9da2c;
	font-size:2em;
	
	}
.content-area  ul li {
	color:#414142;
  	  font-size: 1.4em;
	font-family: 'Poppins', sans-serif;
	line-height:1.4em;
	padding-bottom:8px;
	  text-align: initial;
	}
.content-area  ol li {
	color:#414142;
  	  font-size: 1.4em;
	font-family: 'Poppins', sans-serif;
	line-height:1.4em;
	padding-bottom:8px;
	  text-align: initial;
	}

.footer p  {
	color: #f7f7f7;
	font-size: 1.3em;
	font-family: 'Poppins', sans-serif;
	}
.footer p a  {
	color: #f7f7f7;
	}
.footer em, .footer i  {
	color: #f7f7f7;
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	font-style:italic;
	}	
	
.content-area h1 {
    color: #c9da2c;
        font-size: 3em;
    line-height: 1em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 800;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.content-area h1.entry-title {
        color: #c9da2c;
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 800;
    margin: 0;
    padding: 20px 15px 20px 15px;
    background: #1D436B;
}
.content-area h1.entry-title a { text-decoration: none;}	
h1.pageHeader {
	font-family: 'Poppins', arial, sans-serif;
    padding: 50px 2% 0 2%;
}
.entry-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  
  color: #72a5da;
  padding: 10px 0 10px 0;
}

.content-area h2 {
	color: #436E9C;
    font-size: 2.4em;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #436E9C;

	}
.page-id-4376 .content-area h2 {
	padding-top: 50px;
	}
.single-tvairdates .content-area h2 {
	    margin-bottom: 30px;
	}
#news.content-area .news-inner h2 {
	color:#c9da2c;
	text-align:center;
	padding-bottom:50px;
	}
	
#lowerBox.content-area h2 {
	  padding-top: 20px;
	padding-bottom:50px;
}
.feature-box h2 {
 color: #c9da2c;
    font-size: 5em;
    line-height: 1em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 200;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 12px;
}
.content-area .feature-box p {
    color: #c9da2c;
    font-size: 2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	text-align:center;
}
		
.content-area  h3 {
	    color: #436E9C;
	  font-size: 2em;
	font-family: 'Poppins', arial, sans-serif;
	font-weight: 800;
    padding-top: 20px;
}
.content-area .rctitle h3 {
    font-size: 1.4em;
    text-align: right;
	padding-top: 0px;
}
.home-title h3 {
    color: #c9da2c;
    font-size: 2.6em;
    line-height: 1em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
    border-bottom: #c9da2c solid 3px;
}

.content-area h5 {
color: #72a5da;
font-size: 1.6em;
font-family: 'Poppins', sans-serif;
font-weight: 300;
padding-top: 15px;

}
.content-area h4 {
	color: #72a5da;
	font-size: 1.4em;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	
	}
#secondary.content-area h3 {
    color: #FFF;
    background-color: #1D436B;
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    /* background-image: url(img/side-title.png); */
    background-position: right center;
    padding: 8px 35px 5px 10px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
}	

.content-area h4 a:hover, .content-area a h4:hover {
	background-color:#c4c4c4;
	}	
	
#lowerBox.content-area h4 {
	margin-bottom:50px;
	margin-top:50px;
}	

.footer h5 {
	    color: #FFFFFF;
  font-size: 1.4em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
	}
	.footer h6 a, .footer a h6 {
	    color: #FFFFFF;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	
	padding:10px 50px 10px 50px;
	border:1px #f7f7f7 solid;
	text-decoration:none;
	margin-top: 10px;
	display: inline-block;
	}


.menu-menus-menu-container ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li a {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li a {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 3%;
  display: block;
  text-decoration: none;
  background-color: #72a5da;
  color:#c9da2c;
  
    border-bottom: 1px solid #9C4E89;
  text-align: center;
}
.menu-menus-menu-container ul li ul li a { 
  background-color: #9C4E89;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2%;
    font-size: 0.6em;
}
.menu-menus-menu-container ul li a:hover {background-color:#9C4E89;} 
.menu-menus-menu-container ul li ul li a:hover {background-color:#000;} 
/* COLUMNS	
--------------------------------------------------------------------------------------------------------------------------------------------- */

.content-area {
	width:100%;
	clear: both;
	}
#primary.content-area, #lowerBox.content-area {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}

#primary.content-area {
    max-width: 1200px;
    width: calc(100% - 315px);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0;
    margin-top: 15px;
}
#primary.content-area.wide {
    width: 95%;
    display: block;
    box-sizing: border-box;
}
.entry-body {
	padding: 15px;
}
.home #primary.content-area , .archive #primary.content-area, .category #primary.content-area, .search-results #primary.content-area  {
margin-top: 0;
padding: 0;
background-color: rgb(21, 51, 84);
}
.author #primary.content-area {
    background-color: #fff;
	margin-right: 15px;
    margin-left: 15px;
	margin-top: 15px;
}
#secondary.content-area {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    width: 300px;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
}

#lowerBox.content-area {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1200px;
    margin-bottom: 50px;
    background-color: #ba9778;
}

#lowerBox.content-area h3 {
    color: #153354;
    font-size: 6em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 300;
    line-height: 1em;
}
#lowerBox.content-area h3 strong { color:#c9da2c;}
#lower.content-area {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
.lowerInternal {
	padding-bottom:100px;
	width:100%;
	float:left;
	}
#news.content-area {
	  width: 100%;
      background-color: #999191;
  min-height: 300px;
  background-repeat:no-repeat;
  background-size:cover;
	}
	#primary.content-area .entry-content {
		margin-top:0px;
	}


/* MAIN BLOCKS	
--------------------------------------------------------------------------------------------------------------------------------------------- */

.footer {
    background-color: #11243A;
    width: 100%;
    position: relative;
    float: left;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
}
.footerInt {
	  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
	}

.site-header {
	    background-color: #153354;
	width:100%;
	padding:0;
	margin:0;
	color:#c9da2c;
	position: relative;
	z-index: 99999;
	}
.site-content {
    padding: 0 0 40px 0;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

	
/* NEWS BLOCKS (HOME)	
--------------------------------------------------------------------------------------------------------------------------------------------- */	

#top-story {
	width:100%;
	float:left;
	min-height:400px;
	margin-bottom: 50px;
	}
#second-stories {
	width:100%;
	float:left;
	min-height:285px;
	margin-bottom:80px;
	}
.sub-story {
	width:49%;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}

	
.dateb {
  width: 100%;
  padding: 0px 0 6px 0;
  float: left;
  font-family: 'Poppins', sans-serif;
  color:#414142;
  font-size: 1.4em;
  
}
	
.main-image {
	width: 49%;
	margin-left: 1%;
	float: right;
	}
	.main-text h3 {
	color: #436E9C;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	
	}
.sub-story .main-text h3 {
	color:#72a5da;
	font-size:24px;
	font-family: 'Poppins', arial, sans-serif;
	font-weight:300;
	
	line-height: 26px;
	}
.main-text h3 a {
color:#c9da2c;
text-decoration:none;
}
.main-text h3 a:hover {
color: #72a5da;
text-decoration:none;
}
.sub-story  .main-text h3 a {
color: #72a5da;
text-decoration:none;
}
.sub-story  .main-text h3 a:hover {
color:#c9da2c;
text-decoration:none;
}
.sub-story .main-text {
	width:44%;
	padding:2%;
	float:left;
	border:3px solid #FFF;
	min-height: 148px;
	}
	
	.main-text .read-more a {
  color:#414142;
  font-size: 1.6em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  
  text-decoration: none;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #FFFFFF;
}
.main-text .read-more a:hover { border: 2px solid #000;  color: #000;}
/* FOOTER
----------------------------------------------- */	

	
		

/* MAIN NAV
----------------------------------------------- */
.nav-wrap-wrap {
    background-color: #11243a;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.nav-wrap {
    padding: 0;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
	background-color: #11243a;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #c9da2c;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-navigation .current-menu-item a {
	    color: #72a5da;
		-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-navigation a:hover {
	    color: #72a5da;
		-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation ul li ul li a {
display: block;
text-decoration: none;
color:#c9da2c;

font-family: 'Poppins', sans-serif;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation {
    background-color: #11243a;
    padding: 0;
    float: right;
    color: #FFFFFF;
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0px;
    text-align: center;
}
.main-navigation li {
    float: none;
    position: relative;
    padding: 0;
    display: inline-block;
    border-right: 1px solid #203956;
}
.main-navigation ul li ul li { border-right: 0px solid #203956;}

.logo {
    max-width: 330px;
/*    width: 20%;*/
    padding: 0;
    /* float: left; */
    color: #c9da2c;
    /*padding-left: 50px;*/
        padding-top: 5px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
}
.screen-reader-text {
	display:none !important;
		}

.gform_body ul, .gform_body ul li { list-style:none; padding:0; margin:0;}




.story, .single .story, .archive article, .search-results article {
  width: 100%;
  display: inline-block;
      border-bottom: 1px solid #DACA7F;
  margin-bottom: 10px;
  margin-top: 10px;
}

.home .story, .archive .story, .category .story, .search-results .story {
	width: 100%;
    display: inline-block;
    border-bottom: 1px solid #445c76;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
	position: relative;
	}
.main-text-footer {
    position: absolute;
    bottom: 0;
    left: 33%;
	width: 67%;
}
.blog .content-area h2, .archive .content-area h2, .single .content-area h1, .search .content-area h1, .archive .content-area h1, .search-results .content-area h1 {
    color: #c9da2c;
    font-size: 2.6em;
    line-height: 1.1em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 600;
    margin: 0;
    /* text-transform: uppercase; */
}
.home .content-area h2, .archive .content-area h2, .category .content-area h2, .search-results .content-area h2 {
	border-bottom: 0px solid #436E9C;
	 padding-top: 0px; 
         padding-bottom: 10px;
	}
.cat-links, .tags-links {
    font-size: 0.9em;
}

.search .content-area h1, .archive .content-area h1, .search-results .content-area h1 {
	 padding-bottom: 5px;
	}
.search h1.pageHeader, .archive h1.pageHeader, .search-results h1.pageHeader {
    padding: 15px;
    margin-top: 15px;
    background-color: #1D436B;
    box-sizing: border-box;
    width: 100%;
}
.search .entry-summary, .archive .entry-summary {
    margin: 5px 0 0;
}

  .search .hentry, .archive .hentry {
    margin: 0 0 1.5em;
    border-bottom: 1px dotted #72a5da;
}
	
.blog .content-area h2 a,
.archive .content-area h2 a,
.search-results .content-area h2 a {
color: #c9da2c;
text-decoration:none;
}
.blog .content-area h2 a:hover,
.archive .content-area h2 a:hover,
.search-results .content-area h2 a:hover {
color:#72a5da;
text-decoration:none;
}
.blog .main-image,
.single .main-image,
.archive .main-image,
.search-results .main-image {
width: 40%;
margin-left: 1%;
float: left;
padding-bottom: 20px;
}
.single .main-image {
  width: 100%;
  margin-left: 0;
  float: left;
  padding-bottom: 20px;
}
.single .main-image {
margin-top: 30px;
}
.main-text, .single .main-text {
  width: 98%;
  padding: 2%;
  float: left;
  min-height: inherit;
}
.home .story-image, .archive .story-image, .category .story-image, .search-results .story-image {
    width: 30%;
    min-height: inherit;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}




.single .main-text {
    width: 100%;
    padding: 15px;
    float: left;
    min-height: inherit;
    box-sizing: border-box;
}
.home .main-text, .archive .main-text, .category .main-text, .search-results .main-text{
   width: 65%;
    padding: 0 20px 0 20px;
    float: none;
    min-height: inherit;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	position: relative;
	    text-align: left;
}
/* first */
.home .first .story-image, .archive .first .story-image, .category .first .story-image {
    width: 100%;
    min-height: inherit;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.home .first .main-text, .archive .first .main-text, .category .first .main-text {
    width: 100%;
    padding: 20px 0 20px 0;
}
.first .main-text-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* first END */

.blog .dateb,
.archive .dateb,
.single .dateb,
.search-results .dateb {
	width: 40%;
    padding: 0px 0 10px 0;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #4c729c;
    font-size: 1.2em;
    text-transform: uppercase;
	float:left;
	text-align: left;
}
.fltrt {
	font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #4c729c;
    font-size: 1.2em;
    text-transform: uppercase;
	float:right;
	width: 40%;
	text-align: right;
}
.fltrt a {
	color: #4c729c;
	text-decoration:none;
	}
.fltrt a:hover {    color: #72a5da;}	


.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding-top:10px;
	padding-bottom:20px;
	}

.wp-pagenavi span, .wp-pagenavi a {
	text-decoration: none;
    border: none !important;
	border-color: transparent;
    margin: 3px 5px;
    padding: 2px 10px 2px 10px;
    font-size: 1.7em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #c9da2c;
    text-transform: uppercase;
	display: inline-block;
    vertical-align: top;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: transparent;
    display: inline-block;
    background-color: #c9da2c;
    padding-left: 10px;
    padding-right: 10px;
    color: #153354;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.nav-previous, .nav-next {
	text-decoration: none;
border: 0;
padding: 20px 0 20px 0;
font-size: 12px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #c9da2c;

}
.nav-previous a, .nav-next a { text-decoration: none; }
.gform_validation_container {display:none;}
.gform_confirmation_wrapper {
	color: #72a5da;
	font-size: 26px;
	line-height: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	
	padding-bottom: 20px;
	}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider.ipt_uif_heading span.ipt_uif_divider_text {
color: #72a5da !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_text_icon {
background-color: #D6EAAE !important;
color: #000;
text-shadow: 0 0 1px #fff;
border-color: #72a5da !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label .ipt_uif_question_required {
color: #E33B3B !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content {
border: 1px solid #ddd;
background: #FFFFFF  !important;
color: #362b36;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:before, .ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:after {
background-color: #D6EAAE !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text .ipt_uif_text_icon {
background-color: #D6EAAE !important;
color: #000;
text-shadow: 0 0 2px #fff;
border-color: #72a5da !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider a.ipt_uif_scroll_to_top {

color: #72a5da !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ui-state-default, .ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content .ui-state-default, .ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-header .ui-state-default {
border: 1px solid #72a5da !important;
background: #D6EAAE !important;
font-weight: bold;
color: #72a5da !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix td, .ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix th {
border-right-color: #72a5da  !important;
border-bottom-color: #72a5da !important; 
}
.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_radio:checked + label:after {
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72a5da), to(#72a5da))  !important; 
background-image: -webkit-linear-gradient(top, #72a5da, #72a5da)  !important; 
background-image: -moz-linear-gradient(top, #72a5da, #72a5da)  !important; 
background-image: -ms-linear-gradient(top, #72a5da, #72a5da) !important; 
background-image: -o-linear-gradient(top, #72a5da, #72a5da) !important; 
background-color: #72a5da;
color:#c9da2c;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text span.subtitle {
color: #868686 !important; 
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label label.ipt_uif_question_subtitle {
color: #589B5B !important; 
}

.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72a5da), to(#72a5da))  !important; 
background-image: -webkit-linear-gradient(top, #72a5da, #72a5da)  !important; 
background-image: -moz-linear-gradient(top, #72a5da, #72a5da)  !important; 
background-image: -ms-linear-gradient(top, #72a5da, #72a5da) !important; 
background-image: -o-linear-gradient(top, #72a5da, #72a5da) !important; 
background-color: #72a5da !important;
color:#c9da2c;
}
.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
background-color: #72a5da !important;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72a5da), to(#72a5da)) !important;
background-image: -webkit-linear-gradient(top, #72a5da, #72a5da) !important;
background-image: -moz-linear-gradient(top, #72a5da, #72a5da) !important;
background-image: -ms-linear-gradient(top, #72a5da, #72a5da) !important;
background-image: -o-linear-gradient(top, #72a5da, #72a5da) !important;
color:#c9da2c;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 10px !important;
  background-color: #72a5da !important;
  color: #FFF !important;
  font-size: 1.6em !important;
  text-transform: uppercase !important;
  border:0 !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 98% !important;
}
.mob-push {
    width: 100%;
}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	80% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}


.gform_wrapper input.datepicker.datepicker_with_icon {
    width: 94% !important;
}

.widget ul {
	list-style:none;
	padding:0;
	margin:0;
	}
.widget ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
.widget ul li a {
	padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: dotted 1px #72a5da;
    width: 100%;
    color: #72a5da;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
	}
.widget ul li a:hover {
	border-bottom: dotted 1px #FFF;
	color:#c9da2c;
	} 

.widget select {
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 1.4em;
    border: 1px solid #72a5da;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/menubg.png) no-repeat right #72a5da;
    color:#c9da2c;
    margin: 0;
    /* -webkit-appearance: none; */
    -webkit-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif;
}



/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  .widget select {
    background: none;
    padding: 5px;
  }
}

.logoBox {
	max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
	}
.logoBoxBox {
	background-color:#1d436b;
	padding: 30px;
	box-sizing:border-box;
	width:100%;
	float:left;
	}
	
.tshirtBox {
    color: #FFF;
    display: block;
    height: 201px;
    background-color: #0A2D51;
    font-size: 1em;
    background-image: url(img/t-shirt-banner.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center top;
    position: relative;
    margin-bottom: 20px;
}
.tshirtBoxText {
    color: #C9DA2B;
    display: block;
    line-height: 14px;
    cursor: pointer;
    position: absolute;
    margin: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
	font-family: 'Poppins', arial, sans-serif;

	text-transform:uppercase;
    background-color: rgba(29,67,107,0.5);
	text-decoration:none;
}
.content-area .tshirtBoxText p { padding:0; margin:0;}
.content-area .tshirtBoxText p a { text-decoration:none; font-weight: 700; font-size: 0.9em; }

.searchBox {
    width: 100%;
    margin-bottom: 5px;
    background-color: #1D436B;
    box-sizing: border-box;
    padding: 10px;
	display: inline-block;
}
.searchBox input#s, .searchBox input#q {
    padding: 2px;
    width: 215px;
    height: 30px;
    margin-right: 10px;
	font-family: 'Poppins', arial, sans-serif;
}
.searchBox input#run, .searchBox input#ws_submit {
    float: right;
    padding: 0%;
}

.widgetBox {
    text-align: center;
	margin-bottom: 10px;
	background-color: #153354;
    padding: 0 3px;
}

.content-area .widgetBox ul, .content-area .widgetBox ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
.content-area .widgetBox ul li {
    color: #FFFFFF;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
    padding-bottom: 8px;
    /* display: block; */
    text-align: center;
}
.content-area .widgetBox ul li a {
	text-decoration:none;
	}
.content-area .widgetBox ul li span.post-date {
	display:block;
	width:100%;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom: 1px solid #445c76;
	}

.content-area .widgetBox ul, .content-area .widgetBox ul li.cat-item  {
	list-style:none;
	padding:0 0 5px 0;
	margin:0;
	font-size: 1.1em;
	display:block;
	width:100%;
	text-align: left;
	}
.content-area .widgetBox ul, .content-area .widgetBox ul li.cat-item a {
	list-style:none;
	padding:0;
	margin:0;
	color:#fff;
	font-weight: 600;
	text-decoration:none;
	font-family: 'Poppins', sans-serif;
	}
	.content-area .widgetBox ul li.cat-item a:hover {color: #c9da2c;}
.content-area .widgetBox ul li.cat-item ul, .content-area .widgetBox ul li.cat-item ul li {
	display:none;
	}
.leftMiddle {
    display: inline-block;
	width: 177px;
    vertical-align: top;
}
.rightMiddle {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}
.tagcloud {
    font-family: 'Poppins', arial, sans-serif;
}

.ukAirDate p {
    font-size: 1em;
}
.dateLoop {
    background-color: rgb(46, 81, 118);
    font-size: 1em;
    color: #c9da2c;
    padding: 10px 15px 10px 15px;
    font-family: 'Poppins', arial, sans-serif;
}
.ukAirDate {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
}
.dateTitle {
    font-size: 1.4em;
    width: 60%;
    display: inline-block;
	color: #717171;
}
.dateTitle a {
    text-decoration: none;
}
.ukAirDate p {
	font-size: 1.1em;
	    margin: 0;
		color: #868686;
}
.ned {
    width: 40%;
    text-align: right;
    font-size: 1.3em;
    color: #436E9C;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin-left: -4px;
}
a.post-edit-link {
    /* float: right; */
    font-size: 0.8em;
    color: #ccc;
}
.airDateTxt {
    width: 100%;
    display: inline-block;
	vertical-align: top;
}
.tbc {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #717171;
    /* float: left; */
    font-size: 0.9em;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
    border: none;
}
img, img[class*="align"], img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
}
.right, .alignright {
    float: right;
    margin-top: 2%;
    margin-right: 0%;
    margin-bottom: 2%;
    margin-left: 2%;
    color: #FFFFFF;
    padding: 0px;
    border: 1px solid #DEDEDE;
}
.internalSearch input#searchInt {
    float: left;
    padding: 5px;
    margin-right: 0%;
    width: 99%;
    font-size: 1.6em;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
	border: 1px solid #ccc;
}
.first .story-image img {
    width: 100%;
}
.main-text-header {
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
}
.single .main-text a {
    color: #3E80C5;
    text-decoration: none;
}
.single .main-text a:hover {
	text-decoration:underline;
}
select#archives-dropdown-3 {
    background-color: #436e9c;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(29, 67, 107);
    border-image: initial;
    width: 100%;
    padding: 5px;
    border-radius: 0;
    color: #fff;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 800;
}
body .pp-ssb-widget a.pp-ssb-btn {
    font-size: 1rem !important;
}
.logoRight {
    display: inline-block;
    text-align: center;
    float: right;
    vertical-align: top;
}
.logo {
    max-width: 150px;
    padding-top: 12px;
    display: inline-block;
    float: left;
}
.main-navigation .logo a {
    display:inline-block;
    text-decoration: none;
    color: #c9da2c;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.menu-main-menu-container {
    display: inline-block;
    float: right;
}
.widgetBox p {
    color: #FFF;
    font-size: 1.1em;
}

#adBoxCenter, #comments {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
	display:inline-block;
}
#comments {
       background-color: #E8EBEE;
}

#comments label {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    color: #436E9C;
    font-family: 'Poppins', arial, sans-serif;
}
#comments textarea {
    width: 100%;
    font-family: 'Poppins', arial, sans-serif;
}
.comment-sub-ops {
    font-size: 1.4em;
	font-family: 'Poppins', arial, sans-serif;
}
 
#comments select {
    margin: 0 0 10px 0;
    width: 48%;
    padding: 5px 10px 5px 10px;
    font-size: 1em;
    color: #FFF;
    height: 34px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: url(img/dwn.png) 96% / 15% no-repeat #436E9C;
}
#comments a {
    color: #72a5da;
}
#comments a:hover {
    color: #153354;
}

#comments  input[type="submit"]{
    background-color: #153354;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #c9da2c;
    font-size: 1.3em;
    padding: 10px 15px 8px 15px;
    text-decoration: none;
    cursor: pointer;
    border: none;
 	font-family: 'Poppins', arial, sans-serif;
	    width: 100%;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    #comments select {
        background:none;
        padding: 5px;
    }
}

#comments  .comment-body { font-family: 'Poppins', arial, sans-serif; padding: 55px 10px 10px 10px;}

#comments ol, #comments ul, #comments ul li, #comments ol li {
    padding: 0 ;
	margin:0;
	list-style:none;
}
#comments ol li.comment {
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
	position: relative;
}
#comments ol li.comment.odd {
    background-color: #D3D9DF;
}
.content-area #comments p {
	font-size:1.2em;
	line-height: 1.4em;
	}
ol.commentlist, #comments .navigation {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
p.form-submit {
   /* text-align: right;*/
}

#comments ol.wp-paginate.wp-paginate-comments {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.wp-paginate-comments  {  font-family: 'Poppins', sans-serif; }

.wp-paginate.wp-paginate-comments a {
    text-decoration: none;
    border: none !important;
    border-color: transparent;
    margin: 3px 5px;
    padding: 2px 10px 2px 10px;
        font-size: 1.4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #72a5da;
    text-transform: uppercase;
	background: transparent !important;
}
.wp-paginate.wp-paginate-comments span.current {
    border-color: transparent;
    display: inline-block;
    background-color: #153354;
    padding-left: 10px;
    padding-right: 10px;
    color: #c9da2c;
	font-size: 1.4em;
    font-weight: 800;
}
.wp-paginate-comments .title {
    margin-right: 4px;
    font-size: 1.4em;
    color: #72A5DA;
    text-transform: uppercase;
    font-weight: 900;
}

#comments ol li.comment ul.children li {
    display: inline-block;
    width: 98%;
    margin: 0 1%;
	    padding-bottom: 10px;
    box-sizing: border-box;
	font-size: 12px;
}
#comments ol li.comment ul.children li.comment.odd {
	background-color: #DFE2E4;
	}
#comments ol li.comment ul.children li ul.children li {
    display: inline-block;
    width: 100%;
    margin: 0%;
    box-sizing: border-box;
}

#comments ol li.comment a.comment-reply-link {
    color: #FFFFFF;
    background-color: #8EB2D1;
    padding: 5px 10px;
    
    /* margin-bottom: 10px; */
}
#comments ol li.comment a.comment-reply-link:hover {
    color: #153354;
    background-color: #72a5da;
	text-decoration:none;
}
#comments ol li.comment ul  {
	margin-top: 10px;
    width: 100%;
    display: inline-block;
	}
.comment-author.vcard img {
    position: absolute;
    top: -20px;
    right: 10px;
}
.comment-author.vcard {
    width: 100%;
    display: inline-block;
    position: absolute;
        top: 20px;
    left: 10px;
    right: 0;
}
.comment-meta.commentmetadata {
    padding-bottom: 0px;
    /* float: right; */
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 60px;
}

.content-area #comments .comment-body p {
     padding-right: 50px;
}
nav#nav-below {
    display: inline-block;
    width: 100%;
}
nav#nav-below a {
   color: #72a5da;
}
 nav#nav-below a:hover {
   color: #153354;
}  
#jp-relatedposts {
    width: 100%;
/*    display: inline-block;*/
    box-sizing: border-box;
    padding: 15px;
}
h3.jp-relatedposts-headline {
    font-size: 1.8em;
    width: 100%;
    font-family: 'Poppins', arial, sans-serif;
}
h3.sd-title {
    width: 100%;
}

.ukAirDate.returning a, .ukAirDate.returning .ned, .ukAirDate.returning .dateTitle {
    color: #6FA52C;
}

.ukAirDate.new a, .ukAirDate.new .ned, .ukAirDate.new .dateTitle {
    color: #DA5555;
}
.mainPicBox {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}
.mainPicBox img {  width: 100%;}

.postText.withright {
    width: calc(100% - 150px);
    display: inline-block;
    box-sizing: border-box;
    margin-right: 15px;
	vertical-align: top;
}
.rightHandSide {
    width: 130px;
    display: inline-block;
    vertical-align: top;
	padding-top: 15px;
}
#underContent {
	width: 100%;
    position: relative;
    padding: 15px;
	box-sizing:border-box;
	}

#a-z .navigation a {
    text-decoration: none;
}
.atoznav a {
    display: block;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 2em;
    line-height: 1em;
    font-weight: 800;
    min-width: 43px;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
    background-color: #1D436B;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 4px;
    margin-left: 0px;
    font-family: 'Poppins', arial, sans-serif;
}
.atoznav a:hover {
    color: #FFF;
    background-color: #c9da2c;
}
.letter-cell {
    width: 11%;
    text-align: center;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding-top: 10px;
    border: 4px solid #1D436B;
    color: #1D436B;
    font-size: 2.6em;
    line-height: 50px;
    padding-bottom: 10px;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 900;
    box-sizing: border-box;
	float: right;
}
.letter-group {
    width: 100%;
}
.row-cells {
    width: 85%;
    float: left;
    margin-right: 0px;
}
.title-cell {
	padding: 15px 0;
    width: 100%;
	border-bottom: 1px dotted #ccc;
	box-sizing:border-box;
	position: relative;
}
.title-cell a.tv-show-title {
	font-family: 'Poppins', arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
	font-size: 1.4em;
    position: relative;
	
}
.title-cell a.tv-show-title:hover {
    color: #72a5da;
}
.title-cell a.post-edit-link {
    position: relative;
    font-size: 1.1em;
    float: right;
}
.navigation.atoz-nav {
    width: 100%;
}
h3.latestAirDate {
    font-weight: 900;
    color: #436EA0;
    display: block;
    padding: 0;
    margin: 0 0 1.5em 0;
    font-size: 1.6em;
}
h3.latestAirDate strong {
    color: #414140;
}
.one-forth.footerBox {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}
.one-forth.socialBox {
    display: inline-block;
    width: 24%;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
}
.menu-footer-menu-container ul {
	list-style:none;
	font-family: 'Poppins', arial, sans-serif;
	font-size:1.1em;
	padding:0;
	margin:0;
	}
.menu-footer-menu-container ul li {
	list-style:none;
	font-family: 'Poppins', arial, sans-serif;
	font-size:1.1em;
	padding:0 0 10px 0;
	margin:0;
	}
.dirArrow {
    display: inline-block;
    padding-right: 20%;
}

/*spreadplugin*/
#spreadplugin-items {
    font-family: 'Poppins', arial, sans-serif;
}
#spreadplugin-list h3 {
    font-size: 1.4em;
	padding: 0;
    margin: 0;
}
.image-wrapper {
    border: 1px dotted #B3CAE0;
}
.spreadplugin-article {
    border: #ccc 1px solid;
    width: 32% !important;
    box-sizing: border-box;
	vertical-align:top;
}
.spreadplugin-article button[type=submit], .spreadplugin-article input[type=button], .spreadplugin-article input[type=submit] {
    background-color: #1D436B;
    color: #FFF;
    font-family: 'Poppins', arial, sans-serif;
    border: none;
    padding: 8px 8px 7px 8px;
    margin: 0 0 15px 0;
}
.size-wrapper {
    padding: 10px 0;
    font-size: 1.2em;
}
.spreadplugin-items .details-wrapper, .spreadplugin-items .details-wrapper2, .spreadplugin-menu #checkout {
    font-size: 1.2em;
}
.spreadplugin-cart-checkout a, .spreadplugin-cart-close a {
    background-color: #97B3D0;
}
#checkout {
    padding: 10px 40px 10px 10px;
    background-color: #97B3D0;
    font-size: 1.4em;
	background-image:url(img/cart.png);
	background-repeat:no-repeat;
	background-position:right;
}
.spreadplugin-items .details-wrapper, .spreadplugin-items .details-wrapper2 {
	display:none;
	}
	
.spreadplugin-cart {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #EEF1F3;
    padding: 15px;
    border: #97B3D0 1px dotted;
}
.spreadplugin-items #size-select {
    font-family: 'Poppins', arial, sans-serif;
    background-color: #FEFEFF;
    border: 1px solid #B3CAE0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 5px;
    line-height: 1.4em;
}
span#price {
    font-size: 1.4em;
    font-weight: 600;
    color: #4278B1;
}
.spreadplugin-article #quantity {
    padding: 7px;
    margin: 5px 5px 10px 0;
    box-shadow: none;
    border: 1px solid #8BA9CA;
}
.spreadplugin-items .product-name {
    font-size: 1.2em;
}
.spreadplugin-menu {
    z-index: 998;
}
.spreadplugin-cart-contents {
    width: 100%;
    box-sizing: border-box;
}
/*spreadplugin end*/

/*hamburger*/
#nav-icon {
      width: 50px;
    height: 36px;
    position: relative;
    margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #C9DA2C;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 15px;
}

#nav-icon span:nth-child(4) {
 top: 30px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*hamburger end*/
.logomob {
	display:none;
	}
	
.feature-box {
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    min-height: 330px;
}
.feature-box h2 {
    color: #c9da2c;
    font-size: 1.6em;
    line-height: 1em;
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 200;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 10px;
    border-bottom: 0;
    background-color: #436E9C;
    box-sizing: border-box;
}
.content-area .feature-box p {
    color: #436E9C;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
}
.feature-box:hover {
    background-color: #D0E0F1;
}
#subscribe-submit input[type="submit"] {
    padding: 10px;
    display: block;
    box-sizing: border-box;
    background-color: #436E9C;
    border: 0;
    color: #FFF;
}
select#archives-dropdown-2 {
	background: transparent;
       padding: 5px 30px 5px 5px;
   font-size: 1.2em;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    background-color: #436E9C;
    color: #FFF;
    width: 100%;
	background-image:url(img/select2.png);
	background-repeat: no-repeat;
	background-position:right;
}
.leaveComment {
    float: right;
}
.footerAd {
   
}
.footerAdBox {
	display:block;
	width:100%;
	padding:30px;
	box-sizing:border-box;
	float:left;
	text-align:center;
	    background-color: #153354;
	}
#decomments-comment-section p {
    font-size: 1em !important;
}
#decomments-comment-section.decomments-comment-section.decomments-comment-section .decomments-title-block .decomments-autor-name {
    font-size: 1.4em;
    color: #1E73BE;
}

.adBoxATF {
	text-align: center;
}
.widgetBoxAd {
    text-align: center;
    margin-bottom: 10px;
    background-color: #153354;
    padding: 10px 0 10px 0;
}

#IncontentBox {
    padding-bottom: 15px;
    text-align: center;
    display: block;
    align-content: center;
    overflow: hidden;
}
#IncontentBox.homeAd {
    padding-top: 15px;
}

.main-text table {
    color: #414142;
    font-size: 1.4em;
    font-family: 'Poppins', sans-serif;
    text-align: initial;
    font-weight: 400;
}

.main-text tr:nth-child(odd)		{ background-color:#fff; }
.main-text tr:nth-child(even)		{ background-color:#d6e4f3; }
.main-text td {
    border-left: 1px #fff solid;
    padding: 3px;
}

.qmn_results_page {
    font-size: 1.3em;
}

/* MOBILE STUFF ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) { 
.site-content {
  
}

}

@media screen and (max-width: 1065px) {
	

	.mob-push {
    display: block;
    width: 100%;
    padding-top: 80px;
}
#primary.content-area.wide {
    width: 100%;
}
.page-id-19 .site-content {
    padding-left: 0;
    padding-right: 0;
}
.page-id-19 .entry-body {
    padding: 0px;
}
.feature-box {
    width: 47%;
}
	.letter-cell {
    width: 100%;
	}
	.row-cells {
    width: 100%;
	}
	.spreadplugin-menu.fixed {
    position: fixed;
    top: 69px;
    left: 0;
	right:0;
	width:100% !important;
	box-sizing: border-box;
}
.spreadplugin-menu.fixed {
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    width: 100% !important;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    box-shadow: none;
    z-index: 3000;
}

.spreadplugin-menu.fixed #checkout {
    top: -63px;
    right: 75px;
}

.spreadplugin-menu.fixed .spreadplugin-cart {
    left: 0;
    top: 0px;
}
  .spreadplugin-menu a:hover {
    color: #000;
}  
	
	
.spreadplugin-article {
    width: 48% !important;
}

#second-stories {
width: 94%;
float: left;
min-height: 285px;
margin-bottom: 80px;
margin-left: 3%;
margin-right: 3%;
}
.headerText {
    float: left;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 3em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    box-sizing: border-box;
}
	
#main {
    display: block;
    margin-top: 0px;
}
.one-forth.footerBox {
width: 96%;
padding: 2%;
float: left;
min-height: inherit;
}
.one-forth.footerBox.one, .one-forth.footerBox.two, .one-forth.footerBox.three {
border-right:0;
border-bottom: 1px solid #FFF;
}
.one-forth.footerBox.four {
border-left: 0;
}

.left, .right {
float: none;
display: inline-block;
margin-bottom: 20px;
}
.feature-box h2 {

}
.content-area h4 a, .content-area a h4 {

}

.site-content {
padding-bottom: 20px;
padding-top: 0px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;

}
.site-header {

width: 100%;
padding: 0;
margin: 0;
color:#c9da2c;
position:relative;
z-index: 1000;
}
	.logo {
display: none;
}
.main-navigation {
    background-color: #0F233A;
    width: 100%;
	position: fixed;
    padding: 5px 0 0 0;
    float: left;
    color: #FFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px #1D436B solid;
	z-index: 9000;
    top: 0;
}
.main-navigation.toggled {
	position:absolute;
	}
#headerImage {
margin-left: auto;
margin-right: auto;
max-width: 100%;
/*padding-top: 60px;*/
}

	.menu-toggle {
  display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #153354;
    float: right;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 60px;
    text-transform: uppercase;
}

 .main-navigation.toggled .nav-menu {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color:#c9da2c;
  float: left;
      min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
      padding-top: 0;
    padding-bottom: 0;
  width: 100%;
  z-index:9000;
}

	.main-navigation ul {
		display: none;
	}
	
.main-navigation li {
float: left;
position: relative;
width: 100%;
}
.main-navigation ul li {
       background-color: #11243A;
    border-bottom: 1px solid #153354;
	text-align: center;
}
.main-navigation ul li ul li {
	background-color: #153354;
	padding: 10px 0 10px 0;
	border-bottom: 0;
}
.main-navigation ul li ul li a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
 } 
.main-navigation ul ul {
box-shadow: none;
display: block;
float: left;
left: 0;
position: relative;
top: 0;
z-index: 99999;
width: 100%;
padding: inherit;
margin-bottom: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
color:#c9da2c;

font-family: 'Poppins', sans-serif;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
}

.logo {
	display:none;
}
.logomob {
    width: 190px;
    float: left;
	display: block;
}
.logoBoxBox {
    margin-top: 69px;
}
.logo img {
    max-width: 330px;
    width: 100%;
}
.socialTop {
    float: right;
    padding-left: 0;
    max-width: 80px;
}
.content-area h1 {
    font-size: 5em;
}
.main-navigation ul ul a {
width: 92%;
}

#primary.content-area .entry-content {
margin-top: 0;
}
.content-area h1.entry-title {
	    font-size: 2em;
}
.content-area h3 {
    font-size: 1.6em;
}
	

.blog .story,
.single .story {
width: 100%;
display: inline-block;
border-bottom: 1px solid #72a5da;
margin-bottom: 20px;
    text-align: left;
}
.home .main-text, .archive .main-text, .category .main-text, .search-results .main-text {
    width: 68%;
    padding: 0 10px;
    box-sizing: border-box;
}
.main-text-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.blog .content-area h2, .single .content-area h1 {
    font-size: 1.8em;
}
.blog .content-area h2 a {
color: #72a5da;
text-decoration:none;
}
.blog .content-area h2 a:hover {
color:#c9da2c;
text-decoration:none;
}

.single .main-image {
margin: 0;
  padding-bottom: 20px;
}


.blog .dateb,
.single .dateb{

}
.blog  .main-text .read-more a:hover {
color:#c9da2c;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
	}

.wp-pagenavi a, .wp-pagenavi span {
	
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	
}

.wp-pagenavi span.current {
	
}


}

@media screen and (max-width: 900px) {
	
	.leftMiddle {
    display: inline-block;
	width: 100%;
    vertical-align: top;
}
	
	.home .story, .archive .story, .category .story, .search-results .story {
    padding-bottom: 50px;
}
.ukAirDate {
    padding-top: 12px;	
}
	.main-text-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
body.open .site-content {
	position: fixed;
	}	

.home #secondary.content-area, .archive #secondary.content-area, .category #secondary.content-area, .search-results #secondary.content-area {
    width: 100%;
}
#events {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    float: left;
}
#secondary.content-area #events .main-text {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
	
	.alignright, .alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 20px;
}


.single-menus td, .single-menus th {

    font-size: 1em;
 
}

#primary.content-area, #primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area, #primary.content-area.ftft.withside {
  max-width: 1200px;
  margin-left: initial;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#secondary.content-area, #secondary.content-area.ftft {
  /* max-width: 1200px; */
  margin-left: initial;
  margin-right: initial;
  width: 100%;
  /* float: right; */
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
.one-half {
width: 100%;
float: left;
position: relative;
}

.logoBoxBox {
    padding: 10px;
}
.logoRight {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
.logo img {
    max-width: 260px;
    width: 100%;
}

.content-area .tvairdates h3 {
    font-size: 1.6em;
    text-align: left;
}
h3.latestAirDate strong {
    width: 100%;
    display: block;
}
.content-area p {
	font-size: 1.2em;
    margin-bottom: 1em;
}
.wp-pagenavi .pages {
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 3px 1px;
    padding: 2px 5px 2px 5px;
}

.footerAd {
    
}

	
}

.boxclose {display: none;}

@media screen and (max-width: 500px) {
	
.postText.withright {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0px;
	vertical-align: top;
}
.rightHandSide {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	padding-top: 15px;
}

	a.boxclose{
    float: right;
    margin-top: -15px;
    margin-right: -40px;
    cursor: pointer;
    color: #c9da2c;
    border: 1px solid #ffffff;
    border-radius: 40px;
    background: #0f233a;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 13px 6px;
}

.boxclose:before {
    content: "×";
}
	
	
	.footerAd {
		display: inline-block;
		width: 320px !important;
		box-sizing: border-box;
		text-align: center;
		margin-left:inherit;
		margin-right: inherit;
		background-color: transparent;
		min-height: 0px;
	}
	.footerAdBox {
		display: block;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		background-color: rgba(21, 51, 84, 0.65);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 60px;
		z-index: 1;
	}
.wp-paginate.wp-paginate-comments a {
	margin: 3px 2px;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    vertical-align: middle;
}
	.dirArrow {
    float: right;
}

	.feature-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
	.comment-author.vcard {
    width: 100%;
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
}
.content-area #comments .comment-body p a {
    color: #72a5da;
    font-size: 0.8em;
}
#comments .comment-meta.commentmetadata a {font-size: 1em;}
.comment-meta.commentmetadata {
    display: inline-block;
    position: relative;
    top: initial;
    right: initial;
        padding-bottom: 20px;
}
#comments .comment-body {
    font-family: 'Poppins', arial, sans-serif;
    padding: 10px 10px 10px 10px;
}
.comment-author.vcard img {
    position: absolute;
    top: -10px;
    right: -10px;
}
.content-area #comments .comment-body p {
    padding-right: 0px;
}
	.home .story-image, .archive .story-image, .category .story-image, .search-results .story-image {
    width: 100%;
	padding-bottom: 20px;
}
.home .story-image img, .archive .story-image img, .category .story-image img, .search-results .story-image img {
    width: 100% !important;
}
.home .main-text, .archive .main-text, .category .main-text, .search-results .main-text {
    width: 100%;
    padding: 0;
}
.blog .content-area h2, .archive .content-area h2, .single .content-area h1, .search .content-area h1, .archive .content-area h1, .search-results .content-area h1 {
    font-size: 2em;
}
.main-text-footer .fltrt a.post-edit-link {
    float: right;
}
.fltrt {
    float: left;
    width: 100%;
    text-align: left;
}
	.dateTitle {
    width: 100%;
	font-size: 1.1em;
	}
	.dateTitle strong {
	font-size: 1.2em;
	}
	.ned {
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    color: #719AC5;
    margin-left: 0;
}
.internalSearch input#searchInt {
    border: 1px solid #ccc;
}
.spreadplugin-article {
    width: 98% !important;
}	
}
