 /*
	Template: soho
	Theme Name: Soho Child Theme
	Theme URI: http://clapat.ro/themes/soho-wordpress/
	Description: Responsive Wordpress Theme
	Version: 1.4
	Author: Clapat
	Author URI: http://themeforest.net/user/clapat
	Created Date: 21/03/2016
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: soho
*/

#main a { color: #fffff; }

html, body {
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
	hyphens: auto;
}

.clapat-button.outline-button {
    text-transform: none;
}
#menu-overlay .menu-footer {
    display: none;
}
#footer-container,
#footer-container a {
    font-size: 14px;
    line-height: 1.8;
    color: white;
}
#showcase-footer-container,
#showcase-footer-container a {
    line-height: 1.8;
    color: white;
}
#footer-container .vc_row,
#showcase-footer-container .vc_row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.impressum {
	text-align: center; 
}
#footer-container .impressum a {
	font-size: 12px;
}
#showcase-footer-container .impressum a {
	font-size: 12px;
}
.wpb_text_column li {
	font-size: 15px;
}
.pp-tooltip {
	text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
    h2.big-title {
        font-size: 9vw;
        line-height: 9vw;
    }
}
@media only screen and (max-width: 767px) {
    html.vc_mobile, html body, body .bigger, body nav > ul > li > a, body input[type="text"], body input[type="password"], body textarea { 
		line-height: 1.4;
		font-size: 14px;
	}
}