/*
Theme Name: PeriodoFertile
Author: colorinside studio
Author URI: https://colorinside.com
Description: Custom Theme for PeriodoFertile
Version: 0.797
Recode Theme – Copyright © 2020 colorinside studio
*/


.header-item.icon-logout {
    right: calc(10% + 10px) !important;
    margin-left: 5px !important;
}


@media screen and (min-width: 750px) {

	.mobile-only {
		display: none;
	}
    
    .article-content .author-promo {
        padding: 3%;
    }
    
    .article-content .author-promo.has-image {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .article-content .author-promo.has-image .author-promo-image {
        max-width: 23.5%;
        margin: 0;
    }
    
    .article-content .author-promo.has-image .author-promo-text {
        width: 73.5%;
        text-align: left;
    }

    .article-content .author-promo.has-image .author-promo-text h2,
    .article-content .author-promo.has-image .author-promo-text h3 {
        text-align: left;
        margin-top: 0;
        font-size: 2.2rem;
    }
    
    .article-content .author-promo.has-image .author-promo-text h3 {
        font-size: 1.5rem;
    }

    .article-content .author-promo.has-image a.cta {
        margin: 1em 0 0 0;
    }
}

.form fieldset {
    border: none;
}

.form .field-group {
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin-top: 2em;
    padding: 1em 2em;
    background-color: rgba(248, 248, 248, 0.5);
    border-left: 5px solid rgba(221, 221, 221, 0.5);
}

.form .field-group fieldset {
    padding: 0;
}

.form .field-radio label,
.form .field-checkbox label {
    margin-right: 1em;
    cursor: pointer;
}

.form input[type="radio"],
.form input[type="checkbox"] {
    appearance: none;
    background-color: #f5f3f0;
    margin: 0 .2em 0 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 1px solid #7c7c7b;
    border-radius: 50%;
    transform: translateY(-.05em);
    vertical-align: middle;
    cursor: pointer;
    display: inline-grid;
    justify-content: center;
    align-content: center;
}

.form input[type="checkbox"] {
    border-radius: 2px;
}

.form input[type="radio"]::before,
.form input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 14px 14px 0px #AB2578;
}

.form input[type="checkbox"]::before {
    content: "✓";
    border-radius: 0;
    box-shadow: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #AB2578;
}

.form input[type="radio"]:checked,
.form input[type="checkbox"]:checked {
    border-color: #AB2578;
}

.form input[type="checkbox"][disabled]::before {
    color: #252423;
}

.form input[type="checkbox"][disabled]:checked {
    border-color: #252423;
}

.form input[type="radio"]:checked::before,
.form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form .field-phone {
    display: flex;
    justify-content: space-between;
}

.form .field-phone #prefisso {
    display: inline-block;
    width: 3em;
}

.form .field-phone #telefono {
    display: inline-block;
    width: calc(100% - 3.2em);
}

.form legend {
    padding: 0;
    margin-bottom: .5em;
}

.form .form-field {
    display: block;
    margin: 1em 0 1.5em 0;
}

.form .form-field em {
    font-size: 14px;
    padding: .5em 0;
}

.form .form-field[hidden="true"] {
    display: none;
}

.form .field-required label::after,
.form .field-required legend::after {
    content: '*';
    color: #AB2578;
    margin-left: .2em;
}

.form .field-radio.field-required label::after {
    content: '';
}

.form .input-text {
    font-size: 16px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 2px;
    background-color: #f5f3f0;
    line-height: 1.3em;
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
}

.form .input-text:focus {
    background-color: #fbfbf9;
    border-color: rgb(124, 124, 123);
}

.form .input-select,
.form .input-select option {
    appearance: none;
    font-size: 16px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 2px;
    background-color: #f5f3f0;
    line-height: 1.3em;
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.form .input-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(65, 84, 98)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: calc(100% - 10px) center;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form .button {
    font-size: 16px;
    border: 1px solid #AB2578;
    border-radius: 2px;
    background-color: #AB2578;
    color: #fff;
    line-height: 1.3em;
    padding: 9px;
    cursor: pointer;
}

.form .button:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
}

.form .datepicker-controls .button {
    font-size: 1.5rem !important;
    height: 40px;
    box-shadow: none;
}

.form .datepicker .dow {
    font-size: 1.4rem !important;
    height: 24px;
}


.form .datepicker .datepicker-view {
    width: 252px;
}

.form .datepicker .datepicker-cell {
    height: 36px;
}

.form .datepicker .datepicker-cell.selected, 
.form .datepicker .datepicker-cell.selected:hover {
    background-color: #AB2578;
}

.profile .message {
    margin-top: 2em;
    padding: 1em;
    border-radius: .3em;
    background-color: #c7e2e6;
    border-left: 2px solid #47a0ac;
}


.article-content .rsf-box {
    margin: 2em 0;
    padding: 1em;
    background-color: rgba(248, 248, 248, 0.5);
    font-size: 16px;
}

.article-content .rsf-box h3 {
    color: #AB2578;
}

.article-content .rsf-box p {
    font-size: 14px;
}

.rsf-form .form-field {
    margin: .5em 0;
}

.rsf-form .input-text {
    font-size: 16px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 2px;
    background-color: #f5f3f0;
    line-height: 1.3em;
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
}

.rsf-form .input-text:focus {
    background-color: #fbfbf9;
    border-color: rgb(124, 124, 123);
}

.rsf-form .button {
    font-size: 16px;
    border: 1px solid #AB2578;
    border-radius: 2px;
    background-color: #AB2578;
    color: #fff;
    line-height: 1.3em;
    padding: 9px;
    cursor: pointer;
}

.rsf-form .button:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
}


@media screen and (min-width: 750px) {
    .rsf-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .rsf-form .form-field {
        flex-basis: 48.5%;
    }
    
    .login-box .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .login-box .row .box {
        flex-basis: 47.5%;
    }
}

.forminator-custom-form #group-3,
.forminator-custom-form #checkbox-2 {
    display: none;
}

















