/*
Theme Name: Stack
Theme URI: https://themify.me/themes/stack
Version: 1.0.0
Description: Created by <a href="https://www.themify.me">Themify</a>.
Author: Themify
Author URI: https://www.themify.me
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2015 Themify.
Tags: themify, featured-images, translation-ready, custom-menu, sidebar

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/*----------------------------------------------------------------------------------
TABLE OF CONTENT

1.  Reset
2.  General Styling (default font, color, lists, headings, form elements, etc.)
3.  Structure (page width & layout containers)
4.  Grid (column width)
5.  Header (logo, tagline, social widget, search form, main menu)
6.  Page (page title, author page, pagination)
7.  Post (post layouts & styling, comments, post navigation)
	7.1 Portfolio post type
	7.2 Masonry layout
8.  Sidebar
	8.1 Widget Styles
9.  Footer
10. Builder Styling
11. WordPress Formatting
12. Gallery
13. Clear & Alignment
14. WooCommerce

----*/

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

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

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
body {
	font: 1em/1.7em 'Roboto', sans-serif;
	word-wrap: break-word;
	color: #f1e4f5;
	-webkit-font-smoothing: antialiased;
	background: #261f3d;
	font-weight: 300;
}
a {
	text-decoration: none;
	outline: none;
	color: #fff799;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
p {
	margin: 0;
	padding: 0 0 1.2em;
}
small {
	font-size: 87%;
}
blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .8em 2em 1em;
	margin: 0 0 1.2em;
	position: relative;
}
blockquote:before {
	content: '\201C';
	font-size: 3.3em;
	position: absolute;
	margin-left: -.5em;
	margin-top: .2em;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 0 0 1.4em 1.6em;
	padding: 0;
}
li {
	margin: 0 0 1em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0 0 .6em;
	padding: 0;
	word-wrap: normal;
	font-weight: 300;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 2.2em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
	background: rgba(0,0,0,.4);
	color: #f1e4f5;
	border: none;
	padding: .65em;
}
textarea, input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week] {
	background: rgba(0,0,0,.4);
	border: none;
	color: #fff;
	font-weight: 300;
	padding: .65em;
	margin: .4em 0;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel] {
	width: 19.2em;
	margin-right: 1.2em;
}
input[type=number] {
	width: 7em;
}

/* text area */
textarea {
	width: 100%;
	min-height: 8em;
	height: 140px;
}

/* 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, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=reset]:focus, input[type=submit]:focus, button:focus {
	outline: none;
}

/* form button */
input[type=reset],
input[type=submit],
button {
	background: #4335AB;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	letter-spacing: .04em;
	padding: .6em 1em .7em;
	text-transform: uppercase;
}
label {
	text-transform: uppercase;
}
label small {
	font-weight: normal;
	text-transform: none;
}

/************************************************************************************
3. STRUCTURE
*************************************************************************************/
/* set general layout containers box-sizing */
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer, .col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* main page width */
#pagewrap {
	padding-left: 330px;
	padding-right: 3%;
}

.pagewidth {
	width: 100%;
	margin: 0 auto;
}

/* body (middle container) */
#body {
	max-width: 100%;
}

/* content */
#content {
	width: 64.7%;
	float: left;
	padding: 4% 0 4%;
}
.sidebar-none #content {
	width: 100%;
}

/* sidebar */
#sidebar {
	width: 29%;
	float: right;
	padding: 4.5% 0 3.5%;
	font-size: 1em;
	line-height: 1.9em;
}
#sidebar .secondary {
	width: 47%;
}

/* full_width content */
.full_width #pagewrap {
	padding-left: 280px; /* same width as #headerwrap */
	padding-right: 0;
}
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	max-width: 100%;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}
.full_width #footerwrap {
	padding-left: 3.5%;
	padding-right: 3.5%;
}
.full_width .themify_builder_row .row_inner {
	width: 90%;
	margin: 0 auto;
}

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

/************************************************************************************
4. 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: 30.6%;
}
.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;
}

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap {
	background: #4335ab;
	width: 280px;
	position: fixed;
	z-index: 1000;
	height: 100%;
	left: 0;
	top: 0;
}
#header {
	position: absolute;
	height: 100%;
	width: auto;
}
#header.pagewidth {
	max-width: 100%;
}

/* header padding */
.header-padding {
	padding: 0 1.7em;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	margin: .75em 0 0 0;
	padding: 0;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2.6em;
	letter-spacing: -.025em;
}
#site-logo a {
	text-decoration: none;
	color: #fff;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	margin: .55em 0 0 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1.1em;
	color: #c7c3e6;
	letter-spacing: -.03em;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	margin: .5em 0;
}
.social-widget a {
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	clear: none;
	line-height: 100%;
	min-width: 1em;
	text-align: center;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}
.social-links .icon-medium i {
	font-size: 100%;
}
/* rss */
.social-widget div.rss {
	display: inline-block;
	vertical-align: middle;
}
.social-widget div.rss a {
	display: inline-block;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	display: block;
	padding: 1.4em 0 1.4em 0;
}
#headerwrap #searchform {
	position: relative;
}
#headerwrap #searchform #s {
	width: 100%;
	background: #333;
	background: rgba(0,0,0,.3);
	color: #fff;
	color: rgba(255,255,255,.6); 
	margin: 0;
	padding: .5em 2.5em;
	border: none;
	border-radius: 5em;
	-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: 100%;
	color: #fff;
}
#headerwrap #searchform .icon-search:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #fff;
	font-size: 1em;
	font-style: normal;
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -.5em;
	cursor: pointer;
	line-height: 1em;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	margin-top: .3em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	margin-bottom: 2em;
	border-top: solid 1px rgba(0,0,0,.1);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* main level link */
#main-nav a {
	color: #fff;
	display: block;
	padding: .5em 1.5em;
	margin: 0;
	text-decoration: none;
	border-bottom: solid 1px rgba(0,0,0,.1);
	text-transform: uppercase;
	position: relative;
}

/* main level link :hover */
#main-nav a i.fa {
	margin-right: 1em;
}

