/*
Theme Name: boatcourse
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boatcourse
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Header
11.0 Footer
12.0 Content
	12.1 Posts and pages
	12.2 Comments
13.0 Infinite scroll
14.0 Media
	14.1 Captions
	14.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
  color: hsl(0, 0%, 25%);
  font-family: 'Lato', sans-serif!important;
	font-size: 14px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oxygen', Helvetica, Arial, sans-serif!important;
    line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #e5e5e5;
}

h1, h2, h3 {
    margin-bottom: 20px;
}

h4, h5, h6 {
    margin-bottom: 15px;
}

h1, .h1 {
    font-size: 43px;
    color: #174767!important;
    font-weight: bold!important;
}

h2, .h2 {
    font-size: 33px;
}

h3, .h3 {
    font-size: 23px;
}

h4, .h4 {
    font-size: 23px;
    color:#15bdee !important;
		font-weight: bold!important;
}

h5, .h5 {
    font-size: 17px;
    color:#15bdee !important;
    font-weight: bold!important;
}

h6, .h6 {
    font-size: 10px;
}

p {
    font-size: 17px;
    line-height: 1.6;
    color: #515157;
}

/* Entry Typography */
.entry-title {
    margin: .7em 0 2rem;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 45px;
}

.entry-content {
  padding-top: 20px!important;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin-bottom: .4em; }

.entry-content h1 {
    font-size: 43px;
}

.entry-content h2 {
    font-size: 33px;
		color: #15bdee;
		font-weight: bold;
}

.entry-content h3 {
    font-size: 23px;
		color: #15bdee;
		font-weight: bold;
}

.entry-content h4 {
    font-size: 23px;
		color: #172a3a;
}

.entry-content h5 {
    font-size: 17px;
		color: #172a3a;
}

.entry-content h6 {
    font-size: 15px;
		font-weight: 100!important;
		color: #15bdee;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 15px;
    line-height: 1.6em;
		margin-left: 0px;
}

.entry-content p {
	margin-top: 0px!important;
}

.entry-content blockquote p {
    font-size: 18px;
    line-height: 1.5em;
}

/* Smaller fonts for smaller screens */
@media screen and (max-width: 680px) {
    .entry-title {
        font-size: 32px;
        line-height: 1.3em;
    }
    .entry-content h1 {
        font-size: 28px;
    }

    .entry-content h2 {
        font-size: 26px;
    }

    .entry-content h3 {
        font-size: 24px;
    }

    .entry-content h4 {
        font-size: 22px;
    }

    .entry-content h5 {
        font-size: 20px;
    }

    .entry-content h6 {
        font-size: 18px;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol  {
        font-size: 18px;
    }

    .entry-content blockquote p {
        font-size: 22px;
    }
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

small, .small {
    font-size: 80%;
    line-height: 2;
}

em {

}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul.circle li:before
{
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
    margin-left: -20px;
    position: absolute;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#fff!important;
	color: #15bdee!important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	position:relative;
	top:1px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
  padding-bottom: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #15bdee!important;
}

a:visited {
	color: #15bdee!important;
}

a:hover,
a:focus,
a:active {
	color: #515157!important;
	text-decoration: none!important;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.top-menu {
  background-color: #174767;
  padding-right: 35px;
}

.top-menu a {
  float: right;
  color: #15bdee!important;
  text-transform: uppercase;
  padding-left: 10px;
}

.top-menu a:hover, .top-menu a:active {
  color: #fff!important;
}

#header-1 .main-nav {
    background: none;
    margin-top: 30px;
}

#header-1 .main-nav .navbar-nav > li a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff!important;
}

#header-1 .main-nav .navbar-nav > li a:hover {
    color: #15bdee!important;
    background: none;
}

#header-1 .main-nav .nav .dropdown-menu a:hover {
    background: none!important;
    color: #174767!important;
}

#header-1 .main-nav .nav {
    margin-top: 32px;
}

#header-1 .main-nav {
    background-color: #174767!important;
    border-bottom: solid 1px #fff!important;
    height: 80px;
    box-shadow: 0 5px 5px rgba(0,0,0,.1)!important;
}

