@charset "UTF-8";
/*!
Theme Name: Coachzee Child
Theme URI: https://motopress.com/products/coachzee
Author: MotoPress
Author URI: https://motopress.com
Description: Awesome WordPress theme.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coachzee
Template: coachzee
*/
@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
    /* phones */
	.site-branding .custom-logo-link img {width:40vw;}
	.homecolumn3 {display:none;}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
		.site-branding .custom-logo-link img {width:40vw;}
}