/**
 * Theme Name: Porkey
 * Theme URI: http://ArtistryWebdesign.com.au
 * Description: A custom theme for Pork CRC.
 * Version: 0.1
 * Author: Artistry Webdesign
 * Author URI: http://ArtistryWebdesign.com.au
 * Tags: flexible-width, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, three-columns, right-sidebar, left-sidebar, custom-background, featured-images
 *
 */

/* Normalize
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }
html {
	font-size: 100%;	/* 16px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font: 0.875em/1.6 Arial, sans-serif;	/* 12 / 16 = 0.75;  21 / 12 = 1.75 */
	color: #444;
	background: #fff;
	padding: 0;
}
a, a:visited {
	color: #528543;
	text-decoration: none;
}
a:hover {
	color: #0da4d3;
}
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr { cursor: help }
abbr[title] { border-bottom: 1px dotted; }
acronym {
	font-size: .85em;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px dotted #eee;
	cursor: help;
}
acronym:hover {
	color: #333;
	background: #f3f3f3;
	border-bottom: 1px dotted #aaa;
}
small { font-size: 0.9166666666666667em; }	/* 12 / 13 = 0.9166666666666667 */
big { font-size: 15px; }
p { margin: 0 0 1.75em 0 }
b, strong { font-weight: bold; }
blockquote {
	margin: 0 1.75em;
	font-style: normal
}
blockquote em, blockquote cite { font-style: italic }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
em, cite { font-style: italic; }
em em, cite cite { font-style: normal }
dfn { font-style: italic; }
address {
	font-style: italic;
	margin: 0 0 1.75em 0
}
li address, dd address { margin:0 }
del { text-decoration: line-through }
embed, object, video { margin-bottom: 1.75em }
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0 1.75em 0;
	padding: 0;
}
ins {
	background: #f3f3f3;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
mark {
	background: #f3f3f3;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre code { font-size: 1em }
pre {
	font-size: 0.9166666666666667em;
	font-family: Monaco, monospace, Courier, "Courier New";
	overflow: auto;
	line-height: 1.75em;
	margin-bottom: 1.75em;
	padding: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	font-size: 0.9166666666666667em;
	font-family: Monaco, monospace, Courier, "Courier New";
}
sub, sup {
	font-size: 0.8333333333333333em;	/* 10 / 12 = 0.8333333333333333 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul {
	list-style: square;
	margin: 0 0 1.75em 2.8em;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.75em 3.1em;
	padding: 0;
}
ol ol { list-style: upper-roman }
ol ol ol { list-style: lower-roman }
ol ol ol ol { list-style: upper-alpha }
ol ol ol ol ol { list-style: lower-alpha }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0 }
dl { margin: 0 0 1.75em 5px }
dt {
	font-weight: bold;
	margin: 10px 0 0 0
}
dd { margin: 5px 0 0 1.5em }
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #024B82;
	line-height: 1.3em;
}
h1 { font-size: 3em; }	/* 36 / 12 = 3 */
h2 { font-size: 2em; }	/* 24 / 12 = 2 */
h3 { font-size: 1.666666666666667em; }	/* 20 / 12 = 1.666666666666667 */
h4 { font-size: 1.5em; }	/* 18 / 12 = 1.5 */
h5 { font-size: 1.333333333333333em;	/* 16 / 12 = 1.333333333333333 */ }
h6 {
	font-size: 1.166666666666667em;	/* 14 / 12 = 1.166666666666667 */
	text-transform: uppercase;
	font-weight: normal;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label { cursor: pointer; }
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea, a.button {
	font-size: 1em;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input, a.button {
	line-height: normal;
	*overflow: visible;
}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid { background-color: #f0dddd; }
option { padding: 1px 2px; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.75em;
}
td { vertical-align: top; }
th, td { text-align: left; }

/* Transitions 
-------------------------------------------------------------- */
a, a img, .featured-post .byline {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

/* WordPress classes 
-------------------------------------------------------------- */
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; }
img.wp-smiley {
	max-height: 0.8125em;
	margin: 0;
	padding: 0;
	border: none;
}
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 1.75em !important;
}
.left, .alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 1.75em auto !important;
}
.block, .alignnone {
	display: block;
	margin: 0 0 1.75em 0;
}
img.alignleft, img.alignright {
	margin-top: 5px;
	display: inline;
}
blockquote.alignleft, blockquote .alignright { width: 33%; }
.byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; }

/* Tables 
-------------------------------------------------------------- */
table {
	margin: 0 0 1.75em 0;
	width: 100%;
}
table caption {
	font-size: 0.8125em;
	line-height: 1.75em;
	color: #888;
}
table th {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 2%;
	border-bottom: none;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
td {
	padding: 0.8125em 2%;
	color: #888;
	border-bottom: 1px solid #e7e7e7;
}

/* Lists 
-------------------------------------------------------------- */
ul li, ol li { line-height: 1.6em; }
dl { margin: 0 0 20px 30px; }
dl dt {
	margin: 0;
	font-size: 1.333333333333333em;		/* 16 / 12 = 1.333333333333333 */
	line-height: 1.75em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #888;
}

/* Blockquotes
-------------------------------------------------------------- */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	padding: 0 0 0 35px;
	font-size: 1.333333333333333em;		/* 16 / 12 = 1.333333333333333 */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	background: url(images/quote.png) no-repeat 0 4px;
}

/* Code 
-------------------------------------------------------------- */
code {
	padding: 0 3px;
	background: #ffe5e5;
}
pre {
	padding: 15px 20px;
	background: #ffecec;
}
pre code {
	padding: 0;
	background: transparent;
}

/* Forms 
-------------------------------------------------------------- */
form label {
	line-height: 1.5em;
	color: #111;
}
input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select {
	border: 1px solid #ccc;
	padding: 5px;
	outline: none;
	font-size: 0.8125em;
	color: #888;
	margin: 0;
	display: block;
	background: #fff;
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus {
	border-color: #888;
	color: #333;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	box-shadow:  0 0 4px rgba(0,0,0,.3);
}
textarea {
	display: block;
	width: 80%;
	min-height: 60px;
}
input[type="radio"] { vertical-align: text-middle; }
input[type="checkbox"] { display: inline; }
input[type="submit"]:hover { cursor: pointer }
.error { color: #528543; }

/* Images & Video
-------------------------------------------------------------- */
#site-title a:hover img { border: none; }
.hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video {
	max-width: 100%;
}
.hentry img, .entry-content img, .widget img, .wp-caption {
	height: auto;
}

/* Captions [caption] 
-------------------------------------------------------------- */
.wp-caption {
	overflow: hidden;
}
.wp-caption img { margin: 0 0 5px 0; }
.wp-caption .wp-caption-text {
	margin: 5px 0;
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #888;
	text-align: left;
}
.wp-caption a { border: none; }

/* Galleries 
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin: 0 !important;
}
.gallery br {
	display: block;
	line-height: 0;
	height: 0;
}
.gallery a { border: none; }
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	margin: 0 0 15px 0 !important;
	text-align: left;
	list-style: none;
	padding: 0;
}
.gallery img, .gallery .gallery-item .gallery-icon img {
	max-width: 89%;
	height: auto;
	margin: 0 auto
}
.gallery-icon {
	overflow: hidden;
	margin: 0;
}
.gallery-caption {
	margin: 0;
	font-size: 0.9166666666666667em;
	line-height: 1.4em;
	color: #aaa;
}
.attachment-image {
	float: left;
	width: 100%;
}
.singular-attachment .hentry .gallery-caption { display: none; /* Hide captions in gallery on attachment pages */ }
.gallery-caption { margin: 3px 0 0 0 }
.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.33% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.66% }
.col-7 { width: 14.28% }
.col-8 { width: 12.5% }
.col-9 { width: 11.11% }
.col-10 { width: 10% }
.col-11 { width: 9.09% }
.col-12 { width: 8.33% }
.col-13 { width: 7.69% }
.col-14 { width: 7.14% }
.col-15 { width: 6.66% }
.col-16 { width: 6.25% }
.col-17 { width: 5.88% }
.col-18 { width: 5.55% }
.col-19 { width: 5.26% }
.col-20 { width: 5% }
.col-21 { width: 4.76% }
.col-22 { width: 4.54% }
.col-23 { width: 4.34% }
.col-24 { width: 4.16% }
.col-25 { width: 4% }
.col-26 { width: 3.84% }
.col-27 { width: 3.7% }
.col-28 { width: 3.57% }
.col-29 { width: 3.44% }
.col-30 { width: 3.33% }

/* Layout
-------------------------------------------------------------- */

#container {

}
#main {
	clear: both;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.page-template-fullwidth #content { 
	width: 100%; 
}
.content-wrap {
        background: url(http://apri.com.au/wp-content/uploads/2018/05/back_green2.gif) ;
	float: right;
	width: 79.78723404255319%;
}
.page-template-fullwidth .content-wrap {
	width: 100%; 
}
#content {
	float: left;
	width: 62.66666666666667%;	/* 470 / 750 = 0.6266666666666667 */
	margin: 0 0 30px 0;
	padding-top: 30px;
}
.aside {
	float: left;
	width: 17.02127659574468%;	/* 160 / 940 = 0.1702127659574468 */	
}
#sidebar-primary {
	float: left;
	width: 100%;	/* 160 / 940 = 0.1702127659574468 */
	background: #904D51 url('images/dots-200.png') no-repeat bottom center;
	padding-bottom: 175px;
	/*border: 1px solid #FFF;*/
}
#sidebar-secondary {
	float: right;
	width: 33.33333333333333%;	/* 250 / 750 = 0.3333333333333333 */
	background: #024B82 url('images/dots-300.png') no-repeat bottom center;
	padding-bottom: 275px;
	border: 1px solid #FFF;
  border-bottom-color: #528543;
}
#sidebar-wrap{
	margin: 20px 16px;
	float: left;
}
#sidebar-secondary { 
	margin-top: -280px;
}