/* current link */
#main-nav .current_page_item a, 
#main-nav .current-menu-item a {
	background: #362a89;
}

/* 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 {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
	background: none;
	color: #c7c3e6;
}

/* remove touch dropdown arrow */
#main-nav .sub-arrow {
	display: none;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	list-style: none;
	font-size: 1em;
	background: #362a89;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
#main-nav ul ul a {
	padding-left: 0;
	padding-right: 0;
}
#main-nav ul ul {
	padding-left: 2.3em;
}

/* sub-levels dropdown icon */
#main-nav li.page_item_has_children:after,
#main-nav li.menu-item-has-children:after {
	content: none;
}
#main-nav li.page_item_has_children > a > button,
#main-nav li.menu-item-has-children > a > button {
	background: none;
	color: inherit;
	font-size: .9em;
	position: absolute;
	display: inline-block;
	width: 2em;
	height: 2em;
	right: 1em;
	top: .5em;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#main-nav li.page_item_has_children .page_item_has_children > a > button,
#main-nav li.menu-item-has-children .menu-item-has-children > a > button {
	right: 1.8em;
}
#main-nav .expanded {
	display: block;
}
#main-nav .fading-icon {
	opacity: 0;
}

/* mobile menu icon */
#menu-icon {
	display: none;
}
#menu-icon:before {
	content: '\e68e';
	font-family: 'themify';
}

/* 
HEADER WIDGET
================================================ */
.header-widget .widget {
	margin: 0 0 2em;
}
.header-widget .widgettitle {
	display: block;
	margin: 0 0 .6em;
}

/* niceScroll */
.nicescroll-rails > div {
	width: 3px !important;
	background-color: rgba(66,66,66,.7) !important;
	border: 1px solid rgba(255, 255, 255, .5) !important;
}

/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 .9em;
	padding: 0;
	font-size: 3.1em;
	line-height: 110%;
	font-family: 'Roboto Condensed', sans-serif;
}
.full_width .page-title {
	text-align: center;
	margin-top: 1em;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 2em;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 5px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.6em;
}
.author-posts-by {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-top: solid 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
PAGINATION
================================================ */
.pagenav {
	clear: both;
	padding-bottom: 2em;
	padding-top: 3em;
	text-align: center;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a,
.pagenav span {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	line-height: 100%;
	margin: -1px;
	min-height: 1em;
	min-width: 1em;
	padding: .95em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background: #352a74;
}
.pagenav a:hover,
.pagenav a.current,
.pagenav span {
	background: #4335ab;
}

/************************************************************************************
7. POST
*************************************************************************************/
/*
GENERIC POST
================================================ */
.post {
	position: relative;
}

/* post content */
.post-content {
	min-width: 120px;
	padding-bottom: 2.2em;
}

/* post title */
.post-title {
	font-size: 3em;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
	letter-spacing: -.006em;
	margin: 0 0 .7em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: inherit;
}

/* post image */
.post-image {
	margin: 0 0 1.1em;
}
.post-image img {
	width: 100%;
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 1em;
}
.post-image.right {
	float: right;
	margin-left: 1em;
}

/* post media */
.post-media {
	position: relative;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	min-height: 46px;
}
.no-post-date .post-media,
.no-post-author .post-media {
	min-height: 0;
}

/* post meta bottom */
.post-meta-bottom {
	font-size: .85em;
}
.has-post-thumbnail .post-meta-bottom {
	position: absolute;
	bottom: 0;
}
.post-author {
	background: rgba(0,0,0,.3);
	display: inline-block;
	margin: 0;
	padding: 0 1em 0 0;
	vertical-align: middle;
}
.author-avatar img {
	vertical-align: middle;
	margin-right: .7em;
}

/* lightbox zoom image */
.post-image .lightbox {
	display: block;
	position: relative;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	background-color: rgba(0,0,0,.3);
}
.post-image .lightbox:hover .zoom {
	background-color: rgba(0,0,0,.7);
}
.post-image .lightbox .zoom:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #fff;
	font-size: 1.25em;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5em 0 0 -.5em;
	line-height: 1em;
	width: 1em;
	height: 1em;
}

/* post meta */
.post-meta {
	font-size: .9em;
	line-height: 1.6em;
	color: #aaa;
	margin: 0 0 .5em;
	padding: 0;
}
.post-meta a {
	text-decoration: none;
}
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta span {
	margin-right: .6em;
}

/* post date */
.module .post-date,
.post-date {
	display: inline-block;
	margin: 0 0 .5em 1em;
	letter-spacing: -.02em;
}
.post-date span {
	margin-right: 0;
}

/* post meta top */
.post-meta-top {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0 0 .7em;
	padding: 0;
}

/* post icon */
.post-icon {
	margin-right: 12px;
	font-size: 28px;
	vertical-align: middle;
}
.post-icon:before {
	display: inline-block;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

/* post category */
.post-category {
	font-size: .85em;
	font-weight: 700;
	margin-right: .5em;
}
.post-category a {
	color: inherit;
}

/* post tag */
.post-tag {
	opacity: .7;
}

/* post comment */
.post-comment {
	float: right;
}
.post-comment a:after {
	content: "\e644";
	display: inline-block;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-left: .4em;
	padding-top: .1em;
}

/* single post */
.single #content > .post {
	background: none;
}
.single .post-inner {
	padding: 0;
}
.single .post-meta-top {
	margin: 2em 0 1.75em;
	padding: 0;
}

/* gallery slider */
.twg-wrap {
	z-index: 10;
}
.twg-controls {
	z-index: 7;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title {
	margin-bottom: .8em;
}

/*
GENERAL GRID POST
================================================ */
.loops-wrapper.grid2 .post,
.loops-wrapper.grid3 .post,
.loops-wrapper.grid4 .post {
	margin: auto !important;
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	width: 25%;
	float: left;
}
.loops-wrapper.grid4 .post-media {
	min-height: 32px;
}
.loops-wrapper.grid4 .post-meta-bottom {
	font-size: .7em;
}
.loops-wrapper.grid4 .post-meta-bottom .post-author img {
	max-width: 30px
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.3em;
	margin: 0 0 .5em;
}
.loops-wrapper.grid4 .post-icon {
	font-size: 17px;
}
.loops-wrapper.grid4 .post-category {
	font-size: .85em;
}

.loops-wrapper.grid4 .post-media {
	min-height: 32px;
}
.loops-wrapper.grid4 .post-meta-bottom {
	font-size: .7em;
}
.loops-wrapper.grid4 .post-meta-bottom .post-author img {
	max-width: 30px
}


/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	width: 33.33%;
	float: left;
}
.loops-wrapper.grid3 .post-title {
	font-size: 1.5em;
	margin: 0 0 .55em;
}
.loops-wrapper.grid3 .post-meta-bottom {
	font-size: .8em;
}
.loops-wrapper.grid3 .post-meta-bottom .post-author img {
	max-width: 40px
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	width: 50%;
	float: left;
}
.loops-wrapper.grid2 .post-title {
	font-size: 2em;
	margin: 0 0 .55em;	
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2-thumb .post-image {
	width: 20%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
	min-width: 120px;
}

/*
CLEAR GRID FLOAT
================================================ */
.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;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post {
	clear: both; /* require for FF */
}
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	max-width: 70%;
	float: left;
	margin: 0 2em 1.3em 0;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	position: relative;
	margin: 0 0 50px;
}
.loops-wrapper .slideshow-wrap {
	height: 0; /* will be toggled with js */
	visibility: hidden; /* will be toggled with js */

/* remove this on final because it will be toggled with js */
	height: auto;
	visibility: visible;
/* end remove */
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
	min-height: 40px;
} 
.loops-wrapper.slider .post-image {
	width: auto;
	float: none;
	margin: 0;
}
.loops-wrapper.slider .post-image img {
	width: 100%;
	vertical-align: bottom;
}
.loops-wrapper.slider .post-image .lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 0.313em;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .post-content {
	position: absolute;
	bottom: 0;
	width: 90%;
	min-height: 40px;
	padding: 15px 5%;
	overflow: visible;
	margin: 0 auto;
	background: rgba(0,0,0,.6);
	font-size: .9em;
	line-height: 1.5em;
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}

/* reset slider shortcode in framework css */
.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;
}

