/* # Genesis Pozhet Theme
Theme Name: Genesis Pozhet Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: Guru Orange
Author URI: http://www.guruorange.com.au/
Template: genesis
Template Version: 2.2.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
	background:url(images/pozhet_body_bg.jpg);
    background-size: cover;
}

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

p {
	margin: 0 0 8px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}




/* ## Headings
--------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	color:rgb(70,100,126); /* - blue */
	color:#46647e; /* - blue */
	line-height: 1.2;
	clear:both;
}

h1 {
	text-transform: none;
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* category-specific header colours for post items on home and blog pages */

 /* JUST DIAGNOSED */
 
#genesis-content .category-just-diagnosed h1 { 
	background: rgb(92,156,132);  /* - turquoise */
	background: #5c9c84;  /* - turquoise */
}

#genesis-content .category-just-diagnosed h2, #genesis-content .category-just-diagnosed h3, #genesis-content .category-just-diagnosed h4, #genesis-content .category-just-diagnosed h5, #genesis-content .category-just-diagnosed h6 { 
	color: rgb(92,156,132);  /* - turquoise */
	color: #5c9c84;  /* - turquoise */
}

 /* LIVING WITH HIV  */
 
#genesis-content .category-living-with-hiv h1, #genesis-content .category-living-with-hiv h2, #genesis-content .category-living-with-hiv h3, #genesis-content .category-living-with-hiv h4, #genesis-content .category-living-with-hiv h5, #genesis-content .category-living-with-hiv h6 { 
	color: rgb(27,72,21);  /* - pine  */
	color: #1b4815;  /* - pine */ 
}


/* CONNECT  */

#genesis-content .category-connect h1, #genesis-content .category-connect h2, #genesis-content .category-connect h3, #genesis-content .category-connect h4, #genesis-content .category-connect h5, #genesis-content .category-connect h6 { 
	color: rgb(63,103,32);  /* - leaf  */
	color: #3f6720;  /* - leaf  */
}


/* NEWS AND INFO */ 

#genesis-content .category-news h1, #genesis-content .category-news h2, #genesis-content .category-news h3, #genesis-content .category-news h4, #genesis-content .category-news h5, #genesis-content .category-news h6, #genesis-content .category-reports-studies h1, #genesis-content .category-reports-studies h2, #genesis-content .category-reports-studies h3, #genesis-content .category-reports-studies h4, #genesis-content .category-reports-studies h5, #genesis-content .category-reports-studies h6 { 
	color: rgb(112,138,36);  /* - grass */ 
	color: #708a24;  /* - grass  */ 
}



/* HEALTH PROFESSIONALS  */

#genesis-content .category-for-health-professionals h1, #genesis-content .category-for-health-professionals h2, #genesis-content .category-for-health-professionals h3, #genesis-content .category-for-health-professionals h4, #genesis-content .category-for-health-professionals h5, #genesis-content .category-for-health-professionals h6 { 
	color: rgb(85,85,85);  /* - asphalt  */
	color: #555;  /* - asphalt  */
}



/*---------------------- Links ---------------------*/

a:link {
    	color:rgb(5,62,111); /* - blue */
	color:#053e6f; /* - blue */
	 text-decoration: none;
		}
a:visited {
    	color:rgb(5,62,111); /* - blue */
	color:#053e6f; /* - blue */
	text-decoration: none;
}
a:active,
a:hover {
	color:rgb(9,96,167) !important; /* - intense blue for hover links */
    	color:#0960a7 !important; /* - intense blue for hover links */
	text-decoration: underline;
}

a.glossary {
	color: rgb(112,138,36);  /* - grass */ 
	color: #708a24;  /* - grass  */ 
}




/* category-specific link colours for post items on home and blog pages */

 /* JUST DIAGNOSED */
 
#genesis-content .category-just-diagnosed a, #genesis-content .category-just-diagnosed a:link, #genesis-content .category-just-diagnosed a:visited { 
	color: rgb(92,156,132);  /* - turquoise */
	color: #5c9c84;  /* - turquoise */
}

