/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme
Description: Betheme - Premium WordPress Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Muffin group
Author URI: http://muffingroup.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 8.9

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/

Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 60px;
    padding: 0 10px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
}

.corsi-image{margin-bottom:15px!important; }
.corsi-image .image_links{height:0px!important; display:none!important;}

/* ---------------------------------------------------------------------------
 * CF regex 18/09/2024 Paolo Dal Molin - SCP srl
 * --------------------------------------------------------------------------- */

SPAN.wpcf7-form-control-wrap.your-cf > INPUT.wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
    z-index: 1;
    position: relative;
}

SPAN.wpcf7-form-control-wrap.your-cf > SPAN.wpcf7-not-valid-tip {
    background-repeat: no-repeat !important;
    font-size: 11px !important;
    /*vertical-align: middle;*/
    vertical-align: bottom;
    /*line-height: 40px !important;*/
    line-height: 94px !important;
    z-index: 0;
    width: auto !important;
    overflow: visible;
    /*text-indent: 210px !important;*/
    text-indent: 50px !important;
}