/*
Theme Name: Dharma Ocean Theme
Description: Theme for Dharma Ocean main website.
Author: Zachary Smith
Template: jumpstart
*/

/**
 * This is a starter child theme for all of you CSS-hackers.
 *
 * This file is a copy of Jump Start's default style.css
 * file that has been edited to give you an overall stretched layout.
 *
 * Because the Theme Blvd framework's core styles are contained
 * in other CSS files prior to style.css, you can safely hack away
 * here to skin your Child theme.
 *
 * @link http://dev.themeblvd.com/tutorial/css-hacking/
 *
 * Note: Because we are copying everything from Jump Start's
 * style.css into this style.css, there is no need to @import
 * Jump Start's style.css as you might do in a classic
 * WordPress Child theme.
 */

/* =Primary Design and Structure
----------------------------------------------- */

body {
	background: #ffffff;
}
#top #branding,
#featured .featured-inner,
#main .main-inner,
#featured_below .featured_below-inner,
#footer_content .footer_content-inner,
#footer_sub_content {
	margin: 0 auto;
	max-width: 980px;
}

/* =Global Elements and Typography
-------------------------------------------------------------- */

html,
body {
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	line-height: 130%;
	margin-bottom: .4em;
}
h1 {
	font-size: 35px; /* Fallback for older browsers */
	font-size: 2.3rem;
}
h2 {
	font-size: 28px; /* Fallback for older browsers */
	font-size: 1.85rem;
}

h3 {
	font-size: 21px; /* Fallback for older browsers */
	font-size: 1.4rem;
	font-weight: 200;
}
h4 {
	font-size: 17px; /* Fallback for older browsers */
	font-size: 1.1rem;
}
h5 {
	font-size: 15px; /* Fallback for older browsers */
	font-size: 1rem;
}
h6 {
	font-size: 13px; /* Fallback for older browsers */
	font-size: .85rem;
	color: #999999;
	text-transform: uppercase;
}
a {
	color: #ed8137;
	text-decoration: none;
}
a:hover,
.tb-text-logo:hover,
.entry-title a:hover,
a:focus,
.tb-text-logo:focus,
.entry-title a:focus {
	color: #1a5a78;
	text-decoration: none;
}
p {
	margin-bottom: 1.38em;
}

/* Buttons */
/* Button as plain link */

.plain-link, .plain-link:hover, .plain-link:focus {
	color: #ed8137;      
    padding: 0px;
    border: none;
    text-align: left;
    background: #ffffff;
	margin-top: 10px;
}

/* Donation button on One-time donation page .../contribute/donate/ */
#post-41 form input{
	color: #666666;      
    padding: 10px;
    border: 1px solid #666666;
    font-size: 21px; /* Fallback for older browsers */
	font-size: 1.4rem;
	font-weight: 200;
    text-transform: uppercase;
}

/* Login and account management link in upper right corner */
#logged-in {
	float: right;
	font-size: 13px; /* Fallback for older browsers */
	font-size: .85rem;
}

#logged-in a {
	color: #666666; /* Color of login links is same as non-link text. */
}


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

article {
	margin-bottom: 40px;
}

/* Titles */
.entry-title {
	margin: 0 0 10px 0;
}
.entry-title-with-meta {
	margin: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* Meta */
.entry-meta {
	color: #999999;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	font-weight: bold;
	margin: 5px 2px 15px 2px;
}
.entry-meta .fa {
	padding-right: 5px;
}
.entry-meta .sep {
	color: #cccccc;
	font-weight: normal;
	padding: 0 7px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}
img[class*="wp-image-"] {
	/* Style all inserted wp images. */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Top
-------------------------------------------------------------- */

#top {
	background: #ffffff;
	border-bottom: 0px solid #dddddd;
	position: relative;
}
#header_content {
	padding: 20px 0;
}

/* Text Logo */
.header_logo_text {
	padding: 0 15px;
}
.header_logo_text .tb-text-logo {
	font-size: 30px; /* Fallback for older browsers */
	font-size: 2.3rem;
	margin: 0;
}
.header_logo_text .tb-text-logo a {
	color: inherit;
}
.header_logo_text .tagline {
	color: #888888;
	font-style: italic;
	font-size: 13px; /* Fallback for older browsers */
	font-size: 1rem;
}

/* Primary Navigation */
#access {
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-bottom: none; /* .internal-wrapper has border all the way around, which happens directly after the main menu. */
	}

