/*
Theme Name: Author Pro (Gibson Dunn Mods)
Theme URI: http://my.studiopress.com/themes/author/
Description: Further your following by showcasing your published work with a better online library.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.2.4

Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-menu, e-commerce, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis
Template Version: 2.1.2

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: author-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis Author Pro
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Navigation
	- Content Area
		- Home
		- Flexible Widgets
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1320px
		- Max-width: 1200px
		- Max-width: 980px
		- Max-width: 800px
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
	line-height: normal;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #CCCCCC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #0085da;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 10px 0px 15px 0px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	color: #e1e9ee;
	content: "\201C";
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 400;
	height: 0;
	left: -30px;
	position: relative;
	top: -16px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #000;
	clear: both;
	margin: 40px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img {
	margin-bottom: -8px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	padding: 2px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.featured-content .more-link {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 16px 32px;
	text-align: center;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:focus,
.button:hover,
.featured-content .more-link:focus,
.featured-content .more-link:hover {
	background-color: #000;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.content .widget-full .featuredpage .button,
.content .widget-full .featuredpage .more-link,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .featured-content .more-link {
	border-color: #fff;
	color: #fff;
}

.content .widget-full .featuredpage .button:focus,
.content .widget-full .featuredpage .button:hover,
.content .widget-full .featuredpage .more-link:focus,
.content .widget-full .featuredpage .more-link:hover,
.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets .featured-content .more-link:focus,
.footer-widgets .featured-content .more-link:hover {
	background-color: #fff;
	color: #000;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.button {
	display: inline-block;
}

.more-link {
	display: table;
	margin-top: 30px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

button:disabled,
button:disabled:focus,
button:disabled:hover,
input:disabled,
input:disabled:focus,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:focus,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:focus,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	background-color: #f2f2f2;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 16px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 4px;
}

th {
	font-weight: 400;
}

/* Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	position: absolute !important;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 99;
}

.featured-widget-area + .site-inner,
.landing-page .site-inner {
	margin-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 900px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.archive.genesis-author-pro .content,
.archive.genesis-pro-portfolio .content {
	padding: 80px 80px 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 380px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f3f3f3;
	padding: 20px 30px;
}

.archive-description,
.author-box {
	background-color: #f6f6f6;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 80px;
}

.author-box {
	margin-bottom: 80px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

div.author_info p {
  margin: 0px;
}

div.author_info p.slide-left {
	margin-left: -138px;
}
div.author_info div.read-more-button {
  margin-left: -138px;
  margin-top: 10px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.site-header .search-form {
  display: none;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 16px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0085da;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


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

.widget-area .widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area p:last-child,
.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.widget-area .featured-content .entry-header p {
	margin-bottom: 20px;
}

.featured-content .entry::after {
	display: none;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
}

.featured-content .entry:last-of-type + .widget-title {
	margin-top: 20px;
}

.featured-content .aligncenter ~ div,
.featured-content .aligncenter ~ header {
	text-align: center;
}

.featured-content .aligncenter ~ div .more-link {
	margin: 20px auto 0;
}

.content .widget-full .featuredpage {
	background-color: #181c1e;
	color: #fff;
}

.content .widget-full .featuredpage .entry {
	background-color: rgba(255, 255, 255, 0.05);
}

.content .widget-full .featuredpage a:focus,
.content .widget-full .featuredpage a:hover,
.content .widget-full .featuredpage .entry-title a {
	color: #fff;
}

.content .widget-full .featuredpage .entry-title a:focus,
.content .widget-full .featuredpage .entry-title a:hover {
	color: #ccc;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis Author Pro
--------------------------------------------- */

.archive.genesis-author-pro .archive-description,
.archive.genesis-author-pro .breadcrumb,
.archive.genesis-pro-portfolio .archive-description,
.archive.genesis-pro-portfolio .breadcrumb {
	margin: -80px -80px 80px;
}

.archive.genesis-author-pro .archive-pagination,
.archive.genesis-pro-portfolio .archive-pagination {
	margin: 0 -80px;
}

.archive.genesis-author-pro .content .entry {
	margin-bottom: 20px;
}

.archive.genesis-author-pro  .entry::after,
.archive.genesis-pro-portfolio .entry::after {
	border-bottom-width: 0;
	padding-top: 0;
}

.archive.genesis-author-pro .author-pro-featured-image,
.author-pro-featured-image a,
.single-books .author-pro-featured-image {
	position: relative;
	overflow: hidden;
}

div .book-featured-text-banner {
	background-color: #0085da;
}

.featuredbook .image-aligncenter ~ div,
.featuredbook .image-aligncenter ~ header {
	text-align: center;
}

