/*
Theme Name: MGB
Template: twentyfourteen
*/

@import url("../twentyfourteen/style.css");


/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 * 
 */

body {
	background-color: transparent;
	color: #272727;
}

body.page-id-4, .page-id-140, .page-id-225, .page-id-246 {
	background-image: url('https://mrgingerbread.com/wp-content/uploads/mgb-bak-01.gif') !important;
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-id-38 {
	background-image: url('https://mrgingerbread.com/wp-content/uploads/mgb-bak-02.gif') !important;
	background-repeat: no-repeat;
	background-position: center top;
}

::selection {
	background: #77c8fd;
	color: #000;
}

::-moz-selection {
	background: #77c8fd;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #0974ba;
}

a:visited {
	text-decoration: none;
	color: #0974ba;
}

a:hover {
	text-decoration: none;
	color: #77c8fd;
}

a:active {
	text-decoration: none;
	color: #0974ba;
}

a:focus {
	text-decoration: none;
	color: #0974ba;
	outline: none;
}

h1 {
	margin: 7px 0 21px;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1f9312;
}

h2 {
	margin: 7px 0 21px;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #fc5057;
}

h3 {
	margin-bottom: 7px;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 27px;
	font-weight: 600;
	color: #0974ba;
}

h4 {
	margin-bottom: 7px;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #272727;
}

p {
	margin: 2em 2em 2em;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #272727;
}

hr {
	background-color: #757575;
	border: 0px none;
	height: 3px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

select {
	margin-bottom: .5em;
}

img.alignright {
    margin: 10px 0 10px 30px;
	border-style: solid;
	border-color: #272727;
	border-width: 2px;
}

img.alignleft {
    margin: 10px 30px 10px 0;
	border-style: solid;
	border-color: #272727;
	border-width: 2px;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input Fields */

input, textarea {
	background-color: #ccedb1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #000000;
	padding: 8px 10px 7px;
}

/* Google Autofill Fix */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ccedb1;
    background-image: none;
    color: #000000;
	-webkit-box-shadow: 0 0 0px 1000px #ccedb1 inset;
}

/* Buttons */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #ccedb1;
	border: 0;
	border-radius: 7px;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover, button:focus, .contributor-posts-link:hover, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #77c8fd;
    color: #000000;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

#primary {
	background-color: transparent;
}

#page {
	margin-left: auto;
	margin-right: auto;
}

.site {
	background-color: transparent;
	max-width: 1260px;
	position: relative;
}