/* Level 1-3 */
#primary-menu li a {
	color: #666666;
}
#primary-menu li a .sf-sub-indicator {
	color: #999999; /* Because we're using fontawesome for the icons, we can change the color here. */
	display: none; /* Don't display carrot. */
}

/* Level 1 only */

#primary-menu {
	float: right;
}


#primary-menu > li > a {
	line-height: 40px; /* Shapes the HEIGHT of the 1st level anchors */
	padding: 0 20px;
}
#primary-menu > li:first-child > a {
	/* Round left corners of first anchor */
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
#primary-menu > li.current_page_item > a {
	/* Style current active menu item on 1st level */
	background: #ffffff;
}
#primary-menu > li.current-menu-ancestor > a {
	/* Style current parent menu item present on 1st level */
}
#primary-menu > li > a.sf-with-ul {
	/* If a top-level menu item has a dropdown, reduce its right padding. */
	padding-right: 12px;
}
#primary-menu > [class^="menu-icon-"] > a {
	/* If a top-level menu item has a an icon, reduce its left
	padding. You can add icons to main menu by adding class "menu-icon-{whatever}" */
	padding-left: 12px;
}
#primary-menu > li > a:hover {
	text-decoration: underline;
}

/* Level 2 and 3 */
#primary-menu ul {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 200px; /* Width of dropdown menus */
}
#primary-menu li li a {
	padding: 7px 10px;
}
#primary-menu li li a:hover {
	text-decoration: underline;
}
#primary-menu li li.nav-header {
	color: #888888; /* Slightly lighter color than links */
	font-size: .9em; /* Font size is 90% of everything else to componsate for being bold and uppercase */
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
#primary-menu li li.divider {
	background-color: #dddddd; /* Color of deviders */
	border-bottom: none; /* Override Bootstrap's default 1px white bottom border */
}

/* Level 2 only */
#primary-menu > li > ul {
	/* border-top: none; Show top border. Wondering why Jason hid it in the first place? */
	margin-left: -1px; /* Shifts dropdowns to the left 1px so they line up with left borders. */
	margin-top: 1px;
}

/* Level 3 only */
#primary-menu ul ul {
	left: 200px; /* Matches width of dropdown menus */
}

/* Make sure graphic nav shows when expanding window back from tablet size */
@media (min-width: 980px) {
	#access {
		height: auto !important;
		overflow: visible !important;
	}
}

/* =Featured (above)
-------------------------------------------------------------- */

#featured {

	padding: 20px;
}

/* =Main
-------------------------------------------------------------- */

#main {
	padding: 20px;
}

/* =Page content
-------------------------------------------------------------- */
.sidebar_layout-inner {
	margin-top: 50px;
}

.fixed-sidebar {
	margin-top: 4px;
}



/* =Featured (below)
-------------------------------------------------------------- */

#featured_below {
	border-bottom: 1px solid #eeeeee;
	padding: 20px;
}

/* =Posts (general)
----------------------------------------------- */

/* No style mods */

/* =Page
----------------------------------------------- */

/* No style mods */

/* =Post List
----------------------------------------------- */

/* No style mods */

/* =Post Grid
----------------------------------------------- */

.post_grid .entry-title {
	font-size: 15px; /* Fallback for older browsers */
	font-size: 1.15rem;
	line-height: 1.5em;
}

/* =Comments
----------------------------------------------- */

/* Comment List */
#comments li {
	margin: 5px 0;
}
#comments-title {
	padding: 0 10px;
}
#comments .commentlist {
	margin-bottom: 30px;
}
#comments .comment-body {
	border: 1px solid #dddddd;
	padding: 15px;
	padding-left: 83px;
	position: relative;
}
#comments .comment-body .avatar {
	position: absolute;
	top: 15px;
	left: 15px;
}
#comments .comment-author {
	line-height: 100%;
}
#comments .comment-body .says {
	display: none;
}
#comments .comment-body .comment-meta {
	margin-bottom: 10px;
}
#comments .comment-body .comment-meta a {
	color: #9e9e9e;
	font-family: Georgia, serif;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	font-style: italic;
}
#comments .comment-body .fn {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}
#comments .comment-body p {
	margin-bottom: 30px;
}
#comments .comment-body .reply a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#comments .comment-body .reply a:hover,
#comments .comment-body .reply a:focus {
	background: #dddddd;
}

/* Admin Comment */
#comments .bypostauthor > .comment-body,
#comments .bypostauthor > .comment-body .reply a {
	/* None in this theme */
}
#comments .bypostauthor > .comment-body .reply a:hover,
#comments .bypostauthor > .comment-body .reply a:focus {
	/* None in this theme */
}

