
/***************************************************** 
********************* CSS Reset **********************
*****************************************************/

html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; /* 2 */
}

  
body {
    height: 100%;
    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;
}

  
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
  
  
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
}

template {
    display: none;
}


[hidden] {
    display: none;
}


/*******************************************************************
************************** WP Core *********************************
*******************************************************************/

  .alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*******************************************************************
************************** KIWEE ***********************************
********************************************************************/

:root{
    --bkprimary: #A8E05F;
    --bkwsecondary: #000;

    --bkdefault: #3f3f3f;
    --bkdetails: #6a6969;
    --bkbackground: #fafafa;
    --bs-navbar: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    
    /* fonts */
    --kiwee-heading-font: 'Wix Madefor Text', sans-serif;
    --kiwee-body-font: 'Roboto', sans-serif;
    --kiwee-heading-weight: 700;
    --kiwee-body-weight: 400;
}

body {
  font-family: var(--kiwee-body-font);
  font-weight: var(--kiwee-body-weight);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--kiwee-heading-font);
  font-weight: var(--kiwee-heading-weight);
  color: #333;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

#page-wrap{
    padding-top: 30px;
    padding-bottom: 50px;
}

a{
    text-decoration: none !important;
    color: var(--bkprimary);
}

/***************************************************** 
********************* NAVBAR *************************
*****************************************************/
.dropdown-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-dark .navbar-collapse,
.navbar-dark .dropdown-menu,
.navbar-dark .dropdown-menu a{
    background-color: #212529 !important;
}

html body .bg-light{
    background: #fff !important;
} 

.bg-default{
    background: #fff;
}

#header-main > .container-fluid{
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width:1024px){
    .navbar-collapse{
        padding-left: 25px;
        padding-right: 25px;
    }  
}

#header-main .nav-link{
    font-size: 13px;
    letter-spacing: .2px;
    padding-left: 15px;
    padding-right: 15px;
    color: #222;
    opacity: .8;
}

#header-main .nav-link:hover{
    opacity: 1;
}

/* user and cart icons */
.bekiwee_woocart svg,
.bekiwee_user svg{
    width: 20px;
    cursor: pointer;
}

.bekiwee_woocart svg:hover,
.bekiwee_user svg:hover{
    opacity: .8;
}

.bekiwee_user{
    color: var(--bkdefault);
}

.bekiwee_toggler{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.bekiwee_toggler button,
.bekiwee_toggler button:focus,
#header-default .navbar-toggler,
#header-default .navbar-toggler:focus,
#navbar_search .navbar-toggler,
#navbar_search .navbar-toggler:focus{
    margin-left: 15px;
    border: none;
    box-shadow: none;
}

.navbar{
    background-color: #fff;
}

.wc-block-components-button{
    background: var(--bkprimary);
    color: #fff !important;
    font-size: 12px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 5px;
}

/* set bg color after scroll on desktop devices */
@media screen and (min-width:1025px){
    .navbar.bekiwee_transparent{
        background: transparent;
        transition: .5s;
    }
    .navbar.scrolled {
        background-color: #fff; 
        transition: background-color .5s;
    }

    .wc-block-components-button{
        margin-top: 0;
    }
}

/* collaped navbar bellow */
.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
    position: absolute !important;
    top: 100% !important; 
    left: 0 !important;
    width: 100% !important;
    background-color: #fff; 
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu{
    border: none !important;
    border-radius: 2px !important;
}

/* dropdown */
@media screen and (min-width:1025px){
    .dropdown-menu{
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
}

/* Submenus no Bootstrap */
.dropdown-menu .dropdown-menu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    display: none;
}

.dropdown-menu .dropdown-menu.show {
    display: block;
}

/* shop sidebar */
.bekiwee_shop{
    width: min(300px, 100vw);
    box-shadow: -5px 0px 10px 1px #d7d7d742;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.bekiwee_sidebar-shop ul[role="navigation"] > li{
    border-bottom: 1px solid #edebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.bekiwee_shop h2{
    font-size: 19px;    
}

