/*
 Theme Name:   Sinatra Child
 Theme URI:    https://spaylog.spayingitforward.com
 Description:  Child Theme
 Author:       Spaying it Forward
 Author URI:   https://spayingitforward.com/
 Template:     sinatra
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sinatra-child
*/

.nowrap {
    white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .hide-on-phone {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .show-on-phone {
    display: none !important;
  }
}





@media screen and (min-width: 50px) {
	.site-navigation {
	  display: flex !important;
	}
	.menu-card {
		border: 0px solid #cccccc; 
		padding-left: 10px; 
		padding-right: 10px; 
		padding-top: 0px; 
		padding-bottom: 0px; 
		border-radius: 7px; 
		width: 70px;
		height: 45px;
		text-align:center; 
		line-height: 20px;
        display: table-cell; 
		vertical-align: middle;
		box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
	}
	.menu-card:hover {
		box-shadow: 2px 2px 4px 1px #e86a92;
	}
}

