/*
 Theme Name:   Four Seasons Campground
 Theme URI:    https://github.com/godaddy-wordpress/go
 Description:  Child theme for Go Theme for Four Seasons
 Author:       Phil Hopper
 Author URI:   http://example.com
 Template:     go
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  go
*/

/*.widget.widget_search {*/
/*    padding: 2rem;*/
/*}*/

/*@media only screen and (min-width: 40.063em) and (max-width: 61.063em) {*/
/*    .widget.widget_search {*/
/*        padding: 1.5rem;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 40.063em) {*/
/*    .widget.widget_search {*/
/*        padding: 1rem;*/
/*    }*/
/*}*/

@media (min-width: 782px) {
    /* desktop styles can go here */
}

@media (max-width: 599px) {
    /* mobile phone styles can go here */
}
