/* Change special title font and size */
.floox-title2 {
    font-family: Roboto;
    font-size: 50px;
    font-weight: bold;
}

.floox-title1 {
    font-family: Roboto;
    font-size: 40px;
    font-weight: bold;
}

.floox-title3 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: bold;
}

.floox-title4 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
}



/* Fix links in footer */
#sp-bottom .sp-module ul li a:hover {
    font-size: 14px;
    color: red;
    line-height: 19px;
    padding: 7px 0;
}

/* Fix font in footer */
#sp-footer2 {
    font-weight: 400 !important;
    font-size: 14px;
    color: #96989d;
    font-family: Roboto, sans-serif;
}

/* Fix Bottom-1 in footer */
#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
    margin-top: 40px;
}

/* Fix link color in top1 */
#sp-top-bar #sp-top1 a {
  color: #484848;
}
#sp-top-bar #sp-top1 a:hover {
  color: #e31507;
}

/* Fix font size in top1 */
#sp-top-bar #sp-top1 {
  font-size: 14px;
  font-family: Poppins, sans-serif;
 }

/* Hide line on mobile view */
@media (max-width: 840px) { 
body.header-default #sp-top-bar {
    border-bottom: 0px solid rgba(0,0,0,0.1);
}
}

/* fix logo on mobile view */
@media only screen and (max-width: 750px) {
#sp-header {
    top: 30px;
}
}

/* Darker color for menu hamburger & arrows*/
body.header-default #offcanvas-toggler > i {
    color: #000;
}
body.header-default .icon-top-wrapper i {
    color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
    color: #000;
}

/* Custom button */ 
.specialbtn2 {
  background-color: white; 
  color: black; 
  font-size: 16px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #484848;
  padding: 24px 30px 23px;
  width: auto;
  text-transform: uppercase;
}

.specialbtn2:hover {
  background-color: #484848;
  color: white;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #484848;
  padding: 24px 30px 23px;
  width: auto;
  text-transform: uppercase;
}

.specialbtn3 {
  background-color: white; 
  color: black; 
  font-size: 14px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #484848;
  padding: 10px 30px 10px;
  width: auto;
  text-transform: uppercase;
}

.specialbtn3:hover {
  background-color: #484848;
  color: white;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #484848;
  padding: 10px 30px 10px;
  width: auto;
  text-transform: uppercase;
}

.specialbtn1 {
  background-color: white; 
  color: #e31507; 
  font-size: 16px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #e31507;
  padding: 16px 30px 15px;
  width: auto;
  text-transform: uppercase;
}

.specialbtn1:hover {
  background-color: #e31507;
  color: white;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #e31507;
  padding: 16px 30px 15px;
  width: auto;
  text-transform: uppercase;
}
.specialbtn4 {
  background-color: #e31507; 
  color: #fff; 
  font-size: 16px;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
  border: 2px solid #e31507;
  padding: 8px 30px 8px;
  width: auto; 
  text-transform: uppercase;
}

.specialbtn4:hover {
  background-color: #484848;
  color: #484848;
  font-size: 16px;
  font-family: Roboto, sans-serif; 
  border-radius: 3px;
  border: 2px solid #484848;
  padding: 8px 30px 8px;
  width: auto;
  text-transform: uppercase;
}
.specialbtn5 {
  background-color: #484848; 
  color: #fff; 
  font-size: 12px;
  font-family: Roboto, sans-serif; 
  border-radius: 3px;
  border: 2px solid #484848;
  padding: 6px 30px 6px;
  width: auto; 
  text-transform: uppercase;
}
.specialbtn5:hover {
  background-color: #e31507;
  color: #484848;
  font-size: 12px;
  font-family: Roboto, sans-serif; 
  border-radius: 3px;
  border: 2px solid #e31507;
  padding: 6px 30px 6px;
  width: auto;
  text-transform: uppercase;
}

/* Google calendar  */
.fc-header-title h2 {
    color: #000;
}
.fc-button fc-button-today {
    color: #000;
}

.fc-event {
    border: 1px solid #c8b60e;
    background-color: #000;
    color: #fff;
    font-size: .85em;
    cursor: default;
}

/* Change footer link color */
#sp-footer #sp-footer2 p a {
    color: #fff;
}
#sp-footer #sp-footer2 p a:hover {
    text-decoration: none;
    color: #e31507;
}
#sp-footer a {
    color: #fff;
}
#sp-footer a:hover {
    text-decoration: none;
    color: #e31507;
}


/* Contact Icons & Text Color */
body.header-default .sp-contact-info li {
    color: #000;
}

/* Menu Link Colors*/

body.header-default .sp-megamenu-parent > li >a, body.header-default .sp-megamenu-parent > li > span {
    color: #000; 
}
    

/* Sticky Menu Bar */
/* body.header-default #sp-header {
  position: relative;
  top: 0;
  height: 100px;
}*/

body.header-default #sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 0 0 3px 3px;
}
body.header-default #sp-header.menu-fixed {
  position: fixed;
  height: 100px;
  background: #FFF;
}

/* #sp-header.menu-fixed {
    z-index: 9999;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    animation-name: fadeInDown;


body.header-default #sp-header.menu-fixed .sp-megamenu-parent > li {
  height: 100px;
  color: #000; 
}*/

/* Coming Soon page adjustments */
.sp-comingsoon .comingsoon-page-logo {
  margin-left: auto;
  margin-right: auto;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 50px;
  margin-bottom: 23px;
  font-size: 50px;
  color: #fff;
  letter-spacing: 2.55px;
  font-family: sans-serif;
  font-weight: 500;
  position: relative;
}
.sp-comingsoon .sp-comingsoon-title:before {
  font-family: 'floox-icon';
  display: block;
  font-size: 0px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 30px;
  color: #fff;
  line-height: 1.06;
  margin-bottom: 60px;
}
.sp-comingsoon .sp-comingsoon-content span {
  font-size: 30px;
  color: #fff;
  line-height: 1.06;
  font-family: sans-serif;
  font-weight: 500;
}
.sp-comingsoon a {
  color: #fff;
  text-decoration: underline;
}
.sp-comingsoon .copyright {
  padding-bottom: 30px;
}
.sp-comingsoon .copyright p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}
.sp-comingsoon .copyright a {
  color: #fff;
  text-decoration: underline;
}

/* Hide Search on home page */
.top-search-input-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}