/*
Theme Name: Bluelight
Description: Theme by Bluelight Design
Version: 6.0
Author: Bluelight Design
Author URI: http://www.bluelightdesign.co.uk
*/


/* CSS RESET */

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,img,small,fieldset,form,label,legend,caption,ol,ul,li{margin:0;padding:0;font-size:100%;border:0;outline:0;vertical-align:baseline;background:transparent;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none }
pre {margin: 0; line-height: 0;}


/* BODY */

html {
    -webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
img {
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}
p, ul, ol {
	color: #777777;
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 20px 25px 0px 25px;
}
ul, ol {
	margin-left: 60px;
}
h1,h2,h3 {
	color: #233076;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 20px 25px 0px 25px;
}
h1 {
	font-size: 1.5em;
	text-transform: uppercase;
   	letter-spacing: 1.5px;
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
   	letter-spacing: 1.5px;
}
h3 {
	font-size: 1.1em;
}
a:link, a:visited, a:active {
	color: #357abe;
	text-decoration: none;
}
a:hover {
	color: #3498db;
	text-decoration: none;
}
	


/* HEADER */

#header_container {
	width: 100%;
	background-color: #ffffff;
}
header {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
	min-height: 90px;
  	display: block;
}
#logo {
	max-width: 220px;
	margin: 10px 0px 0px 25px;
	float: left; 
}


/* LAYER SLIDER */

/* METEOR SLIDER */

#meteor-slideshowslider {
	margin: 20px 25px 0px 25px;
	max-width: 92.5%;
}
#meteor-slideshowhome {
	margin: 20px 25px 0px 25px;
	max-width: 100%;
}
#meteor-slideshowhistory {
	margin: 20px 25px 0px 25px;
	max-width: 92.5%;
}

/* METEOR SLIDESHOWHOME REMOVE PADDING */

@media screen and (max-width: 1250px) { 

#meteor-slideshowhome {
	margin: -25px 0px 0px 0px;
}

}

.content_container .meteor-slides .meteor-buttons {
	width: 50%;
	left: 50%;
	bottom: 10px;
}


/* TOP NAVIGATION */

nav { 
	float: right;
	margin: 31px 13px 0px 0px;
}
nav ul { 
	margin: 0px; 
}
nav li {  
	display: inline;
} 
nav a {  
	display: inline-block;  
	white-space: nowrap;
	padding: 0px 15px 0px 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	line-height: 1.5em;
}
nav li a {  
    border-right: 1px dotted #BBBBBB;
} 
nav li:last-child a { 
    border-right: 0; 
}
nav a:link, nav a:active, nav a:visited {
	color: #7a7979;
}
nav a:hover  {
	color: #233076;
}
nav li.current-menu-item a, nav li.current_page_item a{
	color: #233076;
}
nav ul li:hover > ul {
    	display: block;
}


/* SUB NAVIGATION */

nav ul ul {
    	background-color: #18203c;
   	opacity: 0.9;
    	display: none;
    	position: absolute;
    	top: 53px;
    	z-index: 9999;
}
nav ul ul a:link, ul ul  a:active, ul ul a:visited {
	color: #FFFFFF;
}
nav ul ul :hover > a {
	color: #3498db;
}
nav ul ul li.current-menu-item a, nav ul ul li.current_page_item a{
	color: #3498db;
}
nav ul ul li {
	float: left;
}
nav ul ul a {
    	padding: 10px;
    	height: auto;
	text-transform: none;
	font-weight: normal;
	font-size: 1.2em;
	display:block;
}
nav .sub-menu {
	width: 225px !important;
	padding: 10px;
}
nav .sub-menu li {
	width:100% !important;
}
nav .sub-menu li a {
	border: none;
}
nav .sub-menu li:last-child a {
	border: none;
}
nav .sub-menu li:nth-child(even) {
	float:left;
}


/* SUBMENU DROP DOWN COLUMNS / POSITION */

/*
#menu-item-000 .sub-menu li {width:33.3333% !important;}
#menu-item-000 .sub-menu {
	width: 600px !important;
	right: 0px;
}
*/

#menu-item-831 .sub-menu {
	right: 415px;
}
#menu-item-828 .sub-menu {
	right: 507px;
}
#menu-item-1995 .sub-menu {
	right: 283px;
}





