/*
Theme Name: ITconf Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: itconf
Text Domain: itconf-child
*/
.menu-item_dots{
	display:none;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}
#main {
    padding-bottom: 0 !important;
}
.mf-award-form_wrapper .gform_heading{
    text-align:center;
    margin-bottom:30px;
}
/*Award form*/
.mf-award-form_wrapper.gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 30px;
}
.mf-award-form_wrapper a{
    color:#000 !important;
}
.mf-award-form_wrapper a:hover{
    text-decoration:underline;
    font-weight:400 !important;
}
#gfield_description_6_7{
    color:#000;
    font-weight:600;
} 
/*Sticky header*/
@media only screen and (min-width: 1351px) {
    #main {
        padding-top: var(--header-height) !important;
    }
}
.mf-linkedin-btn{
    margin-right:30px;
}
.mf-linkedin-btn,
.mf-vimeo-btn{
    background: #0a66c2;
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    border:2px solid #0a66c2;
    transition: .3s ease;
    color: #fff !important;
    margin-bottom:5px;
}
.mf-vimeo-btn{
    background: #00adefff;
}
.mf-linkedin-btn i,
.mf-vimeo-btn i{
    font-size: 22px;
}
.mf-linkedin-btn:hover{
    color: #0a66c2 !important;
    background:#fff;
}
.tagcloud a:hover{
    color:#fff !important;
}
.mobile_subscribe{
   background: linear-gradient(188deg, #FFF 8.48%, #C3C1FF 109.12%);
   color: #040067 !important;
}
.wgl-mobile-header .wgl-button.btn-size-sm{
    width:100%;
}