/* Top Level */
#comments ol {
	list-style: none;
	margin: 0;
}

/* Children */
#comments ul.children {
	border-left: 1px solid #e9e9e9;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 10px 0 10px 20px;
}

/* Comment Form */
.comment-form-wrapper {
	margin-bottom: 30px;
}
#reply-title {
	margin: 10px 0;
}
#commentform input[type=text] {
	margin-right: 10px;
	width: 40%;
}
#commentform textarea {
	width: 98%;
}
#commentform label {
	display: inline-block;
}
#commentform .form-submit {
	margin: 10px 0;
}
#commentform .form-allowed-tags {
	display: none;
}

/* =Widgets
----------------------------------------------- */

.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget ul li {
	padding: 3px 0;
}

/* Widgets in columns element and fixed sidebars */
.fixed-sidebar .widget {
	margin: 0 0 30px 0;
}

/* Collapsible Widget Areas */
.widget-area-collapsible .widget {
	padding: 10px 0;
}

/* =Bottom
----------------------------------------------- */

#bottom {
	background: #454545; 
	color: #d8d8d8;
	margin-top: 50px;
	font-size: 13px;
}

/* Footer Columns */
#footer_content {
	border-bottom: 1px solid #d8d8d8;
	padding: 30px 19px; /* 19px to compensate for 1px border around #internal-wrapper */
}


#footer_content .widget-title {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

#footer_content ul {
	list-style: none;
	padding: 0px;
}

#footer_content a {
	color: #d8d8d8;
	text-shadow: none;
}

#footer_content a:hover {
	color: #ffffff;
	text-shadow: none;
	background: none;
}

/* Style widget menus (site-wide and in the footer) */
.widget_nav_menu div[class^="menu-"] {
	background: none;
	border: none;
	padding-top: 0px;
	box-shadow: none;
}

.widget-title {
	text-align: left;
}

.widget_nav_menu .menu > .current-menu-item > a, .widget_nav_menu .menu > .current-menu-item > a:hover, .widget_nav_menu .menu > .current-menu-item > a:focus, .widget_nav_menu .menu a {
	background: none;
	color: #666666;
}

.widget_nav_menu .menu a:hover, .widget_nav_menu .menu a:focus {
	background: none !important; /* Can't figure out what is setting this background. Had to use !important to make it work. —BillyZac */
}

.widget_nav_menu .menu a {
	padding-left: 0px !important; /* Can't figure out what is setting this background. Had to use !important to make it work. —BillyZac */
}
	
#footer_content .widget_nav_menu div[class^="menu-"] li {
	padding-top: 0px;
}

.widget_nav_menu .menu > li > a{
	margin-left: 0px;
}

/* .widget_nav_menu .menu .nav-header > span */

#footer_content li p {
	margin-bottom: 0px;
}


/* Copyright */
#footer_sub_content {
	background: #454545; 
	color: #d8d8d8;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	padding: 20px;
	text-align: center;
}
#footer_sub_content .footer-nav ul {
	margin: 0;
}
#footer_sub_content .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}

/* =Layout Builder
----------------------------------------------- */

/* General Elements */
.element {
	/* Style all elements in custom layouts. */
}
.last-element {
	padding-bottom: 0;
}
.element-columns {
	/* Style the "Columns" element. */
}
.element-content {
	/* Style the "Content" element. */
}
.element-divider {
	/* Style the "Divider" element. */
}
.element-headline {
	/* Style the "Headline" element. */
}
.element-post_grid_paginated {
	/* Style the "Post Grid (paginated)" element. */
}
.element-post_grid {
	/* Style the "Post Grid" element. */
}
.element-post_grid_slider {
	/* Style the "Post Grid Slider" element. */
}
.element-post_list_paginated {
	/* Style the "Post List (paginated)" element. */
}
.element-post_list {
	/* Style the "Post List" element. */
}
.element-post_list_slider {
	/* Style the "Post List Slider" element. */
}
.element-slider {
	/* Style the "Slider" element. */
}
.element-slogan {
	/* Style the "Slogan" element. */
}
.element-tabs {
	/* Style the "Tabs" element. */
}
.element-tweet {
	/* Style the "Tweet" element. */
}

/* Elements by location */
#featured .element {
	/* Style elements of a custom layout
	in the featured area ABOVE the content. */
}
#main .element {
	/* Style elements of a custom layout
	in the main content area. */
}
#featured_below .element {
	/* Style elements of a custom layout
	in the featured area BELOW the content. */
}

