/*!
 * Passion Style 1.0.6
 *---------------------------------------------*/

/********************************************
 * General
 ********************************************/
object, embed, iframe {
	max-width: 100%;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

figure {
	display: block;
	margin: 0;
}

figcaption {
	margin-top: 0.5em;
}

body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	background: #f9f9f9;
}
pre {
	padding-bottom: 1.25em;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
}

/********************************************
 * WP Required Class
 ********************************************/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
	text-align: center;
}

.wp-caption p.wp-caption-text {
	margin: 0.5em;
	color: #888;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;	
}

.gallery .gallery-caption {
	margin: 0 0 1em;
	font-size: 0.8em;
}

.gallery dl {
	margin: 0;
}

.format-gallery .entry-content {
	clear: both;
}
.bypostauthor {
	
}
/********************************************
 * Header
 ********************************************/
.site-header {
	background: #3B5998;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	padding-bottom: 1em;
}

.contain-to-grid,
.top-bar {
	background: #333333;
}



.admin-bar .contain-to-grid.fixed {
	margin-top: 32px;
}

.top-bar .logo {
	margin-top: 0px;
	max-height: 38px;	
}

.top-bar .name h3 {
	line-height: 42px;
	font-size: 1.5em;
	margin: 0;
}
	
.top-bar .name h3 a {
	font-weight: bold;
	color: #008CBA;
	padding: 0 15px;
}

.top-bar-section > ul >.divider,
.top-bar-section > ul > [role="separator"] {
	border-color: rgba(0, 0, 0, 0.2);
}

.top-bar.expanded .title-area,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul {
	color: #fff;
	background: none;
}
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(200, 200, 200, 0.8) transparent transparent transparent;
}

.top-bar-section > ul > li.active:not(.has-form) > a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section > ul > li.active:not(.has-form) > a:hover:not(.button),
.top-bar-section > ul > li:not(.has-form) > a:hover:not(.button) {
	color: #00ACEE;
	background: #333333;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
	color: white;
	background: #808a99;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	color: white;
	background: #4b545f;
}

.search-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1em 2em 1.8em;
	z-index: 100;
	background: #3b5998;
	border: 1px solid #314a80;;
}

.search-toggle {
	font-size: 16px !important;
}

.search-small .small-10,
.search-container .small-10 {
	width: 100%;
}
.search-small .small-2,
.search-container .small-2 {
	display: none;
}

.site-title-container {
	margin-top: 1em;
}

.site-title-container .site-title a {
	color: #FBB700;
	font-size: 1.5em;
	line-height: 1;
 	text-shadow: 1px 1px 0px #666666, 4px 4px 0px rgba(0,0,0,0.15);
	filter: Shadow(Color=#666666, Direction=135, Strength=4);
}

.site-description {
	color: #ccc;
	font-size: 1em;
	line-height: 1;
	margin-top: -0.5em;
}
/* Title Bar */
.titlebar {
	border-bottom: 3px solid #F0AB00;
	text-align: center;
	margin-bottom: 1em;
}

.titlebar h3 {
	font-size: 1.75em;
	font-variant: small-caps;
	margin: 0.25em 0;
}
/********************************************
 * Featured Content
 ********************************************/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}

.bx-wrapper .bx-pager {
	top: -10px;
	right: 10px;
	bottom: auto;
	width: auto;
	z-index: 101;	
}

.bx-wrapper {
	background: none;	
	margin: 0 auto;
}

.featured-content {
	background: #F2F4F9;
}

.featured-content ul {
	margin: 0;
}
.featured-content-1 .bx-wrapper {
	margin: 10px auto;
}

.featured-content .entry-title {
	text-align: center;
	border-bottom: none;
}

.featured-content-1 img:hover {
	opacity: 0.75;
}

.ticker-caption {
	font-size: 0.8em;
	text-align: center;
}

.featured-content-2 .row .columns {
	padding: 1em;
}

.featured-content .more-link {
	display: none;
}

.featured-caption {
	position: absolute;
	top: 2em;
	right: 0;
	background: #cfcfcf;
	background: rgba(59, 89, 152, 0.3);
	padding: 1em;
	max-width: 50%;
	text-align: right;
}

.featured-content-3 .featured-caption {
	top: 30%;
}
.featured-title a {
	color: #fff;
	font-weight: bold;
}

