/*
Theme Name: Cheney Family Tree
Description: Child theme of the WP 2016 theme. Theme required by gedcom plugin. Customized for Cheney Family Tree
Author: Bronwen Hodgkinson @ Ardent Design
Author URI: https://ardent-design.com
Version: 1.0 
Template: twentysixteen
*/

/* gedcom plugin css overrides 
see GEDCOM OVERRIDE STYLES below */


/* CCA colors:
background: #fff
text: #333 (dk grey)
links & h2 sub-headers: #6799A2 (cheney blue-green)
links hover: #00698C (deep blue)
headers & nav rollver: #00698C (deep blue)
*/

/* CCA fonts:
body: Quattrocento Sans
nav menu: Lovato Light
headers: Ovo 400
sub-headers: Quattrocento Sans
intro paragraphs: Ovo
captions: Ovo 400
footer: Lovato Light or Reforma 1969?

https://fonts.google.com/specimen/Ovo
https://fonts.google.com/specimen/Quattrocento+Sans 400, 400 italic, 700, 700 italic
https://www.fontspring.com/fonts/philatype/lovato

*/

@font-face {font-family:'Lovato-Light';
    src: url('fonts/Lovato-Light-webfont.woff2') format('woff2'), url('fonts/Lovato-Light-webfont.woff') format('woff');
    font-weight:normal; font-style:normal;}
	
@font-face {font-family:'Reforma1969-Gris';
    src: url('fonts/Reforma1969-Gris.woff2') format('woff2'), url('fonts/Reforma1969-Gris.woff') format('woff');
    font-weight:normal; font-style:normal;}
	
@font-face {font-family:'Reforma1969-GrisItalica';
    src: url('fonts/Reforma1969-GrisItalica.woff2') format('woff2'), url('fonts/Reforma1969-GrisItalica.woff') format('woff');
    font-weight:normal; font-style:normal;}





/* ORIGINAL STYLES */

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * GEDCOM OVERRIDE STYLES
 * 13.0 - Multisite REMOVED
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print REMOVED
 */
 
 
 /*** MISC */
 .entry-footer > .edit-link {display:none;}


/*** 1.0 - Normalize - DELETED */

/* The new CSS reset - version 1.5.1 - GitHub page: https://github.com/elad2412/the-new-css-reset */
	/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property - The "symbol *" part is to solve Firefox SVG sprite bug */
	*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {all:unset; display:revert;}
	/* Preferred box-sizing value */
	*, *::before, *::after {box-sizing: border-box;}
	/* Reapply the pointer cursor for anchor tags */
	a, button {cursor:revert;}
	/* Remove list styles (bullets/numbers) */
	ol, ul, menu {list-style:none;}
	/* For images to not be able to exceed their container */
	img {max-width:100%;}
	/* removes spacing between cells in tables */
	table {border-collapse:collapse;}
	/* revert the 'white-space' property for textarea elements on Safari */
	textarea {white-space:revert;}
	/* minimum style to allow to style meter element */
	meter {-webkit-appearance:revert; appearance:revert;}
	/* reset default text opacity of input placeholder */
	::placeholder {color: unset;}
	/* fix the feature of 'hidden' attribute. display:revert; revert to element instead of attribute */
	:where([hidden]) {display:none;}
	/* revert for bug in Chromium browsers - fix for the content editable attribute will work properly. */
	:where([contenteditable]) {-moz-user-modify:read-write; -webkit-user-modify:read-write; overflow-wrap:break-word; -webkit-line-break:after-white-space;}
	/* apply back the draggable feature - exist only in Chromium and Safari */
	:where([draggable="true"]) {-webkit-user-drag:element;}


/*** 2.0 - Genericons - DELETED*/