/* 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: 0;
	text-indent: -900em;
	text-decoration: none;
	color: #fff;	
	background: rgba(0,0,0,.3);
	padding: 5% 2.5%;
	-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;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover, 
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	color: #fff;
	background: rgba(0,0,0,.5);
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover {
	padding-left: 4%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 4%;
}

/* carousel prev/next arrow */
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	text-align: center;
	content: '\f054';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager {
	clear: both;
	text-align: center;
	line-height: 100%;
	width: auto;
}
.loops-wrapper.slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 3px 0;
	background: #ccc;
	background: rgba(0,0,0,.2);
	border: solid 2px #666;
	border-radius: 100%;
	cursor: pointer;
}
.loops-wrapper.slider .carousel-pager a.selected {
	background: #fff;
	border-color: #ccc;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border: none;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST PAGINATION
*************************************************************************************/
.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 {
	margin: 0 0 1.8em;
	padding: 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav link */
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}

/* post nav arrow */
.post-nav .arrow {
	display: block;
	width: auto;
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	text-decoration: none;
}
.post-nav .next .arrow {
	float: right;
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	font-family: FontAwesome;
	font-size: 14px;
	top: 0;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.post-nav .next .arrow:before {
	content: '\f054';
}
.post-nav .prev .arrow:before {
	content: '\f053';
}
.post-nav .prev .arrow:before {
	left: 0;
}
.post-nav .next .arrow:before {
	right: 0;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 1.825em 0 1.25em;
	position: relative;
	clear: both;
	display: inline-block;
}

/* comment title */
.comment-title,
.comment-reply-title {
	font-size: 1.7em;
	font-family: 'Roboto Slab', serif;
	margin: 0 0 .725em;
	padding: 0;
	letter-spacing: -.035em;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;

	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 1.875em;
	padding: .313em 0 0;
}
.commentlist li {
	margin: 0;
	padding: .9em 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 0 0 .9em;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 1.3em 0 0;
}
.commentlist cite {
	color: #fff799;
	font-style: normal;
	font-size: 1.4em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite:before {
	content: '\f02e';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 12px;
}
.commentlist .comment-time {
	font-size: .85em;
	text-transform: uppercase;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 30px;
}
.commentlist .comment-reply-link {
	font-size: .8em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff799;
	border-radius: 5em;
	padding: .55em 1.7em;
	color: #fff799;
}
.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: 20px;
	right: 0;
	text-decoration: none;

	background: #4335AB;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 70%;
	font-family: Roboto, sans-serif;
	letter-spacing: .04em;
	line-height: 100%;
	padding: .6em 1em .7em;
	text-transform: uppercase;
}
#respond #cancel-comment-reply-link:hover {
	color: #fff799;
}
#commentform {
	margin: 2.9em 0 0;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.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%;
}

/************************************************************************************
POST FORMAT
*************************************************************************************/
/*
VIDEO POST FORMAT
================================================ */
.post.format-video {
	background: #22A4D5;
}
.post.format-video .post-icon:before {
	content: '\e6ce';
}


/*
AUDIO POST FORMAT
================================================ */
.audio-player-wrapper {
	padding: 1em 1.9em 1em 1.5em;
}
.audio-player-wrapper .mejs-container,
.audio-player-wrapper .mejs-container .mejs-controls {
	background: none;
}