#genesis-content .category-just-diagnosed a:active, #genesis-content .category-just-diagnosed a:hover {
	color:rgb(9,96,167) !important; /* - intense blue for hover links */
    color:#0960a7 !important; /* - intense blue for hover links */
	text-decoration: underline;
}

 /* LIVING WITH HIV  */
 
#genesis-content .category-living-with-hiv a, #genesis-content .category-living-with-hiv a:link, #genesis-content .category-living-with-hiv a:visited { 
	color: rgb(27,72,21);  /* - pine  */
	color: #1b4815;  /* - pine */ 
}

#genesis-content .category-living-with-hiv a:active, #genesis-content .category-living-with-hiv a:hover {
	color:rgb(9,96,167) !important; /* - intense blue for hover links */
    color:#0960a7 !important; /* - intense blue for hover links */
	text-decoration: underline;
}


/* CONNECT  */

#genesis-content .category-connect a, #genesis-content .category-connect a:link, #genesis-content .category-connect a:visited { 
	color: rgb(63,103,32);  /* - leaf  */
	color: #3f6720;  /* - leaf  */
}

#genesis-content .category-connect a:active, #genesis-content .category-connect a:hover {
	color:rgb(9,96,167) !important; /* - intense blue for hover links */
    color:#0960a7 !important; /* - intense blue for hover links */
	text-decoration: underline;
}


/* NEWS AND INFO */ 

#genesis-content .category-news a, #genesis-content .category-news a:link, #genesis-content .category-news a:visited { 
	color: rgb(112,138,36);  /* - grass */ 
	color: #708a24;  /* - grass  */ 
}

#genesis-content .category-reports-studies a, #genesis-content .category-reports-studies a:link, #genesis-content .category-reports-studies a:visited { 
	color: rgb(112,138,36);  /* - grass */ 
	color: #708a24;  /* - grass  */ 
}

#genesis-content .category-news a:active, #genesis-content .category-news a:hover, #genesis-content .category-reports-studies a:active, #genesis-content .category-reports-studies a:hover {
	color:rgb(9,96,167) !important; /* - intense blue for hover links */
    color:#0960a7 !important; /* - intense blue for hover links */
	text-decoration: underline;
}



/* HEALTH PROFESSIONALS  */

#genesis-content .category-for-health-professionals a, #genesis-content .category-for-health-professionals a:link, #genesis-content .category-for-health-professionals a:visited { 
	color: rgb(85,85,85);  /* - asphalt  */
	color: #555;  /* - asphalt  */
}


#genesis-content .category-for-health-professionals a:active, #genesis-content .category-for-health-professionals a:hover {
	color:rgb(9,96,167) !important; /* - intense blue for hover links */
    color:#0960a7 !important; /* - intense blue for hover links */
	text-decoration: underline;
}




/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 5px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 900px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 600px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 260px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 260px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
	width: 288px;
}

.entry-content .search-form/*,
.site-header .search-form*/ {
	width: 50%;
}

.search-form input {
    font-size: 1.4rem;
    padding: 2px;
    margin: 2px 2px 2px 2px;
    width: 94%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */



/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 16px;
}

img.alignnone,
.alignnone {
    display: block;
    float: none;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 8px 16px 16px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 8px 0 16px 16px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
    width: 100%;
    padding: 28px 0 0 0;
    margin: 0 auto;
    max-width: 1200px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	/*width: 360px;*/
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.site-title a img {
	vertical-align: top;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}



/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
  padding: 0;
  margin: 0;
    line-height: 1.6;
    color:#111;
    font-weight: normal;
}

.site-header .widget-area p {
    margin: 0 0 0;
}

.site-header .widget-area a {
    text-decoration: none;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
    letter-spacing: 0.1em;
	width: 100%;
    text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: block;
	text-align: left;
	float: left;
}

.genesis-nav-menu a {
	color: #fff !important;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 16px 16px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: #0960a7;
    color:#fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    color:#fff;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 20px;
	position: relative;
	width: 320px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 16px 24px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}