.featured-excerpt {
	color: #eee;	
}

.featured-text {
	padding: 3em;
	text-align: center;
	font-size: 1.1rem;	
}

.featured-text p {
	font-size: 1.1rem;	
}

.slider {
	background-repeat:no-repeat;
	background-position: center center;
}	

.wind-featured {
	width: 100%;
}

.btn-featured {

}

/********************************************
 * Fullwidth Slider
 ********************************************/
.fullwidth-slider .site-header {
	position: relative;
	background: rgba(59, 89, 152, 0.3);
	z-index: 100;
}

.fullwidth-slider .featured-content {
	top: -101px;
	clear: both;
	position: relative;
	background: none;
}

.fullwidth-slider .sectionmenu-before {
	background: rgba(59, 89, 152, 0.3);	
	border: none;
}
.fullwidth-slider .featured-caption {
	top: auto;
	bottom: 2em;
	right: 2em;
}

/********************************************
 * Call To Action
 ********************************************/
.home-cta {
	background: #F2F4F9;
	text-align: center;
}

.home-intro {
	background: #F2F4F9;	
}
.home-cta-content {
	padding: 2em 1em;	
}

.headline {
	color: #f9cb4e;
}
.tagline {
	font-size: 1.8em;
	font-style: italic; 
}

.btn-cta {
	position: relative;
	top: 40%;
	margin-bottom: 1em;
  background-color: hsl(25, 100%, 36%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7c1e", endColorstr="#b74c00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff7c1e), to(#b74c00));
  background-image: -moz-linear-gradient(top, #ff7c1e, #b74c00);
  background-image: -ms-linear-gradient(top, #ff7c1e, #b74c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7c1e), color-stop(100%, #b74c00));
  background-image: -webkit-linear-gradient(top, #ff7c1e, #b74c00);
  background-image: -o-linear-gradient(top, #ff7c1e, #b74c00);
  background-image: linear-gradient(#ff7c1e, #b74c00);
  border-color: #b74c00 #b74c00 hsl(25, 100%, 31%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.home-category {
	padding-top: 1em;
}

.box {
	border: 1px solid #eef0f7;
	margin-bottom: 1em;
	background: #fff;
	position: relative;
	padding: 0 0 10px 0;
}

.box:hover {
	-webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.5);
}

.category-title {
	font-size: 1.1em;
	line-height: 1;
	padding: 8px 10px;
	background: #f9f9f9;
	margin: 0;
	font-weight: bold;
}

.category-title > a {
	color: #222;
	display: block
}

.box .entry-title {
	font-size: 1em;
	line-height: 1;
	padding: 8px 10px;
	margin: 0;	
}

.box .entry-title a {
	display: block;
}

.box .entry-title a:hover {
	text-decoration: underline;
}

.box p {
	margin-bottom: 0;
	font-size: 0.875em;
}

/********************************************
 * Background
 ********************************************/
.custom-background #footer-widget-area,
.custom-background #footer {
	background: #f1f1f1;
	background: rgba(250,250,250, 0.8);
}

/********************************************
 * Post
 ********************************************/
#main {
	margin-bottom: 1em;
}

#content {
	min-height: 40em;
	padding-top: 1em;
}

.entry-title {
	font-size: 1.5em;
	line-height: 1.1;
}

.entry-intro .entry-title  {
	font-size: 1.4em;
}

.hentry {
	margin: 0;
	position: relative;
	padding: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5em;
	background: #ffffff;
}

.entry-content {
	margin-top: 1em;
	padding: 0 1em 1em 1em;
}

.entry-summary {
	margin-top: 0.5em;
	padding: 0 1em 0.5em 1em;
}

.entry-header {
	padding: 1em 1em 0 1em;
}

.entry-footer {
	background: #fcfcfc;
	padding: 0.5em 1em 0.5em 1em;
}

.equalizer .hentry {
	padding-bottom: 6em;
}

.equalizer .entry-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.entry-intro .entry-header {
	padding-top: 0.5e;
} 
.entry-intro .entry-summary {
	margin-top: 0;
}

.single-post-link {
	position: absolute;
	right: 5px;
	top: 45%;
	text-decoration: none;
}

.entry-attachment img {
	display: block;	
	margin: 0 auto;

}
.entry-attachment {
	margin-top: 2em;
}

.entry-caption {
	text-align: center;
}

.entry-summary p {
	font-size: 0.875em;
	margin: 0;
}

.flex-video {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 62.5%;
}

/********************************************
 * Manual Excerpt
 ********************************************/
.entry-excerpt {
	background: #FCF8E3;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
}

.entry-excerpt .more-link {
	display: none;
}

.entry-excerpt,
.entry-excerpt p {
	font-weight: bold;
	color: #696969;
}

.entry-excerpt p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
/* Featured Images */
.ticker-img,
.featured-img,
.img-polaroid {
	padding: 3px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.featured-image {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.featured-container {
	position: absolute;
	left: 0px;
	top: 1em;
	color: #ff5959;
}

.featured-container .icon-star {
	margin-left: 5px;
}
/********************************************
 * Post Meta
 ********************************************/
.entry-meta {
	font-size: 0.8em;
	line-height: 2;
	color: #1a5c79;
	margin: 0;
	list-style: none;
}

.entry-meta li {
	display: inline-block;
	margin-right: 0.5em;	
}

.entry-meta a {
	color: #1a5c79;
}

.entry-meta-top {
	letter-spacing: 0.2px;
	text-transform: uppercase;	
}

.entry-meta-top a {
	color: #666;	
}

.entry-featured  {
	color: #d20000;
	margin-right: 0.5em;
	text-transform: uppercase;
}

.entry-summary .more-link {
	color: #0C95D6;
}

.meta-parent:before,
.meta-img-size:before,
.entry-category:before,
.entry-more a:before,
.entry-tag:before,
.meta-comment a:before,
.entry-meta-summary .by-author a:before,
.entry-meta-attachment .entry-date:before,
.entry-meta-summary .entry-date:before {
	font-family: "FontAwesome";
	margin-right: 0.5em;
}

.entry-meta-attachment .entry-date:before,
.entry-meta-summary .entry-date:before {
	content: "\f017";
}

.entry-meta-summary .by-author a:before {
	content: "\f007"; }

.meta-comment a:before {
	content: "\f086"; }

.entry-tag:before {
	content: "\f02c"; }

.entry-more a:before {
	content: "\f0a4"; }

.meta-parent:before,
.entry-category:before {
	content: "\f07c"; }

.meta-img-size:before {
	content: "\f03e"; }
	
.edit-link a {
	display: block;
	position: absolute;
	left: -2em;
	top: 1em;
	background: #cbcaf9;
	padding: 0.25em 0.35em;
	border-radius: 100%;
	font-size: 1.25em;
	z-index: 1;
	opacity: 0.2;
}

.edit-link a:hover {
	opacity: 1;
}

/* Author Information */
#author-info {
	border-top: 1px solid rgba(100, 100, 100, 0.3);
	clear: both;
	margin: 1em 0;
	overflow: hidden;
	padding: 1em;
}

#author-info #author-avatar {
	background: #e1e1e1;
	float: left;
	padding: 5px;
	margin: 0 10px 0 0;
}

#author-info #author-description {
	float: left;
}

#author-info h2 {
	font-size: 1.2em;
}
/********************************************
 * Post Formats
 ********************************************/