.bekiwee_shop-header{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 15px 0 15px;
    border-bottom: 1px solid #f9f9f9;
    min-height: 100px;
}

.bekiwee_shop-header svg{
    color: var(--bkdefault);
    width: 20px;
    cursor: pointer;
}

.bekiwee_shop-content{
    padding: 20px 15px;
}

.bekiwee_shop-content .woocommerce-mini-cart__buttons{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
}

.bekiwee_shop-content .woocommerce-mini-cart__buttons > .wc-forward{
    background: transparent;
    border: 1px solid var(--bkprimary);
    color: var(--bkprimary);
    font-size: 12px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.bekiwee_shop-content .woocommerce-mini-cart__buttons > .wc-forward:hover{
    background: transparent;
    border: 1px solid var(--bkprimary);
    color: var(--bkprimary);
    opacity: .8;
}

.bekiwee_shop-content .woocommerce-mini-cart__buttons .checkout{
    background: var(--bkprimary);
    color: #fff !important;
}


.woocommerce-mini-cart-item{
    margin-bottom: 15px !important;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px !important;
}

.bekiwee_shop .widgettitle{ display:none }

.bekiwee_shop .widget_shopping_cart a{
    text-decoration: none;
    color: var(--bkdefault);
}

.bekiwee_shop .woocommerce.widget_shopping_cart .total {
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: none;
}

/* navbar cta */
.menu-item .bekiwee_cta{
    border-radius: 20px;
    padding: 5px 25px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bkprimary);
    color: #fff;
    font-weight: 500;
}

.menu-item .bekiwee_cta:hover{
    opacity: .9;
}

/* HEADER MAIN */
.bekiwee_shadow{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
}

.bekiwee_border{
    border-bottom: 1px solid #dadada;
}

/* HEADER DEFAULT - V2 */
.bekiwee_navbar-default{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
}

@media screen and (min-width:1200px){
    .bekiwee_navbar-default{
        flex-direction: row;
    }

    #header-main .bekiwee_cta,
    #header-logo .bekiwee_cta{
        margin-right: 20px;
    }

    .bekiwee_cta{
        margin-left: 20px;
    }
}

@media screen and (max-width:767px){
    .bekiwee_cta{
        margin-top: 30px;
    }
}


/* HEADER V3 */
#navbar_search .bekiwee_user{
    margin-right: 10px;
    margin-left: 10px;
}

.bekiwee_linha{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width:1100px){
    .bekiwee-6{
        width: 50% !important;
    }  

    #navbar_search .btn_mobile{
        align-items: flex-end !important;
    }
}


@media screen and (min-width:994px){
    .bekiwee_linha{
        flex-direction: column;
    }  

    #navbar_search .mobile_navbar{
        border-top: 1px solid #efefef;
    }
    
    #header-logo .bekiwee_user,
    #header-main .bekiwee_user{
        margin-left: 15px;
    }
}

/* HEADER V4 */
#navbar-toplogo .row{
    padding-left: 25px;
    padding-right: 25px;
}

.headerv4_widget p{
    margin-bottom: 0;
    font-size: 80%;
}

.header_toplogo-bg{
    background: #f9f9f9;
}

.bekiwee_first-navbar{
    color: var(--bkprimary);
}

.bekiwee_first-navbar:hover{
    opacity: .8;
}

nav.bekiwee_custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* logo sections */
@media screen and (max-width:767px){
    .bekiwee_logo-section{
        max-width: 50%;
        overflow: hidden;
    }
    .bekiwee_logo-search{
        max-width: 250px;
        overflow: hidden; 
    }
}

.kiwee-social-links{
    display: none;
}

@media screen and (min-width:1025px){
    .kiwee-social-links{
        display: flex;
        gap: 10px
    }
}

/***************************************************** 
********************* TOPBAR *************************
*****************************************************/

.bekiwee_topbar{
    border-bottom: 1px solid #cbcbcb33;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    display: none;
}

