xust
/*
Theme Name: CatholicReview based on Magazine Pro
Theme URI: http://my.studiopress.com/themes/magazine/
Description: Put yourself on the front lines of online publishing with the up-to-the-minute, high-gloss look and feel of the Magazine theme.
Author: StudioPress
Author URI: https://valet.io

Version: 3.6

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

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: magazine-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
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Simple Social Icons
		- WP Forms
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/


/* 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 {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
    ;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
            text-decoration: underline dotted;
    border-bottom: none;

    -webkit-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 {
    padding: 0;
    border-style: none;
    ;
}

[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 {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
    ;
}

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] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
    ;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
    ;
}

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 {
    display: table;
    content: ' ';
}

.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 {
    display: table;
    clear: both;
    content: ' ';
}


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


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

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    line-height: 1.625;
    overflow-x: hidden;
    color: #222;
    background-color: #fff;
}

body.magazine-landing {
    background-color: #222;
}

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

::selection {
    color: #fff;
    background-color: #222;
    text-shadow: none;
}

a {
    font-weight: 400;
    text-decoration: none;
    color: #008285;
    background-color: inherit;
}

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

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

strong {
    font-weight: 700;
}

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

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

blockquote,
blockquote::before {
    color: #888;
}

blockquote {
    margin: 40px;
}

cite {
    font-style: normal;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


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

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

img {
    height: auto;
}

figure {
    margin: 0;
}


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

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 4px;
    text-align: center;
}

.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 .gallery-item img {
    height: auto;
    margin: 0;
    border: 0;
}


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

input,
select,
textarea {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    padding: 16px;
    color: #222;
    border: 1px solid #ddd;
    background-color: #fff;
}

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

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

::-ms-input-placeholder {
    font-family: Raleway, sans-serif;
    opacity: 1;
    color: #222;
}

:-ms-input-placeholder {
    font-family: Raleway, sans-serif;
    opacity: 1;
    color: #222;
}

::placeholder {
    font-family: Raleway, sans-serif;
    opacity: 1;
    color: #222;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.entry-content .button,
.sidebar button,
.sidebar input[type='button'],
.sidebar input[type='reset'],
.sidebar input[type='submit'],
.sidebar .widget a.button,
.site-container div.wpforms-container-full .wpforms-form input[type='submit'],
.site-container div.wpforms-container-full .wpforms-form button[type='submit'] {
    font-family: Raleway, sans-serif;
    width: auto;
    padding: 16px 24px;
    cursor: pointer;
    white-space: normal;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #222;
}

button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover,
.sidebar .widget a.button:focus,
.sidebar .widget a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type='submit']:focus,
.site-container div.wpforms-container-full .wpforms-form input[type='submit']:hover,
.site-container div.wpforms-container-full .wpforms-form button[type='submit']:focus,
.site-container div.wpforms-container-full .wpforms-form button[type='submit']:hover {
    color: #fff;
    border: 0;
    background-color: #008285;
}

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

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

.button {
    display: inline-block;
}

.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 {
    cursor: not-allowed;
    color: #565656;
    border: 0;
    background-color: #ddd;
}

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

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


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

table {
    width: 100%;
    margin-bottom: 40px;
    border-spacing: 0;
    border-collapse: collapse;
    word-break: break-all;
}

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

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

td {
    padding: .5em;
}

tr {
    border-top: 1px solid #eee;
}

th {
    font-weight: 600;
    padding: .5em;
}


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

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

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

.more-link {
    position: relative;
}


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


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

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

.site-inner {
    clear: both;
    padding-top: 40px;
}

.magazine-landing .site-inner {
    padding-bottom: 40px;
}

body.page-template-full-width .site-inner {
    max-width: unset !important;
    padding: 0;
}


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


/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* Content */

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

.magazine-landing.full-width-content .content {
    float: none;
    max-width: 800px;
    margin: 0 auto;
}

.magazine-landing .content {
    padding: 50px 60px 24px;
    background-color: #fff;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 540px;
}

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


/* Primary Sidebar */

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

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


/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


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


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

.avatar {
    float: left;
}

.alignleft .avatar,
.alignleft.avatar {
    margin-right: 10px;
}

.alignright .avatar,
.alignright.avatar {
    margin-left: 10px;
}

.author-box .avatar {
    margin-right: 30px;
}

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

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

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

