/*
	Theme Name: StavishConstruction.com
	Theme URI: http://drakeearth.com
	Description: A mobile responsive and HTML5 theme built for Fawn Harbor.
	Author: DrakeEarth.com
	Author URI: http://drakeearth.com

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:900);

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	background-color:#e6eaec;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	/*border-bottom: 1px dotted #333;*/
	color: #9E9B9B;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #bbbaba;
	border-bottom: 1px dotted #ccc;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	/*font-weight: 400;*/
}

ol,
ul {
	margin: 0;
	/*padding: 0;*/
}

blockquote,
blockquote::before {
	color: #636262;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Roboto', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
	text-transform:uppercase;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
	text-transform:uppercase;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
iframe{
	width: 100%;
    min-height: 400px;
}
img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	/*width: 100%;*/
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #fff;
	color: #000;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	/*border-bottom: 1px solid #ddd;*/
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 6px;
	padding: 0.6rem 1rem;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #e6eaec;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.home .site-inner {
	background-color: #e6eaec;
	clear: both;
	padding-top: 0px !important;
	padding-top: 0rem !important;
	padding: 0px 0% !important;
    padding: 0rem 0% !important;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	/*border-bottom: 5px solid #f5f5f5;*/
	/*margin-bottom: 60px;
	margin-bottom: 6rem;*/
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured li {
	list-style-type:none !important;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-1,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: left;
	width: 100%;
}

.home-featured-2{
	float: left;
	text-align: left;
	width: 0%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.site-tagline {
	background-color: #415f6d;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color:#fff;
	/*margin-top: 60px;
	margin-top: 6rem;*/
	margin-top: 0px;
	margin-top: 0rem;
	padding: 20px 0;
	padding: 2rem 0;
	-webkit-box-shadow: 0px 0px 50px 3px #000000;
       -moz-box-shadow: 0px 0px 50px 3px #000000;
            box-shadow: 0px 0px 50px 3px #000000;
}

.site-tagline p {
	margin: 0;
	color:#fff;
	/*text-shadow: 1px 1px .5px rgba(212, 177, 60, 1);*/
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #00a8ff;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	border:#ccc thin solid;
	line-height: inherit;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #363636;
}

a.cta-tagline {
	background-color: #E72C2C;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	border:#fff thin solid;
	line-height: inherit;
	padding: 10px 20px;
	padding: 1rem 2rem;
	margin-right:10px;
}

a.cta-tagline:hover {
	background-color: #0288ce;
}
a.cta-responsive{
	width:48%; 
	margin-right:1%; 
	text-align:center;
	background-color: #0069A0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	border:#000 thin solid;
	line-height: inherit;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	margin-bottom:10px;
}
a.cta-responsive:hover {
	background-color: #0288ce;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 1%;
	clear:right;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
	min-width: 340px;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
	border:dashed medium #666;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  border-bottom: black thin solid;
  padding-bottom: 5px;
}
.footer-widgets .widget-title {
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
  text-align: left;
  border-bottom: #FFFFFF thin solid;
  padding: 0px 5px 5px 5px;
  margin: 0px 10px 5px 10px;
  font-weight: bold;
	font-size: 17px;
  font-size: 1.7rem;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 10px;
	padding: 0 0 1.0rem;
}
.home .featured-content .entry {
	border-bottom: none !important;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #415f6d;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 50px 3px #000000;
       -moz-box-shadow: 0px 0px 50px 3px #000000;
            box-shadow: 0px 0px 50px 3px #000000;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-family: 'Roboto', sans-serif;
	padding-top: 9px;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	/*background: url(/wp-content/uploads/2015/07/logo2.jpg) no-repeat !important;*/
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
text-indent: -9999px;
max-width: 320px;
/*width: 320px;
height: 142px;
position: absolute;*/
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 820px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
color: #fff;
display: block;
font-size: 19px;
font-size: 1.9rem;
padding: 20px;
padding: 2rem;
position: relative;
font-weight: bold;
text-shadow: 1px 1px 1px #A7A8AD;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ccc;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 10px;
	margin-left: 1rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets .widget_nav_menu{
	width:50%;
	float:left;
	clear:right;
}
.footer-widgets ul{
	padding-left: 15px !important;
}

.footer-widgets {
	background-color: #415f6d;
	border-top: 1px solid #eee;
	color: #ccc;
	clear: both;

-webkit-box-shadow: 0px -18px 27px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px -18px 27px rgba(50, 50, 50, 0.5);
box-shadow:         0px -18px 27px rgba(50, 50, 50, 0.5);

}

.footer-widgets .wrap {
	/*border-bottom: 1px solid #444;*/
    padding: 20px 0 5px;
    padding: 2rem 0 .5rem;
    max-width: 100% !important;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33%;
}

.footer-widgets-1 {
	margin-right: 0px;
	margin-right: 0rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #A99C82;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
	/*display: inline-block;*/
font-size: 16px;
/*padding-right: 20px;
padding-bottom: 30px;*/
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #415f6d;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding:10px 0;
	padding: 1rem 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right !important;
    width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
}
	.tagline-social-wrap{
		margin-bottom:10px;
	}
	.tagline-social{
		width:50% !important;
	}
/*.header-image .site-title a {
  background: url(/wp-content/uploads/2015/05/logo-website-mobile.png) no-repeat !important;
}*/
		.header-image .site-title a {
position: static !important;
clear:both !important;
}
.title-area{
	position: static !important;
	/*width:100% !important;*/
	clear:both !important;
}
	.uform_rotate{
	width:100% !important;/*
	height:200px !important;*/
}
.wp-video-shortcode{
	margin-top: -25px !important;
}
	.home-block-1-left,
	.home-block-1-right,
	.home-block-buynow-left,
	.home-block-buynow-right,
	.home-block-contact-left,
	.home-block-contact-right,
	.home-featured-1,
	.home-featured-2 {
	width: 100% !important;
	padding:10px;
	}
	/*.home-block-1-left, .hat_tour
	{
		display:none;
	}*/
	.above-logos h2{
		color: #fff;
		padding-bottom:10px;
	}
	
.about-home{
	padding-top:20px;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
width: 100% !important;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
width: 100% !important;
}
#pano {
	width: 100%;
	height: 200px !important; 
	height: 20rem !important;
	float:center !important;
}
.home_links_mobile_view{
	font-size:1em;
	padding-top:20px;
}
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right !important;
    width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
}
	.tagline-social-wrap{
		margin-bottom:10px;
	}
	.tagline-social{
		width:50% !important;
	}
.map_page_buttons_wrap{
width:100% !important;
}
.map_page_title_wrap{
width:100% !important;
}
/*.header-image .site-title a {
  background: url(/wp-content/uploads/2015/05/logo-website-mobile.png) no-repeat !important;
}*/
/wp-content/uploads/2015/05/logo-website-mobile.png
		.header-image .site-title a {
position: static !important;
clear:both !important;
}
.title-area{
	position: static !important;
	/*width:100% !important;*/
	clear:both !important;
}
	.uform_rotate{
	width:100% !important;
}
.wp-video-shortcode{
	margin-top: 0px !important;
}
	.home-block-1-left,
	.home-block-1-right,
	.home-block-buynow-left,
	.home-block-buynow-right,
	.home-block-contact-left,
	.home-block-contact-right,
	.home-featured-1,
	.home-featured-2 {
	width: 100% !important;
	padding:10px;
	}
	/*.home-block-1-left, .hat_tour
	{
		display:none;
	}*/
.about-home{
	padding-top:20px;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
width: 100% !important;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
width: 100% !important;
}
#pano {
	width: 100%;
	height: 200px !important; 
	height: 20rem !important;
	float:center !important;
}
.loading_tour{
	height: 200px !important; 
	height: 20rem !important;
}
.home_links_mobile_view{
	font-size:1em;
	padding-top:20px;
}
	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 20px 5%;
		padding: 2rem 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}

}