#header-1 .main-nav .nav .dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #15bdee!important;
    position: absolute;
    right: 35px;
    top: -10px;
}

#header-1 .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #15bdee!important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-area {
	margin-top: 42px;
  margin-left: 30px;
}

.widget-area-promo {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
	.widget-area {
	  padding-top: 0px!important;
	}
}

.site-content .widget-area {
	border-left: 2px solid #f7f7f7;
}

.widget {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
		margin-bottom: 30px;
}

.footer-1-1 h4.widgettitle {
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    color: #15bdee!important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lato', sans-serif!important;
    text-transform: uppercase;
}

h4.widgettitle {
    margin-bottom: 10px!important;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Lato', sans-serif!important;
    color: #174767!important;
    text-transform: uppercase;
}

.textwidget p {
  color: #fff!important;
}

.blue-bold {
  font-weight: bold;
  color: #15bdee;
}

.widget-text {
	font-size: 12px;
}

.widget a {
    color: #71665D;
}

.widget ul,
.widget ol {
    padding: 0;
    margin: 0 0 0;
    list-style-type: none;
}

.widget li { padding: 0 0 0; }

.widget li ul,
.widget li ol { margin-top: 0; }

.widget li li { margin-left: 1.5em; }

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: -2.5em;
    font-family: 'fontawesome';
    font-size: 14px;
    color: #172a3a!important;
}

.widget_recent_entries li,
.widget_recent_comments li { margin: 0 0 .5em 2.5em; }

.widget_recent_entries li:before { content: "\f036"; }

.widget_recent_comments li:before { content: "\f075"; }

.widget_archive li { margin: 0 0 0 2.5em; }

.widget_archive li:before { content: "\f187"; }

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}

.post-date {
	display: block;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.page-sidebar p {
	font-size: 15px;
}

.btn-sidebar {
	margin-left: 0px!important;
}

/*--------------------------------------------------------------
10.0 Header
--------------------------------------------------------------*/
#header-1 .brand-img {
    max-width: 250px!important;
    padding: 20px 0;
}

/*--------------------------------------------------------------
11.0 Footer
--------------------------------------------------------------*/
.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    font-family:
}

.footer-line-separator {
    height: 1px;
    background: #15bdee;
    border-bottom: 1px solid #15bdee;
    padding-top: 0px;
    margin-right: 0px;
    margin-top: 21px;
    margin-bottom: 21px;
}

.footer-1-1 .brand-img {
    width: 350px!important;
    margin-bottom: 30px;
}

.footer-1-1 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #15bdee!important;
}

.footer-1-1 ul li {
    border-top: 0px!important;
    line-height: 19px;
    padding: 0px!important;
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 0px!important;
}

.copyright {
  color: #fff;
  background-color: #174767;
}

.footer-links {
  padding: 20px;
  float: right!important;
}

.footer-links a {
  color: #15bdee!important;
}

.social-links li {
  float: left;
  margin-right: 12px;
  border-top: 0px!important;
}

.social-links a {
  font-size: 30px;
  color: #fff!important;
}

.social-links a:hover {
  color: #15bdee!important;
}

.red {
	color: #C0392B;
}

.copyright-links {
    height: 84px;
    padding-top: 20px;
    position: relative;
    bottom: 0;
		border-top-style: solid;
		border-top-width: 5px;
		border-top-color: #15bdee;
}

.copyright-links p {
    margin: 0;
		font-size: 14px;
}

.copyright-links a {
    color: #174767!important;
}

.copyright-links a:hover {
  color: #15bdee!important;
}

.copyright-right {
    float: right;
}

.copyright-left {
		color: #515157!important;
    float: left;
}

@media screen and (max-width: 660px) {
  .copyright-links {
    height: 150px;
		padding-bottom: 20px;
    text-align: center;
  }

	.siteby {
		font-size: 17px!important;

	}
}

.siteby {
	margin-bottom: 20px;
	font-size: 14px;
}


/* Footer Menu */

.menu-footer ul {
    font-size: 14px;
    float: right;
    color: #15bdee!important;
    margin: 0 0 0 0!important;
    list-style-type: none;
    list-style-image: none;
    position: relative;
}

