/* These styles provide a minimal degree of styling, allowing most theme defaults to be dominant. */
.mc-main {	
	padding: 60px;
	padding-top: 0px;
}

.mc-main {
    background: #F7F7F7;
	position: relative;
	z-index: 2;
}
/******************** EGYÉNI TAGÓVODA ALKÍTÁSOK *************************/
.mc-main .past-date span {
	color: #ded2b9;
	font-weight: bold;
}
/******************** EGYÉNI TAGÓVODA ALKÍTÁSOK END ********************************/

.mc-main .current-day span {
	color: #ef4848;
	font-weight: bold;
}
/******************** EGYÉNI TAGÓVODA ALKÍTÁSOK *************************/
.mc-main .future-day span {
	color: #a2916f;
	font-weight: bold;
}
/******************** EGYÉNI TAGÓVODA ALKÍTÁSOK END ********************************/

.mc-main .my-calendar-header {
	font-size: 14px;
	display: table;
    margin: auto;
	margin-bottom: 30px;
}

.mc-main .my-calendar-header .maybe-hide {
	display: none;
}

.mc-main .my-calendar-header form:after {
	clear: both;
}

/******************** EGYÉNI TAGÓVODA ALKÍTÁSOK *************************/
.mc-main .my-calendar-header form #my-calendar-year {
	float: left;
    width: 130px;
    background-color: transparent;
    border: 1px solid #D9C7A3;
    padding-left: 45px;
	border-radius: 0;
	border-right: none;
	text-transform: uppercase;
	color: #D9C7A3;
    font-weight: bold;
}

.mc-main .my-calendar-header form #my-calendar-year:hover {
	background-color: #F2D53C;
}

.mc-main .my-calendar-header form #my-calendar-month {
	float: left;
    width: 130px;
    background-color: transparent;
    border: 1px solid #D9C7A3;
    padding-left: 18px;
	border-radius: 0;
    border-right: none;
	text-transform: uppercase;
	color: #D9C7A3;
    font-weight: bold;
}

.mc-main .my-calendar-header form #my-calendar-month:hover {
	background-color: #F2D53C;
}

.mc-main .my-calendar-header form .button {
	float: left;
    width: 130px;
    background-color: transparent;
    border: 1px solid #D9C7A3;
    padding-left: 50px;
	border-radius: 0;
	border-right: none;
	height: 40px;
	text-transform: uppercase;
	color: #D9C7A3;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mc-main .my-calendar-header form .button:hover {
    background-color: #F2D53C;
}

.mc-main .my-calendar-nav {
    float: left;
}

.mc-main .my-calendar-nav a {
    width: 130px;
    background-color: transparent;
    border: 1px solid #D9C7A3;
    padding-left: 50px;
	border-radius: 0;
	height: 40px;
}

.mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 1px 20px;
	line-height: 38px;
	text-transform: uppercase;
	color: #D9C7A3;
    font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mc-main .my-calendar-nav li a:hover {
     background-color: #F2D53C;
}

.page-title.naptar-title {
	font-size: 34px;
    margin: 0;
    background-color: #f7f7f7;
    text-align: center;
    padding: 60px 0px 40px 0px;
    color: #c1b191 ;
    letter-spacing: 3px;
	font-weight: normal;
	margin-left: 20px;
    margin-right: 20px !important;
    border-radius: unset !important;
    margin-bottom: -20px !important;
}

.mc-main .single-event .time-block {
	background-color: #ececec;
    margin: 0px -30px;
    padding: 2px 30px;
    display: block;
	margin-bottom: 20px;
}

.mc-main .single-event .mc-event-date {
    display: block;
    font-weight: bold;
    font-size: 16px !important;
    color: #3555a1;
}

.mc-main .single-event .time-block span {
    font-size: 14px;
}

.mc-main .single-event .time-block span {
    font-size: 14px;
}

.mc-main .single-event .time-block p {
    margin: 0;
}

.mc-main .details {
	background: #fff;
    padding: 30px;
}

.mc-main.mini .mini-event {
    background: #fff;
    border: 1px solid #000;
    padding: 5px;
}

.mc-main.mini .mini-event .details {
    background: none;
    border: none;
}

/* That's the end of all colors set (or set and removed) in this style sheet. */
.mc-main caption {
    margin: 2px 0;
    font-weight: 700;
    padding: 2px;
	display: none;
}

.mc-main .my-calendar-date-switcher {
	float: left;
}

.mc-main .my-calendar-date-switcher input, .mc-main .my-calendar-date-switcher label, .mc-main .my-calendar-date-switcher select {
    margin: 0;
    padding: 0;
}

.mc-main .my-calendar-date-switcher .button {
    font-size: .9em;
}

.mc-main table, .mc-main.calendar {
    width: 100% !important;
    line-height: 1.2;
    border-collapse: collapse;
}

