/*
Theme Name: Twenty Twenty Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty Five brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive_child
Template: twentytwentyfive
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*/

/* —————————————————————–
Base Overrides / Visibility Controls
—————————————————————– */

/* Hide specific post by ID */
#post-21 {
display: none;
}

/* Hide site footer credit */
.site-info {
display: none;
}

/* —————————————————————–
Responsive Layout Adjustments
—————————————————————– */

@media only screen and (max-width: 600px) {

/* Wufoo embedded form adjustments for small screens */
#wufoo-qczs6kc1uqyj83 {
	width: 100%;
	min-height: 1000px;
}

/* Generic iframe positioning on mobile */
iframe {
	/*  position: absolute; */
	/* left: 29px; */
	/* padding-right: 85px; */
	overflow-x: hidden;
}

}