@media only screen and (max-width: 768px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right !important;
    width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
}
	.tagline-social-wrap{
		margin-bottom:10px;
	}
	.tagline-social{
		width:50% !important;
	}
	.map_page_buttons_wrap{
width:100% !important;
}
.map_page_title_wrap{
width:100% !important;
}
	.team_page_blocks {
  width: 100% !important;
}
	
.tagline-wrap{
	width: 100% !important;
  float: none !important;
}
.tagline-btn-wrap{
	float:none !important;
	clear:both !important;
	width:100%;
}
.tagline-social-wrap{
  width: 100%;
  margin-top: 10px;
}
.tagline-social{
	width: 25%;
	margin-right: 0px !important;
}
a.cta-tagline {
  width: 100%;
}
.sidebar {
	margin-top: 0px !important;
	margin-top: 0rem !important;
}
	.fishing-table{
  width:100% !important;
}
	.img-boat-tours{
	width:100% !important;
}
	.footer-widgets .widget_nav_menu{
	width:100% !important;
}
	#twowide-blocks li {
  width: 100% !important;
  padding: 0px 0px 20px 0px !important;
}
	.cta-responsive{
	width:98% !important; 
	margin-right:1%;
	margin-left: 1%;
}
	
/*.header-image .site-title a {
  background: url(/wp-content/uploads/2015/05/logo-website-mobile.png) no-repeat !important;
}*/
	.rental-photo{
	width:100% !important;
	padding-right:0px !important;
	margin-bottom:5px !important;
}
.rental-text{
	width:100% !important;
	padding-left:0px !important;
}
	a.cta-button {
margin-top: 10px;
}
	.home-email{
	padding-right:0px !important;
}
	/*	.site-header{
		height:200px !important;
	}*/
		.header-image .site-title a {
position: static !important;
clear:both !important;
}
.title-area{
	position: static !important;
	width:100% !important;
	clear:both !important;
}
	.uform_rotate{
	width:100% !important;
}
.wp-video-shortcode{
	margin-top: 0px !important;
}
	.home-block-1-left,
	.home-block-1-right,
	.home-block-buynow-left,
	.home-block-buynow-right,
	.home-block-contact-left,
	.home-block-contact-right,
	.home-featured-1,
	.home-featured-2 {
	width: 100% !important;
	padding:10px;
	}
	/*.home-block-1-left, .hat_tour
	{
		display:none;
	}*/