.site:before {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    z-index: 2;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

.site-header {
	background-color: #0974ba;
	max-width: 1280px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.menu-toggle:before {
    color: #fff;
	background-color: #0974ba;
    content: "\f419";
    padding: 16px;
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background-color: #0974ba;
    outline: none;
}

.menu-mainmenu-container {
	display: inline-block;
}

.search-toggle:before {
    color: #fff;
    content: "\f400";
    font-size: 20px;
    margin-top: 14px;
}

.search-toggle {
	background-color: #0974ba;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #77c8fd;
}

.search-box-wrapper {
    padding-left: 0;
	background-color: #77c8fd;
}

.hdrlogo img {
	position: absolute;
	display: block;
	max-width: 52%;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin-top: -10px;
	font-size: 18px;
	font-weight: 500;
}

.site-navigation li {
	border-top: none;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation ul ul a:hover, .site-navigation ul ul a:focus {
	color: #fff;
	background-color: #77c8fd;
}

.site-navigation ul ul a {
	color: #fff;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #77c8fd;
	text-decoration: none;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #77c8fd;
	font-weight: 500;
}

/* Primary Navigation */

.primary-navigation .nav-menu {
	background-color: transparent;
	border-bottom: 0px none;
    margin: 0;
	width: 100%;
	font-size: 20px;
    font-family: sans-serif;
}

.primary-navigation.toggled-on {
    padding: 48px 0 0;
	margin: 0;
	text-align: right;
}

.primary-navigation ul ul {
    background-color: transparent;
}

.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
	background-color: transparent;;
}

.primary-navigation li:hover > a {
	color: #77c8fd;
	background-color: transparent;
}
.primary-navigation li.focus > a {
	color: #77c8fd;
	background-color: transparent;
}

/* Secondary Navigation */

.secondary-navigation ul ul {
    background-color: #0974ba;
}

.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a {
    background-color: #0974ba;
	color: #fff;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.masthead-fixed .site-main {
	margin-top: 70px;
	background-color: transparent;
}

.alignleft-margin {
	float: left;
	margin: 7px 24px 7px 0px;
}

.hentry {
	width: 97%;
	max-width: 1220px;
	background: rgba(170, 90, 0, .10);
	-moz-border-radius: 20px;
	border-radius: 20px;
	min-height: 600px;
	padding-top: 0px;
}

.list-view .site-content .hentry:first-of-type, .list-view .site-content .hentry.has-post-thumbnail {
    border-top: 0px none;
    padding-top: 0px;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	margin: 0px auto;
	max-width: 1220px;
	background: transparent !important;
}

.page-content {
	background-color: transparent;
	padding: 12px 10px 0px;
	min-height: 500px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
	padding-right: 7%;
	padding-left: 7%;
}

.site-content, .site-main .widecolumn {
	margin-left: 0;
}

.site-content .entry-content {
	background: transparent;
}

.entry-content .edit-link a:hover {
	color: #77c8fd;
}

.entry-header {
    display: block;
	margin: 40px auto;
	background-color: transparent !important;
}

.entry-title {
	font-size: 18px;
	font-weight: 700;
	color: #77c8fd;
	line-height: 0.89091;
	margin: 40px 0px 12px;
	text-transform: uppercase;
}

.content-area, .content-sidebar {
	padding-top: 0;
}

.page .entry-content {
	padding-top: 30px;
}

.page-title {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
}

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.page-header {
	margin-right: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px auto 20px 38%;
	padding: 0px 0px;
	max-width: 655px;
}

.archive-header {
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0px auto 20px 38%;
	padding: 0px 0px;
	max-width: 655px;
}

.archive-title, .page-title {
	font-size: 18px;
	font-weight: 700;
	color: #77c8fd;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	height: 70px;
	margin-bottom: 0;
	padding-top: 20px;
	max-width: 655px;
	background-color: #272727;
	background: rgba(0,0,0,0.57);
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	display: none;
	background-color: transparent !important;
	background: transparent !important;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 10px;
	border: 0px none;
	clear: none;
	float: left;
	margin: 0px 0px 0px -99%;
	min-height: 70vh;
	width: 0px;
}

/* Content Sidebar */

.content-sidebar {
	margin-left: -29.0476%;
	margin-right: 2%;
	width: 25%;
	background-color: rgb(30, 30, 30);
	background: rgba(0,0,0,0.57);
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-top: 20px;
	min-height: 70vh;
	color: #efefef;
}

.content-sidebar .widget input, .content-sidebar .widget textarea {
	background-color: #ccedb1;
	border-color: rgba(0, 0, 0, 0.1);
	color: #272727;
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-moz-hyphens: auto;
	line-height: 1.28571;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	word-wrap: break-word;
}

.widget-title {
	border-top: 0px solid #000;
	color: #77c8fd;
	font-size: 14px;
	font-weight: 700;
	margin: 0px 0px 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title {
	border-top: 0px solid #000;
	color: #77c8fd;
	font-size: 14px;
	font-weight: 700;
	margin: 0px 0px 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

/* Primary Widget */

.primary-sidebar .widget {
	font-size: 14px;
	line-height: 1.5;
}

.primary-sidebar .widget .widget-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.63636;
    margin-bottom: 18px;
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	margin-top: 20px;
	color: #77c8fd;
	font-weight: 700;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	background-color: transparent !important;
	font-size: 12px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.site-info {
	color: #878787;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 15px;
}

.site-info a {
	color: #878787;
	background-color: transparent !important;
}

.site-info a:hover {
	color: #878787;
	background-color: transparent !important;
	text-decoration: underline;
}

/**
 * Add-ons
 * -----------------------------------------------------------------------------
 */

/* WP-Booklet */

.wp-booklet-dark {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    overflow: visible !important;
    z-index: 1;
}

.wp-booklet-dark .page {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	box-sizing:border-box;
}

.wp-booklet-dark .b-page {
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    outline: 1px solid transparent;
}

/* Reveal */

#reveal {
	position: relative;
	display: block;
    cursor: pointer;
	margin: 0 auto;
	width: 300px;
	background-color: #272727;
	color: #efefef;
    padding: 1em;
	text-align: center;
}
#reveal-content {
    display:none;
}
#reveal:hover #reveal-content {
	display:block;
	margin: 0 auto;
	width: 270px;
	background-color: #272727;
	color: #efefef;
    padding: 1em;
    text-align: center;
}

/* Add to Any */

.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    width: 32px;
	margin-top: 1em;
}

