/*
	Theme Name: Edmonton Police Commission
	Theme URI: http://www.somnia.ca
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Somnia.ca
	Author URI: http://www.somnia.ca

	Version: 1.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets: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
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.525;
    background:url('images/satinweave.png') repeat;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0669aa;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #57b6ea;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.circular-image img {
               width: 150px;
               height: 150px;
               -webkit-border-radius: 75px;
               -moz-border-radius: 75px;
               -ms-border-radius: 75px;
               -o-border-radius: 75px;
                border-radius: 75px;
                              }

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 
{
	color: #10112b;
	font-family: 'Open Sans', arial, sans-serif;
 	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 40px;
    font-weight:400;
}

h2 {
	font-size: 28px;
    font-weight:400;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
    font-weight:600;
    color:#c61e48;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	font-family: verdana,Arial,sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #bbb;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #076aab;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans',verdana,Arial,sans-serif;
	font-weight: 300;
	padding: 10px 18px;
	padding: 1.0rem 1.8rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #11122b;
}

.entry-content .button:hover {
	color: #fff;
}

.button,button {
	border-radius: 3px;
	display: inline-block;
}

    .button i, button i
    {
        padding-right:10px;
    }

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;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
    min-height:500px;
}

aside
{
    background-color:#fff;
    border-top:7px solid #0669aa;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 780px;
    background-color:#fff;
    border-top:7px solid #076aab;
    padding:20px;
    margin-bottom:20px;
}

.home .content
{
    background:none;
    border:none;
    padding:0;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}



/* 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    font-size:90%;
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
}

.archive-description {
	margin-bottom: 20px;
	padding: 15px 15px 0px 0px;
}

.author-box {
	margin-bottom: 40px;
	padding: 20px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
}



/* Titles
--------------------------------------------- */