/* CONTENT */

/* 
.content_container is for pages
#posts_container is for posts, single posts and search results
#content is for posts, single posts and search results
*/

.content_container {
	overflow: auto;
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0px 50px 0px;
}
#posts_container {
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 25px;
}
#content {
	width: 75%;
	float: right;
	padding-bottom: 25px;
	padding-top: 25px;
}
.col25 {
	width: 25%;
	float: left;
}
.col33 {
	width: 33.333%;
	float: left;
}
.col50 {
	width: 50%;
	float: left;
	margin-left: 10px;
}
.col66 {
	width: 66.666%;
	float: left;
}
.col75 {
	width: 75%;
	float: left;
}
.col100 {
	width: 100%;
	float: left;
}
.clear {
	clear: left;
}


.layoutWrap{
	width: 100%;
}
.block1 {
	background-color: #ffffff;
	border-top: 1px dotted #BBBBBB;
}
.block2 {
	background-color: #44545c;
	background-repeat: no-repeat;
    	background-size: cover;
   	background-position: center; 
	background-image: url("images/musical_background.gif");
}
.block2 p, .block2 h1, .block2 h2 {
	color: #ffffff;
}
.block3 {
	background-color: #518ac1;
}
.block3 p, .block3 h1, .block3 h2, .block3 a:link, .block3 a:visited, .block3 a:active, .block3 a:hover {
	color: #ffffff;
}
.block4 {
	border-top: 1px dotted #BBBBBB;
	background-color: #eeeeee;
}
.block4 .content_container {
	padding: 0px 0px 25px 0px!important;	
}
.block4 .readmore {
	margin: 0px;	
}
.block5 {
	margin: 0 auto;
	background-color: #ffffff;
	border-top: 1px dotted #BBBBBB;
	display: block;
}



/* SIDE BAR */

#sidebar {
	width: 25%;
	float: left;
	padding-top: 50px;
	border-right: 1px dotted #BBBBBB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
#sidebar p {
	padding: 0px 25px 25px 25px;
	color: #FFFFFF;
	margin: 0px;
}
#sidebar h2 {
	margin: 0px 25px 0px 25px;
}

.latest-posts, .footer-link, .widget_recent_entries, .widget_archive {
	list-style-type: none;
	padding: 0px 0px 25px 0px;
}
.latest-posts ul, .footer-link ul, .widget_recent_entries ul, .widget_archive ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}
.latest-posts li a, .footer-link li a, .widget_recent_entries li a, .widget_archive li a{
	font-size: 1.0em;
	display: block;
	padding: 10px 0 10px 0;
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
	margin: 0px 25px 0px 25px;
}
.widget_recent_entries li a:link, .widget_archive li a:link, 
.widget_recent_entries li a:visited, .widget_archive li a:visited, 
.widget_recent_entries li a:active, .widget_archive li a:active {
	color: #357abe; 
}
.widget_recent_entries li a:hover, .widget_archive li a:hover {
	color: #3498db;
}



.widget_search {
	list-style-type: none;
}
.widget_search form input[type=submit] {
	background: url("images/search-icon.png") no-repeat center center;
	width: 25px;
	height:25px;
	border: none;
	color: transparent;
}
.widget_search .field {
	margin-top: 0px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	border-radius: 3px;
        border: 1px solid #999999;
	color: #777777;
	font-size: 1.0em;
        padding: 7px 12px 7px 12px;
	margin-right: 5px;
	width: 70%;
}




/* FOOTER */