.addtoany_share_save_container {
	clear: both;
	margin: 30em 0;
	padding-left: 90px;
	padding-bottom: 2em;
}

/* -- Ninja Forms -- */

.ninja-forms-form-wrap *, .ninja-forms-form-wrap ::after, .ninja-forms-form-wrap ::before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: large;
  text-align: left;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  background: #fc5057 !important;
  background-color: #fc5057 !important;
  border: 0;
  color: #fff !important;
  transition: all .5s;
  border-radius: .33rem;
}

.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
  background: #0974ba !important;
  border: 0;
  color: #fff !important;
  transition: all .5s;
  border-radius: .33rem;
}

.nf-form-content textarea {
  background-color: #ccedb1 !important;
  background: #ccedb1 !important;
  color: #000;
  border-radius: 5px !important;
}

/* -- END Ninja Forms -- */

/* WP Forms */

div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #fc5057 !important;
    border: 0 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 1em 2em !important;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #0974ba !important;
    color: #fff !important;
    border: 0 !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #0974ba !important;
    color: #fff !important;
    border: 0 !important;
}

.wpforms-container .wpforms-field-sublabel {
    display: block;
   000nt-size: 0.85em;
    font-weight: 500 !important;
    float: none;
}

.wpforms-container .wpforms-field-label {
    display: block;
    font-weight: 500 !important;
    float: none;
}

.wpforms-confirmation-container-full {
    color: #333;
    margin: 0 0 24px 0;
    background: none;
    border: none;
    padding: 15px 15px;
}

/* Site Includes */

.siteIncludes {
	margin-left: 100px;
	display: flex;
}

/* TopControl */

.top_button {
	background: url("https://www.mrgingerbread.com/wp-content/uploads/back_to_top.png") no-repeat scroll 0px 0px transparent;
}

.top_button {
	font-size: 0px;
	height: 43px;
	width: 43px;
}

/* WP-Booklet */

.wp-booklet-thumbs-dark .wp-booklet-carousel-prev {
    background-position: 0 0;
    left: -16px !important;
}

.wp-booklet-thumbs-dark .wp-booklet-carousel-next {
    background-position: -25px 0;
    right: -16px !important;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width: 400px) {
	.hdrlogo img {
	padding-top: .55em;
    max-width: 62%;
	}
    .search-toggle {
	background-color: #0974ba;
	}
	.search-toggle:hover,
	.search-toggle:active,
	.search-toggle:visited {
		background-color: #0974ba;
		outline: none;
	}
	.search-box {
		background-color: #77c8fd;
	}
	.masthead-fixed .site-main {
		margin-top: 20px;
		background-color: transparent;
	}
}

@media screen and (min-width: 401px) {
	.hdrlogo img {
		padding-top: .5em;
		width: 42%;
	}
	/*h1 {
		margin: 7px 0 21px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 24px;
		font-weight: 600;
		color: #1f9312;
	}
	
	h2 {
		margin: 7px 0 21px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #fc5057;
	}
	
	h3 {
		margin-bottom: 7px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #0974ba;
	}
	
	h4 {
		margin-bottom: 7px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #272727;
	}
	
	p {
		margin: 2em 2em 2em;
		line-height: 1.7em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #272727;
	}*/
}

@media screen and (min-width: 410px) {
	.hdrlogo img {
		padding-top: .5em;
		width: 57%;
	}
}

@media screen and (min-width: 560px) {
	.hdrlogo img {
		padding-top: .4em;
		width: 43%;
	}
}

@media screen and (min-width: 594px) {
	.hdrlogo img {
		padding-top: .3em;
		width: 40%;
	}
	.masthead-fixed .site-main {
		margin-top: 20px;
		background-color: transparent;
	}
}