.bekiwee_topbar *{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
}

.bekiwee_topbar a:hover{
    opacity: .8;
}

.bekiwee_topbar .widget-wrapper ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 10px;
}

#navbar-toplogo .bekiwee_topbar-socials,
.bekiwee_topbar-socials{
    text-align: left;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    padding-top: 0;
}

#header-toplogo .bekiwee_topbar-socials > a i{
    color: var(--bkprimary);
}

.bekiwee_topbar-right,
.headerv4_widget{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.bekiwee_topbar-right .widget-wrapper ul,
.headerv4_widget .widget-wrapper ul{
    justify-content: flex-start;
}

.bekiwee_topbar-right .widget-wrapper ul,
.headerv4_widget .widget-wrapper ul{
    justify-content: flex-end;
}

.bekiwee_topbar > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (min-width:1025px){
    .bekiwee_topbar{
        display: block;
    }
}

.bekiwee_topbar_menu,
.headerv4_widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.bekiwee_topbar_menu li,
.headerv4_widget li {
    display: inline;
}

.bekiwee_topbar_menu a,
.headerv4_widget a {
    text-decoration: none;
    color: #333; /* Cor do texto */
    font-size: 14px;
}

.bekiwee_topbar_menu a:hover {
    color: #0073aa; /* Cor no hover */
    text-decoration: underline;
}

@media screen and (min-width:1025px){
    .sticky-logo{
        display: none;
        transition: all 1s ease;
    }
    
    .sticky-logo.scrolled{
        display: block !important;
    }
    
}

/***************************************************** 
********************* BLOG ***************************
*****************************************************/
.bekiwee_content-area{
    background-color: var(--bkbackground);
}

.bekiwee_content-area{
    padding-top: 30px;
    padding-bottom: 30px;
}

.bekiwee_article,
.bekiwee_article-small{
    background-color: #fff;
    padding: 0 0 30px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

/* Blog image effect */
.kiwee-image-wrapper{
    width: 100%;
    height: 400px;
}

.kiwee-image-wrapper-img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 1s;
}

.kiwee-image-wrapper-effect{
    overflow: hidden;
}

#single-wrap .entry_main{
    padding: 25px;
}

#single-wrap .entry_main > a{
    text-decoration: none;
}

/**** blog small ****/
.bekiwee_article-small{
    padding: 0;
    border-radius: 3px
}

.bekiwee_article-small .entry_main{
    padding-left: 20px;
    padding-bottom: 20px;
}

.bekiwee_article-small a{
    text-decoration: none;
    color: var(--bkwsecondary);
}

/* image */
.bekiwee_article-small .kiwee-image-wrapper,
.kiwee-preview-article .kiwee-image-wrapper{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.kiwee-preview-article .kiwee-image-wrapper-img,
.bekiwee_article-small .kiwee-image-wrapper-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 1s;
}

/* blog meta tags */
#single-wrap .entry_meta{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    flex-wrap: wrap;
    line-height: 12px;
    margin-bottom: 10px;
}

.entry_meta-column .fa-circle{
    font-size: 5px !important;
    color: grey;
}

#single-wrap .entry_meta > .entry_meta-column{
    margin: 0 10px 5px 0;
    opacity: .8;
    font-size: 90%;
    color: var(--bkdetails);
}

#single-wrap .entry_meta > .entry_meta-column a{
    color: var(--bkdetails);
    text-decoration: none;
    font-size: 100%;
}

#single-wrap .entry_meta > .entry_meta-column a:hover{
    color: #222;
}

/* blog - read more button */
#single-wrap .bekiwee_readmore,
.bekiwee_article-small .bekiwee_readmore{
    margin-top: 20px;
    border: 1px solid grey;
    font-size: 10px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

#single-wrap .bekiwee_readmore:hover{
    opacity: .8;
}

/* paginator */
#single-wrap .pagination{
    margin-top: 40px;
}

