/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
/* MAJESTY */

/*FONTS***********************/


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
.manrope {
  font-family: "Manrope", sans-serif;
  font-style: normal;
}

body > div.wp-site-blocks>header, .wp-block-post-title{
	display: none;
	  font-family: "Manrope", sans-serif;

}
/*RESET MARGINS AND PADDING*/

.wp-block-group, .entry-content{
	padding-top: 0 !important;
	margin-top: 0 !important;
}
 h1,h2,h3,h4,h5,p {
 	padding:0 0 0 0 !important;
  	margin: 0 0 0 0 !important;
	line-height:unset;
	font-weight: bold;
	 }
 
 /*****************************PASSWORD PAGE CENTER*/
form.post-password-form {
	display: flex;
	height:100vh;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}


h2.pw-alert{
	display: block;
	width: 100% !important;
	padding-bottom: 1em !important;
	font-weight: 900;
	font-size: 2em;
	color:red;
}

p.pw-warning {
	font-weight: 900;
	font-size: 1.5em !important;

}

form.post-password-form p{
	padding-bottom: 1em !important;
	width: 100%;
	font-weight: 600;
}

 /***************************** END PASSWORD PAGE CENTER*/

h2.my-calendar-month{
	text-align: left !important;
	font-weight: 900;
}


.mj-main-calendar-container{
    position:relative;
    top:-3em;
}
.mj-main-calendar-column{

}

.mj-calendar-column-left{

}

.mj-calendar-column-right {
}

.mj-calendar-column-right {
    font-family: "Manrope", sans-serif;
  	font-size:.75em;
  	line-height: .75em !important;
}

.mj-calendar-column-right h2{
	font-size: 1.5em;
}

.mj-calendar-column-right h3, .mj-calendar-column-right h4{
	font-size: 1em;
	font-weight:bold;
}

.mj-calendar-column-right p {
  	font-size:1em;
  	font-weight: bolder;

}

div.mc-main {
	line-height: 1em;
	width: 100%;
	min-height: 100% !important;
	max-width: unset !important;
	margin: 0 !important;
}
.mc-main .event-title h3{
	font-weight: bold;
	font-size:1.5em;
	line-height: 1em;
}

td.mc-events{
}





/*CLIENT NAME*/
h3.customer, .mc-main h3 {
/*	margin-bottom: .5em !important;*/
/*	background-color: green!important;*/
/*	width:100%;*/
}

p{
	line-height: 1em !important;
}

/*****************************UPCOMING EVENTS COLUMN*/

/*UPCOMING EVENTS LIST*/
ul {
    list-style-type:none;
    padding-inline-start: 0;
}

.current-day {
    outline: 5px solid red !important;
    
}

ul li {
    border-top: 1px solid #313233;
    padding-top:.125em;
    padding-bottom:.125em;
}
/*****************************END UPCOMING EVENTS COLUMN*/

/**************************************************FOR LG SCREENS*/

/*@media only screen and (max-width: 1920px) {*/


	.mc-main .my-calendar-navigation *, .mc-main * {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 1 !important;

	}

	thead {
		border-bottom: 0 !important;

	}
	.wp-block-columns  {
		gap:0 !important;

	}
	/*	calendar date number reduce line-height	*/
	.mc-date-container span{
		line-height:1!important;
	}

	/*	unset minimum height of individual calendar boxes*/
	.mc-main td {
		height:unset !important;
	}
	.mc-main th {
		line-height:1!important;
		padding: 0 !important;

	}

	th.day-heading {
		background-color: #313233!important;
		color:white !important;
		padding: 0!important;
		margin:0!important;
		border-right: 1px solid gray!important;;
	}
	p {
	    font-size: .75em !important;
	    font-weight: 900;
	    line-height: 1em !important;;
	}
	div.mc-main {
		  box-sizing: border-box !important;;
		line-height: 1;
		max-width: unset !important;
		width: 100%!important;;
		margin: 0 0 0 0em !important;
		padding: .25em .5em 0 .5em !important;

	}
	.mc-main .event-title h3{
		font-weight: 900;
		font-size:.75em !important;
		line-height: 1em !important;
		text-decoration-line: underline;
		padding-bottom:.2em !important;;

	}

	/*BOX CONTAINER*/
	table.my-calendar-table td article{
	display:inline-block;
	vertical-align: top;			
	max-width:50%

	}
	/*BOX WITHING BOX CONTAINER*/
	table.my-calendar-table article header{
	}

  /*INDIVIDUAL JOB BOXES*/
    header>h3.event-title {
   	 	border: 3px solid #313233;
		/*    width: 50%;*/
    	padding: .25em!important;
	/*    float:left;*/
    }

    .mj-calendar-column-right {
    	padding: 0 .25em 0 0;
    }

    .mj-calendar-column-right {
	    font-family: "Manrope", sans-serif;
	  	font-size:.75em;
	  	line-height: .75em !important;
    }

    .mj-calendar-column-right h2{
		font-size: .75em;
    }

    .mj-calendar-column-right h3, .mj-calendar-column-right h4{
		font-size: .75em;
		font-weight:bold;
    }

    .mj-calendar-column-right p {
  		font-size:.75em;
  	 	font-weight: bolder;

    }

    em {
        line-height:.75em !important;
    }

    ul.upcoming-events {
    	margin-block-start: 0rem;
    }
    /*LOGIN BUTTON SIZING AND POSITION*/
    div.wp-block-button, a.wp-block-button__link {
    	padding-bottom: .25em !important;
    	padding-top: .25em !important;
        height: unset !important;
        width: unset !important;
    }
   
/*}*/

/* FOR PHONE SCREENS AS LIST */
@media only screen and (max-width: 735px) {
	header>h3.event-title {
 	width: 100%;
 	float:unset;

  	}

  	table.my-calendar-table td article{
	display:block;
	vertical-align: top;	
		max-width:unset;
		
	width:100%;

	}
  
  	div.mc-main {
	margin: 0 !important;
	}

	body {
	    padding: 1em;
	}	

	/*	calendar date number reduce line-height	*/
	.mc-date-container span{
		line-height:1.5em!important;
	}


}