/*
Theme Name: Themify Event
Theme URI: http://themify.me/themes/event
Version: 1.6.5
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
.ie8 img { width: auto;}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: 1em/1.8em Arial, Helvetica, sans-serif;
	color: #20272f;
	word-wrap: break-word;
	background-color: #20272f;
}
a {
	text-decoration: underline;
	outline: none;
	color: #02BECE;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0 0 1.2em;
	margin: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
ul {
	list-style: none;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .6em;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	word-wrap: normal;
}
h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background-color: #d5d5d5;
	background-color: rgba(213,213,213,.4);
	color: #999;
	border: none;
	padding: 10px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
	background-color: #eee;
	background-color: rgba(213,213,213,.2);
	color: #333;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: rgba(1,194,211,1);
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: .85em;
	margin: 2px 0 10px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px;
	-webkit-appearance: none;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: rgba(1,194,211,.75);
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pagewrap {
	padding-top: 180px; /* for fixed header */
}
.sidebar1 #pagewrap {
	padding-top: 183px; /* for fixed header */
}
#headerwrap {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
body.has-fixed-header #headerwrap {
	position: fixed;
}
.footer-inner,
.header-inner {
	padding: 0 5%; /* left/right padding space */	
}
#layout {
	background-color: #20272f;
	border-top: solid 5px #02BECE;
}
#content {
	background-color: #fff;
	position: relative;
	width: 70%;
	padding: 5% 3% 6% 5%; /* left/right padding space */
	margin-top: -10px; /* to shift content up to overlay headerwrap border */
	float: left;
}
#sidebar {
	width: 27%;
	padding: 2% 0 5% 3%;
	float: left;
}

/* fullwidth content */
.full_width #content {
	padding: 0 !important;
	width: auto !important;
	float: none;
	height: auto !important; /* reset auto height added by js */
}
.full_width #sidebar {
	width: auto;
	float: none;
	height: auto !important; /* reset auto height added by js */
}

/* sidebar-none */
.sidebar-none #content {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	float: none;
	margin: 0;
}
.sidebar-none #layout {
	border-top: none;
}
.sidebar-none #body {
	background-color: #fff;
}

/* footer */
#footerwrap {
	clear: both;
	position: relative;
	z-index: 7;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1 {
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	background-color: #2b333d;
	color: #fff;
}
#header a {
	color: #fff;
}
#header {
	position: relative;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*
FIXED HEADER
================================================ */
#headerwrap.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin-top: -60px;
}
.admin-bar #headerwrap,
.admin-bar #headerwrap.fixed-header {
	top: 32px;
}
.fixed-header #menu-icon {
	top: 24px;
}
.fixed-header #site-logo {
	padding: 32px 0 0;
	font-size: 1.65em;
	line-height: 100%;
}
/* prevent tall logo extending fixed-header */
.fixed-header #site-logo img {
	max-height: 50px;
	width: auto;
}
.fixed-header #searchform-wrap {
	margin-top: 8px;
}
.fixed-header #main-nav a {
	padding: 30px 15px;
}
.fixed-header #main-nav ul a, .fixed-header #main-nav .current_page_item ul a, 
.fixed-header #main-nav ul .current_page_item a, 
.fixed-header #main-nav .current-menu-item ul a, 
.fixed-header #main-nav ul .current-menu-item a {
	padding: 6px 6px 6px 15px;
}
.fixed-header #main-nav.scroll-nav a {
	padding: 10px 0;
	padding-left: 5px;	
}

/* 
SITE LOGO
================================================ */
#site-logo {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 36px 0;
	text-transform: uppercase;
	font: 400 2em/1.1em 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SOCIAL WIDGET
================================================ */
#social-wrap {
	position: absolute;
	top: 10px;
	right: 0;
}
.social-widget {
	float: right;
	margin-left: 5%;
}
#nav-bar .social-widget {
	text-align: right;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	vertical-align: top;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
.social-widget ul {
	padding: 0;
	display: inline;
}
.social-widget ul li {
	border: medium none !important;
	clear: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	line-height: 100%;
	margin: 0 2px;
	padding: 0 2px 5px 0;
}

.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
}
.social-widget ul li a:before, .social-widget div.rss a:before {
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.social-widget ul li a:hover i:before, .social-widget ul li a:hover:before, .social-widget div.rss a:hover:before {
	color: #fff;
}
.social-widget div.rss a {
	border-radius: 100%;
	display: inline-block;
	height: 20px;
	padding: 6px;
	width: 20px;	
}
.social-widget div.rss a:before {
	content: "\f09e"; 
	margin-top: -0.16em;
}

/* 
SEARCH FORM
================================================ */

#searchform-wrap {
	position: absolute;
	margin: 24px 0 0 40px;
	z-index: 2;
	right: 3%;
}
#headerwrap #searchform {
	position: absolute;
	top: 0; 
	right: 0;
	padding-top: 20px;
}
#headerwrap #searchform #s {
	width: 20px;
	background: transparent;
	color: transparent;
	padding: 10px;
	margin: -5px 0 0;
	float: right;
	border: none;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 180px;
	color: #02BECE;
	background-color: #fff;
	border: 1px solid #aaa;
	cursor: pointer;
}
#headerwrap #searchform .icon-search:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #02BECE;
	font-size: 1.25em;
	font-style: normal;
	position: absolute;
	right: 6px;
	top: 20px;
}


/* 
TOP NAV
================================================ */
#nav-bar {
	background-color: rgba(0,0,0,.3);
	width: 100%;
	padding-top: 14px;
	min-height: 28px;
}
.social-widget {
	text-align: right !important;
}
#site-description {
	float: left;
	margin: 0;
	padding: 0;
	font-size: .85em;
}
#site-description p {
	margin: 3px 0 0;
}

/* 
MAIN NAVIGATION
================================================ */
/* menu icon */
#menu-icon {
	display: none;
}

/* main-nav */
#main-nav {
	display: block;
	margin: 0 35px 0 0;
	padding: 0;
	float: right;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* dropdown icon */