.wrap {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.wrap:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
#comments-template { clear: left; }

.sidebar-tertiary {
    background: transparent;
    float: left;
width: 100%;
}

/* Header 
-------------------------------------------------------------- */
#header-container {
	background: #1BBBEA;
	border-top: 5px solid #3B3B3B;
}
#header {
	background: url('images/dots-header.png') no-repeat bottom left;
	clear: both;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
}
#branding {
	float: left;
	width: 17.0213%;
	overflow: hidden;
}
#site-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3em;	/* 36 / 12 = 3 */
	line-height: 1em;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	word-wrap: break-word;
	text-align: center;
}
#site-title a {
	color: #222;
	border-bottom: none;
}
#header img { max-width: 100%; }
#site-description {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 20px auto 20px;
	color: #fff;
	width: 70%;
	
	clear: both;
	text-align: left;
	text-transform: uppercase;	
}
.breadcrumbs {
	font-size: 0.9166666666666667em;
	color: #aaa;
	float: left;
	width: 94.85%;
	background: #f9f9f9;
	padding: .25em .6em .35em .9em;
	margin-bottom: 20px;
}
.breadcrumbs a, .breadcrumbs a:visited { color: #777; }
.breadcrumbs a:hover { color: #000; }
.breadcrumbs .breadcrumb_last{
	font-weight: bold;
	color: #024B82;
}

#sidebar-header {
	overflow: hidden;
	float: right;
	width: 80%;
	margin-bottom: 20px;
	background:#024B82;
}

/* Slider/Image Top 
-------------------------------------------------------------- */
#slider-image{
	width: 80%;
	float: right;
	margin-bottom: 30px;
	min-height: 250px;
}
#slider-image.slider img{ 
}
#slider-image.image{ 
	width: 53.1818182%;
	height: 250px;
