/*
Theme Name: Gorilla starter wordpress theme
Description: Gorilla starter wordpress theme
Version: 1.0
Author: Evaldas S.
License: GNU General Public License
*/

body.page-template-page-karjera{
    background-color: #f8f8f8;
}

body.page-template-page-inkubatorius{
    background-color: #ffffff;
}

.sboard .sb-item .sb-inner .sb-share{
    display: none!important;
}

.content.page-wrap ul:not([class]) li {
     list-style: none !important;
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;

 }

.ml-form-embedSubmit {
    width: auto!important;
}

.main-video-text div {
    font-family: 'Poppins', 'Titillium Web', sans-serif;
    font-weight: 400 !important;/* Regular */
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); /* optional for contrast */
}
