/*
	Theme Name: American Principles Project
	Theme URI: http://americanprinciplesproject.org/
	Description: Custom child theme created for the Genesis Framework.
	Author: AMTG Solutions
	Author URI: http://amtgs.com/

	Version: 1.0.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Featured
* Home Middle
* Home Bottom
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Associate Gray
* Associate Green
* Associate Red

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);



/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #1e1e1e;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: none;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong, b {
  font-weight: 700;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg-top.png) top repeat-x;
	min-width: 1140px;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: url(images/bg-bottom.png) bottom repeat-x;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	min-height: 145px;
	margin-bottom: 7px !important;
}

#header .wrap {
	margin: 0 auto;
	width: 1060px;
	padding: 0 35px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0;
	width: 300px;
}

#title {
	background: url(images/logo.png) left center no-repeat;
	font-family: 'Noto Sans', sans-serif;
	font-size: 42px;
	height: 85px;
	line-height: 42px;
	margin: 0;
	text-shadow: #000 1px 1px;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	color: #ddd;
	font-size: 14px;
	font-style: italic;
	text-shadow: #000 1px 1px;
}

#header .widget-area {
	float: right;
	padding: 32px 0 0;
	width: 700px;
}

.social-header {
    margin-right: 195px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding-top: 11px;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
	margin-top: 30px;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.menu li a {
    background: #97d3ea;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:0.05em;
	padding: 8px 25px 8px 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
    background: #97d3ea;
}

#header ul.menu li.donate a {
    background: #89c4db;
    box-shadow: 0px 0px 0px 3px #78b1c7 inset;
    color: #fff;
}

#header ul.menu li.donate a:hover {
    background: #a2d9ef;
    box-shadow: 0px 0px 0px 2px #78b1c7 inset;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background: #a2d9ef;
	color: #fff;
	font-size: 14px;
	letter-spacing:0.05em;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: #97d3ea;
	color: #fff;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 181px;
}

#header ul.menu li ul ul {
	margin: -44px 0 0 165px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: -moz-linear-gradient(top, #203567, #132651);
	background: -ms-linear-gradient(top, #203567, #132651);
	background: -webkit-linear-gradient(top, #203567, #132651);
	clear: both;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	overflow: hidden;
}

#nav .wrap {
	margin: 0 auto;
	padding: 0 35px;
	width: 1060px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #ccc;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 17px;
	letter-spacing:0.05em;
	padding: 11px 22px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li.noline a,
#nav li.noline a {
	background: none;
}

#nav li a:hover,
#nav li a:active {
	background: #081a45;
}

#nav .donate {
    float: right;
}

#nav ul.menu li.donate a {
	background: -moz-linear-gradient(top, #a51c20, #731417);
	background: -ms-linear-gradient(top, #a51c20, #731417);
	background: -webkit-linear-gradient(top, #a51c20, #731417);
    color: #ccc;
    padding: 11px 25px;
}

#nav ul.menu li.donate a:hover {
	background: -moz-linear-gradient(top, #8f181c, #731417);
	background: -ms-linear-gradient(top, #8f181c, #731417);
	background: -webkit-linear-gradient(top, #8f181c, #731417);
	color: #ccc;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #122042;
	color: #ccc;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing:0.05em;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

#nav li li a:hover,
#nav li li a:active {
	background: #0f1c3a;
	color: #ccc;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 181px;
}

#nav li ul ul {
	margin: -31px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 13px 20px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #363e4c;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #424c5d;
	clear: both;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #2b3545;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #2b3545;
	border: 1px solid #424c5d;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #424c5d;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -31px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Genesis Slider
------------------------------------------------------------ */

#genesis-responsive-slider {
	background-color: #fff;
	border: 0 !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}


/* Featured
------------------------------------------------------------ */

.featured {
	margin-bottom: 20px;
	margin-right: 45px;
	float: left;
	width: 555px;
}

.featured h4 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.featured p {
    margin-bottom: 15px;
}

.featured-2 {
    float: left;
	margin-top: -5px;
	padding: 0;
	width: 460px;
}

