/*
	Theme Name: Sea Soring Marine
	Theme URI: http://www.seasoaringmarine.com/
	Description: Genesis Child theme built for Wayne Baddock at Sea Soaring Marine
	Author: Tye Brown - Aguawebs
	Author URI: http://www.aguawebs.com/

	Version: 1.0.2
	Template: genesis
	Template Version: 2.1

	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
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- 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;
}

@font-face {
    font-family: 'LCALLIG';
    src: url('fonts/LCALLIG.eot');
    src: local('fonts/LCALLIG'),
    url('fonts/LCALLIG.woff') format('woff'),
    url('fonts/LCALLIG.ttf') format('truetype');
}

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

/* Baseline Normalize
	normalize.css v2.1.3 | 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], template {
    display: none
}

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

body {
    margin: 0
}

a {
    background: transparent
}

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: 700
}

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: -.5em
}

sub {
    bottom: -.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
--------------------------------------------- */

.author-box:before,
.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;
}

.author-box:after,
.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
--------------------------------------------- */

body {
    background-color: #fff;
    color: #777;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.625;
}

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 {
    color: #31b2ed;
    text-decoration: none;
}

a:hover {
    color: #333;
}

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

strong {
    font-weight: 700;
}

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

li {
    list-style-type: none;
}

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

blockquote {
    margin: 40px;
}

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

cite {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #004672;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
    background-color: #31b2ed;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
    background-color: #333;
    color: #fff;
}

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

.button {
    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;
    width: 100%;
}

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

td,
th {
    text-align: left;
}

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

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


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

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

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

.enterprise-pro-landing .wrap {
    max-width: 800px;
}

