/*
Theme Name: frank_Stackable_child
Theme URI: https://wpstackable.com/theme
Description: A customized version of Stackable. Stackable - Ultimate Blocks & the new WordPress editor. Perfect for a business or personal sites and blogs.
Version: 1.0.1
Author: frank & GAMBIT
Author URI: https://www.wuft.org and https://wpstackable.com
Template: stackable
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stackable
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready, blog
*/


/*--------------------------------------------------------------
## x >= 320px
--------------------------------------------------------------*/
@media screen and (min-width: 100px) {

.hentry {
	padding-bottom: 3em;
	padding-top: 0em;
}

.hentry-wrapper {
	padding-bottom: 1.5em;
	padding-top: 0em;
}

}


/*--------------------------------------------------------------
## x >= 896px
--------------------------------------------------------------*/
@media screen and (min-width: 896px) {

.hentry {
	padding-bottom: 3em;
	padding-top: 0em;
}


.single-jetpack-testimonial .hentry-wrapper {
	padding-bottom: 3em;
	padding-top: 0em;
}


}


/*--------------------------------------------------------------
## x >= 1020px
--------------------------------------------------------------*/
@media screen and (min-width: 1020px) {



	.single-jetpack-testimonial .hentry-wrapper {
		padding-bottom: 1.5em;
		padding-top: 0px;
	}



}