/*
Theme Name: StLucie7
Author: Samantha Davis
Author URI: http://www.stlucieschools.org/
Description: A perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme.
Version: 1.0.0
Template: dt-the7
*/

#main {
  padding: 75px 0 50px 0;
}

input[type="password"], input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], select, textarea
{
  margin-top: 10px;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  color: #000000;
  font-size: 120%;
}
@media all and (min-width:0px) and (max-width: 959px) {
	#header .header-bottom-bar *, #top-bar *
	{
		background-color: #ffffff;
	}
}

 
/* Custom CSS / SVG wave at top of site - Samantha */

.navigation-wave {
  position: relative;
  z-index: 1;
  --wave-height: 70px; /*  Height of the wave (adjusting will change wave curves) FIX LINE USED TO BE 71...does it still work for Lauren?*/
  --extra-space: 80px; /* 100px Additional space above the wave (white box above wave) USED TO BE 80  */
}

@media (min-width: 992px) {

  .navigation-wave::before {
    content: '';
    position: absolute;
    top: var(--extra-space);
    left: 0;
    width: 100%;
    height: var(--wave-height);
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 200" preserveAspectRatio="none"><rect width="1000" height="100" fill="white"/><g transform="scale(-1,1)" transform-origin="center"><path fill="white" d="M1000 100H0v52C62.5 128 125 104 250 104c250 0 250 96 500 96 125 0 187.5-24 250-48V100Z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    z-index: 1;
  }

  .navigation-wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--extra-space);
    background-color: white;
    z-index: 0;
  }
}