.site-inner {
    background-color: #f5f5f5;
    background-image: url(images/background-trans.png);
    background-size: cover;
    border-top: 1px solid #ececec;
    clear: both;
    padding-top: 40px;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

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

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

/* Content */

.content {
    float: right;
    width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-primary .button {
    width: 100%;
    text-align: center;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

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

/* 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-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

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

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

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

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    padding: 40px;
}

.post-type-archive-testimonial .content {
    background: #fff;
    margin-bottom: 40px;
    padding: 40px
}

.post-type-archive-testimonial .testimonials {
    display: none;
}

.testimonials a.button {
    margin: 15px auto;
    padding: 6px 8px;
}

.testimonials a.button {
    text-align: center;
}

.testimonials {
    text-align: center;
}

.testimonials .slide {
    text-align: left;
}


.author-box-title {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 8px;
}

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

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

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

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 30px;
    margin: 0;
}

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

.entry-title a:hover {
    color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
    margin: -40px -40px 40px;
    padding: 20px 30px;
    background: #004672;
    color: #fff;
}

.home-bottom .widget-title a {
    color: #fff;
}

.home-bottom .widget-title a:hover {
    color: #31b2ed;
}

.feature-me a.fmcta-button, .button {
    border-radius: 0 !important;
    background: #CB2917 !important;
}

.feature-me a.fmcta-button:hover, .button:hover {
    border-radius: 0 !important;
    background: #4E82BD !important;
    border-radius: 4px;
}

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

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

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

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

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

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

.wp-caption-text {
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}


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

.widget {
    word-wrap: break-word;
    margin-bottom: 40px;
}

.widget li {
    /*	border-bottom: 1px dotted #ececec;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    width: 100%;
}

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

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

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
    border-bottom-width: 0;
    padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
    margin: 0;
    padding: 30px 40px;
}

.featured-content .entry {
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.featured-content .entry-header {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}

.featured-content .entry-title {
    font-size: 20px;
    margin: 0;
}

.featured-content .entry-content {
    padding: 20px 40px 40px 40px;
}

.featured-content .alignnone {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}

.featured-content img {
    margin-bottom: -7px;
}

.featured-content .more-link {
    display: block;
    font-weight: 700;
    margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 40px;
}

.footer-widgets .featured-content .alignnone {
    margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
    background: none;
    border: none;
    margin-bottom: 30px;
}


.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
    border: none;
    padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
    padding: 0;
}


#menu-top-menu {
    line-height: 30px;
}

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

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

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    width: 100% !important;
}

label {
    color: #004672 !important;
    font-weight: 500;
}

label span {
    margin-left: .5rem;

}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
    margin: 0;
}

.site-container #genesis-responsive-slider {
    border-width: 0;
    padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
    margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
    float: none;
    text-align: center;
}

.site-container #genesis-responsive-slider li {
    border-width: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

/* 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;
    padding: 16px;
}

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

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

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

#wpstats {
    display: none;
}


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

.site-header {
    background: #4e82bd;
}

.site-header .wrap {
    padding: 0;
    /* 	min-height: 300px; */
    padding-top: 15px;
}

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

.title-area {
    float: left;
    padding: 0 0 4px;
    width: 1150px;
}

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

/*
.site-title {
	font-family: 'LCALLIG' !important;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
	letter-spacing: 2px;
}

.site-title a,
.site-title a:hover {
	color: #000;
}


.site-description {
	color: #bcbec0;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	text-align:center;
}

.site-header .wrap {
	display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-header .site-info {
	align-items: center;
	background: url(../../../wp-content/uploads/2015/10/eagle-e1445142802515.png) top center no-repeat;
}

.site-header .columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.site-header .wayne {
		align-items: flex-end;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.wayne {
	background: url(../../../wp-content/uploads/2015/10/wayne-flip.png);
	background-size : contain;
	background-repeat: no-repeat;
	min-height: 250px;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	 text-indent: -9999px;
}
*/

.site-header {
    background: url('https://dev.seasoaringmarine.com/wp/wp-content/themes/seasoaringmarine/images/background.png');
    background-repeat: repeat-x;
    background-size: contain
}

.site-header .wrap a {
    padding-top: 22px;
    display: block;
}


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

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

.site-header .widget-area .widget {
    margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
    border: none;
    margin: 0;
    padding: 0;
}


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

.genesis-nav-menu {
    clear: both;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    display: flex;
}

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

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: center;
    flex: 1;
}

.genesis-nav-menu a {
    display: block;
    padding: 20px 8px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-menu-item > a {
    background: #31b2ed;
    color: #004672;

}

.genesis-nav-menu .current-menu-item > a {
    background: #31b2ed;
    color: #004672;
}

.genesis-nav-menu .sub-menu {
    /*border-top: 1px solid #ececec;*/
    left: -9999px;
    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: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {

    border-top: none;
    font-size: 14px;
    padding: 16px 24px;
    position: relative;
    width: 260px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 199px;
}

.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 {
    float: right;
    list-style-type: none;
    padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
    display: inline-block;
    padding: 20px 24px;
}

.genesis-nav-menu > .search {
    padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
    font-size: 12px;
    padding: 12px 20px;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
    content: "\f140";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    padding-left: 8px;
    vertical-align: middle;
}

.genesis-nav-menu .sub-menu .menu-item {
    text-align: left;
}

.genesis-nav-menu .sub-menu {
    width: 285px !important;
}

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

.site-header .widget_nav_menu {
    color: #004672;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

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

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

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

.nav-primary .sub-menu {
    border-color: #31b2ed;
}

.nav-primary .sub-menu a {
    background-color: #004672;
    /*border-color: #31b2ed;*/
    color: #fff;
}

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

.nav-secondary {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
    padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
    color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
    color: #31b2ed;
}

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

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

.responsive-menu-icon::before {
    content: "\f333";
    display: block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.site-header .responsive-menu-icon::before {
    padding: 0;
}


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

/* Home Page
--------------------------------------------- */

.home-top {
    border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
    padding-top: 20px;
}

.home-top .entry {
    background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
    margin-bottom: 0;
}

.home-top a.alignleft,
.home-top a.alignright {
    width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home-top .featured-content .entry-header {
    border: none;
    padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
    font-size: 30px;
}

.home-top .featured-content .entry-content {
    padding: 0 40px;
}

.home-top .more-link {
    display: table;
    text-align: center;
}


.home-bottom .feature-me {

    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
}

.home-bottom .feature-me .widget {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
}


.home-bottom .feature-me:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.home-bottom .fmcta_feature_id_image {
    margin: -40px;
    margin-bottom: 33px;
}

.fmcta-button {
    width: 100%;
    text-align: center;
}


.home-bottom {
    display: flex;
}


.home-bottom .featuredpage {
    flex: 1
}


.home-bottom .featuredpage {
    display: flex;
    flex-direction: column;
}

.home-bottom .featuredpage .widget-wrap,
.home-bottom .featuredpage .widget-wrap .entry {
    flex: 1;
    height: 100%;
}

.home-bottom .featuredpage .widget-wrap .entry {
    display: flex;
    flex-direction: column;
}


.home-bottom .featuredpage .widget-wrap .entry .entry-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.entry {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    padding: 40px;
    margin-bottom: 40px;
}

.entry-header {
    border-bottom: 1px solid #ececec;
    margin: -40px -40px 40px;
    padding: 40px;
}

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

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.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 code {
    background-color: #333;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
}

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

.entry-header .entry-meta {
    margin: 10px 0 0;
}

.entry-footer {
    margin-top: 22px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #ececec;
    margin: 0 -40px;
    padding: 40px 40px 0;
}

.entry-tags {
    float: right;
}

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

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}

.after-entry .widget {
    margin: 0;
    padding: 40px;
}

.after-entry .widget-title {
    border-top: 1px solid #ececec;
    margin: -40px -40px 30px;
    padding: 30px 40px;

}

.after-entry .widget:first-child .widget-title {
    border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
    border-bottom: none;
}

.after-entry .featured-content .more-from-category {
    padding: 20px 40px;
}

.after-entry li {
    list-style-type: none;
}

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

.pagination {
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #31b2ed;
    color: #fff;
}

.entry-pagination.pagination {
    margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}

.comment-respond {
    padding: 40px 40px 16px;
}

.comment-respond h3 {
    border-bottom: 1px solid #ececec;
    margin: -40px -40px 40px;
    padding: 30px 40px;
}

.entry-comments {
    border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}

.comment-list li.depth-1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}

.comment-content {
    clear: both;
}

.comment-list li {
    padding: 40px 40px 0;
}

.comment-list li li {
    padding-right: 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;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
    color: #aaa;
    font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
    color: #31b2ed;
}

.ping-list li {
    padding: 40px 40px 16px;
}

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

.comment-reply-link {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    padding: 40px;
}

.testimonials {
    background-color: #fff;
    border-top: 0px solid #ececec;
    clear: both;
    padding-top: 40px;
}

.slick-track {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


.slick-track .slide {
    padding: 30px;
}

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

.footer-widgets {
    background: #004672;
    border-top: 1px solid #ececec;
    clear: both;
    padding-top: 40px;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets li {
    /*	border-bottom: 1px dotted #ececec; */
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 22.5%;
    margin: 0 1.25%;
}

.footer-widgets-1 {
    /*	margin: 0 1.25%; */
}

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

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

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

.footer-widgets #text-4 h4.widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

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

.site-footer {
    background-color: #fff;
    border-top: 1px solid #ececec;
    color: #aaa;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.site-footer a {
    color: #aaa;
}

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

.site-footer p {
    margin-bottom: 0;
}


/*
Extra Widgets etc
---------------------------------------------------------------------------------------------------- */

.topbar {
    border-top: 2px solid #CB2917;
    background: #fff;
    position: absolute;
    width: 100%;
    line-height: 100%;
    padding: 5px;
    padding-bottom: 0;
    z-index: 200;
}

#topbar section {
    float: right;
    margin-bottom: 0;
}

#topbar li {
    float: left;
    margin: 0 10px;
    border: none;
    padding-bottom: 0;
}

#topbar li a {
    color: #CB2917;
}

#topbar li a:hover {
    color: #222;
}

.simple-social-icons ul li {
    margin: none;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    font-size: 18px !important;
}


/*
Sea Soring Articles
---------------------------------------------------------------------------------------------------- */

.blog .more-link,
.archive .more-link {
    display: block;
    margin-top: 40px;
    max-width: 300px;
}

.page-id-231 .singular-featured-image,
.page-id-3167 .singular-featured-image {
    display: none;
}

.page-id-231 .wpv-filter-form {
    /*border: 1px solid #ccc;
    background:rgba(0,0,0,0.1); */
    font-size: 20px;
    padding: 10px;
}

ul.categorychecklist {
    margin-left: 0 !important;
    padding-left: 0;

}

ul.categorychecklist li {
    float: left;
    margin-right: 20px;
    list-style-type: none !important;
    margin-left: 0;
    padding-left: 0;
}

.article_download {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.article_download_title {
    font-weight: bold;
    color: #444;
}

.article_download_title .article_download_date {
    font-weight: normal;
    color: #ccc;
    font-size: 12px;
}

.article_download_link {
    text-align: right;
}

.article_download_link a[href$=".pdf"] {
    padding: 10px 42px 10px 0;
    background-image: url(images/pdf.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.article_download_link a[href$=".doc"], .article_download_link a[href$=".docx"] {
    padding: 10px 42px 10px 0;
    background-image: url(images/word.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.sidebar input[type=checkbox]:not(old),
.sidebar input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;

}

.sidebar input[type=checkbox]:not(old) + label,
.sidebar input[type=radio]:not(old) + label {
    /* display      : inline-block; */
    margin-left: -28px;
    padding-left: 28px;
    background: url('images/checks.png') no-repeat 0 0;
    line-height: 24px;
}

.sidebar input[type=checkbox]:not(old):checked + label {
    background-position: 0 -24px;
}

.sidebar input[type=radio]:not(old):checked + label {
    background-position: 0 -48px;
}

.page-id-231 #wp_views_filter-5 h4.widget-title {
    margin-bottom: 0;
}


/*
Products
---------------------------------------------------------------------------------------------------- */

li.product h3 {
    text-align: center;
    font-size: 18px;
}

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

.pricing-heading p {
    margin-bottom: 0px;
}

a.icon-button {
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 0 !important;
    position: relative !important;
    text-shadow: none !important;
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
}

a.icon-button:hover {
    color: #fff !important;
}

.pricing-table a.icon-button {

}


/*
Courses
---------------------------------------------------------------------------------------------------- */

.entry-content ul.course {
    margin-left: 0 !important;
}

.entry-content ul.course li.course_wrap {
    text-align: center;
}

.entry-content ul.course li.course_wrap .course_link {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.page-id-3167 .course_wrap a.button {
    background: #4E82BD !important;
}


.course_wrap a.button:hover {
    background: #CB2917 !important;
}


.course-img img {
    border: 2px solid #fff;
}


a.wp-block-button__link,
.mepr-price-box-button a {
    background-color: #31b2ed;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    width: auto;
    display: inline-block;
    border-radius: 0 !important;
    background: #CB2917 !important;
    text-transform: uppercase;
}

a.wp-block-button__link:hover,
.mepr-price-box-button a:hover {
    background: #4E82BD !important;
}

.mepr-price-boxes {

    border-radius: 0;

}

.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box {
    background-color: #fff !important;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
    font-size: 110%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-price {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #004672;
    font-size: 180%;
}


.mepr-price-menu.minimal_horizontal .mepr-price-box-benefits {
    margin-bottom: 20px;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-footer {
    margin-bottom: 20px;
}


.mpcs-classroom a {
    color: #fff;
}

/*
Events Calendar
---------------------------------------------------------------------------------------------------- */

.entry .entry {
    border: none;
    padding: 0;
}

.tribe-events-cal-links, .tribe-events-ical {
    display: none;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

}

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

    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 620px;
    }

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

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 22.5%;
    }

    .footer-widgets-1 {
        margin: 0 1.25%;
    }

}

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

    .wrap {
        max-width: 768px;
    }

    .home-top .wrap {
        max-width: 750px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    . {
        padding: 20px 5%;

    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

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

    .featured-content .alignnone {
        display: block;
        text-align: center;
    }

    .home-top a.alignleft,
    .home-top a.alignright {
        width: 100%;
    }

    .home-top .featured-content .entry-header {
        clear: both;
        padding: 40px 40px 0;
    }

    .home-top .featured-content .entry-content {
        padding: 0 40px 40px;
    }

}

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

    .article_download_link {
        text-align: left;
        margin: 15px 0;
    }

    .wayne {
        background-position: bottom left;
        min-height: 200px;
    }

    .site-info {
        background: none !important;
        align-items: flex-start;
    }

    .site-title {
        font-size: 30px;
    }

    .site-description {
        font-size: 18px;
    }


    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

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

    .home-bottom .feature-me {
        width: 100%;
        margin-left: 0;
    }

    .home-top .more-link {
        display: block;
    }

    .home-bottom .widget {
        margin: 0 0 40px;
        width: 100%;
    }

    .header-image .site-title a {
        background-size: contain !important;
    }

    .genesis-nav-menu.responsive-menu,
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

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

    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        /*	background: none; */
        border: none;
        display: block;
        line-height: 1;
        padding: 16px 20px;
        text-transform: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 55px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 16px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
        /*background:rgba(0,0,0,0.3);
        background: #31B2ED;*/
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:hover {
        background: #31B2ED;
    }

    .genesis-nav-menu > .menu-item-has-children > a:after {
        content: "";

    }


    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        /*	background-color: rgba(0, 0, 0, 0.05); */
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 12px 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }

    .nav-primary .genesis-nav-menu.responsive-menu {
        padding-bottom: 16px;
    }

    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
        /*	background-color: rgba(0, 0, 0, 0.07); */
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }

}


/* _ _ _ _ New Styles _ _ _ _ */

.featuredpage {
    background: #fff
}

.featuredpage .entry-title {
    margin: -40px -40px 0px;
    padding: 20px 30px;
    background: #004672;
    color: #fff;
}


.featuredpage .entry-title a {
    color: #fff;
}

.featuredpage .entry-title a:hover {
    color: #31b2ed;
}

a.more-link {
    border-radius: 0 !important;
    background: #CB2917 !important;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    font-weight: 400 !important
}

.featuredpage .entry-header {
    padding-bottom: 0 !important;
    border-bottom: 0px solid #ececec;
}

.grid-container {
    display: grid;
    grid-gap: 30px;
	margin-bottom: 50px
}
.grid-item {
    /* Add styles for your grid items here */
}

/* Desktop Styles (default styles) */
.grid-container {
    grid-template-columns: repeat(3, 1fr);
}

.video-wrap .type-video.entry {
    margin-bottom: 0;
    padding: 0;
}
.video-wrap .type-video .entry-header {
    border: none;
    margin: 0;
    padding: 0;
}
.video-wrap .type-video .entry-footer {
    margin: 0;
}
.video-wrap .type-video .entry-title {
    padding: 20px;
    font-size: 24px;
}
.video-wrap .type-video .entry-title a {
    color: #024770;
}
.video-heading,.video-description{
    margin-bottom: 15px
}
.description-video{
    margin: 25px 0;
}
.video-description {
    background: #fff;
    padding: 10px;
}
.thumbnail-video img {
    height: 250px;
    object-fit: cover;
    display: block;
    width: 100%;
}
/* Tablet Styles */
@media (max-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .blog-wrap.grid-container {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }
}