.featured-2 h4 {
    border-bottom: 1px solid #333;
    color: #000;
    font-size: 20px !important;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.featured-2 h2 a {
    font-size: 18px !important;
    font-variant: normal !important;
	font-variant: small-caps !important;
    line-height: 24px !important;
    font-weight: normal;
    text-transform: none !important;
}

.featured-2 h2 {
    border-bottom: 1px dotted #ddd !important;
    padding-bottom: 8px;
}

.featured-2 .more-from-category {
    margin-top: 3px !important;
}

.featured-3 {
	background: #f8f8f8;
	float: right;
	margin: 15px 0 20px 0;
	padding: 20px;
	width: 525px;
}

.featured-3 h4 {
    font-size: 22px !important;
    text-transform: uppercase;
}

.featured-3 p {
    color: #333 !important;
    font-size: 15px;
    line-height: 24px;
}

.featured-3 li {
	list-style-type: none;
}

.home-form {
    background: #f8f8f8;
    border: 1px solid #ddd;
    box-shadow: 0 0px 3px #eee;
    padding: 20px;
    padding-top: 5px;
}


/* Home Middle
------------------------------------------------------------ */

.home-middle {
	margin-bottom: 35px;
	float: left;
	width: 1060px;
}

.home-middle-1 {
    float: left;
	margin: 15px 15px 0 0;
	padding: 0;
	width: 465px;
}

.home-middle-1 h4 {
    border-bottom: 1px solid #333;
    color: #000;
    font-size: 20px !important;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.home-middle-1 h2 a {
    font-size: 18px !important;
    font-variant: normal !important;
    line-height: 24px !important;
    text-transform: none !important;
}

.home-middle-2 {
    float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 240px;
}

.home-middle-2 h4 {
    color: #ccc;
    font-size: 20px !important;
    text-transform: uppercase;
}

.home-middle-2 h2 a {
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: bold !important;
    text-transform: none !important;
}

.home-middle-3 {
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0px 0px 4px #dfe4e7;
    -moz-box-shadow: 0px 0px 4px #dfe4e7;
    box-shadow: 0px 0px 4px #dfe4e7;
    background-color: #f5f5f5;
	float: right;
	margin: 15px 0 0 0;
	padding: 20px;
	width: 500px;
}

.home-middle-3 h4 {
    color: #333;
    font-size: 22px !important;
    text-transform: uppercase;
}

.home-middle-3 p {
    color: #333 !important;
    font-size: 15px;
    line-height: 24px;
}

.home-middle-3 li {
	list-style-type: none !important;
	margin-left: -20px;
}

.home-middle-4 {
	float: left;
 	margin: 0;
	width: 485px;
}

.home-middle-4 h4 {
    border-bottom: 3px solid #f8f8f8;
    color: #ccc;
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.home-middle-4 h2 a {
    font-size: 26px !important;
    line-height: 29px !important;
}

.home-middle-5 {
	float: right;
	margin: 0;
	width: 485px;
}

.home-middle-5 h4 {
    border-bottom: 3px solid #f8f8f8;
    color: #ccc;
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.home-middle-5 h2 a {
    font-size: 26px !important;
    line-height: 29px !important;
}

.home-middle .post-info {
    color: #ccc;
    margin: 6px 0;
    font-weight: bold;
}

.home-middle .more-from-category {
	margin-top: 5px !important;
}

.home-middle .more-from-category a {
	color: #069 !important;
	font-size: 13px !important;
	padding: 0 !important;
}

.home-middle .more-from-category a:hover {
    background: none !important;
    box-shadow: none !important;
	text-decoration: underline;
}


/* Home Bottom
------------------------------------------------------------ */

.home-bottom {
	margin: 20px auto;
	padding-top: 50px;
	width: 1060px;
}

.home-bottom-1 {
	float: left;
	width: 680px;
	margin-bottom: 20px;
}

.home-bottom-1 h4 {
    border-bottom: 1px solid #333;
    color: #1e1e1e;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.home-bottom-1 p {
    font-size: 16px !important;
    line-height: 24px;
    margin-top: 8px;
}

.home-bottom-1 .widget {
    margin-bottom: 35px;
}

.home-bottom-2 {
	display: inline;
	float: right;
}

.home-bottom-2 .widget {
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0px 0px 4px #dfe4e7;
    -moz-box-shadow: 0px 0px 4px #dfe4e7;
    box-shadow: 0px 0px 4px #dfe4e7;
    background-color: #f5f5f5;
	margin-bottom: 35px;
	padding: 20px;
	width: 275px;
}

.home-bottom-2 h4 {
    background: #122042;
    border: 1px solid #ccc;
    color: #fff;
    padding: 15px;
    margin: -22px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}

.home-bottom .post-info {
    color: #000;
    margin: 6px 0;
    font-weight: bold;
}

.home-bottom-last {
    border-bottom: none !important;
}

.button-facebook {
    background: #f8f8f8;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 46px;
    margin-right: 8px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.button-facebook:hover {
    background: #fff;
    text-decoration: none;
}

.button-twitter {
    background: #f8f8f8;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 46px;
    margin-right: 8px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.button-twitter:hover {
    background: #fff;
    text-decoration: none;
}

.button-youtube {
    background: #f8f8f8;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 46px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.button-youtube:hover {
    background: #fff;
    text-decoration: none;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/bg.jpg);
}

#inner .wrap {
	background: url(images/divider-header.png) center top no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 35px 35px 35px;
	width: 1060px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background: url(images/divider-660.png) bottom no-repeat;
	border: none;
	margin: 0 0 30px;
	padding-bottom: 20px;
}

.taxonomy-description h1 {
	color: #1e1e1e;
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.taxonomy-description p {
    margin: 0 0 15px;
}

.taxonomy-description ul li {
    margin-left: 45px;
    margin-bottom: 5px;
}

.taxonomy-description ul {
    margin-bottom: 15px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 1060px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 5px;
	width: 670px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	padding: 0;
	width: 1060px;
}

blockquote {
	border: none;
	margin: 0px 25px 0px;
}

.post {
	margin: 0 0 25px;
}

.single .post {
	background: url(images/divider-660.png) center bottom no-repeat;
	padding-bottom: 30px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.page .entry-title {
	text-transform: uppercase;
	margin-bottom: 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

#content .post-4739 {
	margin-left: auto;
	margin-right: auto;
	width: 700px !important;
}

.post-4739 #input_4_1_3 {
	width: 90% !important;
}

.post-4739 #input_4_1_6 {
	width: 90% !important;
}

.post-4739 #input_4_3_1 {
	width: 95% !important;
}

.post-4739 #input_4_3_2 {
	width: 95% !important;
}

.post-4739 #input_4_3_3 {
	width: 90% !important;
}

.post-4739 #input_4_3_4 {
	width: 90% !important;
}

