/*
Theme Name: Pleyas
Theme URI: 
Author: el equipo de Pleyas
Author URI: 
Description: Tema para WordPress de Pleyas CMMS/EAM
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pleyas
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, full-site-editing, one-column, style-variations, translation-ready, wide-blocks

/* Defaults
---------------------------------------- */

/* Defaults
---------------------------------------- */

a,
button,
input,
textarea,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--quaternary);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--font-weight--regular);
	padding: 5px 8px;
}

/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--medium);
	padding: 10px 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	filter: brightness(95%);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

select {
	background-image: url( "assets/icons/icon-arrow-dark.svg" );
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 12px;
	cursor: pointer;
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Cover -- */

.wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(10,10,10,0.8), rgba(10,10,10,1));
	opacity: 1;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.has-contrast-background-color .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open,
.has-contrast-background-color .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border-color: var(--wp--preset--color--contrast);
	min-width: 180px !important;
	padding: 10px;
}

.has-contrast-background-color .wp-block-navigation__submenu-container {
	border-color: var(--wp--preset--color--base);
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	padding: 2px 10px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 5px !important;
}

/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

/* -- Position -- */

.is-style-position-fixed {
	position: fixed;
}

.is-style-position-relative {
	position: relative;
}

/* -- Pull -- */

.is-style-pull-100 {
	margin-top: -100px !important;
}

/* -- Z-Index -- */

.is-style-negative-zindex {
	z-index: -99;
}

.is-style-positive-zindex {
	z-index: 99;
}

/* Effects
---------------------------------------- */

/* -- Header -- */

.js-enabled .site-header {
	position: sticky;
	top: 0;
	transition: top 0.5s;
	z-index: 100;
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.wp-block-columns.is-style-column-reverse {
		flex-direction: column-reverse;
	}

}


/* Fluent Support Styles */
#mobile-menu-control-wrapper{
    display:none;
}
.fst_login_wrapper input#wp-submit{
    background: var(--wp--preset--color--contrast)!important;
}
#fluent_support_client_app{
    width: 100%;
    text-align: left;
}
.gb-container-95c573d1 > .gb-inside-container{
    width: 100%;
}
#fst_login_form{
    display: flex;
    flex-direction: column;
    margin-left:auto;
    margin-right:auto;
}
.fst_front{
    text-align: left;
}
.fst_reset_pass_wrapper{
    margin-left: auto;
    margin-right: auto;
}
.fst_registration_wrapper{
    margin-left: auto;
    margin-right: auto;
}
#alpha_app{
    box-sizing: unset;
}
.fls_login_wrapper input#wp-submit{
	background: var(--wp--preset--color--contrast)!important;
}
.fst_login_wrapper form#loginform{
	overflow:visible;
}
.fls_login_wrapper form#loginform{
	overflow:visible!important;
}
.fls_reset_pass_wrapper .fls_reset_pass_form #fls_reset_pass{
	background: var(--wp--preset--color--contrast)!important;
	font-size: var(--wp--preset--font-size--small);
    font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	color: #fff;
    padding: 15px!important;
}
@media (max-width: 1024px){
    .fframe_main-menu-items .fframe_handheld span{
    font-size:24px!important;
    }
}
@media (max-width: 768px){
    .logged-in .separate-containers .inside-article{
        padding:0!important;
    }
    .el-switch__label *{
        font-size:10px!important;
        line-height: 2!important;
    }
    .fs_box_wrapper .fs_box_header .fs_box_head h3{
        font-size:14px!important;
    }
    .fs_box_wrapper .fs_box_header .fs_box_head{
        display:block!important;
    }
}

/* Other Styles */
.user-menu-element{
    display:none !important;
}
.logged-in .user-menu-element{
    display:block !important;
}
.cerrar-sesion-menu-element{
    display: none !important;
}
.logged-in .cerrar-sesion-menu-element{
    display: block !important;
}
.logged-out-menu-element{
	display:block;	
}
.logged-in .logged-out-menu-element{
	display:none;	
}
@media screen and (max-width:920px) {
  .fs-modal-wrapper {
    display: flex!important;
    width: 100%;
  }
}

/* Fluent Forms */
/* label style */
.fluentform .ff-el-input--label {
    font-size: var(--wp--preset--font-size--medium);;
    font-weight: 500;
    color: var(--wp--preset--color--contrast);
  }
  
  /* required asterisk color */
  .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: var(--wp--preset--color--contrast);
  }
  
  /* field style */
  .fluentform .ff-el-form-control {
    padding: 10px;
	margin-top:10px
	background-color: var(--wp--preset--color--base);
    border: 1px solid var(--wp--preset--color--contrast);
    border-radius: 0px;
    color: var(--wp--preset--color--contrast);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--font-weight--light);
    line-height: var(--wp--custom--line-height--medium);
  }
  
  /* focus field style */
  .fluentform .ff-el-form-control:focus {
    background-color: #ffffff;
    border: 1px solid var(--wp--preset--color--contrast);
    outline: none;
  }
  
  /* placeholder text style */
  .fluentform .ff-el-form-control::placeholder {
    font-size: 15px;
    color: #666666;
  }
  
  /* placeholder focus text style */
  .fluentform .ff-el-form-control:focus::placeholder {
    color: var(--wp--preset--color--base);
  }
  
  /* control space below fields */
  .fluentform .ff-el-group {
    margin-bottom: 15px;
  }
  
  /* checkbox terms text style */
  .fluentform .ff_t_c p {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    padding-left: 5px;
  }
  
  /* checkbox vertical alignment */
  .fluentform .ff-el-form-check-label .ff-el-form-check-input {
    top: -1px;
  }
  
  /* button style */
  .fluentform .ff-btn-submit {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    border-radius: 5px;
    border: none;
    padding: 15px 30px;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--medium);
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 5px;
    transition: all 0.5s ease 0s;
  }
  
  /* button hover style */
  .fluentform .ff-btn-submit:hover {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base;
  }
  
  /* form error input style */
  .fluentform .ff-el-is-error .ff-el-form-control {
    border: 1px solid var(--wp--preset--color--contrast);
  }
  
  /* form error text style */
  .fluentform .ff-el-is-error .text-danger {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--contrast);
  }
  
  /* success message style */
  .fluentform .ff-message-success {
    position: relative;
    border: none;
    box-shadow: none;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 500;
    color: var(--wp--preset--color--contrast);
    padding: 0px;
    margin-top: 20px;
  }