/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: white;
}

p {
  font-family: "Roboto", sans-serif;
  font-size:16px;  
  font-weight: 400;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #0099ff;
  font-weight:400;    
  text-decoration: none;
}

a:hover {
  color: #ffe700;
  text-decoration: none;
}

.cd-container h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size:40px;
  font-weight: 700;
}

h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size:40px;
  color:#1b75bc;
  font-weight: 700;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size:30px;
  text-align:center;
  color:#1b75bc;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size:40px;
}

h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size:20px;
  font-weight: 400;
  color:#1b75bc;
}

h5 {
  font-family: 'Ubuntu', sans-serif;
  font-size:18px;
  font-weight: 400;
  color:#1b75bc;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
h1,
.cd-container h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size:30px;
  padding:0 10px;    
} 
h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size:20px;
}  
    
p {
  font-family: "Roboto", sans-serif;
  font-size:18px;
  padding: 0 10px;    
}    
    
}





.page-template-template-fullwidth-php 
.content-area,
.page-template-template-homebanner-php 
.content-area,
.page-template-template-homepage-php 
.content-area {
    width:100%;
    float:left;
    margin-left:0;
    margin-right:0
}

.woocommerce-products-header {
    margin: 3em 0!important;
}

.hentry {
margin: 4em 0;    
}

.right-sidebar .widget-area {
margin: 4em 0;    
}

.hentry.type-page .entry-header {
border-bottom: 0;
margin-bottom: 20px;
text-align: center;
}

/*.book-nav {
    float:right;
    width:300px;
    height:40px;
    margin:0 0 50px 0;
    position:fixed;
    right:2%;
    top:16px;
}*/

.book-nav {
float: right;
width: 100%;
height: 50px;
position: fixed;
top: 0;
background-color:#ffffff;    
z-index: 99999;
list-style: none;
}

.book-nav ul {
width:384px;
margin-left:auto;
}

#quadmenu.quadmenu-default_theme.quadmenu-background-gradient {
    top:50px;
}

.book-btn a {
    background-color:#1b75bc;
    color:#ffffff;
    border-radius:16px;
    padding:4px 20px;
    margin:8px 0 0 30px;
    float:left;
    list-style: none;
}

.book-btn a:hover {
    transition: color 0.5s ease;
    color:#00e2a1;
}

ul {
    list-style: none!important;
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-main-content p {  
    text-align:left;
}
    
.cd-fixed-bg {
  position: relative;
  min-height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  color: white;        
  text-transform:uppercase;
  font-family: 'Ubuntu', sans-serif;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/liquidleisure-aerial-hero.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/liquid-leisure-aqua-park.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/aqua-banana.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/pp2017-bkgd.jpg");
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/cable-rocco.jpg");
}
.cd-fixed-bg.cd-bg-6 {
  background-image: url("../img/cable-muncey.jpg");
}
.cd-fixed-bg.cd-bg-7 {
  background-image: url("../img/aqua-runner.jpg");
}
.cd-fixed-bg.cd-bg-8 {
  background-image: url("../img/aqua-ball.jpg");
}
.cd-fixed-bg.cd-bg-9 {
  background-image: url("../img/sup.jpg");
}
.cd-fixed-bg.cd-bg-10 {
  background-image: url("../img/camping.jpg");
  background-position: top;    
}
.cd-fixed-bg.cd-bg-11 {
  background-image: url("../img/campervan.jpg");
}
.cd-fixed-bg.cd-bg-12 {
  background-image: url("../img/wake-surf.jpg");
}
.cd-fixed-bg.cd-bg-13 {
  background-image: url("../img/liquid-G21.jpg");
}
.cd-fixed-bg.cd-bg-14 {
  background-image: url("../img/ows.jpg");
}
.cd-fixed-bg.cd-bg-15 {
  background-image: url("../img/party-bus-hero.png");
}
.cd-fixed-bg.cd-bg-16 {
  background-image: url("../img/aqua-posers.jpg");
}
.cd-fixed-bg.cd-bg-17 {
  background-image: url("../img/ninja-warrior-hero.jpg");
}
.cd-fixed-bg.cd-bg-18 {
  background-image: url("../img/ninja3.jpg");
}
.cd-fixed-bg.cd-bg-19 {
  background-image: url("../img/ninja2.jpg");
}
.cd-fixed-bg.cd-bg-20 {
  background-image: url("../img/ninja1.jpg");
}
.cd-fixed-bg.cd-bg-21 {
  background-image: url("../img/Fireworks_Website-2019-Landscape.png");
}
.cd-fixed-bg.cd-bg-22 {
  background-image: url("../img/Christmas_Parties-Website_Landscape.png");
}





@media only screen and (max-width: 450px) {
.cd-fixed-bg.cd-bg-21 {
  background-image: url("../img/Fireworks_Page-2019.png");
}
.cd-fixed-bg.cd-bg-22 {
  background-image: url("../img/Fireworks_Page.png");
}    
.cd-fixed-bg.cd-bg-22 {
  background-image: url("../img/Christmas_Parties-2018.png");
}    
}






@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
        font-weight: 700;
        font-size:30px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-weight: 700;
  }
}

.cd-fixed-bg.cd-bg-1:before,
.cd-fixed-bg.cd-bg-2:before,
.cd-fixed-bg.cd-bg-3:before,
.cd-fixed-bg.cd-bg-4:before,
.cd-fixed-bg.cd-bg-5:before,
.cd-fixed-bg.cd-bg-6:before,
.cd-fixed-bg.cd-bg-7:before,
.cd-fixed-bg.cd-bg-8:before,
.cd-fixed-bg.cd-bg-9:before,
.cd-fixed-bg.cd-bg-10:before,
.cd-fixed-bg.cd-bg-map:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to bottom right, #000000, #000000);
		opacity: 0.2;
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 7em 0 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  z-index: 2;    
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #ffffff;
  color: #111111;
}
.cd-scrolling-bg.cd-color-2 {
background: #00e2a1; /* Old browsers */
background: -moz-linear-gradient(45deg, #00e2a1 0%, #1b75bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #00e2a1 0%,#1b75bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #00e2a1 0%,#1b75bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2a1', endColorstr='#1b75bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  text-align:center;
}
.cd-scrolling-bg.cd-color-3 {
  background-color: #f2f2f2;
  color: #222222;
}
.cd-scrolling-bg.cd-color-4 {
  background-color: #fff700;
  color: #3d3536;
}
@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 7em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-container img {
    width:100%;
    display:inline;    
}





@media only screen and (max-width: 650px) {
.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th, .editor-styles-wrapper .wp-block-table td, .editor-styles-wrapper .wp-block-table th {
border: 0;
padding: 1em 1.41575em;
word-break: normal;
font-size: 12px;
}
	
<strong><span style="color: #000000;"><code>.widget_text ul,
.so-widget-sow-editor ul {
    list-style: disc !important;
    margin-left: 20px;
}</code></span></strong>