#main-nav .menu-item-has-children > a:after {
	content: "\f039";
	font-family: FontAwesome;
	font-size: 1em;
	line-height: 0;
	margin-left: 10px;
	position: relative;
	text-transform: none;
	top: 0;
}
#main-nav ul .menu-item-has-children > a:after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: .65em;
	position: absolute;
	right: 10px;
	top: 50%;
}
/* main level link */
#main-nav a {
	color: #fff;
	display: block;
	padding: 50px 10px;
	margin: 0 0 0 5px;
	text-decoration: none;
	font: normal 1em/120% 'Montserrat', Arial, Helvetica, sans-serif;
	text-shadow: none;
	border: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
/* main level link :hover */
#main-nav a:hover {
	color: #02bece;
	box-shadow: inset 0 5px 0 0 #02bece;
}
/* current link */
#main-nav .current_page_item a, 
#main-nav .current-menu-item a {
	color: #02bece;
}
/* current link :hover */
#main-nav .current_page_item a:hover, 
#main-nav .current-menu-item a:hover {
	color: #02bece;
}
/* sub-levels link */
#main-nav ul a, 
#main-nav .current_page_item ul a, 
#main-nav ul .current_page_item a, 
#main-nav .current-menu-item ul a, 
#main-nav ul .current-menu-item a {
	color: rgba(255,255,255, .8);
	font: normal .9em/1.4em Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, 
#main-nav .current_page_item ul a:hover, 
#main-nav ul .current_page_item a:hover, 
#main-nav .current-menu-item ul a:hover, 
#main-nav ul .current-menu-item a:hover {
	background-color: #02bece;
	color: #fff;
	box-shadow: none;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: rgba(0,0,0,.9);
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}

/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
.no-touch #main-nav li:hover > ul {
	display: block;
}
/* Edge Menu */
#main-nav li.edge > ul {
	left: auto;
    right: 0;
}
#main-nav ul li.edge > ul {
	left: auto;
    right: 100%;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