.multi .format-aside .entry-header,
.multi .format-aside .entry-footer,
.multi .format-quote .entry-header,
.multi .format-quote .entry-footer,
.multi .format-link .entry-header  {
	display: none;
}

.format-link .entry-summary a:before,
.format-link .entry-content a:before {
	font-family: "FontAwesome";
	content: "\f0ac";
	margin-right: 10px;
}

.format-link .entry-summary a,
.format-link .entry-content a {
	font-size: 18px;
}

.format-link .entry-summary,
.format-link .entry-content {
	padding: 1em;
}


.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary {
	position: relative;
	background:#f1f1f1;
	padding: 1.5em 0.8em 0.8em 2em;
	margin-top: 10px;
	background:#f1f1f1;
	border-left: 20px solid #e1e1e1;	
}

.format-quote blockquote {
	margin: 0;
	border: none;
}
.entry-content blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.format-quote .entry-content:before,
.format-quote .entry-summary:before {
	position: absolute;
	top: 30px;
	left: -5px;
	font-family: "FontAwesome";
	content: "\f10d";
	font-size: 36px;
	color: #888;
}
/********************************************
 * HTML5 Gallery
 ********************************************/
 .gallery:before,
.gallery:after {
	content: "";
	display: table;
	clear: both;
}

 .gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/********************************************
 * Post Comments
 ********************************************/