.about-home{
	padding-top:20px;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
width: 100% !important;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
width: 100% !important;
}
#pano {
	width: 100%;
	height: 200px !important; 
	height: 20rem !important;
	float:center !important;
}
.loading_tour{
	height: 200px !important; 
	height: 20rem !important;
}
.home_links_mobile_view{
	font-size:1em;
	padding-top:20px;
}
	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.minimum .site-tagline {
		margin-top: 200px;
		margin-top: 20rem;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 640px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right !important;
    width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
}
	.tagline-social-wrap{
		margin-bottom:10px;
	}
	.tagline-social{
		width:50% !important;
	}
	.map_page_buttons_wrap{
width:100% !important;
}
.map_page_title_wrap{
width:100% !important;
}
	.team_page_blocks {
  width: 100% !important;
}
.tagline-wrap{
	width: 100% !important;
  float: none !important;
}
.tagline-btn-wrap{
	float:none !important;
	clear:both !important;
	width:100%;
}
.tagline-social-wrap{
  width: 100%;
  margin-top: 10px;
}
.tagline-social{
	width: 25%;
	margin-right: 0px !important;
}
a.cta-tagline {
  width: 100%;
}
	.sidebar {
	margin-top: 0px !important;
	margin-top: 0rem !important;
}
	.fishing-table{
  width:100% !important;
}
	.img-boat-tours{
	width:100% !important;
}
	.footer-widgets .widget_nav_menu{
	width:100% !important;
}
	#twowide-blocks li {
  width: 100% !important;
  padding: 0px 0px 20px 0px !important;
}
	.cta-responsive{
	width:98% !important; 
	margin-right:1%;
	margin-left: 1%;
}
/*.header-image .site-title a {
  background: url(/wp-content/uploads/2015/05/logo-website-mobile.png) no-repeat !important;
}*/
	.rental-photo{
	width:100% !important;
	padding-right:0px !important;
	margin-bottom:5px !important;
}
.rental-text{
	width:100% !important;
	padding-left:0px !important;
}
	a.cta-button {
margin-top: 10px;
}
	.home-email{
	padding-right:0px !important;
}
	/*	.site-header{
		height:200px !important;
	}*/
		.header-image .site-title a {
position: static !important;
clear:both !important;
}
.title-area{
	position: static !important;
	width:100% !important;
	clear:both !important;
}
	.uform_rotate{
	width:100% !important;
}
.wp-video-shortcode{
	margin-top: 0px !important;
}
	.home-block-1-left,
	.home-block-1-right,
	.home-block-buynow-left,
	.home-block-buynow-right,
	.home-block-contact-left,
	.home-block-contact-right,
	.home-featured-1,
	.home-featured-2 {
	width: 100% !important;
	padding:10px;
	}
	/*.home-block-1-left, .hat_tour
	{
		display:none;
	}*/
	.about-home{
	padding-top:20px;
}
		.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