/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}



/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #fff;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #46647E;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	background-color: #0960a7;
    color:#fff !important;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    font-size: 0.8em;
    color:#fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #0960a7;
    color:#fff !important;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #0960a7;
}


/* Category Colours for Navigation Area */


/* HOME */

.yellow, .yellow a, .yellow a:active, .yellow a:visited {
	background: #DEA600 !important;  /* - yellow */
}


/* JUST DIAGNOSED */

.turquoise, .turquoise a, .turquoise a:active {
	background: #5c9c84;  /* - turquoise */
}


 /* LIVING WITH HIV */ 

.pine, .pine a, .pine a:active {
	background: #1b4815;  /* - pine */
}


/* CONNECT */

.leaf, .leaf a, .leaf a:active {
	background-color: #3f6720;  /* - leaf */
}


/* NEWS AND INFO */ 

.grass, .grass a, .grass a:active {
	background-color: #708a24;  /* - grass */
}


/* HEALTH PROFESSIONALS  */

.asphalt, .asphalt a, .asphalt a:active {
	background-color: #555;  /* - asphalt  */
}

/* ABOUT */

.blue, .blue a, .blue a:active {
	background-color: #46647E;  /* - blue  */
}



/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}



/* # Content Area
---------------------------------------------------------------------------------------------------- */

.archive-description, .blog-template-description {
    display: none;
    visibility: hidden;
}


/* for slider */

article.sticky.category-slider {
    padding: 0 !important;
    background: none !important;
}

article.sticky.category-slider .entry-header, article.sticky.category-slider .entry-meta, article.sticky.category-slider .entry-permalink {
    display: none;
    visibility: hidden;
}

/* JUST DIAGNOSED */

.page-id-71 h1.entry-title, .parent-pageid-71 h1.entry-title {
	color:#fff !important;
	background: rgb(92,156,132);  /* - turquoise */
	background: #5c9c84;  /* - turquoise */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform:uppercase;
}

.page-id-71 h1.entry-title a, .parent-pageid-71 h1.entry-title a {
	text-decoration:none;
}
	
.page-id-71 .content h1, .parent-pageid-71 .content h1, .page-id-71 .content h2, .parent-pageid-71 .content h2, .page-id-71 .content h3, .parent-pageid-71 .content h3, .page-id-71 .content h4, .parent-pageid-71 .content h4, .page-id-71 .content h5, .parent-pageid-71 .content h5, .page-id-71 .content a, .page-id-71 .content a:link, .page-id-71 .content a:active, .page-id-71 .content a:visited, .parent-pageid-71 .content a, .parent-pageid-71 .content a:link, .parent-pageid-71 .content a:active, .parent-pageid-71 .content a:visited  { 
	color: rgb(92,156,132);  /* - turquoise  */
	color: #5c9c84;  /* - turquoise  */
}



/* LIVING WITH HIV */

.page-id-450 h1.entry-title, .parent-pageid-450 h1.entry-title {
	color:#fff !important;
	background: rgb(27,72,21);  /* - pine */
	background: #1b4815;  /* - pine */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform:uppercase;
}

.page-id-450 h1.entry-title a, .parent-pageid-450 h1.entry-title a {
	text-decoration:none;
}
	
.page-id-450 .content h1, .parent-pageid-450 .content h1, .page-id-450 .content h2, .parent-pageid-450 .content h2, .page-id-450 .content h3, .parent-pageid-450 .content h3, .page-id-450 .content h4, .parent-pageid-450 .content h4, .page-id-450 .content h5, .parent-pageid-450 .content h5, .page-id-450 .content a, .page-id-450 .content a:link, .page-id-450 .content a:active, .page-id-450 .content a:visited, .parent-pageid-450 .content a, .parent-pageid-450 .content a:link, .parent-pageid-450 .content a:active, .parent-pageid-450 .content a:visited   { 
	color: rgb(27,72,21);  /* - pine */
	color: #1b4815;  /* - pine */
}


