/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.1
Text Domain: stockholm
Template: stockholm
*/

/* farben */
.hintergrund {
	color: #e8e6e5;
}
.text {
	color: #837b94;
}
.links {
	color: #afacb4;
}

/* navigation links */
.vertical_menu .second .inner {
position: relative;
display: block;
padding-left: 20px;
}
.vertical_menu_toggle .second .inner ul li a {
padding-left: 10px !important;
line-height: 21px !important;
}

/* shmoothgallery bildtitel oben */
div.ppt {
	display: none !important;
}
div.pp_default .pp_description {
float: left;
font-size: 15px !important;
line-height: 1.571428571428571em;
font-style: normal !important;
font-weight: 500; !important;
color: #fff;
margin: 2px 0 0;
}

/* logo links an den rand */
.vertical_logo_wrapper {
z-index: 100;
position: relative;
}
.vertical_logo_wrapper img {
max-width: 100%;
position: absolute;
top: 0;
left: -65px !important;
-webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
-ms-transition: opacity .3s ease;
transition: opacity .3s ease;
}
/* titel in den portfolio galerien */
.portfolio_gallery a .gallery_text_inner h4 {
display: table-cell;
text-align: center;
vertical-align: middle;
width: 100%;
height: 100%;
margin: 0;
padding: 0 15px;
color: #ffffff !important;
}

/* widget footer menü */
.footer_top .widget_nav_menu li.menu-item a {
margin-bottom: 0px !important;
}