/*
Theme Name: Authority Pro for MCX
Theme URI: https://my.studiopress.com/themes/authority/
Description: Authority Pro is perfect for establishing trust and building your online business.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.5.0

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

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

Text Domain: authority-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* 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
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Footer Navigation
		- Social Navigation
	- Content Area
		- Featured Image
		- Entries
		- Entry Messages
		- Grid Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Top Banner
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1250px
		- Max-width: 1075px
		- Max-width: 860px
		- Max-width: 800px
		- Max-width: 600px
	- Print Styles
*/


/* 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:35%;font-weight:300!important;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-1em}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;
}

*,
*::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
--------------------------------------------- */

body {
	background: #fff;
	background-image: linear-gradient(-69.5deg, #f9f9fa 35%, #fff calc(35% + 2px));
	color: #555;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

a {
	color: #09c;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #fc4d2b;
	text-decoration: none;
}

.dashicons {
	padding-top: 3px;
}

.dashicons:focus,
.dashicons:hover {
	text-decoration: none;
}

.dashicons-menu:before {
	margin-top: -3px !important;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

small ol,
small ul {
	margin-top: -16px;
}

li {
	list-style-type: none;
}

.one-half ul li {
	list-style-type: bullet;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em 0;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

.detail-box {
    background-color: #fff;
	border: 1px solid #ccc;
    border-radius: 3px;
	font-size: 14px;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 14px 18px;
}

.case-note,
.tech-note,
.rss-note,
.cap-note {
	color: #777;
	display: block;
	font-family: 'Overpass Mono', monospace !important;
	font-size: 12px !important;
	margin-bottom: 0;
	text-transform: uppercase;
}

.tech-note {
	font-weight: 400;
	margin: 24px 0 0;
}

.rss-note,
.cap-note {
	clear: both !important;
	margin-top: -32px !important;
}

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

blockquote {
	color: #777;
	font-size: 24px;
	line-height: 1.6;
	margin: 36px;
	position: relative;
}

blockquote::before {
	color: #ddd;
	content: "\201C";
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120px;
	font-weight: 700;
	height: 0;
	left: -0.5em;
	position: absolute;
	top: -0.5em;
}

blockquote cite {
	color: #777;
	display: block;
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-style: normal;
	margin-top: 18px;
	text-transform: uppercase;
}

.big-quote {
	clear: both;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.25;
	margin: 0;
	padding: 60px 15% 40px;
	text-align: center;
}

.long-quote {
	color: #777;
	margin-left: 36px;
}

.flexible-widgets blockquote,
.flexible-widgets blockquote p {
	font-size: 22px;
	line-height: 1.66;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight: 700 !important;
	line-height: 1.2;
	letter-spacing: -.5px;
	margin: 0 0 14px;
	text-decoration: none;
}

h3,
h4,
h5,
h6 {
	color: #999;
}

h1 {
	font-size: 42px !important;
	letter-spacing: -0.03em;
	line-height: 1;
}

h2 {
	font-size: 36px;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

h3 {
	font-size: 32px;
	letter-spacing: -0.01em;
	line-height: 1.23;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

h4 {
	font-size: 28px;
	line-height: 1.23;
}

h5 {
	font-size: 24px;
	line-height: 1.23;
}

h6 {
	font-size: 20px;
	line-height: 1.23;
}


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

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

img {
	height: auto;
}

img.image-border {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

img.smile {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

a img:hover {
	opacity: 0.7;
}

figure {
	margin: 0;
}

video {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);	
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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 #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #09c;
	font-size: 16px;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight: 400;
	height: 46px;
	padding: 14px !important;
	width: 100%;
}

select {
	padding: 0 14px !important;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	height: 16px;
	margin: 2px 0 0 0 !important;
	padding: 0 !important;
	width: auto;
}

::-ms-input-placeholder {
	color: #09c;
	opacity: .5;
}

:-ms-input-placeholder {
	color: #09c;
	opacity: .5;
}

::placeholder {
	color: #09c;
	opacity: .5;
}

form select {
	appearance: none !important;
	-webkit-appearance: none !important; 
	-moz-appearance: none !important;
}

.mepr-product-access-url a,
.wppsac-readmorebtn,
.rmp-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link,
.more-from-category a {
	background-color: #fff !important;
	border: 1px solid #fc4d2b !important;
	border-radius: 3px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #fc4d2b !important;
	cursor: pointer;
	display: inline-block;
	font-family: 'Overpass Mono', monospace;
	font-size: 16px;
	font-weight: 400;
	height: 51px;
	line-height: 1 !important;
	padding: 18px 24px 17px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transform: translate3d(0, 0, 0);
	white-space: normal;
	width: auto;
}

.wppsac-readmorebtn,
.rmp-btn:hover,
a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover,
.more-from-category a:hover {
	background: #fc4d2b !important;
	border-color: #fc4d2b !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.24);
	color: #fff !important;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}

.more-from-category a {
	float: right !important;
	margin-bottom: 20px !important;
}

.gb-block-post-grid a.gb-block-post-grid-more-link {
	color: #fc4d2b;
	display: inline;
}

.gb-block-post-grid a.gb-block-post-grid-more-link:hover {
	color: #777;
}

.gb-block-post-grid-more-link::after {
	content: "\2192";
}

.gb-block-post-grid a.gb-block-post-grid-more-link,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover,
.more-link-wrap a:not(.more-link) {
	font-family: 'Overpass Mono', monospace;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

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

.button {
	display: inline-block;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary,
.more-link {
	background-color: #fc4d2b;
	color: #fff;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
	background-color: #777;
	border-color: #777;
	color: #fff;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover {
	background-color: #777;
	border-color: #777;
	color: #fff;
}

.mepr-product-access-url a,
.more-from-category a,
.wppsac-readmorebtn,
.rmp-btn,
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 14px !important;
	height: 37px !important;
	margin-top: 8px !important;
	padding: 12px 14px !important;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 24px;
}

.full {
	margin-bottom: 6px; 
	width: 100% !important;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	box-shadow: none;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
	transform: none;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 35px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px 15px;
}

th {
	font-weight: 700;
	padding: 10px;
}

/* Screen Reader Text
--------------------------------------------- */

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

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

.more-link {
	position: relative;
}

.more-link-wrap {
	margin: -10px 0 50px;
}


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

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

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

.site-inner {
	margin-top: 140px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.landing-page .site-inner {
	margin-top: 40px !important;
	max-width: 800px;
}

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

/* Content */

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

.content-sidebar-wrap {
	clear: both;
}

.content-sidebar .content,
.sidebar-content .content {
	max-width: 680px;
}

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

.authority-grid .content,
.full-width-content .content {
	width: 100%;
}

.full-width-content.single .content,
.full-width-content.page .content {
	float: none;
	margin: 45px auto 140px;
	max-width: 1200px; /* 680px */
}

.full-width-content.page .content {
	margin-top: 0;
}

/* Primary Sidebar */

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

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

#recent-posts-2 a {
	font-size: 16px;
	font-weight: 700;
}

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

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

.widget_rss,
.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%;
}

.widget_rss,
.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;
}

.widget_rss {
	font-size: 14px !important;
	padding-bottom: 48px !important;
}

.widget-title .rsswidget,
.widget-title a.rsswidget {
	font-size: 20px !important;
	letter-spacing: -.5px !important;
}

a.rsswidget {
	font-weight: 700 !important;
}


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

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

.avatar {
	float: left;
	position: relative;
	z-index: 2;
}

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

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

.comment .avatar {
	margin-right: 20px;
}

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}

.author-box {
	background-color: #f4f4f4;
	margin-bottom: 70px;
	padding: 35px 70px;
}

.after-entry {
	border: 0;
	border-top: 1px solid #eee;
	clear: both;
	color: #eee;
	padding: 1.5em 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description {
	font-size: 18px;
	overflow: hidden;
	padding: 30px 0 0;
}

.full-width-content .archive-description {
	margin-bottom: 20px;
}

.author-box .avatar {
	border: 0;
	border-radius: 0;
	box-shadow: 0 9px 30px rgba(0, 0, 0, 0.14);
	transform: translate3d(-35px, 0, 0);
	margin: 0 15px 35px -70px;
}

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

.search,
.search-form {
}

.search-form-submit {
	display: none !important;
}

.sidebar .search-form {
	clear: both;
	margin-top: 40px !important;	
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	font-size: 16px;
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.author-box-title {
	color: #777;;
	font-size: 26px;
	line-height: 1.23;
	margin-bottom: 14px;
}

.archive-title {
	font-size: 42px;
	margin: 0 0 30px 0;
}

.entry-title {
	font-size: 26px;
}

.single .entry-title {
	font-size: 52px;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.authority-subtitle {
	color: #fc4d2b;
	display: block;
	font-family: 'Overpass Mono', monospace;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	color: #777;
	text-decoration: none;
}

.gb-block-post-grid .entry-title,
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:focus,
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: #fc4d2b;
	font-size: 26px;
	text-decoration: none;
}

.widget-title,
.widget-title a {
	clear: both;
	color: #777;
	font-size: 30px;
	margin-bottom: 8px;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.flexible-widgets .widget-title,
.flexible-widgets .entry-title {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.flexible-widgets .featuredpost .widget-title {
	padding: 0 0 10px;
}

.flexible-widgets .featuredpost .more-posts-title {
	display: block;
	margin-top: 20px;
}

.footer-widgets .featured-content .entry-title,
.flexible-widgets .featuredpost .entry-title,
.authority-grid.archive:not(.woocommerce-page) .entry-title {
	font-size: 26px;
	letter-spacing: -0.01em;
}

.enews-widget .widget-title {
	color: #777;;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

/* 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-bottom: 24px;
}

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	color: #777;;
	font-family: 'Overpass Mono', monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 24px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

.wp-caption-text {
	text-align: right;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 24px;
}


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

.sidebar .widget {
	padding: 20px;
}

.after-entry .widget {
	color: #999;
	margin-bottom: 70px;
}

.widget {
	word-wrap: break-word;
}

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

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-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;
}

.authority-stacks-nav {
	background: #0099cc;
	clear: both !important;
}

.sidebar .widget:first-of-type,
.stacks .sidebar .widget:first-of-type,
.authority-stacks-b2 .widget-wrap,
.authority-stacks-d1 .widget-wrap,
.authority-stacks-f .widget-wrap {
	background-color: #fff;
	background-image: linear-gradient(-69.5deg, #f9f9fa 35%, #fff calc(35% + 2px));
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
	padding: 38px 40px 40px;
}

.authority-stacks-f .widget-wrap {
	background-color: #09c;
	color: #fff !important;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
	padding: 38px 40px 40px;
	margin-bottom: 20px;
}

.single .sidebar .widget:first-of-type {
	margin-top: -60px;
}

.sidebar .widget:first-of-type h3 {
	color: #777;
	display: block;
	font-family: 'Overpass Mono', monospace !important;
	font-size: 12px !important;
	text-transform: uppercase;
}

.sidebar .widget:last-of-type {
	margin-bottom: 60px;
}

.blog .sidebar .widget:first-of-type {
	margin-top: -79px;
}

.blog .site-inner .widget-area {
	padding-bottom: 40px;
}


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

.flexible-widgets > .wrap {
	padding: 35px 0;
}

.flexible-widgets .widget {
	padding: 35px;
	width: 48%;
}

.flexible-widgets .widget:nth-child(odd) {
	clear: both;
	float: left;
}

.flexible-widgets .widget:nth-child(even) {
	float: right;
}

.flexible-widgets.widget-odd .widget:last-of-type {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	text-align: center;
	width: 100%;
}

.flexible-widgets .entry-content,
.flexible-widgets .textwidget {
	margin-left: 35px;
}

.flexible-widgets.widget-odd .widget:last-of-type .entry-content,
.flexible-widgets.widget-odd .widget:last-of-type .textwidget {
	margin-left: 0;
}

.flexible-widgets .featuredpost .entry-content {
	margin-left: 0;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type {
	max-width: none;
	padding: 70px 0 0;
	text-align: left;
}

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

.featured-content .entry {
	background: none;
	margin-bottom: 36px;
	padding: 0;
}

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

.content .featuredpage .entry-image {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	border: 10px solid #fff;
	vertical-align: middle;
}


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

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

.enews-widget {
	background: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);
	padding: 40px 60px;
	position: relative;
	text-align: center;
}

.flexible-widgets .enews-widget {
	padding: 60px 100px;
}

.footer-widgets .enews-widget:nth-child(1),
.footer-widgets .enews-widget:nth-child(2) {
	margin: -60px 0;
}

.footer-widgets .widget-odd .enews-widget:nth-child(1),
.footer-widgets .widget-odd .enews-widget:nth-child(2) {
	margin-bottom: 35px;
}

.footer-widgets .widget-odd .enews-widget:last-child {
	margin-bottom: -60px;
}

.enews-widget::after,
.sidebar .enews-widget:nth-child(2n+1)::after {
	background: #fc4d2b;
	content: "";
	display: block;
	height: 5px;
	left: auto;
	position: absolute;
	right: 0;
	top: 70px;
	transform: translateX(50%);
	width: 40px;
}

.enews-widget:nth-child(odd)::after {
	right: auto;
	left: 0;
	transform: translateX(-50%);
}

.enews-widget p:first-of-type {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.enews-widget .enews form + p {
	color: #707070;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	margin-top: 12px;
}

.enews-widget form {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.enews-widget input[type="submit"] {
	background-color: #fc4d2b;
	color: #f4f4f4;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	background-color: #000be6;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
	text-align: center;
}

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

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

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

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


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background: #f3f3f3;
	/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18); */
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.site-header > .wrap {
	padding: 20px 0 12px;
}

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

.title-area {
	float: left;
	padding: 10px 0 0;
}

.wp-custom-logo .title-area {
	margin: 0 auto;
	max-width: 220px !important;
	padding: 0;
}

.site-title {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #777;;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.site-header .custom-logo-link .custom-logo {
	max-height: 60px;
	width: 235px;
}

.home .custom-logo,
.page .custom-logo {
	background: url(images/mcx-logo.svg) top left !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	width: 230px;
}

.archive .custom-logo,
.blog .custom-logo,
.single .custom-logo,
.page-id-7244 .custom-logo,
.page-id-7068 .custom-logo,
.page-id-7069 .custom-logo,
.page-id-7070 .custom-logo,
.page-id-7917 .custom-logo {
	background: url(images/mcx-stacks.svg) top left !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	width: 230px;
}

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

.genesis-nav-menu {
	clear: both;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #777;;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
}

.genesis-nav-menu .highlight {
	margin-left: 16px;
}

.genesis-nav-menu .contactus,
.genesis-nav-menu .gohome {
	display: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fc4d2b;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	padding: 10px 16px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

#menu-the-stacks {
	display: hidden;
	font-family: 'Overpass Mono', monospace !important;
	font-size: 14px !important;
	font-weight: 400;
	margin: -20px auto 20px;
	padding: 0;
	text-transform: uppercase !important;
}

#menu-the-stacks .no-link,
#menu-the-stacks .no-link a,
#menu-the-stacks .no-link a:hover {
	color: #777 !important;
}

#menu-the-stacks .dashicons {
	font-size: 14px !important;
}

.blog #menu-the-stacks {
	display: visible !important;
}

.nav-secondary .sub-menu a {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-family: 'Overpass Mono', monospace !important;
	font-size: 12px !important;
	font-weight: 400;
	padding: 6px 16px !important;
	position: relative;
	text-transform: uppercase !important;
	width: 200px;
	word-wrap: break-word;
}

.nav-secondary .search-form-input { /* not currently in use */
	background: none !important;
	border: none !important;
	font-family: 'Overpass Mono', monospace !important;
	font-size: 12px !important;
	font-weight: 700;
	height: 32px;
	padding-top: 20px !important;
	text-align: right !important;
	text-transform: uppercase !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 > .last > a {
	padding-right: 0;
}

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

/* 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;
}

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

.site-header .nav-primary {
	float: right;
	font-weight: 300;
	max-width: 940px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer a {
	color: #777;
	text-decoration: none;
}

.site-footer a:hover {
	color: #09c;
	text-decoration: none;
}

/* Social Navigation
--------------------------------------------- */

.nav-social {
	font-weight: 400;
	left: 36px;
	position: fixed;
	top: 80px;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 100%;
	z-index: 1001;
}

.admin-bar .nav-social,
.top-banner-visible .nav-social {
	top: 115px;
}

.nav-social a {
	color: #707070;
	font-family: 'Overpass Mono', monospace;
	font-size: 13px;
	padding: 0 12px;
	position: relative;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nav-social a:hover,
.nav-social a:focus {
	color: #fc4d2b !important;
}

.nav-social li:not(:first-child) a::before {
	background: #999;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2px;
	position: absolute;
	top: 0.8em;
	width: 2px;
}

.nav-social li:first-child a::before {
	background: #fc4d2b;
	content: "";
	display: inline-block;
	height: 1px;
	left: -100vh;
	position: absolute;
	top: 0.8em;
	width: 100vh;
}

.client-portfolio img {
	height: 771px !important;
	width: auto;
}

.brands {
	margin-top: 36px;
}

.brands img {
	filter: grayscale(100%);
	height: 100px;
	width: auto;
}

.brands img:hover {
	filter: none;
}

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

/* Featured Images
--------------------------------------------- */

.archive #genesis-content .authority-featured-image,
.blog #genesis-content .authority-featured-image {
    margin-bottom: 18px;
}

.single .authority-featured-image {
	margin: 0 0 14px;
}

.gb-block-post-grid-image a {
	display: inline-block;
}

.gb-block-post-grid-image a,
.authority-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}

/* .gb-block-post-grid-image a::before,
.authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
	background-color: #f3f3f3;
	background-image: linear-gradient(-69.5deg, #fff 38%, #f3f3f3 calc(38% + 2px));
	content: "";
	left: -10px;
	height: calc(100% + 10px);
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: -1;
}

.gb-block-post-grid-image a::before,
.authority-grid.archive:not(.woocommerce-page) .authority-featured-image::before,
.featuredpost .has-post-thumbnail > a::before {
	height: calc(100% + 10px);
}

.page.has-featured-image .authority-featured-image::before,
.single .authority-featured-image::before {
	background-color: #f3f3f3;
	background-image: linear-gradient(-69.5deg, #fff 38%, #f3f3f3 calc(38% + 2px));
	content: "";
	left: -10px;
	height: calc(100% + 18px);
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: -1;
} */

.sidebar-content.page.has-featured-image .authority-featured-image::before,
.sidebar-content.single .authority-featured-image::before {
	left: auto;
	right: 0;
}

.featuredpost .alignnone {
	margin-bottom: 24px;
}

.authority-featured-image.authority-image-alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.authority-featured-image.authority-image-alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.authority-featured-image.authority-image-alignleft img,
.authority-featured-image.authority-image-alignright img {
	margin: 0;
}

.gb-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
	margin-bottom: 0px;
	vertical-align: middle;
}

.gb-block-post-grid-image img,
.authority-featured-image img,
.featuredpost .has-post-thumbnail img {
	background-color: #f3f3f3;
	background-image: linear-gradient(-69.5deg, #f3f3f3 87%, #fff calc(87% + 2px));
}

.gb-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}

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

.entry {
	margin-bottom: 20px;
}

.single-post .entry {
}

.home .entry {
}

/* .entry-header {
	margin-bottom: 35px;
} */

.entry-content .intro {
	font-size: 24px;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #777;;
	color: #eee;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	background-color: #777;;
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
.authority-grid.archive:not(.woocommerce-page) .content .entry {
	float: left;
	padding: 0 35px;
	width: 33.3%;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry {
	padding-bottom: 35px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .entry:nth-of-type(3n+1),
.authority-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
	clear: left;
}

.gb-block-post-grid-header,
.featuredpost .entry-header,
.authority-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}

.featuredpost .entry-content p,
.authority-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}

.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
	padding-left: 35px;
	padding-right: 35px;
}

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

.entry-meta {
	color: #777;
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-byline,
.entry-meta > * {
	color: #777;
	font-family: 'Overpass Mono', monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.entry-categories,
.entry-tags {
	display: block;
	margin-left: 0;
}

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

.entry-footer {
	position: relative;
	z-index: 2;
}

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

.pagination {
	clear: both;
	margin: 35px 0 70px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination a,
.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
	background-color: #fff;
	border: 1px solid #777;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-family: 'Overpass Mono', monospace;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 8px;
	padding: 10px 12px;
	text-transform: uppercase;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #777;
	color: #fff;
	text-decoration: none;
}

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

.entry-comments > h3,
.entry-pings > h3,
.comment-respond > h3 {
	color: #777;;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -1px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.85;
	margin-bottom: 70px;
}

.comment-list li {
	border-left: 2px solid #eee;
	margin: 35px 0 0 15px;
	padding: 0 0 0 35px;
}

.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}

.comment-header {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
}

.comment-header a {
	color: #777;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-header p {
	margin-bottom: 0;
}

.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 15px;
}

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

.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;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-reply {
	color: #fc4d2b;
	font-family: 'Overpass Mono', monospace;
	font-weight: 400;
	text-transform: uppercase;
}

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


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	margin-bottom: 36px;
}


/* Top Banner
---------------------------------------------------------------------------- */

.authority-top-banner {
	background: #fc4d2b;
	display: none;
	padding: 24px 80px 24px 24px;
	position: relative;
	text-align: center;
}

.authority-top-banner,
.authority-top-banner a {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.55;
}

.authority-top-banner,
.authority-top-banner a,
.authority-top-banner a:focus,
.authority-top-banner a:hover {
	color: #fff;
}

#authority-top-banner-close,
#authority-top-banner-close:focus,
#authority-top-banner-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}

#authority-top-banner-close {
	padding-left: 35px;
	padding-right: 35px;
}


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

.footer-widgets {
	background-color: #f3f3f3;
	clear: both;
}

.footer-widgets .widget_media_image::after {
	display: none;
}

.footer-widgets .widget {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}

.footer-widgets h4 {
	color: #777;
	font-size: 36px !important;
}


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

.site-footer {
	background: #fff;
	border-top: 1px solid #f3f3f3;
	clear: both;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 75px 0 35px;
}

.site-footer p {
	clear: both;
	margin-bottom: 0;
	margin-top: 7px;
}

.site-footer .footer-links a {
	display: block;
}

.entry-tags {
	padding-bottom: 10px;
}

.cli-modal-close {
	background: #fff !important;
	margin: -14px -14px 0 0 !important;
	padding: 0 0 6px 0 !important;
}

.cli-privacy-overview {
	margin-top: 0 !important;
}

.cli-privacy-overview h4 {
	font-size: 36px !important;
	margin-top: -8px !important;
}

/* .no-feature .authority-featured-image,
.category-articles .archive-description, */
.no-show .entry-header,
.blog .archive-description,
.archive .entry-tags,
.archive .entry-meta,
.archive .tech-note,
.blog .entry-tags,
.blog .entry-meta,
.tag-glossary .entry-time,
.category-work .entry-tags,
.category-work .entry-meta,
.case-study .entry-tags,
.case-study .entry-meta,
.case-study .tech-note,
.case-study .after-entry,
.page-id-7068 .entry-header,
.page-id-7069 .entry-header,
.page-id-7070 .entry-header,
.postid-7912 .entry-header,
.single-memberpressproduct .entry-header,
.rotate-invisible {
	display: none !important;
}

.tagcloud {
	text-align: justify;
}

.tag-cloud-link {
	background: #fafafa;
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 16px !important;
	margin-right: 10px;
	margin-bottom:  10px;
	padding: 4px 12px;
}

.tag-cloud-link:hover {
	background: #fff;
	border: 1px solid #fc4d2b;
}

.category-work .entry-content {
	padding-bottom: 60px;
}

.service { /* sidebar version */
	clear: both;
	color: white;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.25;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
	transition: background 0.25s ease-in-out;
	width: 100%;
}

.services { /* front page version */
	color: white;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.25;
	margin: 20px 0;
	padding: 20px;
	text-align: left;
	transition: background 0.25s ease-in-out;
	width: 100%;
}

.service:hover,
.services:hover {
	transition: background 0.25s ease-in-out;
}

.new-start {
	background: #09c;
}

.new-start:hover {
	background: #069;
}

.library {
	background: #f93;
}

.library:hover {
	background: #f63;
}

.advisory {
	background: #93c;
}

.advisory:hover {
	background: #609;
}

.materials {
	background: #690;
}

.materials:hover {
	background: #360;
}

::-moz-selection {
	background: #09c;
	color: #fff;
}

::selection {
	background: #09c;
	color: #fff;
}

.pum-close {
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.pum-close:hover {
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #333 !important;
	transform: none !important;
}

.sidebar .widget .featured-post-6 {
	margin-top: -24px !important;
	padding-top: 0 !important;
}

.widget_media_image {
	padding-bottom: 0 !important; 
}

.team-name {
	font-weight: 700;
	line-height: 1 !important;
}

.content-box {
	border: 1px solid #0099cc;
	border-radius: 3px;
	clear: both !important;
	margin-bottom: 48px;
	padding: 0 30px 6px;
}

.stacks-news {
	background: #eee;
	border-radius: 3px;
	padding: 9px 16px 8px;
	text-align: left;
}

/* MCX Simple Pages
---------------------------------------------------------------------------- */

.mcx-segment {
	clear: both;
	padding: 60px 0;
	width: 100%;
}

.mcx-stack {
	background-color: #f9f9f9;
	border-radius: 3px;
	color: #0099cc;
	display: block;
	font-size: 20px;
	margin: 20px 0;
	padding: 14px 20px 10px;
}

.mcx-service {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #555;
	display: block;
	font-size: 20px;
	margin: 20px 0;
	padding: 14px 20px 10px;
}

.mcx-path {
	background-image: url(images/path.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center !important;
}

.mcx-insights {
	background-image: ;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center !important;
}

.big-blue {
	color: #0099cc;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.125;
}

.thin-gray {
	color: #333333;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.25;
	margin: 0 auto !important;
	max-width: 800px !important;
	text-align: center !important;
}

.small-gray {
	color: #333333;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin: 0 auto !important;
	max-width: 800px !important;
	text-align: center !important;
}

.little-blue {
	color: #0099cc;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 1.25;
}

.wppsac-post-image-bg {
	float: right !important;
	height: auto !important;
	margin: 0 0 6px 24px !important;
	width: 100% !important;
}

.wppsac-post-title a {
	color: #09c !important;
}

.wppsac-post-title a:hover {
	color: #333 !important;
}

.slick-dots li button {
	border: 1px solid #ccc !important;
	box-shadow: none !important;
}

li button .slick-active {
	background: #ccc !important;
}

/* MemberPress
---------------------------------------------------------------------------- */

.mp_wrapper form {
    max-width: 600px;
}

/* Redirect from Magento */

.mepr-product-access-url {
	font-size: 24px; 
	font-weight: 300; 
	text-align: center;
	}

.logged-in .mepr-signup-form {
	display: none !important;
	}

.button.mp-hide-pw {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 14px 12px !important;
	transform: none !important;
}

.sidebar button.mp-hide-pw,
.single-memberpressproduct .entry-meta,
.category-stacks .mepr-login-form-wrap {
	display: none !important;
}

.category-stacks .archive-description {
	padding: 0;
	margin-bottom: 6px;
}

.mepr-login-actions,
.mepr-account-change-password {
	font-family: 'Overpass Mono', monospace !important;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.widget h4 .entry-title a {
	color: #999 !important;
	font-size: 18px !important;
	margin: 0;
	padding: 0;
}

/* .widget .category-exclusive h4.entry-title:before {
	color: #fc4d2b;
	content: "\f160";  /* locked */
	display: inline;
	font-family: 'dashicons';
	font-size: 16px !important;
	margin: 0 4px -3px 0 !important;
	position: relative;
}

.logged-in .widget .category-exclusive h4.entry-title:before {
	color: #09c !important;
	content: "\f528" !important; /* unlocked */
} */

#mepr_login_widget-2 {
	padding-top: 0 !important;
}

.mepr-product-access-url a {
	clear: both;
	display: block;
	margin-bottom: 100px;
}

.mp_wrapper table.mepr-account-table {
    font-size: 75% !important;
}

.sidebar .widget-wrap article {
	margin-bottom: 0 !important;
}

.sidebar .widget-wrap h4 a {
	color: #bbb !important;
	letter-spacing: normal !important;
}

.sidebar .widget-wrap h4 a:hover {
	color: #09c !important;
}

.mp_wrapper .mp_login_form {
	padding-bottom: 36px;
}

.gfield_label,
form label {
	color: #777;
	font-family: 'Overpass Mono', monospace !important;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1 !important;
	text-transform: uppercase;
}

form .sf-contact {
	margin-top: -60px !important;
}

#rememberme,
#rememberme:hover {
	margin: 0 !important;
	padding: 0 !important;
}

.crp_related {
	box-shadow: none !important;
}

.crp_related ul li,
.crp_related ul li:focus,
.crp_related ul li:hover,
.crp_related ul li a,
.crp_related ul li a:focus,
.crp_related ul li a:hover {
	background: 0 !important;
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: 0 !important;
	animation: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.crp_related ul li::after {
  box-shadow: 0 !important;
  opacity: 0 !important;
  transition: 0 !important;
}

button.siq-rp-accordion {
	border: 0 !important;
	color: #0099cc !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	text-transform: capitalize !important;
}

button.siq-rp-accordion:hover,
button.siq-rp-accordion:focus {
	background: none !important;
	color: #fc4d2b !important;
}

.relpost-thumb-container {
	border-top: 1px solid #eee;
	padding-top: 28px !important;
}

.relpost-block-single {
	background: transparent !important;
	margin: 0 14px 0 0 !important;
	padding: 0 !important;
	max-width: 180px !important;
}

.relpost-block-single:hover {
	background: transparent !important;
}

.relpost-block-single-image {
	height: 130px !important;
	margin-bottom: 8px !important;
}

.relpost-block-single-image:hover {
	opacity: 0.5 !important;
}

.relpost-block-single-text {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	max-width: 160px !important;
	text-align: left !important;	
}

.relpost-block-single-text:hover {
	color: #0099cc !important;
}

/* Genesis Slider */

#genesis-responsive-slider {
	border: 0 !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.slide-background {
	background: none !important;
}

.slide-excerpt {
	background: none !important;
	color: #fff !important;
	margin: 0 !important;
	opacity: 1 !important;
	padding: 20px !important;
}

.slide-excerpt a {
	background: #fff !important;
    box-shadow: 15px 0 0 #fff, -12px 0 0 #fff;
	color: #09c !important;
	font-size: 48px !important;
	line-height: 1.3 !important;
	opacity: 1 !important;
    padding: 5px 0 !important;
}

.slide-excerpt a:hover {
	color: #333 !important;
	font-size: 48px !important;
	opacity: 1 !important;
}

.slide-excerpt-border {
	border: 0 !important;
}

.flex-control-nav {
	margin: -30px 0 -20px !important;
	z-index: 50 !important;
}

.legal {
	clear: both;
	display: block;
	font-family: 'Overpass Mono', monospace !important;
	letter-spacing: -.5px;
	padding-top: 100px !important;
	text-transform: uppercase;
}

#siq_search_results {
	padding: 0 !important;
}

.siq-prdrslts-box {
	background: #fff !important;
	border: 1px solid #fff !important;
	padding: 12px !important;
}

.siq-prdrslts-box:hover {
	border: 1px solid #09c !important;
}

.siq-prdtls {
	word-break: keep-all !important;
}

.page-id-7244 .searchAreaLeftTd {
	display: none !important;
}

.siq-rp-blogrfct-facet {
	padding-top: 9px;
}

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

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

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

	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.site-header .nav-primary {
		max-width: 800px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.site-header .nav-primary {
		max-width: 620px;
	}

	.author-box .avatar {
		margin-left: -60px;
	}

	.services {
		font-size: 24px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.service {
		clear: both;
		display: inline-block;
		margin: 13px 3%;
		width: 48%;
	}

	.new-start,
	.library,
	.materials,
	.advisory {
		margin-left: 0;
	}

	.library,
	.materials {
		margin-right: 0;
	}

	.services {
		font-size: 18px;
	}

	.title-area {
		margin-right: 10px;
	}

	.wp-custom-logo .title-area,
	.title-area {
		max-width: 50%;
	}

	.archive-description {
		margin-bottom: 28px;
		padding-bottom: 20px;
	}

	.archive-description,
	.entry {
		max-width: 800px;
	}

	.authority-grid .archive-description {
		max-width: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		background-color: transparent;
		clear: both;
		display: none;
		padding: 30px 0 10px;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden,
	.genesis-responsive-menu .moved-item-nav-social,
	.genesis-responsive-menu .highlight,
	.genesis-nav-menu .dashicons,
	.genesis-nav-menu .browseby {
		display: none !important;
		visibility: hidden !important;
	}

	.genesis-responsive-menu .thestacksmenu {
		border-top: 1px solid #ccc;
		margin-top: 14px;
		padding-top: 18px;
	}

	.genesis-responsive-menu .contactus,
	.genesis-responsive-menu .gohome {
		display: inherit !important;
		visibility: visible !important;
	}

	.genesis-responsive-menu .moved-item-nav-social a,
	.genesis-responsive-menu .moved-item-nav-social a:focus,
	.genesis-responsive-menu .moved-item-nav-social a:hover,
	.genesis-responsive-menu .moved-item-nav-secondary a,
	.genesis-responsive-menu .moved-item-nav-secondary a:focus,
	.genesis-responsive-menu .moved-item-nav-secondary a:hover {
		display: inline;
		font-family: 'Overpass Mono', monospace !important;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: none !important;
		background-color: transparent !important;
		box-shadow: none !important;
		color: #777 !important;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent !important;
		color: #fc4d2b !important;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: top;
	}

	.sub-menu-toggle {
		float: right;
		margin-top: -12px;
		padding: 10px;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		width: 100% !important;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #fc4d2b;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu,
	.genesis-nav-menu .highlight {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		background-color: transparent !important;
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-responsive-menu .highlight a {
		box-shadow: none;
		clear: both;
		font-size: 18px !important;
		font-weight: 700 !important;
		margin: 14px auto 18px -26px !important;
		max-width: 140px;
		padding: 16px !important;
		text-align: center !important;
		transform: none;
	}

	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background-color: #fc4d2b !important;
		color: #fff !important;
	}

	.stacks-condensed {
		border-top: 1px solid #acacac;
		margin-top: 10px;
		padding-top: 6px;
	}

	.forcespace {
		margin: 20px 0 18px !important;
	}

	.slide-excerpt {
		padding: 0 10px !important;
	}

	.slide-excerpt a,
	.slide-excerpt a:hover {
		font-size: 36px !important;
	}

	.flexible-widgets .widget {
		padding-left: 25px;
		padding-right: 25px;
	}

	.flexible-widgets .entry-content,
	.flexible-widgets .textwidget {
		margin-left: 0;
	}

	.enews-widget {
		padding: 20px 40px;
	}

	.tagcloud {
	text-align: left;
	}

	.flexible-widgets .enews-widget {
		padding: 40px 60px;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		left: -20px;
		width: calc(100% + 40px);
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 0 25px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
		padding-left: 25px;
		padding-right: 25px;
	}

	.blog .sidebar .widget:first-of-type,
	.page.has-featured-image .sidebar .widget:first-of-type,
	.single .sidebar .widget:first-of-type {
		margin-top: 0;
	}

	.site-footer {
		margin-top: 20px;
		text-align: center;
	}
	
	.one-sixth {
		text-align: left;
	}

}

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

	.crp_related {
		display: none;
	}

}

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

	.author-box .avatar {
		margin-left: 35px;
	}

	.site-inner {
		padding-right: 5%;
		padding-left: 5%;
	}

	.site-header .wrap,
	/* .wrap, */
	#footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.slide-excerpt a,
	.slide-excerpt a:hover {
		font-size: 24px !important;
	}

	.after-entry,
	.author-box {
		padding: 30px;
		margin-bottom: 5%;
	}

	.entry-footer {
		margin-left: 0;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.widget_rss,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.one-sixth,
	.one-sixth .first {
		margin-bottom: 40px !important;
		text-align: center !important;
	}

	.services {
		font-size: 28px;
		margin: 0;
	}

	.home .new-start {
		margin-top: -16px !important;
	}

	.home .new-start,
	.home .library,
	.home .advisory {
		margin-bottom: -30px !important;
	}

	#authority-top-banner-close {
		padding-left: 20px;
		padding-right: 20px;
	}

	.authority-top-banner {
		padding-left: 18px;
		padding-right: 60px;
	}

	.enews-widget::after {
		display: none;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type {
		padding-top: 20px;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		left: -15px;
		width: calc(100% + 30px);
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		padding: 0 20px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .widget-title {
		padding-left: 20px;
		padding-right: 20px;
	}

	.flexible-widgets.widget-odd .featuredpost:last-of-type .more-posts {
		padding: 0 20px 10px;
	}

	.brands img {
		height: 80px;
	}

}

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

	.full-width-content.single .content {
		margin-top: 20px;
	}

	.flexible-widgets .widget,
	.flexible-widgets .widget:nth-child(odd),
	.flexible-widgets.widget-odd .widget:last-of-type,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		clear: both;
		float: none;
		position: static;
		max-width: none;
		padding: 20px 0;
		width: 100%;
	}

	.footer-widgets .enews-widget:nth-child(1),
	.footer-widgets .enews-widget:nth-child(2) {
		margin: 0;
	}

	blockquote {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 0;
	}

	blockquote::before {
		position: relative;
		left: -8px;
		height: 80px;
		top: auto;
	}

	.flexible-widgets blockquote p {
		font-size: 18px;
	}

	.gb-block-post-grid div[class*="columns"].is-grid,
	.gb-block-post-grid .is-list .entry {
		grid-template-columns: 1fr;
	}

	.gb-block-post-grid .gb-post-grid-items .entry,
	.gb-block-post-grid .gb-post-grid-items.is-grid .entry,
	.flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	.authority-grid.archive:not(.woocommerce-page) .content .entry {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	.flexible-widgets .featuredpost .more-posts,
	.flexible-widgets .featuredpost .widget-title {
		padding-left: 0;
		padding-right: 0;
	}

	.authority-featured-image::before,
	.featuredpost .has-post-thumbnail > a::before {
		display: none;
	}

	.flexible-widgets .enews-widget,
	.flexible-widgets .enews-widget:last-of-type,
	.flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 30px 40px;
	}

	.service {
		clear: both;
		margin: 10px 0;
		width: 100%;
	}

	.authority-featured-image,
	.entry,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 0;
	}

}

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

	.wrap {
		padding: 0;
	}

	.flexible-widgets > .wrap {
		padding: 15px 0;
	}

	.slide-excerpt {
		line-height: 1 !important;
		margin: -10px 0 0 0 !important;
		padding: 5px 10px !important;
	}

	.slide-excerpt a {
		font-size: 20px !important;
		margin: 0 !important;
	    padding: 5px 0 !important;
	}

	.slide-excerpt a,
	.slide-excerpt a:hover {
		font-size: 20px !important;
	}

	.enews-widget,
	.flexible-widgets .enews-widget,
	.flexible-widgets .enews-widget:last-of-type,
	.flexible-widgets.widget-odd .enews-widget:last-of-type {
		padding: 20px;
	}

	.wppsac-post-image-bg {
		clear: both !important;
		float: none !important;
		height: auto !important;
		margin: 0 auto 14px !important;
		width: 100% !important;
	}

}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		clear: both;
		padding: 20px;
	}

	.authority-grid.archive .content .entry,
	.content,
	.content-sidebar,
	.flexible-widgets .featured-content .entry,
	.flexible-widgets .widget,
	.wp-custom-logo .title-area,
	.title-area,
	.woocommerce.archive .content .entry {
		max-width: 100% !important;
		width: 100% !important;
	}

	.flexible-widgets .widget,
	.flexible-widgets .widget:nth-child(2n) {
		float: none;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.nav-social,
	.pagination,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.author-box {
		margin-bottom: 0;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		position: relative;
	}

	.more-link {
		border-width: 0;
		display: block;
		position: static;
	}

	.more-link-wrap {
		border-width: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}