img.alignnone {
    margin-bottom: 12px;
}

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

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

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

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,
.entry-content .wp-caption-text,
.post-copyright {
    font-size: 14px;
    font-style: italic;
    margin-top: .5em;
    margin-bottom: 1em;
}

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

.widget_calendar table {
    width: 100%;
}

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

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


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

.breadcrumb {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888;
}

.archive-description,
.author-box {
    margin-bottom: 50px;
    padding: 40px;
}

.archive-description,
.author-box {
    background-color: #f5f5f5;
}

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

.archive-title + p {
    margin-top: 24px;
}

.author-box-title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
    color: #222;
}

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


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

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

.entry-content .search-form {
    width: 50%;
    margin-bottom: 40px;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}

.footer-widgets .search-form input {
    border: 0;
}

.genesis-nav-menu .search-form input {
    width: 180px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #222;
    background-color: #222;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
    color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
    color: #fff;
}

.genesis-nav-menu .search-form input:focus {
    border: 1px solid #fff;
}

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

.widget_search input[type='submit']:focus {
    top: 2px;
    right: 2px;
    padding: 14px 16px;
    border-left: 1px solid #ddd;
    box-shadow: none;
}


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

.entry-title {
    font-size: 36px;
    line-height: 1;
}

.entry-title a,
.sidebar .widget-title a,
a.wpp-post-title {
    font-weight: 500;
    color: #222;
}

.entry-title a:focus,
.entry-title a:hover,
a.wpp-post-title:hover,
a.wpp-post-title:focus {
    color: #008285;
}

.widget-title {
    font-size: 16px;
    clear: both;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.sidebar .widget-title {
    padding: 10px;
    color: #fff;
    background-color: #7a97bc;
}

.sidebar .enews .widget-title {
    padding: 0;
    background: none;
}

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

.magazine-landing .widget-title {
    color: #222;
    background-color: #fff;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 0;
}


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

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

.widget li {
    list-style-type: none;
}

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

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

.widget ul > li:last-child {
    margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
    margin: 0;
    padding: 0;
}


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

.featured-content {
    clear: both;
    overflow: hidden;
}

.featured-content .entry {
    margin-bottom: 30px;
}

.sidebar .featured-content h4 a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.sidebar .featured-content a img {
    max-width: 75px;
    height: auto;
}

.sidebar .featured-content article {
    margin-bottom: 1rem;
}

.sidebar .featured-content article a.alignleft {
    margin-right: 1rem;
    margin-bottom: 6px;
}

.sidebar .featured-content .entry {
    border-bottom: 1px dotted #888;
}

.sidebar .featured-content .entry:last-child {
    border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 24px;
    line-height: 1.2;
    border: 0;
}

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

.featured-content .entry-title a {
    border: 0;
}

.featured-content a.alignnone {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
}

.featured-content .entry-header .entry-meta {
    margin-bottom: 10px;
}

.featured-content ul {
    clear: both;
    margin-bottom: 30px;
}

.featured-content li {
    list-style-type: none;
}


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

.home .ab-block-post-grid .ab-block-post-grid-author:not(:last-child):after,
.home .ab-block-post-grid .ab-block-post-grid-date:not(:last-child):after {
    content: '';
}

.printfriendly,
p.print-friendly {
    font-size: 16px;
    line-height: 1.625;
    display: block;
    float: left;
    width: 75px;
    height: 25px;
    margin-right: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #0b0b0b;
}

.printfriendly img,
p.print-friendly img {
    position: relative;
    top: 2px;
    padding-right: 8px;
    padding-left: 8px;
}

.printfriendly a,
.print-friendly a,
.print-frindly a:hover,
.print-friendly a:active,
.print-friendly a:visited {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    float: left;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

a.menu-image-title-hide.menu-image-not-hovered {
    padding-top: 3px;
    padding-bottom: 3px;
}

.entry-content .wp-block-getwid-social-links ul {
    padding-left: 0;
}

.entry-content .wp-block-getwid-social-links li {
    list-style-type: none;
}


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

.enews-widget input {
    margin-bottom: 16px;
}

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

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

.widget-area .enews-widget {
    padding: 0 40px 40px;
    color: #aaa;
    background-color: #7a97bc;
}

.widget-area .enews-widget .widget-title {
    color: #fff;
}

.widget-area .enews-widget p {
    color: #fff;
}

.widget-area .enews-widget input:focus {
    border: 1px solid #ddd;
}

.widget-area .enews-widget input[type='submit'] {
    color: #7a97bc !important;
    background-color: #eee !important;
}

.widget-area .enews-widget input:focus[type='submit'],
.widget-area .enews-widget input:hover[type='submit'] {
    color: #222;
    background-color: #fff !important;
}

.magazine-landing .widget-area .enews-widget input:focus[type='submit'],
.magazine-landing .widget-area .enews-widget input:hover[type='submit'] {
    color: #fff;
    background-color: #222;
}

.magazine-landing .widget-area .enews-widget {
    color: #222;
    background-color: #fff;
}

.magazine-landing .widget-area .enews-widget .widget-title {
    color: #7a97bc;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}


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

img#wpstats {
    display: none;
}


/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
    margin: 0 2px 4px !important;
}


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

.entry-content .wpforms-container {
    margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    height: auto;
    padding: 15px;
    border-radius: 0;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    position: absolute !important;
    left: -9000px !important;
    display: none !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


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

.genesis-skip-link {
    margin: 0;
}

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


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


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

.primary-nav .site-header {
    padding-top: 64px;
}

.site-header .wrap {
    max-width: 100%;
    text-align: center;
    background: #7a97bc;
}

.custom-logo-link,
.wp-custom-logo .title-area {
    outline: none;
}


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

.title-area {
    padding-top: 30px;
}

.wp-custom-logo .title-area {
    max-width: 100% !important;
    padding: 30px 0;
    text-align: center;
}

.wp-custom-logo .title-area img {
    width: auto;
    max-width: 600px;
    height: auto;
}

.site-title {
    font-family: Raleway, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    font-weight: 900;
    color: #222;
}

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


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    width: 100%;
}

.wp-custom-logo .header-widget-area {
    max-width: 100% !important;
}

.site-header .widget-area p {
    margin-bottom: 0;
}


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

.genesis-nav-menu {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    clear: both;
    width: 100%;
    text-transform: uppercase;
    color: #222;
}

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

.genesis-nav-menu a {
    position: relative;
    display: block;
    /*    padding: 25px 20px;
*/
    color: #222;
    border: 0;
}

.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: #008285;
}