#single-wrap .nav-links,
#bekiwee_search .nav-links{
    display: flex;
    align-items: center;
    gap: 8px;
}

#single-wrap .nav-links a,
#bekiwee_search .nav-links a{
    text-decoration: none;
    color: var(--bkdefault);
}

#single-wrap .nav-links .page-numbers:not(.next):not(.prev),
#bekiwee_search .nav-links .page-numbers:not(.next):not(.prev){
    background-color: #e9e9e9;
    padding: 0 5px;
    border-radius: 10px;
}

#single-wrap .nav-links .page-numbers:hover,
#bekiwee_search .nav-links .page-numbers:hover{
    opacity: .8;
}

.bekiwee_single form textarea{
    width: 100%;
}

.bekiwee_single #respond-inputs{
    display: flex;
    justify-content: space-between;
}

.bekiwee_single .kiwee_fields input{
    width: 100%;
}
.wp-block-search__button{
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
}

/* author */
.author-bio{
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.3rem 2.9rem 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 0.3rem 2.9rem 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0.3rem 2.9rem 0 rgb(0 0 0 / 6%);
    padding: 50px;
    margin-top: 80px;
    text-align: center;
}

.author-bio-content{
    margin-top: 10px;
}

.author-bio img{ border-radius: 50%; margin: 0 auto;}

/* social share */
.sharing-box a{
    color: var(--bkwsecondary);
}

.sharing-box a:hover{
    opacity: .8;
}