#footer_container {
	width: 100%;
	background-color: #18203c;
	padding-bottom: 25px;
	padding-top: 25px;
	overflow: hidden;
}
footer {
	margin: 0 auto;
	max-width: 1250px;
	display: block;
}
footer p {
	color: #FFFFFF;
}
.telephone {
	background-image:url('images/tel.png');
	background-repeat:no-repeat;
	padding-left: 35px;
}
.email {
	background-image:url('images/email.png');
	background-repeat:no-repeat;
	padding-left: 35px;
}
.social {
	margin-bottom: 5px;
	margin-right: 2px;
	display: inline-block;
}
footer a:link, footer a:active, footer a:visited {
	color: #FFFFFF;
}
footer a:hover  {
	color: #357abe;
}
.footer-img {
 	text-align: center;
	margin: 20px 25px 0px 25px;
}
#copyright_container {
	width: 100%;
	background-color: #0d122b;
	padding-bottom: 25px;
	padding-top: 25px;
	overflow: hidden;
}
#copyright {
	margin: 0 auto;
	max-width: 1250px;
	display: block;
}
#copyright p {
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px
}
.latest-posts li a:link, .footer-link li a:link, #copyright p a:link,
.latest-posts li a:active, .footer-link li a:active,  #copyright p a:active,
.latest-posts li a:visited, .footer-link li a:visited, #copyright p a:visited {
	color: #3498db;
}
.latest-posts li a:hover, .footer-link li a:hover, #copyright p a:hover {
	color: #357abe;
}




/* MISC */

#featured_image {
	margin: 20px auto;
    	display: flex;
    	justify-content: center;
   	align-items: center;
   	height: 600px;
   	overflow: hidden;
	max-width: 1200px;
}
#posts_container #featured_image {
	margin: 20px 25px 0px 25px;
    	display: inline-block;
    	justify-content: flex-start;
   	align-items: stretch;
   	height: auto;
   	overflow: visible;
	max-width: none;
}
#featured_image img {
	width: 100%;
}
.post_date {
	margin: 20px 25px 0px 25px;
	color: #999999;
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.readmore {
	margin: 20px 25px 0px 25px;
	padding: 10px 20px 10px 20px;
	background-color: #357abe;
	display: inline-block;
	border-radius: 3px;
	font-size: 0.9em;
	font-weight: bold;
}
a.readmore:link, a.readmore:active, a.readmore:visited {
	color: #FFFFFF;
}
a.readmore:hover {
	background-color: #3498db;
}
.readmore_fix {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1.0em;
}
hr {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px dotted #BBBBBB;
	height: 1px;
	margin: 25px 25px 0px 25px;
}
.video-container {
	margin: 20px 25px 0px 25px;
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 input[type="tel"], textarea {
    	border: 1px solid #cccccc;
    	border-radius: 5px;
    	margin: 10px 0;
    	padding: 7px;
}
.wpcf7-form input, .wpcf7-form textarea {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #777777;
	font-size: 1.0em;
}
.wpcf7-form-control {
	width: 100%;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
   	box-sizing: border-box;
}
.wpcf7-acceptance {
	width: auto;
}
.post_thumb {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    overflow: hidden;
    margin-top: 25px;
}
.post_thumb p {
   margin-top: 0px;
}




table {
	margin: 20px 25px 0px 25px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	border-collapse:collapse;
    	margin-left: auto; 
   	margin-right: auto;
}
table, th, td {
	border: 1px dotted #BBBBBB;
}
td {
	padding: 4px;
	vertical-align:middle;
   	text-align: center;
}
.colour {
	background-color: black;
    	width: 50px;
    	height: 50px;
    	border: 1px solid #ffffff;
}
.grey {
	color: #777777;
}

.wp-caption {
	width: auto!important;
	text-align: center!important;
}
.ngg-galleryoverview {
	margin-left: 25px;
	margin-right: 25px;
	max-width: 1250px !important;
	width: auto !important;
	text-align:center;
}
.ngg-gallery-thumbnail {
	margin-right: 0px!important;
	margin: 3px !important;
}
.ngg-gallery-thumbnail-box {
	float:none !important;
	display:inline-block;
}
span.wpcf7-list-item {
	margin-left: 0!important;
}



/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/

.form_input{
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 10px 0;
	padding: 7px;
	width: 98.7%;
}


.reg_btn{
	width: 98.7%;
	height: 25.5px;
}

#menu-item-1121, #menu-item-1122, #menu-item-1123, #responsive-menu-item-1121, #responsive-menu-item-1122, #responsive-menu-item-1123{
	display: none;
}

.role-fitter #menu-item-1121, .role-fitter #menu-item-1122, .logged-in #menu-item-1123, .role-fitter #responsive-menu-item-1121, .role-fitter #responsive-menu-item-1122, .logged-in #responsive-menu-item-1123{
	display: inherit;
}


