/* 
Theme Name:		 Sparkling Child
Description:	 Modified version of sparkling theme
Template:		 sparkling
Version:		 1.0.0
-------------------------------------------------------------- */ 
/*---Fonts---*/
@font-face { font-family: Museo Sans; src: url('fonts/MuseoSans_300.otf'); font-weight: normal; }
@font-face { font-family: Museo Sans; src: url('fonts/MuseoSans_700.otf'); font-weight: 700; }
/*---Global---*/
body { font-family: 'Museo Sans', sans-serif; font-size: 15px; line-height: 1.7; color: #111; }
.h1, .h2, .h3, h1, h2, h3 { font-family: 'Roboto Slab', sans-serif; }
a { color: #444; text-decoration: none; cursor: pointer; transition: all 0.3s ease; }
a:hover, a:focus { text-decoration: none; color: #0157a2; }
.container-fluid, .container-fluid > .row > [class*='col'] { padding-left: 0; padding-right: 0; }
.container-fluid > .row { margin-left: 0; margin-right: 0; }
img { height: auto; max-width: 100%; }
iframe { border: none !important; }
/*---Spacing---*/
.sp0 { padding: 0; } .sp15 { padding: 15px; } .sp30 { padding: 30px; } .sp45 { padding: 45px; }
.svp15 { padding-top: 15px; padding-bottom: 15px; } .svp30 { padding-top: 30px; padding-bottom: 30px; } .svp45 { padding-top: 45px; padding-bottom: 45px; }
.shp15 { padding-left: 15px; padding-right: 15px; } .shp30 { padding-left: 30px; padding-right: 30px; } .shp45 { padding-left: 45px; padding-right: 45px; }
.sm0 { margin: 0; } .sm15 { margin: 15px; } .sm30 { margin: 30px; } .sm45 { margin: 45px; }
.svm15 { margin-top: 15px; margin-bottom: 15px; } .svm30 { margin-top: 30px; margin-bottom: 30px; } .svm45 { margin-top: 45px; margin-bottom: 45px; }
.shm15 { margin-left: 15px; margin-right: 15px; } .shm30 { margin-left: 30px; margin-right: 30px; } .shm45 { margin-left: 45px; margin-right: 45px; }
/*---Buttons---*/
.btn.btn-default { font-family: 'Roboto Slab', sans-serif; background-color: #0157a2; border-color: #0157a2; color: #fff; box-shadow: none; border-radius: 0; font-size: 16px; padding: 7px 20px; transition: all 0.3s ease; }
.btn:not(button){ min-width: 110px; }
.btn:not(button):not([class*='sm']) { margin-top: 15px; }
.btn.btn-default:hover, .btn.btn-default:focus { color: #0157a2; background-color: transparent; border-color: #0157a2; }
.btn.btn-default.v2:hover, .btn.btn-default.v2:focus { color: #0157a2; background-color: #fff; border-color: #fff; }
.btn.btn-transparent { background-color: transparent; border-color: #fff; color: #fff; }
.btn.btn-transparent:hover, .btn.btn-transparent:focus { background-color: #fff; border-color: #fff; color: #0157a2; }
.btn.btn-light-blue { background-color: #2b86d6; border-color: #2b86d6; color: #fff; }
.btn.btn-light-blue:hover, .btn.btn-light-blue:focus { background-color: #fff; border-color: #fff; color: #2b86d6; }
/*---Flex---*/
.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flex-center { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.flex-hcenter { -webkit-justify-content: center; justify-content: center; }
/*---Alignment---*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto; }
/*---Background---*/
.bg-white { background-color: #fff; }
.bg-light-grey { background-color: #f1f1f1; }
/*---Header---*/
html.js { margin-top: 0!important; }
#page { position: relative; }
.admin-bar #masthead { padding-top: 32px; }
#masthead { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 1; }
.navbar-default { margin-bottom: 0; border: 0; background: none; }
#logo img { border-radius: 8px; border-top-left-radius: 0; border-top-right-radius: 0; box-shadow: 0 0 20px 0px rgba(255, 255, 255, 1); }
.navbar-collapse.collapse { padding: 0; }
.navbar-nav { float: right; }
ul#menu-primary li a { color: #fff; font-size: 17px; text-shadow: 0px 0px 7px rgba(0, 0, 0, .2); font-family: 'Roboto Slab', sans-serif; background: none; position: relative; padding-right: 0; padding-left: 0; margin-left: 30px; }
ul#menu-primary li a:after { content: ''; display: block; border-top: 2px solid #2196f3; margin-top: 5px; width: 100%; transition: all 0.4s ease; pointer-events: none; position: absolute; bottom: 0; left: 0; right: 0; transform: translateY(-150%); opacity: 0; }
ul#menu-primary li a:hover::after, ul#menu-primary li a:focus::after { transform: translateY(0); opacity: 1; }
/*---Error 404, TQ, Under Construction---*/
.msg-icon { background-color: #fff; color: #000; width: 220px; height: 220px; border-radius: 50%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; 
	-webkit-justify-content: center; justify-content: center; -webkit-flex-flow: column wrap; flex-flow: column wrap; box-shadow: 0 0 45px 0px rgba(0, 0, 0, .1); margin: 0 auto;
}
.msg-icon h1 { font-size: 80px; font-weight: bold; }
.msg-icon h1 span { font-size: 35px; line-height: 1; display: block; margin-bottom: -5px; }
/*---Pages, Posts---*/
section { outline: 0; }
.hero-banner { background: linear-gradient(rgba(0, 0, 0, 0.78),rgba(0, 0, 0, 0.92)), url('/wp-content/uploads/2017/07/grayscale-laundromat.jpg') center / cover no-repeat;
    min-height: 100vh; color: #fff;
}
.hero-banner a:not(:hover):not(:focus), #selling-point a:not(:hover):not(:focus), #enquire-now a:not(:hover):not(:focus) { color: #fff; }
.hero-banner .btn { font-size: 18px; }
.highlight-list { margin-top: 85px; margin-bottom: 20px; }
.highlight-item-inner { background: #333; color: #fff; border-radius: 5px; padding: 15px; width: 100%; font-size: 20px; font-family: 'Roboto Slab', sans-serif; line-height: 1.3; }
.highlight-item:nth-child(1) .highlight-item-inner { background: #4183D7; }
.highlight-item:nth-child(2) .highlight-item-inner { background: #446CB3; }
.highlight-item:nth-child(3) .highlight-item-inner { background: #3A539B; }
.highlight-item .icon-wrapper { transition: all 0.3s ease; border-radius: 50%; background: #fff; width: 50px; height: 50px;  
	margin: -35px auto 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-animation: float 6s ease-in-out infinite; animation: float 6s ease-in-out infinite;
}
.highlight-item img { width: 33px; transition: all 0.3s ease; position: relative; }
#about-us { background: url('/wp-content/uploads/2017/07/bg-light-grey-polygon.jpg') right center / cover no-repeat; }
#selling-point { color: #fff; background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2017/07/slightly-blurred-water-background.jpg') bottom center / cover no-repeat; }
.sp-list { list-style: none; padding: 0; margin: 0; text-align: center; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content: center; }
.sp-list li { -webkit-flex: 0 1 calc(25% - 15px); flex: 0 1 calc(25% - 15px); padding: 15px; margin: 0; transition: all 0.3s ease; }
.sp-list li img { margin: 15px auto; display: block; background: none; transition: all 0.3s ease; }
.sp-list li:nth-child(1):hover { background: #CF000F; }
.sp-list li:nth-child(2):hover { background: #DB0A5B;  }
.sp-list li:nth-child(3):hover { background: #F89406; }
.sp-list li:nth-child(4):hover { background: #F7CA18; color: #000; }
.sp-list li:nth-child(5):hover { background: #8f26f7; }
.sp-list li:nth-child(6):hover { background: #4ECDC4; }
.sp-list li:nth-child(7):hover { background: #1bc770; }
.sp-list li:nth-child(4):hover img { -webkit-filter: invert(100%); filter: invert(100%); }
.package-item { -webkit-flex: 1 0 calc(50% - 15px); flex: 1 0 calc(50% - 15px); }
.package-inner { background-color: #f5f5f5; box-shadow: 0 1px 2px rgba(0,0,0,0.15); width: 100%; padding: 20px; }
.package-inner h3 { margin-top: 0; }
.package-item h4 { border-bottom: 1px dashed #ddd; padding-bottom: 10px; }
#enquire-now { color: #fff; background: linear-gradient(rgba(0, 72, 136, 0.9),rgba(0, 72, 136, 0.9)), url('/wp-content/uploads/2017/07/grayscale-laundromat2.jpg') center / cover no-repeat; }
#enquire-now a:hover, #enquire-now a:focus { color: #57a6da; }
/*---Animation Keyframes---*/
@-webkit-keyframes float {
  0% { box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); -webkit-transform: translatey(0px); transform: translatey(0px); }
  50% { box-shadow: 0 13px 8px 0px rgba(0, 0, 0, 0.2); -webkit-transform: translatey(-10px); transform: translatey(-10px); }
  100% { box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); -webkit-transform: translatey(0px); transform: translatey(0px); }
}
@keyframes float {
  0% { box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); -webkit-transform: translatey(0px); transform: translatey(0px); }
  50% { box-shadow: 0 13px 8px 0px rgba(0, 0, 0, 0.2); -webkit-transform: translatey(-10px); transform: translatey(-10px); }
  100% { box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3); -webkit-transform: translatey(0px); transform: translatey(0px); }
}
/*---Form---*/
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }
#searchsubmit { height: 34px; line-height: 1; padding: 0px 20px; } 
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #666; border: 1px solid #E8E8E8; border-radius: 0; padding: 5px 8px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 textarea{
	width: 100%; margin-bottom: 15px; background-color: rgba(255,255,255,0.85);
}
.footer-inner .wpcf7 input[type="text"], .footer-inner .wpcf7 input[type="email"], .footer-inner .wpcf7 input[type="tel"], .footer-inner .wpcf7 input[type="url"], .footer-inner .wpcf7 input[type="password"], .footer-inner .wpcf7 textarea{
	background-color: transparent; border-color: #fff; color: #fff;
}
span.wpcf7-not-valid-tip { margin-top: -5px; margin-bottom: 10px; font-weight: 300; font-size: 14px; color: #fff; }
.wpcf7-not-valid { border-top: 4px solid #d80c0c!important; }
div.wpcf7-validation-errors { border: 2px solid #F7CA18; background-color: #F7CA18; color: #111; }
div.wpcf7-mail-sent-ng{ background-color: #e41a0e; border-color: #e41a0e; color: #fff; padding: 10px; margin-left: 0; }
div.wpcf7-mail-sent-ok{ background-color: #4caf50; color: #fff; padding: 10px; margin-left: 0; }
div.wpcf7 .ajax-loader { background-color: #fff; border-radius: 50%; }
/*---Footer---*/
.copyright { font-size: 12px; padding: 10px 15px; }
.scroll-to-top { background: rgba(100, 100, 100, 0.4); color: #FFF; bottom: 4%; cursor: pointer; display: none; position: fixed; right: 20px; z-index: 999; font-size: 16px; text-align: center; line-height: 40px; width: 40px; border-radius: 4px; transition: background-color 0.3s linear; }
.scroll-to-top:hover { background: #33a0ff; opacity: .8; }
.floating-widget { position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 10; }
.floating-widget a.btn { min-width: auto; padding: 5px; width: 100%; text-align: left; height: 45px; line-height: 1.3; font-size: 26px; margin: 0; border: 0; background-color: #33a0ff; position: relative; right: -241px; }
.floating-widget a.btn span { font-size: 15px; display: inline-block; }
.floating-widget a.btn:not(:last-of-type) { border-bottom: 2px dashed #0c5696; }
.floating-widget a.btn:hover, .floating-widget a.btn:focus { background-color: #333; border-color: #333!important; color: #fff; }
.floating-widget a.btn i { width: 38px; margin-right: 3px; }
.floating-widget a.btn:hover { right: 0; }
/*---Responsive---*/
@media (min-width: 1200px){
	.text-lg-center { text-align: center; }
}
@media (max-width: 1199px){
	#logo img { max-height: 80px; width: auto; }
	.home .hero-banner h1 { font-size: 32px; }
	.highlight-list { margin-top: 70px; }
	.highlight-item-inner { font-size: 18px; }
}
@media (min-width: 992px) and (max-width: 1199px){
	.text-md-center { text-align: center; }
}
@media (max-width: 991px){
	.navbar-default > .container > .row { position: relative; }
	.navbar-header { margin-left: auto; margin-right: auto; }
	.site-navigation-inner { position: absolute; right: 0; }
	.navbar-collapse.collapse { display: none!important; }
	#toggle { position: relative; width: 40px; height: 30px; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
	#toggle span { pointer-events: none; display: block; position: absolute; height: 4px; width: 100%; background: #fff; opacity: 1; left: 0; transform: rotate(0deg); transform-origin: left center; transition: .25s ease-in-out; }
	#toggle span:nth-child(1) { top: 0px; }
	#toggle span:nth-child(2) { top: 12px; }
	#toggle span:nth-child(3) { top: 24px; }
	#toggle.open span:nth-child(1) { top: -1px; left: 8px; transform: rotate(45deg); }
	#toggle.open span:nth-child(2) { width: 0%; opacity: 0; }
	#toggle.open span:nth-child(3) { top: 27px; left: 8px; transform: rotate(-45deg); }
	#popout { position: fixed; height: 100%; width: 50%; min-width: 230px; background: #fff; top: 0px; left: -100%; overflow:auto; transition: all 0.3s ease-in-out; }
	#popout.overlay { left: 0; }
	.nav-menu, .nav-menu li { list-style: none; padding: 0; }
	.nav-menu li a { display: block; padding: 10px 20px; font-family: 'Roboto Slab', sans-serif; }
	.nav-menu li:not(:last-of-type) > a { border-bottom: 1px dashed #eee;  }
	.nav-menu li a:hover { background: #4183d7; border-bottom-color: #4183d7; color: #fff; }
	.flex-sm-block { display: block; }
	.page-content.hero-banner { padding-bottom: 50px; }
	.sp-list li { -webkit-flex: 0 1 calc(33.33% - 15px); flex: 0 1 calc(33.33% - 15px); }
	.package-item:not(:last-of-type) { margin-bottom: 30px; }
	.contact-info { border-top: 2px dashed rgba(255, 255, 255, .2); margin-top: 25px; text-align: center; }
	.contact-info ul.fa-ul { display: inline-block; text-align: left; }
}
@media (min-width: 768px) and (max-width: 991px){
	.text-sm-center { text-align: center; }
}
@media (min-width: 768px){
	.highlight-list, .highlight-item { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; }
}
@media (max-width: 782px){
	.admin-bar #masthead { padding-top: 46px; }
}
@media (min-width: 601px) and (max-width: 991px){
	.admin-bar #popout .menu-primary-container { margin-top: 32px; }
}
@media (min-width: 601px) and (max-width: 782px){
	.admin-bar #popout .menu-primary-container { margin-top: 46px; }
}
@media (max-width: 768px){
	#footer-area { margin-bottom: 42px; }
	.scroll-to-top { bottom: 10%; }
	.floating-widget { top: initial; transform: none; bottom: 0; left: 0; }
	.floating-widget a.btn ~ br { display: none; }
	.floating-widget a.btn { width: 50%; float: left; height: 85px; font-size: 23px; right: 0; text-align: center; white-space: normal; bottom: -45px; }
	.floating-widget a.btn:not(:last-of-type) { border-bottom: 0; border-right: 2px dashed #0c5696; }
	.floating-widget a.btn span { display: block; margin-top: 5px; }
	.floating-widget a.btn:hover { bottom: 0; }
}
@media (max-width: 767px){
	.flex-xs-block { display: block; }
	.text-xs-center { text-align: center; }
	.hero-banner > .container { padding-top: 50px; padding-bottom: 50px; }
	.home .hero-banner h1 { font-size: 25px; }
	.highlight-list { margin-top: 50px; }
	.highlight-item-inner { font-size: 16px; border-radius: 0; padding-top: 25px; padding-bottom: 25px; animation-delay: 0.5s!important; }
	.cta-wrap { animation-delay: 1.0s!important; }
	.sp-list li { -webkit-flex: 0 1 calc(50% - 15px); flex: 0 1 calc(50% - 15px); }
}
@media (max-width: 480px){
	.sp-list li { -webkit-flex: 0 1 100%; flex: 0 1 100%; max-width: 320px; }
	.package-item .btn, .package-item span.su-lightbox { display: block; width: 100%; }
}