/* buttons */
.audio-player-wrapper .mejs-controls .mejs-playpause-button button {
	color: #fff;
	height: 25px;
	width: 25px;
	margin: 0;
	top:0px;
	background: none;
}
.audio-player-wrapper .mejs-controls .mejs-playpause-button button:before,
.audio-player-wrapper .mejs-controls .mejs-play button:before,
.audio-player-wrapper .mejs-controls .mejs-pause button:before,
.audio-player-wrapper .mejs-controls .mejs-volume-button button:before,
.audio-player-wrapper .wp-playlist-next,
.audio-player-wrapper .wp-playlist-prev {
	font-family: 'themify';
	position: relative;
	top: 4px;
	margin-right: 10px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 28px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.audio-player-wrapper .mejs-controls .mejs-play button:before {
	content: '\e6ad';
}
.audio-player-wrapper .mejs-controls .mejs-pause button:before {
	content: '\e6ae';
}

/* tracklist */
.audio-player-wrapper .mejs-controls .mejs-time-rail {
	border-radius: 0;
	margin-left: .5em;
}
.audio-player-wrapper .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(0,0,0,.2);
	border-radius: 0;
	height: 6px;
}
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering {
	background: rgba(0,0,0,.2);
	border-radius: 0;
}
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: rgba(0,0,0,.2);
	border-radius: 0;
	height: 6px;
}

/* time */
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	height: 6px;
	background: #fff;
	border-radius: 0;
}
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container,
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
	margin-top: 10px;
}
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
	margin-right: -4em;
	margin-left: .6em;
}
.audio-player-wrapper .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
	margin-left: -26px;
}

/* volume */
.audio-player-wrapper .mejs-controls .mejs-volume-button {
	margin-left: .5em;
	margin-top: -.3em;
	width: 2.5em;
}
.audio-player-wrapper .mejs-controls .mejs-volume-button button {
	background: none;
}
.audio-player-wrapper .mejs-controls .mejs-volume-button button:before {
	content: '\e601';
	font-size: 18px;
}