/*** 3.0 - Typography */
	/* Headings */
	h1,h2,h3,h4,h5,h6 {}
	header.entry-header, header.page-header {background:url('assets/bg-h1.png') center no-repeat; padding:0; margin:0 auto 30px; text-align:center;}
		h1.entry-title, h1.page-title  {font-size:47px !important; font-family:'Ovo', serif; color:#00698C; padding:0 14px; margin:0; text-align:center; background:#fff; display:inline-block; font-weight:normal;}
		h1 span {color:#555;}
	h2 {font-size:26px; font-weight:bold; color:#6799A2; padding:0; margin:25px 0 16px 0;}
	h3.search-entry-title {font-size:22px; font-weight:bold; color:#6799A2; padding:0; margin:25px 0 8px 0;}
	
	/* Text Elements */
	p {font-size:16px; line-height:22px; padding:0; margin:0 0 20px 0; color:#333;}
	p.intro {font-size:21px; line-height:25px; font-family:'Ovo', serif; padding:0; margin:0 0 20px 0; color:#111;}
	/*p:last-of-type {margin:0 !important;}*/
	p.footnote {color:#555; font-size:14px; line-height:19px; clear:both; padding-top:15px;}
	
	::selection {background:#86AEB5; color:#fff;}
	
	ul, ol {margin:0 0 25px 30px; padding:0;}
	ul ul {list-style:circle;}
	li {font-size:16px; line-height:20px; padding-bottom:6px;}
	li:last-of-type {padding-bottom:0;}
	ol {list-style:decimal;}
	ul {list-style:disc;}
	blockquote {padding:10px 80px; margin:0; clear:both;}
	blockquote p {font-size:15px; line-height:21px; font-style:italic; color:#686868; margin:0 0 15px 0;}

	.clearfloats {clear:both; line-height:0; height:0; font-size:0;}

	strong {font-weight:bold;}
	cite, em, i {font-style:italic;}
	hr {border:0; margin:3em 0; height:1px; background:transparent; background-image:linear-gradient(to right, transparent, #9E9769, transparent); clear:both;} 
	
	/* scroll back to top link */
	p#back-top {font-size:15px; text-align:center; margin:0 auto; padding:25px 0; clear:both;}
	p#back-top a {text-align:center; text-transform:lowercase; text-decoration:none;}
	p#back-top a:hover {}
	

/*** 4.0 - Elements */

body {font-family:'Quattrocento Sans', sans-serif; font-size:16px; color:#333; background:#fff; margin:0; padding:0 !important; }

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul, ol {margin:0 0 25px 30px; padding:0;}
	ul ul {list-style:circle;}
	li {font-size:16px; line-height:20px; padding-bottom:6px;}
	li:last-of-type {padding-bottom:0;}
	ol {list-style:decimal;}
	ul {list-style:disc;}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}



/*** 5.0 - Forms */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
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: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}



.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/*** 6.0 - Navigation - DELETED */


/*** 6.1 - Links */
a {color:#6799A2; text-decoration:none !important;}
a:hover, a:focus, a:active {color:#00698C;}


/*** 6.2 - Menus - DELETED  */


/*** 7.0 - Accessibility - DELETED */


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child,
.widget > nav > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}


/* Tag Cloud widget - DELETED */


/*** 11.0 - Content */
.site {background-color:#fff; margin:0 auto;}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/*** 11.1 - Header */

#headerwrap {width:100%; z-index:100;} 
	#mastheadwrap {width:auto; padding:0 0px; background:url('assets/bg-header-blue.png');} 
		#masthead {max-width:1200px; margin:0 auto 27px; padding:0; height:106px; display:flex; align-items:flex-start; justify-content:space-between;} /* .site-header */

.site-branding {padding:0; align-self:center;}
	#site-title {max-width:364px; height:76px; margin-top:1px;}
	#site-title a {display:block; height:76px;}
	#site-title img {display:block; margin:0; width:auto;}
	#site-title a img:hover {}

/* Nav menu */
	#site-navigation {height:28px; margin:0; align-self:center; background:none;} /* .main-navigation */
			div.menu-main-menu-container {}
			#site-navigation a.toggleMenu {display:none;}
			#site-navigation a#my-button{display:none;}
			#site-navigation ul {list-style:none; font-family:'Lovato-Light', serif;  border:none; margin:0;}
			#site-navigation ul > li {float:left; position:relative; margin:0 !important; padding:0 7px;}
				#site-navigation ul >  li:first-of-type {padding-left:0;}
				#site-navigation ul >  li:last-of-type {padding-right:0;}
				#site-navigation ul >  li:last-of-type a {text-transform:none !important;} /* CCA Members link */
				#site-navigation li:hover {cursor:pointer;}
				#site-navigation ul a {color:#fff; height:28px; line-height:28px; display:inline-block; padding:0 7px; text-decoration:none; font-size:22px; text-transform:uppercase !important;}
				#site-navigation ul a:hover {background:#00698C;}
				#site-navigation li:hover > a {background:#00698C;} /* keeps parent link background when hovering over drop-down menu */
					/* drop-down menu */
					#site-navigation li ul {background:#00698C; padding:6px 0 0 0; text-transform:none; margin:0; position:absolute; left:7px; top:28px; z-index:1; visibility:hidden; opacity:0; filter:alpha(opacity=0); transition:200ms ease;}
						#site-navigation li:first-child ul {left:0px;}
					#site-navigation li ul li {width:300px; overflow:hidden; height:0; transition:height 300ms ease-in; margin:0 5px !important; padding:0;}
					#site-navigation li ul a {text-transform:none !important; font-size:16px;}
					#site-navigation li ul a:hover {}
					#site-navigation ul > li:hover ul {visibility:visible; opacity:0.8;}
					#site-navigation ul > li:hover ul li {height:30px;}
			/* override gedcom css - was adding grey boxes after main drop down links */
			#site-navigation ul li button.dropdown-toggle {display:none;}
			
				#site-navigation .current-page-parent > a, 
				#site-navigation .current-menu-item > a,
				#site-navigation .current-menu-ancestor > a,
				#site-navigation .current-page-item > a,
				#site-navigation .current-post-ancestor > a,
				#site-navigation .current-page-ancestor > a {background:#00698C !important;}	



/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {

}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}



body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}



.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}



/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/*** 11.4 - Comments - DELETED */

/*** 11.5 - Sidebar */

.sidebar {display:none;
	/*margin-bottom: 3.5em;
	padding: 0 7.6923%;*/
}


/*** 11.6 - Footer */
 /*  #page {}
 .site {border:1px solid red;padding:0 !important; margin:0 auto !important;}
	.site-inner {border:1px solid orange;padding:0 !important; margin:0 auto !important;}
		.site-content {border:1px solid blue;padding:0 !important;margin:0 auto !important;}
			.content-area {padding:0 !important;margin:0 auto !important; width:100% !important;}
				.site-main {padding:0 !important;margin:0 auto !important; width:100% !important;}
					article.page {padding:0 !important; margin:0 auto !important; width:100% !important;} */
.entry-header {padding:0 !important; margin:0 auto 30px !important;}
.entry-content {/*border:1px solid red;*/ padding:0 90px !important; margin:0 auto !important;} 
/* //////////////////////////////////////////////////////////////////////// margin bug happened here ///////////////////////////////////// */

		
#footerwrap {width:auto; background:url('assets/bg-footer.jpg'); clear:both;}
	#colophon {min-height:280px; margin:0 auto; max-width:1000px;} /* .footer-content */
		.site-info {padding:40px 20px 20px; margin:0 auto;}
		#colophon .widget {margin:0 auto 20px; text-align:center;}
		#colophon p {margin:0; padding:0; font-size:14px; line-height:18px; color:#212121; font-family:'Reforma1969-Gris', serif;}
		#colophon p em {font-family:'Reforma1969-GrisItalica', serif; font-style:normal;}
		#colophon a {color:#333;}
			#colophon a:hover {text-decoration:none;} 
		#colophon #searchbox form {width:257px; margin:0 auto 35px;}
		#colophon #location p {font-size:16px; line-height:22px;}
		#colophon #logo {max-width:534px; margin:0 auto 20px;}
			#colophon #logo img {width:100%;}
		#colophon #copyright {}
			#colophon #copyright span {margin-left:20px;}
		#colophon #bg-info {}
		
		#social-media {display:flex; justify-content:center; margin:0 auto 30px; text-indent:-1000px;}
			#social-media a {display:block; width:32px; height:32px; color:transparent; margin:0 10px;}
				#social-media a:hover {opacity:0.7;}
			#social-media .fb {background:url('assets/icon-facebook.png');}
			#social-media .youtube {background:url('assets/icon-youtube.png');}
			#social-media .instagram {background:url('assets/icon-instagram.png');}
		
	p#props {color:#888; margin:0; clear:both; font-size:11px; line-height:13px; padding:0 0 10px 0; text-align:center;}
	p#props a {color:#888; text-decoration:none;}


/**
 * 12.0 - Media
 */

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/*** 12.2 - Galleries - DELETED */


/*** GEDCOM OVERRIDE STYLES */

a, a:visited {text-decoration:none !important;}

.cs_section1 {padding:8px 0 6px; min-height:30px !important; background-color:#fff; border-bottom:1px solid #efefef; border-top:1px solid #efefef; margin:30px auto 20px; width:80%;}
	.cs_section_left {}
		.cs_show_names {}
			.cs_show_names button {}
	.cs_section_center {}
		.cs_section_center h4 {margin:0 0 12px 0 !important; padding:0 !important; font-size:26px !important; font-family:Ovo, serif; letter-spacing:normal !important; font-weight:normal; }
		.cs_section_center h5 {margin:0 !important; padding:0; font-family:Ovo, serif; font-weight:normal; color:#00698C;}
		.cs_section_center h5.gs_tooltip {font-size:26px; font-weight:normal; }
		
.result_area {} /* shows family name results # at top */
	.result_area .cs_section1 {min-height:20px !important; margin:0px auto 0 !important; background-color:#fff}
.result_area_ind {} /* includes indvidual's name and table */
	.result_area_ind  .cs_section1 {min-height:20px !important; margin:0 auto 15px !important;  background-color:#fff;}
		
/* alphabet links row */
.cs_surname {margin:0 auto 0;}
	.cs_kb_cont {} 
	.cs_surname a {text-decoration:none !important;}
	.cs_section_alpha {padding-bottom:25px;}
		/* alphabet links - button.cs_alpha_btn a -  */
		button.cs_alpha_btn {text-decoration:none !important; margin:3px 3px 12px 3px !important; background-color:lightslategrey !important; font-size:13px !important; border:1px solid lightslategrey !important;  }
		button.cs_alpha_btn a {text-decoration:none !important; color:#fff !important; border-bottom:none !important;}
		button.cs_alpha_btn a:hover {color:#333 !important;}
		button.cs_alpha_btn:hover {background-color:transparent !important; background-repeat:no-repeat !important; border:1px solid #fff !important;}
		button.cs_alpha_btn a:active {background-color:transparent !important; }
	
	.gs_grid-container {margin:15px auto 0;} /* grid & table */
		/* names/buttons in grid */
		div.gs_item {}
			button.cs_my_button {font-size: 14px; text-align:center;}
			
		.cs_kb_cont table.cs_table {border:none !important;} 
			table.cs_table thead {background-color:#6799A2 !important; text-transform:uppercase;} /* cheney site green/blue */
			table.cs_table tbody {border:none;}
			table.cs_table thead tr th {background-color:#6799A2 !important; color:white; border:none !important; border-bottom:1px solid white !important;}
			table.cs_table td {border:none !important; border-bottom:1px solid white !important; }
			table.cs_table:first-of-type {}
			table.cs_table:last-of-type tr:last-of-type {background-color:white !important}

			/* buttons in table */
			.ind_btn {padding:0; border:none; font-size: 14px; color:inherit; background-color: transparent !important; text-decoration:none !important; cursor:pointer;}
				.ind_btn:hover { text-decoration:none;}
			button.cs_tree_btn {background-image:none !important; height:36px; text-align:center !important; width:130px; font-size:12px;}
			button.cs_tree_btn:visited {background-color:#555;}
			
			/* table row and cell colors	*/	
			.cs_red {color:red;}
			.cs_green{color: green;}
			.cs_marriage {background-color: #B6CED1 !important; }
				 .cs_marriage  td:first-of-type {text-align:right !important;}
			.cs_birth {background-color: #efefef !important;}
				.cs_birth td:first-of-type {text-align:right !important;}
				.cs_birth td:first-of-type::after {content:":";}
			.cs_death {background-color: #efefef !important;}
				.cs_death td:first-of-type {text-align:right !important;}
				.cs_death td:first-of-type::after {content:":";}
			.cs_bold {font-weight: bold !important;} /* holds links buttons */
			.cs_border {border: 1px solid white;}
			td.cs_male {background-color:#DDEFF4 !important; text-align:center !important;}
				td.cs_male button {}
			td.cs_female {background-color:#FFE1E6 !important; text-align:center !important;}
				td.cs_female button {}
			.cs_blank_row {display:none !important;} /* watch for conflicts */

	/* family tree */
	.result_area_tree {border:none;}
		.result_area_tree .cs_section {background-color:white;}
		.result_area_tree .cs_section h6 {font-family:Ovo, serif; font-size:22px; text-transform:uppercase;}
		.tree_container {}
		.gstr_label-inverse {}

/* buttons */
button, .cs_my_btn {text-decoration:none !important; font-size:13px; cursor:pointer; margin:2px 0; border:2px #666 !important; border-style:groove; border-radius:4px; padding:3px 4px !important; color:#fff; background-color:#afafaf; box-shadow:2px 2px 4px #777; text-align:center;}
button:hover, .cs_my_btn:hover {color:gray; background-color:transparent !important; background-repeat:no-repeat !important;  box-shadow:2px 2px 4px #ccc !important;}

/* END GEDCOM OVERRIDE STYLES ***/




/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media only screen and (max-width:768px) /*and (orientation: portrait)*/  {

#headerwrap {position:relative;}
	#mastheadwrap {padding:0 20px;}
		#masthead {height:auto; display:block; padding-bottom:10px;}
	
			.site-branding {}
				#site-title {height:auto; margin:0 auto; padding:20px 0 10px;}
				
			#site-navigation {margin:0 auto 0;}	
			#site-navigation {font-size:11px; padding:5px 8px; width:auto; height:auto; position:relative; display:block;}
				#site-navigation .menu {display:none;}
				#site-navigation a.toggleMenu {display:block; text-transform:lowercase; background:url(assets/menu.png) 0 5px no-repeat; padding:0 0 0 25px; height:18px; line-height:18px; font-size:15px; color:#fff; margin:0 auto 10px; width:65px; text-decoration:none;}
				#site-navigation a.toggleMenu:hover, #site-navigation a.toggleMenu:focus {background:url(assets/menu.png) 0 -10px  no-repeat !important; color:#00698C !important;}
				
				#site-navigation ul.menu {background:#00698C; padding:10px 0 !important;}
				#site-navigation ul {font-size:16px; text-align:center; padding:0 !important;}
				#site-navigation ul > li {float:none; height:auto; line-height:18px; margin:0; padding:0 0 8px 0;}
				#site-navigation li:hover {background:none;}
				#site-navigation ul a {padding:0; line-height:18px; height:auto;}
				#site-navigation ul a:hover {background:none; color:#fff;}
				#site-navigation li#menu-item-85 > a:first-child, #site-navigation li#menu-item-86 > a:first-child, #site-navigation li#menu-item-88 > a:first-child {cursor:default;}
				#site-navigation li#menu-item-85 > a:first-child:hover, #site-navigation li#menu-item-86 > a:first-child:hover, #site-navigation li#menu-item-88 > a:first-child:hover {color:#fff !important;}
				
				#site-navigation li ul {position:static !important; top:0; z-index:10; visibility:visible !important; transition:none !important; display:block; opacity:1; margin:0 0 8px 0; box-shadow:none; }
				#site-navigation li ul li {width:auto; overflow:visible; transition:none !important; height:auto; line-height:18px; margin:0; padding:6px 0 6px 0;}
				#site-navigation li ul a:hover {color:#046FAE;}
				#site-navigation ul > li:hover ul {visibility:visible; opacity:1;}
				#site-navigation ul > li:hover ul li {height:auto; line-height:18px;}

				#site-navigation li.menu-item-has-children > a:after {content:":"}
				#site-navigation .current-menu-item > a,
				#site-navigation .current-page-item > a {color:#000 !important; background-color:#fff;}
				#site-navigation .current-menu-ancestor > a,
				#site-navigation .current-page-parent > a {color:#000 !important; background-color:#fff;}
				#site-navigation .current-post-ancestor > a,
				#site-navigation .current-page-ancestor > a {color:#000 !important; background-color:#fff;}	
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {

	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}




	.content-area {float:none; width:auto; margin:0 auto;
		/*float: left;
		margin-right: -100%;
		width: 70%;*/
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		width: 100%;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