.genesis-nav-menu .sub-menu {
    position: absolute;
    z-index: 99;
    left: -9999px;
    width: 190px;
    transition: opacity .4s ease-in-out;
    opacity: 0;
}

.genesis-nav-menu .sub-menu a {
    font-size: 12px;
    position: relative;
    width: 190px;
    padding: 20px;
    text-transform: none;
    border: 1px solid #222;
    border-top: none;
    background-color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -53px 0 0 189px;
}

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


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

.site-header .sub-menu {
    border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
    margin-top: -54px;
}


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

.nav-primary {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    background-color: #fff;
}

.admin-bar .nav-primary {
    top: 32px;
}

.nav-primary a {
    color: #000;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    /*border-top: none;*/
    background-color: #fff;
}


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

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

/* Single Posts
---------------------------------------------------------------------------- */
.infinite-content-container-ad div,
.infinite-content-container-mobile-ad div {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.infinite-content-container-ad {
    display: none;
}

@media screen and (min-width: 1024px) {
    .infinite-content-container-mobile-ad {
        display: none;
    }

    .infinite-content-container-ad {
        display: block;
    }
}




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

.entry {
    margin-bottom: 60px;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
    border-bottom: 2px solid #eee;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    padding-left: 40px;
}

.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-meta {
    font-size: 14px;
}

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

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

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

.single .entry-meta .metaleft {
    float: left;
    text-align: left;
}

.single .entry-meta .metaright {
    float: right;
    text-align: right;
}


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

.after-entry {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #222;
}

.after-entry p:last-child {
    margin-bottom: 0;
}

.after-entry .widget {
    margin-bottom: 30px;
}

.after-entry .widget:last-child {
    margin-bottom: 0;
}


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

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    clear: both;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    color: #fff;
    background-color: #222;
}

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

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 50px;
    background-color: #fff;
}

.comment-content {
    clear: both;
}

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

.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-list li,
.ping-list li {
    list-style-type: none;
}

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

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    border: 2px solid #fff;
    border-right: none;
    background-color: #f5f5f5;
}

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

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

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


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

.magazine-landing .sidebar,
.magazine-landing .sidebar a {
    color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
    text-decoration: none;
    color: #aaa;
    box-shadow: inset 0 -1px 0 0 #aaa;
    text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
}

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

.sidebar .featured-content p:last-child {
    margin-bottom: 24px;
}

.sidebar li {
    margin-bottom: 6px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #888;
}