.menu-footer li {
    display: inline;
}

.menu-footer a {
    text-decoration: none;
    color: #1c2f46;
    padding-left: 10px;
}

.menu-footer a:hover {
    color: #1c2f46;
}

@media screen and (max-width: 660px) {
		.menu-footer {
			margin-top: 20px!important;
		}

		.menu-footer ul {
        display: block;
        text-align: center;
        float: none;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .menu-footer li:first-child {
        padding-left: 0;
    }

}

/*--------------------------------------------------------------
12.0 Content
--------------------------------------------------------------*/

.site-content {
    background: #fff;
}

/*--------------------------------------------------------------
12.1 Posts and pages
--------------------------------------------------------------*/

.hero-page .overlay-page {
  height: 50px;
  background-image: linear-gradient(to right,#15bdee,#174767);
}

.entry-header-post {
	padding-top: 175px;
}

.hero-post .overlay-page {
  height: 310px;
  position: relative;
  background-image: linear-gradient(to right,#172a3a,#15bdee);
}

 h1.hero-post-title {
	 	font-family: 'Montserrat', sans-serif!important;
		padding-bottom: 7px!important;
		margin-bottom: 0px!important;
		align-items: center;
		float: left;
		color: #fff;
		font-weight: bold;
		font-size: 40px;
 }

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

 h1.hero-post-title {
		 text-align: center;
		 float: none;
 	}
 }

/* Meta */
.category-list {
    margin: 1.3em 0 1em;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.category-list a {
    color: #333;
    color: hsl(0, 0%, 10%);
    margin-left: .5rem;
}

.category-list a:hover {
    color: #000;
    color: hsl(0, 0%, 0%);
}

.titles-meta {
	display: block;
	padding-top: 56px!important;
}

.post-titles-meta {
	padding-left: 10px;
	font-size: 14px;
	display: inline;
	color: #fff!important;
	font-family: 'Montserrat', sans-serif!important;
	text-transform: uppercase;
}

.post-titles-meta a {
	color: #fff!important;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.post-titles-meta a:hover {
	color: #15bdee!important;
}

.cat-links {
    padding-right: 10px;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif!important;
		text-transform: uppercase;
}

.cat-links a {
	font-family: 'Montserrat', sans-serif!important;
	text-transform: uppercase!important;
	font-weight: normal!important;
}

.tags-links {
    padding-right: 10px;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif!important;
		text-transform: uppercase;
}

.tags-links a {
	font-family: 'Montserrat', sans-serif!important;
	text-transform: uppercase!important;
	font-weight: normal!important;
}

.entry-meta {
    margin-bottom: 10px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.entry-meta a { font-weight: 600; }

.entry-footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 2em;
}

.entry-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.entry-footer li {
    display: inline-block;
    margin-right: 4rem;
}

.posted-on:before {
    content: ' on ';
}
.posted-on:after {
    content: '.';
}

.tag-icon {
    margin-right: .5rem;
}

footer.entry-footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #15bdee;
	border-bottom: 1px solid #15bdee;
}

/* Blockquotes */
blockquote {
    padding: 1em 1.5em 0;
    margin-bottom: 1em;
    font-style: italic;
    border-top: solid 1px hsl(0, 0%, 80%);
    border-bottom: solid 1px hsl(0, 0%, 80%);
}

blockquote em {
    font-style: normal;
}

blockquote cite {
    display: block;
    margin-top: 1em;
    margin-left: 40%;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.5em;
    text-align: right;
}

blockquote.alignleft {
    width: 50%;
    float: left;
    padding: 1em 0 0;
    margin-right: 2em;
}

blockquote.alignright {
    width: 50%;
    float: right;
    padding: 1em 0 0;
    margin-left: 2em;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Blockquotes responsive */
/* Optional rules that set blockquotes to full width on smaller screens */
@media screen and (max-width: 780px) {
    blockquote.alignleft,
    blockquote.alignright { width: 40%; }
}

@media screen and (max-width:600px) {
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;
    }
}

/* Sidebar Page Style */
.site-content {
    padding-bottom: 4em;
}

@media screen and (max-width: 991px) {
	.site-content {
	  padding-bottom: 0px!important;
	}
}

.entry-header,
.entry-content,
.search-entry-summary,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    max-width: 1510px;
    padding-right: 50px;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .entry-header,
    .entry-content,
    .entry-content-pets,
    .search-entry-summary,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation {
        max-width: 300px;
        position: relative;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.index-box {
    max-width: 820px;
    max-width: 82rem;
    padding: 1em 0 1em;
    margin: 0 auto 2em;
    background: #fff;
    background: hsl(0, 0%, 100%);
}

.index-box blockquote.alignleft,
.index-box blockquote.alignright {
    background: #fff;
    background: hsl(0, 0%, 100%);
    border: none;
}

@media screen and (min-width: 1820px) {
    .index-box blockquote.alignright { padding-right: 2em; }
}

@media screen and (min-width: 1320px) {
    .index-box blockquote.alignleft { padding-left: 2em; }
}

/*--------------------------------------------------------------
12.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-aside .entry-content {
    margin-top: 1em;
}

/*--------------------------------------------------------------
12.3 Comments
--------------------------------------------------------------*/
.comments-title {
    font-weight: 900;
    font-size: 20px;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children { list-style-type: none; }

.comment-list ol { margin-left: 50px; }

.comment-meta { margin-bottom: 1em; }

.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-author .fn {
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.comment-metadata {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.comment-metadata a {
    text-decoration: none;
}
.edit-link, .edit-link a {
    text-decoration: underline;
    color: #fcb526;
    font-weight: bold;
    margin-left: 5px;
}

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 70px; }

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content ol { margin-left: 1.5em; }

.reply {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

/* Comments responsive */
@media screen and (max-width:600px) {
    .comment-list ol { margin-left: 0; }

    .comment-content ol { margin-left: 1.5em; }

    .comment-content,
    .reply { margin-left: 0; }
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}

/* Comment Form */
.comment-reply-title {
    margin-bottom: .5em;
    font-weight: 900;
    font-size: 25px;
		font-family: 'Montserrat', sans-serif!important;
}

.comment-form {
    padding-bottom: 4rem;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.comment-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.comment-form label { display: block; }

.required { color: red; }

.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */
    padding: .5rem 1rem;
    margin: 1rem 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #84bd68;
    background: hsl(100, 39%, 57%);
}

/*--------------------------------------------------------------
12.4 Index and Archive
--------------------------------------------------------------*/

.continue-reading {
    margin: 0 4rem;
    font-weight: 900;
    font-size: 18px;
}

.continue-reading i { margin-left: .5em; }

.sticky-post {
    position: absolute;
    top: 1rem;
    right: 3rem;
}

.taxonomy-description {
    padding-top: 10px;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    border-top: 1px solid hsl(0, 0%, 75%);
    border-bottom: 1px solid hsl(0, 0%, 75%);
}

/*--------------------------------------------------------------
13.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Featured Images */

.single-post-thumbnail {
    background: #b2b2b2 url(images/pattern.svg) repeat;
}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.small-index-thumbnail {
    margin-top: -1em;
    margin-bottom: 1em;
}

/* Optional Image Shifter
@media screen and (min-width: 1820px) {
    .image-shifter {
        width: 1060px;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1540px) and (max-width: 1820px) {
    .image-shifter { margin-right: 380px;}
}

@media screen and (min-width: 1440px) and (max-width: 1819px) {
    .image-shifter {
        width: 1060px;
        float: right;
    }
}
*/

/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text ,
.gallery-caption {
    padding: 0.8075em 1em;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background: #e5e5e5;
    background: hsl(0, 0%, 90%);
}

/*OLD
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
*/

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

/* OLD
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
*/

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}
.site-main .gallery-item {
    position: relative;
    max-width:100%;
    float: left;
    margin-right: 3.333333333%;
    margin-bottom: 3rem;
    background: #333;
    overflow: hidden;
}
.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: hsla(0, 0%, 0%, .8);
    opacity: 0;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.site-main .gallery a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
}









.content-3-1 {
    min-height: 700px!important;
    margin-top: -35px!important;
    background-image: url("images/boatcourse-dad1.jpg")!important;
    background-size: cover !important;
}

.jumbotron-text {
  padding-top: 150px;
}

.content-2-1 {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

.content-2-1 h3 {
  color: #fff;
  font-size: 35px;
  font-family: 'Ubuntu', sans-serif;
}

.overlay-aqua {
    background-color: rgba(21, 189, 238, 0.8)!important;
}

.content-1-4 .image-container .background-image-holder {
    background: #cccccc url('images/boatcourse-waves.jpg') no-repeat center center!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.bg-boatcourse {
    background-color: #174767!important;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: rgba(21, 189, 238, 0.8)!important;
}

.state-thumb img {
  width: 263px;
  height: 175px;
  max-width: 263px;
  max-height: 175px;
}

hr {
    border-color: #fff!important;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.testimonials {
    width: 100%;
    padding: 0px 0 60px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}

.testimonial-title {
  color:#15bdee !important;
}

.testimonial-items {
  text-align: center;
}

.btn-outline.outline-light:hover, .icon.outline-light:hover {
    color: #174767!important;
    background: #ffffff;
}

.btn-outline.outline-light, .icon.outline-light {
    color: #ffffff!important;
    background: none;
    border: 2px solid #ffffff;
}

/*	States
/*----------------------------------------------------*/

.states .state-wrapper
{
    padding-bottom: 25px;
}

.states .state-wrapper .state-item
{
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.states .state-wrapper .state-item .state-thumb
{
    position: relative;
    overflow: hidden;
}

.states .state-wrapper .state-item .state-thumb img
{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

.states .state-wrapper .state-item:hover .state-thumb img
{
    transform: scale(1.1);
}

.states .state-wrapper .state-item .state-thumb .image-overlay
{
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.states .state-wrapper .state-item:hover .state-thumb .image-overlay
{
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.states .state-wrapper .state-item .state-thumb .state-link
{
    position: absolute;
    color: #fff;
    display: block;
}

.states .state-wrapper .state-item .state-thumb .state-link:hover
{
    color: #F39C12;
}

.states .col-sm-4 .state-item .state-thumb .state-link, .states .col-md-3 .state-item .state-thumb .state-link
{
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.states .col-sm-4 .state-item:hover .state-thumb .state-link, .states .col-md-3 .state-item:hover .state-thumb .state-link
{
    display: block;
    top: 58%;
    left: 45%;
}

.states .state-wrapper .state-item .state-details
{
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}

.state-details h4 a {
  color: #174767!important;
}

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

/* Small Devices, Tablets */

@media only screen and (min-width : 768px)
{
    .states .col-sm-4 .state-item .state-thumb .state-link
    {
        left: 40%;
    }
    .states .col-sm-4 .state-item:hover .state-thumb .state-link
    {
        top: 66%;
        left: 40%;
    }
    .states .col-sm-6 .state-item .state-thumb .state-link
    {
        left: 43.4%;
    }
    .states .col-sm-6 .state-item:hover .state-thumb .state-link
    {
        top: 60%;
        left: 43.4%;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px)
{
    .states .col-sm-4 .state-item .state-thumb .state-link
    {
        left: 42%;
    }
    .states .col-sm-4 .state-item:hover .state-thumb .state-link
    {
        top: 62%;
        left: 42%;
    }
    .states .col-md-3 .state-item .state-thumb .state-link
    {
        left: 39%;
    }
    .states .col-md-3 .state-item:hover .state-thumb .state-link
    {
        top: 66%;
        left: 39%;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px)
{
    .states .col-sm-4 .state-item .state-thumb .state-link
    {
        left: 43.4%;
    }
    .states .col-sm-4 .state-item:hover .state-thumb .state-link
    {
        top: 60%;
        left: 43.4%;
    }
    .states .col-md-3 .state-item .state-thumb .state-link
    {
        left: 41.3%;
    }
    .states .col-md-3 .state-item:hover .state-thumb .state-link
    {
        top: 63%;
        left: 41.3%;
    }
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.navbar-toggle {
	background-color: #fff!important;
}

.navbar-toggle .icon-bar {
    background-color: #174767!important;
}