/* CONNECT */

.category-3 h1.entry-title, .parent-pageid-30 h1.entry-title {
	color:#fff !important;
	background-color: rgb(63,103,32);  /* - leaf */
	background-color: #3f6720;  /* - leaf */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

.category-3 h1.entry-title a, .parent-pageid-30 h1.entry-title a {
	text-decoration:none;
}
	
.category-3 .content h1, .parent-pageid-30 .content h1, .category-3 .content h2, .parent-pageid-30 .content h2, .category-3 .content h3, .parent-pageid-30 .content h3, .category-3 .content h4, .parent-pageid-30 .content h4, .category-3 .content h5, .parent-pageid-30 .content h5, .category-3 .content a, .category-3 .content a:link, .category-3 .content a:active, .category-3 .content a:visited, .parent-pageid-30 .content a, .parent-pageid-30 .content a:link, .parent-pageid-30 .content a:active, .parent-pageid-30 .content a:visited   { 
	color: rgb(63,103,32);  /* - leaf */
	color: #3f6720;  /* - leaf */
}



/* NEWS & INFO */

.category-4 h1.entry-title, .category-10 h1.entry-title, .page-id-1231 h1.entry-title, .page-id-3154 h1.entry-title, .page-id-4167 h1.entry-title {
	color:#fff !important;
	background-color: rgb(112,138,36);  /* - grass */
	background-color: #708a24;  /* - grass */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

.category-4 h1.entry-title a, .category-10 h1.entry-title a, .page-id-1231 h1.entry-title a, .page-id-3154 h1.entry-title a, .page-id-4167 h1.entry-title a {
	text-decoration:none;
}
	
.category-4 .content h1, .category-10 .content h1, .page-id-1231 .content h1, .page-id-3154 .content h1, .page-id-4167 h1, .category-4 .content h2, .category-10 .content h2, .page-id-1231 .content h2, .page-id-3154 .content h2, .category-4 .content h3, .category-10 .content h3, .page-id-1231 .content h3, .page-id-3154 .content h3, .category-4 .content h4, .category-10 .content h4, .page-id-1231 .content h4, .page-id-3154 .content h4, .category-4 .content h5, .category-10 .content h5, .page-id-1231 .content h5, .category-4 .content a, .category-10 .content a, .category-4 .content a:link, .category-10 .content a:link, .category-4 .content a:active, .category-10 .content a:active, .category-4 .content a:visited, .category-10 .content a:visited, .page-id-1231 .content a, .page-id-1231 .content a:link, .page-id-1231 .content a:active, .page-id-1231 .content a:visited, .page-id-3154 .content a, .page-id-3154 .content a:link, .page-id-3154 .content a:active, .page-id-3154 .content a:visited   { 
	color: rgb(112,138,36);  /* - grass */
	color: #708a24;  /* - grass */
}



/* HEALTH PROFESSIONALS  */

.page-id-467 h1.entry-title, .parent-pageid-467 h1.entry-title {
	color:#fff !important;
	background-color: #555555; /* - asphalt */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

.page-id-467 h1.entry-title a, .parent-pageid-467 h1.entry-title a {
	text-decoration:none;
}
	
.page-id-467 .content h1, .parent-pageid-467 .content h1, .page-id-467 .content h2, .parent-pageid-467 .content h2, .page-id-467 .content h3, .parent-pageid-467 .content h3, .page-id-467 .content h4, .parent-pageid-467 .content h4, .page-id-467 .content h5, .page-id-467 .content a, .page-id-467 .content a:link, .page-id-467 .content a:active, .page-id-467 .content a:visited, .parent-pageid-467 .content a, .parent-pageid-467 .content a:link, .parent-pageid-467 .content a:active, .parent-pageid-467 .content a:visited   { 
	color: #555555; /* - asphalt */
}



/* ABOUT US */

.page-id-120 h1.entry-title, .parent-pageid-120 h1.entry-title {
	color:#fff !important;
	background-color: #46647E; /* - blue */
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

.page-id-120 h1.entry-title a, .parent-pageid-120 h1.entry-title a {
	text-decoration:none;
}
	
.page-id-120 .content h1, .parent-pageid-120 .content h1, .page-id-120 .content h2, .parent-pageid-120 .content h2, .page-id-120 .content h3, .parent-pageid-120 .content h3, .page-id-120 .content h4, .parent-pageid-120 .content h4, .page-id-120 .content h5, .page-id-120 .content a, .page-id-120 .content a:link, .page-id-120 .content a:active, .page-id-120 .content a:visited, .parent-pageid-120 .content a, .parent-pageid-120 .content a:link, .parent-pageid-120 .content a:active, .parent-pageid-120 .content a:visited   { 
	color: #46647E; /* - blue */
}


/*
    Connect-Events Template - for Events Calendar Pro
*/

.tribe-events-calendar thead th {
    background-color: #46647E; /* - blue */
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background: #f8f8f8;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth {
    background: #fff;
}

.tribe-events-list-separator-month span {
    background-color: #46647E !important; /* - blue */
}



/* Events Calendar Customisation */

#tribe-events-content h2.tribe-events-page-title {
	background-color: none; 
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 2.5em 0 1.5em 0;
    padding: 0;
}

.tribe-bar-is-disabled .tribe-events-page-title {
    line-height: 15px;
	margin-left: -10px;
}

.events-gridview #tribe-events-bar #tribe-bar-views {
	margin-top: 30px;
	margin-bottom: 0;
}

.events-gridview #tribe-events-bar .tribe-bar-date-filter {
	margin-top: 30px;
	margin-bottom: 0;
}

.tribe-events-list ul.tribe-events-sub-nav {
	display: none;
}

.tribe-events-list-separator-month {
    background-color: rgb(63,103,32);  /* - leaf */
	background-color: #3f6720;  /* - leaf */
	color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 2.5em -5px 1.5em -10px;
    padding: 6px 10px;
    text-transform: uppercase;
	letter-spacing: 1px;
}

#container.connect-event .summary {
    padding: 0;
}