width: 100% !important;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
width: 100% !important;
}
#pano {
	width: 100%;
	height: 200px !important; 
	height: 20rem !important;
	float:center !important;
}
.loading_tour{
	height: 200px !important; 
	height: 20rem !important;
}
.home_links_mobile_view{
	font-size:1em;
	padding-top:20px;
}
	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}

}

@media only screen and (max-width: 320px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right !important;
    width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
}
	.team_page_blocks {
  width: 100% !important;
}
.tagline-wrap{
	width: 100% !important;
  float: none !important;
}
.tagline-btn-wrap{
	float:none !important;
	clear:both !important;
	width:100%;
}
.tagline-social-wrap{
  width: 100%;
  margin-top: 10px;
}
.tagline-social{
	width: 25%;
	margin-right: 0px !important;
}
a.cta-tagline {
  width: 100%;
}
	.sidebar {
	margin-top: 0px !important;
	margin-top: 0rem !important;
}
	.fishing-table{
  width:100% !important;
}
	.img-boat-tours{
	width:100% !important;
}
	.footer-widgets .widget_nav_menu{
	width:100% !important;
}
	#twowide-blocks li {
  width: 100% !important;
  padding: 0px 0px 20px 0px !important;
}
	.cta-responsive{
	width:98% !important; 
	margin-right:1%;
	margin-left: 1%;
}
/*.header-image .site-title a {
  background: url(/wp-content/uploads/2015/05/logo-website-mobile.png) no-repeat !important;
}*/
	.rental-photo{
	width:100% !important;
	padding-right:0px !important;
	margin-bottom:5px !important;
}
.rental-text{
	width:100% !important;
	padding-left:0px !important;
}
	a.cta-button {
margin-top: 10px;
}
	.home-email{
	font-size: 1.3rem;
	padding-right:0px !important;
}
	.uform_rotate{
	width:100% !important;
}
.wp-video-shortcode{
	margin-top: 0px !important;
}
	.home-block-1-left,
	.home-block-1-right,
	.home-block-buynow-left,
	.home-block-buynow-right,
	.home-block-contact-left,
	.home-block-contact-right,
	.home-featured-1,
	.home-featured-2 {
	width: 100% !important;
	padding:10px;
	}
	/*.home-block-1-left, .hat_tour
	{
		display:none;
	}*/
	.about-home{
	padding-top:20px;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
width: 100% !important;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
width: 100% !important;
}
#pano {
	width: 100%;
	height: 200px !important; 
	height: 20rem !important;
	float:center !important;
}
.loading_tour{
	height: 200px !important; 
	height: 20rem !important;
}
.home_links_mobile_view{
	font-size:1em;
	padding-top:20px;
}
	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}
