/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .itpbusa-form { margin-bottom: 15px; }


 .itpbusa-form label { margin-bottom: 10px !important;}
 .itpbusa-form input, textarea { margin-bottom: 15px !important;}

 .wpforms-container .wpforms-field-label { margin-bottom: 10px !important; }

 #form-response {margin-top: 20px;}


 ol.qualifications { 
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}



#itpbusa-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    height: 120px;
}

#itpbusa-header i.fa { display:none;}

#itpbusa-header.sticky {
    background-color: rgba(256, 256, 256, 0.8);
}
#itpbusa-header.sticky li.menu-item a{ color:#000;}

/* Responsive menu */
#responsive-menu { width: 100%; margin-top: -55px;  }

header { height: 0;}


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

    .wpforms-container .wpforms-mobile-full {
        width: 100% !important;
    }

    #gallery-1 .gallery-item { width: 25%; padding:10px !important;   }

    #itpbusa-header { background-color: rgba(256, 256, 256, 0.8); }
    
 }

 #ac-table-actions { display:none;}

