/*
Theme Name:         Express 2025
Theme URI:          https://ijoin.com.br
Author:             Natanael Santos
Author URI:         https://ijoin.com.br
Description:        Site Express for 2025
Version:            1.0.0
Requires at least:  5.0
Tested up to:       6.5
Requires PHP:       5.6
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        new-site-2025
Tags:               news, blog, entertainment, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-logo, featured-image-header, footer-widgets, full-width-template, rtl-language-support, theme-options, translation-ready
*/

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}


/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
  font-size: 99.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
/*button,*/
input,
select,
textarea {
  color: #3d3d3d;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: FontDefault-Regular;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  /*margin-bottom: 20px;*/
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
	display: inline-block;
  	
  	font-size: 1.2rem;
  	font-style: italic;
  	font-family: 'Roboto', sans-serif;
  	font-weight: 300;
  	text-align: center;
  	
  	background-color: #fff9e5;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;	
	background-image: url(img/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
	
}

blockquote p {
    display: block;
    background-image: url(img/closequote1.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: .2rem;
    padding: 1rem .5rem;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

/*button,*/
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
/*button,*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: var(--bs-primary);
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  height: 33px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid var(--bs-primary);
}

.navigation .nav-links a:hover,
.bttn:hover,
/*button,*/
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--bs-secondary);
  color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}

.no-results input[type="search"] {
  width: 45%;
}



/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
  /*
  color: #029fb2; */
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #efefef;
  border-radius: 4px;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	border-radius: 4px;
    display: block;
  	margin: 1.2% auto 0;
  	max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}


/* Configuração de Página
------------------------------------------------------------*/

.page__title h1{
    font-size: 2rem;
    font-family: "Title-Regular";
    font-weight: 600;
}

.page__title h2{
    font-size: 1.5rem;
    font-family: "Title-Regular";
    font-weight: 600;
}


/* Página Blog
------------------------------------------------------------*/

.fully__page.blog main {
  background-color: #f2f2f2;
}


.header__wrapper {
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0;
}

.header__wrapper img {
  height: auto;
  width: 100%;
}

.header__img {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  position: relative;
  display: block;
  transition: 0.5s;
}

.header__text {
  /*position: absolute;*/
  position: inherit
  top: 40%;
  text-align: center;
  width: 100%;
  transform: translate(0, -50%);  
}

.header__text .header__title{
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Home-Video-font;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}

.header__text .header__paragraph {
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 1rem;
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}

.header__wrapper-title h2, .header__wrapper-title .h2 {
  font-family: Title-Regular;
  /*font-family: BebasNeue-Regular;*/
  /* font-family: Montserrat; */
  /* font-family: "Oswald", Sans-serif; */
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 3px;
  position: relative;
}

.header__wrapper-title h2:before {
  content: "";
  border: solid 2px #0d6efd;
  border-right: none;
  width: 18px;
  position: absolute;
  height: calc(100% + 14px);
  left: -10px;
  top: -7px;
}




.breadcrumb_part {
  background: rgb(125,197,255);
  background: linear-gradient(323deg, rgba(125,197,255,1) 0%, rgba(0,84,193,0.9920343137254902) 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
}

.breadcrumb_part .breadcrumb_iner {
  text-align: center;
  margin-top: 0px;
}

.breadcrumb_part h1, .breadcrumb_part h2, .breadcrumb_part h3 {
  font-family: "Title-Regular";
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
  letter-spacing: 1px;
}

.breadcrumb_part .breadcrumb_iner_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb_part .breadcrumb_iner_link a, .breadcrumb_part .breadcrumb_iner_link span {
    font-size: 16px;
    color: #fff;
}

.breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 15px;
    color: #fff;
}




/* cadastros apresentados em lista BLOG e ARCHIVE
------------------------------------------------------------*/

.cad__list{
 
}

.cad__unity{
  background: #fff;
  border: 0.1rem solid rgba(201 201 201 / 20%);
  border-radius: 0.2rem;
}

.cad__wrap-thumbnail{ 
  padding: 0;
}

.cad__thumbnail{
  height: 100%;  
}

.cad__img{
  display: flex;
  justify-content: center;
  height: 100%;  
}

.cad__wrap-thumbnail .cad__thumbnail img{
  width: 100%;
}

.cad__content{}

.cad__categories{
 /* background: var(--bs-primary);
  display: inline-block;
  padding: 2px 30px 2px 10px;
  width: fit-content;  */
  /*padding-top: 20px;*/
  width: 100%;
}

