


/* *********************************************** */
/*    BEGIN CLIENT sitewide_header_styles.php    * */
/* *********************************************** */


/* *********************************************** */
/* ******   BEGIN CLIENT variables.css    ******** */
/* *********************************************** */

:root {

	/** WIDTHS **/
	
	--content_max: 1200px;
	--content_width: 90%;
	
	--elephant_wh: 25vw;
	--elephant_h: 100vh;
	
	/** LOGOS **/
	
	--top_logo: 	url(https://kcrec.net/wp-content/uploads/2024/03/LDD-elephant-1-e1712023008557.png);
	--footer_logo:	url();
	--logo_mark:	url(https://kcrec.net/wp-content/uploads/2024/04/LDD-elephant-1-sm.png);
	
	/** COLORS **/
	
	--red: 		rgba(180 28 27 / 1); 			/**  #  **/
		--red_95: rgba(180 28 27 / .95);  
		--red_90: rgba(180 28 27 / .9);
		--red_85: rgba(180 28 27 / .85);
		--red_80: rgba(180 28 27 / .8);
		--red_75: rgba(180 28 27 / .75);
		--red_70: rgba(180 28 27 / .7);
		--red_65: rgba(180 28 27 / .65);
		--red_60: rgba(180 28 27 / .6);
		--red_55: rgba(180 28 27 / .55);
		--red_50: rgba(180 28 27 / .5);
		--red_45: rgba(180 28 27 / .45);
		--red_40: rgba(180 28 27 / .4);
		--red_35: rgba(180 28 27 / .35);
		--red_30: rgba(180 28 27 / .3);
		--red_25: rgba(180 28 27 / .25);
		--red_20: rgba(180 28 27 / .2);
		--red_15: rgba(180 28 27 / .15);
		--red_10: rgba(180 28 27 / .1);
		--red_05: rgba(180 28 27 / .05);
		
	--black: 		rgba(0 0 0 / 1); 			/**  #  **/
		--black_95: rgba(0 0 0 / .95);  
		--black_90: rgba(0 0 0 / .9);
		--black_85: rgba(0 0 0 / .85);
		--black_80: rgba(0 0 0 / .8);
		--black_75: rgba(0 0 0 / .75);
		--black_70: rgba(0 0 0 / .7);
		--black_65: rgba(0 0 0 / .65);
		--black_60: rgba(0 0 0 / .6);
		--black_55: rgba(0 0 0 / .55);
		--black_50: rgba(0 0 0 / .5);
		--black_45: rgba(0 0 0 / .45);
		--black_40: rgba(0 0 0 / .4);
		--black_35: rgba(0 0 0 / .35);
		--black_30: rgba(0 0 0 / .3);
		--black_25: rgba(0 0 0 / .25);
		--black_20: rgba(0 0 0 / .2);
		--black_15: rgba(0 0 0 / .15);
		--black_10: rgba(0 0 0 / .1);
		--black_05: rgba(0 0 0 / .05);
	
	--blue: 		rgba(25 73 115 / 1); 			/**  #  **/
		--blue_95: rgba(25 73 115 / .95);  
		--blue_90: rgba(25 73 115 / .9);
		--blue_85: rgba(25 73 115 / .85);
		--blue_80: rgba(25 73 115 / .8);
		--blue_75: rgba(25 73 115 / .75);
		--blue_70: rgba(25 73 115 / .7);
		--blue_65: rgba(25 73 115 / .65);
		--blue_60: rgba(25 73 115 / .6);
		--blue_55: rgba(25 73 115 / .55);
		--blue_50: rgba(25 73 115 / .5);
		--blue_45: rgba(25 73 115 / .45);
		--blue_40: rgba(25 73 115 / .4);
		--blue_35: rgba(25 73 115 / .35);
		--blue_30: rgba(25 73 115 / .3);
		--blue_25: rgba(25 73 115 / .25);
		--blue_20: rgba(25 73 115 / .2);
		--blue_15: rgba(25 73 115 / .15);
		--blue_10: rgba(25 73 115 / .1);
		--blue_05: rgba(25 73 115 / .05);
	
	/** SHADOWS **/
	
	--box-shadow: 0 0 5px -1px var(--black_50);
	
	
	
}



/* *********************************************** */
/* ********   END CLIENT variables.css    ******** */
/* *********************************************** */


/* *********************************************** */
/* ******  BEGIN CLIENT navigation.css  *********  */
/* *********************************************** */
.menu a {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.menu-toggle,
#side-menu-container {
	display:none;
}
.menu-toggle:before {
    font: var(--fa-font-solid);
    content: '\f0d9';
    color: white;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    font-size: 28px;
    text-align:center;
    text-shadow: 0 0 11px rgb(0 0 0 / 40%);
}

.menu-toggle {
	margin-top: -5px;
	border-radius: 10px;
	background: var(--red);
	cursor: pointer;
	height: 60px;
    width: 60px;
    border: 4px solid white;
    box-shadow: var(--box-shadow);
    margin-right: 0;
}

#primary-left-menu a,
#primary-right-menu a,
#side-menu a{
    display: block;
    padding: 0;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
#side-menu .menu-item {
	padding: 0;
    position: relative;
    box-shadow: inset 0 0;
    text-align: right;
    margin: 0px 0 5px 0;
}

#side-menu a {
	display:inline-block;
}
.toggled .menu-toggle {
    margin-right: 210px;
    outline: transparent !important;
}