.post-4739 #input_4_3_5 {
	width: 90% !important;
}

.post-4739 #input_4_5_1 {
	width: 95% !important;
}

.post-4739 #input_4_5_5 {
	width: 95% !important;
}

.post-4739 #gform_submit_button_4 {
	width: 150px !important;
	margin-bottom: 10px !important;
}

.post-4739 #input_4_3_6 {
	padding: 7px !important;
	border: 3px solid #ddd;
	box-shadow: none;
	height: 40px;
	width: 97% !important;
}

.post-4739 #input_4_5_2_month {
	padding: 7px !important;
	border: 3px solid #ddd;
	box-shadow: none;
	height: 40px;
}

.post-4739 #input_4_5_2_year {
	padding: 7px !important;
	border: 3px solid #ddd;
	box-shadow: none;
	height: 40px;
}

div.gform_wrapper .gfield_radio input {
	box-shadow: none !important;
}

.post-4739 .gform_wrapper ul.gfield_radio li input+input {
	box-shadow: 0px 0px 0 3px #ddd inset !important;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-variant:small-caps;
	font-weight: normal;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-variant:small-caps;
	font-size: 31px;
	font-weight: normal;
	line-height: 36px;
}

.featured h2 a,
.featured h2 a:visited {
	color: #232832;
}