.commentlist,
.children {
	margin: 0;
	list-style: none;
	font-size: 14px;
}

.children {
	margin-left: 1em;
}
.comment-meta .avatar {
    border: 1px solid #ccc;
    padding: 3px;
	margin-right: 5px;
}
.commentlist p {
	font-size: 14px;
	margin: 0.35em 0;
}

.commentlist a {
	color: #333;
}

article.comment,
li.pingback {
	clear: both;
	overflow: hidden;
	padding: 0.5em;
    position: relative;
	border-bottom: 1px solid #ccc;
}

.comment-edit-link,
.comment-reply-link {
	background: #cbcaf9;
	padding: 0.25em 0.5em;
	border-radius: 100%;
}
.comment-edit-link:hover,
.comment-reply-link:hover {
	background: #9b97f4;
}
.form-allowed-tags {
	display: none;
}
#respond {
	clear: both;
}
.comment-navigation {
	padding: 1em 0;
}		
.comment-reply-title {
	font-size: 1.25em;
}
/********************************************
 * Navigation
 ********************************************/
#nav-above {
	display: none;
}

#nav-single {
	padding: 0.8em 0;
}
.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.page-label {
	display: none;
}

.wind-pagination {
	display: block;
	margin-bottom: 1em;
}
ul.pagination li a {
	padding: 8px 10px;
	background: #96a3de;
	border-radius: 0px;	
	color: #eee;
	font-weight: bold;
}

ul.pagination li a {
	color: #222;
}
.page-numbers.current {
	padding: 8px 10px;
	background: #bbe9ff;
	display: block;
	font-weight: bold;
}

.page-link {
	clear: both;
	margin: 0.5em 0 0.5em 0;
	word-spacing: 3px;
}

.page-link a {
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	border: 1px solid #999;
}

.page-link a:hover {
	background: #d7d7d7;
}
/********************************************
 * WP Widgets
 ********************************************/
.widget-container {
	margin-bottom: 1em;
	border-radius: 3px;
}

.blog-widget .widget-container {
	background: #f2f4f9;
	margin-left: -8px;
	margin-right: -8px;
	padding: 0 8px 10px 8px;
	border-top: 5px solid #F0AB00;
}

.widget-container .tabs-content {
	margin-bottom: 0;
}

.blog-widget .widget_search {
	padding-top: 1.2em;
	padding-bottom: 0;
}

.blog-widget {
	padding-top: 1em;
}

.widget .entry-title {
	border: none;
}

.widget ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.widget ul ul ul {
	margin-left: 0.8em;
}

.widget_recent_comments ul li {
	padding: 5px;
	border-bottom: 1px solid #e1e1e1;	
}

.widget_rss ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
	position: relative;
	margin: 0;
}
.widget_rss ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}

.widget_rss ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
	background: #fbfbfb;
}

.widget_archive ul li span,
.widget_categories ul li span {
	position: absolute;
	top: 3px;
	right: 10px;
	color: #999;
}

.widget-title {
	font-size: 1.2em;
	color: #6B7B84;
	padding: 0.5em 0;
	margin: 0;
}