@media screen and (min-width: 783px) {
	.hdrlogo img {
		padding-top: 5px;
		width: 27%;
	}
	.masthead-fixed .site-main {
		margin-top: 70px;
		background-color: transparent;
	}
	.primary-navigation ul ul {
		background-color: #0974ba;
	}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: transparent;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: transparent;
	}
	.primary-navigation .menu-toggle {
    display: none;
    padding: 0;
	}
}

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

	#site-header {
		width: 100%;
		background-color: #0974ba;
	}
	.masthead-fixed .site-main {
		margin-top: 20px;
		background-color: transparent;
	}
    .menu-toggle {
		display: block;
    }
	.menu-mainmenu-container {
		display: block;
		text-align: right;
    }
    .search-toggle {
	background-color: #0974ba;
	}
	.search-toggle:hover,
	.search-toggle:active,
	.search-toggle:visited {
		background-color: #0974ba;
		outline: none;
	}
	.search-box {
		background-color: #77c8fd;
	}
	.full-width .hentry {
		max-width: 97%;
    }
    .site-content .entry-content {
		background-color: transparent;
		background: rgba(0,0,0,0.57);
		-moz-border-radius: 10px;
		border-radius: 10px;
		min-height: 600px;
		padding-top: 10px;
		margin: 0 10px 0 10px;
    }
    .full-width .site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
		padding-right: 2%;
		padding-left: 2%;
	}
    #secondary {
		background-color: transparent;
		border-top: 0px solid #000;
		border-bottom: 0px solid rgba(255, 255, 255, 0.2);
		clear: both;
		color: rgba(255, 255, 255, 0.7);
		margin-top: -1px;
		padding: 0px 10px;
		position: relative;
		z-index: 2;
    }
	.siteIncludes {
		margin-left: 1em;
		padding-right: 0;
		display: block;
	}
	p {
		margin: 1em 1em 1em;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #272727;
	}
	h1 {
		margin: 7px 0 21px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 25px;
		font-weight: 600;
		color: #1f9312;
	}
	
	h2 {
		margin: 7px 0 21px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 22px;
		font-weight: 600;
		color: #fc5057;
	}
	
	h3 {
		margin-bottom: 7px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #0974ba;
	}
	
	h4 {
		margin-bottom: 16px;
		line-height: 1.5em;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #272727;
	}
}

@media screen and (min-width: 800px) {
	.search-toggle {
		margin-right: 0;
	}
}

@media screen and (min-width: 1008px) {
	.secondary-navigation ul ul {
		background-color: #0974ba;
	}
	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: transparent;
	}
	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: transparent;
	}
	.search-box-wrapper {
		padding-left: 0;
	}
	.menu-mainmenu-container {
		display: inline-block;
    }
}

@media screen and (min-width: 1080px) {
	.hdrlogo img {
		padding-top: 1px;
		width: 27%;
	}
}

/* Green Mods */

a {
	color: #0974ba;
}

a:active,
a:hover {
	color: #77c8fd;
}

::selection {
	background: #77c8fd;
}

::-moz-selection {
	background: #77c8fd;
}

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #0974ba;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #77c8fd;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #0974ba;
}

.menu-toggle {
    background-color: #0974ba;
}
		
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.active {
    background-color: #77c8fd;
	outline: none;
}

.search-toggle {
	background-color: #0974ba;
}

.search-toggle:hover,
.search-toggle:active,
.search-toggle:visited {
	background-color: #0974ba;
	outline: none;
}

.search-box {
	background-color: #77c8fd;
}

.site-navigation a:hover {
	color: #77c8fd;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #77c8fd;
}

.entry-title a:hover {
	color: #77c8fd;
}

.entry-meta a:hover {
	color: #77c8fd;
}

.cat-links a:hover {
	color: #77c8fd;
}

.entry-meta .tag-links a:hover {
	background-color: #77c8fd;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #77c8fd;
}

.entry-content .edit-link a:hover {
	color: #77c8fd;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0974ba;
}

.page-links a:hover {
	background: #77c8fd;
	border: 1px solid #77c8fd;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #77c8fd;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #0974ba;
}

.paging-navigation a:hover {
	border-top: 5px solid #77c8fd;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #77c8fd;
}

.comment-reply-title small a:hover {
	color: #77c8fd;
}

.widget a:hover {
	color: #77c8fd;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #0974ba;
}

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

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #0974ba;
}

.widget-title a:hover {
	color: #77c8fd;
}

.widget_calendar tbody a {
	background-color: #77c8fd;
}

.widget_calendar tbody a:hover {
	background-color: #77c8fd;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #77c8fd;
}

.content-sidebar .widget a {
	color: #0974ba;
}

.content-sidebar .widget a:hover {
	color: #77c8fd;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #0974ba;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #77c8fd;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #0974ba;
}

.content-sidebar .widget .widget-title a:hover {
	color: #77c8fd;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #77c8fd;
}

.site-info a:hover {
	color: #878787;
	background: transparent;
}

.featured-content a:hover {
	color: #77c8fd;
}

.slider-control-paging a:hover:before {
	background-color: #77c8fd;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #0974ba;
}

.slider-direction-nav a:hover {
	background-color: #77c8fd;
}