/*
Theme Name: Oshin
Theme URI: http://brandexponents.com/oshin/
Author: Brand Exponents
Author URI: http://www.brandexponents.com/
Description:  Multi Layout Multi-Purpose Responsive Wordpress theme
Version: 6.6.3
License: GPL 2.0
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: oshin
*/

/* ###### GLOBAL ###### */
/* ------ Back-To-Top ------ */
#back-to-top{
	background: grey !important;
}

/* ###### CONTENT ###### */
/* ------ Blog ------ */
.be-themes-comments{
	display: none;
}

article .post-top-details .post-meta.post-comments{
	display: none;
}

/* ###### FOOTER ###### */
#bottom-widgets {
	background-color: #e28b0f !important;
}

#bottom-widgets h3 {
	color: rgba(255, 255, 255, 1.0);
}

#bottom-widgets p {
	color: rgba(255, 255, 255, 0.85);
}

#bottom-widgets p a {
	color: rgba(255, 255, 255, 1.0);
}

#bottom-widgets p a:hover {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: underline;
}

footer p{
	margin-bottom: 10px;
}
/* ###### END FOOTER ###### */

.style3-blog .single-page-atts{
	display: none;
}

#global-latestpost .rpwe-title {
	font-size: 32px!important;
	line-height: 45px!important;
	margin-bottom: 20px!important;
}

#global-latestpost .rpwe-title a {
	color: white;
}

#global-latestpost .rpwe-time {
	display: none;
}

#global-latestpost .rpwe-summary {
	font-size: 12pt;
	color: #fff;
}

#global-latestpost.rpwe-block li {
	border: none;
}

#global-latestpost .rpwe-summary .more-link {
	font-size: 11px;
	line-height: 12px;
	padding: 12px 15px;
	font-family: Roboto Slab,"Open Sans","Arial",sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: rgba(255,150,0,1);
    color: #ffffff;
	-webkit-transition: all .3s linear;
	-o-transition: .3s all linear;
	transition: all .3s linear;
	display: block !important;
	margin-top: 25px;
	border: none;
	width: 110px;
	text-align: center;
}

#global-latestpost .rpwe-summary .more-link:hover {
	background-color: rgba(74,74,74,1);
}

/* Blog title smaller */
@media(min-width: 768px){
	.single-post .post-title, .single-post .style3-blog .post-title, .single-post .style8-blog .post-title {
	    font-family: Roboto Slab,"Open Sans","Arial",sans-serif;
	    font-weight: 700;
	    font-style: normal;
	    font-size: 26px;
	    line-height: 36px;
	    letter-spacing: 0;
	    color: rgba(0,79,108,1);
	}
}

@media(max-width: 767px){
	.single-post .post-title, .single-post .style3-blog .post-title, .single-post .style8-blog .post-title {
	    font-family: Roboto Slab,"Open Sans","Arial",sans-serif;
	    font-weight: 700;
	    font-style: normal;
	    font-size: 26px !important;
	    line-height: 36px !important;
	    letter-spacing: 0;
	    color: rgba(0,79,108,1);
	}
}

/* Blog: Der erste Buchstabe jedes Wortes soll normal ausgegeben werden */
.single-post .post-title, .single-post .style3-blog .post-title, .single-post .style8-blog .post-title {
    text-transform: none !important;
}
#global-latestpost .rpwe-title {
		font-weight: 700;
	
}
#global-latestpost .rpwe-summary .more-link {
		margin-top: 20px !important;
}