#pano {
	width: 100%;
	height: 600px; 
	height: 60rem;
	float:center;
	z-index:10;
}
.loading_tour{
	position:absolute;
	color:#FFF;
	z-index:5;
	width: 100%;
	height: 600px; 
	height: 60rem;
	float:center;
	padding-top:10%;
}
.new-products-home{
	margin-top:15px;
	padding-top:15px;
	float:left;
	clear:right;
	}
.home .content{
	display:none;
	}
	
	.home-block-1 {
	background-color: #e6eaec;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color:#000;
	/*margin-top: 60px;
	margin-top: 6rem;*/
	margin-top: 0px;
	margin-top: 0rem;
	padding: 40px 0;
	padding: 4rem 0;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 0px 50px 3px #000000;
       -moz-box-shadow: 0px 0px 50px 3px #000000;
            box-shadow: 0px 0px 50px 3px #000000;
}
.360tour{
	width:680px;}

.home-block-1 p {
	margin: 0;
	color:#000;
	font-size:20px;
	/*text-shadow: 1px 1px .5px rgba(212, 177, 60, 1);*/
}

.home-block-1-left {
	float: left;
	width: 50%;
	padding:15px;
}

.home-block-1-left .entry-image{
	width: 100%; 
	max-width:800px; 
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
	border: solid #FFF 3px;
}
.home-block-1-left .entry-title{
	font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.8;
    font-weight: bolder;
    border-bottom: #000 1px solid;
}
.home-block-1-left .featured-content .entry{
	margin-bottom: 0px !important;
    margin-bottom: 0rem !important;
    padding: 0 0 0px !important;
    padding: 0 0 0rem !important;
}

.home-block-1-left a{
	color:#000 !important;
}
.home-block-1-left h2{
	font-size: 20px;
  font-size: 2.0rem;
}
.home-block-1-left:hover{
	color:#595959;
}
.home-block-1-right {
	float: right;
	text-align: left;
	width: 50%;
	padding:15px;
}
	.home-block-contact {
	background-color: #e6eaec;
	border-top: 1px solid #eee;
	/*border-bottom: 1px solid #eee;*/
	color:#000;
	/*margin-top: 60px;
	margin-top: 6rem;*/
	margin-top: 0px;
	margin-top: 0rem;
	padding: 40px 0;
	padding: 4rem 0;
	-webkit-box-shadow: 0px 0px 50px 3px #000000;
       -moz-box-shadow: 0px 0px 50px 3px #000000;
            box-shadow: 0px 0px 50px 3px #000000;
}

.home-block-contact p {
	margin: 0;
	color:#000;
	/*text-shadow: 1px 1px .5px rgba(212, 177, 60, 1);*/
}

.home-block-contact-left {
	float: left;
	width: 50%;
	padding: 15px;
}

.home-block-contact-right {
	float: right;
	text-align: left;
	width: 50%;
	padding: 15px;
}

	.home-block-buynow {
	background-color: #415f6d;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color:#fff;
	/*margin-top: 60px;
	margin-top: 6rem;*/
	margin-top: 0px;
	margin-top: 0rem;
	/*padding: 40px 0;
	padding: 4rem 0;*/
	padding: 40px 0px 0;
    padding: 4rem 0rem 0;
	-webkit-box-shadow: 0px 0px 50px 3px #000000;
       -moz-box-shadow: 0px 0px 50px 3px #000000;
            box-shadow: 0px 0px 50px 3px #000000;
}

.home-block-buynow p {
	margin: 0;
	color:#fff;
	/*text-shadow: 1px 1px .5px rgba(212, 177, 60, 1);*/
}

.home-block-buynow h2 {
	color:#fff;
}
.home-block-buynow a {
	color:#fff !important;
}
.home-block-buynow-left {
	float: left;
	width: 100%;
}
.home-block-buynow-left .team_page_blocks {
    width: 24%;
    margin-right: 1%;
}
.home-block-buynow-left .team_photo {
    border: thin #FFFEFE solid;
}
.home-block-buynow-left .team_rider_title {
    color: #fff;
}
.home-block-buynow-right {
	float: right;
	text-align: left;
	width: 0%;
}
.home-block-1-right a{
	color:#000 !important;
}
.offset {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
    /*width: 1px;*/
}

