/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce child theme
Version: 1.0.0.0
Tags: WooCommerce, Responsive, Business, Page Builder
License:
License URI:
Template: flatsome
*/

/*Product title color*/
.entry-title {
    color: #990000;
}

/*header*/
#masthead{
    border-bottom: #EEEEEE solid 3px;
}

#masthead.stuck{
    background: rgba(255, 255, 255, 0.95);
    border-bottom: none;
}

/*footer */
#fLevo li {
    height: 2em;
}

/*main font color changed to black*/
body{
    /*color: #141823;*/
}

.short-description{
     color: #141823;
}

.short-description table{
    color: #777;
}

.short-description  table tbody tr td .social-icons{
    padding-top: 0px;
    margin-bottom: 0px;
}

.woocommerce-tabs{
    color: #141823;
}

.tabbed-content h2 {
    display: none;
}

/*Page parterji*/
@media only screen and (min-width: 767px) {
    #kontaktPartner{
        margin: auto;
        width: 60%;
    }
}

.squezeContent div.ux-section-content{
    margin: auto;
    width: 95%;
}