#side-menu-container {
	background: transparent;
    width: 310px;
    margin-right: -300px;
    padding: 70px 50px 20px 10px;
    right: -40px;
    margin-top: -5px;
    height: auto;
    border-radius: 10px 0 0 10px;
    border-width: 5px ;
    border-style: solid;
    border-color: transparent;
    box-shadow: 0 0 0 transparent;
    transition: all 1s ease;

}

.toggled #side-menu-container {
	background: var(--red_80);
	border-color: white;
    box-shadow: var(--box-shadow);
}

.main-navigation {
    float: none !important;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 50px;
}


#primary-left-menu {
    display: flex;
    height: 80px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding-right: 5px;
}
#primary-right-menu {
    display: flex;
    height: 80px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding-right: 5px;
}




.main-navigation a {
	border-radius: 10px;
	border: 2px solid white;
	box-shadow: var(--box-shadow);
}

.main-navigation li {
	margin: 5px;
}

.main-navigation li:nth-child(3n+1) a {
	background-color: var(--red);
}

.main-navigation li:nth-child(3n+2) a {
	background-color: var(--red);
	color: white;
}

.main-navigation li:nth-child(3n+3) a {
	background-color: var(--red);
	color: white;
}

#primary-menu li {
	margin: 0;
}


@media screen and (max-width: 1404px) {

	.site-branding,
	.main-navigation,
	#primary-menu {
		height: 60px;
	}
	#primary-menu li {
		padding: 0;
	}

	.main-navigation #primary-menu li a {
		border-radius: 0;
		border: 0px solid white;
		box-shadow: var(--box-shadow);
		padding: 0 10px;
		border-left:none;
		border-right: none;
	}
	.main-navigation #primary-menu li:first-child a {
		border-radius: 10px 0 0 10px;
	}
	.main-navigation #primary-menu li:last-child a {
		border-radius: 0px 10px 10px 0px;
	}
}
@media screen and (max-width: 1115px) {
	.main-navigation {
/* 		width: calc(100% - 180px); */
    }
	.main-navigation #primary-menu li a {
		padding: 0 7px;
		border-width: 1px;
	}
}
@media screen and (max-width: 915px) {
	.site-branding a {
		height: 150px !important;
		width: 15% !important;
	}

	#header_wrap {
		width: 100%;
		box-shadow: none;
		height: 110px !important;
		position: static;
	}
	#masthead {
		height: 100px !important;
	}
	#site-navigation {
		display: block;
		margin-top: 10px;
	}
	.menu-main-right-top-nav-container, 
	.menu-primary-menu-container {
		display:none;
	}
	button.menu-toggle {
		display:block;
	}
	#side-menu-container,
	#side-menu-container .menu-primary-menu-container,
	#side-menu-container .menu-main-right-top-nav-container {
		display:block;
	}
	
	#side-menu-container #side-left-menu a {
		background: transparent;
		border: none;
		border-radius: 0;
	}
}

