/*
Theme Name: 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: http://www.studiopress.com/

Version: 3.5.7

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
		- Branding Variables
		- 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 {
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}



/* Defaults
---------------------------------------------------------------------------- */

/* Branding Variables
--------------------------------------------- */

:root {

    /* Text Colors */
    --body-text-color: #444;
    --heading-text-color: #000;
    --hover-text-color: #162EFF;

    /* Solid Background Colors */
    --header-bg-color: #0068AA;
    --footer-bg-color: var(--header-bg-color);

    --primary-bg-accent-color: #ACDFBE;
    --secondary-bg-accent-color: #72B3DC;
    --tertiary-bg-accent-color: #84A0F2;

    /* Gradient Background Colors */
    --hp-gradient: linear-gradient(180deg, #E3F4FF 0%, #AEE6D5 42.71%, #78CBFF 100%);
    --sidebar1-gradient: linear-gradient(180deg, #FFD19F 9.38%, rgba(255, 221, 131, 0.99) 100%);
    --sidebar2-gradient: linear-gradient(180deg, #B7E7C7 9.38%, rgba(255, 229, 159, 0.99) 100%);
    --sidebar3-gradient: linear-gradient(180deg, #B8CAFF 0%, rgba(255, 221, 131, 0.99) 100%, rgba(255, 226, 148, 0.99) 100%);


    /* Typography */
    --heading-font: Lato, sans-serif;
    --category-title-font: Montserrat, sans-serif;
    --body-font: Raleway, sans-serif;
}

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: var(--body-text-color);
    font-family: var(--body-font);
    overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    transition: all 0.1s ease-in-out;
}

a {
    background-color: inherit;
    text-decoration: none;
    color: var(--heading-text-color);
}

a:focus,
a:hover {
    text-decoration: underline;
    color: blue;
}

a:visited {
    color: #fff;
}

p {
    margin: 0 0 24px;
    padding: 0;
    font-size: 1.35em;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

mark {
    background-color: #ddd;
    color: #000;
}

blockquote,
blockquote::before {
    color: #888;
}

blockquote {
    margin: 40px;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #eee;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-text-color);
}

h1, .h1 {
    font-size: 45px;
}

h2, .h2 {
    font-size: 37px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    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 .gallery-item img {
    border: 0;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #888;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder,
:-ms-input-placeholder {
    color: var(--body-text-color);
    font-family: var(--body-font);
    opacity: 1;
}


::placeholder {
    color: var(--body-text-color);
    font-family: var(--body-font);
    opacity: 1;
}

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"] {
    background-color: var(--body-text-color);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: var(--body-font);
    padding: 16px 24px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

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;
    background-color: var(--primary-bg-accent-color);
    border: 0;
}

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 {
    background-color: #ddd;
    border: 0;
    color: #565656;
    cursor: not-allowed;
}

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 {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: 900;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

/* 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: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 500;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.site-inner {
    clear: both;
    padding: 0 10px;
}

.home .site-inner {
    padding-top: 43px;
}

.magazine-landing .site-inner {
    padding-bottom: 40px;
}


/* Column Widths and Positions
--------------------------------------------- */

.home .content-sidebar-wrap {
    display: flex;
    /* height: 100vh; */
    align-items: stretch;
    margin-bottom: 60px;
}

/* 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: 66%;
    padding-right: 5%;
}

.magazine-landing.full-width-content .content {
    float: none;
    margin: 0 auto;
    max-width: 800px;
}

.magazine-landing .content {
    background-color: #fff;
    padding: 50px 60px 24px;
}

.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%;
    padding-right: 0;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 33%;
}

.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 {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.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%;
}

.sidebar a.alignleft,
.sidebar a.alignright {
    min-width: 50%;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.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
--------------------------------------------- */

.archive-description {
    position: relative;
    text-align: center;
    margin: 1.5rem 0;
}

/* Search Form
--------------------------------------------- */

.search-form,
form[role="search"] {
    position: relative;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.header-widget-area .search-form,
.header-widget-area form[role="search"],
.footer-widget-area .search-form,
.footer-widget-area form[role="search"] {
    margin: 0 14px 0;
}

.header-widget-area .search-form input:focus,
.footer-widget-area .search-form input:focus {
    border: 2px solid var(--body-text-color);
}

.header-widget-area .search-form input:focus,
.footer-widget-area .search-form input:focus {
    border: 2px solid var(--body-text-color);
}

.header-widget-area .search-form input,
.header-widget-area input[type="search"],
.footer-widget-area .search-form input {
    font-size: 15px;
    border: 2px solid lightgrey;
    border-radius: 10px;
    padding: 10px;
    display: inline;
    height: 43px;
    width: auto;
}

.header-widget-area input[type="submit"],
.header-widget-area button[type="submit"],
.footer-widget-area input[type="submit"],
.footer-widget-area button[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}

.header-widget-area input[type="submit"]:focus,
.header-widget-area button[type="submit"]:focus,
.footer-widget-area input[type="submit"]:focus,
.footer-widget-area button[type="submit"]:focus {
    border-left: 1px solid #ddd;
    box-shadow: none;
    padding: 14px 16px;
    right: 2px;
    top: 2px;
}

/*.header-widget-area .search-form::after,*/
/*.header-widget-area form[role="search"]::after,*/
/*.footer-widget-area .search-form::after {*/
/*    content: '\f179';*/
/*    font-family: dashicons;*/
/*    font-size: 26px;*/
/*    display: inline-block;*/
/*    padding: 0 5px;*/
/*    line-height: 43px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/

.search-btn{
    padding: 0 5px;
    line-height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    width: 43px;
    background: none;
    display: flex;
    align-items: center;
}

.search-btn:hover{
    background: none;
}

.search-btn img{
    height: 25px;
    width: 25px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    color: var(--heading-text-color);
    font-size: 45px;
    font-weight: 700;
}

.search .content .entry-title,
.search .content .entry-title a,
.category .content .entry-title,
.category .content .entry-title a {
    padding-top: 27px;
    font-size: 27px;
    line-height: 32.4px;
    font-weight: 700;
}

.sidebar .widget-title a {
    color: var(--body-text-color);
    font-weight: 500;
}

.widget-title {
    clear: both;
    font-size: 28px;
    font-weight: 600;
    color: var(--heading-text-color);
    line-height: 33.6px;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
}

.sidebar section .widget-title {
    padding: 5px;
    margin: 0 15% 10px;
    border-radius: 15px;
    text-align: center;
}

.sidebar section:nth-of-type(1) .widget-title {
    background: linear-gradient(180deg, #C6DD9C 9.38%, rgba(255, 221, 131, 0.99) 100%);
}

.sidebar section:nth-of-type(2) .widget-title {
    background: linear-gradient(180deg, #FFC223 9.38%, rgba(255, 221, 131, 0.99) 100%, rgba(255, 232, 171, 0.99) 100%);
}

.sidebar section:nth-of-type(3) .widget-title {
    background: linear-gradient(180deg, #96D6FF 9.38%, rgba(255, 221, 131, 0.99) 100%, rgba(253, 205, 76, 0.99) 100%);
}

.homepage-widget-title,
.homepage-widget-title:visited,
.homepage-secondary-sidebar .widget-title,
.homepage-secondary-sidebar .widget-title:visited,
.hero-article .ab-block-post-grid-title,
.hero-article .ab-block-post-grid-title:visited,
.home .content-sidebar-wrap .ab-post-grid-section-title,
.home .content-sidebar-wrap .ab-post-grid-section-title:visited {
    font-family: var(--heading-font);
    color: var(--heading-text-color);
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 24px 0;
    background-color: initial;
}

.hero-article .ab-block-post-grid-title,
.hero-article .ab-block-post-grid-title:visited {
    font-size: 50px;
}

.hero-article .ab-block-post-grid-title,
.hero-article .ab-block-post-grid-title:visited {
    font-size: 50px;
}

.homepage-widget-title,
.homepage-widget-title:visited {
    font-size: 40px;
    line-height: 48px;
}

.hero-article .ab-block-post-grid-title,
.hero-article .ab-block-post-grid-title:visited {
    font-size: 30px;
    line-height: 40px;
}

.hp-featuredbox .ab-block-post-grid-title,
.hp-featuredbox .ab-block-post-grid-title:visited {
    margin-top: 10px;
}

.homepage-secondary-sidebar .widget-title a:hover,
.hero-article .ab-block-post-grid-title a:hover,
.home .content-sidebar-wrap .ab-post-grid-section-title a:hover {
    color: blue;
    text-decoration: none;
}

.magazine-landing .widget-title {
    background-color: #fff;
    color: #222;
}

.search .archive-title,
.archive-description p {
    font-family: var(--category-title-font);
    color: var(--heading-text-color);
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 0;
}

.archive .archive-title {
    font-size: 26px;
    background-color: var(--primary-bg-accent-color);
    display: inline-block;
    padding: 3px 7px;
    border-radius: 4px;
}

.category .content .entry-content .entry-meta,
.search .content .entry-content .entry-meta {
    margin-top: 20px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget,
.widget li {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
}

.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-bottom: 0;
}

.widget .genesis-nav-menu li li {
    margin: 0;
    padding: 0;
}

/* Featured Content
--------------------------------------------- */


.home .home-main .entry-content {
    display: grid;
    grid-template-columns: 67% 31%;
    grid-template-areas: 'main aside';
    gap: 2%;
}

.home-main .hp-grid-main {
    grid-area: main;
}

.home-main .hp-grid-aside {
    grid-area: aside;
}

.home-main .hp-grid-aside > div {
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr;
}

.hp-grid-aside .ab-block-post-grid .is-grid {
    height: 100%;
    grid-template-rows: auto;
}

.ab-block-post-grid .is-grid.columns-1, .ab-block-post-grid .ab-is-grid.ab-columns-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.ab-block-post-grid .is-grid.columns-3, .ab-block-post-grid .ab-is-grid.ab-columns-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

.hp-grid-aside .ab-block-post-grid .is-grid article {
    margin-bottom: 0;
}

.ab-block-post-grid .is-grid, .ab-block-post-grid .ab-is-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 2em
}

.hp-featuredbox .is-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.hp-grid-aside article .ab-block-post-grid-image {
    width: 45%;
    float: left;
    margin-right: 5px;
}

.ab-block-post-grid.hero-article article {
    display: flex;
    flex-direction: column-reverse;
}

.ab-block-post-grid.our-latest .is-grid article {
    margin-bottom: 0px;
}

.home .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .entry-content section {
    margin-bottom: 0;
}

.homepage-secondary-sidebar .widget-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 10px;
}

.homepage-secondary-sidebar .widget-wrap h3 {
    flex-basis: 100%;
    text-align: center;
}

.home .homepage-secondary-sidebar article img {
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.featured-content {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

/* .featured-content .entry {
	margin-bottom: 30px;
	position: relative;
} */

.home .featured-content .entry {
    max-width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0;
}

.sidebar .featured-content .entry {
    display: flex;
    justify-content: center;
    align-items: start;
}

.sidebar .featured-content .entry:last-child {
    border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
    margin-bottom: 0;
}

.featured-content .entry-title {
    border: 0;
    font-size: 21px;
    line-height: 1;
}

.hp-featuredbox .ab-block-post-grid-title,
.hp-featuredbox .ab-block-post-grid-title:visited,
.sidebar .featured-content .entry-title {
    font-size: 17px;
    letter-spacing: 0.17px;
    font-weight: 600;
    line-height: 20px;
}

.home .content-sidebar-wrap .entry-image,
.home .content-sidebar-wrap article img {
    border-radius: 8px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.home .sidebar-primary article img {
    margin-right: 16px;
}

.home .hero-article article img {
    min-width: 100%;
    height: 300px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.homepage-secondary-sidebar .featured-content .entry-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 123.5%;
    letter-spacing: 0.23px;
}

.homepage-secondary-sidebar .featured-content .entry-meta,
.homepage-secondary-sidebar .featured-content .entry-meta a {
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    color: var(--body-text-color);
    margin-bottom: 0;
}

.homepage-secondary-sidebar .featured-content .entry-header {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--hp-gradient);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.featured-content .entry-title a {
    border: 0;
}

.featured-content a.alignnone {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
}

.homepage-secondary-sidebar .featured-content a.alignnone {
    display: inline-block;
    margin: 0;
}

.featured-content a.alignleft {
    margin-right: 11px;
}

.featured-content ul {
    clear: both;
    margin-bottom: 30px;
}

.featured-content li {
    list-style-type: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

.widget-area .enews-widget {
    background-color: #222;
    color: #aaa;
    padding: 40px;
}

.widget-area .enews-widget .widget-title {
    color: #fff;
}

.widget-area .enews-widget input:focus {
    border: 1px solid #ddd;
}

.widget-area .enews-widget input[type="submit"] {
    background-color: var(--primary-bg-accent-color);
    color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: var(--body-text-color);
}

.magazine-landing .widget-area .enews-widget input:focus[type="submit"],
.magazine-landing .widget-area .enews-widget input:hover[type="submit"] {
    background-color: var(--body-text-color);
    color: #fff;
}

.magazine-landing .widget-area .enews-widget {
    background-color: #fff;
    color: var(--body-text-color);
}

.magazine-landing .widget-area .enews-widget .widget-title {
    color: #222;
}

/* 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;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.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 {
    display: none !important;
    left: -9000px !important;
    position: absolute !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 {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    background-repeat: repeat-x;
    background-position: top;
    border-bottom: 1px solid #D4D4D4;
    background-color: var(--header-bg-color);
}

.primary-nav .site-header {
    padding-top: 64px;
}

.site-header .wrap {
    background-color: #ffffff;
    max-width: 100vw;
    padding: 0 calc((100% - 1300px) / 2);
    display: flex;
    align-items: center;
}

/* Title Area
--------------------------------------------- */

.site-header .search-form,
.wp-custom-logo .site-header .widget-area,
.wp-custom-logo .title-area {
    margin-right:1rem;
}

.wp-custom-logo .site-header .widget-area {
    max-width: 100%;
}

.wp-custom-logo .title-area img {
    /*position: absolute;*/
    /*margin-top: 13px;*/
    width: 160px;
}

.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;
}

/* Widget Area
--------------------------------------------- */

.widget-area.header-widget-area .widget {
    align-self: center;
}

.widget-area.header-widget-area .widget.widget_nav_menu {
    flex-grow: 99;
}

.site-header .widget-area {
    float: left;
}

.wp-custom-logo .header-widget-area {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    height: 100px;
}

.site-header .widget-area p {
    margin-bottom: 0;
}

ul.social-networks-menu {
    margin-bottom: 0;
}

li.social-network-link {
    display: inline-block;
    margin: 0 10px;
}

li.social-network-link:first-of-type,
li.social-network-link:last-of-type {
    margin: 0;
}

.social-network-link img {
    width: 32px;
    height: 32px;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
    text-align: start;
    clear: both;
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 1;
    width: 100%;
    margin-bottom: 0;

    overflow: auto;
    max-width: 880px;
    white-space: nowrap;
    padding-bottom: 1rem;

}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    border: 0;
    font-weight: 600;
    color: var(--heading-text-color);
    display: block;
    padding: 10px 15px;
    position: relative;
}

.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: var(--hover-text-color);
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 190px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #222;
    border-top: none;
    font-size: 12px;
    padding: 20px;
    position: relative;
    text-transform: none;
    width: 190px;
}

.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 {
    background-color: #6f2e2e;
    color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar .nav-primary {
    top: 32px;
}

.nav-primary a {
    color: #fff;
}

.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: #aaa;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #222;
    border: 1px solid #fff;
    border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin-top: -100px;
    padding-top: 100px;
}

.nav-secondary .wrap {
    border-bottom: 1px solid #222;
}

/* 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
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}

.archive .content .entry,
.search .content .entry,
.page-template-page_blog-php .content .entry {
    box-shadow: 0px 1px 8px #73A9DC;
    border-radius: 8px;
    padding: 6px;
}

.single .sidebar .entry-image,
.page .sidebar .entry-image,
.archive .content .entry-image,
.archive .sidebar .entry-image,
.search .content .entry-image,
.search .sidebar .entry-image {
    border-radius: 8px;
    object-fit: cover;
    object-position: center center;
    margin: 0 12px 0 0;
}

.single .sidebar .entry-image,
.page .sidebar .entry-image,
.archive .sidebar .entry-image,
.search .sidebar .entry-image {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    aspect-ratio: 3/2;
}

.search .content .entry-image,
.archive .content .entry-image {
    height: 190px;
    width: 289px;
}

.search .entry p,
.archive .entry p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    margin-inline-end: 30px;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 26px;
    /* margin-inline-end: 84px; */
}

.entry-content h2,
.entry-content .h2 {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 37px;
    line-height: 43px;
}

.entry-content ol,
.entry-content ul {
    margin-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: 18px;
    margin-bottom: 30px;

}

.archive .content .entry-meta,
.archive .content .entry-meta a,
.search .content .entry-meta,
.search .content .entry-meta a {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: var(--body-text-color);
}

.entry-meta .entry-time {
    display: none;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
    display: none;
}

#genesis-content > article > ul.post-categories {
    margin-top: 1rem;
}

#genesis-content > article > ul.post-categories > li {
    display: inline-block;
    background-color: var(--primary-bg-accent-color);
    border-radius: 4px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13.4px;
    text-align: center;
    padding: 5px;
}

.site-inner header {
    position: relative;
}

.site-inner ul.social-networks-menu {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    border-bottom: 1px solid #222;
    border-top: 2px solid #222;
    margin-top: 40px;
    padding: 30px 0;
}

.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;
    margin: 40px 0;
    display: none;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #222;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.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;
}

/*
 * make the following disappear
 * Entry pagination (page-break pagination)
 * Also infiniteScroll ob-post tags in the home page
*/

.category .entry-pagination,
.search .entry-pagination,
.single-post .entry-pagination,
.home .tag-ob-post {
    display: none !important;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 50px;
}

.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 {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 24px;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebars
---------------------------------------------------------------------------- */

.home .sidebar-primary .widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.magazine-landing .sidebar,
.magazine-landing .sidebar a {
    color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
    color: #aaa;
    text-decoration: none;
    text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
    box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
    margin-bottom: 24px;
}

.sidebar li {
    border-bottom: 1px dotted #888;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

/* .sidebar .widget,
.home .ab-post-grid-items.columns-3 {
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
} */

.category .sidebar .widget,
.single .sidebar .widget {
    margin-bottom: 25px;
}

.sidebar .widget:nth-of-type(1),
.home .ab-block-post-grid.bg-color-primary {
    border-left: 16.66px solid var(--primary-bg-accent-color);
    background: var(--primary-bg-accent-color);
    border-radius: 15px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
}

.sidebar .widget:nth-of-type(2),
.home .ab-block-post-grid.bg-color-secondary {
    border-left: 16.66px solid var(--secondary-bg-accent-color);
    background: var(--secondary-bg-accent-color);
    border-radius: 15px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);

}

.sidebar .widget:nth-of-type(3) {
    border-left: 16.66px solid var(--tertiary-bg-accent-color);
    background: var(--tertiary-bg-accent-color);
    border-radius: 15px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
}

.sidebar .widget .widget-wrap,
.home .hp-featuredbox .ab-post-grid-items {
    border-radius: 15px;
    padding: 10px 15px;
    background: #fff;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: top;
    background-color: var(--footer-bg-color);
    padding: 20px;
}

.footer-widgets .wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: inherit;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: var(--heading-text-color);
}

.footer-widgets h3 {
    font-size: 38px;
    line-height: 45.6px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-widgets .widget_nav_menu li {
    display: inline;
    margin: 10px 40px;
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #eee;
    color: #222;
}

.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 {
    background-color: #fff;
    color: #222;
}

.footer-widgets-1 {
    text-align: center;
    padding: 0 20%;
}

.footer-widgets-1 .widget {
    margin: 0;
}

.footer-widgets-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-widgets-3 {
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer .wrap {
    border: 0;
    padding: 0;
    background-color: #fff;
}

.site-footer p {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 18px 0;
    font-weight: bold;
}

.mb-menu-btn svg{
    width:30px;
    height:30px;
}

@media only screen and (max-width: 1023px) {

    .content {
        width: 100%;
        padding-right: 0;
    }

}

@media only screen and (max-width: 840px) {

    .footer-widgets{
        padding:0!important;
    }

    .site-header {
        background-image: none;
        /* border-bottom: 1px solid #D4D4D4; */
        background-color: transparent;
    }

    .site-header .wrap {
        background-color: transparent;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wp-custom-logo .header-widget-area {
        width: 100%;
        text-align: center;
        /* display: flex;
        justify-content: flex-end; */
        height: 39px;
        margin-left: 0;
    }

    .wp-custom-logo .title-area {
        text-align: center;
        background-position: top;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .home .site-inner,
    .site-inner {
        max-width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .site-header {
        padding: 0;
    }

    .genesis-nav-menu {
        text-align: center;
    }

    .genesis-nav-menu > .first > a {
        padding-left: 20px;
    }

    .admin-bar nav.nav-primary {
        top: 0;
    }

    .footer-widgets,
    .nav-secondary,
    .site-footer,
    .site-inner {
        padding-left: 9px;
        padding-right: 9px;
    }

    .content {
        padding: 0;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .site-header nav .wrap {
        padding: 0;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border: 0;
        display: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: inline-block;
        float: none;
        position: relative;
        text-align: center;
        font-size: 13px;
        line-height: 39px;
    }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: 0;
        margin-bottom: 1px;
        margin-top: 1px;
        padding: 0 10px;
    }

    .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 {
        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;
    }

    .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 {
        margin: 0;
        width: 100%;
    }

    .home .home-main .entry-content {
        display: block;
    }

    .hero-article .ab-block-post-grid-title,
    .hero-article .ab-block-post-grid-title:visited {
        font-size: 24px;
        line-height: 29px;
        text-align: left;
    }

    .home .hero-article article img {
        height: 250px;
    }

    .home .content-sidebar-wrap {
        display: block;
        height: inherit;
        margin-bottom: 0;
    }

    .hp-grid-main .ab-post-grid-items.is-grid.columns-3 {
        grid-template-columns: 1fr 1fr 1fr;
        overflow-x: auto;
    }

    .home .ab-block-post-grid:not(.hero-article) .is-grid.columns-1,
    .home .ab-block-post-grid:not(.hero-article) .ab-is-grid.ab-columns-1 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        overflow-x: auto;
    }

    .home .ab-block-post-grid:not(.hero-article) .is-grid.columns-1 article,
    .home .ab-block-post-grid:not(.hero-article) .ab-is-grid.ab-columns-1 article,
    .home .ab-block-post-grid:not(.hero-article) .is-grid.columns-3 article {
        width: 176px;
    }

    .hp-grid-main .ab-block-post-grid .is-grid,
    .hp-grid-main .ab-block-post-grid .ab-is-grid {
        grid-gap: 0 13px;
    }

    .homepage-widget-title, .homepage-widget-title:visited,
    .homepage-secondary-sidebar .widget-title,
    .homepage-secondary-sidebar .widget-title:visited,
    .home .content-sidebar-wrap .ab-post-grid-section-title,
    .home .content-sidebar-wrap .ab-post-grid-section-title:visited {
        font-size: 25px;
        line-height: 30px;
        margin: 17px 0 10px;
    }

    .hero-article .ab-block-post-grid-title,
    .hero-article .ab-block-post-grid-title:visited {
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
        margin: 17px 0 10px;
    }

    .featured-content {
        margin-bottom: 0;
    }

    .home .featured-content .entry {
        max-width: 48%;
        margin-bottom: 20px;
    }


    .home-main .hp-grid-aside > div,
    .hp-grid-aside .ab-block-post-grid .is-grid {
        height: auto;
    }

    .home-main .hp-grid-aside > div {
        display: block;
    }

    .hp-grid-aside article .ab-block-post-grid-image {
        width: inherit;
        float: none;
    }

    .homepage-secondary-sidebar .featured-content .entry-title a {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
    }

    .homepage-secondary-sidebar .featured-content .entry-title {
        margin-top: 0;
    }

    .entry-title {
        font-size: 24px;
        line-height: 29px;
        margin-top: 10px;
    }

    .homepage-secondary-sidebar .featured-content .entry-meta,
    .homepage-secondary-sidebar .featured-content .entry-meta a {
        font-weight: 600;
        font-size: 13px;
        line-height: 10px;
    }

    .entry-meta {
        font-size: 12px;
        line-height: 26px;
    }

    .entry-content h2,
    .entry-content .h2 {
        font-size: 1.7em;
        line-height: 1.4;
    }

    .entry-content ol,
    .entry-content p,
    .entry-content ul,
    .quote-caption {
        line-height: 1.7;
        font-size: 1.25em;
        margin-bottom: 17px;
        margin-inline-end: initial;
    }

    .archive .archive-title {
        font-size: 30px;
        padding: 1px 5px;
    }

    .archive-description {
        height: initial;
        margin-top: 24px;
        margin-bottom: 9px;
    }

    .search .archive-title,
    .archive-description p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .search .content .entry-image,
    .archive .content .entry-image {
        height: 122px;
        width: 167px;
    }

    .search .content .entry-title,
    .search .content .entry-title a,
    .category .content .entry-title,
    .category .content .entry-title a {
        padding-top: 17px;
        font-size: 15px;
        line-height: 18px;
        margin-top: 0;
    }

    .search .content .entry-content p:not(.entry-meta),
    .category .content .entry-content p:not(.entry-meta) {
        display: none;
    }

    .search .content .entry-content .entry-meta,
    .search .content .entry-content .entry-meta a,
    .category .content .entry-content .entry-meta,
    .category .content .entry-content .entry-meta a {
        margin-top: 0;
        font-weight: normal;
    }

    .footer-widgets {
        background-color: inherit;
        padding-left: 0;
        padding-right: 0;
        background-size: cover;
    }

    .footer-widgets h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 12px;
        margin-bottom: 22px;
    }

    .social-network-link img {
        width: 24px;
        height: 24px;
    }

    .header-widget-area .search-form input,
    .header-widget-area input[type="search"],
    .footer-widget-area .search-form input {
        font-size: 8px;
        padding: 8px;
        height: 28px;
        width: 80px;
    }

    .header-widget-area .search-form::after,
    .header-widget-area form[role="search"]::after,
    .footer-widget-area .search-form::after {
        display: none;
    }

    .footer-widgets .widget_nav_menu li {
        margin: 4px 3px;
        font-size: 13px;
        line-height: 15.6px;
    }

    .site-footer p {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }

}

@media only screen and (max-width: 390px) {

    .wp-custom-logo .title-area {
        background-repeat: no-repeat;
    }

    .home .content-sidebar-wrap .hp-featuredbox .entry-image,
    .home .content-sidebar-wrap .hp-featuredbox article img,
    .home .ab-block-post-grid.featured-trending .is-grid article img {
        height: 200px;
        width: 197px;
        object-fit: cover;
    }

    .ab-block-post-grid.our-latest .is-grid article,
    .ab-block-post-grid.featured-trending .is-grid article {
        margin-bottom: 0px;
        width: 176px;
    }

    .hp-featuredbox .ab-block-post-grid-title, .hp-featuredbox .ab-block-post-grid-title:visited {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: 0em;
        font-family: var(--heading-font);
    }

    .footer-widgets {
        background-color: inherit;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-widgets-1 {
        text-align: left;
        padding: 0;
    }

    .footer-widgets-2 {
        justify-content: initial;
        padding: 0 12px;
    }
}

.mb-menu-btn{
    display:none;
}

@media screen and (max-width: 840px) {
    .menu-item-object-page a {
        color: #212121!important;
    }

    .wp-custom-logo .site-header .widget-area{
        display:none;
    }

    .mb-menu-btn{
        display:block!important;
    }
}

/* AdInserter
---------------------------------------------------------------------------- */

.ad_placeholder_m {
    margin: 30px 0 35px;
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    min-height: 300px;
    background: #eee;
    z-index: 9999;
    margin: 30px -20px;
    max-width: 100vw !important;
    overflow-y: hidden;
    max-height: 320px;

}

.ad_placeholder_m:before {
    content: " Advertisement ";
    display: block;
    position: absolute;
    margin-top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 10px;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fff;
    color: #bbb;
}


.ad_placeholder_m_s {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    min-height: 55px;
    background: #eee;
    z-index: 99999 !important;
    padding-top: 5px;
}

.ad_placeholder_m_s:before {
    content: " Advertisement ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7px;
    font-weight: 100;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fff;
    color: #bbb;
}

.ad_placeholder_d_s {
    margin: 30px 0 35px;
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25;
    border-top: 1px solid rgba(0, 0, 0, .075);
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    min-height: 100px;
    background: #f7f7f7;
    box-shadow: 0 0 black;
}

.ad_placeholder_d_s:before {
    content: " Advertisement ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fff;
    color: #bbb;
    font-weight: 400;
}

.ad_placeholder_d_b {
    margin: 30px 0 35px;
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25;
    border-top: 1px solid rgba(0, 0, 0, .075);
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    min-height: 250px;
    background: #f7f7f7;
    box-shadow: 0 0 black;
}

.ad_placeholder_d_b:before {
    content: " Advertisement ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fff;
    color: #bbb;
    font-weight: 400;
}

.ad_placeholder_d_sticky {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    min-height: 102px;
    background: #f7f7f7;
    padding-top: 10px;
}

.ad_placeholder_d_sticky:before {
    content: " Advertisement ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #fff;
    color: #bbb;
    font-weight: 400;
}

.menu-item-object-page a{
    color:#fff;
}

.mb-menu-content{
    width: 100%;
    height: 100%;
    transition: all .3s;
    transform: translateX(100%);
    position: fixed;
    z-index: 100;
    min-height: 100vh;
}

.menu-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
}

.menu-main{
    position: fixed;
    height: 100%;
    width: 70%;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #050145;
    padding: 1rem;
}

.menu-close img{
    width:30px;
    margin-bottom: 1.5rem;
}

.mb-search-content form{
    position:relative;
}

.mb-search-input{
    background: #c9c9c9;
    border: none;
    border-radius: 50px;
    padding: 1rem 3rem 1rem 1rem;
    color: #fff;
    margin-bottom: 3rem;
}

.mb-search-btn{
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    background: none;
    padding: 0;
    margin-right: 1rem;
}

.mb-search-btn img{
    width: 20px;
    height: 20px;
}

.mb-menu-list{
    list-style: none;
}

.mb-menu-item{
    margin-bottom: 1.5rem;
}

.mb-menu-item a{
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;

}

@media screen and (min-width: 840px) {
    .mb-menu-content{
        display:none;
    }
}

#back-to-top{
    position:fixed;
    right:2rem;
    bottom:3rem;
    height:50px;
    width:50px;
    border-radius: 50px;
    display:flex;
    align-items:center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    background: #9bd4f5;
}

/*.content-sidebar-wrap{*/
/*    display: flex;*/
/*}*/

.content-preview{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-preview-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.page-list{
    display:flex;
    margin: 1rem auto;
    justify-content: center;
}

.page-list div{
    display:none;
}

.page-list ul{
    list-style: none;
    display: flex;
}

.page-list ul li{
    height: 30px;
    width: 30px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d7d7d7;
    border-radius: 50px;
}

@media screen and (max-width: 1024px) {
    .popular-list{
        display:none!important;
    }

    .recent-list{
        width:100%!important;
    }

    .detail-main-content{
        width:100%!important;
        padding-right:0!important;
    }
}

.cate-item::after{
    clear: both;
    content: " ";
    display: table;
}

.site-inner::after{
    clear: both;
    content: " ";
    display: table;
}










/* Set html and body to take full height */
html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
}

/* Use flexbox to layout the page */
body {
    display: flex;
    flex-direction: column;
}



/* Sticky footer styles */
footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    text-align: center;
    flex-shrink: 0;
}

/* Base Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
}


.site-description {
    font-size: 1.2em;
    color: #666666;
    margin: 5px 0 15px 0;
}

/* Header Icons Styles */
.header-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.header-icons a {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.header-icons a:hover {
    color: #0073aa;
    transform: scale(1.2);
}

/* Content Area Styles */
.content-area {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex: 1;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-custom-post {
    width: 100%;
    max-width: 800px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}


#google-search-widget {
    margin-top: 30px;
}

/* Footer Styles */
footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    text-align: center;
    flex-shrink: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-menu li {
    margin: 0 15px; /* Space between menu items */
}

.footer-menu li a {
    text-decoration: none;
    color: #333333; /* Link color */
    font-weight: bold;
    transition: color 0.3s ease, background-color 0.3s ease;
    padding: 8px 12px; /* Clickable area */
    display: block;
}

.footer-menu li a:hover {
    color: #0073aa; /* Hover color */
    background-color: #eaeaea; /* Background on hover */
    border-radius: 4px; /* Rounded corners on hover */
}

.footer-bottom p {
    margin: 10px 0 0 0;
    color: #666666;
    font-size: 0.9em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .site-title {
        font-size: 1.8em;
    }

    .site-description {
        font-size: 1em;
    }

    .footer-menu li {
        margin: 10px 10px;
    }

    .header-icons a {
        font-size: 18px;
    }

    .my-custom-post{
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {

    .site-title {
        font-size: 1.5em;
    }

    .site-description {
        font-size: 0.9em;
    }

    .header-icons a {
        font-size: 16px;
    }

    .footer-menu li {
        margin: 10px 10px;
    }

    .my-custom-post{
        font-size: 1.5em;
    }
}

/* Container for the banner image */
.site-banner {
    display: block; /* Ensure it's a block element */
    text-align: left; /* Align the image to the left */
}

/* Styles for the banner image */
.site-banner img {
    max-width: 80px; /* Smaller size for the logo */
    height: auto;
    display: inline-block; /* Keep it as an inline element */
}

/* Centering the header content */
.header-content {
    display: flex;
    flex-direction: column; /* Stack the text vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    flex-grow: 1; /* Allow the content to grow and occupy available space */
    text-align: center; /* Center text */
    padding: 0 20px; /* Optional: Add padding for spacing */
}



.read-more-link {
    color: #0073aa;
    text-decoration: none;
}

.results-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*padding: 20px 0;*/
}

.read-more-link {
    color: #0073aa;
    text-decoration: none;
}

/* Button styling */
button.bg-blue-600 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

button .fas.fa-search {
    font-size: 1.25rem;
}

#afscontainer {
    width: 80%;
}

.writer-name-small {
    font-size: 0.875em;
}


.content-wrapper {
    padding: 0 .7rem;
}

.search-container {
    position: relative;
    width: 23%;
    z-index: 99;
    margin: 0 auto;
}

.result-title a {
    color: #374151 !important;
    text-decoration: auto !important;
    font-size: 16px !important;
}

.result-url {
    font-size: 14px !important;
}

.result-snippet {
    font-size: 12px !important;
    margin: 0 auto 2rem !important;
}

.result-item {
    /*border: none !important;*/
    /*border-bottom: none !important;*/

    border-bottom: 1px dashed #333;
    margin-top: 2rem;
}

.result-item h4,
.result-item .result-url {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .search-container {
        width: 75%;
        margin: 1rem auto;
    }

    .content-area {
        padding: 0px;
        max-width: 1200px;
        margin: 0 auto;
        flex: 1;
    }

    .results-container {
        display: flex;
        flex-direction: column;
        gap: 0;
        /*padding: 20px 0;*/
    }

    .search-container input.bg-transparent {
        background-color: #ffffff !important;
    }
}

.flex{
    display:flex;
}

.search-page-btn{
    padding: 15px;
}

.search-page-btn img{
    width: 20px;
    height: 20px;
    margin: auto;
}


.article-title{
    padding-top: 10px!important;
    font-size: 27px!important;
    line-height: 32.4px!important;
    font-weight: 700!important;
}

.detail-main{
    margin-top: 1rem;
}

.article-content p{
    margin-bottom:1rem!important;
    font-size: 17px!important;
    line-height: 23px!important;
}

.article-content div{
    margin-bottom:1rem;
    font-size: 17px;
    line-height: 23px;
}

.article-content li{
    margin-bottom:1rem;
    font-size: 17px;
    line-height: 23px;
}

.article-content ul,ol{
    padding-left: 2rem;
}

.article-header{
    margin-bottom:1rem;
}