/*
Theme Name: Huber Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Huber WordPress theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: huber
Template: huber
*/

/* Add your own CSS code here */

body.single-post .gp-sidebar2{
	display: none !important;
}

@media only screen and (max-width: 767px){
	body.single-post #gp-page-header{
		display: none !important;
	}
	body.single-post #gp-inner-container{
		display: flex !important;
		flex-wrap: wrap !important;
	}
	body.single-post #gp-left-column{
		order: 2 !important;
		padding-top: 25px !important;
	}
	body.single-post #gp-sidebar-right{
		order: 1 !important;
		padding: 0 !important;
	}
	body.single-post #gp-sidebar-right2{
		display: block !important;
		order: 3 !important;
	}
	body.single-post #gp-sidebar-right .gp-blog-posts-widget{
		display: none !important;
	}
	body.single-post .gp-hub-fields:empty {
		display: none !important;
	}
	body.single-post article .gp-entry-content{
		position: relative;
		overflow: hidden;
	}
	body.single-post article .article_more_bg{
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 140px;
		background-color: #000000;
		opacity: 0.3;
	}
	body.single-post article .article_more_btn{
		position: absolute;
		bottom: 46px;
		right: 70px;
		left: 70px;
		padding: 13px 0;
		background-color: #ac3d60;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.4em;
		cursor: pointer;
	}
	body.single-post #gp-review-results{
		margin-bottom: 25px !important;
	}
}