/* Responsive adjustments */
@media (min-width: 1800px) {
  .navigation-wave {
  --wave-height: 100px; /*  Height of the wave (adjusting will change wave curves) */
  --extra-space: 110px; /* 100px Additional space above the wave (white box above wave) */
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .navigation-wave {
    --wave-height: 60px; /* Slightly smaller on medium screens */
  }
}

/* Hide on mobile */
@media (max-width: 992px) {
  .navigation-wave::before,
  .navigation-wave::after,
  .navigation-wave-content {
    display: none;
  }
  .navigation-wave {
    padding-top: 0;
  }
}

.navigation-wave > * {
  position: relative;
  z-index: 2;
}

/* Custom CSS / SVG wave at page title area  */

.fancy-header {
  display: grid !important;
  	container-type: inline-size;
   --mask-head-size: calc(0.039 * 100cqw);
   --mask-foot-size: calc(0.024 * 100cqw);
/*   
 	background-image: url(https://www.stlucie.k12.fl.us/images/building_sm.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
*/
}	  
.fancy-header-overlay {
	background-color: transparent;
    background: linear-gradient(-45deg, #FFDA0099, #F99D1C99, #006CB799, #00AEEF99);
 	background-size: 400% 400%;
	height: 100%; 
}	
.fancy-header, .fancy-header-overlay {
	margin-block: calc(-1 * var(--mask-head-size) - 1px) calc(-1 * var(--mask-foot-size) - 1px);
	padding-block: calc(var(--mask-head-size) + 1px) calc(var(--mask-foot-size) + 1px);
	mask-image:
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="39"><g transform="scale(1.1,1)" transform-origin="49.35% 50%"><path d="M1000 0H0v52C62.49 28.01 125.02 4 250 4c250.03 0 249.97 96 500 96 124.98 0 187.51-24.01 250-48V0Z"/></g></svg>'),
		linear-gradient(transparent calc(var(--mask-head-size) - 1px), black calc(var(--mask-head-size) - 1px), black calc(100% - var(--mask-foot-size) + 1px), transparent calc(100% - var(--mask-foot-size) + 1px)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="24"><g transform="scale(1.1,1)" transform-origin="52.38% 50%"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></g></svg>');
	mask-repeat: no-repeat;
	mask-position: top, center, bottom;
	mask-size: 100%;
}

.page-title {
  /* display: grid !important;*/
  	container-type: inline-size;
   --mask-head-size: calc(0.039 * 100cqw);
   --mask-foot-size: calc(0.024 * 100cqw);
/*   
 	background-image: url(https://www.stlucie.k12.fl.us/images/building_sm.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
*/
}	  
.page-title-overlay {
	background-color: transparent;
    background: linear-gradient(-45deg, #FFDA0099, #F99D1C99, #006CB799, #00AEEF99);
 	background-size: 400% 400%;
	height: 100%; 
}	
.page-title, .page-title-overlay {
	margin-block: calc(-1 * var(--mask-head-size) - 1px) calc(-1 * var(--mask-foot-size) - 1px);
	padding-block: calc(var(--mask-head-size) + 1px) calc(var(--mask-foot-size) + 1px);
	mask-image:
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="39"><g transform="scale(1.1,1)" transform-origin="49.35% 50%"><path d="M1000 0H0v52C62.49 28.01 125.02 4 250 4c250.03 0 249.97 96 500 96 124.98 0 187.51-24.01 250-48V0Z"/></g></svg>'),
		linear-gradient(transparent calc(var(--mask-head-size) - 1px), black calc(var(--mask-head-size) - 1px), black calc(100% - var(--mask-foot-size) + 1px), transparent calc(100% - var(--mask-foot-size) + 1px)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="24"><g transform="scale(1.1,1)" transform-origin="52.38% 50%"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></g></svg>');
	mask-repeat: no-repeat;
	mask-position: top, center, bottom;
	mask-size: 100%;
}

	  
.title-customoverlay {
    background: linear-gradient(-45deg, #FFDA0099, #F99D1C99, #006CB799, #00AEEF99);
 	background-size: 400% 400%;
	height: 100%; 
}	

.title-customoverlay {
	margin-block: calc(-1 * var(--mask-head-size) - 1px) calc(-1 * var(--mask-foot-size) - 1px);
	padding-block: calc(var(--mask-head-size) + 1px) calc(var(--mask-foot-size) + 1px);
	mask-image:
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="39"><g transform="scale(-1.1,-1)" transform-origin="49.35% 50%"><path d="M1000 0H0v52C62.49 28.01 125.02 4 250 4c250.03 0 249.97 96 500 96 124.98 0 187.51-24.01 250-48V0Z"/></g></svg>'),
		linear-gradient(transparent calc(var(--mask-head-size) - 1px), black calc(var(--mask-head-size) - 1px), black calc(100% - var(--mask-foot-size) + 1px), transparent calc(100% - var(--mask-foot-size) + 1px)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="24"><g transform="scale(-1.1,1)" transform-origin="52.38% 50%"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></g></svg>');
	mask-repeat: no-repeat;
	mask-position: top, center, bottom;
	mask-size: 100%;
}


.fancy-header .wf-wrap {
  padding: 0 40px 0 40px;
  width: 1500px;
  position: relative;
  z-index:1;
}

.page-title .wf-wrap {
  padding: 0 40px 0 40px;
  width: 1500px;
  position: relative;
  z-index:1;
}

.footer {
  margin-top: 10px;
}
/* .footer {
  margin-top: 150px;
}  */

#footer.solid-bg {
  background: #ffffff none no-repeat center top;
  
}

 #wrapwrap.wf-wrapwrap { 
	background: #ffffff none no-repeat center top;
	padding-top: 24px;
 }

#footer .wf-wrap.solid-bg {
  margin-top: 24px;
  background-color: white;
}
#bottom-bar .wf-wrap, #footer .wf-wrap {
  width: 1500px !important;
}
#bottom-bar {
  padding-bottom: 1px;
  background-color: #006cb8 !important;
  padding-top:12px;												 
}

/* Custom CSS / SVG wave at footer  */

.footer-wave {
  	container-type: inline-size;
   --mask-head-size: calc(0.039 * 100cqw);
   --mask-foot-size: calc(0.024 * 100cqw);
}

.customimage {
	background-image: url(https://www.stlucie.k12.fl.us/wp-content/uploads/2024/10/building.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} 
.customimage, .customoverlay {
    margin-block: calc(-1 * var(--mask-head-size) - 1px) calc(-1 * var(--mask-foot-size) - 1px);
    padding-block: calc(var(--mask-head-size) + 1px) calc(var(--mask-foot-size) + 1px);
    mask-image:
        linear-gradient(transparent calc(var(--mask-head-size) - 1px), black calc(var(--mask-head-size) - 1px), black calc(100% - var(--mask-foot-size) + 1px), transparent calc(100% - var(--mask-foot-size) + 1px)),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none" width="1000" height="24"><g transform="scale(1.1,1)" transform-origin="52.38% 50%"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></g></svg>');
    mask-repeat: no-repeat;
    mask-position: center, bottom; 
    mask-size: 100%;
}

.footersp {
	padding: 50px 0px 50px 0px;
}	


#wave-wrap.footer-wave-line {
  width: 100%; 
 }	 

   
#wave-wrap {
    padding: 0;
    margin: 0;
}

#wave-wrap img {
    display: block; 
    width: 100%; 
    height: auto;
    vertical-align: bottom; 
}
   
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.fancy-header .hgroup {
  padding: 5px 0 5px 3px;
}

.cq-bgbutton-link:focus,
.cq-bgbutton-link:hover,
.ult-span-text.ult-responsive:focus,
.ult-span-text.ult-responsive:hover,
.ult-span-text.ult-responsive:active
{
    color: #ffffff !important;
}

@media screen and (max-width: 778px) {
  #fancy-header > .wf-wrap {
  align-items: flex-start !important; 
  }
}

