/*
Theme Name:     3clicks Child Theme
Theme URI:      http://3clicks.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       3clicks
Version:        1.0
Tags:           flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

/*  Calendar Fix
-------------------------------------------------------------- */
div.simplemodal-container[style] {
    width: 80%  !important;
    height: auto  !important;
    max-width: 600px !important;
    overflow: auto !important;
}
/*
*/
@media only screen and (max-height:480px) {
    #aec-modal-container .aec-content {
        height: 300px !important;
    }
}
@media only screen and (max-width:780px) {
    #aec-container {
        padding-top: 40px;
    }
   .fc-header-title {
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }
}
/*  End Calendar
-------------------------------------------------------------- */