.home h2 {
	margin: 0 0 5px;
}

.home h2 a {
	font-size: 28px;
	line-height: 35px;
	margin: 0;
	text-transform: normal;
}

h2 a:hover,
.featured h2 a:hover {
	color: #069;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

.page h4 {
	border-bottom: 3px solid #eee;
	font-size: 25px;
	font-family: 'Helvetica Neue', sans-serif;
	font-variant:small-caps;
	line-height: 31px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 5px 45px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}

.post-4599 .entry-content ul li {
	margin: 0 0 0 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #888;
	font-size: 14px;
	margin: 10px 0 10px;
}

.post-info a {
    color: #888;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	padding: 5px 0 0 0;
}

.post-meta a {
    color: #999;
}

.post-meta a:hover {
    color: #666;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 5px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

.category .post-meta {
    display: none !important;
}

.category .post {
	margin: 0 0 20px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.home-middle .featuredpage img,
.home-middle .featuredpost img {
	margin: 0 0 10px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 70px;
	margin: 0 10px 0 0;
	width: 70px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 33px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 33px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 5px auto 5px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 10px 20px 10px 0;
}

img.alignright {
	display: inline;
	margin: 10px 0 20px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    background: #c91218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px 10px 15px !important;
	margin-right: 5px
}

.navigation li a:hover,
.navigation li.active a {
    background: #e11218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	margin: 3px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0px 0px 4px #dfe4e7;
    -moz-box-shadow: 0px 0px 4px #dfe4e7;
    box-shadow: 0px 0px 4px #dfe4e7;
    background-color: #f5f5f5;
	margin-bottom: 35px;
	padding: 20px;
	width: 275px;
}

.sidebar p {
    color: #333;
}

.sidebar .widgettitle {
    background: #132651;
    border: 1px solid #ccc;
    color: #fff;
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    margin: -22px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase
}

.home .widgettitle {
	font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.widgettitle {
    font-weight: bold;
}

.home-bottom ul,
.home-middle ul,
.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.home-bottom ul li,
.home-middle ul li,
.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}



/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
    background: #c91218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px !important;
	font-weight: bold;
	letter-spacing:0.05em;
	padding: 8px 5px !important;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
    background: #e11218;
    box-shadow: 0px 0px 0px 3px #a40308 inset !important;
	text-decoration: none;
}

.more-from-category {
	margin-top: 12px !important;
}

.more-from-category a {
    background: none;
    box-shadow: none;
	color: #069;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	text-transform: normal;
}

.more-from-category a:hover {
    background: none;
    box-shadow: none;
	text-decoration: underline;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	margin-top: 1px;
	margin-right: 0px;
}

#nav .searchform {
	float: right;
	padding: 8px 0 0;
}

.searchsubmit {
    display: none;
}

.s {
	-moz-box-sizing: border-box;
	background: #f8f8f8 url(images/search.png) center left no-repeat;
	box-sizing: border-box;
	border: 2px solid #b7b7b7;
	color: #adacac;
	font-size: 13px;
	margin: -1px 0 0 0;
	padding: 7px 10px 7.5px 35px;
	text-transform: normal;
	width: 185px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 180px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* APIA Buttons
------------------------------------------------------------ */

a.button-app {
	background: #f8f8f8;
    border-radius: 3px;
    color: #203567;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing:0.03em;
    margin-left: 0px;
    margin-top: 8px;
    padding: 3px 15px;
    float: right;
}

a.button-app:hover {
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
}

a.button-report {
    background: #c91218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing:0.03em;
    margin: 7px 0 15px 0;
    padding: 3px 15px;
    text-align: center;
}

a.button-report:hover {
    background: #e11218;
    box-shadow: 0px 0px 0px 3px #a40308 inset !important;
    text-decoration: none;
}


/* Testimonials Sidebar
------------------------------------------------------------ */

.testimonial_rotator_widget blockquote {
    background: none !important;
    padding: 0 !important;
}


/* Contact form
------------------------------------------------------------ */

.wpcf7-form{
    background: none;
    width : 92.6%;
    height: none;
    overflow: visible;
    margin: 0;
}

.wpcf7-form h2{
    font-size : 20px;
    text-align: center;
}

.wpcf7-form input, .wpcf7-form textarea {
    background: #fff;
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    line-height: 16px;
    font-size: 13px;
    width: 102%;
    float: none;
    margin: 0px;
    box-shadow: 0 0px 3px #ccc inset;
}

.wpcf7-form p{
    font-size : 14px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 0 0 20px;
    color: #333;
}

.buttons_form {
	-khtml-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
    background: -moz-linear-gradient(top, #b1987c, #91775a) !important;
    background: -ms-linear-gradient(top, #b1987c, #91775a) !important;
    background: -webkit-linear-gradient(top, #b1987c, #91775a) !important;
    border: 1px solid #91775a !important;
	border-radius: 3px;
	box-shadow: none !important;
    cursor: pointer;
    color: #fff;
	font-family: 'Bitter', serif;
	font-size: 15px !important;
    padding: 0px;
    margin-bottom: -10px !important;
    width: 100px !important;
}

.buttons_form:hover {
    color: #fff;
    background: -moz-linear-gradient(top, #b7a591, #95826c) !important;
    background: -ms-linear-gradient(top, #c19b71, #91775a) !important;
    background: -webkit-linear-gradient(top, #c19b71, #91775a) !important;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
    background: #122042 !important;
	clear: both;
	padding-top: 25px;
}

#footer-widgets .wrap {
	color: #ccc;
	font-size: 13px;
	overflow: hidden;
	padding-bottom: 25px;
	margin: auto;
	width: 1060px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #333;
	padding: 0;
}

#footer-widgets a {
    color: #3d5c99;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

#footer-widgets a:hover {
    color: #ccc;
    text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets h4 {
    border-bottom: 1px solid #999;
    color: #ccc;
    font-variant: normal !important;
    font-size: 16px;
    margin-bottom: 6px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.footer-widgets-1 {
	float: left;
	margin-right: 53px;
	width: 225px;
}

.footer-widgets-2 {
	float: left;
	margin-right: 53px;
	width: 225px;
}

.footer-widgets-3 {
	float: left;
	width: 225px;
}

.footer-widgets-4 {
	float: right;
	width: 225px;
}

.footer-facebook a {
	margin: 0 !important;
	padding: 0 0 0 28px !important;
	font-weight: bold;
	background: url(images/facebook.png) no-repeat left center;
	float: left !important;
}

.footer-twitter a {
	margin: 0 !important;
	padding: 0 0 0 28px !important;
	font-weight: bold;
	background: url(images/twitter.png) no-repeat left center;
	float: left !important;
}

.footer-youtube a {
	margin: 0 !important;
	padding: 0 0 0 28px !important;
	font-weight: bold;
	background: url(images/youtube.png) no-repeat left center;
	float: left !important;
}

.footer-gplus a {
	margin: 0 !important;
	padding: 0 0 0 28px !important;
	font-weight: bold;
	background: url(images/gplus.png) no-repeat left center;
	float: left !important;
}


/* Footer
------------------------------------------------------------ */

#footer {
    background: #122042 !important;
	clear: both;
	padding-top: 1px;
	margin-top: 0;
	padding-top: 23px;
	padding-bottom: 12px;
}

#footer .wrap {
	border-top: 0px solid #c61a1a;
	color: #333;
	font-size: 13px;
	overflow: hidden;
	margin: auto;
	padding: 0 35px;
	width: 1060px;
}

#footer p {
	color: #ccc;
	font-size: 13px;
	line-height:15px;
	margin: 0 auto;
}

#footer a,
#footer a:visited {
	color: #f8f8f8;
}

#footer .gototop {
	float: left;
	width: 600px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 425px;
}

#footer .creds a {
    color: #2a3d6d !important;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 20px;
}

#author,
#comment,
#email,
#url {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Droid Serif', arial, serif;
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 14px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f5f5f5;
	border-radius: 5px;
}


/* MailChimp Naked Form
------------------------------------------------------------ */

div.mc-field-group label {
    color: #999 !important;
    font-size: 12px ;
    font-weight: normal !important;
    line-height: 22px !important;
    text-transform: uppercase;
}

#mc_embed_signup .mc-field-group input#mce-FNAME {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    margin-bottom: 5px;
    width: 135px !important;
}

