/*
Theme Name: Codemotion Magazine
Theme URI: https://codeat.it/
Description: this is a custom child theme of Genesis Framework.
Author: Codeat
Author URI: https://codeat.it/

Version: 1.0

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

Template: genesis

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

Text Domain: codemotion-magazine
*/


/* Table of Contents
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
    - Modal
	- Newsletter
- Structure and Layout
    - Site Container
    - Site Inner
- Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
    - Before Footer
    - Sales Manago Banner
    - Image Widget
    - Box Sponsored
	- Related Articles
	- Collection Box
- Plugins
    - Genesis eNews Extended
    - Genesis Simple FAQ
    - WPForms
- Skip Links
- Site Header
    - Title Area
- Site Navigation
    - Responsive Menu
    - Header Menu
    - Footer Menu
    - Search Area
    - App Box Area
- Content Area
    - Entry Content
    - Entry Meta
    - Share Buttons
    - Pagination
    - Single Entry Navigation
    - Entry Related Content
    - Entry Comments
    - cm-section Category
	- Code
- Sidebar
- Footer Widgets
- Before Footer/Sidebar
- Site Footer
- Homepage
    - Event Carousel (Owl carousel)
- 404 Error Page
- Search Engine Result Page
- New Components Card (with flexbox)
    - cm-article-card
    - cm-header-article
- Media Queries
    - Min-width: 960px
        - Site Header
        - Genesis Menu
        - Responsive Menu
        - Header Menu
        - Site Inner
        - Content
        - Sidebar
        - Author Box
        - After Entry
        - Column Classes
        - Entry Misc.
        - Footer Widgets
        - Before Footer
        - App Box Area
        - Homepage
        - 404 Error Page
- Print Styles
- Link Styles Overrides
- Customizing Additional CSS
*/

/**
 * Fix Issue ToC: https://wordpress.org/support/topic/empty-list-items-for-consecutive-h3-headings-in-toc-block/#new-topic-0
 * */
li.uagb-toc__list:not(:has(> ul, > a)) {
  display: none;
}
/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 0.9em
}

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 {
    box-sizing: border-box;
}

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

/* 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,
.wrap::before {
    content: " ";
    display: table;
}

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


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

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

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #0e1e30;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
}

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

::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: none !important;
}

a {
    color: #0e1e30;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
    list-style-type: none;
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    font-weight: 600;
}

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

mark {
    background: #ddd;
    color: #0e1e30;
}

blockquote {
    margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.entry-content h4 {
    margin-top: 40px;
}

.author-box .title {
    margin-top: 0;
}

h3.author-box-outer-title {
    margin-bottom: 20px;
    margin-top: 34px;
    clear: both;
    overflow: hidden;
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 14px;
}

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

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

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

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

.gallery {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0e1e30;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    width: 100%;
}

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

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

::-ms-input-placeholder {
    color: #0e1e30;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #0e1e30;
    opacity: 1;
}

::placeholder {
    color: #0e1e30;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #0e1e30;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.cm-button {
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 500;
	position: relative;
	border: 0;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	
	.content {
       display: contents;
    }
}

.cm-button:hover:not(.disabled) {
	cursor: pointer;
}

.cm-button.primary {
	color: #fff;
	background-color:  #ff5c00;
}

.cm-button.primary:hover:not(.disabled) {
	background-color: #ff6e1c;
}

.cn-button.disabled {
	background-color: #e6e6e6;
	color: #b2b2b2;
}

.cm-button.button-sm {
	padding: 9px 16px;
    font-size: 14px;
    line-height: 14px;
	
	.content {
		height:14px;
	}
}

.cm-button.button-md {
	padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
	
	.content {
		height:16px;
	}
}

.cm-button.button-lg {
	padding: 16px 16px;
    font-size: 16px;
    line-height: 16px;
	
	.content {
		height:16px;
	}
}


.cm-button.button-xl {
	padding: 20px 16px;
    font-size: 16px;
    line-height: 16px;
	
	.content {
		height:16px;
	}
}

.cm-button .cm-icon {
	margin-left: 8px;
	box-sizing: border-box;
	cursor: pointer;
	width: 14px;
	height: 14px;
	user-select: none;
	fill: #ffffff;
}

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,
.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,
.button:focus,
.button:hover {
    background-color: #0e1e30;
    border-width: 0;
    color: #fff;
}

.cm-link {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-decoration: none;

    .content {
        height: 16px;
        color: #ff5c00;
        align-items: center;
        justify-content: center;
        display: flex;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
    }

    .cm-icon {
        margin-left: 8px;
        box-sizing: border-box;
        cursor: pointer;
        width: 14px;
        height: 14px;
        user-select: none;
        fill: #ff5c00;
    }

    &:hover {
        .content {
            text-decoration: underline;
        }
    }
}

.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: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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

button.cm-following {
    max-width: 130px;
    border-radius: 8px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.cm-following:hover,
button.cm-following:focus {
    background-color: #283747;
}

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

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

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

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

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

th {
    font-weight: 500;
    padding: 0 10px 10px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

td:last-child,
th:last-child {
    padding-right: 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;
}

.screen-reader-text:focus,
.screen-reader-shortcut: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: #0e1e30;
    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 {
    display: inline-block;
    position: relative;
    font-weight: 500;
}

/* Modal
--------------------------------------------- */

.cm-modal-background {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cm-modal-content { 
    background-color: #fff;
    margin: 0;
    padding: 1rem;
    border: 0px solid #888;
    width: 100%;
    max-width: 750px;
    border-radius: none;
    position: relative;
}

.cm-modal-content h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    text-align: left;
}

.cm-modal-content p {
    text-align: left !important;
}

.cm-modal-close {
    color: #676767;
    float: right;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0;
}

.cm-modal-close:hover,
.cm-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}