/* =Specific Page Styles
   In this section, we specify styles for pages that need unique styles.
   Much of this can probably be generalized in a future revision.
----------------------------------------------- */

/* =Home Page
----------------------------------------------- */
/* Overwrite default Bootstrap button styles */
.home .btn {    
    border: none;    
    padding: 6px 0px;
    text-align: left;
}

.home .btn a {
	color: #ed8137;
}

.home .btn:hover {    
	background: none;
}


.home #main img {
	border: 1px solid #dcdcdc;
	padding: 4px;
}

/* =Teaching & Practice Library
----------------------------------------------- */
.custom-layout-library-layout .widget-title {
	text-align: left;
}

.custom-layout-library-layout ul {
	padding-left: 5px;
}


/* =Teachers page
------------------------------------------------- */
/* Border around photos */
.page-id-17 #content img {
	border: 1px solid #dcdcdc;
	padding: 4px;
}

/* =Vajrasangha contact list .../connect/sangha-contact-list/
------------------------------------------------- */
.page-id-813 table {
	width: 100%;
}


.page-id-813 td { 
	padding: 5px;
	font-size: 13px;
}

/* Every other row is given a different background */
.page-id-813 tbody tr:nth-child(odd) {
	background: #f3f9f9;
}

/* Style header row */
.page-id-813 tbody tr:first-child {
	background: #3b4444;
	color: #ffffff;
}

/* =Audio download store .../store/audio-download-store/
------------------------------------------------- */

/*
.page-id-730 #st_cobrand_container {
	height: 580px;
}
*/

.page-id-730 iframe {
	height: 580px;
}

/* =Accomodations .../programs/food-lodging/
------------------------------------------------- */
.page-id-794 table {
	width: 100%;
}

.page-id-794 th { 
	font-size: 21px; /* Font style same as H3 */
	font-size: 1.4rem;
	font-weight: 200;
	text-align: center;
	padding: 6px;
}	

.page-id-794 td { 
	padding: 5px;
	font-size: 13px;
}

/* Every other row is given a different background */
.page-id-794 tbody tr:nth-child(odd) {
	background: #f3f9f9;
}

/* Style header row */
.page-id-794 tbody tr:first-child {
	background: #3b4444;
	color: #ffffff;
}


/* =Optimized for Tablets
------------------------------------------------- */

@media (max-width: 992px) {

	/* Primary Structure */
	#top #branding,
	#featured .featured-inner,
	#main .main-inner,
	#featured_below .featured_below-inner,
	#footer_content .footer_content-inner,
	#footer_sub_content {
		margin: 0 auto;
		max-width: 720px;
	}
	#top {
		padding: 0 20px;
	}
	#featured,
	#main,
	#featured_below {
		padding: 20px;
	}

	/* Header */
	#branding .header_logo {
		float: none;
		text-align: center;
	}

	/* Primary Navigation */
	#access {
		background: #f7f7f7;
		border-right: none;
		border-radius: 0;
		display: none;
	}
	#access li {
		float: none;
		padding: 0;
	}
	#access #primary-menu > li:first-child > a {
		-webkit-border-radius: 3px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 3px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-radius: 3px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#access li li a {
		padding-left: 20px;
	}
	#access li li li a {
		padding-left: 30px;
	}
	#access .sf-menu ul {
		border: none;
		margin: 0;
		position: static;
		width: auto;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right {
		position: static;
		right: inherit;
	}
	#access .sf-menu ul .sf-sub-indicator.icon-caret-right:before {
		content: "\f0d7";
	}
	.btn-navbar {
		background: #ffffff;
		border: 1px solid #dddddd;
		border-bottom: none;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #666666;
		display: inline-block;
		outline: none;
		margin-left: 10px;
		padding: 4px 10px;
	}

}

/* =Optimized for Mobile Devices
------------------------------------------------- */

@media (max-width: 767px) {

	/* Primary Structure */
	#top #branding,
	#featured .featured-inner,
	#main .main-inner,
	#featured_below .featured_below-inner,
	#footer_content .footer_content-inner,
	#footer_sub_content {
		margin: 0 auto;
		max-width: 460px;
	}
	#top {
		padding: 0 30px;
	}
	#featured,
	#main,
	#featured_below {
		padding: 20px 30px;
	}

	/* Typography */
	h1 {
		font-size: 24px; /* Fallback for older browsers */
		font-size: 1.85rem;
		line-height: 1.3em;
	}

	/* Builder - Slogan */
	.element-slogan .has_button .btn-large {
		display: block;
		float: none;
		margin: 0 0 10px 0;
	}
	.element-slogan .slogan .slogan-text {
		display: block;
		font-size: 17px; /* Fallback for older browsers */
		font-size: 1.3rem;
		text-align: center;
	}

	/* Builder - Divider */
	.divider-shadow {
		background-size:100%;
	}

	/* Posts */
	.attachment-small {
		width:40%;
	}

	/* Comments */
	#comments {
		font-size: 11px; /* Fallback for older browsers */
		font-size: .85rem;
	}
	#comments .comment-body {
		padding: 2px 10px;
	}
	#comments .comment-author,
	#comments .comment-meta {
		padding-left: 35px;
	}
	#comments .comment-body .avatar {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
	}
}