/* horizontal-volume-slider */
.audio-player-wrapper .mejs-controls div.mejs-horizontal-volume-slider {
	margin-left: .5em;
	width: 1em;
}
.audio-player-wrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(0,0,0,.2);
	border-radius: 0;
	height: 6px;
	width: 30px;
}
.audio-player-wrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
	border-radius: 0;
	height: 6px;
}
.post.format-audio {
	background: #c60059;
}
.post.format-audio .post-icon:before {
	content: '\e689';
}
.post.format-audio.has-post-thumbnail .post-meta-bottom {
	margin: 0 0 -46px;
}
.loops-wrapper.grid3 .post.format-audio.has-post-thumbnail .post-meta-bottom {
	margin: 0 0 -40px;
}
.loops-wrapper.grid4 .post.format-audio.has-post-thumbnail .post-meta-bottom {
	margin: 0 0 -32px;
}
.post.format-audio.has-post-thumbnail.has-post-author .post-inner {
	padding-top: 11%;
}
.post.format-audio .audio-player-wrapper {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post.format-audio.has-post-thumbnail .audio-player-wrapper {
	position: absolute;
	bottom: 0;
}

/*
STANDARD POST FORMAT
================================================ */
.post.format-standard {
	background: #00b168;
}
.post.format-standard .post-icon:before {
	content: '\e67c';
}

/*
STATUS POST FORMAT
================================================ */
.post.format-status {
	background: #e4495c;
}
.post.format-status .post-icon:before {
	content: '\e606';
}

/*
IMAGE POST FORMAT
================================================ */
.post.format-image .post-icon:before {
	content: '\e67c';
}

.post-inner {
	padding: 6% 9% 6%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*
LINK POST FORMAT
================================================ */
.post.format-link {
	background: #f26522;
}
.post.format-link .post-icon:before {
	content: '\e62d';
}

/*
ASIDE POST FORMAT
================================================ */
.post.format-aside {
	height: auto !important;
}
.post.format-aside {
	display: block;
	height: 100%;
	background: #2E9E95;
}
.post.format-aside .post-icon:before {
	content: '\e6de';
}

/*
QUOTE POST FORMAT
================================================ */
.post.format-quote {
	height: auto !important;
	display: block;
	height: 100%;
	background: #4B41DA;
}
.quote-author {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.post.format-quote .post-icon:before {
	content: '\e67e';
}

.more-link {
	font-size: 1.0em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	display: inline-block;
	letter-spacing: .06em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.more-link:before {
	content: '\e649';
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	font-family: 'themify';
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	margin-right: 1.2em;
	padding: .4em;
	width: 13px;
	height: 13px;
}

/*
IMAGE POST FORMAT
================================================ */
.post.format-image {
	background: #ca9f43;
}
.post.format-image .post-icon:before {
	content: '\e633';
}

/*
GALLERY POST FORMAT
================================================ */
.post.format-gallery {
	background: #8b09ef;
}
.post.format-gallery .post-icon:before {
	content: '\e71e';
}

.post.format-gallery .post-meta-bottom {
	bottom: auto;
	top: 0;
}

/* gallery slider */
.format-gallery .twg-wrap {
	z-index: 10;
	overflow: hidden;
}
.format-gallery .twg-controls {
	z-index: 7;
}
.post.format-gallery .twg-wrap,
.post.format-gallery .twg-wrap .gallery-image-holder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.post.format-gallery .gallery-caption {
	position: absolute;
	bottom: 50px;
	padding: 0 10px;
	text-transform: none;
}

/* gallery slider timer */
.format-gallery .twg-wrap .gallery-slider-timer {
	position: absolute;
	height: 2px;
	width: 100%;
	top: -2px;
}
.format-gallery .twg-wrap .timer-bar {
	height: 2px;
}
.format-gallery .twg-wrap .timer-bar {
	background: #0b79d6;
	color: #fff;
}

.format-gallery .twg-wrap .gallery-slider-wrap {
	position: absolute;
	bottom: .4em;
	left: 0;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.3);
}
.format-gallery .gallery-slider-thumbs {
	margin: 0;
	padding: 0;
}
.format-gallery .gallery-slider-thumbs li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.format-gallery .gallery-slider-thumbs li a img {
	max-width: 100px;
	height: auto;
}
.format-gallery .twg-controls .twg-list li {
	width: 40px !important;
	list-style: none;
	width: auto !important;
}
.format-gallery .gallery-slider-thumbs li a,
.format-gallery .gallery-slider-thumbs li a img {
	display: block;
	border: none;
	overflow: hidden;
}
.format-gallery .gallery-slider-thumbs li a:hover > img,
.format-gallery .gallery-slider-thumbs li.current > img {
	border: 1px solid #1e73ba;
}
.format-gallery .gallery-slider-thumbs li.current a:hover img {
	cursor: default;
	border: none;
}
.format-gallery .twg-wrap .twg-deleteable,
.format-gallery .twg-wrap .twg-behind {
	/*position: absolute;*/
	width: 100%;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
}
.format-gallery .twg-wrap.no-timer .twg-controls {
	visibility: hidden;
}

.carousel-wrap {
	visibility: hidden;
	height: 0;
}
.format-gallery .twg-wrap .gallery-slider-wrap {
	bottom: 0;
}
.themify_builder_slider_wrap .carousel-wrap {
	visibility: visible;
	height: auto;
}
.format-gallery .twg-wrap .caroufredsel_wrapper {
	height: auto !important;
	bottom: 26px !important;
	display: inline-block !important;
	width: 100% !important;
	overflow: visible !important;
}
.format-gallery .twg-wrap .gallery-slider-timer {
	top: 0;
}
.format-gallery .gallery-slider-thumbs {
	visibility: hidden;
}
.format-gallery .twg-wrap .gallery-slider-wrap {
	overflow: hidden;
	padding-top: 8px;
}

/************************************************************************************
7.1 PORTFOLIO POST TYPE
*************************************************************************************/
/* post-filter */
.post-filter {
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: .875em;
	margin: 2em 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease-out;
}
.post-filter.filter-visible {
	visibility: visible;
	opacity: 1;
}
.post-filter li {
	display: inline-block;
	margin: 0 10px 15px;
}
.post-filter li a {
	text-decoration: none;
	text-transform: uppercase;
}
.post-filter li.active a {
	color: #fff;
	position:relative;
}
.post-filter li.active a:after {
	content: "\e646";
	font-family: "themify";
	left: 50%;
	position: absolute;
	top: 17px;
	font-size: .6625em; /* 9/16 */
	margin-left: -2px;
}

/* portfolio post-category */
.portfolio-post .post-category {
	font-weight: 300;
	margin-right: 0;
	font-size: .9em;
}

/* portfolio post */
.loops-wrapper.portfolio .portfolio-post {
	overflow: hidden; /* prevent image zoom outside the container */
	margin: auto;
}

/* portfolio post meta */
.loops-wrapper.portfolio .post-meta-top {
	padding: 0;
	margin: 0 0 .3em;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.loops-wrapper.portfolio .post-meta .post-category {
	font-weight: 300;
	font-family: "Roboto Condensed", sans-serif;
}
.loops-wrapper.portfolio .post-meta a {
	text-decoration: none;
}

/* portfolio image hover */
.loops-wrapper.portfolio .post-image img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.loops-wrapper.portfolio .portfolio-post:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/* portfolio post title*/
.loops-wrapper.portfolio .post-title {
	font-size: 2.3em;
	margin: 0 0 .5em;
	padding: 0;
	letter-spacing: -.05em;
}

/* portfolio post-content */
.loops-wrapper.portfolio .post-content {
	padding: 6%;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* portfolio excerpt */
.loops-wrapper.portfolio .entry-content {
	font-size: .9em;
	line-height: 1.4em;
}

/*
PORTFOLIO LIST-POST
================================================ */
/* protfolio list view */
.loops-wrapper.portfolio.list-post .portfolio-post {
	width: 100%;
	height: auto;
	position: static;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.loops-wrapper.portfolio.list-post .post-image {
	width: 50%;
	float: left;
}
.loops-wrapper.portfolio.list-post .post-content {
	width: 50%;
	text-align: left;
	float: left;
}

/*
PORTFOLIO MASONRY
================================================ */
.loops-wrapper.portfolio.masonry-layout .portfolio-post {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
}

/* portfolio masonry size */
.loops-wrapper.portfolio.masonry-layout .portfolio-post.size-large {
	width: 50%;
	height: 480px;
}
.loops-wrapper.portfolio.masonry-layout .portfolio-post.size-small {
	width: 25%;
	height: 240px;
}
.loops-wrapper.portfolio.masonry-layout .portfolio-post.size-small .post-title {
	font-size: 1.6em;
}

/* portfolio masonry image */
.loops-wrapper.portfolio.masonry-layout .post-image {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 100%;
}

/* portfolio masonry post-content */
.loops-wrapper.portfolio.masonry-layout .post-content {
	width: 50%;
	height: 100%;
}

/* portfolio masonry align post-image & post-content */
.loops-wrapper.portfolio.masonry-layout .image-left .post-image {
	float: left;
}
.loops-wrapper.portfolio.masonry-layout .image-right .post-image {
	float: right;
}
.loops-wrapper.portfolio.masonry-layout .image-left .post-content {
	float: right;
}
.loops-wrapper.portfolio.masonry-layout .image-right .post-content {
	float: left;
}

/* vertical-align-middle */
.disp-table {
	display: table;
	width:100%;
	height:100%;
}
.disp-row {
	display: table-row;
}
.disp-cell { 
	width: 100%;
	display: table-cell; 
}
.disp-cell.valignmid {
	vertical-align: middle;
}

/*
PORTFOLIO SINGLE
================================================ */
/* single portfolio post meta */
.single-portfolio .featured-area {
	margin-top: 2em;
}
.single-portfolio .post-content {
	overflow: hidden;
}
.single-portfolio .portfolio-post .post-meta-top {
	margin: 0 0 .5em;
	padding: 0;
}

/* project info */
.single-portfolio .project-meta {
	width: 19%;
	float: right;
	margin-left: 5%;
	margin-top: 90px;
}
.project-date,
.project-client,
.project-services {
	border-top: 1px solid #686378;
	padding: 1em .3em;
	font-size: 1em;
	color: #c4c3c8;
}
.project-date strong,
.project-client strong,
.project-services strong {
	display: block;
	text-transform: uppercase;
}
.project-launch {
	padding: 1em .3em;
}
.project-launch a {
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	letter-spacing: .06em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.project-launch a:before {
	content: '\e649';
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	font-family: 'themify';
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	margin-right: 1.2em;
	padding: .4em;
	width: 13px;
	height: 13px;
}

/* Portfolio post nav */
.single-portfolio .post-nav .arrow:before {
	font-size: 34px;
}
.single-portfolio .post-nav .next .arrow:before {
	left: 40px;
	right: auto;
}
.single-portfolio .post-nav .prev,
.single-portfolio .post-nav .next {
	width: auto;
	float: none;
	display: inline;
}
.single-portfolio .post-nav .next .arrow:before,
.single-portfolio .post-nav .prev .arrow:before {
	display: inline-block;
	font-family: 'themify';
	font-style: normal;
	color: #f1e4f5;
}
.single-portfolio .post-nav .prev .arrow:before {
	content: '\e64a';
}
.single-portfolio .post-nav .next .arrow:before{
	content: '\e649';
}
.single-portfolio #content {
	position: relative;
}
.single-portfolio .post-nav {
	position: absolute;
	top: 4em;
	right: 0;
	width: 4em;
	margin: 0;
}

/************************************************************************************
7.2 MASONRY LAYOUT
*************************************************************************************/
/* masonry grid-sizer, gutter-sizer */
.masonry-enabled .grid4 .grid-sizer,
.masonry-done.portfolio .grid4 {
	width: 25%;
}
.masonry-enabled .grid3 .grid-sizer,
.masonry-done.portfolio .grid3 {
	width: 33.33%;
}
.masonry-enabled .grid2 .grid-sizer,
.masonry-done.portfolio .grid2 {
	width: 50%;
}
.masonry-enabled .gutter-sizer,
.masonry-done.portfolio .gutter-sizer{
	width: 3.19%;
}
.masonry-enabled .gutter-sizer,
.masonry-done.portfolio .gutter-sizer{
	width: 0;
}

.loops-wrapper.grid4 .loops-wrapper.grid4 .post,
.loops-wrapper.grid4 .loops-wrapper.grid3 .post,
.loops-wrapper.grid3 .loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .loops-wrapper.grid3 .post {
	width: 100%;
	clear: both;
	float: none;
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#load-more {
	clear: both;
	padding: 50px 0;
	right: 44%;
	text-align: center;
}
.load-more-button {
	font-size: 1.3em;
	font-weight: 300;
	background: #4335AB;
	color: #fff;
	padding: 14px 28px;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.load-more-button:hover {
	color: #fff799;
}
#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 50px;
	left: 9%;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
#infscr-loading img {
	background: #fff;
	padding: 8px;
	border-radius: 9em;
}

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

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

/* gallery column 3 */
#body .gallery-columns-3 .item,
#body .gallery-columns-3 .gallery-item {
	width: 33.333%;
}
/* gallery column 4 */
#body .gallery-columns-4 .item,
#body .gallery-columns-4 .gallery-item {
	width: 25%;
}

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

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

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

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

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

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

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

/* Masonry Gallery */
.gallery-wrapper {
	position: relative;
}
.gallery-wrapper .item .gallery-caption .post-title {
	font-size: 1em;
}
.gallery-wrapper .item .gallery-item-wrapper {
	overflow: hidden;
}
.gallery-wrapper .item .gallery-item-wrapper .gallery-caption {
	background-color: #000;
	background: rgba(38,31,61,.8);
	margin: 0;
	height: 100%;
	text-align: center;
}
.gallery-wrapper .item .gallery-caption .post-category a,
.gallery-wrapper .item .gallery-caption .post-title a {
	color: #FFF;
}

/* gallery item */
.gallery-wrapper .item {
	background-color: inherit;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.gallery-wrapper .item .gallery-item-wrapper {
	display: block;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}
.gallery-wrapper .item img {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-wrapper .item .gallery-item-wrapper .gallery-caption {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 20%;
	padding: 5%;
	width: 90%;
	text-align: left;
	color: inherit;
	font-weight: 300;
	line-height: 120%;
	margin: .25em 0 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery-wrapper .item:hover .gallery-caption {
	display: block;
	visibility: visible;
	top: 0;
	opacity: 1;
}

/* gallery caption content */
.gallery-wrapper .item .gallery-caption .post-title {
	font-size: 1.65em;
	margin-top: .5em;
	color: inherit;
}
.gallery-wrapper .item .gallery-caption .post-category {
	font-size: .85em;
	font-weight: 500;
	margin-top: .25em;
	text-decoration: none;
	color: inherit;
}
.gallery-wrapper .item .gallery-caption .post-category:after {
	display: none;
	visibility: hidden;
}
.gallery-wrapper .item.gallery-caption .entry-content {
	font-size: 1em;
	color: inherit;
}
.gallery-wrapper .item .gallery-caption .post-category a,
.gallery-wrapper .item .gallery-caption .post-title a {
	text-decoration: none;
	color: inherit;
}

.single-gallery .gallery-wrapper .item .gallery-caption .post-category,
.single-gallery .gallery-wrapper .item .gallery-caption .entry-content {
	display: none;
	visibility: hidden;
}

.gallery-wrapper .item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery-wrapper .item .gallery-item-wrapper:before {
	content: "\e611";
	font-family: 'themify';
	font-size: 2em;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	line-height: normal;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gallery-wrapper .item:hover .gallery-item-wrapper:before {
	top: 50%;
	visibility: visible;
}

/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 4.9em;
}
.widgettitle {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1.75em;
	letter-spacing: -.01em;
	margin: 0 0 1.4em;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .2em 0;
	list-style: none;
	clear: both;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
.widget a {
	text-decoration: none;
}

/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list li {
	padding: 0;
	margin: 0 0 1em;
}
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 0 1.7em 1em 0;
	float: left;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 .3em;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 0 0 .3em;
	display: inline-block;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
	overflow: hidden;
}

/* twitter widget */
.widget .twitter-list li {
	padding: 0;	
	margin: 0 0 1.5em;
	font-weight: 300;
}
.widget .twitter-list .twitter-timestamp {
	font-style: italic;
	font-size: .9em;
	font-weight: 400;
	display: block;
}
.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: 0;
	display: inline-block;
}
.widget .flickr_badge_image img {
	width: 60px;
	height: 60px;
	margin-right: 9px;
	margin-bottom: 3px;
	float: left;
}

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

/* add white bg to facebook badge iframe */
iframe[src*="facebook"] {
	background: #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;
}

/************************************************************************************
9. FOOTER
*************************************************************************************/
#footerwrap {
	clear: both;
	background: #261f3d;
}
#footer .footer-widgets {
	padding-top: 2em;
	clear: both;
}

/* footer text */
.footer-text {
	clear: both;
	font-size: 85%;
	padding: 0 0 1em;
	opacity: .7;
}
#footer .one {
	float: left;
}
#footer .two {
	float: right;
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row.fullwidth .row_inner {
	width: auto;
	max-width: 100%;
	padding: 0;
}

/* module title */
.themify_builder_content .module-title {
	margin: 1.4em 0 1.6em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Tile module */
.module-tile .tile-title {
	font-weight: 100;
	font-size: 1.5em;
}


/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 1em;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	margin: .5em 0;
}

/* attachment page */
body.attachment {
	width: auto;
	float: none;
	position: static;
}
.single .attachment.post {
	width: auto;
	float: none;
}

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

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


/************************************************************************************
14. WooCommerce
*************************************************************************************/
/* WordPress Heading Generic Style */
.entry-header .entry-title {
	font-size: 3.1em;
	margin: 0 0 0.938em;
	font-family: 'Roboto Condensed', sans-serif;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
	color: #fff799;
}

/* layout */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 37%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 58%;
}

/* summary */
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 2.5em;
	margin: 0 0 .325em;
}

/* rating */
.woocommerce .woocommerce-product-rating a,
.woocommerce-page .woocommerce-product-rating a {
	text-decoration: none;
}
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: #fff799;
	font-size: 1.25em;
	margin-top: .5em;
	margin-bottom: .4em;
	padding: 0;
}
.single-product p.price {
	margin-bottom: 2em !important;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
	font-size: .7em;
	margin: .7em .5em .2em 0;
}
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
	color: inherit;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	width: 6.4em;
}