@media screen and (max-width: 597px) {
	#masthead {
		height: 80px !important;
	}
}

/* *********************************************** */
/* ******  END CLIENT navigation.css  ***********  */
/* *********************************************** */


/* *********************************************** */
/* *******  BEGIN CLIENT above_fold.css  ********  */
/* *********************************************** */

html, body {
    height: 100%;
    width: 100%;
}

body > * {
	z-index: 5;
}

body:before {
	background-image: var(--top_logo);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	background-repeat:no-repeat;
	background-position: center top;
	opacity: 0.15;
	background-size: cover;
}

body.home .tribe-events-calendar-list__event-cost {
	background-color: var(--red);
	color: white;
	padding: 20px 40px;
	text-align: center;
}
body.home .tribe-events-calendar-list__event-cost a {
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-decoration: none;
    border: none;
    font-family: 'Raleway';
    display:block
}
body.home .tribe-events-calendar-list__event-cost a:hover {
	border:none !important;
	color: yellow !important;
}
body.home .tribe-events-calendar-list__event-cost span {
	font-size: 18px;
	display:block;
}




#page {
    display: flex;
    width: 100%;
    flex-flow: column;
    height: 100%;
    /* position:relative; */
    justify-content: space-between;
}

.page-title {
	text-align: center;
}

#header_wrap,
#masthead {
	width: 100%;
	box-shadow: none;
	height: 80px;
	position: static;
}
#header_wrap {
	background-color: var(--red);
	max-width: unset;
	z-index: 5;
}

#masthead {
	background: transparent;
}


div#site_name {
    text-align: center;
    font-size: 30px;
    padding: 0px;
    height: auto;
    margin-bottom: 0px;
    color: white;
    position:static
}

#site_name h1 {
    font-size: 30px;
    line-height: 1.2;
}


.site-branding {
    width: 100%;
    float: none;
    overflow: visible;
    padding: 0;
    height: 0;
    position: static;
}


.site-branding a {
    background-image: var(--top_logo);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: var(--elephant_h);
    width: var(--elephant_wh);
    filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
    position: absolute;
    left: 10px;
    top: 10px;
    transform-origin: center;
	transition: all 0.25s ease;
}

/* 
.site-branding a:before {
    content: 'HOME';
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    background: white;
    padding: 10px 0px;
    border-radius: 10px;
    color: var(--red);
    font-family: "Fira Sans";
    text-align: center;
    font-size: 24px;
    opacity: 0;
    transition: all 0.25s ease;
    width: 100px;
    margin-left: -50px;
    font-weight: bold;
    box-shadow: 0 0 20px black;
}

.site-branding a:hover:before {
	opacity:1;
}
*/

.home .site-branding a {
    height: var(--elephant_h);
    width: var(--elephant_wh);
}

#content {
	clear:both;
	margin-bottom: 100px;
	padding-top: 0px;
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    clear: both;
    padding-bottom: 50px;
    margin: 50px auto 100px auto;
    width: 100%;
	max-width: var(--content_max);
	z-index: 10;
	height:auto;
}

body.home #content {
/* 	display:none; */
	margin-top: -30px;
    width: var(--content_width);
	max-width: var(--content_max);
	z-index: 1;
	opacity:0;
	transition: opacity 0.5s ease;
	z-index:1;
}
html.loaded body.home #content {
	opacity: 1;
}
#primary {
	margin-right: 15px;
	max-width: calc(100% - 350px - 15px);
}

#main {
    padding: 25px 35px;
    background: rgba(255,255,255,0.75);
}

body.home #main {
	background: rgba(255,255,255,0.2);
}

.wp-block-column {

}

.wp-block-column .wp-block-heading {

}

@media screen and (max-width: 915px) {
	
	#site_name h1 {
		font-size: 30px;
		line-height: 1.2;
		width: 70%;
		margin: auto;
	}

}

@media screen and (max-width: 597px) {
	#site_name h1 {
		font-size: 20px;
	}
}



/* *********************************************** */
/* *******  END CLIENT above_fold.css  **********  */
/* *********************************************** */



/* *********************************************** */
/*    END CLIENT sitewide_header_styles.php    *** */
/* *********************************************** */