#mc_embed_signup .mc-field-group input#mce-LNAME {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    margin-bottom: 5px;
    width: 135px !important;
}

#mc_embed_signup .mc-field-group .email {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    width: 301px !important;
}

input.button {
	background: #c91218;
	box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing:0.05em;
	margin-top: -21px;
	padding: 6px 15px !important;
	text-transform: uppercase;
}

input.button:hover {
    background: #e11218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	text-decoration: none;
}


/* MailChimp Naked Form Sidebar
------------------------------------------------------------ */

.sidebar div.mc-field-group label {
    color: #999 !important;
    font-size: 12px ;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
}

.sidebar #mc_embed_signup .mc-field-group input#mce-FNAME {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    margin-bottom: 5px;
    width: 115px !important;
}

.sidebar #mc_embed_signup .mc-field-group input#mce-LNAME {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    margin-bottom: 5px;
    width: 118px !important;
}

.sidebar #mc_embed_signup .mc-field-group .email {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    width: 258px !important;
}

.sidebar input.button {
    background: #c91218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing:0.05em;
	margin-top: 10px;
	padding: 6px 15px !important;
	text-transform: uppercase;
}

.sidebar input.button:hover {
    background: #e11218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	text-decoration: none;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	background: #fff;
	border: none;
	box-shadow: 0px 0px 0 3px #ddd inset;
	color: #222;
	font-family: 'Helvetica Neue', sans-serif !important;
	font-size: 16px !important;
	padding: 10px 13px !important;
	margin-bottom: 0 !important;
	width: 278px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	box-shadow: none;
	margin-bottom: -3px !important;
	margin-top: 9px;
	padding: 10px 0 !important;
	width: 304px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Gravity Forms Additional CSS
------------------------------------------------------------ */

.gfield_label {
    color: #999 !important;
    margin-top: 0px !important;
    font-size: 14px ;
    line-height: 15px !important;
    text-transform: uppercase;
}

.sidebar div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	width: 250px !important;
}

