/*
	Theme Name: Solo Traveler Blog Theme
	Theme URI: http://www.rtwlabs.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework and based on Magazine Pro
	Author: Chris Richardson
	Author URI: http://www.rtwlabs.com/

	Version: 1.0.0

	Tags: black, white, one-column, responsive-layout, custom-background, custom-header, 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
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
		- Responsive Slider
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Custom Content Areas
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

@font-face {
	font-family: 'Icon';
	src:url('../eot/icon.eot');
	src:url('../eot/icond41d.eot?#iefix') format('embedded-opentype'),
		url('../woff/icon.woff') format('woff'),
		url('../ttf/icon.ttf') format('truetype'),
		url('../svg/icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
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:#414142}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-content:before,
.entry:before,
.featured-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-content:after,
.entry:after,
.featured-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: #414142;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	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: #414142;
	color: #fff;
}

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

a {
	background-color: inherit;
	color: #414142;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #0A7280;
}

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

strong {
	font-weight: 700;
}

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

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

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: #414142;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

.wp-caption {
	background-color: #EEEDED;
	padding: 4px;
	text-align: center;
}

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #414142;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #414142;
	font-family: 'Poppins', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #414142;
	font-family: 'Poppins', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #414142;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	padding: 16px 24px;
	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 {
	color: #fff;
	background-color: #0A7280;
}

.entry-content .button:hover {
	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;
}

th,
td {
	text-align: left;
}

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

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


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

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

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

.site-inner {
	clear: both;
	padding-top: 20px;
}

.solotravelerblog-home .site-inner {
	padding-bottom: 10px;
}

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

.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: 750px;
}

.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: 540px;
}

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

/* Primary Sidebar */

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

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

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

.avatar {
	float: left;
}

.home article .avatar {
	margin-right: 10px;
	margin-bottom: 30px;
}

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

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

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

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

.sticky {
}

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
	font-size: 11px;
}

.breadcrumb [aria-label] {
	color: #f0ffff;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

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

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

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

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


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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	position: relative;
	margin-top: 0;
}

.site-header .search-form input[type="submit"] {
	content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'dashicons';
    vertical-align: middle;
    background: none;
    border: none;
    padding-left: 20px;
    width: auto;
    height: auto;
    position: absolute;
    color: #414142;
    right: 0px;
    clip: unset;
    top: 8px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #414142;
	border: 1px solid #414142;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

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

.stw-socials {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.stw-socials .fa {
	padding: 8px 8px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.side-menu .stw-socials {
	text-align: left;
	margin: 15px 0;
}

.side-menu .stw-socials .fa {
	
    margin-left: 5px;
}

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

.entry-title {
	font-size: 34px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #414142;
	font-weight: 500;
}

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

.widget-title {
	clear: both;
	font-size: 20px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.solotravelerblog-home .content .widget-title,
.sidebar .widget-title {
	background-color: #fff;
	color: #58585B;
	padding: 10px;
	border-bottom: 2px solid #58585B;
	text-align: center;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
  
    font-weight: 600;
	text-transform: uppercase;
}

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


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


.sidebar .widget {
	margin: 0 20px;
}
.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.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-bottom: 0;
}

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

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

#text-59 {
	background: #EEEDED;
}

#text-59.widget {
	margin: 0;
	
	}

.stb-about-widget {
	margin: 10px;
	padding: 10.5px 10px;
	overflow: auto;
}

.stb-about-widget h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.janice {
	border-top: 1px solid #00B2B5;
	
}

.tracey {
	border-top: 1px solid #00B2B5;
	
}

.stb-about-widget img {
	
}

.janice img {
	float: left;
	margin: 0 10px 0 0;
}

.tracey img {
	float: right;
	margin: 0 0 0 10px;
}

#text-60 {
	margin-top: 20px;
	text-align: center;
}

#text-60 img {
	margin: 0 5px;
}

.stb-social .fa {
	font-size: 30px;
	padding: 0 10px;
	line-height: 1.7 !important;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px; 
}