.sidebar .widget {
    margin-bottom: 24px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    cursor: pointer;
    color: #222;
    background-color: #eee;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
    color: #fff;
    background-color: #008285;
}


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

.footer-widgets {
    font-size: 14px;
    clear: both;
    padding: 60px 0 20px;
    color: #aaa;
    background-color: #222;
}

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

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

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

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

.footer-widgets a {
    font-weight: 300;
    color: #fff;
}

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

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets li {
    margin-bottom: 20px;
}

.footer-widgets .enews-widget {
    padding: 0;
}

.footer-widgets button,
.footer-widgets input[type='button'],
.footer-widgets input[type='reset'],
.footer-widgets input[type='submit'],
.footer-widgets .button {
    color: #222;
    background-color: #eee;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type='button']:focus,
.footer-widgets input[type='button']:hover,
.footer-widgets input[type='reset']:focus,
.footer-widgets input[type='reset']:hover,
.footer-widgets input[type='submit']:focus,
.footer-widgets input[type='submit']:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.woocommerce .footer-widgets button:focus,
.woocommerce .footer-widgets button:hover,
.woocommerce .footer-widgets input[type='button']:focus,
.woocommerce .footer-widgets input[type='button']:hover,
.woocommerce .footer-widgets input[type='reset']:focus,
.woocommerce .footer-widgets input[type='reset']:hover,
.woocommerce .footer-widgets input[type='submit']:focus,
.woocommerce .footer-widgets input[type='submit']:hover,
.woocommerce .footer-widgets .button:focus,
.woocommerce .footer-widgets .button:hover {
    color: #222;
    background-color: #fff;
}


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

.site-footer {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    text-align: center;
    background-color: #222;
}

.site-footer .wrap {
    padding: 60px 0;
    border-top: 1px solid #444;
}

.site-footer,
.site-footer a {
    color: #aaa;
}

.site-footer a:focus,
.site-footer a:hover {
    color: #fff;
}

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


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

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

    .site-header .title-area,
    .wp-custom-logo .title-area {
        max-width: 380px;
    }

    .site-header .widget-area,
    .wp-custom-logo .header-widget-area {
        max-width: 570px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 780px;
    }

    .content {
        width: 630px;
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 450px;
    }

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

    .sidebar-secondary {
        width: 150px;
    }
}