.tribe-events-read-more {
    margin-top: 1em;
}

.tribe-events-list .vevent.hentry {
    border-bottom: 1px solid #777;
    margin: 0 0 1.5em 0;
    padding: 2.25em 0;
}

a.tribe-events-ical, a.tribe-events-gcal {
    color: #FFFFFF !important;
}


/* Calendar view */

.connect-event h1.entry-title {
	display: none;
}

.events-gridview #tribe-events-bar #tribe-bar-views {
	margin-top: 0;
	margin-bottom: 30px;
}

.events-gridview #tribe-events-bar .tribe-bar-date-filter {
	margin-top: 0;
	margin-bottom: 30px;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #666666;
    color: #FFFFFF !important;
}


 

/* ## Entries
--------------------------------------------- */

article.page .entry-header {
    position: relative;
    margin: -20px -30px 20px -30px;
}

h2.entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 12px 0;
}

.entry-title a {
	text-decoration:underline;
}

.entry {
	margin-bottom: 25px;
	padding: 20px 30px 10px 30px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 18px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


/** Pages **/

/* Relationsips & Sex Page */

article.post-238 #polls-3.wp-polls {
	margin: 20px 0;
	border: solid #ccc 1px;
	padding: 20px;
}





/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid rgba(0,0,0,0.3);
	padding-top: 8px;
    margin-top:5px;
}

.entry-categories,
.entry-tags {
	display: block;
    margin-left: 24px;
    margin-left: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}



/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
    margin: 0;
    padding: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
    background-color:#fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color:rgb(70,100,126); /* - blue */
	background-color:#46647e; /* - blue */
    color:#fff;
	text-decoration: none;
}



/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}



/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar ul {
  padding-bottom: 20px;
  }

.sidebar li {
	margin-bottom: 5px;
	padding-bottom: 5px;
  	border-bottom: 1px solid #ccc;
  	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 25px;
}