.featuredbook .book-price {
	font-weight: 700;
}

.single-books .content .book-price {
	border-bottom: 1px solid #000;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip links
---------------------------------------------------------------------------- */

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #2E69FF !important;
	color: #fff;
	min-height: 100px;
	/* position: fixed; */
	height: 100px;
	width: 1280px;
	margin: -20px auto 0px auto;
	z-index: 498;
}

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	/* float: left; */
	padding: 42px 0;
}

.site-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 0.85;
	padding-bottom: 3px;
	text-align: right;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.site-description {
	display: block;
	height: 0;
	text-indent: -9999px;
}

.site-description,
.site-title {
  margin: 0px;
}

.header-image .title-area {
	padding: 25px 0;
	width: 320px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	float: left;
	min-height: 70px;
	width: 100%;
}

/* Shrink
--------------------------------------------- */

.shrink {
	min-height: 0;
}

.shrink .title-area {
	padding: 17px 0;
}

.shrink .genesis-nav-menu li a {
	padding-bottom: 27px;
	padding-top: 27px;
}

.header-image .shrink .title-area {
	padding: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff !important;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #fff !important;
}

nav.nav-primary .genesis-nav-menu a:hover,
nav.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	/* color: #000 !important; */
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	background-color: #181c1e;
	left: -9999px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	transition: opacity 0.3s ease-in-out;
	width: 200px;
	z-index: 499;
}

.genesis-nav-menu .sub-menu li a {
	background-color: #181c1e;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu li a:focus,
.genesis-nav-menu .sub-menu li a:hover,
.nav-primary:hover .genesis-nav-menu .sub-menu li a:focus,
.nav-primary:hover .genesis-nav-menu .sub-menu li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -62px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > li.last > a {
	padding-right: 0;
}

.genesis-nav-menu .highlight {
	float: right;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	/* float: right; */
	text-align: right;
	margin-top: -80px;
	height: 40px;
	border-bottom: 1px solid #eaf0ff;
}

.nav-primary:hover .genesis-nav-menu a {
	color: #e1e9ee;
}

.nav-primary:hover .genesis-nav-menu a:focus,
.nav-primary:hover .genesis-nav-menu a:hover {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #e1e9ee;
	display: block;
	max-width: 1280px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 498;
}

.nav-secondary .wrap {
	background-color: rgba(255, 255, 255, 0.3);
}

.nav-secondary + .content-sidebar-wrap {
	margin-top: 100px;
}

.nav-secondary.shrink + .content-sidebar-wrap {
	margin-top: 70px;
}

.nav-secondary .genesis-nav-menu a {
	color: #000;
	padding: 42px 30px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #e1e9ee;
	padding: 20px 40px;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #181c1e;
	color: #fff;
}

.nav-secondary .genesis-nav-menu .highlight > a {
	background-color: #0085da;
	color: #fff;
}

.nav-secondary .genesis-nav-menu li.highlight > a:focus,
.nav-secondary .genesis-nav-menu li.highlight > a:hover {
	background-color: #f5f5f5;
	color: #000;
}

.nav-secondary.fixed {
	position: fixed;
	top: 70px;
}

.admin-bar .nav-secondary.fixed {
	top: 102px;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

.featured-widget-area {
	margin-top: 100px;
}

.featured-widget-area .wrap {
	background-color: #fff;
}

.front-page-1,
.front-page-3,
.front-page-5 {
	background-color: #f9f9f9;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	overflow: hidden;
	padding: 80px 80px 40px;
}

.widget-area.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	margin-left: 2.564102564102564%;
}

.flexible-widgets.widget-full {
	padding: 0;
}

.flexible-widgets.widget-full .widget {
	margin-bottom: 0;
	padding: 80px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	margin-left: 0;
	width: 100%;
}

.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-fourths .widget:nth-child(4n+1),
.flexible-widgets.widget-halves .widget:nth-child(2n+1),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.widget-full .featured-content .widget-title {
	background-color: #181c1e;
	color: #fff;
	margin: 0;
	padding: 40px;
}

.front-page .flexible-widgets.widget-full .widget.featured-content {
	padding: 0;
	position: relative;
}

.widget-full .featured-content .entry {
	margin: 0;
}

.widget-full .featured-content .entry-header {
	padding: 80px 80px 0;
}

.widget-full .featured-content .entry-content {
	padding: 0 80px;
}

.widget-full .featured-content .alignleft,
.widget-full .featured-content .alignright {
	margin: 0 80px 0 0;
	max-width: 50%;
}

.widget-full .featured-content .alignright {
	margin: 0 0 0 80px;
}

.widget-full .featured-content .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	text-transform: uppercase;
}