.mc-main td {
    vertical-align: top;
    text-align: left;
    width: 13%;
    height: 100px;
    padding: 2px !important;	
	border: 1px solid #D9C7A3 !important;
}

.mini td {
    height: auto !important;
}

.mc-main th {
    text-align: center;
    padding: 12px 0 !important;
    letter-spacing: 1px;
}

.mc-main th abbr {
    border-bottom: none;
	display: none;
}

.mc-main h3, .mc-main h3 a {
    display: block;
    border-radius: 2px;
    font: 700 10px Arial, Verdana, sans-serif;
    margin: 3px 0;
    padding: 0;
    width: 100%;
    clear: none;
}

.mc-main h3 a {
    text-decoration: none;
}

.mc-main .single-event h2 {
	font-weight: bold;
	padding: 5px;
}

.mc-main .single-event img.category-icon {
	margin: 5px 3px -2px 5px;
}

.mc-main h3 a:hover, .mc-main h3 a:focus {
    text-decoration: underline;
}

.mc-main h3 img {
    vertical-align: middle;
    margin: 0 3px 0 0 !important;
}

.mc-main .mc-list h3 img {
    vertical-align: middle;
}

.mc-main .list-event h3 {
    font-size: 1.2em;
    margin: 0;
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
    position: absolute;
    left: 15%;
    width: 70%;
    padding: 5px;
    z-index: 3;
}

.mc-main .details .close {
    float: right;
    width: 16px !important;
    padding: 2px 2px 7px 7px;
}

.mc-main.mini .details .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.mc-main .calendar-events {
    width: 200px !important;
    left: 0px;
}

.mc-main .list-event .details {
    margin: 5px 0;
    padding: 5px 5px 0;
}

.mc-main .mc-list {
    margin: 0;
    padding: 0;
}

.mc-main .mc-list li {
    padding: 5px;
    list-style-type: none;
    margin: 0;
}

.mc-main .mc-date {
    display: block;
    margin: -2px -2px 2px;
    padding: 2px 4px;
}

.mc-main th {
    font-size: .7em;
    text-transform: uppercase;
    padding: 2px 4px 2px 0;
	background-color: #D9C7A3 !important;
	border: 1px solid #b5a380 !important;
	color: #807256;
}

.mc-main .category-key {
    padding: 5px;
    margin: 5px 0;
}

.mc-main .category-key ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mc-main .category-key li {
    margin: 2px 10px;
}

.mc-main .category-key span {
    margin-right: 5px;
    vertical-align: middle;
}

.mc-main .category-key .no-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.mc-list li {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    display: block;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
}

.mc-main p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0;
}

.mc-main .vcard {
    font-size: .9em;
    margin: 10px 0;
}

.mc-main .calendar-event .vcard {
    margin: 0 0 10px;
}

.mc-main img {
    border: none;
}

.category-color-sample img {
    margin-right: 5px;
    vertical-align: top;
}

.mc-main .my-calendar-nav ul {
    height: 2.95em;
    margin: 0;
    padding: 0;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mc-main .my-calendar-nav li {
    float: left;
    padding: 0;
    list-style-type: none !important; /* It really is pretty important. */
	margin-left: 0 !important; 
}

.mc-main .my-calendar-nav li:before {
    content: '';
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}

.mc-main .my-calendar-next {
    text-align: right;
}

.mc-main .my-calendar-next a {    
	border-left: none;
}

.mc-main.mini .my-calendar-date-switcher label {
    display: block;
    float: left;
    width: 6em;
}

.mc-main.mini .my-calendar-date-switcher {
    padding: 4px;
}

.mc-main.mini td .category-icon {
    display: none;
}

.mc-main.mini h3 {
    font-size: 1.1em;
}

.mc-main.mini .day-with-date span, .mc-main.mini .day-with-date a {
    font: .9em Arial, Verdana, sans-serif;
    padding: 1px;
    text-align: center;
}

.mc-main .mini-event .sub-details {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0;
    margin-bottom: 5px;
}

.mc-main .mini-event .details img {
    width: 100%;
}

.mc-main .list-event .details img {
    width: auto;
    max-width: 100%;
}

.mc-main.mini .day-with-date a {
    display: block;
    margin: -2px;
    font-weight: 700;
    text-decoration: underline;
}

.mini td {
    height: auto !important;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}

.mc-main .nextmonth {
    opacity: .7;
}

.mc-main .vcard, #mc_event .vcard {
    font-size: .9em;
    padding: 10px;
    float: right;
}

.screen-reader-text {
	position: absolute;
    left: -999em;
}

.mc-main .day-heading .screen-reader-text {
	position: relative;
	left: 0;
	
}

.mc-main .weekend-heading .screen-reader-text {
	position: relative;
	left: 0;
	
}