overflow: hidden;
margin-left: 3%;
float: left;
}
#slider-image.image img{ 
	width: 585px;
	height: 250px;
}
#slider-image .flexslider {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
    position: relative;
}

/* Primary menu 
-------------------------------------------------------------- */
#menu-primary {
	font-size: 0.857142857em;
	width: auto;
	margin: 15px 0 30px 0;
	float: right;FFFFFF
	position: relative;
	z-index: 99;
	line-height: 1;
}
#menu-primary li {
	float: left;
	border: 1px solid #F5F9FB;
	border-width: 1px 1px 1px 0;
}
#menu-primary li:first-child {
	border-left:1px solid #F5F9FB;
}
#menu-primary ul li li:first-child {
	border-left:0;
}
#menu-primary li a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	display: block;
	text-transform: uppercase;
	padding: 2em 1em 1em;
}
#menu-primary li a:link,
#menu-primary li a:active,
#menu-primary li a:visited {
	color: #FFF;
}
#menu-primary li a:hover {
	color: #FFF;
	background: #024B82;
	border-bottom: none;
}
#menu-primary li.current-menu-item a {
	color: #FFF;
	background: #024B82;
}
#menu-primary li li, #menu-primary li li.current-menu-item li {
	clear: both;
	float: none;
	border: 0;
	border-top: 1px solid #fff;
	border-width: 1px 1px;
	padding: 0;
	background: none;
}
#menu-primary li li:first-child, #menu-primary li li.current-menu-item li:first-child { border-top: none; }
#menu-primary li li a, #menu-primary li li.current-menu-item li a {
	font-size: 1.1em;
	text-transform: none;
	color: #fff;
	margin: 0;
	padding: 1em 1em;
}
 #menu-primary li ul li a:hover {
	color: #fff;
	background: #904D51;
	border-bottom: none;
}

/* Dropdowns
-------------------------------------------------------------- */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li:hover { visibility: inherit }
.menu li {
	float: left;
	position: relative;
}
.menu a {
	display: block;
	position: relative;
}
#menu-primary li ul {
	display: none;
	position: absolute;
	top: 4em;
	left: -0.1em;
	border: 1px solid #fff;
	background: #ECB630;
	z-index: 100;
}
#menu-primary li ul a{
	width: 14em;
}
#menu-primary li:first-child ul { left: -1px; }
#menu-primary li:hover ul, #menu-primary li.sfHover ul { display: block; }
#menu-primary li:hover li ul, #menu-primary li.sfHover li ul { top: -999em; }
#menu-primary li li:hover ul, #menu-primary li li.sfHover ul {
	top: -1px;
	left: 100%;
	margin-left: 0;
	border-top: 1px solid #fff;
}
.sf-sub-indicator {
	text-indent: -9999em;
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	top: 25%;
	right: 0;
}
.menu li li .sf-sub-indicator {
	top: 37%;
	background: url(images/dropright.png) no-repeat right 50%;
	margin-right: 7px;
}
.menu li a.sf-with-ul { padding-right: 16px; }

/* Color menu @ 2nd location in Primary menu 
-------------------------------------------------------------- */

#menu-primary ul li.multicolor li:first-child{
	background: #D89898;
}
#menu-primary ul li.multicolor li:nth-child(2){
	background: #F8F808;
}
#menu-primary ul li.multicolor li:nth-child(3){
	background: #8DB3E2;
}
#menu-primary ul li.multicolor li:nth-child(4){
	background: #90D050;
}
#menu-primary ul li.multicolor li:last-child{
	background: #1bbbea;
}
#menu-primary ul li.multicolor li a {
	color: #333;
	font-weight: bold;
  background: transparent;
}
#menu-primary ul li.multicolor li:nth-child(5){
	background: #1bbbea; 
}
#menu-primary ul li.multicolor li:nth-child(6){
	background: #1bbbea; 
}
#menu-primary ul li.multicolor li:nth-child(7){
	background: #1bbbea; 
}

#menu-primary ul li.multicolor li a:hover {
    color: #FFF;
    background: #904D51;
}

/* Secondary menu 
-------------------------------------------------------------- */
#menu-secondary {
	font-size: 1em;
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	clear: left;
	position: relative;
	background: #111;
	margin-bottom: 25px;
	z-index: 2;
}
#menu-secondary li {
	display: block;
	float: left;
	width: 100%;
}
#menu-secondary li a {
	font-size: 0.8333333333333333em;
	line-height: 1.2em;
	display: block;
	padding: 1.1em 1.2em;
	text-transform: uppercase;
	color: #ccc;
	background: #111;
	border-bottom: 1px solid #252525;
}
#menu-secondary li a:hover {
	color: #fff;
	background: #000;
}
#menu-secondary li.current-menu-item a { color: #555; }
#menu-secondary li.current-menu-item li a { color: #ccc; }
#menu-secondary li li, #menu-secondary li li.current-menu-item li {
	clear: both;
	float: none;
}
#menu-secondary li li:first-child, #menu-secondary li li.current-menu-item li:first-child { border-top: none; }
#menu-secondary li li a, #menu-secondary li li.current-menu-item li a {
	text-transform: none;
	color: #888;
}
#menu-secondary li li a {
	font-size: 0.9166666666666667em;
	padding: .97em 1.1em;
}

