/*
Theme Name: Rivenditori IFP Europe
Version: 1.0
Description: Child Theme of Extra
Author: martexx
Template: Extra
Author URI: http://martexx.com
*/
@import url("../Extra/style.css");

/* --------------------------------------------------------------- */
/* header -------------------------------------------------------- */
/* --------------------------------------------------------------- */
#ifp-header li.current_page_item a {
    color: #007BB4 !important;
}

#ifp-header #menu-main .logout a {
    color: #ff5062;
}

#ifp-header #menu-main .logout a:after {
    content: "\f2f5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff5062;
    margin-left: 10px;
}

/* ----------------------------------------------------------------- */
/* area download --------------------------------------------------- */
/* ----------------------------------------------------------------- */

h1.entry-title {
    font-weight: 500 !important;
}
.col-sm-3 {
    width: 25% !important;
    float: left;
}

.col-sm-3 img {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
}

.col-sm-9 {
    width: 75% !important;
}

.w3eden .pagination li {
    list-style: none !important;
}

.w3eden .pagination li a {
    border: 1px solid #fff;
}

.w3eden #wpdm-dashboard-sidebar .udb-item, .w3eden #wpdm-dashboard-sidebar .adp-item {
    font-size: 16px;
}

#menu-categorie-download li a {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #007BB4;
    background-color: #007BB4;
    cursor: pointer;
    border-radius: 5px;
}

#menu-categorie-download li a:hover {
    border: 1px solid #24317A;
    background-color: #24317A;
}

a.btn-profilo {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 40px;
    border: 1px solid #666;
    background-color: #666;
    cursor: pointer;
    border-radius: 5px;
}

a.btn-profilo:hover {
    border: 1px solid #333;
    background-color: #333;
}

ul.jqueryFileTree li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-position: left 3px !important;
}

ul.jqueryFileTree a {
    font-size: 16px !important;
    padding: 0 5px !important;
}


/* --------------------------------------------------------------- */
/* footer -------------------------------------------------------- */
/* --------------------------------------------------------------- */
.et_pb_text_0_tb_footer h3 {
    font-weight: 500 !important;
}

#footer-area .social-footer {
    text-align: center;
}

#footer-area .social-footer a {
    border: 6px solid #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 5px;
    display: inline-block;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .3s ease;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

#footer-area .social-footer a:hover {
    opacity: .5;
}

#footer-area .social-footer a.facebook {
    background-image: url("/wp-content/themes/rivenditori/img/facebook.svg");
}

#footer-area .social-footer a.instagram {
    background-image: url("/wp-content/themes/rivenditori/img/instagram.svg");
}

#footer-area .social-footer a.linkedin {
    background-image: url("/wp-content/themes/rivenditori/img/linkedin.svg");
}

#footer-area .social-footer a.youtube {
    background-image: url("/wp-content/themes/rivenditori/img/youtube.svg");
}

.contatti-footer {
    background: #333;
    padding: 40px 20px;
    float: right;
}

.contatti-footer a {
    display: block;
    float: left;
    margin: 0 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contatti-footer a:hover {
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