.sidebar .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer {
	box-shadow: none;
	font-size: 17px !important;
	margin-bottom: -6px !important;
	width: 275px !important;
}

.addthis_floating_style {
    padding: 0;
}

.addthis_floating_style.addthis_counter_style{
	background: none !important;
}

.addthis_floating_style.addthis_counter_style .addthis_counter{
	padding-left:5px;
}


/* Contact Page Form CSS
------------------------------------------------------------ */

.contact-page .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 550px !important;
}

#gform_wrapper_2,
gform_wrapper input,
gform_wrapper select,
gform_wrapper textarea {
    width: 650px !important;
}


body #gform_wrapper_2 .gform_footer input[type=submit] {
width: 200px !important;
margin-bottom: 15px !important;
}


/* Sidebar Form CSS
------------------------------------------------------------ */

.sidebar-form {
    background: #f8f8f8 !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 0px 3px #eee !important;
}

.sidebar-form li {
	list-style-type: none !important;
	margin-left: -20px;
}


/* Sidebar Form Home CSS
------------------------------------------------------------ */

.sidebar-form-home {
    background: #f8f8f8 !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 0px 3px #eee !important;
}

.sidebar-form-home div.mc-field-group label {
    font-weight: 600 !important;
}

.sidebar-form-home li {
	list-style-type: none !important;
	margin-left: -20px;
}

.sidebar-form-home #mc_embed_signup .mc-field-group input#mce-FNAME {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    margin-bottom: 5px;
    width: 115px !important;
}

.sidebar-form-home #mc_embed_signup .mc-field-group input#mce-LNAME {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    margin-bottom: 5px;
    width: 118px !important;
}