.wp-video-shortcode{
	margin-top: -25px;
}
.uform_rotate{
	width:650px; 
	height:295px; 
	overflow:hidden;
}
.what-to-bring{
	font-size:20px;
	padding-left:0px;
	padding-bottom:25px;
}
.faq-pad{
	padding-bottom:15px;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
color: #333 !important;
}
.shadow-boarder{
	width: 100%; 
	max-width:800px; 
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
	border: solid #FFF 3px;
}
.footer-menu-ps li{
	/*width:50%;
	 float:left;
	 display:inline-block;*/
	 margin-left: 0px !important;
	 margin-left: 0rem !important;
}
.footer-menu-ps-wrap{
	width:100%;
	 float:left;
	 clear:right;
	 padding:5px;
	 /*display:inline-block;*/
	 margin-left: 0px !important;
	 margin-left: 0rem !important;
}
.footer-menu-header-ps{
	color:#fff;
	font-size:25px;
}
#field_6_3{
	visibility: hidden; !important;
	height:0px !important;
}
.landing-page-map{
	width: 100%;
height: 190px;
margin-bottom:20px; 
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
border: solid #FFF 3px;
}
.home-email{
	font-size: 1.7rem;
	padding-right:20px;"
}
.no-disc{
	list-style-type: none !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff !important;
  background-color: #000000 !important;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.outlined-block{
	border:medium dashed #0069A0;
	padding: 15px;
	margin-top:50px;
	margin-bottom: 50px;
}
.rental-block-1{
	background-color:#D8DBDD;
	margin: 15px 0px 15px 0px;
	height:auto;
	overflow:auto;
	  padding: 5px;
}
.rental-block-2{
	margin: 15px 0px 15px 0px;
	height:auto;
	overflow:auto;
}
.rental-photo{
	width:50%;
	padding-right:15px;
	float:left;
	height:auto;
}
.rental-photo img{
	margin-bottom:-5px;
}
.rental-text{
	width:50%;
	padding-left:15px;
	float:right;
	height:auto;
}
.rental-cost li{
	  margin-left: 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
  list-style-type: none !important;
  padding-left: 0px;
}
.rental-cost{
	  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important
}
.ubermenu-skin-blue-silver.ubermenu-responsive-toggle {
  background: #0069a0 !important;
}
.footer3-links {
  text-align: center;
  width: 100%;
  height: 20px;
}
.footer3-links li {
  display: inline-block;
  /* width: 25%; */
  color: #fff;
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 2.025;
  text-align: center;
  /* margin-bottom: 10px; */
  margin: 10px;
}
#twowide-blocks{
	padding:0px 0px 0px 0px !important;
}
#twowide-blocks li {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 0px 20px 10px 5px;
  list-style-type: none !important;
  margin-left: 0px !important;
  margin-left: 0rem !important;
  text-align: center;
}
.img-boat-tours{
	width:50%;
}
.rate-box{
  width:100%;
  /*border: medium dashed #0069A0;*/
  margin-top: 0px;
  margin-bottom: 15px;
  overflow: auto;
}
.fishing-table{
  padding: 15px;
  width:50%;
  float:left;
  clear:right;
  margin: 0px !important;
}
.fishing-table li{
	list-style-type: none !important;
}
.fasility-list{
  padding: 15px;
  width:50%;
  float:left;
  clear:right;
  margin: 0px !important;
}
.fasility-list li{
	list-style-type: disc;
}
#text-19,
#simple-social-icons-2{
	float:right;
	
}
.cta-blocks{
	position: relative;
}
a.cta-blocks{
	border-bottom: none !important;
}
a.cta-blocks:hover {
	border-bottom: none !important;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
}
.menu-blocks{
	margin-bottom:20px;
}
.posted_in{
	display:none;
}
.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  text-align: center !important;
}
.lake-sports-block{
	position: relative;
}
.txt-lake-sports-block{
  position: absolute;
  letf: -20px;
  z-index: 5;
  width: 100%;
  padding-top: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
color: #ffffff;
}
#fund-raising li{
	margin-left: 10px;
    margin-left: 1rem;
}

