/*
Theme Name: Fabriprint
Theme URI: https://www.made2web.com/
Description: Fabriprint Template by Made2Web.
Author: Made2Web
Author URI: https://www.made2web.com/

Version: 3.4.2

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: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- 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
- Print Styles
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.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: inherit;
}

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

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

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

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

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

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

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  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;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
  margin: 0 0 20px;
  padding: 0;
}
p:last-child {
  margin: 0;
}

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

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

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

.site-header {
  border-top: 3px solid #ae64ab;
  border-bottom: 1px solid #dddddd;
  padding: 0;
}
.wp-custom-logo .site-container .site-header .title-area {
  max-width: 100%;
}
.site-header .header_search .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1280px;
  margin: auto;
}
.site-header .header_search {
  border-bottom: 1px solid #dddddd;
  padding: 3px 20px;
  margin-bottom: 7px;
}
.site-header .header_search_wrapper {
  max-width: 350px;
  width: 100%;
  margin: 3px 0;
}
.wp-custom-logo .site-container .site-header .title-area .custom-logo-link {
  max-width: 220px;
  margin: auto;
  aspect-ratio: auto;
  display: block;
}

.site-header .header_search .search-form {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: calc(100% - 37px) 35px;
  gap: 2px;
  position: relative;
}
.site-header .header_search .search-form-input {
  background-color: #f3f3f3;
  border: none;
  font-size: 14px;
  padding: 5px 5px 5px 20px;
  height: 35px;
}
.site-header .header_search .search-form-submit {
  margin-top: 0px;
  height: 35px;
  padding: 0;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 0px;
}
.site-header .header_search .search-form:before {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  height: 11px;
  width: 11px;
  border: 2px solid #888;
  position: absolute;
  top: 10px;
  right: 14px;
}
.site-header .header_search .search-form:after {
  content: "";
  height: 2px;
  width: 7px;
  background: #888;
  position: absolute;
  top: 20px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.site-header .nav-primary {
  width: 100%;
  text-align: center;
}

.site-header .genesis-nav-menu a {
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #575757;
}

.container_home {
  padding: 60px 0;
  max-width: 768px;
  margin: auto;
}
.container_home h1 {
  text-align: center;
}

@media (max-width: 1024px) {
  .container_home {
    padding: 30px 0;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  margin: 0 0 20px;
  color: #1d2939;
}

h1,
.h1 {
  font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(40px + (56 - 40) * ((100vw - 300px) / (1920 - 300)));
}

h2,
.h2 {
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(32px + (42 - 32) * ((100vw - 300px) / (1920 - 300)));
}

h3,
.h3 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(28px + (38 - 28) * ((100vw - 300px) / (1920 - 300)));
}
h3.artigo_item_ct_title,
h3.ebook_ct_title {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(26px + (28 - 26) * ((100vw - 300px) / (1920 - 300)));
}

h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
}

h5,
.h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* 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 #c5c5c5;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  margin-top: 5px;
  border-radius: 8px;
}

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

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

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

::placeholder {
  color: #333;
  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"],
.cta,
.button {
  background-color: rgba(163, 86, 159, 1);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
.cta {
  display: inline-block;
}
.cta:focus,
.cta:hover,
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: #777777;
  border-width: 0;
  color: #fff;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item label {
  position: relative;
  padding-left: 20px;
  width: 100%;
  display: block;
}
.wpcf7-list-item label input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 15px;
  height: 15px;
}
.wpcf7-list-item span {
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  display: block;
}

.wpcf7-spinner {
  position: absolute !important;
}

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

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

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

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

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

td {
  padding: 0.5em;
}

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

th {
  font-weight: 600;
  padding: 0.5em;
}

/* 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: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* 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: 0px 20px;
}

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

.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 {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

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

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

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

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

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  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;
}

/* 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: #333;
  outline: #ccc solid 1px;
}

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

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

.categorias_select_wrapper {
  display: none;
}
.categorias_list_wrapper {
  width: 100%;
  margin: 56px 0;
}
.categorias_list_wrapper ul {
  margin: 0;
  padding: 4px;
  background-color: #f4f4f4;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  justify-content: space-between;
}
.categorias_list_wrapper li {
  display: flex;
  flex: 1 1 auto;
}
.categoria_trigger {
  width: 100%;
  padding: 8px;
  color: #555555;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
}
.categoria_trigger:hover,
.categoria_trigger.active {
  background-color: #fff;
  color: #7d2c79;
}

@media (max-width: 1024px) {
  .categorias_select_wrapper {
    display: block;
  }
  .categorias_list_wrapper {
    display: none;
  }
  .categorias_select_wrapper select {
    border-radius: 8px;
    margin-bottom: 30px;
  }
}
#artigos_wrapper {
  margin-bottom: 56px;
}
.artigos_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .artigos_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #artigos-relacionados .category-list .artigos_wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #artigos-relacionados
    .category-list
    .artigos_wrapper
    .artigo_item
    .artigo_item_ct_desc {
    display: none;
  }
}
@media (max-width: 768px) {
  #artigos-relacionados .category-list .artigos_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .artigos_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.artigo_item {
  border: 1px solid #c5c5c5;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  padding-bottom: 48px;
}
.alm-btn-wrap {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.alm-load-more-btn.more.cta {
  border-radius: 4px;
  border: 2px solid #6b7280;
  color: #6b7280;
  background-color: #ffffff;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.alm-load-more-btn.more.cta:hover {
  color: #ffffff;
  background-color: #6b7280;
}
.artigo_item .artigo_item_image {
  position: relative;
  aspect-ratio: 36 / 23;

  width: 100%;
  overflow: hidden;
}
.artigo_item .artigo_item_image img {
  padding: 0;
  display: block;
  height: auto;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.single-article-cats,
.artigo_item_ct_cat_wrapper {
  margin: 24px 0 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
  align-items: center;
}
.single-article-cats {
  margin: 0;
  width: auto;
}
.single_item_ct_cat,
.artigo_item_ct_cat {
  margin: 0;
  padding: 2px 16px;
  border-radius: 12px;
  background-color: #f4f4f4;
  align-items: center;
  display: flex;
}
.single_item_ct_cat span,
.artigo_item_ct_cat span {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #a3569f;
}
.artigo_item_ct_time {
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.artigo_item_ct_desc {
  font-size: 14px;
  line-height: 20px;
}
.artigo_item_ct .artigo_item_ct_link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
}
.artigo_item_ct .clean_cta {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.artigo_item_ct .clean_cta:hover {
  text-decoration: underline;
}
.artigo_item_ct .clean_cta:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%237D2C79' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.67' d='M4.167 10h11.25m0 0L11.25 5.833M15.417 10l-4.167 4.167'/%3E%3C/svg%3E");
  position: relative;
  top: 5px;
}
.artigo_item_ct .clean_cta:hover:after {
  color: #333;
}
.single-site-inner.site-inner {
  padding: 0;
}
.ebook_image img {
  display: block;
  margin: 0 auto 26px;
  max-width: 250px;
}

.single-article-content-sidebar .ebook_image img {
  max-height: 220px;
}
.ebook_item {
  border: 1px solid #c5c5c5;
  padding: 24px;
  border-radius: 8px;
  background-color: #f4f4f4;
}
.ebook_ct_desc p {
  font-size: 14px;
  line-height: 20px;
}
.ebook_ct_link {
  width: 100%;
  margin-top: 40px;
  font-weight: 600;
}
.ebook_ct_link .ebook_cta {
  display: block;
  text-align: center;
  background-color: #a3569f;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid #a3569f;
  text-decoration: none;
  color: #ffffff;
}
.ebook_ct_link .ebook_cta:hover {
  background-color: #ffffff;
  color: #a3569f;
}

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

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

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

@media (max-width: 960px) {
  .genesis-nav-menu .menu-item {
    margin-bottom: 15px;
  }
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  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;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

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

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

.js .nav-primary {
  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: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

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

.menu-toggle {
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

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

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  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;
}

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

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

.pagination {
  clear: both;
  margin: 60px 0;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

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

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

.site-footer {
  background-color: #121214;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center;
}

.footer_menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  text-align: left;
  margin-bottom: 30px;
}
.footer_menu_col_title {
  color: #ae64ab;
  text-transform: uppercase;
  margin: 30px 0 10px;
  font-weight: bold;
}
.site-footer .footer_menu_col_contact {
  font-size: 12px;
}
.footer_menu_col_menu strong,
.site-footer .footer_menu_col_contact strong {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.footer_menu_col .menu-footer-container li {
  margin-bottom: 7px;
}
.footer_menu a {
  color: #777;
  text-decoration: none;
}
.site-footer .footer_copy a:hover,
.footer_menu a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer .footer_copy p {
  margin-bottom: 0;
  font-size: 12px;
  padding: 0 20px;
}

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

@media (max-width: 960px) {
  .footer_menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
  }
  #simple-social-icons-2 {
    max-width: 260px;
    margin: auto;
  }
}

.single-img {
  margin-bottom: 56px;
}
.single-img img {
  display: block;
  margin: auto;
}

.single-article-top {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .single-article-top {
    display: grid;
    grid-gap: 0.7rem;
    text-align: center;
    margin-top: 20px;
  }
  .single-article-cats {
    justify-content: center;
  }
  .single-post .container_home {
    padding: 20px 0;
  }
}
.single-article-top p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.single-toc {
  width: 100%;
  max-width: 360px;
  border-bottom: 1px solid #c5c5c5;
}
.single-toc-wrapper {
  width: 100%;
  padding-bottom: 24px;
}
.single-toc-wrapper .items {
  width: 100%;
  display: grid;
  grid-gap: 8px;
}
.single-toc-wrapper .items div span {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  display: block;
}
.single-toc-wrapper .items div span:hover {
  text-decoration: underline;
  color: #ae64a8;
}
.single-img-share {
  margin: 24px 0;
  position: relative;
}
.single-img-share .single-img-buttons .single-img-buttons-grid {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  flex-wrap: nowrap;
  color: #c5c5c5;
}
.single-img-share .single-img-buttons .single-img-buttons-grid div svg {
  width: 19px;
  height: 19px;
  margin: auto;
}
.single-img-share .single-img-buttons .single-img-buttons-grid div span {
  cursor: pointer;
}
.single-img-share .single-img-buttons .single-img-buttons-grid div a {
  color: #c5c5c5;
}
.single-img-share .single-img-buttons .single-img-buttons-grid div span:hover,
.single-img-share .single-img-buttons .single-img-buttons-grid div a:hover {
  color: #ae64a8;
}
.single-img-share .single-img-buttons .single-img-buttons-grid div {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  padding: 12px 6px;
  width: 44px;
  height: 44px;
  float: left;
}
.single-article-content-sidebar #share-popup {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 5px;
  background-color: #ae64a8;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.single-article-content-sidebar #share-popup.share-popup-show {
  opacity: 1;
}

.site-container .single-article-content-body .wp-block-pullquote blockquote,
.single-article-content-body blockquote {
  margin: 40px 0;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #a3569f;
}
.site-container .single-article-content-body .wp-block-pullquote {
  padding: 0;
  text-align: left;
  margin: 0;
}
.site-container .single-article-content-body .wp-block-pullquote {
  font-size: 20px;
  line-height: 28px;
}
.site-container .single-article-content-body .wp-block-pullquote p,
.site-container .single-article-content-body .wp-block-pullquote span,
.site-container .single-article-content-body .wp-block-pullquote h2,
.site-container .single-article-content-body .wp-block-pullquote h3,
.site-container .single-article-content-body .wp-block-pullquote h4,
.site-container .single-article-content-body .wp-block-pullquote h5,
.site-container .single-article-content-body .wp-block-pullquote h6,
.single-article-content-body blockquote p,
.single-article-content-body blockquote span,
.single-article-content-body blockquote h2,
.single-article-content-body blockquote h3,
.single-article-content-body blockquote h4,
.single-article-content-body blockquote h5,
.seccao-conteudo-single blockquote h6 {
  font-weight: 700;
  color: #a3569f;
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-style: normal;
}

#artigos-relacionados {
  border-top: 1px solid #c5c5c5;
  padding: 56px 0;
  margin-top: 56px;
}
#artigos-relacionados .category-list {
  margin-top: 56px;
}

.single-article-content-body .wp-block-image,
.single-article-content-body img {
  margin: 40px auto;
}
@media (max-width: 1023px) {
  .single-toc {
    display: none;
  }
  .single-article-content-sidebar {
    width: 100%;
    max-width: 360px;
    margin: 40px auto;
    border-top: 1px solid #c5c5c5;
  }
  .single-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .single-article-content {
    position: relative;
    grid-template-columns: 360px calc(100% - 360px);
    display: grid;
    align-items: flex-start;
  }
  .single-article-content-body {
    order: 2;
    padding-left: 80px;
  }
  .single-article-content-sidebar {
    order: 1;
    position: sticky;
    top: 50px;
  }
}

#pesquisa_section {
  padding: 60px 0;
}
#pesquisa_section h1 {
  margin-top: 0;
  text-align: center;
}
#pesquisa_section .resultados_subtitle {
  width: 96%;
  margin: 0 2%;
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
}
#pesquisa_section .resultados_subtitle p {
  color: #71767b;
}
#pesquisa_section .pesquisa_item_wrapper .pesquisa_item_right a {
  color: #000;
  text-decoration: none;
  display: block;
}
#pesquisa_section .pesquisa_item_wrapper .pesquisa_item_right a:hover {
  color: #a3569f;
}
#pesquisa_section
  .pesquisa_item_wrapper
  .pesquisa_item_right
  .pesquisa_item-category {
  color: #555555;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

#pesquisa_section .pesquisa_item_wrapper .pesquisa_item_right h3 {
  margin-top: 15px;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(26px + (28 - 26) * ((100vw - 300px) / (1920 - 300)));
}
#pesquisa_section .pesquisa_item_wrapper .pesquisa_item_right p {
  font-size: 14px;
  line-height: 26px;
}
#pesquisa_section .pesquisa_item_wrapper {
  position: relative;
  margin: 20px 0;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 100%;
  float: left;
}
#pesquisa_section .pesquisa_item_wrapper .pesquisa_item_left {
  width: 310px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1px solid #c5c5c5;
}
#pesquisa_section .pesquisa_item_wrapper .pesquisa_item_right {
  width: calc(100% - 310px);
  float: right;
  padding: 20px 20px;
}
#pesquisa_section .prev_next_links {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  width: 100%;
}
#pesquisa_section .prev_next_links .prev_links {
  text-align: left;
}
#pesquisa_section .prev_next_links .next_links {
  text-align: right;
}
#pesquisa_section .prev_next_links .prev_links a,
#pesquisa_section .prev_next_links .next_links a {
  text-decoration: none;
  color: #a3569f;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
  line-height: calc(16px + (16 - 16) * ((100vw - 300px) / (1920 - 300)));
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 797px) {
  #pesquisa_section .pesquisa_item_wrapper .pesquisa_item_left {
    display: none;
  }
  #pesquisa_section .pesquisa_item_wrapper .pesquisa_item_right {
    width: 100%;
  }
}
.page-template-typ-ebook .site-inner,
.page-template-lp-ebook .site-inner {
  padding: 0px;
}
.page-template-typ-ebook .container,
.page-template-typ-ebook .site-footer .site-inner,
.page-template-lp-ebook .container,
.page-template-lp-ebook .site-footer .site-inner {
  padding: 0px 20px;
}
.page-template-typ-ebook .container,
.page-template-lp-ebook .container {
  margin: auto;
}

.section1_typ {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 5%,
    rgba(227, 227, 227, 1) 100%
  );
}
.section1_lp_bg {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 5%,
    rgba(227, 227, 227, 1) 100%
  );
}
.section1_lp .container {
  position: relative;
  z-index: 20;
}
.section1_lp {
  padding-top: 35px;
  padding-bottom: 45px;
}
.lp_header {
  padding-bottom: 45px;
  text-align: center;
}
.lp_header img {
  max-width: 172px;
  width: 100%;
}
.section1_lp_cols {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
}

.section1_typ {
  padding: 35px 0 40px;
}
.section1_typ_cols {
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
.section1_typ_col1 {
  padding-bottom: 40px;
  padding-right: 0;
}
.section1_typ_col2 {
  text-align: center;
}

.section1_typ_col1_texto {
  margin-bottom: 25px;
}

.section1_lp_col1 {
  position: relative;
  padding-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}
.section1_lp_col1 img {
  max-width: 385px;
  margin: 20px auto;
  width: 100%;
}
.lp_arrow {
  position: relative;
  text-align: left;
  padding-left: 75px;
  display: none;
}
.lp_arrow p {
  margin: 0;
  font-weight: bold;
  color: #a3569f;
}
.lp_arrow svg {
  display: none;
  transform: scale(0.5);
}

.lp_form {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.lp_form_title {
  text-align: center;
}

.single-article-content-body ol,
.single-article-content-body ul,
.text-component ol,
.text-component ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-article-content-body ol,
.text-component ol {
  counter-reset: item;
}
.single-article-content-body ol li:before,
.text-component ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #a3569f;
  counter-increment: item;
  content: counter(item) ".";
}
.single-article-content-body ol,
.single-article-content-body ul,
.text-component ol,
.text-component ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 0px;
}
.single-article-content-body ul li:before,
.text-component ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  background-color: #a3569f;
  content: "";
}
.single-article-content-body ol li,
.text-component ol li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 25px;
}
.single-article-content-body ul li,
.text-component ul li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 15px;
}

.section2_lp {
  padding-top: 45px;
  padding-bottom: 70px;
}
.section2_lp h2 {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 36px;
  text-align: center;
}
.items-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.items-wrapper .item {
  width: 100%;
  max-width: 280px;
  padding: 20px 40px;
  text-align: center;
}
.items-wrapper .item img {
  width: 100%;
  max-width: 130px;
  margin: 0 auto 25px;
}
.items-wrapper .item .item_texto {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}
.section3_lp {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(227, 227, 227, 1) 5%,
    rgba(255, 255, 255, 1) 100%
  );
}

.section3_lp_cols {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
.section3_lp_col_1 {
  padding-right: 0;
  padding-top: 40px;
}
.section3_lp_col_2 img {
  margin: auto;
}
.section3_lp_col_2 {
  padding: 30px 0 40px;
  text-align: center;
}

@media (min-width: 1024px) {
  .lp_form {
    padding: 46px 56px;
  }
  .section1_typ_cols {
    padding: 90px 0 110px;
    grid-template-columns: calc(100% - 400px) 400px;
  }
  .section1_typ_col1 {
    padding-bottom: 0px;
    padding-right: 40px;
  }
  .section3_lp_cols,
  .section1_lp_cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section1_lp_col1 {
    padding-right: 40px;
    padding-bottom: 0;
    text-align: left;
  }
  .lp_arrow {
    display: block;
  }
  .lp_arrow svg {
    display: block;
    position: absolute;
    right: -40px;
    top: -85px;
  }
  .section3_lp_col_1 {
    padding-right: 50px;
    padding-top: 0px;
  }
  .section3_lp_col_2 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .lp_arrow svg {
    transform: scale(1);
    display: block;
    position: absolute;
    right: -40px;
    top: -100px;
  }
}
@media (min-width: 1536px) {
  .section1_typ_col1 {
    padding-bottom: 0px;
    padding-right: 80px;
  }
  .section1_lp_col1 {
    padding-right: 80px;
    padding-bottom: 0;
  }
  .lp_arrow svg {
    display: block;
    position: absolute;
    right: -50px;
    top: -100px;
  }
}

@media only screen and (min-width: 960px) {
  .page-template-typ-ebook .site-inner,
  .page-template-lp-ebook .site-inner {
    max-width: 100%;
  }
  .page-template-typ-ebook .container,
  .page-template-typ-ebook .site-footer .site-inner,
  .page-template-lp-ebook .container,
  .page-template-lp-ebook .site-footer .site-inner {
    max-width: 1300px;
  }
}
/* LP Ebook Template
---------------------------------------------------------------------------- */

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

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 960px) {
  /* Site Header
	--------------------------------------------- */

  /*.site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

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

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

  .genesis-nav-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: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    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: #0073e5;
  }

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

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

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

  /* Responsive Menu
	--------------------------------------------- */

  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

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

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

  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .site-inner {
    max-width: 1300px;
  }

  .single-post .site-inner,
  .single-site-inner.site-inner {
    max-width: 1420px;
  }
  .single-site-inner.site-inner {
    padding: 0;
  }
  /* Content
	--------------------------------------------- */

  .content {
  }

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

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

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

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

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

  /* Author Box
	--------------------------------------------- */

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

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

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

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

  /* 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,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

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

  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
}

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

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

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

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

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