/* Specific CSS for all sites */

/* Adminbar - Toolbar */

#wp-admin-bar-wp-logo { display:none !important; }

#wp-admin-bar-blog-2 > a::after {
    content: " EN";
}
#wp-admin-bar-blog-3 > a::after {
    content: " DE";
}
#wp-admin-bar-blog-4 > a::after {
    content: " FR";
}
#wp-admin-bar-blog-5 > a::after {
    content: " IT";
}
#wp-admin-bar-blog-6 > a::after {
    content: " RU";
}

/* sqpp */

a.link-off,
.link-off a,
a.link-off:link,
.link-off a:link,
a.link-off:visited,
.link-off a:visited,
a.link-off:hover,
.link-off a:hover,
a.link-off:focus,
.link-off a:focus,
a.link-off:active,
.link-off a:active {
    //cursor: not-allowed;
    cursor: default;
    text-decoration: none;
    opacity: 1.0;
}

.metanavbold,
.metanavbold a {
    font-family: bebas_neuebold, sans-serif;
}

/* Styles from Jetpack CSS Customizer */
a:hover div {
	opacity: 0.5; 
}
.entry-content p a,
.entry-content div a {
	border-bottom: 1px dotted;
}
.entry-content p span.sqpp-font-gwandicons a {
	border-bottom: none;
}

.sqpp-header-image-bg {
    background-size: cover !important;
}

blockquote {
    position: relative;
}
blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: -36px;
    font-size: 28px;
}

/* Single Post */
.single-post .entry-header h1.entry-title {
    margin-bottom: 6px;
}

/* Post navigation */
.nav-previous a,
.nav-next a {
		border-bottom: 1px dotted;
}
.nav-previous a:before {
    content: "\f053";
    font-family: FontAwesome;
    padding-right: 6px;
}
.nav-next a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 6px;
		border-bottom: none;
}

/* Boxes */
.sqpp-square-extended-box.sqpp-person-extended-box div.sqpp-box-top {
    padding-bottom: 100%;
}

/* Juicer social media feed */
.juicer-feed[data-feed-id="gwandinstagram"] .j-text {
	display: none;
}

/* /Styles from Jetpack CSS Customizer */