.uvc-heading-spacer img {
  max-width: none !important;
  vertical-align: top !important;
}

/* added to custom css area, just here for backup 

.home #main {padding-top: 0px; }
.content .rev_slider_wrapper { margin-left: 0px !important; }
#index-slider { position: relative; z-index: 100; }
.page #rev_slider_20_1_wrapper { position: relative; top: 0px; left: 0px; z-index: 8;}
.page #rev_slider_21_1_wrapper { position: absolute; min-width: 280px; max-width: 370px; bottom: 0px; left: 0px; z-index: 9;}
.sidebar-content .widget, .sidebar .widget { font-size: 15px; font-weight: 500; }
.mini-widgets .text-area a, .mini-widgets .text-area a:hover { color: #fffff; }
.wpb_content_element, ul.wpb_thumbnails-fluid>li, .wpb_button {
    margin-bottom: 15px;
}

.mini-widgets .soc-ico a .icon { width: 36px; height: 36px; }
.mini-widgets .masthead .soc-ico a { line-height: 36px; }
.mini-widgets .soc-ico a { width: 36px; height: 36px; }
.mini-widgets .soc-ico a:before, .mini-widgets .soc-ico a:after { width: 36px; height: 36px; }

.ultimate-call-to-action.ult-adjust-bottom-margin {  margin-bottom: 5px; }

.responsiveMenuSelect { visibility: hidden; } 
responsiveMenuSelect { visibility: hidden; } 

.ubermenu-submenu {
z-index: 1000000 !important;
}  

.page #rev_slider_21_1_wrapper { position: absolute; min-width: 280px; max-width: 370px; bottom: 0px; left: 0px; z-index: 9;}

.ubtn-ctn-center {margin-bottom:5px}
.current_page_item a {font-weight: 900; color: #FFF; text-decoration: none; }

@media screen and (max-width: 600px) {
.vc_column_container {margin-bottom: 0px;}
.wpb_column .vc_column_container .vc_col-sm-8{margin-bottom: 0px; }}
  
*/

/* custom css area, brought from live site NOT PRESENT CURRENTLY
.home #main {
  padding: 0px 0 50px 0;
}
.sidebar-content .widget, .sidebar .widget { font-size: 15px; font-weight: 500; }
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:hover, .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:hover * {
    color: #006CB7;
}

@font-face {
font-family: 'DejaVuSans';
src: url('//fonts/DejaVuSans.eot');
src: url('//fonts/DejaVuSans.eot') format('embedded-opentype'),
url('//fonts/DejaVuSans.woff') format('woff'),
url('//fonts/DejaVuSans.ttf') format('truetype'),
url('//fonts/DejaVuSans.svg#DejaVuSans') format('svg');
}

.vc_btn3-container {
  width: 100%;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  box-sizing: border-box;
  width: 100%;
}
.vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-white {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vc_btn3-container {
  margin-bottom: 5px;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
  color: #000000;
  width: 100%;
}
.violet .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: violet!important;
}

.orange .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: orange!important;
}

.blue .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: blue!important;
}

.green .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  color: green!important;
}

.shadow-element-decoration .post.bg-on:hover {
	background-color: #ffca18;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line::before {
  background: #fff !important;
}
.masthead:not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background: #fff !important;
}

.bg-under-widget .sidebar-content .widget {
  border-radius: 0px;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line::before {
  background: #fff !important;
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line::after {
  background: #fff !important;
}

.cq-bgbutton-alignfullwidth .cq-bgbutton {
  width: 70%;
}
.cq-bgbutton-link:hover{
  color: #f2f2f2;	
}
.ult_design_4 .ult_pricing_table {
    background: #fbfbfb;
}


.dt-text-title a {
			text-decoration: none;
}	
.dt-text-title a:active, .dt-text-title a:focus, .dt-text-title a:hover {
	text-decoration: underline;
	color: #fcb900!important;
			}
.dt-text-title p:hover {
    text-decoration: underline;
    color: #dd9933!important;
    cursor: pointer;
}

.bellows.bellows-main .bellows-nav .bellows-submenu .bellows-target:hover {
  color: #ffffff !important;
}
.bellows.bellows-skin-light-blue-material .bellows-nav .bellows-submenu .bellows-target:hover {
  color: #ffffff !important;
}
.bellows.bellows-main .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target:hover {
  color: #ffffff !important;
}
.bellows.bellows-main .bellows-nav .bellows-item-level-0 > .bellows-target, .bellows.bellows-main .bellows-nav .bellows-item-level-0 > .bellows-custom-content:hover {
  color: #ffffff !important;
}

*/