/* masonry template */
.masonry_col{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.masonry_main .masonry_img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bekiwee_masonry-row .entry_content{
    background: #fff;
    margin-top: -5px;
    padding: 10px 15px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.bekiwee_masonry-row .entry_content h2{
    color: #333;
    font-size: 1.5rem;
}

.bekiwee_masonry-row #single-wrap .masonry_meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 0;
}

.bekiwee_masonry-row .masonry_main {
    padding: 5px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/* Container do formulário de busca */
.search-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc; /* Borda inferior fina */
    padding: 5px 0;
    width: 100%; /* Ajuste conforme necessário */
}

/* Input de busca */
.search-input {
    flex: 1; /* Faz o campo ocupar o máximo possível */
    border: none; /* Remove as bordas padrão */
    outline: none; /* Remove o contorno ao focar */
    font-size: 16px;
    padding: 5px;
    background-color: transparent;
}

/* Input quando ativo */
.search-input:focus {
    outline: none;
    border-bottom: 1px solid #007bff; /* Cor da borda ao focar */
}

/* Botão de busca */
.search-button {
    background: none; /* Remove o fundo padrão */
    border: none; /* Remove as bordas padrão */
    cursor: pointer;
    color: #333; /* Cor do ícone */
    font-size: 20px; /* Ajuste o tamanho do ícone */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

/* Botão ao focar */
.search-button:focus {
    outline: none; /* Remove o contorno padrão */
}

/* Ícone de lupa */
.search-button i {
    pointer-events: none; /* Evita que o ícone interfira no clique */
}


/***************************************************** 
********************* SINGLE *************************
*****************************************************/
.bekiwee_single{
    padding-top: 30px;
    padding-bottom: 30px;
}

.bekiwee_single .entry_meta{
    margin-bottom: 20px;
}

.bekiwee_single h2,
.bekiwee_single h3, 
.bekiwee_single h4,
.bekiwee_single h5,
.bekiwee_single h6{
    margin: 40px 0 20px 0;
    line-height: 130%;
}

@media (min-width: 1200px) {
    .bekiwee_single p{
        margin-bottom: 20px;
    }
}

.bekiwee_single .bekiwee_article .entry_main{
    padding: 35px 0;
}

.bypostauthor {
    background-color: #f9f9f9; 
    border-left: 4px solid var(--main); 
    padding: 10px; 
    font-weight: bold; 
}

.bypostauthor .comment-meta {
    color: #555;
}

/* Estilo geral da galeria */
.gallery {
    display: flex;
    flex-wrap: wrap; /* Permite que as imagens "quebrem" em várias linhas */
    gap: 10px; /* Espaçamento entre as imagens */
    margin: 20px 0; /* Espaçamento superior/inferior */
}

/* Cada item da galeria */
.gallery-item {
    width: calc(33.333% - 10px); /* Três itens por linha */
    box-sizing: border-box; /* Inclui padding e bordas no cálculo */
}

/* Imagem dentro de cada item */
.gallery-icon img {
    width: 100%; /* Garante que as imagens se ajustem ao contêiner */
    height: auto; /* Mantém a proporção */
    border: 2px solid #ddd; /* Borda ao redor das imagens */
    border-radius: 5px; /* Bordas arredondadas */
}

/* Estilo para as legendas */
.gallery-caption {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    color: #666;
    font-style: italic;
}

@media (max-width: 768px) {
    .gallery-item {
        width: calc(50% - 10px); /* Duas imagens por linha */
    }
}

@media (max-width: 480px) {
    .gallery-item {
        width: 100%; /* Uma imagem por linha */
    }
}

/* RELATED POSTS */
.bekiwee_related{
    background: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
}

.bekiwee_related a{
    color: var(--bkwsecondary)
}
.bekiwee_related .bekiwee_related-img{
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
}
.bekiwee_related img{
    width: 100%;
    height: auto;
}
.bekiwee_related-content{
    padding: 20px 15px;
    font-size: 14px;
    min-height: 180px;
}

.bekiwee_related-content h5{
    margin: 10px 0;
}

.bekiwee_related-content p{
    font-size: 14px;
}

.relatedpost-effect{
    position: relative;
    overflow: hidden;
}

.relatedpost-effect-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 1s;
}

.relatedpost-effect:hover .relatedpost-effect-img,
.relatedpost-effect:focus .relatedpost-effect-img {
  transform: scale(1.1);
  transition: 1s;
}

.relatedpost-effect{
    position: relative;
    overflow: hidden;
}

/* comments */
.bekiwee_single input[type="submit"]{
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500;
    color: var(--bkdefault);
    margin-top: 20px;
}


/***************************************************** 
********************* SIDEBAR ************************
*****************************************************/
.bekiwee_sidebar,
.elementor-widget-container > .widget-wrapper,
.bekiwee_sidebar-shop{
    color: var(--bkdefault);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}

@media screen and (min-width:1025px){
    .bekiwee_sidebar,
    .elementor-widget-container > .widget-wrapper,
    .bekiwee_sidebar-shop{
        padding: 10px 20px;
    }
}

.bekiwee_sidebar a,
.widget-wrapper a,
.bekiwee_sidebar-shop a{
    color: var(--bkdefault);
    text-decoration: none;
}

.bekiwee_sidebar a:hover,
.widget-wrapper a:hover,
.bekiwee_sidebar-shop a:hover{
    opacity: .8;
}

.bekiwee_sidebar h2,
.bekiwee_sidebar h3,
.bekiwee_sidebar h4,
.bekiwee_sidebar h5,
.bekiwee_sidebar .wp-block-search__label,
.widget-wrapper h2,
.widget-wrapper h3,
.widget-wrapper h4,
.widget-wrapper h5,
.widget-wrapper .wp-block-search__label,
.bekiwee_sidebar-shop h2,
.bekiwee_sidebar-shop h3,
.bekiwee_sidebar-shop h4,
.bekiwee_sidebar-shop h5,
.bekiwee_sidebar-shop .wp-block-search__label{
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--kiwee-heading-font);
}