/* Dropdowns (secondary)
-------------------------------------------------------------- */
#menu-secondary li ul {
	display: none;
	position: absolute;
	top: 0;
	border: 1px solid #252525;
	border-bottom: none;
	left: 100%;
	z-index: 100;
}
#menu-secondary li:hover ul, #menu-secondary li.sfHover ul { display: block; }
#menu-secondary li:first-child:hover ul, #menu-secondary li:first-child.sfHover ul { top: 0; }
#menu-secondary li:hover li ul, #menu-secondary li.sfHover li ul { top: -9999em; }
#menu-secondary li li:hover ul, #menu-secondary li li.sfHover ul {
	top: -1px;
	margin-left: 0;
}
#menu-secondary .sf-sub-indicator {
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	display: block;
	background: url(images/dropright-secondary.png) no-repeat right 0;
	position: absolute;
	top: 38%;
	right: 10px;
}
#menu-secondary .menu li li .sf-sub-indicator { right: 5px; }

/* Home 
-------------------------------------------------------------- */
.section-title {
	float: left;
	width: 93.85%;
	color: #999;
	background: #f3f3f3;
	padding: .25em .6em .35em .6em;
	margin-bottom: 20px;
	text-transform: lowercase;
	border-left: 10px solid #e9e9e9;
}
.hfeed-more {
	float: left;
	width: 100%;
}
.page-template-front .hfeed-more .hentry {
	float: left;
	width: 47.87234042553191%;	/* 225 / 470 = 0.4787234042553191 */
	margin: 0 4.25531914893617% 15px 0;	/* 20 / 470 = 0.0425531914893617 */
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
.page-template-front .hfeed-more .hentry.even { margin-right: 0; }
.page-template-front .hfeed-more .hentry .entry-title a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9375em;	/* 15 /16 = 0.875 */
	text-transform: none;
	color: #333;
}
.page-template-front .hfeed-more .hentry .entry-title a:hover {
	color: #0da4d3;
	border-color: #888;
}

/* Posts 
-------------------------------------------------------------- */
.page-template-front .hentry, .archive .hentry, .search .hentry {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #024B82;
	padding-bottom: 20px;
	font-size: 1em;
	position: relative;
}
.hentry.even { margin-right: 0; }
.hentry {
	margin: 0 0 20px 0;
	position: relative;
	float: left;
	width: 100%;
}
.blog .hentry {
	border-bottom: 1px dotted #024B82;
	padding-bottom: 20px;
	margin-bottom: 20px; 
}
.entry-header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.entry-summary {
	float: left;
	width: 100%;
}
.hentry .archive-thumbnail { margin: 0 0 11px 0; }
.hentry img.featured { margin-bottom: 15px; }
.byline-cat {
	position: absolute;
	top: 0;
	right: 0;
	padding: .1em .8em;
	font-size: 0.8333333333333333em;
	background: #111;
	background: rgba(0,0,0,.25);
}
.byline-cat, .byline-cat a, .byline-cat a:visited {
	color: #fff;
	color: rgba(255,255,255,.75);
	max-height: 45px;
	overflow: hidden;
}
.byline-cat a:hover { color: #fff; }
.read-more, .read-more:visited {
	position: absolute;
	top: 117px;
	right: 0;
	z-index: 10;
	color: #fff;
	background: #0da4d3;
	padding: .1em .8em;
	font-size: 0.9166666666666667em;
	display: none;
}
.read-more:hover {
	color: #fff;
	background: #111;
}
.home .hentry a:hover, .page-template-front .hentry a:hover, .archive .hentry a:hover, .search .hentry a:hover { border-bottom: none; }
.home .hentry:hover .read-more, .page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: block; }
.hentry .gallery a:hover, .page-template-front .read-more:hover, .archive .read-more:hover, .search .read-more:hover { border-bottom: none; }

