/*
Theme Name:		 Little Stars
Description:	 Little Stars Theme
Author:			 TEC Partnership
Template:		 strappress
Version:		 1.0.0
Text Domain:	 apprence
*/



/*SITE MISC*/
/*MENU OFFCANVAS*/
/*TOP BAR*/
/*MAIN MENU*/
/*QUICK LINKS*/
/*LOGO*/
/*HEADER*/
/*HAMBURGER MENU*/
/*BREADCRUMBS*/
/*BUTTONS*/
/*TABLES*/
/*FORMS*/
/*LISTS*/
/*BLOGGY MCBLOG FACE*/
/*CLOUDS HANZ*/
/*FOOTER TOP*/
/*FOOTER*/
/*To The Top*/

/*

SITE MISC

*/


body,
html { height: 100%;}

body {
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
    color: #000c14;
    font-size: 1.1rem;
    line-height: 1.7;
}


.site {
  position: relative;
  z-index: 11;
}

.site-content {
    min-height: 500px;
}

.ls-left-bg{
    position: absolute;
    left: 0;
    top: 0;
    background: url(./assets/img/cloud/ls-bg-left.png) no-repeat left top;
    width: 100%;
    height: 100%;
}

.ls-right-bg{
    position: absolute;
    right: 0;
    top: 0;
    background: url(./assets/img/cloud/ls-bg-right.png) no-repeat right top;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #385d18 !important;

}

.widget .tagcloud, 
.widget .textwidget, 
.widget .calendar_wrap {
    padding: 0;
}

a{
    color:#014784;
}

a:hover, a:focus{
    color:#014784;
}






/*

TOP BAR

*/

.internalBG {
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: .8em;
    background: #8668aa;
}


.internalBG a, 
.internalBG .top-links>li.menu-item>a {
    color: #fff;
}



@media all and (max-width:540px) {
    .internalBG span{
        display:block;
        
    }
}

.tec-drop {
    display: inline-block;
}

.social-media a {
    margin: 5px;
}

.social-media a i {
    color: #fff;
}

.littlestars-contact {
    font-size: 1rem;
    color: #fff;
}

.littlestars-contact span {
    margin: 5px;
}

.littlestars-contact span i {
    color: #f6cc54;
    font-size: 1.3rem;
}

/*

MAIN MENU

*/


.navbar {
    background-color: rgba(255,255,255,0.6);
}


.navbar:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 4vh;
  width: 100%;
  left: 0;
  background: url(./assets/img/rips/rip.svg) bottom;
  background-size: 100%;
  z-index:9;
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .2));
  filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .2));
  opacity: 0.6;
}


.navbar-nav {
    padding-left: inherit;
    z-index: 999999;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}


ul#menu-main-menu a {
    cursor: pointer;
    font-size: 1.45rem;
    letter-spacing: .02rem;
    font-family: 'patrick hand' ,Sans-serif;
}


@media all and (min-width: 993px) and (max-width: 1199px) {
    ul#menu-main-menu a {
        font-size: 1.134rem;
    }
}




#menu-main-menu li {
    padding: 0 6px;
}

#menu-main-menu li.current-menu-ancestor > a {
    text-decoration: underline;
    color: #fff;
}


#menu-main-menu li.menu_home a {
    color: #e46c34;
}

#menu-main-menu li.menu_green a {
    color: #8bbe46;
}

#menu-main-menu li.menu_teal a {
    color: #5fbab6;
}

#menu-main-menu li.menu_blue a {
    color: #009fe3;
}

#menu-main-menu li.menu_dblue a {
    color: #1b87c5;
}

#menu-main-menu li.menu_purple a {
    color: #8668aa;
}


.site-header {
    position: relative;
    margin-bottom: 0;

}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link{
    color: #fff;
}

.dropdown-menu {
    background-color: #1B87C5B0;
    z-index: 999999;
    border-radius: 25px;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus, 
.dropdown-item:hover {
    background-color: transparent;
}

ul.dropdown-menu li a span {
    color: #fff;

}







/*

MENU OFFCANVAS

*/

.offcanvas-header{ 
    display:none; 
    
}

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}

@media all and (max-width:992px) {

.offcanvas-header{
     display:block;
     
 }

.mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0;
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100%;
    background: #fff;
    z-index: 9991200;
    width:90%;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    border-right: 5px solid #f6cc54;
  }
  


.mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }

.mobile-offcanvas .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 0;
    clear: both;
    font-weight: normal;
    color: #fff;
    text-align: inherit;
    background: none;
    border: 0;
    white-space: pre-wrap;
}

.mobile-offcanvas .dropdown-menu {
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
}

