/*
Theme Name: Kadence Child
Theme URI: https://www.kadence-theme.com/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.11.1639775664
Updated: 2021-12-17 21:14:24

*/


:root{
    --color1: #FF711F;
    --color2: #FF812F;
    --color3: #EEEEEE;
}

html {
    scroll-behavior: smooth;
}

.disabled{
    background-color: #f5f5f5 !important;
}

.spacer1{
    width:90%;
    height:15px;
}

a.anchor {
    display: block;
    position: relative;
    top: -86px;
    visibility: hidden;
}

a{
    text-decoration: none;
}

.customhead{
    display: flex;
    gap:15px;
    margin-right:5px;
}
.customhead img{
    width: 34px; padding: 5px;
    opacity:0.7; 
}
.customhead {
    position: relative;
}

.archive.author .customhead #astac-bell{ display:flex; }

.marco-selector{
    background-color:#fff;
    padding:15px;
    margin:auto;
    display:block;
    text-align: center;
}

#video-categoria{
    padding:5px 15px;
    margin:auto;
    display:block;
    min-width:300px;
}

/* control si muestro categorias para logeados */
#user-icons-categoria{
    padding:5px 15px;
    margin:auto;
    text-align: center;
    display:block;
    min-width:300px; 
}
.logged-in #user-icons-categoria{
    opacity: 1;
}

#user-icons-categoria > span{
    display: inline-block;
    padding:5px;
    padding-top:15px;
    font-weight: 500;
}

/* menu hacking para desplegar submenu */
button.drawer-sub-toggle{
display: block !important;
position: absolute;
width: 100%;
float: right !important;
text-align: right !important;
margin-top: 14px;
}

/* Theme My Login */
ul.tml-links{
    list-style: none;
    display:inline-block;
    padding-left:0;
}
ul.tml-links { 
    display: inline-flex;
}

ul.tml-links a{ 
    background-color:#ccc;
    color:#fff;
    text-decoration: none;
    padding:10px 15px;
    margin:0 3px;
    border-radius: 20px;
}

.tml-action .content-wrap{
    max-width:800px;
    margin:auto;
}

/* boton menu mi cuenta */
.mi-cuenta-button a{
    padding:12px 26px !important;
    background-color:var(--color1)!important;
    display:block!important;
    border-radius: 6px;
    color:#fff !important;
}

button{
    border-radius: 25px;
}

button.onlyregistered{
    display:none;
}
.logged-in button.onlyregistered{
    display:inline-block;
}
button.notregistered{
    display:inline-block;
}
.logged-in button.notregistered{
    display:none;
}
.entry-content .tml{ padding:0 15px; padding-bottom:30px !important;}

.dropdown-nav-special-toggle{display:none;}
