/*
===============================================

	Theme Name: hstream
	Theme URI: https://olavincent.com/healing/
	Author: Healing Stream
	Author URI: https://olavincent.com/healing/
	
	Table of contents:
	
	- CSS Reset
	- General
	- Columns & Layout
	- Common
	- Typography
	- Header
	- Blog
	- Portfolio
	- Footer
	- Shortcodes & Plugins
	
	CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

===============================================
*/


/* hstream Main Styles */



/* Web-Dorado Form Responsiveness */

@media only screen and (max-width: 768px) { 

	input[type="text"], textarea {  width: 61% !important; }

	}
}


td.simcal-day-3.simcal-weekday-1.simcal-past.simcal-day div {
min-height: 24px;
height:20px !important;
}
td div {
min-height: 24px;
height:20px !important;
}


/* 
 * Add to the bottom of your theme's CSS file.
 * Use at your own risk, this is not tested for mobile. This is really just a hack for the time being that may work and may not.
 */
.simcal-day > div {
  height: 25px!important;
  min-height: 50px!important;
}



@media only screen and (max-width: 768px) {
	span.simcal-event-title {
    		display: block;
	}
	ul.simcal-events {
   		 display: block;
	}

}


@media (min-width: 768px) {
	span.simcal-event-title {
		display: block !important;
	}
	}
}