.fa-twitter {
	background: #4099FF;
} 

.fa-facebook {
	background: #3B5999;
}

.fa-pinterest {
	background: #C92228;
}

.fa-google-plus {
	background: #D34836;
}

.fa-rss {
	background: #F99000;
}

.fa-instagram {	
	background: #517fa4;
}

#text-57 a {
	color: #0A7280;
}

#text-57 a:hover {
	color: #414142;
}
ul.cat-read-more li {
	float: left;
	font-size: 20px;
padding: 0 10px;
}

.dd_button_v a[data-pin-log="button_pinit"][data-pin-config="above"] {
    margin-top: 30px !important;
}

/* Custom Page Styles
--------------------------------------------- */

.table-full, .table-horizontal {
	width: 100%;
	overflow: auto;
}

.table-item {
	padding: 20px;
	float: left;
	width: 50%;
}

.table-h-item {
	padding: 20px;
	float: left;
	width: 25%;
}

.table-clear {
	clear: both;
}

.category-item {
	margin-bottom: 20px;
}

#accordion {
	padding-top: 20px;
}

#accordion .stb-dest-item {
	border: none;
}

#accordion h2 {
text-align: center; 
font-size: 40px;
background: #fff;
border-top: 2px solid #0A7280;
border-bottom: none;
border-left: none;
border-right: none;
padding-top: 10px;
-moz-border-bottomright: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
outline: none;
}


#accordion .ui-icon-plus:after {content: "↓"}
#accordion .ui-icon-minus:after {content: "↑"}
#accordion .ui-icon-plus, #accordion .ui-icon-minus {
	float: right;
	font-size: 35px;
	color: #0A7280;
	float: right;
font-size: 40px;
background-image: none;
width: auto;
height: auto;
display: block;
text-indent: 0;
overflow: auto;
background-repeat: no-repeat;

}

#accordion .stb-dest-item {
 padding-bottom: 20px; margin-bottom: 20px; overflow: auto;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: none;
}

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

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
 	margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}

.home-middle .featured-content .entry {
	width: 360px;
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
	clear: left;
	margin-right: 30px;
}

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

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

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

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time, 
.js .content .home-top a .entry-time {
	background-color: #0A7280;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
	background-color: #eee;
	clear: both;
	color: #414142;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
	background-color: #0A7280;
	color: #fff;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


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

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

.enews-widget {
	background-color: #414142;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

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

#genesis-responsive-slider {
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 20px !important;
}

html > body .slide-excerpt-border {
	border: 0 !important;
	margin: 0 !important;
	padding: 10px !important;
}

html > body .slide-excerpt-border a:hover {
	color: #000;
}

html > body .slide-excerpt-border h2 {
	font-size: 20px;
	margin: 0;
}

.slide-excerpt {
	background-color: #EEEDED !important;
	opacity: 1 !important;
	margin: 0 !important;
}

.flex-direction-nav li .prev {
	left: 0;
}

.flex-direction-nav li .next {
	right: 0;
}

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

.primary-nav .site-header {
	padding-top: 64px;
	padding-bottom: 25px;
}

.site-header .wrap {
	padding: 30px 0;
}

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

.title-area {
	
	padding-top: 30px;
	flex: 0 1 215px;
}

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

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
	max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.site-title a,
.site-title a:hover {
	color: #414142;
	font-weight: 900;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
	color: #6D6E70;
	text-indent: -9999px;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	height: 0;
	margin-bottom: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;

	display: flex;
    
    justify-content: space-between;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 85px;
	text-indent: -9999px;
	width: 100%;
	margin-bottom: 10px;
}

.header-widget-area {
	flex: 0 1 380px;
}

.header-widget-area .widget_search {
max-width: 300px;
    float: right;
    width: 100%;
}


.header-widget-area .widget_search input[type="search"] {
	border: none;
	border-bottom: 1px solid #414142;
	padding: 6px 16px 12px 16px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #414142;
	font-family: 'Poppins', sans-serif;
 
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #414142;
	
	display: block;
	padding: 15px 10px 15px 0px;
	position: relative;
}

.genesis-nav-menu a:hover

 {
	color: #0A7280;
}

.genesis-nav-menu .current-menu-item > a {}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover { }

.genesis-nav-menu .sub-menu {
	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: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #414142;
	border: 1px solid #bbbbbb;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.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 {
	color: #fff;
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

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

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

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

.site-header:before, .site-header:after, .site-header .wrap:before, .site-header .wrap:after {
	display: none;
}

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

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

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

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

.nav-primary {
	/*background-color: #fff;*/
	
	margin: 55px 0 0 0; 
	flex: 0 1 380px;
}

.nav-primary .wrap {
	background: none;
	
	}

.nav-primary a {
	color: #414142;
	
}

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

.nav-primary .genesis-nav-menu .current-menu-item > a {

}

.nav-primary a {
	padding-bottom: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fbfbfb;
	
	
}

.nav-primary .nav-delimiter a:after {
	content: "|";
	padding: 0 0 0 10px;
	color: #000;
	}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background: #f0ffff;
	padding: 15px 0;
}

.nav-secondary .wrap {
	
	max-width: 900px;
}

.nav-secondary .nav-delimiter a:after {
	content: "|";
	padding: 0 0 0 10px;
	color: #ffffff;
	}
	
.nav-secondary .sub-menu a:after {
	content: "";
	padding: 0;
	}

.nav-secondary a {
	color: #029c9a;
	padding: 10px 0 10px 5px;
	font-size: 20px;
	}

	.home .nav-secondary a {
		color: #029c9a;
	}
/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 10px 0;
}

