/*
Theme Name: Sparkling Child
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: Colorlib
Author URI: http://colorlib.com/
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, design, art, personal and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready and is available in Spanish. Sparkling is a free WordPress theme with premium functionality and design.
Version: 2.0.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

.navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding: 15px 15px;
}

.navbar > .container .navbar-brand {
    margin-top: 0px;
    margin: 0px 0px;
    font-family: "Open Sans",serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

h1,
.h1 {
  font-size: 48px;
  color: #333333;
  letter-spacing: -1.5px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}



/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #313233;
  color: #999;
}
#footer-area a {
  color: #DADADA;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  margin-top: 10px;
margin-right: 15px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0px;
  border-top: 0px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  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;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #DA4453;
  opacity: .8;
}

@media (max-width: 768px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
}



/* NOTE: NORMAL PARAGRAPH TEXT SIZE AND COLOUR IS HANDLED UNDER THEME OPTIONS */


@media (max-width: 465px) {
h1,
.h1 {
  font-size: 28px;
  letter-spacing: -2px;
  color: #333333;
}

h2,
.h2 {
  font-size: 18px;
}
}



/* CHANGES THE WEBSITE LOGO TITLE FOR ALL SCREEN SIZES */

.navbar > .container .navbar-brand {

  font-size: 18px;
  letter-spacing: -1px;
  font-weight: bold;

}

/* CHANGES MENU TEXT COLOUR AND SIZE FOR ALL SCREEN SIZES */

.navbar-default .navbar-nav > li > a {
  color: #F5F7FA;
  font-size: 14px;
}

/* CHANGES THE COLOUR OF THE MOBILE MENU DROP DOWN ITEMS ONLY */

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
}


/* GOOGLE MAPS CSS - DISABLED SCROLL ZOOM IN, UNLESS MAP IS CLICKED */

.map {
	width:100%;
	height:500px;	
}


.map-wrap {
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:510px; 
	position:absolute; 
	top:0;
}
