/*
	Theme Name: Planet Lazer
	Description: Custom designed theme for Planet Lazer
	Version: 1.0
	Author: Kelowna Website Design
	Author URI: http://kelownawebsitedesign.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\\\\
    CUSTOM
\\\\*------------------------------------*/



.blue_extra_bg {
    background: url(images/blue-bg.jpg);
    padding: 20px;
    border: 10px solid #ccc;
	color: #fff;
}
main p, main ul, .price-box {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
main h1 {
    font-size: 44px;
    text-shadow: 1px 1px 0 white;
}
main {
    margin-top: 40px!important;
}
input#gform_submit_button_1 {
    transition: all ease-in-out 0.2s;
    text-transform: uppercase;
    background-color: #ffbf20;
    font-weight: bold;
    color: #000;
    padding: 19px 30px;
    display: block;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif!important;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    border: 0;
}
.price-box .orange {
    color: #FFBF20;
}
.yellow_birthday a.book_birthday {
	background: linear-gradient(#FFE197, #FFBF20);
	background-color: #FFBF20;
}
.yellow_birthday a.book_birthday:hover{
	text-decoration: none;
	color: white;
	background: linear-gradient(#FFBF20, #FFE197);
}
.green_birthday a.book_birthday {
    background: linear-gradient(#71d675, #4CAF50);
    background-color: #4CAF50;
}
.green_birthday a.book_birthday:hover{
	text-decoration: none;
	color: white;
	    background: linear-gradient(#4CAF50, #71d675);
}
.blue_birthday a.book_birthday {
    	background: linear-gradient(#5D97DC, #016CEE);
    	background-color: #016CEE;
}
.blue_birthday a.book_birthday:hover{
	text-decoration: none;
	color: white;
	background: linear-gradient(#016CEE, #5D97DC);
}
.red_birthday a.book_birthday {
    	background: linear-gradient(#f25252, #ae0001);
    	background-color: #ae0001;
}
.red_birthday a.book_birthday:hover{
	text-decoration: none;
	color: white;
	background: linear-gradient(#ae0001, #f25252);
}
ol, ul {
  padding: 0!important;
}
.yellow_birthday {
  border: 8px solid rgba(255, 191, 32, 1);
}
.green_birthday {
    border: 8px solid #4CAF50;
}
.blue_birthday {
  border: 8px solid rgba(0, 108, 239, 0.99);
}
.red_birthday {
  border: 8px solid rgb(197, 35, 40);
}
.blue_birthday h2 {
    color: rgb(1, 108, 238);
  text-align: center;
    text-shadow: 1px 1px 1px black;
}
.yellow_birthday h2 {
    color: rgb(255, 191, 32);
    text-align: center;
    text-shadow: 1px 1px 1px black;
}
.green_birthday h2 {
    color: #4CAF50;
    text-align: center;
    text-shadow: 1px 1px 1px black;
}
.red_birthday h2 {
    color: rgb(197, 35, 40);
  text-align: center;
    text-shadow: 1px 1px 1px black;
}
.red_birthday h2, .yellow_birthday h2, .blue_birthday h2, .green_birthday h2
{
    font-size: 50px;
    line-height: 50px;
}
a.book_birthday {
    display: inline-block;
    background-color: #c62328;
    text-align: center;
    padding: 20px 60px;
    color: white;
    font-size: 24px;
    border-radius: 7px;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 800;
}
.red_birthday, .yellow_birthday, .blue_birthday, .green_birthday {
  background-color: #808080;
  color: white;
  padding: 6% 7%;
}
a.nav.uk-visible-large.book-btn {
  float: right;
}


.uk-offcanvas-bar a:hover {
	color: #fff;
	background-color: rgb(131, 166, 107);
	text-decoration:none;

}

img.logo {
    max-width: 250px;
}

.uk-offcanvas-bar a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #A4B876;
	text-transform: uppercase;
}

.uk-offcanvas-bar ul{
	padding:0!important;
}

.uk-offcanvas-bar.uk-offcanvas-bar-flip.uk-offcanvas-bar-show {
}



.home .uk-width-medium-1-3.uk-grid-margin .uk-width-1-2 {
  margin: 15px 0;
}
.social:hover{
	text-decoration:none;
	color: #424141;
	background: #B6B6B6!important;
}

.social {
	transition:all ease-in-out 0.2s;
	width: 90px;
	height: 90px;
	text-align: center;
	display: inline-block;
	color:#fff;
	margin:10px;
	float:left;
}

.home .uk-width-medium-1-3 .uk-grid-margin {
	  font-size: 16px;
	text-align: justify;
}


.home-box-text{
	padding:30px;
}

.home-box img{
	width:100%;
}

.home-box{
	margin:30px 0;
	padding:20px 0 0px;
}

.red-bg{
	background:#c52328;
}

.orange-bg{
	background:#e6752f;
}

.green-bg{
	background:#8da710;
}

.blue-bg{
	background:#43b3dc;
}

.red, .red a, .red h1, .red h2, h2.red, h1.red{
	color:#c52328;
}

.blue, .blue a, .blue h1, .blue h2, h2.blue, h1.blue{
	color:#43b3dc;
}

.orange, .orange a, .orange h1, .orange h2, h2.orange, h1.orange{
	color:#E6752F;
}

.white, .white a, .white h1, .white h2, h2.white, h1.white{
	color:#fff;
}

.green, .green a, .green h1, .green h2, h2.green, h1.green{
	color:#8da710;
}

.blue-box h1{
	color:#fff;
	text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.32);
}

.blue-box{
	padding:30px 0;
	background:url('images/blue-bg.jpg');
	color:#fff;
}


a.yellow-btn {
transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  background-color: #ffbf20;
  font-weight: bold;
  color: #000;
  padding: 19px 30px;
  display: block;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif!important;
  margin: 0 auto;
  width: 200px;
  text-align: center;

}

a.book-btn:hover, a.yellow-btn:hover {
	color:#c52328;
	text-decoration:none;
	background-color: #fff;
}

a.book-btn {
	transition:all ease-in-out 0.2s;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	border: 2px solid #fff;
	background-color: #c52328;
	font-weight: bold;
	font-size: 13px;
}
a.book-btn i{
	margin-left:10px;
}

#banner{
	background:url('images/banner-bg.jpg');
}

#banner h1{
	color:#fff;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 2px;
  	text-align: center;
}


#banner h2{
	color:#fff;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 2px;
  	text-align: center;
}


.price-box {
    margin-bottom: 20px;
    position: relative;
    background-color: #808080;
    color: white;
    padding: 6% 7%;
    border: 8px solid rgb(4, 112, 149);
}
.price-box .yellow-btn{
	margin-top:20px;
}
.price-box .blue {
    font-size: 50px;
    line-height: 50px;
    text-shadow: 1px 1px 1px#000;
}

/*------------------------------------*\\\\
    MAIN
\\\\*------------------------------------*/

.clear{
	clear:both;
}

section li{
	margin-left:20px;
	}

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	clear: both;
	padding: 10px 0px;
	font-family: 'Roboto Condensed', sans-serif!important;
}

p {
	margin: 10px 0;
}

/* global box-sizing */
*{
	padding: 0;
	margin: 0;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
	font-size:62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    	color: #717171;
	background:#e7e7e7;
}
/* clear */
.clear:before,
.clear:after {
    content:\\\' \\\';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\\\\
    STRUCTURE
\\\\*------------------------------------*/

a.post-edit-link {
	background: #6CAEE0;
	color: #fff;
	padding: 10px;
	display: block;
	width: 90px;
	text-transform: uppercase;
}

/* wrapper */
div#banner_center {
	padding-top: 100px;
	overflow: hidden;
}
main{
	margin: 0 auto 50px auto;
}

main, #footer_center, #banner_center {
	margin: 0 auto;
	overflow: hidden;
}
.wrapper {
	height: auto !important;
}
/* header */
/*.home .header {
	margin-bottom:0px;
	width: 100%;
	border-bottom: 4px solid #fff;
	background-color: rgba(0, 171, 225, 0.5);
	z-index: 999;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.31);
    	background: url('images/blue-bg.jpg');
}*/

.outer-head{
	background-image:url('images/header-bg.jpg');
}

.home .outer-head{
	background:none;
}
.header {
	margin-bottom:0px;
	width: 100%;
	border-bottom: 4px solid #fff;
	background-color: rgba(0, 171, 225, 0.5);
	z-index: 999;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.31);
    	background: url('images/blue-bg.jpg');
}
/* logo */
.logo {
	float: left;
	padding: 22px 0;  max-width: 265px;
}
/* nav */
.nav {
	float: right;
}
.nav li {
	float: left;
	list-style: none;
}
/*.nav li a {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif!important;

}*/
.nav li a {
    font-size: 18px;
    font-weight: 400;
    padding: 12px 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.nav li a:hover{
	color: #DFFF46;
}
/* Navigation START */
.nav ul a:hover {
}
.nav ul li:hover ul li a:hover {

}
.nav ul li:hover a{
	color:#DFFF46;
}
.nav ul li:hover .sub-menu a{
	color:#fff;
}

.sub-menu{
	padding-left:10px;
}
.sub-menu ul {
	margin-top: 0px;
	left: -9999px!important;
	top: 0px!important;
	z-index: -1;
	
}
.sub-menu li:hover ul{
	left: 0!important;
}
.nav ul li:hover ul{
	left: 0;
}
.nav ul ul {
	left: -9999px;
	position: absolute;
}
.nav ul ul li {
	position: relative;
	z-index: 999;
	float: none;
	min-width: 200px;
	margin:0!important;
	padding:0!important;
}
/*.nav ul li {
	margin: 33px 10px;
	float: left;
	list-style: none;
	position: relative;
}*/
.nav ul li {
    margin: 0px;
    float: left;
    list-style: none;
    position: relative;
}
.nav ul {
	float: left;
	height: auto;
	margin: 0;
}
.nav ul a {
	text-decoration: none;
	display: block;
	margin: 0;

}
ul.sub-menu li a {
    font-size: 12px!important;
	background: #545454;
	margin-left: 0!important;
	color: #fff;
	border-bottom: 1px solid #ACC33B;
}

.current-menu-item .sub-menu li a {
	color: #fff!important;
}

ul.sub-menu li a:hover{
	color:#fff;
	background:#ACC33B;
}
.current-menu-item a, .current-menu-ancestor a {
	color: #DFFF46!important;
}
.current-menu-item a:hover{
	color: #DFFF46!important;
}
.sub-menu .current-menu-item a {
	color: #fff!important;
	background:#ACC33B;
}

footer .sub-menu {
	display: none;
}

/***Navigation END***/
/* sidebar */
.sidebar {
}
/* footer */
.footer .nav li a{
	color: #C5C5C5;
	font-size: 14px;
}
.footer {
	padding: 17px 0;
	width: 100%;
}
p.copyright {
	float: left;
	font-size: 12px;
	color: #A5A5A5;
}
/*------------------------------------*\\\\
    PAGES
\\\\*------------------------------------*/
/*------------------------------------*\\\\
    IMAGES
\\\\*------------------------------------*/
/*------------------------------------*\\\\
	TYPOGRAPHY
\\\\*------------------------------------*/
@font-face {
	font-family:\\\'Font-Name\\\';
	src:url(\\\'fonts/font-name.eot\\\');
	src:url(\\\'fonts/font-name.eot?#iefix\\\') format(\\\'embedded-opentype\\\'),
		url(\\\'fonts/font-name.woff\\\') format(\\\'woff\\\'),
		url(\\\'fonts/font-name.ttf\\\') format(\\\'truetype\\\'),
		url(\\\'fonts/font-name.svg#font-name\\\') format(\\\'svg\\\');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\\\\
    RESPONSIVE
\\\\*------------------------------------*/


@media only screen and (min-width:320px) and (max-width: 768px){



#banner h2 {
    font-size: 20px;
    line-height: 25px;
}

.logo{  max-width: 100%;}

.header {
  position: relative;
}
.blue-box h1 {
  color: #fff;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.32);
  font-size: x-large;
  padding: 0 20px;
}

.home main .uk-grid>*{
	padding-left:0!important;
}

#banner h1 {
  color: #fff;
  font-size: x-large;
  line-height: initial;
  letter-spacing: 2px;
  /*margin-top: 100px;*/
}


	main .uk-grid{
		margin-left:0;
	}


	main section{
		padding:0!important;
	}

	.sidebar{
		display:none;
	}

	main section{
		margin:0 auto;
		float:none!important;
	}
	.footer ul {
		display: none;
	}

	.footer span {
		margin-left: 30%;
	}
	ul.copyright {
		display: block;
		text-align: center;
	}
	.footer{
		height: auto!important;
	}
	.menu-item i._before {
		margin-right: 1.25em;
	}

	.arrow-left{
		display:none;
	}

	#banner{
		height:330px;
		padding-top:100px;
		background-size: auto 100%;
		margin-bottom:0!important;
	}

	.logo {
	
	}
	
	.shiftnav-menu-title a, .shiftnav-menu-title a:hover, .shiftnav-menu-title a:visited {
		font-size: 20px;
	}
	
}
@media only screen and (min-width:701px) and (max-width: 1025px){



	.shiftnav-menu-title a, .shiftnav-menu-title a:hover, .shiftnav-menu-title a:visited {
		font-size: 25px;
	}
	.menu-item i._before {
		margin-right: 1.25em;
	}


	#banner{
		height:550px;
		padding-top:100px;
	}

	.header{
		padding:0;
	}

	.footer{
		height:auto!important;
		font-size:9px;
	}
	.sidebar{
		display:none;
	}


}


@media only screen and (min-width:1350px) {
	main, #footer_center, #banner_center, .inner, #header_center, .uk-container{
		max-width:1400px!important;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\\\\
    MISC
\\\\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\\\\
    WORDPRESS CORE
\\\\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\\\\
    PRINT
\\\\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:\\\" (\\\" attr(href) \\\")\\\";
	}
	abbr[title]:after {
		content:\\\" (\\\" attr(title) \\\")\\\";
	}
	.ir a:after,
	a[href^=\\\"javascript:\\\"]:after,
	a[href^=\\\"#\\\"]:after {
		content:\\\"\\\";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}