#menu-icon {
	font-size: .85em !important;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu-icon:before {
	content: "\f039";
	font-family: FontAwesome;
	font-size: 1.65em;
	margin-right: 10px;

}
.mobile-menu-visible {
    position: relative;
    overflow-y: hidden;
}
.body-overlay {
    display: none;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 260px;
    top: 0;
    z-index: 1000;
    box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
    display: block; /* fix for Windows phone */
}
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 60px;
	padding: 0;
	font-size: 320%;
	line-height: 110%;
	font-weight: 700;
	letter-spacing: -.03em;
	color: #20272F;
	text-transform: uppercase;
}
.full_width .page-title {
	padding-top: 5%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	overflow: hidden;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a {
	color: #20272f;
	text-decoration: none;
}
.pagenav a, .pagenav span {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	line-height: 100%;
	margin: 0 1px 0 0;
	min-height: 18px;
	min-width: 24px;
	padding: 6px 0 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.pagenav a:hover {
	text-decoration: underline;
	color: #20272f;
}
.pagenav .current {
	color: #02BECE;
	text-decoration: underline;
}
.page-numbers:after {
	content: ' /';
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	color: rgba(32, 39, 47, 0.3);
	text-decoration: none;
	cursor: default;
}
.prev.page-numbers:after,
.next.page-numbers:after {
	content: none;
}
.next.page-numbers:before {
	content: '\f054';
	font-family: FontAwesome;
	display: inline-block;
	font-style: normal;
	font-weight: lighter;
	text-decoration: inherit;
	line-height: 100%;
	margin-top: 2px;
	font-size: .75em;
	margin-left: 20px;

}
.prev.page-numbers:before {
	content: '\f053';
	font-family: FontAwesome;
	display: inline-block;
	font-style: normal;
	font-weight: lighter;
	text-decoration: inherit;
	line-height: 100%;
	margin-top: 2px;
	font-size: .75em;
	margin-right: 20px;

}
.pagenav a:hover:before {
	color: #02BECE;
	text-decoration: none;
}

/************************************************************************************
POST LAYOUTS
*************************************************************************************/
/*
GENERIC POST
================================================ */
.post {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 110%;
	font-weight: 700;
	margin: 0 0 .8em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: inherit;
}
.post-title a:hover {
	color: #02bece;
}

/* post category */
.post-category {
	text-transform: uppercase;
	font: normal 1em 'Montserrat', Arial, Helvetica, sans-serif;
}
.post-category a {
	text-decoration: none;
}

/* post tag */
.post-tag {
	font-size: .85em;
	color: rgba(32,39,47,.2);
}
.post-tag:before {
	content: ' s';
	display: inline-block;
	font-size: 0;
	width: 1px;
	height: 16px;
	background-color: rgba(32, 39, 47, 0.3);
	margin: 0 12px 0 10px;
	-ms-transform: skew(-30deg); /* IE 9 */
	-webkit-transform: skew(-30deg); /* Chrome, Safari, Opera */
	transform: skew(-30deg);
}
.post-tag a {
	text-decoration: none;
	color: rgba(32,39,47,.3);
	margin-right: 2px;
}
.post-tag a:hover {
	color: #02bece;
}

/* post image */
.post-image {
	margin: 0 0 20px;
}
.single .featured-area{
        padding-bottom: 0;
}
.single .featured-area .post-image {
	margin: 0;
	float: none;
	clear: both;
}
.post-image img {
	width: 100%;
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* post meta */
.post-category-wrap {
	margin: 0 0 10px;
}
.post-meta {
	padding: 10px 0;
	margin: -10px 0 30px 0;
	border-color: #bebebe;
	border-bottom: 1px solid rgba(94,94,94,.4);
	position: relative;
	border-spacing: 0;
	text-align: right;
}

/* post author */
.post-author,
.post-date {
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
}
.post-author {
	margin-right: 10px;
}
.post-author a {
	text-decoration: none;
}
.location {
	font-size: .85em;
}
.post-meta .author-avatar {
	display: inline-block;
	vertical-align: middle;
}
.post-meta .meta-left {
	float: left;
}
.post-meta .meta-right {
	float: right;
}

.divider {
	border-bottom: 5px solid #20272F;
	margin: 40px 0;
	clear: both;
}

/*.featured-area*/
.featured-area {
	overflow: hidden;
	padding-bottom: 46.25%;
	position: relative;
	background-color: #000;
}
body.touch .featured-area {
	padding-bottom: 0;
}
.featured-area img {
	min-width: 100%;
	height: auto;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	position: relative;
	margin: 0 0 50px;
	height: 100px; /* will be toggled with js */
	visibility: visible; /* will be toggled with js */
	-webkit-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.shortcode.slider .carousel-wrap {
	margin: 0;
	padding: 0;
}

.loops-wrapper.slider .slideshow-wrap {
	height: 0; /* will be toggled with js */
	visibility: hidden; /* will be toggled with js */
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
} 
.loops-wrapper.slider .post-image {
	float: none;
	margin: 0;
	padding-top: 0;
	width: 100%;
} 
.loops-wrapper.slider .post-image .themify_lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 5px;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .post-image:before {
	position: absolute;
	font-size: 3em;
	width: 50px; height: 40px; top: 50%; left: 50%; margin-top: -20px; margin-left: -15px;
}
.loops-wrapper.slider .post-meta {
	position: absolute;
	top: 10px;
	right: 2%;
}
.loops-wrapper.slider .post-content {
	position: absolute;
	bottom: 0;
	width: 94%;
	min-height: 40px;
	padding: 15px 3%;
	overflow: visible;
	margin: 0 auto;
	background-color: #555;
	background-color: rgba(0,0,0,.6);
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}
.loops-wrapper.slider .post-stats a,
.loops-wrapper.slider .post-stats i,
.loops-wrapper.slider .post-stats a i:before {
	color: #fff;
	text-decoration: none;
}
.loops-wrapper.slider .post-stats a i:hover:before,
.loops-wrapper.slider .post-stats a i:hover {
	color: #02BECE;
}
.loops-wrapper.slider .post-meta {
	border: none;
}
.loops-wrapper.slider .post-share:before {
	height: 45px;
}
.loops-wrapper.slider .post-share:hover .social-share {
	top: -80px;
}
.loops-wrapper.slider .post-tag:before,
.loops-wrapper.slider .post-share:before {
	background-color: rgba(255,255,255,.4);
}

/* slider carousel controls */
.loops-wrapper.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.slider .carousel-nav-wrap {
	width: 100% !important;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	position: absolute; 
	top: 30%;
	display: block;
	width: auto !important;
	height: auto !important;
	float: left;
	font-size: 1.5em;
	font-size: 0;
	text-indent: -10000;
	text-decoration: none;
	color: #fff !important;	
	background-color: rgba(0,0,0,.3) !important;
	padding: 5% 2%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
	border-radius: 0;
	border: 0;
	text-shadow: none;
	margin: 0;
	box-shadow: none;
	background-image: none;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	left: 0;
	border-radius: 0 6px 6px;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	right: 0;
	border-radius: 6px 0 0 6px;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	color: #FFFFFF;
	background-color: rgba(0,0,0,.5);
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover {
	padding-left: 2.5%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 2.5%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	float: right;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before {
	content: '\f054';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	content: '\f053';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post,
.module.loops-wrapper.list-post .post {
	padding-bottom: 40px;
	padding-top: 40px;
}
.loops-wrapper.list-post .post-image,
.module.loops-wrapper.list-post .post-image {
	margin-bottom: 20px;
}
.loops-wrapper.list-post .post-title,
.module.loops-wrapper.list-post .post-title {
	margin-bottom: 20px;
}
.loops-wrapper.list-post .post-date,
.module.loops-wrapper.list-post .post-date {
	font-size: 1em !important;
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 40px;
	text-align: left;
}
.loops-wrapper.grid4 .post-category-wrap {
	margin: 0 0 5px;
	font-size: .85em;
}
.loops-wrapper.grid4 .post-title,
.module.loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
}
.loops-wrapper.grid4 .post-image {
	margin-bottom: 1em;
}
.loops-wrapper.grid4 .author-avatar {
	width: 40px;
	height: 40px
}
.loops-wrapper.grid4 .post-stats {
	font-size: .85em;
}

.loops-wrapper.grid4 .format-standard .post-date {
	font-size: .85em;
}

/* share grid4 */
.loops-wrapper.grid4 .facebook-share .share span:after,
.loops-wrapper.grid4 .pinterest-share .share span:after,
.loops-wrapper.grid4 .googleplus-share .share span:after,
.loops-wrapper.grid4 .twitter-share .share span:after,
.loops-wrapper.grid4 .linkedin-share .share span:after {
	font-size: 1.45em;
	margin-bottom: 4px;
}
.loops-wrapper.grid4 .post-share .sharrre {
	margin: 4px 10px;
}
.loops-wrapper.grid4 .sharrre .count {
	font-size: .85em !important;
}

/* grid4 event arrangements */
.loops-wrapper.grid4 .event-info-wrap {
	font-size: 0.85em !important;
}
.loops-wrapper.grid4 .event-info-wrap *:before {
	font-size: 1em !important;
}
.loops-wrapper.grid4 .event-post .location {
	display: block;
}
.loops-wrapper.grid4 .event-post .location:before {
	margin-left: 0;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 50px;
	text-align: left;
}
.loops-wrapper.grid3 .post-category-wrap {
	margin: 0 0 5px;
	font-size: .95em;
}
.loops-wrapper.grid3 .post-title,
.module.loops-wrapper.grid3 .post-title {
	font-size: 1.3em;
}
.loops-wrapper.grid3 .post-image {
	margin-bottom: 1.3em;
}
.loops-wrapper.grid3 .post-meta .meta-right .post-stats {
	padding-top: 0;	
}
.loops-wrapper.grid3 .post-stats {
	font-size: .85em;
}

/* grid3 event arrangements */
.loops-wrapper.grid3 .event-info-wrap {
	font-size: 0.95em !important;
}
.loops-wrapper.grid3 .event-info-wrap *:before {
	font-size: 1.15em !important;
}
.loops-wrapper.grid3 .event-post .location {
	display: block;
}
.loops-wrapper.grid3 .event-post .location:before {
	margin-left: 0;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 60px;
	text-align: left;
}
.loops-wrapper.grid2 .post-category-wrap {
	margin: 0 0 5px;
}
.loops-wrapper.grid2 .post-title,
.module.loops-wrapper.grid2 .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2 .post-image {
	margin-bottom: 1.3em;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	float: left;
	margin-left: 3.2%;
}
.loops-wrapper.grid2-thumb .post-title,
.module.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 1.4em;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 0 1.3em 1em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 0 1.3em 1em 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 1.3em 1em 0;
}
.loops-wrapper.list-large-image .post-title,
.module.loops-wrapper.list-large-image .post-title {
	margin: 0 0 5px;
	padding: 0;
}

/*
CLEAR GRID POSTS
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/*
POST SHARE
================================================ */
.post-share {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.post-share:before {
	content: ' s';
	display: block;
	float: left;
	font-size: 0;
	width: 1px;
	height: 60px;
	background-color: #bebebe;
	background-color: rgba(94,94,94,.4);
	margin-right: 30px;
	margin-bottom: -10px;
	-ms-transform: skew(-30deg); /* IE 9 */
	-webkit-transform: skew(-30deg); /* Chrome, Safari, Opera */
	transform: skew(-30deg);
}
.post-share a {
	text-decoration: none;
}
.post-share .box {
	display: inline-block;
}
.post-share .box a:hover{
	text-decoration:none;
}
.post-share .count {
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.45em;
	font-weight: 300;
	line-height: 100%;
	color: rgba(32, 39, 47, 0.3);
}
.post-share .share {
	display: block;
	font-size: .75em;
	font-weight: 700;
	color: #20272E;
	text-transform: uppercase;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
        margin-top: 10px;
}
.post-share .social-share {
	text-align: center;
	min-width: 245px;
	display: block;
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(32, 39, 47, 0.2);
	margin: 0;
	padding: 5px 0;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* show dropdown social boxes */
.post-share:hover .social-share {
	display: block;
	visibility: visible;
	opacity: 1;
	top: 50px;
}
.sharrre .count {
	font-size: 1em !important;
	color: rgba(32, 39, 47, 0.3);
	text-align: center;
	font-weight: normal !important;
}
.post-share .sharrre {
	display: inline-block;
	min-width: 20px;
	margin: 6px 10px;
	text-align: center;
}

/* Social icons */
.facebook-share .share span:after {
	content: '\f09a';
}
.pinterest-share .share span:after {
	content: '\f0d2';
}
.googleplus-share .share span:after {
	content: '\f0d5';
}
.twitter-share .share span:after {
	content: '\f099';
}
.linkedin-share .share span:after {
	content: "\f0e1";
}
/* common social icons config */
.social-share .share span:after {
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #20272F;
	font-size: 2em;
	top: 0;
	left: 0;
	margin-bottom: 6px;
}
.post-share .box:hover span:after {
	color: #4ECADA;
}

/*
POST STATS
================================================ */
.post-stats {
	font-size: .85em;
	font-variant: normal;
	text-align: left;
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.post-stats i {
	font-style: normal;
}
.post-stats a,
.post-stats i,
.post-stats a i:before {
	color: #20272f;
	color: rgba(32,39,47,.3);
	text-decoration: none;
}
.post-stats a i:hover:before,
.post-stats a i:hover {
	color: rgba(32,39,47,1);
	color: #02BECE;
}
.post-stats .stats-views i:before,
.post-stats .stats-comments i:before,
.post-stats .stats-likes i:before {
	font-size: 1em;
	margin-right: 10px;
	position: relative;
	font-family: FontAwesome;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}
/* view */
.post-stats .stats-views i:before {
	content: "\f06e"; 
}
/* comment */
.post-stats .stats-comments i:before {
	content: "\f075"; 
}
/* like */
.post-stats .stats-likes i:before {
	content: "\f004"; 
	top: 1px;
}
/* like done */
.post-stats .stats-likes .likeit_done i:before {
	content: "\f00c";
}

.post-stats .stats-views,
.post-stats .stats-comments,
.post-stats .stats-likes {
	margin-right: 10px;
}

/************************************************************************************
SECTION POST
*************************************************************************************/
.section-post {
	overflow: hidden;
}
.section-post .section-inner {
	padding: 80px 5% 40px;
}
.section-post.fullwidth .section-inner {
	width: 100% !important;
	padding: 0;
}

/************************************************************************************
GALLERY POST TYPE
*************************************************************************************/
/* gallery slider */
.loops-wrapper.slider.gallery {
	margin: 0;
}
.loops-wrapper.slider.gallery {
	padding: 5% 0;
}
.loops-wrapper.slider.gallery .slideshow .type-gallery {
	margin: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

#body .gallerySlide {
	margin-top: 1.25% !important;
	opacity: 0.5;
	z-index: 0;
}
#body .galleryBigSlide {
	opacity: 1;
	z-index: 1;
}

/* gallery carousel style */
.loops-wrapper.gallery.slider .carousel-pager {
	display: none;
	visibility: hidden;
}
.loops-wrapper.gallery.slider .carousel-nav-wrap {
	position: absolute; 
	top: 38%;
}

/* gallery shortcode */
#body .gallery.shortcode {
	margin: 0;
}

/* single gallery */
.single-gallery .featured-area {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

.gallery-wrapper.gallery-columns-9 .item, .gallery-wrapper.gallery-columns-9 .grid-size { width: 11.1%; }
.gallery-wrapper.gallery-columns-8 .item, .gallery-wrapper.gallery-columns-8 .grid-size { width: 12.5%; }
.gallery-wrapper.gallery-columns-7 .item, .gallery-wrapper.gallery-columns-7 .grid-size { width: 14.285%; }
.gallery-wrapper.gallery-columns-6 .item, .gallery-wrapper.gallery-columns-6 .grid-size { width: 16.66%; }
.gallery-wrapper.gallery-columns-5 .item, .gallery-wrapper.gallery-columns-5 .grid-size { width: 20%; }
.gallery-wrapper.gallery-columns-4 .item, .gallery-wrapper.gallery-columns-4 .grid-size { width: 25%; }
.gallery-wrapper.gallery-columns-3 .item, .gallery-wrapper.gallery-columns-3 .grid-size { width: 33.3%; }
.gallery-wrapper.gallery-columns-2 .item, .gallery-wrapper.gallery-columns-2 .grid-size { width: 50%; }

.gallery-wrapper.gallery-columns-9 .item.featured { width: 22.2%; }
.gallery-wrapper.gallery-columns-8 .item.featured { width: 25%; }
.gallery-wrapper.gallery-columns-7 .item.featured { width: 28.57%; }
.gallery-wrapper.gallery-columns-6 .item.featured { width: 33.32%; }
.gallery-wrapper.gallery-columns-5 .item.featured { width: 40%; }
.gallery-wrapper.gallery-columns-4 .item.featured { width: 50%; }
.gallery-wrapper.gallery-columns-3 .item.featured { width: 66.6%; }

.gallery-wrapper, .gallery-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-wrapper {
	max-width: 100%;
}
.gallery-wrapper .item,
.gallery-wrapper .grid-size {
	float: left;
	height: auto;
}

.gallery-wrapper .item {
	background-color: #02BECE;
}
.gallery-wrapper .item img {
	display: block;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.gallery-wrapper .item a:hover img {
	opacity: 0.5;
}
.gallery-wrapper .item a span {
	display: none;
}
.gallery-wrapper .item a:hover span {
	display: block;
	position: absolute;
	padding: 20% 5%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #FFFFFF;
}

/************************************************************************************
EVENT POST TYPE
*************************************************************************************/
.event-post .post-title {
	font-size: 2em;
}
.event-post .post-date {
	font-size: 1em;
	overflow: hidden;
	border-bottom: 0;
}
.event-post .location {
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.6em;
}
.event-post .post-image {
	margin-bottom: 16px;
}
.event-post .post-date span {
	margin: 0;
	padding: 0;
}
.event-post .post-date .day {
	margin-bottom: 4px;
}
.event-post .post-date .time {
	display: inline-block;
}

/* event info */
.event-info-wrap {
	clear: both;
	margin-bottom: 10px;
}
.event-post .location:before {
	content: '\f041';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1.25em;
	margin: 0 10px 0 20px;

}
.event-post .day:before {
	content: '\f133';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1.25em;
	margin: 0 10px 0 0;
}

/* event list post */
.loops-wrapper.event.list-post .post-stats i:before {
	font-size: .85em;
}
.loops-wrapper.event.list-post .post-image {
	float: none;
	position: static;
	margin: 0 0 20px;
}
.loops-wrapper.event.list-post .post-date {
	font-size: 1.15em;
}
.loops-wrapper.event.list-post .post-content,
.loops-wrapper.event.list-post .post-image {
	width: auto;
}

/* event slider */
.loops-wrapper.event.slider {
	margin: 0;
}
.loops-wrapper.event.slider .post {
	position: relative;
	margin: 0;
}
.loops-wrapper.event.slider .post-content { 
	background: none;
	position: absolute;
	height: 70%;
	overflow: hidden;
	text-align:center;
	width: 80%;
	padding: 0 10%;
	top: 30%;
	margin: 0 auto;
}
.loops-wrapper.event.slider .post {
	position: relative;
}
.loops-wrapper.event.slider .post:before {
	content: "";
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: block;
	z-index: 11;
}
.loops-wrapper.event.slider .post .post-content {
	z-index: 12;
}
.loops-wrapper.event.slider .post-title {
	font-size: 4em;
	line-height: 100%;
	margin-bottom: 40px;
} 
.loops-wrapper.event.slider .post-meta {
	display: none;
}
.loops-wrapper.event.slider .post-date {
	float: none;
	position: relative;
	overflow: hidden;
	bottom: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.loops-wrapper.event.slider .event-info-wrap {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
}
.loops-wrapper.event.slider .post-date {
	margin: 0;
	padding: 0;
}
.loops-wrapper.event.slider .post-date span {
	display: inline-block;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* event carousel style */
.loops-wrapper.event.slider .post-image {
	margin: 0;
}
.loops-wrapper.event.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.event.slider .carousel-nav-wrap {
	position: absolute; 
	top: 38%;
}
.loops-wrapper.event.slider .carousel-pager {
	display: none !important;
	visibility: hidden !important;
}

/* slider link fix */
.loops-wrapper.event.slider .event-info-wrap,
.loops-wrapper.event.slider .carousel-nav-wrap {
	z-index: 15;
}
.loops-wrapper.event.slider .post-image a,
.loops-wrapper.event.slider .post-title,
.loops-wrapper.slider .entry-content {
	position: relative;
	z-index: 10;
}

/* single event */
.single-event .event-post .post-content {
	padding-top: 350px;
}
.single-event .loops-wrapper.shortcode .event-post .post-content,
.single-event .event-posts .loops-wrapper.shortcode .event-post .post-content {
	padding-top: 0;
}
.single-event .event-post .event-single-wrap {
	overflow: hidden;
	position: absolute;
	color: #FFFFFF;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #02bece;
}
.single-event .event-post .event-map {
	float: left;
	vertical-align: bottom;
	width: 65%;
	height: 350px;
}
.single-event .event-post .map {
	width: 100%;
	height: 350px;
}
.shortcode.map .map-container {
	border: 0 !important;
	margin: 0 !important;
}
.single-event .event-post .event-single-details {
	overflow: hidden;
	margin: 0;
	padding: 40px 5%;
}
.single-event .event-post .event-single-details .post-date {
	margin-bottom: 20px;
	text-align: left;
}
.single-event .event-post .location {
	display: block;
}
.single-event .event-post .event-single-details .location:before {
	margin-left: 0;
}
.single-event .event-post .event-single-details .address {
	margin-left: 20px;
}

/* buy tickets button */
.event-post a.button.buy {
	text-decoration: none;
	background-color: rgba(32,39,47,1);
	margin: 40px 0 20px 0;
	padding: 16px 30px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: .85em;
	text-transform: uppercase;
	border-radius: 4px;

}
.event-post a.button.buy:hover {
	background-color: rgba(32,39,47,.75);
	color: #fff;
}
.event-post a.button.buy .ticket:before {
	content: '\f145';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: lighter;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 10px;
}

/* event tabs */
.htabs {
	margin: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 40px;	
	text-transform: uppercase;
}
.htabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.htab-link {
	color: #aeaeae;
	color: rgba(94,94,94,.5);
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	line-height: 1em;
	padding: .8em 1em;
	letter-spacing: 1px;
	border-bottom: 3px solid transparent;
}
.htab-link:hover {
	color: #7e7e7e;
	color: rgba(94,94,94,.8);
}
.htab-link.current {
	color: #7e7e7e;
	color: rgba(94,94,94,.8);
	border-color: #7e7e7e;
	border-color: rgba(94,94,94,.8);
}
.btabs {
	margin: 0;
	padding: 0;
}

/* Event Widget */
.event-posts .event-post .event-single-wrap {
	position: static;
}
.event-posts .event-post .post-content {
	padding-top: 0;
}
.event-posts .event-post .event-map {
	height: auto;
}
.event-posts .btabs .past-events {
	display: none;
}

/************************************************************************************
VIDEO POST TYPE
*************************************************************************************/
.video-post .post-image {
	overflow: hidden;
	position: relative;
}

/* video play icon */
.video-post .post-image .themify_lightbox {
	position: static;
}
.video-post .post-image a:before {
	display: block;
	content: '\f04b';
	font-family: FontAwesome;
	width: 50px; 
	height: 40px; 
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin-top: -26px; 
	margin-left: -35px; 
	padding: 12px 0 0 26px;
	font-size: 1.85em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #000;
	background-color: rgba(0,0,0,0.4);
	border-radius: 6px;
	z-index: 1;
}
.video-post .post-image:hover a:before {
	background-color: rgba(0,0,0,0.8);
}
.loops-wrapper.list-post .post-image a:before,
.loops-wrapper.slider .post-image a:before {
	font-size: 3.4em;
	margin-left: -50px;
	padding:30px 30px 18px 40px;
}
.loops-wrapper.grid3 .post-image a:before {
	font-size: 2.3em;
	padding:16px 0 3px 26px;
}
.loops-wrapper.grid2 .post-image a:before {
	font-size: 2.6em;
	margin-left: -45px;
	padding:18px 10px 5px 30px;
}

/* video carousel style */
.loops-wrapper.video.slider .carousel-nav-wrap {
	position: relative;
}
.loops-wrapper.video.slider .carousel-pager {
	margin: 0 60px;
}
.loops-wrapper.video.slider .carousel-pager a {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	border: 0;
}
.loops-wrapper.video.slider .carousel-pager a img {
	display: block;
	visibility: visible;
	min-width: 100%;
}
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-prev,
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-next {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 46px;
	height: 100%;
	padding:0;
}
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	top: 50%;
	height: 18px;
	margin-top: -9px;
	position: absolute;
}
.loops-wrapper.video.slider .carousel-nav-wrap .carousel-next {
	right: 0;
	left: auto;
}

/* Video Slider */
.loops-wrapper.slider.video {
	margin: 0;
}

/* Video Pager */
.video-pager {
	padding: 0 45px;
	margin: 10px 0 50px;
	overflow: hidden;
}
.video-pager .slideshow-wrap {
	height: 0;
	visibility: hidden;
}
.video-pager .video-pager-thumb {
	float: left;
	width: 250px;
	margin: 0 5px;
}
.video-pager .video-pager-thumb img {
	width: 100%;
}
.video-pager .carousel-nav-wrap {
	position: static;
}
.video-pager .carousel-prev, .video-pager .carousel-next {
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
}
.video-pager .carousel-prev {
	left: -45px;
	border-radius: 0 6px 6px 0;
}
.video-pager .carousel-next {
	right: -45px;
	border-radius: 6px 0 0 6px;
}
.video-pager .carousel-prev:before,
.video-pager .carousel-next:before {
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	top: 50%;
	line-height: 0%;
	position: absolute;
	width: 100%;
}
.video-pager .carousel-prev:before {
	content: '\f053';
	left: 0;
}
.video-pager .carousel-next:before {
	content: '\f054';
	right: 0;
}

/* Video File */
.featured-video-file {
	height: auto;
	padding: 0;
}
.featured-video-file .post-image {
	margin: 0 0 5px;
}
.wp-video-shortcode, .mejs-layer {
	-webkit-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}
video.wp-video-shortcode {
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	width: 100% !important;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
TESTIMONIALS
*************************************************************************************/
.loops-wrapper.testimonial.slider .testimonial-content,
.loops-wrapper.testimonial.slider .testimonial-author {
	text-align: center;
}
.loops-wrapper.testimonial.slider .testimonial-content {
	font-size: 2.8em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	line-height: 110%;
	color: #20272F;
	letter-spacing: .05em;
}
.loops-wrapper.testimonial.slider .testimonial-author {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	text-transform: uppercase;
}
.loops-wrapper.testimonial.slider .testimonial-author a {
	text-decoration: none;
	color: #20272F;
}
.loops-wrapper.testimonial.slider .testimonial-title {
	display: block;
	text-transform: capitalize;
	font-size: .85em;
	color: rgba(0, 0, 0, 0.4);
}
.loops-wrapper.testimonial.slider .carousel-next,
.loops-wrapper.testimonial.slider .carousel-prev {
	display: none;
	visibility: hidden;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border-top: 5px solid #02BECE;
	padding: 20px 20px 30px 20px ;
	margin: 60px 0;
	background-color: rgba(32, 39, 47, 0.1);
}
.author-box .author-avatar {
	float: left;
	display: inline-block;
	position: relative;
	top: -40px;
	margin-right: 20px;
}
.author-box .author-name {
	margin: 0 0 5px;
	color: #20272f;
}
.post-meta .author-avatar img {
	border-radius: 100%;
	vertical-align: bottom;
}
.author-avatar {
	margin-right: 10px;
}
.author-avatar img {
	border-radius: 100%;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	padding: 40px 0 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.12em;
	color: #20272F;
}
.post-nav a:hover {
	text-decoration: none;
	color: #02BECE;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* full_width post-nav */
.full_width .post-nav {
	padding-left: 5%;
	padding-right: 5%;	
}

/* post nav arrow */
.post-nav .arrow {
	color: #20272F;
	color: rgba(32,39,47,.3);
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	font-size: 1.5em;
	margin-bottom: 50px;
	font-size: 0;
	text-indent: -10000;
}
.post-nav .next .arrow:before {
	content: '\f054';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.post-nav .prev .arrow:before {
	content: '\f053';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	top: 0;
	left: 0;
}
.post-nav .next .arrow {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover .arrow {
	color: #02BECE;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	margin: 50px 0 30px;
	padding: 15px 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: #20272F;
	letter-spacing: normal;
	border-top: 5px #02BECE solid;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #20272F;
}
.commentlist .avatar {
	float: right;
	margin: 0 15px 0 0;
	border-radius: 100%;
}
.commentlist cite {
	font-style: normal;
	margin-right: 10px;
}
.commentlist cite a {
	text-decoration: none;

}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	text-transform: uppercase;
	margin-right: 10px;
	color: rgba(32, 39, 47, 0.3);
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 20px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply a {
	background-color: #2B333D;
	color: #FFFFFF;
	display: inline-block;
	line-height: 100%;
	padding: 6px 10px 5px;
	text-decoration: none;
	border-radius: 4px;
}
.commentlist .reply a:hover {
	background-color: #02BECE;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 80px;
	right: 0;
	background-color: #2B333D;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;

	padding: 10px 12px;
	text-decoration: none;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 400;
	line-height: 100%;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #02BECE;
}
#commentform {
	margin: 15px 0 0;
}
#commentform p {
	margin-bottom: 8px;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-family: 'Arial', Helvetica,sans-serif;
	font-weight: 400;
	font-size: 1em;
}
#commentform label small {
	font-weight: normal;
	color: rgba(32, 39, 47, 0.3);
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 16px 30px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	color: #fff;
}
#sidebar a {
	color: #02BECE;
}
.widget {
	margin: 0 0 3em;
	word-wrap: break-word;
}
.widgettitle {
	margin: 2.2em 0 .6em;
	padding: 0;
	font-size: 2em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
	letter-spacing: .05em;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .8em 0 .8em 6px;
	list-style: none;
	clear: both;
	border-top: solid 1px rgba(225,225,225,.3);
}

.widget li:first-child {
	border-top: 0;
}
.widget ul ul {
	margin: 6px 0px -6px 0px;
	padding: 0;
	border-top: none;
}
.widget li ul:first-child {
	margin: -12px 0 -12px 6px;
	padding: 0;
}
.widget a {
	text-decoration: none;
}

/* calendar widget */
#wp-calendar {
	width: 100%;
	max-width: 100%;
}
.widget #wp-calendar caption {
	text-transform: uppercase;
	padding-bottom: 15px;
}
.widget #wp-calendar td {
	font-weight: normal;
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}
.widget #wp-calendar td#prev,
.widget #wp-calendar td#next {
	padding: 0;
	text-align: left;
}
.widget #wp-calendar th {
	font-weight: normal;
}
.widget #wp-calendar tr {
	font-weight: normal;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 20px 10px 0;
	float: left;
	overflow: hidden;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	display: block;
	margin: 4px 0 3px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp a {
	font-style: italic;
	font-size: 90%;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* add white bg to facebook badge iframe */
iframe[src*="facebook"] {
	background-color: #fff;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}
/* featured post stats color for sidebar */
#sidebar .post-stats {
	font-size: 12px;
}
#sidebar .post-stats a,
#sidebar .post-stats i,
#sidebar .post-stats a i:before {
	color: #FFFFFF;
	color: rgba(255,255,255,.4);
	text-decoration: none;
}
#sidebar .post-stats a i:hover:before,
#sidebar .post-stats a i:hover {
	color: #FFFFFF;
}

/* widget tabbed menu */
.widget .htabs {
	margin: 0 0 20px;
	padding: 0;
}
.widget .htabs li {
	display: inline-block;
	border: none;
	margin: 0;
	padding: 0;
}
.widget .btabs {
	margin: 0;
	padding: 0;
}
.widget .btabs li {
	border: none;
	margin: 0;
	padding: 0;
}
.widget .htab-link {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}
.widget .htab-link:hover {
	border-bottom: 3px solid transparent;
}
.widget .htab-link.current {
	border-color: #02bece;
}
.widget .htab-link.current {
	color: #02BECE !important;
}

/* widget event arrangements */
.widget .event-info-wrap {
	font-size: 0.85em !important;
	margin-bottom: 20px;
}
.widget .event-info-wrap *:before {
	font-size: 1em !important;
}
.widget .event-post .location {
	display: block;
}
.widget .event-post .location:before {
	margin-left: 0;
}
.widget .event-post .post-title {
	font-size: 1.45em;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #2B333D;
	color: #fff;
}
#footer {
	clear: both;
	padding: 2% 0 0;
}

/* footer text */
.footer-text {
	clear: left;
	font-size: 85%;
	padding:30px 0;
}
.footer-text p {
	margin-bottom: 0;
}
#footer .widget p.post-stats {
	text-align: left;
}

/* footer nav */
#footer-nav {
	list-style: none;
	text-align: right;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: -.025em;
	padding: 0;
	margin: 0;
}
#footer-nav li {
	display: inline-block;
}
#footer-nav li a {
	text-decoration: none;
	padding: 8px 4px;
}
#footer-nav li a:before {
	content: '/';
	color: rgba(255,255,255,.2);
	margin-right: 4px;
	padding-right: 4px;
}
#footer-nav li:first-child a:before {
	content: ' ';
	font-family: 'Helvetica', Arial, sans-serif !important;
	font-weight: 100 !important;
	margin-right: 0;
	padding-right: 0;
}