/* Newsletter
--------------------------------------------- */
.cm-newsletter-container {
    background-color: #fcb900;
}
.cm-newsletter-container .cm-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    overflow: hidden;
    flex: 1 1 100%;
    position: relative;
    padding: 4rem 1rem;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__content {
    z-index: 1;
    max-width: 400px;
    margin: auto;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__content div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__content div .cm-newsletter__title {
    text-align: left;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #0e1e30;
    font-weight: 600;
    margin: 0;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__content div .cm-newsletter__description {
    text-align: left;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0e1e30;
    font-weight: 400;
    margin: 0.5rem 0;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__sent {
    text-align: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #ff5c00;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__image {
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 1;
    max-width: 220px;
}
.cm-newsletter-container .cm-newsletter .cm-newsletter__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 280px;
}
/*
  Overwriting the Active Campaign form wrapper.
  These classes specifically override and reset a series of styles
  that will serve as the blueprint for our Design System (DS).
*/
.cm-newsletter-container .cm-newsletter ._form-wrapper fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper fieldset._form-fieldset ._row {
    display: contents;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper legend._form-label {
    text-align: left;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0e1e30;
    font-weight: 400;
    width: 100%;
    padding-bottom: 0.5rem;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._form-fieldset {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}
/* Radio Button */
.cm-newsletter-container .cm-newsletter ._form-wrapper ._form-fieldset ._checkbox-radio {
    display: inline-block;
    align-items: flex-start;
    margin-right: 1rem;
    margin-top: 1rem;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio input[type="radio"] {
    display: none;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
    position: relative;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio:has(input[type="radio"]) label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #0E1E30;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio:has(input[type="radio"]) input[type="radio"]:checked + span label::before {
    background-color: #FF5C00;
    border-color: #FBE68D;
    box-shadow: 0 0 0 2px #FF5C00;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio:has(input[type="radio"]) label:hover::before {
    border-color: #FF5C00;
}
/* Checkbox */
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio input[type="checkbox"] {
    display: none;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio:has(input[type="checkbox"]) span {
    display: contents;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio:has(input[type="checkbox"]) label {
    display: inline-flex;
    align-items: center;
    background-color: #0E1E30;
    color: #fff;
    padding: 4px 8px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio input[type="checkbox"] + span label::before {
    content: "+";
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio input[type="checkbox"]:checked + span label::before {
    content: "";
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio input[type="checkbox"] + span label::after {
    content: "";
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._checkbox-radio input[type="checkbox"]:checked + span label::after {
    content: "x";
    font-size: 12px;
    color: #0E1E30;
    background-color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
}
/* Input Text */
.cm-newsletter-container .cm-newsletter ._form-wrapper ._field-wrapper input[type="text"], .cm-newsletter-container .cm-newsletter ._form-wrapper button._submit {
    padding: 12px;
    border-radius: 12px;
    text-align: left;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0e1e30;
    font-weight: 400;
    margin: 0;
    outline: none;
    border: 1px solid #B2B2B2;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._field-wrapper input[type="text"]:focus, .cm-newsletter-container .cm-newsletter ._form-wrapper ._field-wrapper input[type="text"]:hover, .cm-newsletter-container .cm-newsletter ._form-wrapper ._field-wrapper input[type="text"]:active {
    border: 1px solid #FF5C00;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._field-wrapper input[type="text"]::placeholder {
    color: #B2B2B2;
    opacity: 1;
}
/* Privacy Policy HTML code */
.cm-newsletter-container .cm-newsletter ._form-wrapper ._form_element ._html-code {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #0E1E30;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
}
/* Submit Button */
.cm-newsletter-container .cm-newsletter ._form-wrapper button._submit {
    background-color: #FF5C00;
    text-align: center;
    color: white;
    border: 1px solid #FF5C00;
    width: auto;
}
.cm-newsletter-container .cm-newsletter ._form-wrapper ._button-wrapper:has(button._submit) {
    align-items: flex-start;
}

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

/* Site Container
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
}

@keyframes fadein {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 100px 0 0;
}

.single .site-inner {
    padding: 100px 1rem 1rem 1rem;
}

.search-results .site-inner {
    padding: 40px 1rem 1rem 1rem;
}


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

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

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

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

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

.comment .avatar {
    margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 0;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

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

.breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #6c757d;
    font-weight: 500;
}

.breadcrumb a {
    color: #0e1e30;
    font-weight: 500;
}

.breadcrumb a:hover {
    color: #ff5c00;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 20px;
}

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

.archive-description {
    background: none;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 16px;
    margin-top: 73px;
    margin-bottom: 28px;
    border-radius: 8px;
}

.page-template-default .entry-header {
    display: flex;
    justify-content: center;
}

.archive-description h1, .page-template-default .entry-title {
    font-size: 32px;
    line-height: 36px;
}

.archive-description p {
    max-width: 1440px;
    color: #0e1e30;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.archive .archive-description .archive-title {
    margin-bottom: 0;
}

.cm-author-avatar {
    width: 108px;
}

.cm-archive-wrap {
    width: 100%;
    flex-direction: column;
}

.cm-archive-wrap .cm-following {
    padding: 8px 16px;
    border-radius: 16px;
}

.archive.author .archive-description {
    flex-direction: row;
}

.author-description .cm-author-avatar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

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

.search-form {
    overflow: hidden;
}

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

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

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

.wp-block-search__inside-wrapper {
    justify-content: center;
    margin-bottom: 24px;
}

.wp-block-search__input {
    border-radius: 8px;
    border-color: #b2b2b2 !important;
    padding: 8px 12px;
    font-size: 16px;
    max-width: 835px;
}

.wp-block-search__input::placeholder {
    color: #b2b2b2;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 1440px;
    color: #0d1d30;
    padding: 0;
}

.entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.single .entry-title {
    color: #0d1d30;
}

.single .content .entry-title {
    font-size: 32px;
    text-align: center;
    line-height: 34px;
    padding: 1rem 0;
}

.entry-title a,
.sidebar .widget-title a {
    color: #0d1d30;
    text-decoration: none;
}

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

.widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #0d1d30;
}

.genesis-title-hidden .site-inner {
    padding-top: 0;
}

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

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

a.alignnone {
    display: inline-block;
}

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

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

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

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

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

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

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

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

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

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

.entry-image {
    border-radius: 5px;
}

.single .content .entry-content .entry-image {
    width: 100%;
    margin: 0 0 20px;
}

.archive .entry-image {
    width: 100%;
}

.image.regular {
    margin: 0 auto;
    float: none;
    text-align: center;
}

#wpadminbar {
    z-index: 999999999999999999999;
}

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

.widget {
    overflow: hidden;
}

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

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

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

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

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

.widget_calendar table {
    width: 100%;
}

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

.sso-locked h4 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.sso-locked h4 i {
	margin-right: 6px;
  	font-size: 22px;
}

.single .sso-locked {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem 7rem 4rem;
	margin-bottom: 42px;
	margin-top: 42px;
}

@media(max-width: 524px){
	.single .sso-locked {
		padding: 2rem 3rem;
	}
}

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

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

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

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 8px;
}

/* Before Footer Widget
--------------------------------------------- */

#before-footer .wrap {
    padding: 24px 30px;
    max-width: 1440px;
    margin: 0 auto;
}

#before-footer {
    background: #f2f3f5;
}

.align-items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cm-flex {
    display: flex;
    margin-top: 13px;
}

.cm-col {
    margin-right: 8px;
}

.btn-subscribe {
    float: right;
}

/* Sales Manago Banners
--------------------------------------------- */

.cm-sm-banner {
    display: block;
    text-align: center;
    margin: 20px auto;
    clear: both;
}

/* Image Widget
--------------------------------------------- */

.widget_media_image {
    text-align: center;
}

/*  Box Sponsored
--------------------------------------------- */


.cm-sponsored {
    position: relative;
    width: 100%;
    text-decoration: none;
}

.cm-sponsored .cm-sponsored-container {
    display: flex;
    align-content: center;
    gap: 0;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1), -10px -10px 10px white;
    justify-content: space-between;
    flex-direction: column;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-bg-primary {
    background-color: #ff5c00;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-bg-primary span {
    color: white;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-bg-secondary {
    background-color: #0e1e30;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-bg-secondary span {
    color: white;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-bg-none {
    background-color: white;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-bg-none span {
    color: #0e1e30;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-align-left {
    justify-content: flex-start;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-align-right {
    justify-content: flex-end;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-align-center {
    justify-content: center;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-align-between {
    justify-content: space-between;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-size-small span {
    padding: 16px 0 16px 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-size-medium span {
    padding: 24px 0 24px 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.cm-sponsored .cm-sponsored-container.cm-sponsored-size-large span {
    padding: 36px 0 36px 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.cm-sponsored .cm-sponsored-container .cm-sponsored-logo-container {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 16px;
}

.cm-sponsored .cm-sponsored-container .cm-sponsored-logo-container img {
    max-width: 120px;
    height: auto;
    max-height: 40px;
    padding: 0;
}

/*  Related Articles
--------------------------------------------- */
.cm-related-articles .cm-related-articles__articles article {
	display: flex;
	padding: 0;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	margin: 0 1rem 1rem 0;
	border: 1px solid;
	border-color: #cdcdcd;

	&:hover {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		transition: 200ms ease-in-out;

		a {
			.cm-related-articles__body {
				h4 {
					color: #ff5c00;
				}
			}
		}
	}
}

.cm-related-articles .cm-related-articles__articles article a {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	padding: 0 16px;
	flex: 1;
	align-items: center;
}

.cm-related-articles .cm-related-articles__articles article .cm-related-articles__image-box {
	overflow: hidden;
	height: auto;

	img {
		width: 146px;
		height: 104px;
		border-radius: 16px;
	}
}

.cm-related-articles .cm-related-articles__articles article .cm-related-articles__body {
	display: flex;
	flex-direction: column;
	padding: 16px;
	flex: 1;
	justify-content: start;
	box-sizing: border-box;
	gap: 8px;

	h4 {
		font-weight: 500;
		color: #0e1e30;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
		font-size: 18px;
	}
}

.cm-related-articles .cm-related-articles__articles article .cm-related-articles__body .cm-related-articles__meta {
	display: block;
	gap: 8px;

	.cm-related-articles__author {
		font-family: "IBM Plex Sans", sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #676767;
		line-height: 22px;
	}

	.cm-related-articles__date {
		font-family: "IBM Plex Sans", sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		color: #676767;
	}
}


/*  Collection Box
--------------------------------------------- */
.cm-collection-box {
    position: relative;
    box-shadow: none;
    transition: all .5s ease;
    border-radius: 16px;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-decoration: none;

    &:hover {
        box-shadow: 4px 4px 20px hsla(0, 0%, 74.1%, .25098) !important;
    }
}

.cm-collection-box .cm-collection-box__header {
    h6.cm-collection-box__title {
        margin: 0;
        margin-top: 16px;
    }

    .cm-collection-box__description {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #676767;
    }
}

.cm-collection-box .cm-collection-box__image_box {
    background-color: #0e1e30;
    border: 1px solid #cdcdcd;
    border-radius: 16px;
    position: relative;

    img.cm-collection-box__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .cm-collection-box__image_overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;

        span {
            font-family: "IBM Plex Sans", sans-serif;
            font-weight: 600;
            font-size: 32px;
            line-height: 36px;
            color: #0e1e30;
            background-color: #fff;
			text-wrap: balance;
        }
    }
}


.cm-collection-box.cm-collection-layout-2 {
    background-color: #0e1e30;

    .cm-collection-box__image_box {
        border-radius: 0;
        border: none;
    }

    .cm-collection-box__header {
        h6.cm-collection-box__title {
            color: #fff;
        }

        .cm-collection-box__description {
            color: #fff;
        }
    }
}


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

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

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

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

.after-entry .enews-widget input {
    text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #0e1e30;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0e1e30;
}


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

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

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

/* Ultimate Gutenberg Addon
--------------------------------------------- */

.uagb-toc__wrap {
    background-color: #FFFFFF !important;
    border: 1px solid #aaa !important;
    border-radius: 4px;
    padding: 14px 20px !important;
    margin-bottom: 16px;
    width: 100%;
}

.uagb-toc__list li,
.uagb-toc__list ul {
    list-style: none !important;
}

.uagb-toc__list {
    margin-top: 5px !important;
    padding-left: 0 !important;
}

.uagb-toc__scroll-top {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: #FFFFFF !important;
    box-shadow: 0 0 10px #aaa;
    line-height: 1.4 !important;
    z-index: 99999;
}

.uagb-cta__outer-wrap {
    background: #f2f3f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

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

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

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

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

/* Display outline on focus */
:focus {
    color: #0e1e30;
}


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

.site-header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 0 30px;
    width: 100%;
    z-index: 9999999;
}

.site-header .wrap {
    position: relative;
}

.navbar-avatar {
    width: 32px;
    border-radius: 50%;
}

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

.custom-logo-link {
    background-image: url("https://www.codemotion.com/img/cm-logo-small.svg");
    width: 30px;
    height: 56px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.wp-custom-logo .site-container .title-area {
    max-width: 30px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.wp-custom-logo .title-area img {
    width: auto;
    display: none;
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

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

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

.cm-logo {
    padding: 10.5px 0;
}

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

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
}

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

.genesis-nav-menu a, ul.icon-menu a, ul.signin-menu a {
    color: #0e1e30;
    display: inline-block;
    font-size: 16px;
	line-height: 16px;
    font-weight: 500;
	cursor: pointer;
    transition: color .3s ease;
	padding: 8px 4px;
	margin: 0 8px;
    outline-offset: -1px;
    text-decoration: none;
    text-transform: none;
}

ul.signin-menu .menu-item.avatar a {
	margin: 0;
}

.icon-mobile {
    float: right;
    position: absolute;
}

.icon-menu.icon-mobile {
    right: 46px;
    top: 12px;
    display: flex;
    align-items: center;
}

.icon-mobile li {
    display: inline-block;
}

.icon-menu.icon-mobile .menu-item {
    height: 25px;
}

.icon-menu.icon-mobile .menu-item .search {
    margin-top: 0;
}

.signin-menu.icon-mobile {
    right: 0;
    top: 16px;
}

.icon-mobile li.icon {
    top: 8px;
    right: 0;
    width: 20px;
    position: relative;
}

.nav-primary .icon-menu {
    display: none;
}

.icon-menu .signin a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #0d1d30;
    text-transform: uppercase;
}

.icon-menu .signin a:hover {
    color: #ff5c00;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
    color: #0e1e30;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 100%;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99;
	background-color: #fff;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 16px;
	line-height: 16px;
    position: relative;
    word-wrap: break-word;
	margin: 8px 0;
    padding: 0;
}

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

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

.genesis-nav-menu .menu-item:hover > .sub-menu-toggle {
    color: #ff5c00;
}

.icon-menu .icon {
    height: 25px;
    width: 20px;
    margin-top: 10px;
    background-position: left center;
    cursor: pointer;
}

.icon-menu .search {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+');
    background-repeat: no-repeat;
    margin-top: 12px;
}

/* Responsive 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 .menu-item.sfHover a.sf-with-ul {
    color: #ff5c00;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #0e1e30;
}

.menu-toggle {
    float: left;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 6px;
    left: 20px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.icon-set.activated {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=') !important;
}

.icon-set {
    background-repeat: no-repeat;
    background-position: right center;
}

.icon-set.menu {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHJlY3QgeD0iMCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIi8+PGc+PHBhdGggZD0iTTMgMTFoMTRWOUgzdjJ6bTAgNWgxNHYtMkgzdjJ6TTMgNHYyaDE0VjRIM3oiLz48L2c+PC9zdmc+');
    width: 20px;
    top: 12px;
}

.icon-set.arrow, .icon-set.arrow.activated {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHJlY3QgeD0iMCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIi8+PGc+PHBhdGggZD0iTTUgNmw1IDUgNS01IDIgMS03IDctNy03eiIvPjwvZz48L3N2Zz4=') !important;
}

.icon-set.arrow.activated {
    transform: rotate(180deg);
}

.icon-set.microphone {
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHJlY3QgeD0iMCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIi8+PGc+PHBhdGggZD0iTTEyIDlWM2MwLTEuMS0uODktMi0yLTItMS4xMiAwLTIgLjk0LTIgMnY2YzAgMS4xLjkgMiAyIDIgMS4xMyAwIDItLjk0IDItMnptNCAwYzAgMi45Ny0yLjE2IDUuNDMtNSA1LjkxVjE3aDJjLjU2IDAgMSAuNDUgMSAxcy0uNDQgMS0xIDFIN2MtLjU1IDAtMS0uNDUtMS0xcy40NS0xIDEtMWgydi0yLjA5QzYuMTcgMTQuNDMgNCAxMS45NyA0IDljMC0uNTUuNDUtMSAxLTEgLjU2IDAgMSAuNDUgMSAxIDAgMi4yMSAxLjggNCA0IDQgMi4yMSAwIDQtMS43OSA0LTQgMC0uNTUuNDUtMSAxLTEgLjU2IDAgMSAuNDUgMSAxeiIvPjwvZz48L3N2Zz4=');
}

.icon-set.video {
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHJlY3QgeD0iMCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIi8+PGc+PHBhdGggZD0iTTE5IDE1VjVjMC0xLjEtLjktMi0yLTJINGMtMS4xIDAtMiAuOS0yIDJ2MTBjMCAxLjEuOSAyIDIgMmgxM2MxLjEgMCAyLS45IDItMnpNOCAxNFY2bDYgNHoiLz48L2c+PC9zdmc+');
}

.icon-set.arrow-left {
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHJlY3QgeD0iMCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIi8+PGc+PHBhdGggZD0iTTE4IDl2Mkg2bDQgNC0xIDItNy03IDctNyAxIDItNCA0aDEyeiIvPjwvZz48L3N2Zz4=');
}

.icon-set.arrow-right {
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHJlY3QgeD0iMCIgZmlsbD0ibm9uZSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIi8+PGc+PHBhdGggZD0iTTIgMTFWOWgxMmwtNC00IDEtMiA3IDctNyA3LTEtMiA0LTRIMnoiLz48L2c+PC9zdmc+');
}

.pre-title .icon-set {
    background-color: rgb(255, 92, 0);
    width: 22px;
    height:20px;
    display: inline-block;
    top: 2px;
    position: relative;
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 1;
}

.cm-open .menu-toggle {
    display: none !important;
}

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

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

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

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
    clear: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

/* Search popup
---------------------------------------------------------------------------- */

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: white;
    margin: 0;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-overlay #search-form {
    height: auto;
    border-bottom: 2px solid #f2f3f5;
    background-color: #fff;
    overflow: hidden;
}

#search-text {
    font-size: 14px;
    color: #0d1d30;
    border-width: 0;
    background: transparent;
}

#search-box input[type="text"] {
    width: 100%;
    padding: 10px 0;
    color: #0d1d30;
    outline: none;
    font-size: 1.4em;
    font-weight: 500;
}

#search-overlay #search-box input[type="text"] {
    color: #0d1d30;
    font-size: 42px;
}

.cm-open .title-area {
    position: absolute;
    z-index: 999999999;
}

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

/* Entry Content
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    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-content code {
    background-color: #f5f5f5;
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

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

.entry-footer {
    border-top: 1px solid #dddeee;
}

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
    color: #6c757d;
    font-weight: 500;
    font-size: 14px;
}

.entry-header p.cm-subtitle {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.single .entry-meta .entry-author-link {
    padding: 4px 8px;
    margin-right: 8px;
    background: #000;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.single .entry-meta .entry-time {
    color: #808080;
    font-size: 14px;
}

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

.entry-footer .entry-meta {
    padding-top: 20px;
    max-width: 100%;
    display: inline-block;
    float: left;
}

.entry-categories,
.entry-tags {
    width: 100%;
    justify-content: center;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
}


.entry-tags {
    color: #acacac;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}
.entry-tags a:before {
    content: "#";
}

.entry-tags a {
    font-size: 14px;
    line-height: 22px;
    font-family: "IBM Plex Sans", sans-serif;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    cursor: pointer;
    color: #0e1e30;
}

.entry-tags a:hover {
    color: #ff6e1c;
    text-decoration: underline;
}

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

.entry-meta .cm-read-time {
    color: #ff5c00;
    font-size: 14px;
    line-height: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    clear: both;
    display: block;
    margin: 1rem;
}

/* Share Buttons
--------------------------------------------- */

.ssbats-footer {
	margin: 24px 0;
}

.ssbats-social-share {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 380px;
    float: right;
    padding-top: 20px;
}

.ssbats-social-share-label {
    margin-right: 14px;
    font-weight: 700;
}

.ssbats-social-share-buttons a {
    display: inline-block;
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #999999;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px 5px 5px 0;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    transition: 150ms ease-in-out;
}

.ssbats-social-share-buttons a span:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: -1px;
    background-repeat: unset;
    filter: invert(100%) brightness(20%);
    transition: 150ms ease-in-out;
}

.ssbats-social-share-buttons a.ssbats-share-facebook span:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+RmFjZWJvb2s8L3RpdGxlPjxwYXRoIGQ9Ik0yNCAxMi4wNzNjMC02LjYyNy01LjM3My0xMi0xMi0xMnMtMTIgNS4zNzMtMTIgMTJjMCA1Ljk5IDQuMzg4IDEwLjk1NCAxMC4xMjUgMTEuODU0di04LjM4NUg3LjA3OHYtMy40N2gzLjA0N1Y5LjQzYzAtMy4wMDcgMS43OTItNC42NjkgNC41MzMtNC42NjkgMS4zMTIgMCAyLjY4Ni4yMzUgMi42ODYuMjM1djIuOTUzSDE1LjgzYy0xLjQ5MSAwLTEuOTU2LjkyNS0xLjk1NiAxLjg3NHYyLjI1aDMuMzI4bC0uNTMyIDMuNDdoLTIuNzk2djguMzg1QzE5LjYxMiAyMy4wMjcgMjQgMTguMDYyIDI0IDEyLjA3M3oiLz48L3N2Zz4=");
}

.ssbats-social-share-buttons a.ssbats-share-twitter span:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+VHdpdHRlcjwvdGl0bGU+PHBhdGggZD0iTTIzLjk1MyA0LjU3YTEwIDEwIDAgMDEtMi44MjUuNzc1IDQuOTU4IDQuOTU4IDAgMDAyLjE2My0yLjcyM2MtLjk1MS41NTUtMi4wMDUuOTU5LTMuMTI3IDEuMTg0YTQuOTIgNC45MiAwIDAwLTguMzg0IDQuNDgyQzcuNjkgOC4wOTUgNC4wNjcgNi4xMyAxLjY0IDMuMTYyYTQuODIyIDQuODIyIDAgMDAtLjY2NiAyLjQ3NWMwIDEuNzEuODcgMy4yMTMgMi4xODggNC4wOTZhNC45MDQgNC45MDQgMCAwMS0yLjIyOC0uNjE2di4wNmE0LjkyMyA0LjkyMyAwIDAwMy45NDYgNC44MjcgNC45OTYgNC45OTYgMCAwMS0yLjIxMi4wODUgNC45MzYgNC45MzYgMCAwMDQuNjA0IDMuNDE3IDkuODY3IDkuODY3IDAgMDEtNi4xMDIgMi4xMDVjLS4zOSAwLS43NzktLjAyMy0xLjE3LS4wNjdhMTMuOTk1IDEzLjk5NSAwIDAwNy41NTcgMi4yMDljOS4wNTMgMCAxMy45OTgtNy40OTYgMTMuOTk4LTEzLjk4NSAwLS4yMSAwLS40Mi0uMDE1LS42M0E5LjkzNSA5LjkzNSAwIDAwMjQgNC41OXoiLz48L3N2Zz4=');
}

.ssbats-social-share-buttons a.ssbats-share-linkedin span:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+TGlua2VkSW48L3RpdGxlPjxwYXRoIGQ9Ik0yMC40NDcgMjAuNDUyaC0zLjU1NHYtNS41NjljMC0xLjMyOC0uMDI3LTMuMDM3LTEuODUyLTMuMDM3LTEuODUzIDAtMi4xMzYgMS40NDUtMi4xMzYgMi45Mzl2NS42NjdIOS4zNTFWOWgzLjQxNHYxLjU2MWguMDQ2Yy40NzctLjkgMS42MzctMS44NSAzLjM3LTEuODUgMy42MDEgMCA0LjI2NyAyLjM3IDQuMjY3IDUuNDU1djYuMjg2ek01LjMzNyA3LjQzM2MtMS4xNDQgMC0yLjA2My0uOTI2LTIuMDYzLTIuMDY1IDAtMS4xMzguOTItMi4wNjMgMi4wNjMtMi4wNjMgMS4xNCAwIDIuMDY0LjkyNSAyLjA2NCAyLjA2MyAwIDEuMTM5LS45MjUgMi4wNjUtMi4wNjQgMi4wNjV6bTEuNzgyIDEzLjAxOUgzLjU1NVY5aDMuNTY0djExLjQ1MnpNMjIuMjI1IDBIMS43NzFDLjc5MiAwIDAgLjc3NCAwIDEuNzI5djIwLjU0MkMwIDIzLjIyNy43OTIgMjQgMS43NzEgMjRoMjAuNDUxQzIzLjIgMjQgMjQgMjMuMjI3IDI0IDIyLjI3MVYxLjcyOUMyNCAuNzc0IDIzLjIgMCAyMi4yMjIgMGguMDAzeiIvPjwvc3ZnPg==');
}

.ssbats-social-share-buttons a.ssbats-share-reddit span:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+UmVkZGl0PC90aXRsZT48cGF0aCBkPSJNMTIgMEExMiAxMiAwIDAgMCAwIDEyYTEyIDEyIDAgMCAwIDEyIDEyIDEyIDEyIDAgMCAwIDEyLTEyQTEyIDEyIDAgMCAwIDEyIDB6bTUuMDEgNC43NDRjLjY4OCAwIDEuMjUuNTYxIDEuMjUgMS4yNDlhMS4yNSAxLjI1IDAgMCAxLTIuNDk4LjA1NmwtMi41OTctLjU0Ny0uOCAzLjc0N2MxLjgyNC4wNyAzLjQ4LjYzMiA0LjY3NCAxLjQ4OC4zMDgtLjMwOS43My0uNDkxIDEuMjA3LS40OTEuOTY4IDAgMS43NTQuNzg2IDEuNzU0IDEuNzU0IDAgLjcxNi0uNDM1IDEuMzMzLTEuMDEgMS42MTRhMy4xMTEgMy4xMTEgMCAwIDEgLjA0Mi41MmMwIDIuNjk0LTMuMTMgNC44Ny03LjAwNCA0Ljg3LTMuODc0IDAtNy4wMDQtMi4xNzYtNy4wMDQtNC44NyAwLS4xODMuMDE1LS4zNjYuMDQzLS41MzRBMS43NDggMS43NDggMCAwIDEgNC4wMjggMTJjMC0uOTY4Ljc4Ni0xLjc1NCAxLjc1NC0xLjc1NC40NjMgMCAuODk4LjE5NiAxLjIwNy40OSAxLjIwNy0uODgzIDIuODc4LTEuNDMgNC43NDQtMS40ODdsLjg4NS00LjE4MmEuMzQyLjM0MiAwIDAgMSAuMTQtLjE5Ny4zNS4zNSAwIDAgMSAuMjM4LS4wNDJsMi45MDYuNjE3YTEuMjE0IDEuMjE0IDAgMCAxIDEuMTA4LS43MDF6TTkuMjUgMTJDOC41NjEgMTIgOCAxMi41NjIgOCAxMy4yNWMwIC42ODcuNTYxIDEuMjQ4IDEuMjUgMS4yNDguNjg3IDAgMS4yNDgtLjU2MSAxLjI0OC0xLjI0OSAwLS42ODgtLjU2MS0xLjI0OS0xLjI0OS0xLjI0OXptNS41IDBjLS42ODcgMC0xLjI0OC41NjEtMS4yNDggMS4yNSAwIC42ODcuNTYxIDEuMjQ4IDEuMjQ5IDEuMjQ4LjY4OCAwIDEuMjQ5LS41NjEgMS4yNDktMS4yNDkgMC0uNjg3LS41NjItMS4yNDktMS4yNS0xLjI0OXptLTUuNDY2IDMuOTlhLjMyNy4zMjcgMCAwIDAtLjIzMS4wOTQuMzMuMzMgMCAwIDAgMCAuNDYzYy44NDIuODQyIDIuNDg0LjkxMyAyLjk2MS45MTMuNDc3IDAgMi4xMDUtLjA1NiAyLjk2MS0uOTEzYS4zNjEuMzYxIDAgMCAwIC4wMjktLjQ2My4zMy4zMyAwIDAgMC0uNDY0IDBjLS41NDcuNTMzLTEuNjg0LjczLTIuNTEyLjczLS44MjggMC0xLjk3OS0uMTk2LTIuNTEyLS43M2EuMzI2LjMyNiAwIDAgMC0uMjMyLS4wOTV6Ii8+PC9zdmc+');
}

.ssbats-social-share-buttons a:hover {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.ssbats-social-share-buttons a:hover span:before {
    filter: invert(100%);
}

.ssbats-social-share-buttons a.ssbats-share-facebook:hover {
    background-color: #1877f2;
    border-color: #1877f2;
}

.ssbats-social-share-buttons a.ssbats-share-twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.ssbats-social-share-buttons a.ssbats-share-linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}

.ssbats-social-share-buttons a.ssbats-share-reddit:hover {
    background-color: #ff4500;
    border-color: #ff4500;
}

.entry-content .ssbats-social-share-buttons.ssbats-footer {
    margin-bottom: 14px;
    display: none;
}

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

.pagination {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
    margin: 60px 0;
}

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

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fafafa;
    color: #0d1d30;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
}

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

/* Single Entry Navigation
--------------------------------------------- */

.prev-next-navigation {
    display: block;
    width: 100%;
    clear: both;
    overflow: auto;
}

.prev-next-navigation .one-half .prev,
.prev-next-navigation .one-half .next {
    position: relative;
    background: #f2f3f5;
    min-height: 180px;
    padding: 40px 18px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.prev-next-navigation .one-half .prev a,
.prev-next-navigation .one-half .next a {
    color: #0d1d30;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.prev-next-navigation .one-half .prev a:hover,
.prev-next-navigation .one-half .next a:hover {
    color: #ff5c00;
}

.prev-next-navigation .one-half .prev {
    text-align: left;
}

.prev-next-navigation .one-half .next {
    text-align: right;
}

.prev-next-navigation .one-half a .pre-title {
    position: absolute;
    bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #ff5c00;
}

.pre-title i {
    font-size: 18px;
    height: 22px;
    line-height: 1.5;
}

.prev-next-navigation .one-half .prev .pre-title i {
    margin-right: 6px;
}

.prev-next-navigation .one-half .next .pre-title i {
    margin-left: 6px;
}

.prev-next-navigation .prev .pre-title {
    left: 18px;
}

.prev-next-navigation .next .pre-title {
    right: 18px;
}

/* Entry Related Content
--------------------------------------------- */

.cm-related {
    clear: both;
    margin-top: 30px;
    margin-bottom: 40px;
}

.cm-related h3 {
    font-size: 34px;
}

.cm-related-posts {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-top: 24px;
    overflow: auto;
}

.cm-related-posts li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cm-related-posts li a {
    color: #0d1d30;
    text-decoration: none;
}

.cm-related-posts li a:hover {
    color: #ff5c00;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

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

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

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

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

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

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

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

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

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

/* cm-section Category
--------------------------------------------- */
.cm-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    background-color: #f8f8f8;
    row-gap: 16px;
    margin-top: 6rem;
    margin-bottom: 6rem;
    justify-content: space-evenly;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    padding: 2rem;
}

.cm-section .cm-section-description {
    flex: 1 1 100%;
    padding-top: 8px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.cm-section .cm-section-description .cm-section-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 46px;
    color: #333;
}

.cm-section .cm-section-description .cm-section-decs {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
}

.cm-section .cm-section-description .cm-section-label .cm-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    color: #ff5c00;
    box-sizing: border-box;
}

.cm-section .cm-section-description .cm-section-label .cm-link:hover {
    text-decoration: underline;
}

.cm-section .cm-section-description .cm-section-label .cm-link .cm-icon {
    margin-left: 8px;
    box-sizing: border-box;
    color: #ff5c00;
    cursor: pointer;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    user-select: none;
}

/* Code
--------------------------------------------- */

.wp-block-code code {
	white-space: pre;
	display: block;
    font-family: inherit;
    overflow-wrap: break-word;
	box-sizing: border-box;
	color: #444;
	overflow-x: auto;
    padding: .5em;
    background: #f0f0f0;
	font-size: .9em;
}

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

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

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

.sidebar p {
    margin-bottom: 20px;
}

.sidebar-primary .featured-content .entry .alignleft {
    display: none;
}

.sidebar-primary .featured-content .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.sidebar-primary .featured-content .entry-title {
    margin-top: 0;
}

.sidebar-primary .featured-content .entry-title a {
    color: #0d1d30;
}

.sidebar-primary .featured-content .entry-title a:hover {
    color: #ff5c00;
}

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

.sidebar-primary .widget_text {
    border: 1px solid #f2f3f5;
    padding: 20px;
    border-radius: 5px;
}

.sidebar-primary .widget_text a {
    text-decoration: underline;
}

/* Author Box, archive descriptions
--------------------------------------------- */


.author-social-links {
    display: flex;
    gap: 1rem;
}

.author-social-links a {
    display: flex;
    align-items: center;
}

.author-social-links a:hover .cm-icon.social-icon svg path {
    transition: all 0.2s ease-in-out;
    color: #0e1e30;
    fill: #0e1e30;
}

.author-social-links .cm-icon.social-icon {
    width: 20px;
    height: 20px;
}

.author-social-links a span {
    font-size: 1rem;
    font-weight: 500;
}

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

.footer-widgets {
    background-color: #ffffff;
    clear: both;
    padding: 32px 0;
    color: #0e1e30;
    text-align: left;
    border: 1px #F2F2F2 solid;
    margin-bottom: 32px;
}

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

.footer-widgets ul li {
    padding: 0;
    line-height: 1;
    margin-bottom: 12px;
}

.footer-widgets a {
    color: #0e1e30;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.footer-widgets a:hover {
    color: #0e1e30;
}

.footer-widgets .wrap {
    margin-left: 24px;
    margin-right: 24px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-widgets .wrap::after,
.footer-widgets .wrap::before {
    display: none;
}

.footer-widget-area {
    margin-bottom: 40px;
    width: 100%;
}

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

.footer-widgets .widget-title {
    color: #0e1e30;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-widgets .checkin-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.footer-widgets .checkin-btn:hover {
    border-color: #ff5c00;
    color: #ff5c00;
}

.cm-social-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}

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

.site-footer {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.site-footer p {
    margin-bottom: 32px;
    color: #0d1d30;
    font-weight: 500;
    font-size: 11px;
}

.site-footer p a {
    color: #0d1d30;
}

.site-footer p a:hover {
    color: #0d1d30;
}

/* Homepage
---------------------------------------------------------------------------- */

.cm-featured-gradient,
.cm-featured-background,
.cm-featured {
    border-radius: 8px;
    height: 100%;
    background-size: cover;
    transition: 200ms ease-in-out;
}

.big.first .cm-featured div {
    height: 350px;
}

.cm-featured .entry-title {
    font-weight: 500;
    font-size: 18px;
}

.big .cm-featured .entry-title,
.front-page-2 .featured-content .entry .entry-title {
    font-size: 28px;
}

.cm-featured .entry-title,
.cm-featured .entry-categories,
.cm-featured .entry-excerpt {
    color: #ffffff;
    transition: 200ms ease-in-out;
}

.cm-featured a:hover .entry-title {
    color: #ff5c00;
}

.cm-featured a:hover .cm-featured-background {
    background-position: center;
}

.cm-featured-gradient .entry-excerpt {
    font-size: 12px;
    margin-bottom: 0;
}

.cm-wrapper {
    padding-top: 30px;
    height: 350px;
}

.cm-featured .entry-categories {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.cm-featured-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.50) 35%, rgba(0, 0, 0, 0.1) 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-end;
    transition: 200ms ease-in-out;
}

.front-page-1,
.front-page-2 {
    margin-bottom: 50px;
}

.cm-row.one-half {
    width: 100%;
    margin: 0;
}

.front-page-1,
.front-page-2 .featured-content,
.front-page-3 .featured-content {
    position: relative;
    overflow: auto;
}

.front-page-2 .featured-content .entry {
    margin-bottom: 40px;
}

.front-page-2 .featured-content .entry,
.front-page-3 .featured-content .entry {
    margin-bottom: 40px;
}

.front-page-2 .featured-content .entry .entry-title {
    font-size: 20px;
}

.front-page-2 .featured-content .entry .entry-header,
.front-page-3 .featured-content .entry .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.front-page-2 .featured-content .more-from-category,
.front-page-3 .featured-content .more-from-category,
.widget_collection_posts_widget .more-from-category {
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: 500;
}

.front-page-1 .widget-title,
.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-4 .widget-title,
.front-page-4 .title-topic {
    color: #0d1d30;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 1px solid #dddee4;
}

.front-page-2 #cm-newswire-post-2.featured-content .entry .alignleft,
.front-page-3 .featured-content .entry .alignleft {
    display: none;
}

.widget_collection_posts_widget,
.widget_video_posts_widget {
    position: relative;
}

.widget_collection_posts_widget article,
.widget_video_posts_widget article {
    width: calc(100% / 3);
    float: left;
    padding-right: 40px;
    margin-left: 0;
}

.widget_collection_posts_widget .entry-title,
.widget_video_posts_widget .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 8px;
}

.widget_collection_posts_widget .entry .entry-header,
.widget_video_posts_widget .entry .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.widget_collection_posts_widget .image-wrapper,
.widget_video_posts_widget .image-wrapper {
    position: relative;
    display: inline-block;
}

.widget_collection_posts_widget .image-wrapper .play-icon,
.widget_video_posts_widget .image-wrapper .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Adjust size as needed */
    width: 40px;
    height: 40px;
    /* Optional: Add a background or any additional styling */
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black background */
    border-radius: 50%;
    padding: 5px;
}

.widget_cm-following-widget .widget-title.widgettitle,
.widget-title.widgettitle.cm-latest-home-widget {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.widget_cm-following-widget .widget-title.widgettitle span,
.widget-title.widgettitle.cm-latest-home-widget span {
    font-size: 16px;
    font-weight: 500;
}


@media screen and (min-width: 782px) {
    .featured-content.featuredpost article img {
        max-height: 265px;
    }
}

@media screen and (max-width: 782px) {
    .widget_collection_posts_widget article,
    .widget_video_posts_widget article {
        width: 100%;
        float: left;
        padding-right: 0;
        margin-left: 0;
    }
    .widget_cm-following-widget .widget-title.widgettitle,
    .widget-title.widgettitle.cm-latest-home-widget {
        flex-direction: column;
    }
}

/* Talent jobs widget
--------------------------------- */

.cm-jobs-widget .cm-job-wrap {
    margin-bottom: 14px;
}

.cm-jobs-widget .cm-job-wrap a {
    text-decoration: none;
}

.cm-jobs-widget .cm-job-wrap h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.cm-jobs-widget .cm-job-wrap h5 {
    font-size: 14px;
    margin-bottom: 6px;
}

.cm-jobs-widget .cm-job-wrap .cm-job-tags {
    font-size: 14px;
    margin-bottom: 6px;
    color: #676767;
    font-weight: 500;
}


/* Author sidebar widget
--------------------------------- */

.widget-cm-author {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #0e1e30;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.widget-cm-author-layout-card {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid;
    border-color: #cdcdcd;
    overflow: hidden;
    padding: 1.5rem 0.5rem;
    max-width: 100%;
}

.widget-cm-author-layout-card:hover {
    box-shadow: 0 2px 8px 2px rgba(189, 189, 189, 0.5);
}

.widget-cm-author-layout-card:hover .article-card-image {
    transform: scale(1.05);
}

.widget-cm-author-layout-card:hover .article-card-image .article-card-read-time {
    transform: scale(0.95);
}

.widget-cm-author-layout-card .cm-author-container {
    flex-direction: column;
}

.widget-cm-author-layout-card .cm-author-container .cm-author-info a {
    flex-direction: column;
}

.widget-cm-author-layout-card .cm-author-container .cm-author-info a .role {
    padding-left: 0;
}

.widget-cm-author-layout-card .cm-author-container .cm-following {
    margin: auto;
    width: 100%;
}

.avatar {
    border-radius: 50%;
    width: 88px;
    height: auto;
    max-width: 88px;
}

.widget-cm-author-layout-card .avatar {
    height: 88px;
    max-width: none;
}

.cm-author-container {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cm-author-container .cm-author-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.cm-author-container .cm-author-info a {
    color: #0e1e30;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.cm-author-container .cm-author-info a .name {
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0;
    padding-left: 0;
}

.cm-author-container .cm-author-info a .role {
    font-size: 14px;
}

.cm-author-container .cm-author-info .description {
    font-size: 14px;
    color: #6c757d;
}

.widget-cm-author-layout-card .description {
    min-height: 145px;
}

.cm-author-container .cm-following {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;
    transition: all 0.2s ease-in-out;
    background-color: #0e1e30;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    padding: 9px 16px;
    font-size: 14px;
    max-width: 130px;
    border-radius: 8px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm-author-container .cm-following:hover, .cm-author-container .cm-following:focus {
    background-color: #283747;
}

/* Events Carousel (Owl Carousel)
--------------------------------- */

.front-page-4 .widget-area .container {
    position: relative;
}

.front-page-4 .title-topic {
    width: 100%;
}

.front-page-4 .link-view-all {
    position: absolute;
    top: 11px;
    right: 0;
}

section.wrap-upcoming-events-home {
    height: 400px;
    background-size: cover;
    border-radius: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all .5s ease;
    overflow: hidden;
}

.owl-carousel.owl-theme {
    margin-bottom: 30px;
}

.owl-item .d-flex.flex-column {
    display: flex;
    width: 100%;
    height: 400px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 1rem calc(1rem + 15px);
    color: #FFF;
}

.owl-item .row.w-100.h-100 {
    background-color: rgba(32, 64, 94, .4);
}

.owl-item .item .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.owl-item .item h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.2;
}

.owl-item .item p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.owl-item .item .btn {
    color: #fff;
    background-color: #ff5c00;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.owl-item .item .btn:hover {
    background-color: #d25e1d;
}

/* 404 Error Page
---------------------------------------------------------------------------- */

.error404 .content .entry-title {
    font-size: 48px;
    font-weight: 500;
}

.error404 .content .entry-content p {
    font-size: 18px;
    font-weight: 500;
}

.error404 .content .entry-content form {
    width: 100%;
}

.error404 .content .entry-content form input[type="search"] {
    border: none;
    border-bottom: 2px solid #f3f4f5;
    color: #f3f4f5;
    display: inline-block;
    width: 59%;
    margin-right: 2%;
}

.error404 .content .entry-content .search-form input[type="submit"] {
    background: #ff5c00;
    color: #ffffff;
    border: 2px solid #ff5c00;
    width: 39%;
}

.error404 .content .entry-content .search-form input[type="submit"]:hover {
    background: #ffffff;
    color: #ff5c00;
}

/* Search page
---------------------------------------------------------------------------- */

.cm-search-page .content {
    width: 100%;
}

.cm-search-page .entry-title {
    text-align: center;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 500;
}

.cm-search-cat-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
}

.cm-cat-box {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #E6E6E6;
    padding: 16px;
    border-radius: 8px;
}

.cm-cat-box .cm-cat-top-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cm-cat-box h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cm-cat-box h2 a {
    color: #0E1E30;
}

.cm-cat-box span {
    color: #676767;
    font-size: 12px;
    font-weight: 400;
}

.cm-cat-box p {
    color: #0E1E30;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

/* Search Engine Result Page
---------------------------------------------------------------------------- */

.search .archive-description {
    display: none;
}

.search .content .archive-description {
    display: block;
    padding: 0 0 20px;
    background: #ffffff;
}

.search .archive-title {
    padding: 0;
}

/* Sidebar related content
---------------------------------------------------------------------------- */

.sidebar-primary .cm-related li a {
    color: #ff5c00;
    text-decoration: underline;
}

.sidebar-primary .cm-related li a:hover {
    color: #333;
    text-decoration: none;
}

.sidebar-primary .cm-related-posts {
    padding-top: 0;
    border-top: none;
}

.sidebar-primary .cm-related h3 {
    font-size: 20px;
}


/* New Components Card (with flexbox)
    ---------------------------------------------------------------------------- */

/* cm-article-card
    ---------------------------------------------------------------------------- */
.cm-article-card {
    display: flex;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid;
    border-color: #cdcdcd;
    width: 100%;
    overflow: hidden;
    flex: 1 1 100%;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.cm-article-card a {
    text-decoration: none;
}

.cm-article-card.cm-article-card-vertical {
    margin-bottom: 16px;
}

.cm-article-card.cm-article-card-vertical .article-card-image {
    height: auto !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cm-article-card:hover {
    box-shadow: 0 2px 8px 2px rgba(189, 189, 189, 0.5);
}

.cm-article-card:hover .article-card-image {
    transform: scale(1.05);
}

.cm-article-card:hover .article-card-image .article-card-read-time {
    transform: scale(0.95);
}

.cm-article-card:hover .article-card-footer {
    animation: bounce 600ms infinite;
}

.cm-article-card.cm-article-card {
    flex-direction: column;
}

.cm-article-card.cm-article-card .article-card-image {
    display: flex;
    width: 100%;
    height: 11.25rem;
    border-radius: 0.5rem 0.5rem 0 0;
    background-position: center;
    background-size: cover;
    transition: 200ms ease-in-out;
    aspect-ratio: 1.7777777778;
}

.cm-article-card.cm-article-card-dense .article-card-image {
    border-radius: 0.5rem 0 0 0.5rem;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cm-article-card.cm-article-card .article-card-image .article-card-read-time {
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    width: 100%;
    transition: 200ms ease-in-out;
}

.cm-article-card .article-card-image .article-card-read-time .cm-badge {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 12px;
    border-radius: 100px;
    align-items: center;
    display: inline-flex;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 92, 0);
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
}

.cm-article-card.cm-article-card .article-card-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    justify-content: space-between;
    box-sizing: border-box;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e1e30;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-date {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0e1e30;
    display: flex;
    justify-content: flex-start;
    color: #676767;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-title, .cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-title h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #0e1e30;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-author {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    color: #676767;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-type {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-type .cm-icon {
    width: 24px;
    height: 24px;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-type .cm-icon .icon-set {
    width: 24px;
    height: 24px;
    background-color: rgb(255, 92, 0);
    display: inline-block;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-excerpt {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    color: #676767;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cm-article-card.cm-article-card .article-card-body .article-card-meta .article-card-category .cm-tag {
    background-color: rgb(255, 92, 0);
    color: rgb(255, 255, 255);
    border-radius: 1000px;
    border: none;
    padding: 4px 8px;
    align-items: center;
    display: inline-flex;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    word-wrap: break-word;
    min-width: 22px;
    justify-content: center;
}

.cm-article-card.cm-article-card .article-card-body .article-card-footer {
    padding-top: 16px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cm-article-card.cm-article-card .article-card-body .article-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cm-article-card.cm-article-card .article-card-body .article-card-tags a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    cursor: pointer;
    color: #0e1e30;
}

.cm-article-card.cm-article-card .article-card-body .article-card-tags a:hover {
    color: #ff5c00;
    text-decoration: underline;
}

.cm-article-card .article-card-footer .cm-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    color: #ff5c00;
    box-sizing: border-box;
}

.cm-article-card .article-card-footer .cm-link:hover {
    text-decoration: underline;
}

.cm-article-card .article-card-footer .cm-link .cm-icon {
    margin-left: 8px;
    box-sizing: border-box;
    color: #ff5c00;
    cursor: pointer;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    user-select: none;
}

.cm-article-card.cm-article-card-dense {
    margin-bottom: 16px;
    flex-direction: row;
}

.cm-article-card.cm-article-card-dense .article-card-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1;
    width: 110px;
}

.cm-article-card.cm-article-card-dense .article-card-body {
    flex-direction: column;
}

.cm-article-card.cm-article-card-dense .article-card-body .article-card-meta .article-card-title {
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 2 !important;
}

@keyframes bounce {
    0%, 100% {
        padding-left: 0;
    }
    50% {
        padding-left: 8px;
    }
}

/* cm-header-article
    ---------------------------------------------------------------------------- */
.cm-header-article {
    margin-bottom: 1rem;
}

.cm-header-article header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cm-header-article header .cm-header-article-body {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    line-height: 16px;
    align-items: center;
    display: inline-flex;
    line-height: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
    gap: 16px;
    max-width: 70rem;
    width: 100%;
    padding: 0;
}

.cm-header-article header .cm-header-article-body .cm-category {
    display: flex;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0e1e30;
    text-align: center;
    margin: 0;
    gap: 8px;
}

.cm-header-article header .cm-image-container {
    width: 100%;
    margin: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cm-header-article header .cm-header-article-img img {
    width: 100%;
    height: auto;
}

.cm-header-layout-horizontal header {
    box-shadow: 0 2px 8px 2px rgba(189, 189, 189, 0.5);
    border: 0 solid;
    margin-left: 0;
    z-index: 0;
    background-color: white;
    padding: 1rem;
}

.cm-header-layout-horizontal header .cm-header-article-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    border-radius: 10px;
}

.cm-header-layout-horizontal header .cm-header-article-body .cm-title, .cm-header-layout-horizontal header .cm-header-article-body .cm-title h1, .cm-header-layout-horizontal header .cm-header-article-body .cm-title h2 {
    text-align: left !important;
    margin: 0;
    margin-bottom: 4px;
}

.cm-header-layout-horizontal header .cm-header-article-body .cm-excerpt, .cm-header-layout-horizontal header .cm-header-article-body .cm-excerpt p {
    text-align: left !important;
}

.cm-header-effects {
    overflow: hidden;
    padding: 1.5rem;
}

.cm-header-effects header {
    overflow: hidden;
    position: relative;
    box-shadow: none;
    padding: 0;
}

.cm-header-effects header .cm-header-article-body {
    box-shadow: none;
    border: none;
    margin-left: 0;
    background-color: transparent;
    z-index: 0;
    padding: 0;
}

.cm-header-effects header .cm-header-article-body .cm-author-container .cm-read-time {
    display: none;
}

.cm-header-effects header .button {
    right: 14px;
    bottom: 14px;
    width: 30px;
    height: 30px;
    background-color: #fcb900;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    mix-blend-mode: hard-light;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: white;
    line-height: 30px;
    position: static;
    align-self: flex-end;
}

.cm-header-effects header .cm-header-article-img {
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(0%);
    z-index: 0;
    width: 100%;
    margin: 1rem;
}

.cm-header-effects header .cm-header-article-img img {
    display: block;
    padding: 0;
    box-sizing: border-box;
}

.cm-header-effects header:hover .button {
    transform: scale(60);
    color: #fcb900;
}

.cm-header-effects header:hover .cm-header-article-img {
    filter: grayscale(100%);
}

.cm-header-effects header:hover .cm-title, .cm-header-effects header:hover .cm-title h1 {
    z-index: 99;
    color: white;
}

.cm-header-effects header:hover .cm-header-article-body .cm-author-container .cm-date {
    display: none;
}

.cm-header-effects header:hover .cm-header-article-body .cm-author-container .cm-read-time {
    display: block;
    z-index: 99;
    color: white;
}

.cm-header-effects header:hover .cm-author, .cm-header-effects header:hover .cm-category {
    z-index: 99;
}

.cm-header-effects header:hover .cm-excerpt, .cm-header-effects header:hover .cm-excerpt p {
    z-index: 99;
    color: white;
}

.cm-header-article header .cm-header-article-body .cm-author-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    flex-wrap: wrap;
}

.cm-header-article header .cm-header-article-body .cm-author-container .cm-date {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
}

.cm-header-article header .cm-header-article-body .cm-author-container .cm-read-time {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgb(255, 92, 0);
}

.cm-header-article header .cm-header-article-body .cm-title, header .cm-header-article-body .cm-title h1 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #0e1e30;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.cm-header-article header .cm-header-article-body .cm-title, header .cm-header-article-body .cm-title h1 a {
    color: #0e1e30;
}

.cm-header-article header .cm-header-article-body .cm-title:hover, header .cm-header-article-body .cm-title:hover h1 a {
    color: rgb(255, 92, 0);
}

.cm-header-article header .cm-header-article-body .cm-excerpt, header .cm-header-article-body .cm-excerpt p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0e1e30;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cm-header-article header .cm-header-article-body .cm-author-container .cm-badge {
    height: 14px;
    word-wrap: break-word;
    cursor: pointer;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background-color: rgb(14, 30, 48);
    color: rgb(255, 255, 255);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 4px 8px;
    box-sizing: content-box;
}

.cm-header-article header .cm-header-article-body .cm-category .cm-tag, .entry-categories a {
    background-color: white;
    color: hsla(22, 100%, 50%, 1);
    border-radius: 8px;
    border: 1px solid hsla(22, 100%, 50%, 1);
    padding: 12px 16px;
    line-height: 16px;
    align-items: center;
    display: inline-flex;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
}

.cm-header-article header .cm-header-article-body .cm-category .cm-tag:hover, .entry-categories a:hover {
	background-color: hsla(22, 100%, 50%, 1);
	color: white;
}

.cm-search-results .cm-article-card {
    flex: 1 1 100%;
    margin: 1rem 0 0 0;
}

.cm-search-results .cm-article-card .article-card-read-time {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

.cm-search-results .cm-article-card .article-card-read-time .cm-badge {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 12px 16px;
    border-radius: 100px;
    align-items: center;
    display: inline-flex;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 92, 0);
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
}
/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

    table {
        table-layout: auto;
        word-break: normal;
    }

    .front-page-2 #featured-post-5.featured-content .entry .alignleft,
    .front-page-3 .featured-content .entry .alignleft,
    .sidebar-primary .featured-content .entry .alignleft {
        display: inline-block;
    }
    /* cm-header-article
    ---------------------------------------------- */
    .cm-header-article header .cm-header-article-body {
        padding: 12px 16px;
    }

    .cm-header-article header .cm-header-article-body .cm-title, header .cm-header-article-body .cm-title h1 {
        font-size: 42px;
        line-height: 46px;
    }

    .cm-header-article header .cm-header-article-body .cm-excerpt, header .cm-header-article-body .cm-excerpt p {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) {
    .widget-cm-author {
        align-items: center;
        flex-direction: row;
    }
    .widget-cm-author-layout-card {
        flex-direction: column;
        flex: 1 1 calc(50% - 2rem);
    }
    .cm-author-container {
        padding-left: 1rem;
        flex-direction: row;
    }
    .cm-author-container .cm-author-info a {
        flex-direction: row;
    }
    .cm-author-container .cm-author-info a .role {
        padding-left: 0.5rem;
    }
    .cm-author-container .cm-following {
        margin-left: 1rem;
    }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    }

    .footer-widgets-3 {
        clear: left;
    }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        max-width: 100%;
        width: auto;
        margin-top: 0;
    }

    /* cm-section Category
    --------------------------------------------- */
    .cm-section .cm-section-description {
        flex: 1 1 calc(50% - 2rem);
    }
    /* cm-article-card
    --------------------------------------------- */
    .cm-article-card {
        flex: 1 1 calc(50% - 2rem);
    }
    /* cm-header-article
    ---------------------------------------------- */
    .cm-header-layout-horizontal header {
        flex-direction: row-reverse;
        padding: 0;
        box-shadow: none;
    }

    .cm-header-layout-horizontal header .cm-header-article-body {
        flex: 1;
        padding: 2rem;
        box-shadow: 0 2px 8px 2px rgba(189, 189, 189, 0.5);
        border: 0 solid;
        margin-left: -10rem;
        z-index: 1;
        background-color: white;
    }

    .cm-header-layout-horizontal header .cm-header-article-body .cm-title, .cm-header-layout-horizontal header .cm-header-article-body .cm-title h1, .cm-header-layout-horizontal header .cm-header-article-body .cm-title h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .cm-header-layout-horizontal header .cm-header-article-body .cm-excerpt, .cm-header-layout-horizontal header .cm-header-article-body .cm-excerpt p {
        font-size: 20px;
        line-height: 24px;
    }

    .cm-header-layout-horizontal header .cm-image-container {
        flex: 1;
        margin: 0;
    }

    .cm-header-article header .cm-header-article-body .cm-title, header .cm-header-article-body .cm-title h1 {
        font-size: 54px;
        line-height: 58px;
    }

    .cm-header-article header .cm-header-article-body .cm-excerpt, header .cm-header-article-body .cm-excerpt p {
        font-size: 24px;
        line-height: 28px;
    }

    .cm-header-effects header .cm-header-article-img {
        height: 300px;
    }

    .cm-header-effects header .cm-header-article-img img {
        display: none;
    }

    .cm-header-effects header .cm-header-article-body {
        box-shadow: none;
        margin-left: 0;
        z-index: 0;
        background-color: transparent;
    }

    /* cm-search-results
---------------------------------------------- */
    .cm-search-results {
        display: flex;
        flex-wrap: wrap;
        padding: 0 1.5rem;
        justify-content: space-between;
    }

    .cm-search-results .cm-article-card {
        flex: 1 1 calc(calc(100% / 2) - 2rem);
        margin: 1rem 1rem 0 0;
        max-width: calc(50% - 2rem);
    }

    .entry-meta .cm-read-time {
        display: inline;
        margin: 0 8px;
    }
}

@media only screen and (min-width: 960px) {
	/* Typography
    --------------------------------------------- */
	h2 {
    	font-size: 36px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 26px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}
	
	
    .entry-content .ssbats-social-share-buttons.ssbats-footer {
        display: block;
    }
    /* Site Header
    --------------------------------------------- */

    .site-header {
        position: sticky;
        top: 0;
        z-index: 9999999;
        clear: both;
        margin: 0 auto;
        padding: 0;
    }

    .site-header .wrap {
        /* max-width: 1440px; */
        margin: 0 auto;
        padding: 0 30px;
    }

    .site-header.cm-open {
        box-shadow: none;
    }

    .admin-bar .site-header {
        top: 32px;
    }

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

    .genesis-nav-menu .menu-item, .icon-menu .menu-item {
        display: inline-block;
    }

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

    .genesis-nav-menu > .menu-bold > a {
        font-weight: 500;
    }

    .genesis-nav-menu > .menu-highlight > a {
        background-color: #0e1e30;
        border-radius: 3px;
        color: #fff;
        font-weight: 500;
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0e1e30;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 280px;
    }

    .genesis-nav-menu .sub-menu {
        border: 1px solid #eee;
        opacity: 0;
        position: absolute;
        transition: opacity .4s ease-in-out;
        border-radius: 8px;
        box-shadow: -2px 2px 4px rgba(75, 75, 75, .2);
        text-align: left;
        padding: 8px 0 0;
        overflow: hidden;
		padding: 12px 20px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px;
    }

    .icon-menu .icon {
        width: 20px;
        height: 25px;
        margin: 10px 0 0;
    }

    .icon-menu .close {
        display: none;
        height: 24px;
        position: absolute;
        right: 0;
        top: 24px;
    }

    .icon-mobile {
        position: relative;
    }

    /* Responsive Menu
    --------------------------------------------- */
    .wp-custom-logo .title-area img {
        display: inline-block;
    }

    .custom-logo-link {
        background-image: none;
        width: auto;
        height: auto;
    }

    .wp-custom-logo .site-container .title-area {
        max-width: 190px !important;
    }

    .genesis-responsive-menu {
        display: block;
        padding-top: 15px;
    }

    .menu-toggle {
        display: none !important;
        visibility: hidden;
    }

    .sub-menu-toggle {
        position: relative;
        display: inline-block;
        padding: 14px 0;
    }

    .sub-menu-toggle.icon-set::before {
        font-size: 14px;
        height: 14px;
    }

    /* Header Menu
    --------------------------------------------- */

    .nav-primary {
        clear: none;
        float: right;
        width: calc(100% - 210px);
        height: 40px;
    }

    .nav-primary .genesis-nav-menu a.sf-with-ul {
        padding-right: 4px;
    }

    .nav-primary .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-primary .genesis-nav-menu,
    .nav-primary .icon-menu {
        flex-grow: 1;
    }

    .nav-primary .genesis-nav-menu {
        width: calc(100% - 210px);
        text-align: center;
        float: left;
    }

    .nav-primary .icon-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: center;
        height: 40px;
		align-items: center;
    }

    /* Site-Inner
    --------------------------------------------- */

    .site-inner {
        max-width: 1440px;
        padding: 40px 30px 0;
    }

    .single .site-inner {
        max-width: 1120px;
    }

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

    .content {
        float: left;
        width: 65%;
    }

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

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

    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .content-sidebar-wrap.align-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .sidebar {
        float: right;
        width: 30%;
    }

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

    /* Author Box, archive descriptions
    --------------------------------------------- */

    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    .author-social-links .cm-icon.social-icon {
        width: 32px;
        height: 32px;
    }


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

    .after-entry {
        padding: 40px 60px;
    }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cm-related-posts li.one-half {
        width: 47.717948717948715%;
        margin-left: 4.564102564102564%;
    }

    .cm-related-posts li.one-half.first {
        margin-left: 0;
    }

    .prev-next-navigation .one-half .prev {
        text-align: right;
    }

    .prev-next-navigation .one-half .next {
        text-align: left;
    }

    .prev-next-navigation .prev .pre-title {
        left: auto;
        right: 18px;
    }

    .prev-next-navigation .next .pre-title {
        right: auto;
        left: 18px;
    }

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

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

    /* Entry Misc.
    --------------------------------------------- */

    .after-entry,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings {
        margin-bottom: 30px;
    }

    .archive-description {
        margin-bottom: 28px;
        margin-top: 0;
    }

    .single .content .entry-title {
        font-size: 86px;
        line-height: 92px;
        font-weight: 400;
        text-align: center;
        padding: 16px 0;
    }

    .single .entry-header p.cm-subtitle {
        font-size: 32px;
        line-height: 36px;
        font-weight: 400;
        text-align: center;
    }

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

    .archive .content .entry-image {
        // width: 40%;
    }

    .entry-content .ssbats-social-share-buttons {
        width: 100%;
        display: flex;
        margin-top: -57px;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 10px;
    }

    .ssbats-footer {
        position: initial !important;
    }

    .single .entry-content {
        position: relative;
        padding-top: 50px;
    }

    .entry-footer .entry-meta {
        max-width: 100%;
    }

    /* Search page
    -------------------------------------------- */

    .cm-cat-box {
        flex-basis: calc(25% - 18px);
    }

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

    .footer-widgets .wrap {
        max-width: 100%;
    }

    .footer-widgets-3 {
        clear: none;
    }

    /* App Box
    --------------------------------------------- */

    .centered {
        max-width: 1440px;
    }

    /* Homepage
    --------------------------------------------- */

    .big.first .cm-featured div {
        height: 400px;
    }

    .cm-wrapper {
        padding-top: 10px;
        height: 200px;
    }

    .cm-wrapper.topping {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .cm-row.one-half {
        width: 49.33333%;
        margin-left: 1.33333%;
    }

    .cm-row.one-half.first {
        margin-left: 0;
    }

    .front-page-2 .featured-content .entry {
        float: left;
        padding-left: 1.56763%;
        width: 32.289%;
    }

    .front-page-2 .featured-content .entry:first-of-type {
        margin-left: 0;
    }

    .front-page-2 .featured-content .entry {
        margin-bottom: 40px;
    }

    .front-page-2 .featured-content .entry:nth-child(2) {
        padding-left: 0;
    }

    .front-page-2 .featured-content .entry,
    .front-page-3 .featured-content .entry {
        width: calc(100% / 3);
        float: left;
        padding-right: 40px;
        margin-left: 0;
    }

    .front-page-2 .featured-content .more-from-category,
    .front-page-3 .featured-content .more-from-category,
    .front-page-4 .featured-content .more-from-category,
    .front-page-5 .featured-content .more-from-category,
    .widget_collection_posts_widget .more-from-category,
    .front-page-4 .link-view-all {
        position: absolute;
        top: 9px;
        right: 0;
        font-weight: 500;
    }

    .front-page-2 #featured-post-5.featured-content .entry:nth-of-type(3n+1),
    .front-page-2 #cm-newswire-post-2.featured-content .entry:nth-of-type(3n+1),
    .front-page-3 .entry:nth-of-type(3n+1) {
        clear: left;
    }

    /* Events Carousel (Owl Carousel)
    --------------------------------- */

    section.wrap-upcoming-events-home {
        height: 600px;
    }

    .owl-item .d-flex.flex-column {
        height: 600px;
    }

    .owl-item .item .date {
        font-size: 16px;
    }

    .owl-item .item h3 {
        font-size: 40px;
    }

    .owl-item .item p {
        font-size: 28px;
    }

    /* 404 Page
    ---------------------------------------------------------------------------- */

    .error404 .content .entry-content form input[type="search"] {
        width: 75%;
    }

    .error404 .content .entry-content .search-form input[type="submit"] {
        width: 23%;
    }

    /* cm-section Category
    --------------------------------------------- */
    .cm-section.cm-section-revert {
        flex-direction: row-reverse;
    }
    .cm-section .cm-section-description {
        flex: 1 1 calc(25% - 2rem);
    }
    /* cm-article-card
    --------------------------------------------- */
    .cm-article-card.cm-article-card-horizontal {
        margin: -4rem 0;
        flex: 3 1;
    }
    /* cm-header-article
    ---------------------------------------------- */
    .cm-header-layout-horizontal header {
        flex-direction: row-reverse;
    }

    .cm-header-layout-horizontal header .cm-header-article-body {
        flex: 1;
    }

    .cm-header-layout-horizontal header .cm-header-article-body .cm-title, .cm-header-layout-horizontal header .cm-header-article-body .cm-title h1, .cm-header-layout-horizontal header .cm-header-article-body .cm-title h2 {
        font-size: 42px;
        line-height: 46px;
    }

    .cm-header-layout-horizontal header .cm-header-article-body .cm-excerpt, .cm-header-layout-horizontal header .cm-header-article-body .cm-excerpt p {
        font-size: 20px;
        line-height: 24px;
    }

    .cm-header-layout-horizontal header .cm-image-container {
        flex: 1;
    }

    .cm-header-article header .cm-header-article-body .cm-title, header .cm-header-article-body .cm-title h1 {
        font-size: 96px;
        line-height: 92px;
    }

    .cm-header-article header .cm-header-article-body .cm-excerpt, header .cm-header-article-body .cm-excerpt p {
        font-size: 32px;
        line-height: 36px;
    }
    
    .cm-header-effects header .cm-header-article-img {
        height: 40vh;
    }
    
    .cm-header-effects header .cm-header-article-body {
        max-width: 60%;
    }

    /* cm-author
    ---------------------------------------------- */
    .widget-cm-author-layout-card {
        flex: 1 1 calc(25% - 2rem);
        max-width: 250px;
    }

    /* cm-search-results
---------------------------------------------- */

    .cm-search-results .cm-article-card {
        flex: 1 1 calc(calc(100% / 3) - 2rem);
        margin: 1rem 1rem 0 0;
        max-width: 100%;
    }
}

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

@media print {

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

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

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

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

    .site-inner {
        padding-top: 0;
        position: relative;
    }

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

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


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

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

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

}

.cm-related-article .cm-related-article--no-image .cm-article .cm-content-container {
    padding: 1rem;
}

.cm-related-article .cm-related-article--no-image .cm-article .cm-image-container {
    display: none;
}

.cm-related-article .cm-article {
    display: flex;
    flex-direction: row;
    border: #ccc 1px solid;
    background-color: #ddd;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    gap: 8px;
    isolation: isolate;
    position: relative;
    cursor: pointer;
}

.cm-related-article a {
    text-decoration: none;
    color: #0e1e30;
}

.cm-related-article .cm-article:hover {
    background-color: #eee;
}

.cm-related-article .cm-article:hover .cm-article-content h3 {
    color: #ff5c00;
}

.cm-related-article .cm-article .cm-article-recommended-article {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0e1e30;
    font-style: italic;
    padding: 0 0.5rem;
}

.cm-related-article .cm-article .cm-image-container {
    flex-shrink: 0;
    width: 14rem;
    aspect-ratio: 1;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
}

.cm-related-article .cm-article .cm-image-container img {
    object-fit: cover;
    background-color: #000;
    border-radius: 1rem;
    width: 100%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    inset: 0;
}

.cm-related-article .cm-article .cm-content-container {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.cm-related-article .cm-article .cm-content-container .cm-article-header {
    font-size: 0.75rem;
    line-height: 1rem;
    column-gap: 1rem;
    align-items: center;
}

.cm-related-article .cm-article .cm-content-container .cm-article-header .cm-article-data {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #0e1e30;
}

.cm-related-article .cm-article .cm-content-container .cm-badge {
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 4px 8px;
    border-radius: 100px;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 92, 0);
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.cm-related-article .cm-article .cm-content-container .cm-article-content {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.5rem 0;
}

.cm-related-article .cm-article .cm-content-container .cm-article-content h3 {
    margin: 0;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
}

.cm-related-article .cm-article .cm-content-container .cm-article-footer {
    border-color: #000;
    border-top-width: 1px;
    display: none;
}

.cm-related-article .cm-article .cm-content-container .cm-article-footer .cm-article-author-container {
    column-gap: 1rem;
    align-items: center;
    display: flex;
    position: relative;
}

.cm-related-article .cm-article .cm-content-container .cm-article-footer .cm-article-author-container img {
    background-color: #000;
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.cm-related-article .cm-article .cm-content-container .cm-article-footer .cm-article-author-container .cm-article-author {
    line-height: 1.5rem;
    font-size: 0.875rem;
}

.cm-related-article .cm-article .cm-content-container .cm-article-footer .cm-article-author-container .cm-article-author .cm-article-author-name {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0e1e30;
}

.cm-related-article .cm-article .cm-content-container .cm-article-footer .cm-article-author-container .cm-article-author .cm-article-author-position {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0e1e30;
}

.cm-related-article .cm-article .cm-article-link {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 4rem;
}

.cm-related-article .cm-article .cm-article-link .cm-related-article-icon {
    align-self: center;
    width: 4rem;
    height: 4rem;
}

.cm-related-article .cm-article .cm-article-link .cm-related-article-icon:before {
    font-size: 3rem;
}

.cm-related-article .cm-article .cm-article-link .cm-related-article-icon .cm-icon {
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

section.card-article .cm-article-card {
    flex: 1 1 100%;
    margin: 1rem 0 0 0;
}

section.card-article {
    margin-bottom: 6rem;
}

@media screen and (max-width: 320px) {
    .cm-related-article .cm-article .cm-article-header {
        display: none;
    }
    .cm-related-article .cm-article .cm-content-container {
        padding: 1rem;
    }
    .cm-related-article .cm-article .cm-content-container h3 {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (min-width: 320px) {
    .cm-related-article .cm-article .cm-article-header {
        display: flex;
    }
    .cm-related-article .cm-article .cm-content-container {
        padding: 1rem;
    }
    .cm-related-article .cm-article .cm-content-container h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 720px) {
    section.card-article .cm-article-card {
        flex: 1 1 calc(calc(100% / 2) - 2rem);
        margin: 1rem 1rem 0 0;
        max-width: calc(50% - 2rem);
    }

    .cm-archive-wrap {
        flex-direction: row;
    }

    .archive-title {
        font-size: 54px;
        line-height: 58px;
    }

    .archive-description .cm-archive-wrap {
        flex-direction: column;
    }

    .archive-description .cm-archive-wrap .archive-title, .page-template-default .entry-title {
        font-size: 96px;
        line-height: 92px;
    }
    .archive-description .cm-archive-wrap p {
        font-size: 32px;
        line-height: 36px;
    }
    .archive-description.author-archive-description p {
        font-size: 20px;
        line-height: 24px;
    }

    /* cm-related-article
    ----------------------------------------------
     */

    .cm-related-article .cm-article .cm-image-container {
        display: flex;
    }
    .cm-related-article .cm-article .cm-article-header {
        display: flex;
    }
    .cm-related-article .cm-article .cm-content-container h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .cm-related-article .cm-article .cm-content-container .cm-article-footer {
        display: flex;
    }

    /* cm-sponsored
    ----------------------------------------------
     */

    .cm-sponsored .cm-sponsored-container {
        flex-direction: row;
        gap: 16px;
    }

    .cm-sponsored .cm-sponsored-container.cm-sponsored-size-small span {
        padding: 16px;
    }

    .cm-sponsored .cm-sponsored-container.cm-sponsored-size-medium span {
        padding: 24px;
    }

    .cm-sponsored .cm-sponsored-container.cm-sponsored-size-large span {
        padding: 36px;
    }

    .cm-sponsored .cm-sponsored-container .cm-sponsored-logo-container {
        padding-left: 16px;
        flex-direction: row;
    }

    .cm-sponsored .cm-sponsored-container .cm-sponsored-logo-container img {
        max-width: 150px;
        max-height: 50px;
    }
	
	/* cm-related-articles
    ---------------------------------------------- */

	
	.cm-related-articles .cm-related-articles__articles article {
		max-width: 100%;
		
		a {
			padding: 16px;
		}
		
		.cm-related-articles__image-box {
			img {
				width: 180px;
				height: 128px;
			}
		}
		
		.cm-related-articles__body { 
			h4 {
				font-size: 22px;
			}
		}
	}
    
    /* Modal
    --------------------------------------------- */

    .cm-modal-content { 
        margin: 15% auto;
        padding: 2rem;
        border: 1px solid #888;
        width: 80%;
        max-width: 750px;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    }
    
    
    .cm-modal-content h2 {
        font-size: 42px;
        line-height: 46px;
    }
	
	/* Newsletter
--------------------------------------------- */
	
	.cm-newsletter-container .cm-newsletter .cm-newsletter__content {
        max-width: 100%;
        padding: 0 2rem;
        display: flex;
        flex-direction: row;
    }
    .cm-newsletter-container .cm-newsletter .cm-newsletter__sent {
        text-align: left;
    }
    .cm-newsletter-container .cm-newsletter .cm-newsletter__image {
        padding: 0;
        flex: 1;
        max-width: 100%;
        justify-content: space-evenly !important;
    }
    .cm-newsletter-container .cm-newsletter .cm-newsletter__content div:has(h5.cm-newsletter__title) {
        flex: 2;
        padding: 0 2rem 0 0;
        justify-content: space-evenly;
    }
    .cm-newsletter-container .cm-newsletter .cm-newsletter__image img {
        max-width: 100%;
        height: auto;
    }
	
	/*  Collection Box
	--------------------------------------------- */
	 .cm-collection-box {
        display: flex;
        flex-direction: row;
    }

    .cm-collection-box .cm-collection-box__image_box {
        flex: 1;
    }

    .cm-collection-box .cm-collection-box__header {
        margin-left: 1.5rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .cm-collection-box .cm-collection-box__header h6.cm-collection-box__title {
        margin-top: 0;
    }
}

@media screen and (min-width: 960px) {
    section.card-article .cm-article-card {
        flex: 1 1 calc(calc(100% / 3) - 2rem);
        margin: 1rem 1rem 0 0;
        max-width: 100%;
		// max-width: calc(calc(100% / 3) - 2rem);
    }

    .archive.author .cm-archive-wrap {
        width: calc(100% - 108px);
    }
		/* Newsletter
--------------------------------------------- */
	.cm-newsletter-container .cm-newsletter .cm-newsletter__content div:has(h5.cm-newsletter__title) {
        max-width: 600px;
    }
	
	/*  Collection Box
	--------------------------------------------- */
	.cm-collection-box .cm-collection-box__header h6.cm-collection-box__title {
        font-size: 32px;
        line-height: 36px;
    }
	.cm-collection-box .cm-collection-box__image_box {
        .cm-collection-box__image_overlay {
            span {
                font-size: 42px;
                line-height: 46px;
            }
        }
    }
}

/* Flex
--------------------------------------------- */

.flex-row {
    flex-direction: row;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

section.card-article {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    justify-content: space-between;
}

/* Pezzotto del 06/08/2024 Rios Seacom
--------------------------------------------- */
/* https://www.codemotion.com/magazine/wp-content/uploads/2024/08/RIOS-SEACOM-NEW.jpg */

body.author-rios-seacom .cm-author-avatar img {
    display: none;
}
body.author-rios-seacom .cm-author-avatar {
    background-image: url(https://www.codemotion.com/magazine/wp-content/uploads/2024/08/RIOS-SEACOM-NEW.jpg);
    background-size: contain;
    min-height: 150px;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-position: center;
}

.custom-html-widget h3 {
    padding: 1.5rem;
}
