/**
Theme Name: somosunicas
Author: Origami Soluciones
Author URI: https://origamisoluciones.com/
Description: Web corporativa de Sandra Vegas: somosunicas.es
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: somosunicas
Template: astra
*/

/*General*/
:root {
    --gold: #CDA27C;
    --pink: #953268;
    --purple: #734A6B;
    --black: #232323;
    --white: #FFF;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--pink);
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px var(--gold);
}

textarea {
    resize: none !important;
}

.bold {
    font-weight: bold;
}

.entry-meta {
    display: none;
}

#ast-fixed-header .main-header-menu, #ast-fixed-header .main-header-menu .menu-link, #ast-fixed-header .ast-header-custom-item, .ast-header-custom-item a, #ast-fixed-header li.ast-masthead-custom-menu-items, #ast-fixed-header li.ast-masthead-custom-menu-items a{
    color: #232323 !important;
}
#ast-fixed-header .main-header-menu:hover, #ast-fixed-header .main-header-menu .menu-link:hover, #ast-fixed-header .ast-header-custom-item:hover, .ast-header-custom-item a:hover, #ast-fixed-header li.ast-masthead-custom-menu-items:hover, #ast-fixed-header li.ast-masthead-custom-menu-items a:hover {
    color: #953268 !important;
}

/*Accesibility*/

#hero,
#cta {
    background-color: var(--black) !important;
}

.pojo-skip-link,
.gdpr-sr-only,
.elementor-screen-only,
.menu-toggle .screen-reader-text,
.ast-mobile-header-wrap button.menu-toggle .screen-reader-text,
.ast-button-wrap .screen-reader-text,
.screen-reader-text {
    color: var(--black) !important;
    background-color: white !important;
}

.sr-only {
    visibility: hidden !important;
    display: none !important;
    background-color: var(--black) !important;
    color: var(--white) !important;
}

/*Plugins*/

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:link,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:active,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:visited,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover {
    padding: 8px !important;
}

#pojo-a11y-toolbar {
    top: calc(50% + 72px) !important;
}

div.ast-scroll-to-top-right{
    bottom: 90px !important;
}

aside#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: rgba(0, 0, 0, 0.84);
    border-top: 0px;
}

.wpforms-container .wpforms-field.wpforms-one-half {
    float: left;
    width: 48%;
    margin-left: 0;
}

.wpforms-container .wpforms-field.wpforms-one-half:last-child {
    clear: right;
}

.wpforms-container .wpforms-field-label-inline {
    color: var(--black);
}

.wpforms-container .wpforms-field.wpforms-one-half.wpforms-first {
    margin-right: 2%;
}

.wpforms-container ul{
    list-style-type: none;
}

 @media only screen and (max-width: 475px) {
  .wpforms-container .wpforms-field.wpforms-one-half {
    width: 100%;
  }
}