/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */
.posts__item--card .posts__cat.small--scort {
    left: 5px;
    top: 5px;
}
.posts__item--card .posts__cta.small--scort--cta {
    right: 5px;
    width: 35px;
    height: 35px;
}
.posts__item--card .posts__title.small--scort--title {
    font-size: 15px;
}
.posts__item--card .posts__footer.small--scort--footer {
    padding: 5px 5px;
}
@media (min-width: 992px) {
  .meta__item + .meta__item {
    margin-left: 8px;
  }
}
.meta__item.small--scort--meta__item {
    font-size: 13px;
}
.team-meta__place.small--meta-activity {
    font-size: 12px;
}


.modal--login .modal-header{
    height: 10px;
}
.modal--login .modal-header{
    background: none;
}

.modal--login .modal-account__item{
    padding: 15px 38px;
}


/* custom form reclamo by kou */

.form_style form {
    padding-top: 10px !important;
    position: relative;
}

.form_style *:focus,
.form_style input:invalid,
.form_style input:focus,
.form_style select:focus {
    box-shadow: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important
}

.form_style textarea::placeholder,
.form_style input::placeholder {
    opacity: 0 !important
}

.form_style .input,
.form_style input,
.form_style select {
    padding: 0 20px 0 10px !important;
    line-height: 50px !important;
    height: 50px !important
}

.form_style select {
    padding: 0 50px 0 6px !important;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-image: url(../images/arrow-select.jpg);
    background-size: 28px 28px
}

.form_style .input,
.form_style input,
.form_style select,
.form_style textarea {
    border-radius: 0 6px 6px 6px !important;
    border: 2px solid #F0F0F0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: inherit !important;
    color: #211F1F !important;
    background-color: #F0F0F0 !important
}

.form_style .xtipo {
    border-radius: 50% !important;
    border: 1px solid #F0F0F0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: inherit !important;
    color: #211F1F !important;
    background-color: #F0F0F0 !important;
    padding: 0 !important;
    height: 1em !important;
}

.form-check-input.xtipo:checked {
  background-color: #ff5e13 !important;
  border-color: #ff5e13 !important;
}

.form_style .active input {
    border-color: #4157ce !important
}

.form_style input:focus,
.form_style select:focus,
.form_style textarea:focus {
    border-color: #ff5e13 !important
}

.form_style .active input::placeholder,
.form_style input:focus::placeholder {
    opacity: 0.5 !important
}

.form_style .ele-group {
    margin-bottom: 35px !important
}

.form_style .ele-group h3{
    margin-bottom: 10px !important
}

.form_style .ele-group {
    position: relative
}


.form_style input:focus+label {
    color: #fc5f1d !important
}


.form_style input:focus+label,
.form_style textarea:focus+label {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #fc5f1d !important
}

.form_style .ele-group.active label {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #4157ce !important
}

.form_style .elementor-message {
    text-align: center
}

.form_style .form-check {
  position: relative;
}

.form_style label.error{
    display: inline-block;
    padding: 5px 0;
    color: #F04149; 
    text-align:left;
    font-weight: normal;
}
.form_style label.error{
    background: url(../images/unchecked.gif) no-repeat 0 11px;
    padding-left: 16px;
    margin-left: .3em;
    padding-top: 3px;
    margin: 0;
}
.form_style label.valid {
    background: url(../images/checked.gif) no-repeat 0 0;
    /*display: block;*/
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 45px;
    right: -10px;
}
.form_style .modal-form .form-group{
    position: relative;
}

.form_style span.error{
    display: block;
    padding: 5px 0;
    color: #F04149; 
    text-align:left;
    font-weight: normal;
}

.form_style span.nota{
    display: block;
}