/* =Podcast
   These styles apply to the Media Element JS Player, used by Blubrry Powerpress Plugin, which powers our podcast.
----------------------------------------------- */

/* Links below player */
.powerpress_links {
	text-align: center;
	font-size: 85%;
	padding-top: 10px;
	margin-top: 20px; /* Need to move links down far enough to free them of "influence" of the player. Otherwise, the links are invisibly obscured by the player and thus unclickable. */
}


/* Put a colored circle behind play button */
.powerpress_player .mejs-container .mejs-controls .mejs-playpause-button {
	background: #80b9b9;
	height: 24px;
	width: 24px;
	border-radius: 50px;
	margin-top: 3px;
	margin-left: 3px;
}


/* Align play button in center of circle */
.powerpress_player .mejs-container .mejs-controls .mejs-play button {
	margin: 4px 5px	7px 5px;
}


/* Align pause button in center of circle */
.powerpress_player .mejs-container .mejs-controls .mejs-pause button {
	margin: 4px 5px	7px 4px;
}


/* Time rail */
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail {
	padding: 0;
}

.powerpress_player .mejs-container .mejs-controls .mejs-time-rail span {
	height: 100%;
}

.powerpress_player .mejs-container .mejs-controls .mejs-time-rail span,
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering,
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
	border-radius: 0px !important;
	margin: 0;
}

.powerpress_player .mejs-controls .mejs-time-rail .mejs-time-current,
.powerpress_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #80b9b9 !important;
	border-radius: 0px !important;
}


/* Style time */
.powerpress_player .mejs-container .mejs-controls .mejs-time .mejs-currenttime {
	color: #666666;
}

.powerpress_player .mejs-container .mejs-controls .mejs-time .mejs-duration {
	display: none;
}

.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float,
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float .mejs-time-float-current,
.powerpress_player .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float .mejs-time-float-corner {
	display: block;
	top: -8px; 
	border: none;
	background: none;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	font-family: Helvetica, Arial;
	color: #fff;
	display: none;
}

.powerpress_player .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #c9dbdb;
}
.powerpress_player .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #f5f5f5;
}


/* Remove default background */
.powerpress_player .mejs-container, 
.powerpress_player .mejs-embed, 
.powerpress_player .mejs-embed body, 
.powerpress_player .mejs-container .mejs-controls {
    background: #ffffff !important;
	box-shadow: none;
}



/* =Mailchimp form in footer (#colophon) and .fixed-sidebar
-------------------------------------------------------------- */

.fixed-sidebar .mc-field-group > input,
#colophon .mc-field-group > input {
	width: 100%;
	height: 2.5rem;
	padding: 5px 10px;
	margin: 0;
	font-size: 16px;
	font-family: Helvetica, Arial, 'Lucida Grande',Verdana,sans-serif;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	color: #ed8137;
	background: #fff;	
}

#colophon .mc-field-group {
	margin-bottom: 10px;
}

/* Subscribe button */
.fixed-sidebar #mc-embedded-subscribe,
#colophon #mc-embedded-subscribe {
	padding: 8px 10px;
	margin: 10px 0 0 0;
	font-size: 1rem;
	font-size: 15px;
	font-family: Helvetica, Arial, 'Lucida Grande',Verdana,sans-serif;
	text-transform: uppercase;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	background: #fff;	
	color: #454545;
}


#colophon #mc-embedded-subscribe:hover,
#colophon #mc-embedded-subscribe:active {
	background: #f7f7f7;
	color: #ed8137;	
}

.fixed-sidebar #mc-embedded-subscribe:hover,
.fixed-sidebar #mc-embedded-subscribe:active {
	color: #ed8137;	
}

/*************************

2016 Updates

*************************/

/* Change slider controls background color to white */
div.slides-wrapper, .tb-nivo-slider-wrapper .slides-wrapper { background: #FFFFFF; }