/* Post titles 
-------------------------------------------------------------- */
.hentry .entry-title, .page-template-front .hentry .entry-title {
	margin: 0 0 0.15em 0;
	padding: 0;
	font-size: 1.714285714em;
	font-weight: bold;
	line-height: 1.4em;
	border: none;
	color: #024B82;
	word-spacing: 2px;
	word-wrap: break-word;
}
.singular .entry-title {
	font-size: 2em;	/* 24 / 12 = 2 */
	margin-bottom: 0.3em;
}
.singular-page .entry-title { color: #024B82; }
.singular-page .entry-title, .singular-attachment .entry-title { margin-bottom: .7em; }
.entry-title a, .entry-title a:visited { color: #024B82; }
.home .hentry .entry-title a:hover, .page-template-front .hentry .entry-title a:hover, .archive .hentry .entry-title a:hover, .search .hentry .entry-title a:hover {
	color: #000;
}

/* Post bylines 
-------------------------------------------------------------- */
.byline, .home.singular .byline {
	margin: 0 0 .2em 0;
	font-size: 0.9166666666666667em;
	color: #666;
	line-height: 1.75em;
}
.singular .byline { margin-bottom: 18px; }
.byline a, .byline a:visited {
	color: #666; 
	text-decoration: underline;
}
.byline a:hover { color: #000; }
.author, .published, .category, .edit { font-style: normal; }
.comment-list .published, .comment-list .edit, .comment-list .comment-reply-link {
	font-size: 1em;
	text-transform: none;
}

/* Post excerpts 
-------------------------------------------------------------- */
.entry-summary p { margin: 0 0 1em 0; }

/* Post metadata 
-------------------------------------------------------------- */
.entry-meta {
	margin: 0 0 25px 0;
	font-size: 0.9166666666666667em;
	color: #aaa;
}
.entry-meta a { color: #888; }
.entry-meta a:hover { color: #000; }

/* Singular post prev/next links 
-------------------------------------------------------------- */
.singular .loop-nav {
	font-size: 0.9166666666666667em;
	color: #888;
	clear: left;
}
.singular .previous {
	float: left;
	width: 40%;
}
.singular .next {
	float: right;
	width: 40%;
	text-align: right;
}

/* Page links for multi-paged posts <!--nextpage--> 
-------------------------------------------------------------- */
.page-links {
	clear: both;
	font-size: 0.9166666666666667em;
	word-spacing: 2px;
	line-height: 1em;
	color: #222;
}
.entry-summary .page-links {
	clear: none;
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #aaa;
}
.page-links a, .page-links a:visited {
	display: inline-block;
	color: #555;
	background: #eee;
	padding: 3px 6px;
}
.page-links a:hover {
	color: #000;
	background: none;
	border: none;
}

/* Archive/search pagination and comment pagination 
-------------------------------------------------------------- */
.comment-navigation { margin-bottom: 1.75em; }
.pagination.loop-pagination {
	float: right;
	clear: both;
	margin-top: 30px;
}
.pagination .page-numbers, .comment-navigation .page-numbers {
	display: inline-block;
	padding: 5px 10px 7px 10px;
	margin: 0;
	line-height: 1em;
	color: #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pagination a.page-numbers, .comment-navigation a.page-numbers {
	color: #fff;
	background: #024B82;
}
.pagination a:hover, .comment-navigation a:hover {
	color: #fff;
	background: #000;
	border-bottom: none;
}
.pagination .current, .comment-navigation .current { color: #999; }

/* Latest News 
-------------------------------------------------------------- */
#latest-news {
	float: left;
	clear: both;
}
#latest-news h3{
	font-size: 1.75em;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 1em;
	background: #6D8F37;
	padding: 2px 0 2px 10px;
	color: #fff;
}
#latest-news h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#latest-news .hentry{
	margin-bottom: 0;
}

/* Media Releases 
-------------------------------------------------------------- */
#media-releases {
	float: left;
	width: 40%;
	padding: 2.5%;
	border: 1px solid #E9E9E9;
	margin-bottom: 30px;
}
#media-releases h3{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #6D8F37;
	border-bottom: 5px solid #6D8F37;
}
#media-releases ul{
	margin-left: 20px;
}
#media-releases li{
	width: 100%;
	margin: 0.5em 0;
	list-style: square outside url('images/plus-media.png'); 
	border-bottom: 1px dotted #ddd; 
	font-weight: bold;	 
}
#media-releases .entry-date{
	text-transform: uppercase;
	color: #6D8F37;
	font-size: 0.95em;
}

/* Industry News 
-------------------------------------------------------------- */
#industry-news {
	float: right;
	width: 40%;
	padding: 2.5%;
	border: 1px solid #E9E9E9;
	margin-bottom: 30px;
}
#industry-news h3{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #B77846;
	border-bottom: 5px solid #B77846;
}
#industry-news ul{
	margin-left: 20px;
}
#industry-news li{
	width: 100%;
	margin: 0.5em 0;
	list-style: square outside url('images/plus-news.png'); 
	border-bottom: 1px dotted #ddd; 
	font-weight: bold;	 
}
#industry-news .entry-date{
	text-transform: uppercase;
	color: #B77846;
	font-size: 0.95em;
}

/* Events & Highlights 
-------------------------------------------------------------- */
#events {
	float: none;
	padding: 2.5%;
	border: 1px solid #E9E9E9;
	clear: both;
overflow: hidden;
}
#events h3{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #1BBBEA;
	border-bottom: 5px solid #1BBBEA;
}
#events .hentry{
	width: 22.5%;
	float: left;
	margin:0 2.5% 0 0;
	font-size: 0.9em;
}
#events .hentry img {
	width: 100%;
	height: auto;
}
#events .hentry h2, #events .hentry h2 a{
	font-size: 1.1em;
	font-weight: bold;
	color:#1BBBEA;
	margin-bottom: 0;
}


/* Sidebar after singular posts 
-------------------------------------------------------------- */
#sidebar-after-singular {
	overflow: hidden;
	margin: 0;
	font-size: 1em;
	float: left;
}
#sidebar-after-singular a:hover { border-bottom: none; }