.mobile-offcanvas #menu-main-menu li {
    width: 310px;
    position:relative;
    z-index: 99;
}


.mobile-offcanvas #menu-main-menu li a {
    color: #1b87c5;
    font-size: 1.5rem;
    letter-spacing: .02rem;
    font-family: patrick hand,Sans-serif;
}

.mobile-offcanvas ul.dropdown-menu li a span{
    color: #000;
}

.mobile-offcanvas-contact img {
  margin: 15px;
}




.btn-tec{
    position: relative;
    background: #fff;
    color: #1b87c5;
    border: 2px solid #1b87c5;
    cursor: pointer;
}

.btn-tec i {
    color: #1b87c5;
}



}




.pra-drop-menu{
    min-width: 18rem;
    padding: 0.9rem 0;
    background-color: #e7e7e8 !important;
}

.pra-drop-menu i {
    color: #000 !important;
}

.pra-drop-menu .dropdown-item:focus, 
.pra-drop-menu  .dropdown-item:hover{
    background-color: #e7e7e8 !important;
  
}



@media all and (min-width: 993px) and (max-width: 1110px) {
    .dropdown-menu {
        left: -75px;
    }

}














/*

QUICK LINKS

*/


.tec-drop {
    display: inline-block;
}

@media all and (max-width:767px) {
    .tec-drop button {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .tec-drop{
        width: 100%
    
    }
    
    .social-media {
    text-align: center;
}

}

/*

LOGO

*/


.navbar-brand {
    margin: 0 auto;
    padding: 10px 0;
}

.tp-logo {
    text-align: center;
}

img.tp-logo {
    margin: 0 10px;
}


/*

  HEADER


*/


.header-top {
    position: relative;
    z-index: 9;
    font-size: .7857em;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-left {
    text-align: left;
}

.header-top, 
.header-top .top-links>li.menu-item:after {
    color: #1A1A1A;
}

.header-top .header-contact,
.header-top .nav-top {
    font-size: 1em;
}

.header-contact {

    vertical-align: middle;
    white-space: nowrap;

}





@media (max-width: 991px){
    
  

.header-top::after {
    content: "";
    position: absolute;
    top: 100%;
    height: 3vh;
    width: 100%;
    left: 0;
    background: url(./assets/img/rips/rip.svg) bottom;
    background-size: 100%;
    z-index: 99999;
}
    

}





@media (min-width: 768px){
    .header-left .block-inline {
    margin-right: 8px;
    }
    
    .header-left .block-inline>* {
    margin: 0 7px 0 0;
    }
    

}


/*

  HAMBURGER MENU

*/


.navbar-toggler-right {
    position: relative;
    z-index: 30;
}

.navbar-toggler {
    background-color: #1b87c5;
    left: 0;
    margin-top: 25px;
    padding: 1rem 0.75rem;
    cursor: pointer;
   
}



.navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}



/*

  BREADCRUMBS

*/


#breadcrumbs {
    position: relative;
    text-align: center;
}





/*

  BUTTONS

*/


.ls-btn-ab {
  display: block;
  -webkit-appearance: button;
  border: 0;
  padding: 15px;
  background: #297BB3;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 10px 0;
  white-space: normal;
    word-wrap: break-word;
  float: inherit;
  position: absolute;
  right: 45px;
  top: 90px;
}

@media (max-width: 991px) {

  .ls-btn-ab{
      position: relative;
      right: inherit;
      top:inherit;
  }

}


.ls-btn-rel {
  display: block;
  -webkit-appearance: button;
  border: 0;
  padding: 15px;
  background: #297BB3;
  color: #fff;
  font-size: 1.2rem;
  white-space: normal;
    word-wrap: break-word;
  text-transform: uppercase;
  margin: 10px 0;

}

.ls-btn-rel-alt {
  display: block;
  -webkit-appearance: button;
  border: 0;
  padding: 15px;
  background: #8668aa;
  color: #fff;
  font-size: 1.2rem;
  white-space: normal;
    word-wrap: break-word;
  text-transform: uppercase;
  margin: 10px 0;

}


@media (max-width: 350px) {

  .ls-btn-ab, 
  .ls-btn-rel, 
  .ls-btn-rel-alt{
      font-size: 1rem;
  }

}




.ls-btn-rel:hover, 
.ls-btn-ab:hover, 
.ls-btn-rel-alt:hover, 
.ls-btn-rel:focus, 
.ls-btn-ab:focus, 
.ls-btn-rel-alt:focus {
  color: #fff;

}