.sidebar-form-home #mc_embed_signup .mc-field-group .email {
    box-shadow: 0px 0px 0 2px #ddd inset;
    padding: 8px 8px;
    width: 258px !important;
}

.sidebar-form-home input.button {
    background: #c91218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing:0.05em;
	margin-top: 10px;
	padding: 6px 15px !important;
	text-transform: uppercase;
}


/* Social Media Buttons After Optin
------------------------------------------------------------ */

.button-facebook-optin {
    background: #5874af;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 15px;
}

.button-facebook-optin:hover {
    opacity: 0.8;
    text-decoration: none;
}

.button-twitter-optin {
    background: #7de0fa;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 15px;
}

.button-twitter-optin:hover {
    opacity: 0.8;
    text-decoration: none;
}

.button-youtube-optin {
    background: #e26165;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 15px;
}

.button-youtube-optin:hover {
    opacity: 0.8;
    text-decoration: none;
}


/* Jetpack Sharing
---------------------------------------------------------------------------------------------------- */

#content div.sharedaddy div.sd-block {
	border: none;
	padding: 0;
}

#content div.sharedaddy .sd-content {
	float: left;
	margin: 10px 0 10px 0;
}

#content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
	margin-right: 0px;
}

#content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 6px 12px;
}

#content a.sd-button > span {
	background-image: none !important;
    background: #c91218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
    border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#content a.sd-button:hover > span {
    background: #e11218;
    box-shadow: 0px 0px 0px 2px #a40308 inset !important;
}

.sd-content .sd-button span.share-count {
	background: none;
	color: #860206 !important;
	font-size: 100% !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
}

.sd-title {
	display: none !important;
}


/* Sidebar Social
------------------------------------------------------------ */

.sidebar-facebook {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
    padding: 5px 0 12px 0;
    text-align: right;
}

.sidebar-facebook p {
    color: #888;
    float: left;
    font-weight: bold;
    margin-top: 1px;
}

.sidebar-facebook p:hover {
    color: #000;
}

.sidebar-twitter {
	margin-bottom: 10px;
    padding: 8px 0;
    text-align: right;
}

.sidebar-twitter p {
    color: #888;
    float: left;
    font-weight: bold;
    margin-top: 1px;
}

.sidebar-twitter p:hover {
    color: #000;
}

.sidebar-youtube {
	border-top: 1px solid #ddd;
	margin-bottom: -3px;
    padding: 20px 0 5px 0;
    text-align: right;
}

.sidebar-youtube p {
    color: #888;
    float: left;
    font-weight: bold;
    margin-top: -1px;
}

.sidebar-youtube p:hover {
    color: #000;
}


/* Sidebar Latest
------------------------------------------------------------ */

.sidebar-latest {
    padding-bottom: 5px !important;
}

.sidebar-latest .post {
    background: none;
}

.sidebar-latest p {
    font-size: 12.5px;
    margin-top: -8px;
}

.sidebar-latest h2 a {
    color: #333;
	font-variant: small-caps;
    font-size: 18px;
    line-height: 23px;
}

.sidebar-latest h2 a:hover {
    text-decoration: underline;
}

.sidebar-latest .post-info {
	border: none;
	color: #888;
	padding: 0;
	line-height: 21px;
}


/* Sidebar Tweets
------------------------------------------------------------ */

.sidebar-tweets {
    padding-bottom: 10px !important;
}

.sidebar-tweets h4 {
    margin-bottom: 5px !important;
}


/* Livefyre
------------------------------------------------------------ */

#comments { overflow: visible !important; }

.fyre .fyre-moderator {
display: none !important;
}

.fyre a {
color: #069 !important;
}

.fyre a:hover {
text-decoration: underline;
}

.fyre .fyre-comment-deleted {
display: none !important;
}

.notitle .entry-title {
    display: none;
}


/* Video Gallery
------------------------------------------------------------ */

div.pp_default .pp_description {
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 16px !important;
    margin: 5px 50px 5px 0px !important;
}


/* Blog Sidebar
------------------------------------------------------------ */

.blog-sidebar {
	padding: 0 !important;
	width: 315px !important;
}