/* Widgets 
-------------------------------------------------------------- */
.sidebar .widget {
	float: left;
	padding: 0;
	margin: 0 0 20px;
	color: #fff;
	width: 100%;
}
.sidebar .widget a { color: #fff; }
.sidebar .widget a:hover { color: #000; }

/* Widget titles 
-------------------------------------------------------------- */
.sidebar .widget-title {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

/* Widget unordered lists 
-------------------------------------------------------------- */
.sidebar .widget ul { margin-left: 16px; }
.sidebar .widget ul li a { color: #fff; }
.sidebar .widget ul li a:hover { color: #000; }

/* Widget tags 
-------------------------------------------------------------- */
.sidebar .widget.tags a { color: #fff; }
.sidebar .widget.tags a:hover { color: #1BBBEA; }

/* Widget Calendar 
-------------------------------------------------------------- */
.sidebar .widget.calendar,
.sidebar .widget.calendar tr,
.sidebar .widget.calendar td {
	color: #fff;
}
.sidebar .widget.calendar {
	min-width: 80%;
}
.sidebar .widget.calendar table caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.75em;
    font-weight: bold;
}
.sidebar .widget.calendar a { 
	color: #fff;
	font-weight: bold;
}
.sidebar .widget.tags a:hover { color: #000; }

/* Widget Downloads 
-------------------------------------------------------------- */
.sidebar .widget.downloads {
	border: 2px solid #fff;
	width: 98%;
	margin-bottom: 40px;
}

.sidebar .widget.downloads .widget-wrap {
	margin: 15px;
}

.sidebar .widget.downloads ul {
	margin: 0 0;
}

.sidebar .widget.downloads li {
	margin: 0.5em 0;
	list-style: square inside url('images/pdf.png'); 
	border-bottom: 1px dotted #fff; 
	font-weight: bold;
}

.sidebar .widget.downloads li.more {
	border-bottom: 1px dotted #fff; 
	list-style: square inside url('images/plus.png'); 
	margin: 0.5em 0;
}

.sidebar .widget.downloads p.askreport {
	font-size: 1em;
	margin: 1em 0 0.33em;
	font-weight: bold; 
	line-height: 1.3;
}

.sidebar .widget.downloads p.asklink {
	margin:0 0;
	text-decoration: underline;
	text-transform: capitalize;
}

.sidebar .widget.downloads p.asklink a{
	text-decoration: underline;
}

/* Widget upcomingevents 
-------------------------------------------------------------- */
.sidebar .widget.upcomingevents {
	border: 0;
	width: 100%;
	background: #1BBBEA;
	/*background: #1BBBEA url('images/dots-300.png') no-repeat center bottom;*/
	margin-bottom: 0;
	border: 1px solid #fff;
	border-width: 0 0;
}

.sidebar .widget.upcomingevents .widget-wrap {
	margin: 15px 15px;
}

.sidebar .widget.upcomingevents .widget-title {
	font-size: 1.5em;
}

.sidebar .widget.upcomingevents .upevents {
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px; 
}
.sidebar .widget.upcomingevents .upevents h4 {
	color: #024B82;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #024B82; 
	margin-bottom: 10px;
}
.sidebar .widget.upcomingevents .upevents h3 {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sidebar .widget.upcomingevents .upevents p{
	line-height: 1.35;
	margin-bottom: 10px;
}
.sidebar .widget.upcomingevents ul{
	margin-left: 0;
}
.sidebar .widget.upcomingevents li.more {
	border-bottom: 1px dotted #fff; 
	list-style: square inside url('images/plus.png'); 
	margin: 0.5em 0;
	font-weight: bold;
}
/* Widget Page-Links 
-------------------------------------------------------------- */
.sidebar  #page-links.widget {
	padding: 0 0;
	margin-bottom: 20px;
	margin-left: -20px;
}
.sidebar  #page-links.widget h3 {
	margin-left: 20px;
}
.sidebar  #page-links.widget ul { 
	border: 1px solid #fff;
	border-width: 1px 1px 1px 0;
	list-style: none; 
	margin-left: 0; 
	min-width: 160px;
}
.sidebar  #page-links.widget ul li { 
	padding: 0.5em 20px;
	border-bottom: 1px solid #EFDADA;
}
.sidebar  #page-links.widget ul li:last-child { 
	border-bottom: 0;
}
.sidebar  #page-links.widget ul li a { color: #fff; }
.sidebar  #page-links.widget ul li a:hover { color: #000; }

.sidebar  #page-links.widget ul ul{ 
	border: 0;
	list-style: square inside none; 
	margin-left: -20px; 
	min-width: 160px;
}
.sidebar  #page-links.widget ul ul li { 
	padding: 0.5em 20px;
}

/* Search form widget
-------------------------------------------------------------- */
.widget .search-form { overflow: hidden; width: 250px; min-width: 100%;}
.widget .search-form label {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	color: #aaa;
}
.widget .search-form input[type="text"] {
	width: 225px;
	width: 91.5%;
	float: left;
	padding: 8px 10px;
	font-size: 1em;
	color: #aaa;
}
.search-form .search-submit, .widget.search .widget-title { display: none; }

/* Comments 
-------------------------------------------------------------- */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
}
.comment-list { margin-bottom: 40px; }
.comment-list li {
	padding: 20px 0 0 0;
	border-top: none;
}
.comment-list li li { padding-left: 11.70212765957447%; }	/* 55px / 470px = 0.1170212765957447 */
.comment-list .avatar {
	float: left;
	margin: 0 13px 10px 0;
}
.comment-meta {
	margin: 0 0 3px 0;
	font-size: 0.9166666666666667em;
	color: #bbb;
	line-height: 1.75em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1.153846153846154em;
}
.comment-author { margin-right: 10px; }
.comment-meta a, .comment-meta a:visited {
	font-style: normal;
	color: #333;
	border-bottom: 1px solid #0da4d3;
}
.comment-meta a:hover {
	color: #000;
	border-bottom: none;
}
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f3f3f3;
}
.comment-content { margin-left: 55px; }
.comment-content p { margin-bottom: 1em; }