/* footer widgets */
#footer .widget li {
	margin: 0;
	padding: .5em 0;
	list-style: none;
	clear: both;
	border-top: solid 1px rgba(255,255,255,.2);
}
#footer .widget li:first-child {
	border: 0;
}
#footer .widgettitle {
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -.02em;
}

/* featured post stats color for sidebar */
#footer .post-stats {
	font-size: 12px;
}
#footer .post-stats a,
#footer .post-stats a i,
#footer .post-stats a i:before {
	color: rgba(255,255,255,.4);
	text-decoration: none;
}
#footer .post-stats a i:hover:before,
#footer .post-stats a i:hover {
	color: #FFFFFF;
}

/************************************************************************************
SHORTCODE
*************************************************************************************/
/*
BUTTON STYLES
================================================ */
a.shortcode.button {
	border: none;
 	padding: .5em 1em;
	margin: .3em;
	font: normal 1em/1.5em 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 4px;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* module title */
.themify_builder_content .module-title {
	margin: 1.4em 0 1.6em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border-top: 5px #02BECE solid;
}

/* post module */
.module-post .post-meta span {
	margin: 0;
}

/* box module */
.module-callout .callout-content {
	text-align: left;
}

/* post list-thumb-image */
.module.loops-wrapper.list-thumb-image .post-meta .author-avatar,
.module.loops-wrapper.list-thumb-image .post-meta .post-author {
	display: none;
}

/* highlight module */
.module-highlight .highlight-post .post-image {
	margin: 0 20px 25px;
}

/* 
FULL SECTION STYLES
================================================ */
/* row */
.sidebar-none.full_width .themify_builder_row {
	padding: 4% 3%;
	margin: 0;
	border-radius: 0;
}
/* fullwidth row */
.sidebar-none.full_width .themify_builder_row.fullwidth {
	padding: 0;
}

/* fullwidth column */
.sidebar-none.full_width .col-full {
	text-align: center;
}

/* section headings */
.sidebar-none.full_width .col-full .module-text h1:first-of-type {
	font-weight: bold;
	font-size: 3.4em;
	text-transform: uppercase;
	margin: 0;
	padding: .8em 5% .5em;
}
.sidebar-none.full_width .col-full .module-text h2:first-of-type {
	font-weight: bold;
	font-size: 3em;
	text-transform: uppercase;
	margin: 0;
	padding: .8em 5% .5em;
}
.sidebar-none.full_width .col-full .module-text h3:first-of-type {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 5% 2em;
}
.sidebar-none.full_width .col-full .module-text h4:first-of-type {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 5% 2em;
}

/* reset post title */
.sidebar-none.full_width .col-full .loops-wrapper.slider .post-title {
	font-size: 2em;
	padding: 0;
}
.sidebar-none.full_width .col-full .loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
	padding: 0;
}
.sidebar-none.full_width .col-full .loops-wrapper.grid3 .post-title {
	font-size: 1.5em;
	padding: 0;
}
.sidebar-none.full_width .col-full .loops-wrapper.grid2 .post-title {
	font-size: 2.2em;
	padding: 0;
}
.sidebar-none.full_width .col-full .loops-wrapper.event.slider .post-title {
	font-size: 4em;
	padding: 0;
}