#responsive-menu-icon-sec {
	cursor: pointer;
	display: none;
	padding: 10px 0;
}

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

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

/*--------------------------------------------------------------
## Off Canvas Menu
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    display: inline-block;
    overflow: visible;
  
    margin: 0;
    padding: 8px 12px 8px 12px;
    border: 0;
    color: inherit;
    background-color: transparent;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
}

@media only screen and (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}

.hamburger:hover {
    opacity: 1;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 16px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    background-color: #000000;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* Spring */

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 6px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* Slideout */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;

    -webkit-overflow-scrolling: touch;
}
.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background-color: #ffffff; /* A background-color is required. Set this to body element's background color */

  /*  will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    /*overflow: hidden;*/
	overflow: visible;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

/* Side menu */

.side-menu {
    display: none;
  
    background-color: #f0ffff;
   
    font-size: 16px;
}

.side-menu > .wrap {
    position: relative;
    padding: 25px;
    margin-top: 56px;
}

.side-menu .widget_nav_menu {
    margin-right: -25px;
    margin-left: -25px;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu .mobile-navigation a {
    display: block;
    padding: 0 0 10px 0;
    color: #029c9a;
	background-color: transparent;
    line-height: 1;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.side-menu .mobile-navigation a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .mobile-navigation .sub-menu {
  border: none;
    opacity: 1;
    position: initial;
}

.side-menu .mobile-navigation .sub-menu a {
	margin-left: 14px;
	border-left: none;
    border-right: none;
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

.side-menu .widget:last-child {
    margin-bottom: 0;
}

.side-menu .widget-title {
    color: #85888d;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.dashicons.close-icon {
   position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #000000;
}

@media only screen and (min-width: 501px) {
    .dashicons.close-icon {
        display: none;
    }
}


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

/* Custom Content Areas
--------------------------------------------- */

.news-search {
	background: #00B2B5;
	margin-bottom: 20px;
	overflow: auto;
	
    padding: 5px 0 5px 5px;
}

.news-search .stb-news {
	float: left;
	width: 65%;
}

.stb-news h3 {
	color: #fff;
	float: left;
	line-height: 1.4;
	margin: 5px;
}

.stb-news input, .stb-news .af-body input {
	width: 59% !important;
	float: left !important;
	margin: 5px !important;
	padding: 5px !important;
	line-height: 1.5;

}

.stb-news .af-element {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.stb-news .af-clear {
    clear: initial !important;
}

.stb-news [type="submit"], .stb-news .af-body [type="submit"] {
	width: 18% !important;
    background: #BCE3E5;
    padding: 5px !important;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-top: 4px;
}

.news-search .stb-search {
	float: right;
	width: 35%;
}

.stb-search .search-form input[type="submit"]{
	background: url('../png/search.png') no-repeat;
	height: 30px;
	width: 30px;
	text-indent: 9999px;
	margin: 5px;
	padding: 5px;
	position: inherit;
}

.stb-search input[type="search"] {
	margin: 5px;
	padding: 5px;
	line-height: 1.5;
	width: 78%;
}

/* Homepage STW
--------------------------------------------- */

.stw-home {

}

.stw-home .home-hero {
	display: flex;
	
	margin-bottom: 60px;
}

.stw-home .home-hero .col-1 {
	flex: 0 1 480px;
	background-color: #f0ffff;
    padding: 15px 35px;
}

.stw-home .home-hero .col-2 {
	flex: 0 1 660px;
	/*background-image: url('images/home-hero.jpg');
	background-size: cover;
	background-position: center;*/
}

.stw-home .home-hero h2 {
	font-family: 'Barlow', sans-serif;
    font-weight: bold;
    color: #029c9a;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 75px;
    margin: 0;
}

.stw-home .home-featured {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.stw-home .home-featured .col {
	flex: 0 1 360px;
}

.stw-home .home-featured img {
	display: block;
	margin: 0 auto;
}

.stw-home .home-featured .feat-title {
	background-color: #f0ffff;
	padding: 20px;
	height: 100px;
}

.stw-home .home-featured .feat-title h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
    line-height: 30px;
    font-weight: 500;
	margin: 0;
}

.stw-home .home-featured .feat-title h3 a {
	color: #029c9a;
}

.stw-home .home-posts {
	margin-bottom: 10px;
}

.stw-home .home-posts .section-title {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
    line-height: 30px;
    font-weight: 600;
	margin: 0 0 20px 0;
	display: inline-block;
	color: #414142;
}

.stw-home .home-posts .section-title a, .stw-home .home-posts .section-title span {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
    line-height: 30px;
    font-weight: 600;
	margin: 0;
	display: inline-block;
}

.stw-home .home-posts .section-title span.post-recent {
	color: #414142;
}

.stw-home .home-posts .section-title a.post-all {
	color: #E01B22;
}

.stw-home .home-posts .post-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stw-home .home-posts .post-item {
	flex: 0 1 360px;
	margin-bottom: 45px;
}

.stw-home .home-posts .post-item img {
	display: block;
	margin: 0 auto 10px auto;
}

.stw-home .home-posts .post-item h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
    line-height: 30px;
    font-weight: 500;
	margin: 0;
}

.stw-home .home-posts .post-item h3 a {
	color: #273541;
}

.stw-home .home-news {
	margin-bottom: 60px;
    display: flex;
   
    justify-content: space-between;
}

.stw-home .home-news .col-1 {
	flex: 0 1 60px;
}

.stw-home .home-news .col-2 {
	flex: 0 1 1060px;
}

.stw-home .home-news .input-wrapper {
	 display: flex;
   
    justify-content: space-between;

}

.stw-home .home-news h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
 	text-transform: uppercase;
    font-weight: 600;
	margin: 0;
	display: inline-block;
	letter-spacing: 1px;
}

.stw-home .home-news img {
	display: block;
    float: left;
    margin-right: 20px;
}

.stw-home .home-news form {
	
}

.stw-home .home-news form .af-element {
	flex: 0 1 935px;
}

.stw-home .home-news form .af-element.buttonContainer {
	flex: 0 1 100px;
}

.stw-home .home-news form input[type="text"] {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
 	border: none;
 	border-bottom: 1px solid #808285;
 	font-weight: 400;
 	padding: 5px 0 10px 0;
}

.stw-home .home-news form input[type="submit"], .stw-home .home-news form button {
	background-color: #E01B22;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
 	text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 28px;
    letter-spacing: 1px;

}

.stw-home .home-blocks {
	margin-bottom: 60px;
	display: flex;
	
	justify-content: space-between;
}

.stw-home .home-blocks .col {
	flex: 0 1 360px;
}

.stw-home .home-blocks .col img {
	margin: 0 auto;
	display: block;
}

.stw-home .home-seenin {
	margin-bottom: 60px;
}

.stw-home .home-seenin span {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
    line-height: 30px;
    font-weight: 600;
	margin: 0 0 10px 0;
	display: inline-block;
	color: #414142;
}

.stw-home .home-seenin .seenin-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stw-home .home-seenin .list-item {
	flex: 0 1 115px;
}

.stw-home .home-seenin .list-item img {
	display: block;
	margin: 0 auto;
}

.stw-home .home-instagram {
	margin-bottom: 60px;
}

.stw-home .home-instagram .section-title {
	font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: inline-block;
    color: #414142;
    width: 100%;
    border-bottom: 1px solid #414142;
    padding-bottom: 12px;
}

.stw-home .home-instagram .section-title a, .stw-home .home-instagram .section-title span {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
    line-height: 30px;
    font-weight: 600;
	margin: 0;
	display: inline-block;
}

.stw-home .home-instagram .section-title span.post-recent {
	color: #414142;
}

.stw-home .home-instagram .section-title a.post-all {
	color: #E01B22;
}

.stw-home .home-instagram .insta-wrapper {
	border-bottom: 1px solid #414142;
}

.stw-home .home-team {
	margin-bottom: 0px;
	padding-bottom: 20px;
	display: flex;
	    border-bottom: 1px solid #414142;
	justify-content: space-between;
}

.stw-home .home-team .col-1 {
	flex: 0 1 550px;
}

.stw-home .home-team .col-1 .about-item {
	border-bottom: 1px solid #00B2B4;
	margin-bottom: 20px;
    padding-bottom: 20px;

}

.stw-home .home-team .col-1 .about-item.last {
	border-bottom: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

.stw-home .home-team .col-1 .about-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.stw-home .home-team .col-1 p {
	font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #414142;
    margin: 0 0 10px;
}

.stw-home .home-team .col-1 span {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #414142;
}

.stw-home .home-team span.mobile {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: inline-block;
    color: #414142;
    display: none;
}

.stw-home .home-team .col-2 {
	flex: 0 1 550px;
}

.stw-home .home-team .col-2 img {
	display: block;
	margin: 0 auto;
}

.stw-home .home-team .col-2 a {
	background-color: #f0ffff;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
    line-height: 16px;
    font-weight: 500;
    color: #029c9a;
    padding: 35px 20px;
    display: block;
}

.stw-home .home-team i {
	color: #E01B22;
    font-size: 32px;
    margin-bottom: 15px;
}

.stw-home .home-team i.fa-quote-right {
	float: right;
}

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

.entry {
	margin-bottom: 60px;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content a {
	color: #0A7280;
}

.entry-content a:hover {
	color: #414142;
}

.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a  {
	color: #414142;
}

.entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover, .entry-content h5 a:hover, .entry-content h6 a:hover  {
	color: #0A7280;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	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-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

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

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

.entry-header .avatar {
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.post-meta {
	margin-bottom: 30px;
}

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

.after-entry {
	border-bottom: 1px solid #414142;
	border-top: 2px solid #414142;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

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

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #414142;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

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

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

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

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

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

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

.bypostauthor {
}

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


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

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

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

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

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #414142;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

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


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

.footer-widgets {
	background-color: #333132;
	color: #ffffff;
	clear: both;
	font-size: 18px;
	padding: 60px 0 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.footer-widgets span {
	font-size: 16px;
	display: block;
}

.footer-widgets .footer-widgets-3 p {
	font-size: 13px;
}

.footer-widgets .footer-widgets-3 a {
	font-weight: bold;
}

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

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

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

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

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets .widget_nav_menu a {
	font-size: 20px;
}

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

.footer-widgets p:last-child {
	margin-bottom: 0;
}

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

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .widget_nav_menu li {
	margin-bottom: 5px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #414142;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #fff;
	color: #414142;
}

.footer-signup {
background: #ffffff;
padding: 5px;
}

.footer-signup .footer-signup-wrap {
	display: flex;
	justify-content: space-between;
}

.footer-signup strong {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: inline-block;
    letter-spacing: 1px;
    color: #414142;
}

.footer-signup .col-1 {
	flex: 0 1 45px;
}

.footer-signup .col-2 {
	flex: 0 1 290px;
}

.footer-signup form {


}

.footer-signup form .af-element {
	flex: 0 1 935px;
}

.footer-signup form .af-element.buttonContainer {
	flex: 0 1 100px;
}

.footer-signup form input[type="text"] {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
 	border: none;
 	border-bottom: 1px solid #808285;
 	font-weight: 400;
 	padding: 5px 0 10px 0;
}

.footer-signup form input[type="submit"] {
	background-color: #E01B22;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    float: right;
    margin: 5px 0;
    display: block;

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

.site-footer {
	background-color: #BBBDC0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #BBBDC0;
	padding: 10px 0;
}

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

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

.site-footer p {
	margin-bottom: 0;
	font-size: 10px;
}

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

@media only screen and (max-width: 1317px) {
	/*.site-inner,
	.wrap {
		max-width: 1060px;
	}

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

	.content {
		width: 690px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 330px;
	}

	.genesis-nav-menu {
		font-size: 13px;
	}

	.stb-social .fa {
	font-size: 25px;
	width: 40px;
	height: 40px; 
	}*/

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 380px;
	}

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

	.content {
		width: 630px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}
	
	.genesis-nav-menu {
		font-size: 12px;
	}

	.stw-home .home-posts .post-grid {
	
}

.stw-home .home-posts .post-item {
	flex: 0 1 305px;
	
}
	
	.stw-home .home-featured .col, .stw-home .home-blocks .col {
    flex: 0 1 310px;
}
	
	.stw-home .home-team .col-1, .stw-home .home-team .col-2 {
    flex: 0 1 450px;
}


}

@media only screen and (max-width: 1024px) {
.stw-home .home-featured .col {
    flex: 0 1 300px;
}

.stw-home .home-posts .post-item {
    flex: 0 1 310px;
}

.stw-home .home-blocks .col {
    flex: 0 1 300px;
}

.stw-home .home-team .col-2, .stw-home .home-team .col-1 {
    flex: 0 1 465px;
}



}

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

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle .featured-content .entry,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}
	
	.header-image .site-header .title-area {
		padding-top: 30px;
	}

	.nav-primary {
		position: static;
		display: none;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area {
		padding-bottom: 0;

	}

	.header-widget-area {
		display: none;
	}

	.header-image .site-header .wrap {
   position: relative;
    justify-content: center;
}

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

	.hamburger {
		position: absolute;
    left: 0;
    top: 45px;
	}

	.header-image .site-title a {
   
    min-height: 60px;
}

	.site-header {
		position: fixed;
	width: 100%;
	background: #ffffff;
	z-index: 100;
	}

	.site-inner {
		margin-top: 110px;
	}

	.stw-home .home-hero h2 { 
	    font-size: 40px;
	    line-height: 50px;
	}

	.stw-home .home-featured .col {
    	flex: 0 1 200px;
	}

	.stw-home .home-featured .feat-title {
    	padding: 5px;
    }

    .stw-home .home-featured .feat-title h3 {
	    font-family: 'Poppins', sans-serif;
	    font-size: 20px;
	    line-height: 28px;
	}

	.stw-home .home-posts .post-item {
	    flex: 0 1 325px;
	}

	.stw-home .home-featured .col {
    	flex: 0 1 200px;
	}

	.stw-home .home-news .col-1 {
	    margin-right: 20px;
	}

	.stw-home .home-blocks .col {
	    flex: 0 1 200px;
	}

	.stw-home .home-team .col-2, .stw-home .home-team .col-1 {
	    flex: 0 1 325px;
	}

	.footer-widgets {
		text-align: center;
	}

	.footer-signup .col-2 {
	    flex: 1 1 290px;
	}

	.footer-signup .col-1 {
	   
	    margin-right: 20px;
	}

}

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

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.header-image .site-header .title-area {
		padding-top: 30px;
	}
	
	.genesis-nav-menu .menu-item { 
		/*text-align: left;
		width: 100%;*/
		
	}

	.side-menu .genesis-nav-menu .menu-item {
		width: 100%;
	}
	
	.nav-primary .nav-delimiter a:after {
		content: "";
		padding: 0;
	}
	
	

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

	.nav-primary .responsive-menu {
		display: none;
	}

	.nav-primary #responsive-menu-icon {
		display: block;
		text-align: center;
	}
	
	.nav-secondary .responsive-menu {
		display: none;
	}

	.nav-secondary #responsive-menu-icon-sec {
		display: block;
		text-align: center;
	}
	
	.news-search {
		overflow: hidden;
		margin-bottom: 0;
		display: none;
	}
	
	.news-search .stb-news {
		width: 100%;
		display: none;
	}

	.stb-news h3 {
		width: 100%;
		text-align: center;
	}
	
	.stb-news input {
		width: 97%;
	}
	
	.stb-news [type="submit"] {
		width: 97%;
	}
	
	.news-search .stb-search {
		width: 100%;
	}
	
	.stb-search input[type="search"] {
		width: 80%;
	}

	.table-item {
		padding: 20px;
		float: left;
		width: 100%;
	}

	.table-h-item {
		padding: 20px;
		float: left;
		width: 100%;
	}
	
	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

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

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

	.one-fourth {
		margin: 0 0 20px 5%;
		width: 42%;
	}
}
@media only screen and (max-width: 700px) {

	.stw-home .home-featured .col {
	    flex: 0 1 190px;
	}

	.stw-home .home-posts .post-item {
	    flex: 0 1 295px;
	}

	.stw-home .home-blocks .col {
	    flex: 0 1 295px;
	}

	.stw-home .home-team .col-2, .stw-home .home-team .col-1 {
	    flex: 0 1 295px;
	}
}

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

	.stw-home .home-hero {
    	flex-wrap: wrap;
    	margin-bottom: 30px;
	}

	.stw-home .home-hero h2 {
	    text-align: center;
	}

	.stw-home .home-hero .col-2 {
	    min-height: 265px;
	}

	.stw-home .home-featured {
	    margin-bottom: 0;
	}

	.stw-home .home-featured .col {
	    flex: 0 1 360px;
	    margin: 0 auto 30px auto;
	}

	.stw-home .home-featured .feat-title h3 {
	    text-align: center;
	}

	.stw-home .home-featured .feat-title {
	    height: auto;
	}

	.stw-home .home-posts .post-item {
	    flex: 0 1 360px;
	    margin: 0 auto 45px auto;
	}

	.stw-home .home-news .col-1 {
	    display: none;
	}

	.stw-home .home-news .input-wrapper {
	    flex-wrap: wrap;
	}

	.stw-home .home-news h3 {
	    font-size: 21px;
	}

	.stw-home .home-blocks {
	    flex-wrap: wrap;
	}

	.stw-home .home-blocks .col {
	    flex: 0 1 550px;
	    margin-bottom: 30px;
	}

	.stw-home .home-seenin .list-item {
	    flex: 0 1 75px;
	}

.stw-home .home-team span.mobile {
   
    display: block;
}

	.stw-home .home-team {
	    flex-wrap: wrap;
	}

	.stw-home .home-team .col-2, .stw-home .home-team .col-1 {
	    flex: 0 1 550px;
	}
	

	#sb_instagram #sbi_images {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

	#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
   
    flex: 0 1 50%;
}



	

}
