/*
 Theme Name:   Glob Child for geo-e-log
 Description:  Glob Child Theme
 Author:       Tim Sokollek
 Template:     glob
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  glob-child
*/

.site-content img {
	opacity: 1;
}

a:hover, a:focus, a:active {
	color: #009933;
}

.widget_recent_entries li {
    display: block;
    position: relative;
}

.widget_recent_entries li::before {
    color: #DDD;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 2px;
}

.widget_recent_entries li a {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.pt-cv-content a {
	text-decoration: underline !important;
}

#nwm-outer .nwm-active-destination div .nwm-thumb, #nwm-outer .marker-content div .nwm-thumb {
	display: none;
}

.metaslider a {
	outline: none;
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.metaslider .caption-wrap {
	background: transparent;
	opacity: 1;
}

.pt-cv-view .panel {
	border: 1px solid #eee;
	border-radius: 0;
	margin-bottom: 15px;
}

.pt-cv-view .panel-default > .panel-heading {
	background-color: #eee;
}