/* Slider */
.caroufredsel_wrapper {
	overflow: hidden;
	min-width: 120px;
}
.carousel-nav-wrap {
	text-align: center;
	position: relative;
	width: 100%;
}
.carousel-pager a {
	background-color: rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 10em;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 2px 3px 0;
	text-indent: -900em;
	text-decoration: none;
	vertical-align: middle;
	width: 8px;
}
.carousel-pager a:hover,
.carousel-pager a.selected {
	background-color: #02BECE;
}

/* Parallax Header */
.parallax-header.single #pagewrap .featured-area {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.parallax-header.single #layout {
	-webkit-backface-visibility: hidden;
	position: relative;
}
.parallax-header.single #pagewrap .featured-area {
	position: fixed;
	top: 0;
	width: 100%;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 0 0 20px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}
#body .gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

/************************************************************************************
ATTACHMENT PAGE
*************************************************************************************/
body.attachment {
	width: 100%;
	float: none;
	text-align: left;
	position: static;
	padding: 0;
}
.single .attachment.post {
	width: auto;
	float: none;
	text-align: left;
}

/************************************************************************************
LOADER
*************************************************************************************/
.themify-loader{
	width: 50px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0;
}
.themify-loader_blockG {
	background-color: #666;
	border: 1px solid #999;
	float: left;
	height: 36px;
	margin-left: 3px;
	width: 10px;
	opacity: 0.1;
	-moz-animation-name: bounceG;
	-moz-animation-duration: 1.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-moz-transform: scale(0.7);
	-webkit-animation-name: bounceG;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-webkit-transform: scale(0.7);
	-ms-animation-name: bounceG;
	-ms-animation-duration: 1.3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-ms-transform: scale(0.7);
	-o-animation-name: bounceG;
	-o-animation-duration: 1.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	-o-transform: scale(0.7);
	animation-name: bounceG;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: linear;
	transform: scale(0.7);
}
.themify-loader_1 {
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}
.themify-loader_2 {
	-moz-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	animation-delay: 0.52s;
}
.themify-loader_3 {
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-ms-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

@-moz-keyframes bounceG {
	0% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-webkit-keyframes bounceG {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-ms-keyframes bounceG {
	0% {
		-ms-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-o-keyframes bounceG {
	0% {
		-o-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-o-transform: scale(0.7);
		opacity: 0.1;
	}
}

@keyframes bounceG {
	0% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(0.7);
		opacity: 0.1;
	}
}

/* reset content height when builder is active */
.themify_builder_active #content {
	height: auto !important;
}