/* quantity */
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	margin: 0;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	width: 8em;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
	position: static;
	float: left;
	font-family: "Courier New";
	margin-top: .6em;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 1.27em;
	font-weight: normal;
	outline: none;
	padding: 0 1.5em 0 .512em;
	color: #f1e4f5;
}
.woocommerce #content .quantity .minus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover {
	background: none;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	font-size: 1em;
	font-weight: normal;
	background: #fff;
	color: #000;
	border-radius: 0;
	padding: .2em;
	min-height: 2.2em;
	line-height: 110%;
	width: 2.75em;
}

/* star rating */
.comment-form-rating label {
	margin-bottom: 1em;
}
.woocommerce .comment-form-rating span {
	font-size: .6em;
	letter-spacing: .085em;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
	border-right: 1px solid #f1e4f5;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	border: 0;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	color: #f1e4f5;
	letter-spacing: .215em;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	letter-spacing: .215em;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	font-size: .6em;
	float: none;
	margin-bottom: .5em;
}
.woocommerce #review_form #respond .comment-form-rating,
.woocommerce-page #review_form #respond .comment-form-rating {
	margin-top: 1.2em;
}

/* WooCommerce button */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	background: #4335AB;
	border: none;
	color: #f1e4f5;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	padding: .6em 1em .7em;

	letter-spacing: .04em;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
	background: #362A89;
	text-shadow: none;
}
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
	border-radius: 0;
	font-size: .8em;
	font-weight: 700;
}