/* Comment form 
-------------------------------------------------------------- */
#respond {
	overflow: hidden;
	width: 100%;
}
.comment-list #respond { margin-top: 1.75em; }
#respond .log-in-out {
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #888;
	margin-bottom: -7px;
}
#reply-title small a {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	background: #fff;
	padding-right: 8px;
}
#respond label {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	color: #bbb;
}
#respond p.req label {
	color: #888;
	line-height: 2.4em;
}
#respond span.required {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#respond #submit { margin-bottom: 1.75em; }
#commentform input {
	display: inline;
	margin-right: 10px;
}
#commentform p {
	margin-bottom: 15px;
	line-height: 1em;
}
#comment { margin-top: 20px; }
#comments-number, #reply-title {
	color: #aaa;
	float: left;
	width: 92%;
	background: #f3f3f3;
	padding: .25em .6em .35em .9em;
	margin-bottom: 20px;
	border-left: 10px solid #e9e9e9;
}

/* Subsidiary sidebar 
-------------------------------------------------------------- */
#sidebar-subsidiary{
background:;
clear:both;
overflow:hidden;
margin-top:30px;
}
#sidebar-subsidiary li{
	list-style: none;
}
#sidebar-subsidiary ul,
#sidebar-subsidiary ol {
}
#sidebar-subsidiary .widget{
background:;
width:22%;
float:left;
margin-left:4%;
}
#sidebar-subsidiary .widget:first-child{
margin-left:0px;
}

/* Subsidiary menu 
-------------------------------------------------------------- */
#menu-subsidiary {
	float: right;
	width: 65%;
	font-size: 1em;
	position: relative;
}
#menu-subsidiary .menu { float: right; }
#menu-subsidiary li {
	display: block;
	float: left;
	padding-left: 1.5em;
	background: url(images/menu-separator.png) no-repeat left 15%;
}
#menu-subsidiary li:first-child {
	padding-left: 0;
	background: none;
}
#menu-subsidiary li a {
	font-size: 0.8333333333333333em;
	font-weight: normal;
	line-height: 1.8em;
	margin-right: 1.15em;
	display: block;
	text-transform: uppercase;
}
#menu-subsidiary li:last-child a { margin-right: 0; }
#menu-subsidiary li a:hover { color: #111; }
#menu-subsidiary li.current-menu-item a { color: #aaa; }
#menu-subsidiary li ul { display: none; }

/* Footer 
-------------------------------------------------------------- */
#footer-container {
	background: #024B82;
	border-top: 1px solid #7AA03D;
	overflow: hidden;
}
#footer {
	overflow: hidden;
	clear: both;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 0.9166666666666667em;
	color: #fff;
	background: url("images/dots-footer.png") repeat-x left center;
}
#footer p { margin-bottom: 0; }
#footer a { color: #fff; }
#footer a:hover { color: #fff; }
#footer-content {
	margin: 0 auto;
	padding: 20px;
	max-width: 530px;
	text-align: center;
	background: #024B82;
	overflow: hidden;
}
#footer a.footaus {
	background: #024B82 url('images/footaus.png') no-repeat left center;
	width: 225px;
	height: 50px;
	padding-left: 85px;
	padding-top: 15px;
	float: left;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	font-size: 1.1em;
}
#footer a.footpork {
	background: #024B82 url('images/footpork.png') no-repeat 0 0;
	width: 150px;
	height: 50px;
	text-indent: -99999em;
	float: left;
}
#footer .footsep {
	background: #024B82 url('images/footsep.png') no-repeat middle center;
	width: 1px;
	height: 50px;
	float: left;
	border-left: 1px solid #fff;
	margin: 0 29px 0 30px;
}

/*  Social
-------------------------------------------------------------- */
#social-container {
	background: #6D8F37;
	padding: 20px 0;
}

#social {
	background: url("images/dots-footer.png") repeat-x left center;
	color: #fff;
}
.social-content {
	width: 460px;
	margin: 0 auto;
	padding: 10px 30px;
	background: #6D8F37;
	overflow: hidden;
}
.social-text {
	width: 300px;
	float: left;
}
#social h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}
#social p {
	margin-bottom: 0;
}

a.footfb {
	background: url('images/fb.png') no-repeat 0 0;
	width: 50px;
	height: 50px;
	float: left;
	text-indent: -9999em;
	margin: 0 15px; 
}

a.foottw {
	background: url('images/tw.png') no-repeat 0 0;
	width: 50px;
	height: 50px;
	float: left;
	text-indent: -9999em;
	margin: 0 15px; 
}

/*  Buttons (submit etc.)
-------------------------------------------------------------- */
#respond #submit, .button, a.button, .wpcf7-submit, #loginform .button-primary {
	padding: 6px 14px 7px 14px;
	color: #fff;
	background:#024B82;
	border: none;
}
#respond #submit:hover, .button:hover, .wpcf7-submit:hover, #loginform .button-primary:hover { background: #111; }
.menu li a { position: relative; }

