/* 
Theme Name:		 Bimber Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Bimber Child is a child theme of Bimber, created by ChildTheme-Generator.com
Author:			 bimber
Author URI:		 http://childtheme-generator.com/
Template:		 bimber
Version:		 1.0.0
Text Domain:	 bimber-child
*/


/*
    Add your custom styles here
*/


.bottom_a {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.gptslot {
	position:relative;
	display: inline-block;
}
.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: rgb(205, 204, 204);
	margin-right: 20px
}
.close_btn:before, .close_btn:after {
  position: absolute;
  top: 0;
  right: 7px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: rgb(0, 174, 205);;
}
.close_btn:before {
  transform: rotate(45deg);
}
.close_btn:after {
  transform: rotate(-45deg);
}
/* new post */
.new_post_template .g1-row-inner{
	max-width:1460px;
}
.new_post_template .g1-sidebar,.new_post_template .g1-column-2of3 {
	width:100%;
}
.new_post_template .post_content_section{
	width:820px;
}
.new_post_template .post_side_bar{
	width:320px;
}
.new_post_template .g1-card-l {
    padding-left: 0;
    padding-right: 0;
}
.new_post_template .widget.g1-card-l {
    padding-top: 0;
    padding-bottom: 0;
}
.new_post_template #recent-posts-3{
	display:none;
}
.ajax_loadmore_yes > .wp-block-image,.ajax_loadmore_yes > p {
    display: none;
}
#ajax-load-more figure,#ajax-load-more p{
	max-width: 662px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1024px){
	.code-block.code-block-5 {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9;
	}
	.code-block.code-block-9{
		display: none;
	}
}
@media (max-width: 500px){
	.post_side_bar .g1-sidebar{
	position:relative !important;
	}
	.code-block-2 .stickybox{
		position:relative !important;
	}
}