.sidebar .widgettitle {
    background: #46647E none repeat scroll 0% 0%;
    color: #FFF;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 15px;
    letter-spacing: 1.5px;
    width: 106%;
    margin: -10px 0px 10px -10px;
    padding: 8px 10px 5px 10px;
}

.sidebar-primary .widgettitle {
    width: 108.5%;
}

.sidebar-secondary .widgettitle {
    width: 108.5%;
}


/* CUSTOM MENUS */

.sidebar .widget-wrap ul.menu { /* ALL SUBS */
    border: none;
    margin: 80px 0 0 0;
    padding: 0;
}

.sidebar .widget-wrap ul.menu {  /* ALL SUBS */
    list-style: none;
    text-transform: uppercase !important;
    font-weight: normal;
    letter-spacing: 1px !important;
}

.sidebar .widget_nav_menu {  /* ALL SUBS */
    background: none !important; 
    padding: 0;
}

.sidebar .widget_nav_menu .widgettitle {  /* ALL SUBS */
		display: none;
        visibility: hidden;
}

.sidebar .widget_nav_menu ul li {  /* ALL SUBS */
        margin-bottom: 5px;
        padding-bottom: 0;
}

.sidebar .widget_nav_menu ul li a {  /* ALL SUBS */
        padding: 5px 10px;
}

.sidebar .widget_nav_menu li.current_page_item a {
	background-color: #0960a7 !important;
}

ul#menu-just-diagnosed-menu li a {  /* JUST DIAGNOSED */
		background: #5C9C84; /* - turquoise */
		color: #fff;
		display: block;
}

ul#menu-living-with-hiv-menu li a {  /* LIVING WITH HIV */
		background: #1B4815; /* - dark green */
		color: #fff;
		display: block;
}

ul#menu-connect-menu li a {  /* CONNECT */
		background: #3F6720; /* - leaf */
		color: #fff !important;
		display: block;
}

ul#menu-news-info-menu li a {  /* NEWS */
		background: #708A24; /* -grass */
		color: #fff;
		display: block;
}

ul#menu-about-us-menu li a {  /* ABOUT US */
		background:	rgb(70,100,126); /* - blue */
		background: #46647e; /* - blue */
		color: #fff;
		display: block;
}

ul#menu-health-professionals-menu li a {  /* FOR HEALTH PROFESSIONALS */
		background: #555555; /* - asphalt */
		color: #fff;
		display: block;
}

.sidebar .widget-wrap ul.menu li a:active, .sidebar .widget-wrap ul.menu li a:hover { 
        background:rgb(9,96,167) !important; /* - intense blue for hover links */
        background:#0960a7 !important; /* - intense blue for hover links */
        color: #fff !important;
        text-decoration: none;
}


/* ABOUT POZHET TEXT WIDGET */

.sidebar #text-17.widget {
    	background: #46647e; /* - blue */
  		padding: 24px;
  }

#text-17.widget_text {
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
}

#text-17.widget_text ul {
	margin-left: 12px;
  	padding-bottom: 0;
}

#text-17.widget_text ul li {
	list-style: disc;
  	border-bottom: 0px !important;
}


/* IMAGE WIGET */

.sidebar .widget.widget_hwim {
	background: none;
	padding: 0;
}

.sidebar .widget.widget_hwim img {
	width: 100%;
}

.sidebar .widget.widget_hwim .widgettitle {
    width: 100%;
    margin: 0;
}



/* ULTIMATE SOCIAL MEDIA WIDGET */

.sidebar .widget.sfsi {
  background: none !important;
}
	  
.sfsi_widget {
	margin: 0;
  padding-right: 14px;
  	width: 280px;
	height: 36px;
}

/* Polls / Quizzes widgets */

.wp-polls .Buttons {
    background-color: #333 !important;
}

/* EVENTS LIST WIDGET */

.tribe-events-adv-list-widget ol li {
    margin-bottom: 18px;
}


.tribe-events-adv-list-widget h4.entry-title {
	color: rgb(63,103,32) !important;  /* - leaf */
	color: #3f6720 !important;  /* - leaf */
	font-size: 1em;
	line-height: 15px;
}