[type="reset"], [type="submit"] {
    -webkit-appearance: button;
    border: 0;
    padding: 15px;
    background: #1b87c5;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

[type="reset"]:hover, 
[type="submit"]:hover, 
[type="reset"]:focus, 
[type="submit"]:focus{
    background: #1b87c5;
    cursor: pointer;
}




/*

  TABLES

*/


@media (max-width: 350px) {

  .table td {
  padding: .5rem;

}

}









/*

  FORMS

*/



.ls-contact .field_sublabel_above .gfield_description, 
.ls-contact .gfield_label, 
.ls-contact .ginput_complex span, 
.ls-contact .gfield_checkbox label, 
.ls-contact .ginput_counter, 
.ls-contact .gf_step_label, 
.ls-contact .gfield_radio label, 
.ls-contact .gf_step_number, 
.ls-contact .ginput_counter,
.ls-contact h3,
.form_saved_message{
  color: #fff !important;
}

.ls-contact .gf_step_number{
    border: 2px solid #009fe3 !important;
}

.ls-contact .gf_step_active .gf_step_number {
  background: #1b87c5 !important;
  color: #fff !important;
}

.ls-contact .field_sublabel_above .gfield_description a{
	text-decoration:underline;
}

.ls-contact .ginput_container_date input {
  width: 100% !important;
}


.ls-contact .gform_page_footer input, 
.ls-contact .gform_previous_button.button, 
.ls-contact .gform_save_link.button,
.gform_wrapper.gravity-theme .gform_previous_button.button, 
.gform_wrapper.gravity-theme .gform_save_link.button{
  padding: 15px;
  background: #297BB3 !important;
  color: #fff !important;
  border: 0 !important;
  cursor: pointer;
}

#gform_resume_email {
  width: 80%;
  margin: 15px 0;
}

.resume_form_link_wrapper a {
  text-decoration: underline;
}

.gform_wrapper.gravity-theme .gform_save_link.button svg {
  display: none !important;

}

.gform_wrapper .gform_validation_errors > ol a {
    color: #c02b0a !important;
}

/*

  LISTS

*/


.lists ol li, .lists ul li{
    list-style-image: url(./assets/img/misc/star-list.png);
    padding: 0;
}





/*

  BLOGGY MCBLOG FACE

*/

.bg-light {
    background: #DDEEEF;
    opacity: 0.95;
}


.entry-categories-inner a {
    color: #1b142e;
}

a.btn.picostrap-read-more-link {
    background: #1b142e;
    border-color: #1b142e;
    color: #fff;
}

.picostrap-sharing-buttons a {
    color: #1b142e;
}

.jumbotron {
    margin-bottom: 0;
}






/*

  CLOUDS HANZ

*/


#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 10;
}



/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

/* OBJECTS */

.cloud {
	background: url(./assets/img/cloud/cloud.svg) top center no-repeat;
	height: 110px;
	position: relative;
	width: 100%;
	
}

.cloud:after, .cloud:before {
    background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {

	height: 100%;
	left: 50px;
	top: -50px;
	width: 100%;
}

.cloud:before {
	width: 100%;
	height: 100%;
	right: 50px;
	top: -90px;
}



/*

  FOOTER TOP

*/



#footer-top {
    background-color: #182028;
    color: rgba(255,255,255,0.65);
    position: relative;
    padding: 3rem 1.5rem 6rem;
}


#footer-top a, 
#footer-top a:hover, 
#footer-top a:focus {
    color: rgba(255,255,255,0.65);
    font-weight: normal;
}

#footer-top li {
    margin-top: 10px;
}


/*

  FOOTER

*/

.site-footer {
    position: relative;
    font-size: 1rem;
    padding: 2rem 0;
    margin-top: 0;
    background: rgb(0,159,227);
    background: -moz-linear-gradient(180deg, rgba(0,159,227,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,159,227,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(0,159,227,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009fe3",endColorstr="#ffffff",GradientType=1);
    color: #000;

}


footer::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 4vh;
    width: 100%;
    left: 0;
    background: url(./assets/img/rips/rip-footer.svg) top center;
    background-size: 100%;
    z-index: 9;
}

.site-footer ul {
    list-style: none;
    padding: 0;
}

.site-footer li {
    padding: 5px 0;
}

.site-logos {
    margin: 0px 0 40px 0;
}

.site-logos img {
    margin: 10px 15px 10px 0;
}

.site-btm {
    margin: 10px 0;
}

.site-footer a, 
.site-footer a:hover, 
.site-footer a:focus {
    color: #000;
    font-weight: normal;
}


.footer-sep {
    border: 1px solid #5fb3e3;
    width: 100%;
}

ul.foot-contact {
    word-break: break-all;
}


/*

  To The Top

*/

#back-to-top {
  display: inline-block;
  background-color: #297BB3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 850px) {

  #back-to-top {
    bottom: 100px;
    right: 15px;
    }
}