.bekiwee_sidebar ul,
.bekiwee_sidebar ol,
.widget-wrapper ul,
.widget-wrapper ol,
.bekiwee_sidebar-shop ul,
.bekiwee_sidebar-shop ol{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.bekiwee_sidebar-shop ul .categories{
    margin-top: 20px;
}

.bekiwee_sidebar-shop ul .pagenav{
    margin-top: 20px;
    margin-bottom: 20px;
}

.bekiwee_sidebar select,
.widget-wrapper select,
.bekiwee_sidebar-shop select,
.woocommerce div.product form.cart .variations select{
    min-width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    word-wrap: normal;
    border: 1px solid #ced4da;
    border-radius: 2px;
    cursor: pointer;
}


/* sidebar input */
.wp-block-search__label{
    margin-bottom: 10px;
}

.widget_search input[type="submit"],
.wp-block-search__button{
    border-radius: 2px;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bkdefault);
}

.wp-block-search__input {
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 2px;
}

.tagcloud a{
    font-size: 8pt;
    background: #ebebeb;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}


/***************************************************** 
********************* 404 ****************************
*****************************************************/
.bekiwee_404{
    background: #fbfbfb;
}

.bekiwee_404 .page-not-found{
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bekiwee_404-title{
    font-weight: 900;
}

@media screen and (min-width:1025px){
    .bekiwee_404-title{
        font-size: 3.5rem;
    }
}

.bekiwee_404_button{
    border: 1px solid var(--bkprimary);
    color: var(--bkdefault) !important;
    padding: 8px 25px;
    opacity: .9;
}

.bekiwee_404_button:hover{
    opacity: 1;
}

/***************************************************** 
****************** MAINTANANCE ***********************
*****************************************************/
/* .page-maintenance{

} */

/***************************************************** 
********************* TITLE **************************
*****************************************************/
.bekiwee_blogtitle, .bekiwee_pagetitle{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bekiwee-breadcrumbs{
    font-size: 80%;
    opacity: .8;
    text-align: right;
}

/***************************************************** 
********************* FOOTER *************************
*****************************************************/
footer#bekiwee_footer h2, 
footer#bekiwee_footer h3{
    color: #fff;
}

footer#bekiwee_footer{
    border-top: 1px solid #fafafa4a;
    padding: 60px 25px 20px 25px;
    background-color: var(--bkwsecondary);
    color: #d5d5d5;
}

#bekiwee_footer .widget-title{
    margin-bottom: 15px;
}

#bekiwee_footer .widget-wrapper ul:not(ul li > ul):not(ul li > ul li > ul){
    list-style: none;
    padding-left: 0;
    line-height: 200% !important;
}

#bekiwee_footer ul li > ul > li > ul >li{
    list-style-type: circle;
    line-height: 200% !important;
}

#bekiwee_footer .widget-wrapper ul li a{ text-decoration: none; color: #d5d5d5;}

#bekiwee_footer .widget-wrapper ul li a:hover{ opacity: .8; }

.bekiwee_back2top{
    position:fixed;
    width:40px;
    height:40px;
    bottom:0;
    right:15px;
    text-align:center;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    z-index: 99999;
    background-color: #fff;
}

.bekiwee_back2top:hover{
    opacity: .8;
    cursor: pointer;
}

.bekiwee_chevron-up {
    color: #000; /* Troca a cor do SVG */
    width: 10px;
    height: 12px;
}


/***************************************************** 
********************* COPYRIGHT **********************
*****************************************************/

#bekiwee_copy{
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #80808036;
    background-color: var(--bkwsecondary);
    color: #d5d5d5;
    font-size: 16px;
    line-height: 25px;
}

#bekiwee_copy .bekiwee_copy-text{
    text-align: center;
}

#bekiwee_copy .bekiwee_copy-text p{
    margin-bottom: 0;
}

#bekiwee_copy .bekiwee_copy-socials{
    text-align: right;
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-top: 10px
}

#bekiwee_copy .bekiwee_copy-text a{
    text-decoration: none;
    color: #222;
    opacity: .8;
}

#bekiwee_copy .bekiwee_copy-text svg{
    width: 12px;
}

@media screen and (min-width:1200px){
    #bekiwee_copy .bekiwee_copy-text{
        text-align: left;
    }
    #bekiwee_copy .bekiwee_copy-socials{
        justify-content: flex-end;
        padding-top: 0;
    }
}