/*
 * Theme Name: TownPress
 * Theme URI: http://preview.lsvr.sk/townpress
 * Text Domain: townpress
 * Description: Municipality WordPress Theme
 * Version: 3.7.3
 * Author: LSVRthemes
 * Author URI: http://themeforest.net/user/LSVRthemes/portfolio
 * Tags: theme-options, threaded-comments, translation-ready, featured-images, custom-logo, custom-menu, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, footer-widgets, full-width-template, rtl-language-support
 * License: http://themeforest.net/licenses
 * License URI: http://themeforest.net/licenses
 */

 /* -----------------------------------------------------------------------------

	This theme's CSS is coded with SASS (http://sass-lang.com/).

	DO NOT make changes to this file, nor to any other file in the theme.
	Any sort of code customization should be done via Child Theme.
	https://codex.wordpress.org/Child_Themes

	SASS source files can be found in assets/sass folder.
	However, the proper way to examine the CSS is to use
	object inspector tool of your browser on the live site.

----------------------------------------------------------------------------- */

.calendar-ortodox-outer{
    font-family: 'Source Sans Pro', Arial, sans-serif;
    text-align: center;
}
.calendar-ortodox-outer ul {
    list-style:none;
    padding:0;
}
.calendar-ortodox-outer p {
    font-size: 18px;
    font-weight: 600;
}

.divider {
    border-bottom: 0.1px solid #f0f0f0;
    margin-top: -5px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.iframe-calendar {
    width:100%;
}

.mce-notification.mce-has-close {
    display: none;
}