/* breadcrumb */
.woocommerce .woocommerce-breadcrumb, 
.woocommerce-page .woocommerce-breadcrumb {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: .8em;
	margin: 0 0 1.5em;
	text-transform: none;
}
.woocommerce .woocommerce-breadcrumb a, 
.woocommerce-page .woocommerce-breadcrumb a {
	color: #fff799;
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

/* product meta */
.woocommerce #content div.product div.product_meta,
.woocommerce div.product div.product_meta,
.woocommerce-page #content div.product div.product_meta,
.woocommerce-page div.product div.product_meta {
	font-size: .875em;
	line-height: 1.7em;
	margin: 2em 0 1em;
}
.woocommerce #content div.product div.product_meta .sku_wrapper,
.woocommerce #content div.product div.product_meta .posted_in,
.woocommerce div.product div.product_meta .posted_in,
.woocommerce-page #content div.product div.product_meta .posted_in,
.woocommerce-page div.product div.product_meta .posted_in {
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce #content div.product div.product_meta .sku,
.woocommerce #content div.product div.product_meta .posted_in a,
.woocommerce div.product div.product_meta .posted_in a,
.woocommerce-page #content div.product div.product_meta .posted_in a,
.woocommerce-page div.product div.product_meta .posted_in a {
	text-transform: none;
	text-decoration: none;
	font-weight: 300;
}

/* review_form respond */
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
	margin: 1.5em 0;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
	min-height: 15em;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
	margin: 0 0 1.2em;
}

/* review title */
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	font-size: 1.8em;
	font-family: 'Roboto Slab', serif;
}
.woocommerce #reviews h3:after,
.woocommerce-page #reviews h3:after {
	display: none;
}

/* comment/review button */
.woocommerce-page #respond input#submit {
	border: none;
	color: #fff;
}
.woocommerce-page #respond input#submit:hover {
	background: #666;
	color: #fff;
}

/* related/upsell */
.woocommerce .related h2,
.woocommerce .upsells.products h2,
.woocommerce-page .related h2,
.woocommerce-page .upsells.products h2 {
	font-size: 1.6em;
	letter-spacing: .02em;
	margin: 1em 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	top: .6em;
	right: auto;
	left: -1px;
	z-index: 1;
}

