/*---------------------------------------------------------------
# Package - Joomla Template based on Sboost Framework   
# ---------------------------------------------------------------
# Author - olwebdesign http://www.olwebdesign.com
# Copyright (C) 2008 - 2021 olwebdesign.com. All Rights Reserved.
# Websites: http://www.olwebdesign.com
-----------------------------------------------------------------*/
#sp-main-body {
    padding: 10px 0
}
.opening-hours{list-style:none;padding:0}
.opening-hours li{border-bottom:1px solid #eee;padding:14px 0;margin-bottom:0 !important}
.opening-hours li:last-child{border-bottom:0}
.opening-hours li span{float:left; font-size: 14px;}
.opening-hours li .value{float:right}
.opening-hours li.active{font-weight:bold}
.opening-hours.border-light li{border-bottom-color:#ddd}
.opening-hours.border-dark li{border-bottom-color:#333}
#sp-bookmarks ul.social-icons {
    float: right;
    padding: 6px;
    font-size: 18px;
}
#sp-bookmarks ul.social-icons a {
    color: #555;
}
#sp-newsletter{
    text-align: center;
}

.newsletter-signup{
  max-width: 500px; margin: 0px auto
}
#sp-newsletter .newsletter-signup form {
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:-o-flex;
 display:flex
}
	
#sp-newsletter .newsletter-signup form input[type=text] {
 background:#fff;
 border:none;
 border-radius:3px 0 0 3px;
 color:rgba(0,0,0,.6);
 padding:2px 20px;
 height:46px
}	
#sp-newsletter .newsletter-signup form button{
 padding:10px 30px;
 height:46px
}

.sp-megamenu-parent > li > a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.5) 30%, #000 50%, rgba(0,0,0,.5) 70%);
  -webkit-mask-size: 200%;
  animation: shine 1.5s infinite;
  transition: 0.35s;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

#sp-tops, #sp-adv, #sp-bkm {
    position: relative;
    z-index: 10;
}
.white {
	color: #333;
	background-color: #fff;
	margin: 0 auto 10px auto;
	border: 1px solid #f1f1f1;
	padding: 5px 10px;
}
.white:hover {
	color: #333;
	background-color: #f9f9f9;
}
.beige {
	color: #000;
	background-color: #e3e1df;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.greys {
	color: #333;
	background-color: #fafafa;
	margin: 0 auto 5px auto;
	padding: 5px;
}
.greys:hover {
	color: #333;
	background-color: #ddd;
}

.blues {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
    background: #006699;
    background: -moz-linear-gradient(45deg, #006699 0%, #3399cc 100%);
    background: -webkit-linear-gradient(45deg, #006699 0%,#3399cc 100%);
    background: linear-gradient(45deg, #006699 0%,#3399cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#3399cc',GradientType=1 );
}

.greens {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #669933;
    background: -moz-linear-gradient(45deg, #669933 0%, #66cc33 100%);
    background: -webkit-linear-gradient(45deg, #669933 0%,#66cc33 100%);
    background: linear-gradient(45deg, #669933 0%,#66cc33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669933', endColorstr='#66cc33',GradientType=1 );
}
.oranges {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #ff7b26;
    background: -moz-linear-gradient(45deg, #ff7b26 0%, #ffc108 100%);
    background: -webkit-linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    background: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b26', endColorstr='#ffc108',GradientType=1 );
}

.reds {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	background: #f32328;
    background: -moz-linear-gradient(45deg, #f32328 0%, #fe583c 100%);
    background: -webkit-linear-gradient(45deg, #f32328 0%,#fe583c 100%);
    background: linear-gradient(45deg, #f32328 0%,#fe583c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32328', endColorstr='#fe583c',GradientType=1 );}

.colors {
	color: #f1f1f1;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
}
.reds h3::before,.oranges h3::before,.greens h3::before,.blues h3::before,.dark h3::before,.colors h3::before   {background-color:#fff !important;}
.sp-module h3::before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sp-module h3::after {
    content: "";
    left: 61px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background-color: #bbbbbb;
    position: absolute;
}
.sp-module h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.dark {
	background-color: #444;
	margin: 0 auto 10px auto;
	color: #ddd;
	padding: 5px 10px;
}
.dark ul, .mcolor ul, .white ul {
	padding-left: 10px;
}

.dark a, .colors a { color: #ddd !important;}

#sp-slider {
    margin-top: -40px
}
#sp-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
	height: auto;
	box-shadow: none;
	transition: none;
	transition: 0.5s ease-in-out;
  border-bottom: 1px solid #ccc
}

#sp-header.header-sticky {
    top: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -webkit-transition: all .6s;
    transition: all .6s;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
}
#sp-tops {
    background-color: #ffffff;
    padding: 10px 0px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
	padding-bottom: 5px ;
	padding-top: 5px;
	color: #333;
}
.sp-megamenu-parent > li > a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.5) 30%, #000 50%, rgba(0,0,0,.5) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1.5s infinite;
    transition: 0.35s;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	line-height: 20px;
	display: block;
	cursor: pointer;
	padding: 8px;
	font-size: 16px;
	font-weight: 300;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px
}