/*
 Theme Name:   Marty Rogoff 2026
 Theme URI:    https://www.martyrogoff.com/
 Description:  Theme for Marty Rogoff's website, a child of GeneratePress
 Author:       Kessler Freedman, Inc.
 Author URI:   https://www.kesslerfreedman.com
 Template:     generatepress
 Version:      0.1
*/

.home.one-container .site-content {
	padding-top: 0;
}

/* Testimonials */
.strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
	display: none !important;
}

/* Responsive Styles */

@media (max-width: 1099px) { 
	.rogoff-custom-header {display: none;}
}

@media (min-width: 768px) and (max-width: 1199px) {

	.inside-header, .site-content .content-area {
		width: 96%;
		max-width: 96%;
		margin: auto;
	}
	
}