/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

iframe[src*="youtube.com"], 
iframe[src*="youtu.be"] {
    width:100% !important;
    height: 315px !important;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;

}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#fff;
	



}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:middle;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#efae00;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	color: #efae00
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

hr {
	
	color: #fff;
	border-style:dashed; 
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1140px;
	width:100%;
	margin:0 auto;
	position:relative;
color: #fff;
/*background-image: url('http://www.morestagedives.com/bweb/wp-content/uploads/2015/03/backgroundHome.jpg');
background-repeat: no-repeat;*/
}

section.wrapper.cl {
 
  margin-left: 50px;
}


/* header */
.header {

}

.news-header {
color: #efae00;
font-size:24px;
font-family: Aldrich, sans-serif;
}
/* logo */

.logo {
	display: table;   /* Allow the centering to work */

	width:100%;
	margin: 35px 0 0 0;
	text-align: center;
	position:absolute;
	
}

.logo ul#horizontal-list {
	
	list-style: none;
	padding: 10px;
	}
	.logo ul#horizontal-list li {
		display: inline-block;
	}
	
	

.logo-img {

  width:100%;
height: auto;
margin:150px 0 0 0;


}

#logo-twitter {
width: 100%;
background-image: url('http://www.morestagedives.com/bweb2/wp-content/themes/html5blank-stable/img/twittericon.png');
  background-repeat: no-repeat;
position: absolute;
float:right;
padding: 5px;
}

#logo-facebook {
background-image: url('http://www.morestagedives.com/bweb2/wp-content/themes/html5blank-stable/img/fbicon.png');
  background-repeat: no-repeat;
width:100%;
position: absolute;
float:right;
padding:5px;
}

/* nav */

ul#menu-main-menu {
  margin-left: 0px;
  padding-left: 100px;
}

#menuBtn { background-image: url('http://www.morestagedives.com/bweb2/wp-content/themes/html5blank-stable/img/menuicon.png');
background-repeat:no-repeat;
	width: 100%;
	position:absolute;
	margin:10px 0 0 10px;
	display:block;
	/*height:50px;*/
	padding: 10px 10px 10px 10px;
	}
	
	#openmenuBtn { background-image: url('http://www.morestagedives.com/bweb2/wp-content/themes/html5blank-stable/img/menutri.png');
background-repeat:no-repeat;
	/*width: 100%;*/
	position:absolute;
	margin:15px 0 0 10px;
	display:block;
	/*height:50px;*/
	padding: 10px 10px 10px 10px;
	}

	

/*#nav {
    width: 100%;
	background-color: #000;
	position:fixed;
	display:none;
		z-index:9999;
	
}
#nav ul {
   height:auto;
   
    margin: 0;
    padding: 8px;
}
 
#nav ul li {
   display: inline;
   list-style: none;
   padding: 20px;
}
 
#nav ul li a {
    display: inline-block;
	font-family: Aldrich;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 400;
	line-height: 70px;
	text-decoration:none;
}

#nav ul li a:hover, a:active {
	color: #efae00;
}

#nav ul .navlogo li a {
 display: block;
	font-family: 'Molle', cursive;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 400;
	line-height: 70px;
	text-decoration:none;
	list-style: none;
    flex-grow: 1;
    text-align: center;
}
   */
   /*secondary menu */
   
   #hidemenu {
	   display:none;
	   /*padding-bottom: 20px*/
   }
   
   #menu2{
    width:100%;
	background-color: #000;
    font-family: Aldrich;, sans-serif;
    text-align: center;
    display: table;
	z-index:9999;
	position:fixed;
	
	

}
#menu2 ul{
    font-family: Aldrich;, sans-serif;
    /*display:table-row;*/
	 

}
#menu2 ul li{
    font-family: Aldrich;, sans-serif;
    list-style:none;
    display:table-cell;
    font-size:18px;
    /*vertical-align: middle;*/
	padding-left:20px;
}
#menu2 ul li a{
    font-family: Aldrich;, sans-serif;
    text-decoration: none;
    color:#fff;
}

#menu2 ul li span {
   /* vertical-align: middle;*/
    margin-left: 10px;
}
#menu2 ul li img{
    vertical-align: middle;
   /*text-align: left;*/
    /*padding-left: 30px;*/
}
#menu2 ul li a:hover{
    color: #efae00;
}
#menu2 ul li a.current{
    text-decoration:underline;
	color: #efae00;
}

#menu2 ul li:first-child {
    text-align: left;
    padding-left: 30px;
}

#menu2 ul li:last-child {
    text-align: right;
    padding-right: 30px;
}

/*inside page nav */
 #nav{
  
	background-color: #000;
    font-family: Aldrich;, sans-serif;
    text-align: center;
    display: table;
	z-index:9999;
	position:fixed;
	margin-left: 25px;
	width:100%;

}
#nav ul{
    font-family: Aldrich;, sans-serif;
    /*display:table-row;*/
	

}
#nav ul li{
    font-family: Aldrich;, sans-serif;
    list-style:none;
    display:table-cell;
    font-size:18px;
    /*vertical-align: middle;*/
	padding-left:20px;
}
#nav ul li a{
    font-family: Aldrich;, sans-serif;
    text-decoration: none;
    color:#fff;
}

#nav ul li span {
   /* vertical-align: middle;*/
    margin-left: 10px;
}
#nav ul li img{
   /* vertical-align: middle;*/
   text-align: left;
    padding-left: 30px;
}
#nav ul li a:hover{
    color: #efae00;
}
#nav ul li a.current{
    text-decoration:underline;
	color: #efae00;
}

#nav ul li:first-child {
    text-align: left;
    padding-left: 0px;
}