/* Product tabs */
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs {
	clear: both;
	margin: 0;
	padding-top: 2em;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	text-transform: uppercase;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	bottom: .01em;
	border-bottom: 1px solid #f1e4f5;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	border: none;
	box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
	border: none;
	box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #f1e4f5;
	border-bottom-color: #261f3d;
	background: #261f3d;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 500;
	text-shadow: none;
	color: #f1e4f5;
}
.woocommerce #content div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
	font-size: 2em;
	font-family: 'Roboto Slab', serif;
	margin: 2em 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	background: none;
	border: none;
	width: 55px;
	padding: 0;
}

/* Product review */
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border: none;
	margin: 0;
	padding: .4em 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em;
	padding-left: 5em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-left: 8.5em;
}
.woocommerce .meta strong,
.woocommerce-page .meta strong {
	display: block;
	color: #fff799;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.woocommerce .meta time,
.woocommerce-page .meta time {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #f1e4f5;
}

/* Cart style */
/* update total button */
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
	width: auto;
	display: inline-block;
}
/* input text */
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #000;
	padding: .5em .25em;
	width: 6.5em;
}
.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
	margin-bottom: .5em;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: none;
	border-spacing: 0;
}
.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
	font-weight: normal;
	padding: 1em .5em;
	border-top: 1px solid rgba(205,205,205,.2);
}
.woocommerce #content table.cart th,
.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th {
	font-size: 1em;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 140%;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	font-size: .865em;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid rgba(205,205,205,.2);
	width: 35%;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	text-transform: none;
	text-align: right;
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
	margin-left: 1.3em;
	vertical-align: middle;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
	color: #fff;
	background: #000;
}
.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background-color: #ff3333;
	color: #fff;
}

/* shipping_calculator */
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	font-size: 1.375em;
	text-align: right;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display: none;
}

/* Checkout style */
/* woocommerce-info */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	border-top: 3px solid #f1e4f5;
	border-radius: 0;
	box-shadow: none;
	background: #4335AB;
	color: #f1e4f5;
	text-shadow: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #f1e4f5;
	color: #261f3d;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
	font-weight: normal;
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.woocommerce #payment,
.woocommerce-page #payment {
	background: rgba(54, 42, 137, .7);
	border-radius: 0;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
	background: #4335AB;
	box-shadow: none;
	border-radius: 0;
	color: #f1e4f5;
	text-shadow: none;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
	bottom: 100%;
	border-bottom-color: #4335AB;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border: none;
}

/* Product image */
.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img, 
.woocommerce-page ul.products li.product a:hover img,
.woocommerce ul.products li.product a:hover img, 
.woocommerce-page ul.products li.product a:hover img,
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
	box-shadow: none;
}

/* Sales tag */
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
	box-shadow: none;
	font-family: 'Roboto Condensed', sans-serif;
	min-width: 3.4em;
	text-transform: Uppercase;
	text-shadow: none;
	border-radius: 0;
	background: transparent;
	font-size: .6em;
	font-weight: 500;
	left: 0;
	top: 0;
	right: auto;
	letter-spacing: .1em;
	line-height: 2em;
	min-height: 0;
	padding: .06em;
	text-align: left;
	-webkit-transform:	rotate(-45deg);
	-moz-transform:		rotate(-45deg);
	transform:			rotate(-45deg);
}
.woocommerce span.onsale:before,
.woocommerce-page span.onsale:before {
	border-left: 3.2em solid transparent;
	border-right: 3.2em solid transparent;
	border-bottom: 3.2em solid #4335AB;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	position: absolute;
	left: -1.9em;
	top: -.95em;
	z-index: -1;
}

/* Related Product */
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product {
	width: 22.05%;
	box-sizing: border-box;
}

/* Product price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #f1e4f5;
	font-size: 1.25em;
	margin-top: .5em;
	margin-bottom: .4em;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color: #fff799;
}

/* WooCommerce pagination */
.woocommerce #content nav.woocommerce-pagination, 
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
	margin-top: 2em;
}
.woocommerce #content nav.woocommerce-pagination ul, 
.woocommerce nav.woocommerce-pagination ul, 
.woocommerce-page #content nav.woocommerce-pagination ul, 
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a, 
.woocommerce #content nav.woocommerce-pagination ul li span, 
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.woocommerce-page #content nav.woocommerce-pagination ul li a, 
.woocommerce-page #content nav.woocommerce-pagination ul li span, 
.woocommerce-page nav.woocommerce-pagination ul li a, 
.woocommerce-page nav.woocommerce-pagination ul li span {
	background: transparent;
	color: #f1e4f5;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: .5em;
	margin: 0 .1em 0 0;
	min-height: .6em;
	min-width: .6em;
	padding: .95em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #4335AB;
	color: #f1e4f5;
}
nav.woocommerce-pagination .next {
	position: relative;
}

/* Archive product */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	font-size: 1.15em;
	padding: .5em 0;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	font-size: .6em;
	margin: auto;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
	margin: 0 0 1.4em;
}
.woocommerce.archive ul.products li.product a.button,
.woocommerce-page.archive ul.products li.product a.button {
	border-radius: 0;
	font-size: .8em;
	font-weight: bold;
}

/* WC widget style */
.wc-forward a:after,
.wc-forward:after {
	font-size: .85em;
}

/************************************************************************************
LOADER
*************************************************************************************/
.themify-loader {
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -18px;
}
.themify-loader_blockG {
	background-color: #666;
	border: 1px solid #999;
	float: left;
	height: 36px;
	margin-left: 3px;
	width: 10px;
	opacity: .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(.7);
		opacity: .1;
	}
}

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

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

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

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

/************************************************************************************
MORE
*************************************************************************************/


#message-form label { 
	display:block;
}
.notify { 
	display:block; 
	margin:20px;
	padding: 20px;
	background-color: #fff;
	color:#00B0AE;
	font-weight: bold;
	text-align:center;
}

.header-padding #site-logo span {
	visibility:hidden;
}
.header-padding #site-logo {
	background:url(../../uploads/logo.png) no-repeat transparent;
	width:202px;
	height:71px;
}
.fourohfour {
        margin: 10px 0 20px 0px;
}