.blog-widget .widget-title {
	padding: 0.4em 0.5em 0.6em 0.5em;
	margin: 0 -8px 0 -8px;
	background: #f2f4f9;
	background: linear-gradient(top, #dfe3ee 0%, #f2f4f9 90%);
	background: -moz-linear-gradient(top, #dfe3ee 0%, #f2f4f9 90%);
	background: -webkit-linear-gradient(top, #dfe3ee 0%,#f2f4f9 90%);
}

.footer-widget .widget-title {
	border-bottom: 1px solid #d1d1d1;
}

#home-widget-area {
	background: #f8f9fc;
	padding-bottom: 1em;
}

.header-widget .widget-title {
	display: none;
}

.header-widget {
	color: #f1f1f1;
}

.header-widget a {
	color: #FBB700;
}

#searchsubmit {
	margin-left: -1px;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar th,
#wp-calendar td {
	padding: 0;
	text-align: center;
}
/********************************************
 * Wind Recent Post Widget
 ********************************************/
.post-thumbnail {
	display: inline;
	float: left;
	margin-right: 0.875em;
	margin-bottom: 0.875em;
}

.wind_recent_post {
	position: relative;
}
.wind_recent_post .hentry {
	border: none;
	background: none;
}

.wind_recent_post .entry-title {
	font-size: 1.1em;
	line-height: 1.2;
}
.wind_recent_post_link {
	position: absolute;
	top: 8px;
	right: -12px;
}

.wind_recent_post .entry-header,
.wind_recent_post .entry-content,
.wind_recent_post .entry-summary,
.wind_recent_post .entry-footer {
	padding-left: 0;
	padding-right: 0;
}
/********************************************
 * Wind Navigation Widget
 ********************************************/
.wind_navigation .tabs {
	background: #EDF0F6;
	margin-left: -8px;
	margin-right: -8px;
}
.wind_navigation .tabs > dd > a {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em 0.5em;
	border-right: 1px solid #e7e7e7;
}

.wind_navigation .tabs > dd.active > a {
	background: #d0d6d9;
}

.wind_navigation .tabs > dd.active > a:after {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px 5px;
	border-top-color: #d0d6d9;
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;	
}
/********************************************
 * Section Menu
 ********************************************/
.sectionmenu {
	border-bottom: 1px solid #879ac0;
	background: #8b9dc3;
}

.sectionmenu-before {
	margin-bottom: -1em;
}

.section-menu {
	padding: 0;
	position: relative;
}

.section-menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}

.section-menu ul ul {
	display: none;
}

.section-menu ul li:hover > ul {
	display: block;
	z-index: 99;
}

.section-menu ul:after {
	content: "";
	clear: both;
	display: block;
}

.section-menu ul li {
	float: left;
	position: relative;
}

.section-menu ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}

.section-menu ul li:hover a {
	color: #fff;
}
	
.section-menu ul li a {
	display: block;
	padding: 10px 20px;		
	text-decoration: none;
}	
.section-menu > ul > li > a {
	color: #fff;
	border-right: 1px solid rgba(100,100,100,0.15);
}

.section-menu > ul > li:first-child {
	border-left: 1px solid rgba(100,100,100,0.15);	
}	
	
.section-menu ul ul {
	background: #5f6975;
	padding: 0;
	position: absolute;
	top: 45px;
	min-width: 180px;
}

.section-menu ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}

.section-menu ul ul li a {
	padding: 8px 10px;
	color: #fff;
	font-size: 0.9em;
}

.section-menu ul ul li a:hover {
	background: #4b545f;
}

.section-menu ul ul ul {
	position: absolute;
	left: 98%;
	top: 0;
	min-width: 100%;
}
/*
.section-menu > ul > li.current-menu-parent:after,
.section-menu > ul > li.current-menu-item:after {
	content: '';
	position: absolute;
	top: 39px;
	left: 45%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #EEEEEE;
}

.section-menu > ul > li.current-menu-parent:hover:after,
.section-menu > ul > li.current-menu-item:hover:after {
	content: '';
	border: none;
} */
/********************************************
 * Footer Menu
 ********************************************/
.footer-menu {
	display: block;
	text-align: center;
	margin: 0;
}

.footer-menu ul {	
	padding: 0;
	margin:  0;
	list-style:none;
	font-size: 1em;
}

.footer-menu ul li ul,
.footer-menu ul li {
	display: inline;
}

.footer-menu ul li a {
	padding: 0 8px;
}

.footer-menu ul li {
	border-right: 1px solid #999;	
}

.footer-menu ul li:last-child {
	border-right: none;	
}

.footer-menu ul li ul li:first-child {
	border-left: 1px solid #999;		
}
/********************************************
 * Footer
 ********************************************/
#footer {
	font-size: 0.8rem;
	padding: 2em 1em;
	background: #DFE3EE;	
}

#footer-widget-area {
	background: #DFE3EE;
	padding-top: 1em;
}

.footer-widget ul,
.footer-widget ol {
	font-size: 0.8rem;
}

.footer-widget .widget-container ul li,
.footer-widget .widget-container ul li a {
	border-bottom: none;
}

