/*
Theme Name:     TheBeachBots
Theme URI:      -
Description:    TheBeachBots theme which is a child of the Twenty Thirteen theme
Author:         Shane Palmerino
Author URI:     -
Template:       twentythirteen
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");

/* 3.0 Basic Structure */

html {
	background-color: #d4d4d4;
}

.site {
	border-left: none;
	border-right: none;
	max-width: none;
	background-color: #d4d4d4;
	color: #000;
}

a {
	text-decoration: underline;
}

a:active,
a:hover {
	color: #ffdf31;
	outline: 0;
}

/* Only for Front Page w/ Nagging Menu */

.site-main-front {
	position: absolute;
	top: 100%;
}

/* 4.2 Navigation */

.main-navigation {
	min-height: auto;
	margin: 0px auto;
	z-index: 999;
}

.nav-menu li a {
	color: #d4d4d4;
	font-size: 21px;
	padding: 28px 20px;
}

.nav-menu .sub-menu,
.nav-menu .children {
	border: none;
	left: 0;
	line-height: 5px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #ffdf31;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffdf31;
	font-style: normal;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #d4d4d4;
	margin: 0;
	/* width: 200px; */
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #220e10;
	color: #ffdf31;
}


.navbar {
	background: #003067;
	max-width: none;
	z-index: 999;
	box-shadow: 0px 0px 50px #000;
	text-align:center; 
	
}

.post-navigation {
	background-color: #003067;
}

.site-header .search-field {
	margin: 17px 0px;
}

.menulogoimage {
	position: absolute;
	margin: 0 0 0 10px;
	/*  height: 77px;  */
	width: auto;
}

.menulogoimagefix {
	position: fixed;
	top: 0;
	margin: 0 0 0 10px;
	/*  height: 77px;  */
	width: auto;
	z-index: 9999;
}

.menulogoimagefix-wpadminbar {
	position: fixed;
	top: 28px;
	margin: 0 0 0 10px;
	/* height: 77px; */
	width: auto;
	z-index: 9999;
}

.logoimage {
	height: 77px;
	width: auto;
}

.site-header .search-field {
	background-image: url(images/search-icon.png);
}

/* 4.3 Front Page Nagging Menu */

.spacer {
	background-color: transparent;
	z-index: 1;
}

.nagging-fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	background: #003067;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 0px 50px #000;
	text-align:center; 
	padding:0 0 0 75px;
}

.nagging-fixed-wpadminbar {
	position: fixed;
	top: 28px;
	z-index: 999;
	background: #003067;
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 0px 50px #000;
	text-align:center; 
	padding:0 0 0 75px;
}

/* display and hide front-page menu components depending on scrolling (query) */

#menutoggle {
 	/*nothing*/
}

#menutoggle2 {
    	float: right;
}

.menu-on {
    	/* display: inline; */
}

.menu-off {
    	display: none;
}

/* adjust content area margin to accommodate for shift when fixing navigation menu */

.add-margin {
	margin-top: 77px;
}

.remove-margin {
	margin-top: 0;
}

/* 4.4 Front Page Inner Layer */

#innerlayer {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -100;
	/*background: url(images/bgr.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;*/
}

#innerlayer .logobb {
	background: url(images/logolong_v5.png) no-repeat center center;
	background-size: 100% auto;
	position: fixed;
	top: 30%;
	width: 100%;
	height: 250px;
    	min-width: 300px;
	left: 0%;	

}

#innerlayer p {
	position: fixed;
	bottom: 15%;
	color: #d4d4d4;
	font-size: 30px;
	text-align: center;
	margin: 0px 20px;
	font-family: 'Roboto Condensed', san-serif;
    	font-weight: 300;
    	font-style: italic;
	text-shadow: 2px 2px 2px #000;
}

/* 5.0 Content */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 940px;
	width: 100%;
}

.hentry {
	padding: 40px 0;
}

.textbgd {
	background-color:rgba(0, 0, 0, 0.0);
}

.overflow1 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 350px;
        /*box-shadow: 0px 0px 50px #000;*/ 
}

.bg1 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: #d4d4d4;
	width: 100%;
	color: #d4d4d4;
	position: relative;
	z-index: 2;
}

.overflow2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 350px; 
        /*box-shadow: 0px 0px 50px #000;*/
}

.bg2 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: #d4d4d4;
	width: 100%;
	color: #d4d4d4;
	border-top: 5px solid #003067;
	position: relative;
	z-index: 1;
}

.overflow3 {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 350px; 
        /*box-shadow: 0px 0px 50px #000;*/
}

.bg3 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: #fff;
	width: 100%;
	color: #d4d4d4;
	border-top: 5px solid #003067;
	position: relative;
	z-index: 0;
}

/* 5.1 Entry Header */

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
	color: #000;
}



/* 5.2 Entry Meta */

.entry-meta a {
	color: #003067;
}

.entry-meta a:hover {
	color: #000;
}

/* 5.3 Entry Content */

.entry-content {
	margin: 0 auto;
	width: 100%;
}

.entry-content a,
.comment-content a {
	color: #003067;
}

.entry-content a:hover, .comment-content a:hover {
	color: #000;
}

/* 5.5 Post Formats */

.format-link .entry-title a {
 	color: #ffdf31; 
}

/* 5.7 Post/Paging Navigation */

.navigation a {
	color: #ffdf31;
}

/* 5.12 Comments */

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #ffdf31;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

/* 6.1 Widgets */

.widget a {
	color: #ffdf31;
}

/* 7.0 Footer */

.site-footer {
	background-color: #d4d4d4;
	color: #686758;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.site-footer .widget a {
	color: #ffdf31;
}

.site-footer .sidebar-container {
	background-color: #222;
	padding: 20px 0;
}

/* 8.0 Media Queries */
@media (max-width: 760px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: 21px "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
		/*  padding: 20px;  */
		color: #d4d4d4;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #d4d4d4;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #ffdf31;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #220e10;
		color: #ffdf31;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}
Menu
	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 21px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: 21px "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		/* padding: 20px;  */
		color: #d4d4d4;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #d4d4d4;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #ffdf31;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #220e10;
		color: #ffdf31;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}
Menu
	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 21px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}