.entry-title {
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    position:relative;
    width:100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0 5px 0;
	padding: 1.0rem 0 0.5rem 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color:#d2934e;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #ddd;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ffffff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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;
	z-index: 99;
    margin-left:20px;
    width:280px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	position: relative;
    width:280px;
    padding:6px 12px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.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;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary .wrap {
    margin-top:-41px;
	position:relative;
	background-color:#10112b;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
    text-transform:uppercase;
    font-size:14px;
}

.nav-primary a:hover
{
    color:#0ebfe9;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #11122b;
    border:none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu /* hide level 3 from dropdown */
{
    display:none;
}



/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    position:fixed;
    z-index:99;
    width:100%;
}

.nav-secondary .wrap 
{
    width:90%;
    max-width:none;
}

.nav-secondary a {
    border:1px solid #fff;
    border-color: rgba(255,255,255,0.5);
    border-radius: 25px;
	color: #fff;
    color:rgba(255,255,255,0.8);
	margin: 20px 0 20px 20px;
	margin: 2rem 0 2rem 2rem;
	padding: 8px 18px;
    font-size:13px;
}

.nav-secondary a:hover, .nav-secondary .current-menu-item > a {
	color: #fff;
    border-color: rgba(255,255,255,0.9);
}


.nav-secondary .search-wrap
{
    padding-left:20px;
}

.nav-secondary .search-wrap i {
    padding-right:5px;
}

.nav-secondary .search-wrap form {
    display:inline-block;
    width:auto;
}

.nav-secondary .search-wrap input {
    width:250px;
    background:transparent;
    border:1px solid transparent;
    padding:5px 10px;
    font-size:12px;
    color:#fff;
    border-radius:25px;
}
.nav-secondary .search-wrap input:focus {
	border:1px solid #eee;
}
.nav-secondary .search-wrap input.submit 
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.nav-secondary .search-wrap ::-moz-placeholder {
	color: #ddd;
	opacity: 1;
}

.nav-secondary .search-wrap ::-webkit-input-placeholder {
	color: #ddd;
}

/* SIDEBAR NAV */

.sidebar .menu-item
{
    display:none;
}

.sidebar .menu-item.current-page-parent, 
.sidebar .menu-item.current-page-parent .menu-item, 
.sidebar .menu .current-menu-item, 
.sidebar .menu .current-menu-item .menu-item,
.sidebar .menu-item.current-page-ancestor
{
    display:block;
    margin:20px;
}

.sidebar .menu .current-page-parent, .sidebar .menu .current-page-ancestor, .sidebar .menu .current-menu-item
{
    font-size:20px;
    background:none;
}

.sidebar .sub-menu
{
    font-size:14px;
    margin:10px 0 0 10px;
}

.sidebar .sub-menu .current-menu-item
{
    font-size:18px;
    font-weight:600;
}



/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f039";
	font-family: 'FontAwesome';
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	 padding-left: 30px;
	 padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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 .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
    margin-bottom:20px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget-wrap {
    padding:20px;
	margin-bottom: 20px;
}

.sidebar .sidebar_featureImg
{
    margin:-7px 0 0 0;
}

/*recent posts in sidebar*/
.rpwe-block ul{
    margin-right:10px;
}

.rpwe-block li{
    font-size:12px;
    margin-bottom:40px;
}

.rpwe-block a{
}

.rpwe-block h3{
    font-size: 15px;
    text-transform: none;
    margin:0;
}

.rpwe-thumb{
    float:right;
    margin:0 0 15px 15px !important;
    width:75px;
    height:75px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
    border-radius: 38px;
}

.rpwe-summary{
}

.rpwe-time{
    color:#bbb;
    font-size:11px;
}

.rpwe-alignleft{
}

.rpwe-alignright{
}

.rpwe-alignnone{
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table;
}

.rpwe-clearfix:after{
clear:both;
}

.rpwe-clearfix{
zoom: 1;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #10112b;
	color: #fff;
	clear: both;
    font-size:14px;
}

.footer-widgets .wrap {
	padding: 30px 0 10px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 32%;
}

.footer-widgets-1 {
	margin-right: 2%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-2
{

}


.footer-widgets-3 {
	float: right;
	text-align:right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets h4
{
    font-size:140%;
    color:#0669aa;
    vertical-align:middle;
}

.footer-widgets h4 a
{
    text-decoration:none;
}

.footer-widgets a {
	color: #fff;
    text-decoration:underline;
}

.footer-widgets a:hover {
	color: #999;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #10112b;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: center;
    color:#babddb;
}

.site-footer a {
	font-weight: 300;
}

.site-footer p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.site-footer i {padding-left:13px;}
.site-footer a {color:#ddd;}
.site-footer a:hover {color:#aaa;}

/* CUSTOM ARCHIVE PAGES*/
.archive_item
{
    margin-bottom:40px;
    clear:both;
}

    .archive_item.citizenaward
    {
        margin-bottom:10px;
    }

.archive_item img
    {
    float:left;
    margin:0 20px 20px 0;
    width:150px;
    height:150px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
    border-radius: 75px;
}

.archive_item .theDate {
    color:#bbb;
    font-size:12px;
}

    .archive_item h4
    {
        margin-bottom:0;
    }


/* MY CUSTOM TAGS
---------------------------------------------------------------------------------------------------- */

.clear
{
    clear:both;
    height:1px;
}

.somnia_featureImg {
	width:100%;
	min-width:900px;
	overflow:hidden;
	float:right;
}

header.site-header 
{
	background:none;
}

header.site-header a
{
   font-weight:normal;
}

.icons-ul li
{
    list-style-type:none !important; /* if using font-awesome lists, this is required to force hide default UL bullets */
}

/* Home boxes */
.hbox
{
    background-color: #fff;
    margin-bottom:20px;
    position:relative;
    border-top:7px solid #076aab;
}

.hbox-in
{
    padding:20px;
}

.hboxC2
{
    background-color:#10112b;
    color:#fff;
    border:none;
}

.hboxC2 h2
{
    color:#fff;
}

.hboxC2 a
{
    color:#fff;
    text-decoration:underline;
}

.hboxC2 a:hover
{
    color:#0ebfe9;
}


.hboxC2 .readmore
{
    text-decoration:none;
}

.hboxC3
{
    border-top:7px solid #c61e48;
}

.hbox-tag
{
    background-color:#d2934e;
    color:#fff;
    position:absolute;
    top:20px;
    right:0px;
    padding:2px 8px;
}

.homeLatestItem {
    clear:both;
    margin:30px 0 0 0;
}

.homeLatestItem .theDate {
    color:#999;
    font-size:80%;
}

.homeLatestItem img {
    float:left;
    margin:0 20px 20px 0;
}

.hbox .readmore {
    float:right;
    margin:10px 0;
}

/* make embed items (youtube, iframes, google maps responsive */
.res-embed {
    position: relative;
    padding: 0;
    padding-bottom: 56.25%; /* 16:9 ratio*/
    height: 0;
    overflow: hidden;
    width:98%;
    margin:20px 0;
}
.res-embed iframe, .res-embed object, .res-embed embed, .res-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* SEARCH RESULTS */

.search .content .searchwrap
{
    text-align:right;
}

.search .content .searchwrap strong
{
    display:inline-block;
    margin:15px 10px 0 0;
    font-size:12px;
    color:#999;
}

.search .content .search-form
{
   width:250px;
   margin-bottom:20px;
   float:right;
}

.search .content h1
{
    font-size:20px;
}

.search .entry
{
    font-size:13px;
    margin:0;
}

.searchwp-highlight
{
    background-color:#0669aa;
    color:#fff;
}

/* Override accordion styles (client asked to remove borders & make headings bold)*/
.omsc-accordion {border-top:none !important;}
.omsc-toggle {border:none !important;}
.omsc-toggle-title {font-weight:700;}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

	.nav-primary .wrap {
		margin-top:0px;
		max-width: 100%;
		padding:20px;
	}
}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3
	{
		text-align:center;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 10px 0;
		padding: 1rem 0;
	}

}

@media only screen and (max-width: 768px) {

	.nav-secondary {
		margin-top: 152px;
		margin-left: 50px;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.genesis-nav-menu a {
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.nav-primary .menu-item
    {
        display:block;
    }

	.nav-primary .menu-item a
    {
        padding:10px 0 0 0;
    }

	.nav-primary ul
    {
        margin-top:10px;
    }

	.nav-primary ul ul
    { /*hide dropnav */
		display:none;
    }

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.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%;
	}

}

@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}

	.nav-secondary .search-wrap {
		display:none;
	}

	.somnia_featureImg {
		margin-right:-20px;
	}
}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}