.logged-in #menu-item-1059, .logged-in #menu-item-1062, .logged-in #responsive-menu-item-1059, .logged-in #responsive-menu-item-1062{
	display: none;
}

nav ul{
	display: inline-block;
}

.prev_order_date, .prev_order_title, .prev_order_name{
	margin-right: 2em;
}

#saddle_featured_image{
	max-width: 300px;
	margin: 0 auto;
}

#loginform {
	margin: 0 auto;
	text-align: center;
	max-width: 445px;
}

#loginform label {
	min-width: 100%;
	display: inline-block;
	text-align: left;
}

#loginform input[type="text"], #loginform input[type="password"] {
	border-radius: 5px;
	border-style: ridge;
	border-color: rgb(238, 238, 238);
	height: 36.9531px;
	width: 97%;
	padding-left: 3%;
}

.spe_login a {
	text-align: center;
	display: block;
	margin-top: 1em;
}
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/


/* RESPONSIVE MENU 768 */

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

nav {  
	display: none;
}
#responsive-menu-button {
	height: 83px!important;
	right: 10px!important;
}


}



/* TABLET 768 */

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

.content_container {
	padding: 0px 0px 25px 0px;
}
#posts_container {
	padding-bottom: 0px;
}
#content {
	width: 100%;
	padding-top: 0px;
}
#sidebar {
	width: 100%;
	border-top: 1px dotted #BBBBBB;
	border-right: none;
	padding-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.widget_recent_entries, .widget_archive{
	width: 33.334%;
	float: left;
}
#featured_image, #posts_container #featured_image {
	margin: 0px;
   	height: auto;
}
.post_thumb {
    height: 250px;
}
#meteor-slideshowslider {
	max-width: 88%;
}
#meteor-slideshowhistory {
	max-width: 88%;
}
footer .col25 {
	width: 50%;
}
.clear768 {
	clear: left;
}
.block1 .col50 {
	width: 100%;
}

}




/* TABLET 600 */

@media screen and (max-width: 600px) {

.widget_recent_entries, .widget_archive {
	width: 50%;
}

.clear600 {
	clear: left;
}
.post_thumb {
	clear: right;
	width: 100% !important;
}
.post_excerpt {
	width: 100% !important;
}
.col33 {
	width: 50%;
}

}



/* MOBILE 480 */

@media screen and (max-width: 480px) {

.col25 {
	width: 50%;
}
.col33 {
	width: 100%;
}	
.col50 {
	width: 100%;
}
.col66 {
	width: 100%;
}
.col75 {
	width: 100%;
}
footer .col25 {
	width: 100%;
}

#logo {
	max-width: 150px;
}
header {
	min-height: 60px;
}
.post_thumb {
    height: 200px;
}

/* Reduces padding to 15px left and right on mobiles */

p, ul, ol {
	margin: 20px 15px 0px 15px;
}
ul, ol {
	margin-left: 35px;
}
h1,h2,h3 {
	margin: 20px 15px 0px 15px;
}
#logo {
	margin: 6px 0px 0px 15px;
}
#sidebar p {
	padding: 0px 15px 25px 15px;
}
#sidebar h2 {
	margin: 0px 15px 0px 15px;
}
.widget_recent_entries li a, .widget_archive li a{
	margin: 0px 15px 0px 15px;
}
#meteor-slideshowhome, #meteor-slideshowslider, #meteor-slideshowhistory {
	margin: 20px 15px 0px 15px;
}
.post_date {
	margin: 20px 15px 0px 15px;
}
.readmore {
	margin: 20px 15px 0px 15px;
}
.readmore_fix {
	margin-left: 0px;
}
hr {
	margin: 25px 15px 0px 15px;
}
.video-container {
	margin: 20px 15px 0px 15px;
}
#meteor-slideshowslider {
	max-width: 92.5%;
}
#meteor-slideshowhistory {
	max-width: 92.5%;
}
#copyright p {
    line-height: 30px;
    margin-top: -15px;
}
.footer-img {
 	text-align: left;
	margin-left: 15px;
}
#responsive-menu-button {
	height: 55px!important;
	right: 0px!important;
}
.ls-wp-container{

}

}



/* MOBILE 320 */

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

.widget_recent_entries, .widget_archive {
	width: 100%;
}


}