/*
Theme Name: OpenMed Course
Author: Anteria Team
Author URI: https://www.anteria.eu/
Description: Theme for OpenMed Course.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anteria
*/

@font-face {
    font-family: Droid;
    src: url('fonts/DroidSans.ttf');
}

/* GENERALE */

body {
    font-family: Droid;
    font-size:16px;
}

.titolo {
    font-size: 26px;
}

.img-responsive {
    max-width: 100%;
    height:auto;
    display:block;
}

.center-block {
    display:block;
    margin:auto;
}

.pulsante-lingua-homepage {
    padding: 20px 20px;
    background-color: #008D36;
    color:white;
    width: 375px;
    display: block;
    text-transform: uppercase;
	margin:auto;
}

#elenco-puntato-home {
    list-style: none;
    padding-left:0;
}

#elenco-puntato-home > li:before {
    content:'•';
    display:inline-block;
    font-size:20px;
    margin-right:5px;
    vertical-align: middle;
}

.printomatic {
    margin-left:auto;
}

.openmed-logo {
    width:200px;
    height:auto;
    display: block;
    margin:30px auto;
}

.color-white {
    color: white;
}

.margin-top-20 {
    margin-top: 20px;
}

.next {
    padding: 8px 30px;
    background-color: transparent;
    color: #008d36;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 30px;
    border: 3px solid #008d36;

    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}

.next:hover {
    background-color: #008D36;
    color: #ffffff;
}

.fa {
    margin-left:10px;
}

.flag-co-funded {
    width:175px;
}

.wpml-ls-link {
    color:white !important;
}

.flag88 {
    width:88px;
    height:31px;
    margin-top:10px;
}

.flex-box {
    display:flex;
    flex-wrap:wrap;
}

.background-green {
    background-color: #008D36;
}

.no-padding {
    padding:0;
}

.text-right {
    text-align:right;
}

/* SEZIONE BARRA LATERALE */

.current-menu-ancestor > a {
    color:black !important;
}

.primary-menu {
    padding-left:0px;
}

.primary-menu > li > a {
    padding-left:20px !important;
}

.primary-menu > li > a:hover {
    background-color:#97C11F;
    /*color:#97C11F !important;*/
    color: white !important;
}

.primary-menu > .menu-item > a {
    color:white;
    padding:20px;
    display:block;
    /*opacity: 0.8;*/
}

.menu-item {
    list-style:none;
    /*line-height: 1.8rem;*/
    /*margin: 0.5rem 0;*/
    /*padding-bottom: 10px;*/
}

.menu-item > a {
    font-size: 16px;
}

.sub-menu > .menu-item > a {
    /*color: rgba(255,255,255,.5);*/
    /*padding-top: 8px;*/
    padding-bottom: 8px;
    /*border-top: 1px solid transparent;*/
    border-bottom: 3px solid transparent;
    color: black;
}

.sub-menu > .menu-item {
    padding:10px 0;
}

.sub-menu > .menu-item > a:hover {
    /*border-top: 1px solid #777777;*/
    border-bottom: 3px solid #97C11F;
}

.current-menu-item > a {
    /*color:#97C11F !important;
    opacity: 1 !important;*/
    color: black !important;
}

.current-menu-item > .sub-menu {
    display: block !important;
}

.current-menu-item > a {
    background-color: #97C11F !important;
    padding:20px 0;
}

.current-menu-item > a {
    color: white !important;
}

.sub-menu {
    display:none;
    /*padding-bottom: 10px;*/
    padding-right:0px;
    padding-left: 0px;
}

.sub-menu > li > a {
    padding-left:40px;
    padding-right:20px;
    display:block;
}

.sub-menu > .current-menu-item {
    padding:0;
}

.current-menu-item, .current-menu-parent {
    background-color:#f2f2f2;
}

#menu-menu-1 a {
    font-size:16px;
}

/* FOOTER */

footer {
    background-color: #3D3D3D;
    padding:20px 0;
}

/* HEADER */

header {
    background-color: #3D3D3D;
}

/* WPML */

.wpml-ls {
    text-align:center;
}

.wpml-ls > ul {
    display:initial;
}

.wpml-ls-link {
    font-size:14px;
}

@media screen and (max-width: 700px) {
    .pulsante-lingua-homepage {
        margin-top:20px;
        display:block;
    }
}

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

    .next {
        margin-bottom:30px;
    }

    .pulsante-lingua-homepage {
        width:auto;
    }

    .wpml-ls {
        text-align: center;
    }

}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    
}

/* COMMENTS */

#comments {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 2px solid #333333;
}

.commentlist {
    padding-left: 0;
    list-style: none;
}

.commentlist .children {
    list-style: none;
}

.comment-body {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f2f2f2;
    border-left: 3px solid #008d36;
}

.comment-body .comment-author.vcard {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}

.comment-body .comment-awaiting-moderation {
    font-weight: bold;
    text-decoration: underline;
}

.comment-body .comment-author.vcard a {
    color: #008d36;
}

.comment-body .comment-meta.commentmetadata {
    margin-bottom: 10px;
}

.comment-body .comment-meta.commentmetadata a {
    font-size: 12px;
    line-height: 20px;
    color: #008d36;
}

.comment-body p {
    margin-bottom: 20px;
}

.comment-body .reply {
    text-align: right;
}

.comment-body .reply .comment-reply-link {
    padding: 6px 24px;
    background-color: #99c300;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;

    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}

.comment-body .reply .comment-reply-link:hover,
.comment-body .reply .comment-reply-link:focus,
.comment-body .reply .comment-reply-link:active {
    background-color: #008d36;
}

#reply-title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
}

#reply-title a {
    color: #008d36;
}

#commentform .logged-in-as {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

#commentform .logged-in-as a {
    color: #008d36;
}

#commentform .comment-notes {
    font-size: 13px;
    line-height: 20px;
}

#commentform label {
    display: block;
    font-weight: normal;
}

#commentform textarea,
#commentform input[type=text] {
    width: 100%;
    max-width: 600px;
    background-color: #f2f2f2;
    border: none;
    border: 1px solid #e0e0e0;
}

#commentform .submit {
    margin-top: 15px;
    padding: 12px 32px;
    background-color: #99c300;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    border: none;

    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}

#commentform .submit:hover,
#commentform .submit:focus,
#commentform .submit:active {
    background-color: #008d36;
}
