/*
Theme Name:     Bimber Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

 .g1-footer-text {
  width:100%;
  color:#fff;
  font-size:16px;
  text-align:center;
  padding-bottom:90px
 }
#wpsp-382 .wp-show-posts-inner {
position: relative;
display: flex;
align-items: center;
}

#wpsp-382 h2.wp-show-posts-entry-title {
	font-size: 16px;
	font-family:Oswald;
	position: absolute;
	z-index: 99;
	left: 50%;/*adjust this number depends on your needs*/
	transform: translateX(-50%);
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
#wpsp-382 .wp-show-posts-entry-title {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: absolute;
z-index: 99;
top: 65%;
background: rgb(255, 255, 255);
background: rgba(255,255,255,.7);
width:100%;
}


#wpsp-418 .wp-show-posts-inner {
position: relative;
display: flex;
align-items: center;
}

#wpsp-418 h2.wp-show-posts-entry-title {
	font-size: 16px;
	font-family:Oswald;
	position: absolute;
	z-index: 99;
	left: 50%;/*adjust this number depends on your needs*/
	transform: translateX(-50%);
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
#wpsp-418 .wp-show-posts-entry-title {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: absolute;
z-index: 99;
top: 65%;
background: rgb(255, 255, 255);
background: rgba(255,255,255,.7);
width:100%;
}

@media (max-width: 450px) {
#wpsp-382 .wp-show-posts-entry-title {

top: 70%;

}
#wpsp-418 .wp-show-posts-entry-title {

top: 70%;

}
	
}