.widget-full .featured-content .entry-content p:last-of-type {
	margin-bottom: 80px;
}

.content .widget-full .featuredpost {
	background-color: #e1e9ee;
	padding: 0;
}

.widget-full .featuredpost .entry:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}

.widget-full .featuredpost ul {
	padding: 40px;
}

.widget-full .featuredpost .more-from-category {
	padding: 0 40px 40px;
}

/* Entries
--------------------------------------------- */

.entry {
	position: relative;
}

.entry::after {
	content: "";
	border-bottom: 1px solid #000;
	bottom: 0;
	position: absolute;
	width: calc(100% - 50px);
}

.content .entry:last-of-type::after {
	display: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #f9f9f9;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags,
.entry-terms {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	padding: 0 80px 80px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	background-color: #f5f5f5;
	padding: 20px 30px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #0085da;
}

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

.comment-respond,
.entry-pings {
	padding: 0 80px 56px;
}

.entry-comments {
	padding: 0 80px 80px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px 0 0;
}

.comment-list li li {
	padding-left: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


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

.sidebar {
	background-color: #eaf0ff;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	padding: 10px 20px;
	margin-bottom: 0;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets .wrap {
	background-color: #181c1e;
	clear: both;
	padding: 80px;
}

.footer-widgets {
	color: #ccc;
	margin: 0 auto;
	max-width: 1280px;
}

.footer-widgets .widget-title,
.footer-widgets .wrap a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #0085da;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 320px;
}

.footer-widgets-1 {
	margin-right: 80px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	color: #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}

.site-footer .wrap {
	background-color: #181c1e;
	padding: 0px 40px 40px 40px;
}

.site-footer .wrap a {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #0085da;
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1920px) {
	div.site-inner, div.wrap {
		max-width: 1600px;
	}
	.site-header {
	  width: 1600px;
	}
	.content {
		width: 1200px;
	}
	.site-title {
	  text-align: center;
	}
}

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

	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 1140px;
	}

  .site-header {
    width: 1140px;
  }
	.content {
		width: 840px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}

}

@media only screen and (max-width: 1200px) {
	.nav-secondary,
	.site-inner,
	.wrap {
		max-width: 960px;
	}

  .site-header {
    width: 960px;
  }
	.content {
		width: 660px;
	}

	.archive.genesis-author-pro .content,
	.archive.genesis-pro-portfolio .content {
		padding: 60px 60px 20px;
	}

	.flexible-widgets,
	.widget-full .featured-content .entry-header {
		padding: 60px 60px 0;
	}

	.archive-description,
	.author-box,
	.entry,
	.flexible-widgets.widget-full .widget,
	.footer-widgets .wrap,
	.site-footer .wrap {
		padding: 60px;
	}

	.comment-respond,
	.entry-pings {
		padding: 0 60px 32px;
	}

	.after-entry,
	.entry-comments {
		padding: 0 60px 60px;
	}

	.widget-full .featured-content .entry-content {
		padding: 0 60px;
	}

	.author-box,
	.widget-full .featured-content .entry-content p:last-of-type {
		margin-bottom: 60px;
	}

	.archive.genesis-author-pro .archive-description,
	.archive.genesis-author-pro .breadcrumb,
	.archive.genesis-pro-portfolio .archive-description,
	.archive.genesis-pro-portfolio .breadcrumb {
		margin: -60px -60px 60px;
	}

	.archive.genesis-author-pro .archive-pagination,
	.archive.genesis-pro-portfolio .archive-pagination {
		margin: 0 -60px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 260px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

  .site-title {
  	font-size: 23px;
  	/* font-size: 2.4rem; */
  }
}

/* JJS - Custom/Modified Styles */

div.read-more-button {
  text-align: left;
}
a.read-more-button-link {
  background: #2E69FF;
  border: 1px solid #2E69FF;
  border-radius: 20px;
  color: #ffffff;
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  padding: 5px 15px;
  line-height: 1.1;
  display: inline-block;
  box-shadow: none;
  text-transform: none;
  cursor: pointer;
}

a.read-more-button-link:hover {
  background: #ffffff;
  color: #2E69FF;
}

input.search-form-submit {
  display: none;
}
.entry {
	padding: 25px 20px 20px 30px;
}

/* Hide some of the cookie consent sections that don't apply to our site */
#wccDetailCategoryfunctional, #wccDetailCategoryperformance, #wccDetailCategoryadvertisement, #wccDetailCategoryothers {
  display: none;
}

@media only screen and (min-width: 981px) {
	/* Hide Topics and Editors menus on larger screens */
	#menu-item-3141, #menu-item-3173 {
		display: none;
	}
}

