/*
 Theme Name:   Poliorienta
 Theme URI:    http://www.poliorienta.it/
 Description:  A Theme Visual & CSS Simplify
 Author:       Massimiliano Losego
 Author URI:   http://www.atman.it
 Template:     Divi
 Version:      0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #eee;
    border: none;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-captchar {
    background-color: #fff !important;
    border: 1px solid !important;
    padding: 12px !important;
}
.wpcf7-submit {
    background-origin: padding-box;
    background-size: auto;
    background: transparent !important;
    color: #3a2719;
    border: 2px solid;
    font-size: 20px;
    padding: 6px 20px;
    line-height: 1.7em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    height: 50px !important;
    width: 102px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background: #3a2719 !important;
    color: #eee;
    border: 2px solid transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 981px) {
    .et_fullwidth_nav #main-header .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 760px) {
	.container.et_menu_container {
        width: 100%;
    }
}

.text-orange {
	color: var(--orange);
}
.et_pb_text,
.et_pb_post .entry-content {
    text-align: justify;
}

.test-quiz .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    padding: 0 50px;
}

.test-quiz .owl-item .slide {
    background-image: linear-gradient(
        180deg,
        #e27256 40%,
        #ffc86b 100%
    ) !important;
    padding: 50px 50px 100px;
    position: relative;
}

.test-quiz .owl-item .slide-title {
    font-weight: bold;
    font-size: 1.75em;
    color: white;
    text-indent: -50px;
    display: block;
    text-align: left;
    margin-left: 50px;
    margin-bottom: 30px;
}

.test-quiz .owl-item ul {
    padding: 0;
}

.test-quiz .owl-item li {
    margin-bottom: 20px;
}

.owl-item .wpt-form-radio {
    margin-right: 15px;
}

.test-quiz .slide-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #ffffff !important;
    border-width: 10px !important;
    border-color: #e27256;
    border-radius: 100px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #e27256;
    cursor: pointer;
}

.test-quiz .slide-button[disabled] {
    cursor: default;
    background-color: #666;
    border-color: #666;
}

div#secondTenthsExample {
    position: absolute;
    right: 80px;
    top: 20px;
    z-index: 90;
    color: white;
    font-weight: bold;
}

.question-slider {
    position: relative;
}

#top-menu .sub-menu {
    padding: 10px 0;
    width: 300px;
}

#top-menu .sub-menu .menu-item {
    padding: 0;
    line-height: 1.25;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

#top-menu .sub-menu .menu-item:last-child {
    border-bottom: none;
}

#top-menu .sub-menu .menu-item a {
    width: 100%;
    font-size: 99%;
}

.nav li li ul {
    top: -13px;
    left: 300px;
}

.nav li.et-reverse-direction-nav li ul {
    right: 300px;
}

.sidebox-title {
    line-height: 1.25;
    margin-bottom: 1em;
}

.sidebox-title span {
    font-weight: normal;
}

#module-list li {
    line-height: 1.25;
    margin-bottom: 0.75em;
}

#loginform input {
    padding: 15px 5px;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
}

#loginform label {
    display: block;
    color: white;
}

#loginform #wp-submit {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    transition: letter-spacing 0.25s ease-in-out;
    cursor: pointer;
}

#loginform #wp-submit:hover {
    letter-spacing: 2px;
}

.line-height-1-25 {
    line-height: 1.25;
}

.line-height-1-5 {
    line-height: 1.5;
}