#site-info {
	color: #757575;
	padding: 3px 0;
}

#site-info a {
	color: #757575;
	text-decoration: none;
	padding: 0 5px;
}

.design-credit {
	margin-top: 1em;
	margin-bottom: -1em;
}
.design-credit,
.design-credit a {
	color: #c6b9ce;
	text-decoration: none;
	font-style: italic;
}
img#wpstats {
	display: none;
	margin: 0 auto 10px;
}
/* Back to top button */
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
.back-to-top a {
	color: #000;
	padding: 7px 11px 8px;
	background: #b0bfd7;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;;
	border-radius: 100%;;
	text-decoration: none;
}

.back-to-top a:hover {
	background: #c1c1c1;
}
/********************************************
 * Porfolio
 ********************************************/
.portfolio .hentry {
	margin: 0;
    word-wrap: break-word;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f5f5f5;
}
.portfolio .item {
	display: inline;
	float: left;
	margin: 10px 0.9% 10px 1%;
	width: 98%;
}

.portfolio.column-2 .item {
	width: 48%;
}

.portfolio.column-2 .item.sticky {
	width: 98%;
}

.portfolio.column-3 .item {
	width: 31.33%;
}

.portfolio.column-3 .item.sticky {
	width: 64.66%;
}

.portfolio.column-4 .item {
	width: 23%;
}

.portfolio.column-4 .item.sticky {
	width: 48%;
}

.portfolio .pagination  {
	display: none;
}


#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: absolute;
  background: #999;
  color: #000;
  left: 45%;
  bottom: 10px;
  width: 200px;
  padding: 10px;
  opacity: 0.8;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
/********************************************
 * Social
 ********************************************/
.top-bar-section .social-topbar > li {
	display: inline-block;
	width: 30px;
}

.top-bar-section .social-topbar > li > a {
	font-size: 18px;
}
.sociallink {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}

.sociallink li {
	display: inline-block;
}

.sociallink li a {
	font-size: 18px;	
	display: block;
	padding: 6px 6px;
	margin-top: 4px;
	color: #333;
}

.sociallink li a.sl-variant-2 {
	font-size: 24px;
	padding: 2px 6px;
}

.sociallink.social-footer li a {
	padding: 4px 6px;	
	margin-top: -5px;
}
.sociallink li a:hover {
	background: none;
	color: #999 !important;
}

.sl-facebook {
	color: #3b5998 !important; }

.sl-twitter {
	color: #00acee !important; }

.sl-linkedin {
	color: #0077b5 !important; }
	
.sl-googleplus {
	color: #dd4b39 !important; }
/********************************************
 * Extras
 ********************************************/
/* Jetpack Sharing */
.wind-share-top .sd-content {
	float: right;
}
/* Page Builder */
.panel-grid {
	max-width: 1080px;
	margin: 0 auto;
}

.panel-grid-cell .panel {
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}
/********************************************
 * Responsive Style
 ********************************************/
@media screen and (max-width: 767px) {

.site-header {
	padding-bottom: 0.5em;
}

.site-title-container {
	margin-top: 0.5em;
}

.footer-menu {
	clear: both;
	float: none !important;
	margin-top: 0.5em;
}

.portfolio.column-4 .item {
	width: 48%;
}

.portfolio.column-2 .item.sticky,
.portfolio.column-3 .item.sticky,
.portfolio.column-4 .item.sticky {
	width: 98%;
}

#site-info,
#site-generator {
	float: none !important;
	text-align: center;
	display: block;
}

.portfolio.column-2 .item,
.portfolio.column-3 .item,
.portfolio.column-4 .item {
	width: 98%;
}
	
.ticker-caption {
	display: none;
}

.top-bar .logo {
	margin-top: 0px;
	max-height: 38px;
}

.featured-caption {
	max-width: 100%;
}

.sociallink.social-footer {
	float: none !important;
	display: block;
	text-align: center;
}

}

@media screen and (min-width: 1200px) {
.slider {
	background-size: 100% auto;
}

}
/********************************************
 * Print Style
 ********************************************/
@media print {

	h1 {
		page-break-before: always;
	}

	h1,  h2,  h3,  h4,  h5,  h6 {
		page-break-after: avoid;
	}

	ul,  ol,  dl {
		page-break-before: avoid;
	}
}