/* Mobile / Small Screen (<980px) View */
@media only screen and (max-width: 980px) {
  aside.sidebar-primary {
    display: none;
  }

  /* Make the blue area taller to include the search bar */
  div.site-container header.site-header {
    height: 212px;
  }

  .site-header {
    width: 100%;
  }

  /* Make main content use all the width we have since we hid the sidebar */
  main.content {
    width: 100%;
  }
  /* Adjust menu menu position and style */
  .nav-primary {
    /* float: left; */
    text-align: right;
    margin-top: -68px;
    height: 28px;
  }
  /* Adjust Title area to make room for relocated main menu */
  .title-area {
    background-size: 200px;
    background-position-y: 10px;
    height: 80px;
    padding: 45px 0px 0px 0px !important;
  }
  .site-title {
    padding-top: 50px;
    text-align: left;
    width: 380px;
    line-height: 1.25;
  }
  .genesis-nav-menu a {
    padding: 0px 15px;
  }
  h1, h1.entry-title, h2.entry-title {
  	font-size: 2.2rem;
  }

  /* Display the Search Form in the header */
  .site-header .search-form {
    display: inline-block;
    width: 587px;
    margin-left: 30px;
    margin-top: 125px;
  }
  .site-header .search-form input.search-form-input {
    padding: 5px;
    font-size: 16px;
  }
}

/* The menu falls below the title below 635px */
@media only screen and (max-width: 635px) {
  .site-header .search-form {
    width: 470px;
  }
}

/* At 535px all 5 menu items don't fit (subscribe wraps) */
@media only screen and (max-width: 535px) {
  .genesis-nav-menu a {
    padding: 0px 6px;
  }
  .nav-primary {
    text-align: center;
  }
  .entry {
  	padding: 15px 15px 20px 15px;
  }
  header.site-header .title-area {
    margin-left: 15px;
  }
  .site-header .search-form {
    margin-left: 15px;
    width: 93%;
  }
}

/* CSS that may conflict with sizes < 980px so have it only take affect >= 981px */
@media only screen and (min-width: 981px) {
  .title-area {
    background-size: 235px;
	  background-position-y: 15px;
    padding: 60px 0px 0px 0px !important;
  }
  h1, h1.entry-title, h2.entry-title {
  	font-size: 2.5rem;
  }
}

div.addtoany_header {
  float: left;
  margin: 0px 5px 0px 5px;
  color : #939393;
}
.title-area {
	background-image: url("/wp-content/uploads/2023/10/GibsonDunn_NewLogo.png");
	background-repeat: no-repeat;
	background-position-y: bottom;
	margin-left: 30px;
	margin-right: 20px;
	cursor: pointer;
}

/* Bold main menu */
ul.menu-primary a {
  font-weight: 700;
}

h1.entry-title {
	padding-top: 15px;
}
h2 { font-size: 2.4rem; }
h3 { font-size: 2.0rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.6rem; }

a:active, a:focus, a:visited {
  outline: 0;
  -moz-outline-style: none;
}

p.entry-meta a {
  color: #000;
}
p.entry-meta a:hover {
  color: #2e69ff;
}

.fa-facebook:before {
    content: "\f09a";
}

footer ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
footer ul.social-network li {
    display: inline;
    margin: 0 0;
}
footer .social-network a.icoRss:hover {
    background-color: #f56505;
}
footer .social-network a.icoFacebook:hover {
    background-color: #3b5998;
}
footer .social-network a.icoTwitter:hover {
    background-color: #3cf;
}
footer .social-network a.icoGoogle:hover {
    background-color: #bd3518;
}
footer .social-network a.icoVimeo:hover {
    background-color: #0590b8;
}
footer .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
footer .social-network a.icoInstagram:hover {
    background-color: #4554d7;
}
footer .social-network a.icoFacebook:hover i,
footer .social-network a.icoGoogle:hover i,
footer .social-network a.icoInstagram:hover i,
footer .social-network a.icoLinkedin:hover i,
footer .social-network a.icoRss:hover i,
footer .social-network a.icoTwitter:hover i,
footer .social-network a.icoVimeo:hover i {
    color: #fff;
}
footer .socialHoverClass,
footer a.socialIcon:hover {
    color: #44bcdd;
}
footer .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 26px;
}
footer .social-circle li i {
    margin: 0;
    line-height: 1.7;
    text-align: center;
}
footer .social-circle i {
    color: #949494;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}