.postid-1759 div.images {
display:none;
}

.postid-1759 div.summary {
  width: 100% !important;
}

.postid-1759 p.price {
  display: none;
}
.postid-1759 .product_title {
	display:none;
}

.postid-1849 div.images {
display:none !important;
}

.postid-1849 div.summary {
  width: 100% !important;
}

.postid-1849 p.price {
  display: none;
}
.postid-1849 .product_title {
	display:none !important;
}
.postid-1849 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  float: left;
  clear: right;
  width: 25px;
  margin-top: 10px;
}
body.page-id-2126 .ginput_product_price{
display:none !important;
}
body.page-id-2126 .ginput_product_price_label{
display:none !important;
}
body.page-id-2126 .gfield_label{
width: 50% !important;
}
.ginput_product_price {
  display: inline;
}
.team_page_blocks {
  box-sizing: border-box;
  float: left;
  width: 25%;
  text-align: center;
  margin-top: 15px;
}

.team_photo {
  border: thin #666666 solid;
  padding: 1px;
  min-height: 165px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
}
.map_page_title_wrap{
/*box-sizing: border-box;*/
float: left;
clear:right;
width:30%;
text-align:left;
margin-top:15px;
}
.map_page_buttons_wrap{
/*box-sizing: border-box;*/
float: right;
width:70%;
text-align:left;
margin-top:15px;
}
.map_page_buttons{
box-sizing: border-box;
float: left;
margin-right:10px;
/*width:25%;*/
text-align:right;
/*margin-top:15px;*/
}

/*****************Start Product pages******************/
.b_head_wrap{
border-bottom:#333333 thin solid;
min-height:75px;
}
.b_title_wrap{
float: left;
width:45%;
text-align:left;
}
.b_title{
margin:0;
font-size:40px;
line-height:45px
}
.b_add_to_cart_wrap{
float: right;
clear:right;
width:200px;
text-align:right;
min-height:100px;
}
.b_product_discription{
float: left;
clear:right;
width:785px;
}
.b_board_pic{
float: right;
clear:right;
margin: 0px 5px 0px 5px;
width:325x;
height:694px;
overflow:hidden;
}
.b_pick_size_text{
font-family: 'Muli', arial, serif; 
font-size:16pt; 
line-height:20px; 
margin-bottom:15px; 
color:#5E5D5D; 
font-weight: bold; 
padding-bottom:15px;
text-align:left;
}
.b_thumbs{
box-sizing: border-box;
float: left;
margin: 0px 15px 10px 5px;
text-align:center;
}
.b_specs_wrap{
width:100%;
}
.b_specs{
box-sizing: border-box;
float: left;
margin: 0px 15px 0px 15px;
text-align:center;
}
.b_specs h2{
	font-size:26px;
}
.b_discriptions_tech{
box-sizing: border-box;
float: left;
width:100%;
margin-top:0px;
}
.b_linebreak{
width:100%;
display:block;
padding-top:20px;
clear:both;
}
.tech_discriptions{
width:100%;
clear:both;
}
.summary {
  float: right !important;
  width: 69% !important;
}
.images {
  float: right !important;
  width: 30% !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1.5em !important;
    color: #000 !important;
}
.berocket_aapf_widget-title {
    margin-bottom: 5px;
    font-size: 18px !important;
    font-weight: bold;
    padding-top: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    font-weight: bold;
    color: #d9d9d9;
    text-transform: uppercase;
    border-left: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.ubermenu-skin-black-white-2 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.home-featured-1 h4{
	font-size: 2.6rem;
	font-size: 26px;
}
.footer-widgets-1{
	text-align:center;
}