#nav ul li:last-child {
    text-align: right;
    padding-right: 30px;
}

#nav li.current-menu-item a, .menu li.current-menu-parent a{
color: #efae00;
}

/*buy buttons */
#buy-image {
	
	
}

#buy{
    width:100%;

    font-family: Aldrich;, sans-serif;
    text-align: center;
    display: block-inline;
	z-index:9999;
	margin-left: 75px;
	
	
	

}
#buy ul{
    font-family: Aldrich;, sans-serif;
    /*display:table-row;*/
	text-align:center;
	

}
#buy ul li{
    font-family: Aldrich;, sans-serif;
    list-style:none;
    display:table-cell;
    font-size:18px;
    /*vertical-align: middle;*/
	padding-left:20px;
	text-align:center;
}
#buy ul li a{
    font-family: Aldrich;, sans-serif;
    text-decoration: none;
    color:#fff;
}

#buy ul li span {
   /* vertical-align: middle;*/
    margin-left: 10px;
}
#buy ul li img{
   /* vertical-align: middle;*/
   text-align: left;
    padding-left: 30px;
}
#buy ul li a:hover{
    color: #efae00;
}
#buy ul li a.current{
    text-decoration:underline;
	color: #efae00;
}

#buy ul li:first-child {
    text-align: left;
    padding-left: 135px;
}

#buy ul li:last-child {
    text-align: right;
    padding-right: 30px;
}

#newsStyle h2{
    font-family: Aldrich;, sans-serif;
    /*display:table-row;*/
	font-size: 16px;
	

}

#newsStyle p{
	font-size:13px;
	 font-family: Aldrich;, sans-serif;
}

#newsStyle ul{
    font-family: Aldrich;, sans-serif;
    /*display:table-row;*/
	text-align:left;
	

}
#newsStyle ul li{
    font-family: Aldrich;, sans-serif;
    list-style:none;
    display:table-cell;
    font-size:18px;
    vertical-align: middle;
	padding-left:20px;
	text-align:left;
}
#newsStyle ul li a{
    font-family: Aldrich;, sans-serif;
    text-decoration: none;
    color:#fff;
}

#newsStyle ul li span {
   /* vertical-align: middle;*/
    margin-left: 10px;
}
#newsStyle ul li img{
   /* vertical-align: middle;*/
   text-align: left;
    /*padding-left: 20px; */
	
}

.wp-post-image {

}

#newsStyle ul li a:hover{
    color: #efae00;
}
#newsStyle ul li a.current{
    text-decoration:underline;
	color: #efae00;
}

.homeExcerpt {
	font-size:14px;
}

.homeReadmore {
	font-size:13px;
}


/*BIT widget*/
.bit-bottom{
	display:none;
}


/* sidebar */
.sidebar {
/*display: none;*/ 

/*position: absolute;*/
margin:75px 0 0 0;
height: auto;
float: right;
padding-right:20px;
width: 320px;
}

.textwidget {
	margin-top: 10px;
}



/* footer */
.footer {
	
	
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.home h1 {
  display: none;
}

body {
	background: #000;
}
/* wrapper */

main{
	margin-top:50px;
}

main-inside {
}
.inner-wrapper {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	position:relative;
color: #fff;
background-image: url('http://www.morestagedives.com/bweb2/wp-content/themes/html5blank-stable/img/interiorbackground.jpg');
background-repeat: no-repeat;
background-position: left top;
background-color: #000;
height: 900px;
padding-bottom: 100px;


}

.inner-title {
	float: left;
	position: absolute;
	color: #fff;
	background-color: #efae00;
	width: 400px;
	margin: 75px 0 0 100px;
	font-family: Aldrich; sans-serif;
	text-align: center;
	height: 250px;
	vertical-align: middle !important;
	
}

.inner-image {
	margin-top:120px;
	color: #fff;
	
	
}

.innerAbout-image {
	float: left;
	position: absolute;
	color: #fff;
	width: 400px;
	margin: 75px 0 0 100px;
	font-family: Aldrich; sans-serif;
	text-align: center;
	vertical-align: middle !important;
	
}

.innerAbout-image img {
	height: 100%;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain; // this can also be cover
}

.inner-date {
width: 400px;
	margin-top: 10px;
	font-family: 'Molle', cursive;
	color: #fff;
	text-align:center;
	height: 30px;
	font-weight:700;
	font-size:18px;
}



.inner-share {
width: 100%;
	height: 300px;
}
	

.inner-content {
	position:relative;	
	font-size: 18px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin:75px 50px 0 75px;
	padding: 10px;
	float:left;
	width: 50%;
	padding-bottom:20px;
	}
	
	.innerAbout-content {
	position:relative;	
	font-size: 18px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin:75px 50px 0 500px;
	padding: 10px;
	float:left;
	width: 50%;
	}
	
	.inner-content a{
		
color:  #efae00;
	}
	
	.inner-content a:hover{
		
color:  #efae00;
text-decoration:underline;
	}


/*------------------------------------*\
    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) {

}
@media only screen and (max-width:480px) {
	.sidebar {
		float:left;
	}

@media only screen and (max-width:768px) {



}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
.current-menu-item {
background: #000;
color: #efae00;
}

.primary-nav a.current {color: #efae00;}
::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;
}

/*slide overwrites */

.tp-caption.large_bg_black, .large_bg_black {
	font-size: 20px;
	line-height: 40px;
	font-weight: 800;
	font-family: "Aldrich";
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.79);
	padding: 5px 10px 10px 5px;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
}


.tp-caption.medium_thin_grey, .medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(102,102,102);
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: rgb(0,0,88);
  border-style: none;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
 
  height: 22px;
  
}

/*------------------------------------*\
    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 {
position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;

}
.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;
	}
}