@media only screen and (max-width: 1023px) {
    .site-inner,
    .wrap {
        max-width: 750px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-header .title-area,
    .wp-custom-logo .site-header .widget-area,
    .wp-custom-logo .site-header .title-area {
        width: 100%;
        max-width: 100%;
    }

    .custom-logo-link {
        display: block;
        margin: 0 auto;
        outline: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .widget-area {
        margin-top: 20px;
    }

    .nav-primary {
        position: static;
    }

    .featured-content .entry,
    .site-header .search-form,
    .site-title {
        float: none;
    }

    .primary-nav .site-header,
    .title-area {
        padding: 0;
    }

    .title-area {
        padding-bottom: 20px;
    }

    .genesis-nav-menu > .right {
        display: none;
    }
}

@media only screen and (max-width: 840px) {
    .site-inner {
        max-width: 100%;
    }

    .footer-widgets,
    .nav-secondary,
    .site-footer,
    .site-inner {
        padding-right: 5%;
        padding-left: 5%;
    }

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

    .admin-bar nav.nav-primary {
        top: 0;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

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

    .wp-custom-logo .title-area img {
        max-width: 90%;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        visibility: visible;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
        color: #222;
        border: 0;
        background-color: #fff;
    }

    nav#wp-megamenu-secondary {
        border-bottom: none;
    }

    .wpmm-mobile-menu ul.wp-megamenu li > a b.fa-caret-down {
        font-size: 20px !important;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-hide-mobile {
        display: none;
    }

    nav.nav-primary .sub-menu-toggle,
    #genesis-mobile-nav-primary {
        color: #fff;
        background-color: #222;
    }

    button.menu-toggle,
    button.menu-toggle:active,
    button.menu-toggle:hover {
        background-color: #fff;
    }

    .menu-toggle:hover,
    .menu-toggle:focus {
        color: #aaa;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        color: #aaa;
        border: 0;
        background-color: #fff;
    }

    .menu-toggle:focus,
    .sub-menu-toggle:focus {
        outline: 1px solid #ccc;
    }

    .sub-menu-toggle:focus {
        outline-offset: -1px;
    }

    .menu-toggle {
        line-height: 20px;
        position: relative;
        z-index: 1000;
        right: 0;
        width: 100%;
    }

    .menu-toggle::before {
        margin-right: 10px;

        text-rendering: auto;
    }

    .sub-menu-toggle {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 10px;
        float: right;
        padding: 10px;
    }

    nav.nav-primary .sub-menu-toggle:focus,
    nav.nav-primary .sub-menu-toggle:hover {
        color: #aaa;
        background-color: transparent;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        transform: rotate(0);

        text-rendering: auto;
    }

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

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

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

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        width: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        padding: 15px 20px;
        border: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: 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 {
        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 {
        position: static;
        display: none;
        clear: both;
        width: 100%;
        margin: 0;
        padding-left: 15px;
        opacity: 1;
    }

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

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

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .ab-block-container .ab-container-inside,
    .ab-block-container.alignwide .ab-container-inside {
        max-width: 1140px !important;
        margin: 0 auto;
    }
}

.widget-wrap .search-form input,
.widget-wrap .search-form input::placeholder {
    color: #7a97bc;
}

/* Advertisement page styles */

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
    background-color: #2d9bea;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled {
    width: 0;
    height: 100%;
    border-radius: 3px;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar:first-child {
    margin-top: 0;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar {
    position: relative;
    margin-top: 32px;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-right {
    font-weight: 700;
    float: right;
}

.gdlr-core-skill-bar-item.gdlr-core-size-medium .gdlr-core-skill-bar-progress {
    height: 15px;
    border-radius: 3px;
}

.gdlr-core-skill-bar-item .gdlr-core-skill-bar-progress {
    background-color: #f3f3f3;
}

h3.blog-title a {
    color: #222;
}

h3.blog-title a:focus,
h3.blog-title a:hover {
    color: #7a97bc;
}

.blog-grid .blog-thumbnail {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 25px;
    background: #000;
}

.blog-grid .blog-thumbnail a:hover img {
    transition: transform .5s ease, opacity .5s ease;
    transform: scale(1.1);
    opacity: .5;
}

.blog-grid .blog-thumbnail a img {
    transition: transform .5s ease;
}

.blog-author img {
    margin-right: 10px;
    margin-bottom: 0;
}

.blog-grid-content-wrap .blog-info-date {
    display: block;
    margin-bottom: 7px;
    color: #959595;
}

.blog-grid-content-wrap .blog-content {
    border-bottom: 1px solid #e2e2e2;
}

.blog-grid-content-wrap .blog-info-date {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #959595;
}

.blog-author {
    margin-top: -15px;
}

.blog-author span {
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-author span.entry-author {
    line-height: 36px;
}

.blog-author span.blog-info-category {
    margin-top: 10px;
}

ul.sidebar-images {
    display: flex;

    align-items: center;
    justify-content: center;
}

ul.sidebar-images li {
    margin: 0;
    padding: 0;
    border: none;
}

ul.sidebar-images li:first-child {
    margin-right: 20px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.mega-menu-float-right {
    float: right !important;
    clear: none !important;
    /*    width: 33% !important;
    margin: 10px 0 !important;*/
}

@media screen and (min-width: 768px) {
    .mega-menu-float-right {
        width: auto !important;
        margin: auto 10px !important;
    }
}


/*.mega-menu-float-right a */

#wp-megamenu-secondary > .wpmm-nav-wrap ul.wp-megamenu > li.mega-menu-float-right > a {
    padding: 15px 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.mega-menu-float-right > a i.dashicons,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.mega-menu-float-right > a i.fa {
    font-size: 20px !important;
    text-align: center !important;
    color: #222 !important;
}

.mega-menu-float-right a:hover,
.mega-menu-float-right a:focus {
    color: #7f95ba !important;
}

@media screen and (min-width: 601px) {
    #genesis-nav-secondary .wrap {
        max-width: 100% !important;
    }

    #mega-menu-wrap-secondary {
        z-index: 10 !important;
        left: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #222 !important;
    }

    #mega-menu-wrap-secondary #mega-menu-secondary,
    #menu-after-header-menu {
        max-width: 1140px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media screen and (min-width: 841px) {
    #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        padding-bottom: 5px !important;
    }

    #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        padding: 6px 10px !important;
    }

    #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
        background-color: #ddd !important;
    }
}

@media screen and (min-width: 1024px) {
    #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 1280px) {
    #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu {
        max-width: 60% !important;
    }
}