ol.vcalendar {
	list-style:none;
	margin: 0;
	padding: 0;
}

p.tribe-events-widget-link a:before {
	content: "« ";
}



/* EVENTS CALENDAR WIDGET */

.tribe-mini-calendar thead {
    background: #46647E !important;  /* - blue */
}
.tribe-mini-calendar-nav {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #46647E !important;   /* - blue */
    background: #46647E !important;  /* - blue */
    color: #fff;
}

.tribe-mini-calendar-nav td, .tribe-mini-calendar th {
    background: #46647E !important;   /* - blue */
    border-color: #46647E !important;   /* - blue */
}

.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #46647E !important;   /* - blue */
}


.tribe-mini-calendar-event {
    border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}




/* RECENT COMMENTS WIDGET 

.sidebar .widget ul#recentcomments li {
    border-bottom: 1px solid #999;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

/* https://sridharkatakam.com/css-multi-column-footer-widgets-genesis/ */

#genesis-footer-widgets {
    background-color:#f2f2f2;
    background-color:rgba(255,255,255,0.6);
	margin: 0 auto;
	padding: 0;
	border-top: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}

/*    Footer Asides
*/
#genesis-footer-widgets {
    padding:60px 0;    
}

#genesis-footer-widgets .widgetcontainer {
	background: none !important;
}

#genesis-footer-widgets .widgettitle {
	background: none !important;
	color:	rgb(70,100,126); /* - blue */
	color: #46647e; /* - blue */
	text-transform:uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    font-size: 1.4rem;
	letter-spacing: 1px;
}
	

#genesis-footer-widgets ul {
    font-size: 14px;
    font-size: 1.4rem;
	list-style: none;
	margin-left: 0;
	padding:8px 0 8px 0;
    text-transform: capitalize;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color:#f2f2f2;
    background-color:rgba(255,255,255,0.6);
	border-top: 1px solid rgba(0,0,0,0.2);
    padding: 20px;
}

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
    text-align: center;
}

.site-footer p {
    color:rgb(70,100,126); /* - blue */
	color:#46647e; /* - blue */
	margin-bottom: 0;
}

.site-footer a {
    color:rgb(70,100,126); /* - blue */
	color:#46647e; /* - blue */
	text-decoration:underline;
}

.site-footer img {
    position: relative;
    top: 5px;
}

.site-footer a:active,
.site-footer a:hover {
    color:rgb(9,96,167); /* - intense blue for hover links */
    color:#0960a7; /* - intense blue for hover links */
}



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 16px 7px 16px 16px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

.menu-text {
	color: #fff;
	line-height: 1;
	vertical-align: top;
	margin-top: 16px;
	display: inline-block;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) and bxSlider's left and right arrows */

.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */

.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    
    .genesis-nav-menu a {
    padding: 16px 10px;
}

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 680px;
	}

    .content {
        width: 620px;
    }
    
	.site-header .widget-area {
		width: 400px;
        padding-top: 35px;
        padding-right: 40px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px 28px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
    
    .site-inner {
        padding-top: 30px;
    }

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}

@media only screen and (max-width: 768px) {
    
    .site-header .title-area {
        width: 100%;
        float: none;
    }
    
    .site-header .widget-area {
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
        text-align: center;
}

	.genesis-nav-menu {
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* ## peters edits ------------------------ */
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
/* ## remove filed under and tagged ------------------------ */
.entry-categories,
.entry-tags {
	display: none;
	}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
h6 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
img.alignleft {
  margin: 8px 16px 0px 0;
	}


p.inter {
	font-style:italic;
	line-height: 1.0;
	font-size: 1.1em;
	color:#000000;
	}

p.client {
	font-size:1.1em;
	font-style:normal;
	padding: 0.25em 2em;
	margin: 0.25em 0.1em;
	line-height: 1.45em;
	color:#46647e;
	border-left:5px solid #ff7f00;
	}