/*
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
Text Domain: kadence-child
Updated: 2021-12-17 21:14:24

*/


:root{
    --color1: #5eafdb;
    --color2: #3483ae;
    --color3: #F4F8FF;
    --color4: #e5e5e5;
    --medpad: 40px;
    --minpad: 24px;
    --maxpad: 88px;
    --border1: 10px;
}

html {
    scroll-behavior: smooth;
}

.entry-title{
    font-weight: 400;
    transform: scaleY(0.85);
    font-family: var(--global-heading-font-family);
}

@media (max-width:900px){
    h1.entry-title{
        font-size: 9vw;
    }
}

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

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

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

a{
    text-decoration: none;
    font-weight: 400;
}

p{ margin-top:0px; padding-bottom:10px; line-height: 1.55em;}

body:not(.logged-in) .hide { display: none !important;}

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

.menubutton{
	padding: 0px;
}
	
.menubutton a{
    border-radius: 4px 4px 4px 4px;
    color: #fdfdfd !important;
    background: var(--global-palette1) !important;
	height: 42px !important;
}

.menubutton a:after{
	display:none;
}

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

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

.tml-register-link, .tml-login-link{
    display:none;
}

.tml.tml-login{
    margin-bottom:50px;
	padding:18px 18px 0;
}

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

.kt-inside-inner-col{
    height:100%;
}

/* Desactivamos blocklibrary desde functions.php pero dejamos algunas cosas de funcionamiento general aquí: */
.has-text-align-center{
    text-align: center;
}

/* hack para bloque custom kadence home xavi y guille */
.wp-block-kadence-column.inner-column-1.kadence-column_dc2987-83{
    display:flex !important;
}
.wp-block-kadence-column.inner-column-1.kadence-column_dc2987-83 img{
    width:100%;
}
@media (min-width:1020px){
    .wp-block-kadence-column.inner-column-1.kadence-column_dc2987-83 img{
        display:none;
    }
}

.kt-row-has-bg>.kt-row-column-wrap{
    padding-left:0!important;
    padding-right:0!important;
}

.content-area {
    margin-top: 0;
    margin-bottom: 0;
}

/* carousel logos */
.kb-gallery-image-contain img {
    border: 1px solid #aaa;
}

/* lang selector for mobile */
.pll-parent-menu-item a img { 
    margin:auto;
}
@media (max-width:990px){
.pll-parent-menu-item > a { display:none !important; }
.pll-parent-menu-item a img {  margin-top:12px; width:24px !important; height:auto !important; }
}