/*
Theme Name: alone
Theme URI: http://bearsthemes.com/wordpress/alone/
Author: Bearsthemes
Author URI: http://bearsthemes.com/
Description: The Bears is created by <a href="http://bearsthemes.com">Bearsthemes</a>.
Version: 6.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: alone
Domain Path: /languages
*/
/*Full calendar css
.fc-row .fc-widget-header{border-right-width: 1px !important; margin-right: 16px !important;}*/
/*Today Button*/
.fc-unthemed .fc-today{background:#93bd1733 !important;}
.fc-agendaWeek-button,.fc-agendaDay-button,.fc-month-button{display:none !important;}
/*All Buttons Styling*/
.fc-month-button,.fc-button-group button,.fc-today-button{background: #93bd17;color: white;border: 1px solid #93bd17;border-radius: 5px !important; text-shadow:none !important;}
/*Previous Button styling*/
.fc-prev-button{margin-right:5px !important;}
/*Calendar Numbering style*/
.fc-ltr .fc-basic-view .fc-day-number{font-size:14px !important;}
/*Main Header styling*/
.fc-widget-header, .fc-content{background:#93bd17 !important;color:white;}
.fc-day-grid-event{padding:0px 0px !important; margin-bottom:-40px !important;}
.fc-toolbar .fc-center{margin-top:-10px;} .fc-toolbar{margin-bottom:0em;}
.fc-event{border:none;}.fc-event-container{background:#93bd17 !important;}
.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:2.5em;}
.fc-center{margin-left:-150px;}
@media only screen and (max-width: 600px) {
	.fc-toolbar{display:flex;flex-direction:column;}
	.fc-left{order:2; line-height:1.5; margin-top:10px;}
	.fc-center{order:1;margin-left:40px;}
}