/*  Gravity Forms (plugin)
----------------------------------------------------- */
.sidebar .widget ul li.gfield, #content .hentry ul li.gfield {
	background: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.wordpress .gform_wrapper input[type="text"], .wordpress .gform_wrapper input[type="url"], .wordpress .gform_wrapper input[type="email"], .wordpress .gform_wrapper input[type="phone"], .wordpress .gform_wrapper input[type="number"], .wordpress .gform_wrapper input[type="password"], .wordpress .gform_wrapper textarea {
	padding: 4px;
	font-size: 1em;
}
.wordpress .gform_wrapper .gform_footer, .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label {
	padding-top: 0;
	margin-top: 0;
}
.wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-left: 31.5%; }
.wordpress .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin: 0 0 5px;
}
.wordpress .gform_wrapper .ginput_complex .ginput_full input { width: 92% !important; }
.wordpress .gform_wrapper .field_name_first input, .wordpress .gform_wrapper .ginput_complex .ginput_left input { width: 83.7% !important; }
.wordpress .gform_wrapper .ginput_complex .ginput_right input, .wordpress .gform_wrapper .ginput_complex .ginput_right select { width: 83.7% !important; }
.wordpress .gform_wrapper select {
	padding: 2px;
	height: 2em;
	font-size: 1em;
}
.wordpress .gform_wrapper .gsection {
	border-bottom: 1px solid #e9e9e9;
	margin: 40px 0 20px 0 !important;
}
.gform_wrapper .gfield_description, .gform_wrapper div.charleft { color: #aaa !important; }
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction, .gform_wrapper div.charleft { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }

/*  Contact Form 7 (plugin)
----------------------------------------------------- */
.wpcf7-form p {
	margin-bottom: 15px;
	line-height: 2.2em;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { padding: 6px; }


/*  Media Queries (mobile browsing)
----------------------------------------------------- */
/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 900px) {
	.aside {
		width: 100%;
		clear: both;
	}
	#sidebar-primary {
    background: #904D51;
    border: 0;
    float: left;
    padding-bottom: 20px;
    width: 100%;
	}

#slider-image{ 
	width: 78%;
	height: auto;
overflow: hidden;
margin-left: 0;
float: right;
}
#slider-image.image{ 
	width: 78%;
	height: auto;
overflow: hidden;
margin-left: 0;
float: right;
}
	.content-wrap {
    float: left;
    width: 100%;
   }
   .singular #sidebar-secondary {
    margin-top: 0;	}
	.wrap { max-width: 728px; }
	.widget .search-form input[type="text"] { width: 87%; }
	.widget table { font-size: 0.8333333333333333em; }
	#sidebar-subsidiary { width: 100% }
	#sidebar-subsidiary .widget table { width: 90%; }
	.home .hentry:hover .read-more, .page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: none; }
}
/* Phone (portrait) */
@media only screen and (max-width: 767px) {
	.wrap { 
		max-width: 600px;
		padding: 0 10px;
	}
	#sidebar-primary {
    background: #904D51;
    border: 0;
    float: left;
    padding-bottom: 20px;
    width: 100%;
	}
	.content-wrap {
    float: left;
    width: 100%;
   }
   .singular #sidebar-secondary {
    margin-top: 0;	}

	#branding {
		float: left;
		width: 100%;
		position: relative;
	}
	#sidebar-header {
		width: 100%;
		margin-bottom: 10px;
	}
	.featured-wrapper, .aside, .content-wrap, #content, #sidebar-subsidiary .widget, #respond { width: 100%; }
	.featured-post h2.entry-title a, .featured-post .byline { display: none; }
.mobileMenu{
	width: 80%;
	max-width: 250px;
	font-size: 1.3em;
	margin: 0 auto;
}	
	#menu-primary {
		float: left;
		clear: both;
		width: 100%;
		margin: 10px auto 20px;
	}
	#menu-primary .menu,
	#menu-primary ul {
		width: 100%;
		float: left;	
	}
	#menu-primary ul li {
		clear: left;
		padding-left: 0;
		background: none;
		width: 100%;
		border: 1px solid #F5F9FB;
		border-width: 1px 1px 0;
	}
	#menu-primary li:last-child {
   	 border-width: 1px 1px 1px;
	}
	#menu-primary ul li a { margin-left: 0; }
	#menu-secondary li li a { border-bottom: none; }
	#menu-secondary li li a:hover { background: none; }
	#menu-secondary ul li ul {
		display: block !important;
		visibility: visible !important;
	}
	#menu-secondary ul li li ul { left: 0 }
	#menu-secondary li ul {
		display: block !important;
		position: relative !important;
		width: 100% !important;
		top: 0;
		left: 0;
		border: none;
	}
	#menu-secondary li:hover ul, #menu-secondary li.sfHover ul {
		display: block !important;
		top: 0 !important;
	}
	#menu-secondary .sf-sub-indicator { background: none !important; }
	.hentry {
		width: 100%;
		margin-right: 0;
	}
#header {
    background: transparent;
   }	
#slider-image {
    display: block;
    float: left;
    margin: 0 auto 30px;
    min-height: auto;
    text-align: center;
    width: 100%;
}

#slider-image.image{ 
	width: 78%;
	height: auto;
overflow: hidden;
margin-left: auto;
margin: 0 auto;
float: none;
}

#events .hentry{
	width: 47.5%;
	float: left;
	margin:0 2.5% 0 0;
	font-size: 1em;
}

#sidebar-secondary {
    background: #024B82;
    padding-bottom: 0;
}


.social-content {
    width: auto;
    text-align: center;
}
#social {
    background: transparent;
}   
.social-text,
.social-image {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#footer {
    background:transparent;
   }
a.foottw,
a.footfb {
    display: inline-block;
    float: none;
}
#footer-content {
    max-width: 290px;
    overflow: hidden;
}
#footer a.footaus {
    float: left;
    height: 50px;
    padding-left: 0;
    padding-top: 0;
    width: 75px;
    text-indent: -9999em;
}
	.comment-list li li { padding-left: 0; }
	#sidebar-primary, #sidebar-secondary, #sidebar-subsidiary {
		width: 100%;
		clear: left;
	}
	#menu-subsidiary .menu { float: left; }
	#menu-subsidiary li {
		background: none;
		float: none;
		padding-left: 0;
		margin-bottom: .4em;
	}
	textarea { width: 96%; }
}