.cad__categories a{  
    color: #fff;
    background: var(--bs-primary);
    text-decoration: none;
    border: 1px solid var(--bs-primary);
    padding: 2px 20px 2px 10px;
}

.cad__author{}
.author-display-name{}

.cad__permalink{
  color: #333;
  display: block;
  /*margin-top: 1rem;*/
  text-decoration: none;
  transition: all .3s;
}

.cad__permalink:hover{
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .3s;
}

.cad__title{  
  font-size: 1.2rem;
  font-family: "Title-Regular";
  font-weight: 600;
  padding-top: 2rem;
}

.cad__wrap-meta{
    display: flex;
    padding-bottom: .5rem;
    font-family: "Title-Regular";
    font-size: .8rem;
    gap: 12px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.cad__wrap-meta .meta-item i{
  color: var(--bs-primary);
}

.cad__resume{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cad__resume p{
  font-size: .95rem;
}


/* Sec Pagination
------------------------------------------------------------*/
.pagination {
  /* background-color: #ccc; */
  width: 100%;
  display: inline-block;
  padding: 0;
  height: auto;
  margin: 10px auto 20px auto;
}

.pagination .prev.page-numbers, .pagination .next.page-numbers {
  color: #333;
  font-size: 1rem !important;
  font-weight: bold !important;
  font-family: monospace;
}

.pagination .page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
}

.pagination a.page-numbers {
  background: #fff;
  padding: 8px 14px 6px 14px;
  transition: all 0.4s;
  font-size: 1rem;
  color: var(--bs-primary);
  margin: 0 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  float: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: 0.3s;
}

.pagination a.page-numbers:hover {
  background: #eaeaea;
  transition: 0.3s;
}

.pagination .page-numbers.current {
  padding: 8px 14px 6px 14px;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 1rem;
  color: var(--bs-primary);
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
  float: left;
  background: #fff;
  border-radius: 3px;
  opacity: 0.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Blog Sidebar
------------------------------------------------------------*/
.blog__sidebar{
  /*border: 1px solid #ccc;*/   
}

.sec__sidebar{
  /*background: #8fa3ff;*/
}

.sec__sidebar .widget h2, .sec__sidebar .widget .h2 {
  /* font-family: var(--font-title);
  font-size: 1rem;
  color: #9e9e9e; 
  text-transform: uppercase;
  font-weight: 600;*/
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  padding: 1rem 0 0 0.3rem;
  /*color: var(--bs-primary-text-emphasis);*/
  color: var(--bs-primary);
  font-family: "Title-Regular";
  /*letter-spacing: 1.2px;*/
  font-size: 1.2rem;
  font-weight: 400;
}

.sidebar__input {
  height: 3rem;
}

.sidebar__btn {
  background-color: var(--bs-primary);
  border: 2px solid var(--bs-border-color);
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  padding: 0px;
  width: 54px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
}

.widget ul li {
  background: #fff;
  margin: 0.5em 5px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0;
}

.widget ul li a {
  font-size: 1rem;
  color: #414141;
  /* text-transform: uppercase; */
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.widget ul li a:hover {
  font-size: 1rem;
  color: #003eff;
  text-decoration: underline;
  transition: 0.3s;
}


/* Single Page
------------------------------------------------------------*/
.single__bc{  
  border-bottom: 2px solid #f5ede9
}

.single__bc nav .breadcrumb-item{
  font-size: .8rem;
}
/*
.breadcrumb-item::before {
  color: red;
}*/

.single__bc nav .breadcrumb-item a{
  color: var(--bs-gray);  
  text-decoration: none;
  transition: all .3s;
}

.single__bc nav .breadcrumb-item a:hover{
  color: var(--bs-primary);
  transition: all .3s;
}

.single__img{
  background: #f5f5f5;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 0.2rem;
}

.single__title{
  font-size: 1.5rem;
  font-family: "Title-Regular";
  font-weight: 600;
}

.single__meta{
  color: var(--bs-gray-600);
  font-size: .8rem;
}

.single__autor{
  margin-right: .5rem;
}

.single__autor i, .single__date i{
  color: var(--bs-primary);
}

.single__autor a{
  color: var(--bs-gray-600);
  text-decoration: none;
  transition: all .3s;
}

.single__autor a:hover{
  color: var(--bs-primary);
  text-decoration: underline;
  transition: all .3s;
}

.single__date{}

.single__date:before {
  content: " | ";
  content: " | " / "";
}

.single__social-bar{    
  display: block;
  text-align: center;
}


.single__author{
  background-color: #f3f3f3;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.single__author__thumbnail img{
  border-radius: 15%;
  border: 2px solid var(--bs-primary);
  padding: 3px;
  max-width: 200px;
}

.single__author__content{}

.single__author__content p {
  margin-bottom: 0;
  color: #333;
  font-family: "Title-Regular";
  font-size: 0.9rem;
  font-weight: 400;
}

.single__author__content p a{
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.single__author__content p a:hover{
  color: var(--bs-primary);
  text-decoration: underline;
  transition: all .3s;
}

.single__author__content p.au-name{
  color: var(--bs-primary);
  font-size: 1.5rem;    
  font-family: "Title-Regular";
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 1px solid #ffe9e9;
}

.single__author-about{

}

.single__author-about p{
  font-family: "Title-Regular";
  padding-bottom: 1rem;
}


.single__author__posts h4{
  color: var(--bs-primary);
  font-size: 1.2rem;    
  font-family: "Title-Regular";
  letter-spacing: 0px;
  font-weight: 600;
  border-bottom: 1px solid #ffe9e9;

}

.single__author__posts .col{
  border: 1px solid #eaeaea;
  padding: 10px 5px;
  margin: 0 auto;
}


.single__author__posts .col a{
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.single__author__posts .col a:hover{
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .3s;
}

.single__author__posts .au-post-img img{
  border-radius: 5px;
  width: 100px;
}

.single__author__posts .au-post-title{
  font-size: .8rem;
}



/* Pagina Contato
------------------------------------------------------------*/

.contato__content h2{
  color: var(--bs-primary);
}

.contato__info{
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.contato__unity{
  background: #f7f7f7;
}

.contato_ico{
  background: var(--bs-primary);
  border-radius: 3px;
  width: 35px;
  height: 45px;
  padding: 14px 10px 10px 10px;
}

.contato_ico i{
  color: #fff;
}

.contato__unity h5{
  color: var(--bs-primary);
  font-family: "Title-Regular";
  font-size: 1rem;
  margin-bottom: .1rem;
}

.contato__unity p{
  word-break: break-word;
  color: #333;
  font-family: "Title-Regular";
  font-size: .9rem;
  margin-bottom: .1rem;
}


.contato__unity p a{
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.contato__unity p a:hover{
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .3s;
}


.contato__maps .google-maps{
    width: 100%;
    height: 300px;
}

.contato__maps iframe{
    width: 100%;
    height: 300px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border: 2px solid ##f7f7f7;
}


/* CONTACT FORM7 */

.contato__form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: red !important;*/
  opacity: 1; /* Firefox */
}

.contato__form ::placeholder:focus { /* Chrome, Firefox, Opera, Safari 10.1+ */
  /*color: red !important;*/
  opacity: 1; /* Firefox */
}

.contato__form .wpcf7 p{
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.contato__form .wpcf7-text{   
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #f1f1e9;
    border-radius: 0px;
}

.contato__form .wpcf7-text:focus{ 
    border: 2px solid var(--bs-primary);   
    background-color: #fffbea;
}

.contato__form .wpcf7-textarea{
    width: 100%;
    line-height: 24px;
    height: 155px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #f1f1e9;
    border-radius: 0px;
}

.contato__form .wpcf7-textarea:focus{
    border: 2px solid var(--bs-primary);   
    background-color: #fffbea;
}

.contato__form .wpcf7-file{
    border: 1px solid #ccc;
}

.contato__form .wpcf7-select{
    border: 1px solid #ccc;
    background-color: #1a1a19 !important;
    display: block;
    width: 50%;
    padding: .4rem .55rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;  
    background-image: none;
    background-clip: padding-box;   
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contato__form .frm-select{
    border: 2px solid #af8100;
    background-color: #1a1a19;
    display: block;
    width: 100% !important;
    padding: .4rem .55rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    
    background-image: none;
    background-clip: padding-box;   
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contato__form .btn-contato{
    width: 120px;
    height: 50px;
    font-size: 1.1rem;
}

.contato__form .btn-primary {
    color: #fff;
    font-weight: 600;
    background-color: #0f8fdc;
    border-color: #00a7db;
    border-radius: 3px;
    width: 140px;
    height: 45px;
    letter-spacing: 1px;
}

.contato__form .btn-primary:hover {
    color: #fff;
    background-color: #001781;
    border-color: #090a0e;
}


.hero {
  height: 90vh;
  /*background: url('https://picsum.photos/1600/900?blur=2') center/cover;*/
  /*background: url('img/fliporto-arte-bg-hero.jpg') center/cover;*/
  
  padding-top: 70px;
}

.hero-box {
  background: rgba(255,255,255,0.9);
  padding: 50px;
  max-width: 700px;
}


/*EDITORIAL HOME */
.editorial-section {
  background: #fff;
}
.news-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.5px;
}
.news-meta {
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}
.news-feature h3 {
  font-size: 1.5rem;
}
.news-small h6 {
  font-size: 0.95rem;
  line-height: 1.4;
}
.news-feature img,
.news-small img {
  transition: transform 0.4s ease;
}
.news-feature:hover img,
.news-small:hover img {
  transform: scale(1.03);
}
.editorial-link {
  font-size: 14px;
  color: #000;
}
.editorial-link:hover {
  text-decoration: underline;
}
.transition-img {
  transition: transform 0.4s ease;
}
.news-feature:hover .transition-img {
  transform: scale(1.05);
}
.ratio-4x5 {
  --bs-aspect-ratio: 125%;
}
.object-fit-cover {
  object-fit: cover;
}

.cta-section {
  background: #f7f7f7;
}



.artist__bio{
font-size:15px;
line-height:1.7;
color:#555;
max-width:720px;
}

.artist__works img{
transition:transform .4s ease;
}

.artist__works a:hover img{
transform:scale(1.05);
}

.obra-resumo{
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


.checkout__form .wpcf7-form .wpcf7-textarea{
  
}

.checkout__form .wpcf7-form .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .cliente_produtos{
  background-color: #f2f2f2;
  display: none;
}

/* Sec Footer menu
------------------------------------------------------------*/

.footer {
  background-color: #1d1719;
  padding: 0;
}
.footer h4, .footer h2, .footer .h4 {
  color: #CBCED1;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer a, .footer i, .footer p {
  color: #F2F2F5;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 400;
}
.footer a{
  white-space: nowrap;
}
.footer hr {
  color: #3D4043;
}
.footer h5, .footer .h5 {
  color: var(--bs-gray);
  font-size: 12px;
  font-weight: 400;
}
.footer a:hover, .footer i:hover {
  color: var(--bs-primary);
  transition: 0.3s;
}

.footer h5 .footer__ass--color{
   color: var(--bs-gray);
}

.footer h5 .footer__ass--color:hover{
  color: var(--bs-primary);
}


.footer__menu{
    /* background: #ccc; */
    border-bottom: 1px solid #222;
    margin-bottom: 2.5rem;
    padding-bottom: 2.2rem;
}

.footer__menu-list{
    text-align: center;
}

.footer__menu-list ul{
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__menu-list ul li{
    display: block;
    margin: 0;
    padding: .1rem;
}

.footer__menu-list ul li a{
    color: #b7b7b7;
    font-size: 0.8em;
    padding: 0 8px;
    text-decoration: none;   
    margin-top: 1rem; 
    letter-spacing: 1.5px;
}

.footer__menu-list ul li a:hover{
    color: #50beff;
    text-decoration: underline;
}

.footer__social--link{}

.footer__social--btn{}



/* Media Query For mobile XS */
@media only screen and (max-width: 575.98px) { 

}/* end max-width: 575.98px */



/* Media Query For mobile XS */
@media only screen and (max-width: 767px) { 

  .productsOnCart-footer{
    display: inherit;
  }

}/* end max-width: 767px */




/* Media Query For mobile  SM */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    
}/* end max-width: 767.98px */



/* Media Query For mobile XS */
@media only screen and (min-width: 767.98px) { 

  .productsOnCart-footer{
    display: none;
  }

}/* end max-width: 767px */




/* Media Query For mobile  MD */
@media only screen and (min-width: 768px) and (max-width: 992px) {  
 
}/* end max-width: 992px */

/* Media Query For Desktop LG */
@media only screen and (min-width: 993px) {

	.footer__menu-list ul li{
	    display: inline;
	    margin: 0;
	    padding: .1rem;
	}
}


/* Media Query For Desktop LG */
@media only screen and (min-width: 1201px) {
	

}/* end min-width: 1200px */