/*  
Theme Name: IconDock
Theme URI: http://themify.me/themes/
Version: 1.0.0
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) 2013 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>.

*/

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

/* del & ins */
del {
	opacity: .6;
}
ins {
	font-weight: bold;
	color: #FF2E18;
}
#header ins {
	color: #fff;
}

/* font smoothing */
* {
	-webkit-font-smoothing: subpixel-antialiased;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html,
body {
	height: 100%;
}
body {
	font: 400 1.125em/1.66em Lato, sans-serif;
	word-wrap: break-word;
	color: #8c8c8c;
	color: rgba(0,0,0,.5);
}
a {
	text-decoration: none;
	outline: none;
	color: #a405a6;
}
a:hover {
	text-decoration: underline;
	opacity: .8;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
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: 1em 0 1.4em 1.6em;
	padding: 0;
}
li {
	margin: 0 0 .5em 0;
	padding: .5em 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: .5em 0;
	color: #000;
}
h1 {
	font: 300 3.66em/1.1em Lato, sans-serif;
	margin: 0 0 .75em;
}
h2 {
	font: 300 2.33em/1em Lato, sans-serif;
}
h3 {
	font: 400 1.22em/1em Roboto, sans-serif;
	text-transform: uppercase;
}
h4 {
	font: 700 1.44em/1.69em Lato, sans-serif;
}
h5 {
	font-size: 1.22em;
	font-weight: 400;
}
h6 {
	font-size: 1.11em;
	font-weight: 300;
	color: inherit;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 1em;
	font-family: inherit;
}
textarea, select, input[type=text], input[type=password], input[type=search], input[type=email], input[type=number], input[url], button, .button {
	font-size: 100%;
	font-family: inherit;
	background: none;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 12px;
	color: #7f7f7f;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	width: 15em;
	max-width: 100%;
}
input[type=number] {
	width: 7em;
	max-width: 100%;
}

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

/* 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 {
	outline: none;
	border-color: #000;
	color: #000
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 5px;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	height: 100%;
}
/* main page width */
.pagewidth {
	width: 1064px;
	margin: 0 auto;
}

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

/* content */
#content {
	width: 68%;
	float: left;
	margin: 85px 0;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 26.5%;
	float: right;
	margin: 85px 0;
}
#sidebar .secondary {
	width: 47%;
}

/* full_width content */
.full_width #layout {
	width: 100%;
}
.full_width #content {
	margin: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/* 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,
.grid5 > li,
.grid4 > li,
.grid4 .post,
.grid3 > li,
.grid2 > li,
.grid3 .post,
.grid2 .post
{
	margin-left: 4.2%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid5 > li {
	width: 16.64%;
}

.grid4 > li,
.col4-1,
.grid4 .post {
	width: 21.84%;
}
.col4-2,
.col2-1,
.grid2 > li,
.grid2 .post {
	width: 47.89%;
}
.col4-3 {
	width: 65.2%;
}
.grid3 > li,
.col3-1,
.grid3 .post {
	width: 30.52%;
}
.col3-2 {
	width: 65.2%;
}
.col4-3 {
	width: 73.9%;
}

/* clear grid posts */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first,
.grid5 > li:nth-of-type(5n+1),
.grid4 > li:nth-of-type(4n+1),
.grid3 > li:nth-of-type(3n+1),
.grid2 > li:nth-of-type(2n+1),
.grid5 .post:nth-of-type(5n+1),
.grid4 .post:nth-of-type(4n+1),
.grid3 .post:nth-of-type(3n+1),
.grid2 .post:nth-of-type(2n+1) {
	margin-left: 0 !important;
	clear: left;
}

/* clear list style */
ul.grid5,
ul.grid4,
ul.grid3,
ul.grid2,
ol.grid5,
ol.grid4,
ol.grid3,
ol.grid2 {
	list-style: none;
	margin: 0;
}

/* faq list */
ol.faq {
	text-align: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	display: table; /* vertical align trick */
	table-layout: fixed;
	width: 100%;
	height: 245px;
	text-align: center;
	position: relative;
	background: #3d0c8f;
	background: -moz-linear-gradient(top,  #3d0c8f 0%, #ff00e4 78%, #f600ba 100%);
	background: -webkit-linear-gradient(top,  #3d0c8f 0%,#ff00e4 78%,#f600ba 100%);
	background: linear-gradient(to bottom,  #3d0c8f 0%,#ff00e4 78%,#f600ba 100%);
}
#headerwrap:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66%;
	background-color: transparent;
	background: -moz-linear-gradient(top,  rgba(255,231,146,0) 0%, rgba(255,231,146,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,231,146,0) 0%,rgba(255,231,146,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,231,146,0) 0%,rgba(255,231,146,1) 100%);
}
#header {
	display: table-cell; /* vertical align trick */
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

#header,
#header a {
	color: #fff;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
	color: #fff;
	color: rgba(255,255,255,.8);
}

#header h2,
#header h4 {
	font-weight: 300;
	font-size: 1.66em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#header h4 {
	font-size: 2.11em;
}

/* 
HOME HEADER
================================================ */
.home #headerwrap,
.home #header {
	height: 100%;
}
.home #headerwrap:after {
	height: 33%;
}

/* header content */
.header-content {
	position: relative;
	margin: 70px auto 100px;
}

/* home button */
.home a.shortcode.button {
	margin: 1em 0 2em;
}

/* download arrow */
.download-arrow {
	position: absolute;
	bottom: 5%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 1000;
}
.download-arrow a {
	font-size: 4.22em;
	color: #fff;
	text-decoration: none;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	font: 300 4em/1em Roboto, sans-serif;
	letter-spacing: .05em;
	word-spacing: .8em;
	text-transform: uppercase;
	margin: 50px 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#site-logo:after {
	content: "\e6da";
	color: #fff;
	font-size: .55em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.4em 0 0 -.8em;
	z-index: -1;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	margin: 0;
	padding: 0;
	line-height: 110%;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget {
}
.social-widget a {
	text-decoration: none;
}
.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 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget .rss {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.social-widget .rss a {
    display: inline-block;
}
.social-widget .rss a:before {
    content: "\f09e"; 
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	display: block;
	text-align: center;
}
#headerwrap #searchform {
	display: inline-block;
	position: relative;
	width: 160px;
}
#headerwrap #searchform #s {
	width: 100px;
	background: #ccc;
	color: #ccc;
	margin: 0;
	padding: 10px;
	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: #000;
}
#headerwrap #searchform .icon-search:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #000;
	font-size: 1.25em;
	font-style: normal;
	position: absolute;
	right: 10px;
	top: .2em;
	cursor: pointer;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}

/* dropdown icon */
#main-nav .menu-item-has-children > a:after {
    content: "\f107";
	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: 15px;
    top: 50%;
}

/* main level link */
#main-nav a {
	color: #898D9A;
	display: block;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
}
/* main level link :hover */
#main-nav a:hover {
	color: #000;
}

/* current link */
#main-nav .current_page_item a, 
#main-nav .current-menu-item a {
	background: #585b62;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, 
#main-nav .current-menu-item a:hover {
	color: #fff;
}

/* 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: #666;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	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: #F3F3F3;
	color: #000;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background: #fff;
	border: solid 1px #ccc;
	position: absolute;
	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 */
#main-nav li:hover > ul {
	display: block;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
#menu-icon {
	font-size: .9em;
}
#menu-icon:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 1.65em;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	font: 300 2.77em/1.2em Lato, sans-serif;
	margin: 0 0 1em;
	padding: 0;
}

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

/************************************************************************************
BACKGROUND
*************************************************************************************/
/* Purple */
.purple {
	background: #973dd0;
	color: #fff;
}
.purple p {
	color: rgba(255,255,255,.8);
}
.purple.button:hover {
	background: rgba(101,78,156,.6);
}
.purple a.shortcode.button.gradient:before {
	background-color: #973dd0;
}
.purple a,
.purple h1,
.purple h3,
.purple h4 {
	color: #fff;
}

/* blue */
.blue {
	background: #13c0e1;
	color: #bae7f3 !important;
}
.blue.button:hover{
	background: rgba(19,192,225,.6);
}
.blue a.shortcode.button.gradient:before {
	background-color: #13c0e1;
}

/* light blue */
.light-blue {
	background: #adebfc;
	color: #5d818b;
}
.light-blue.button:hover {
	background: rgba(173,235,252,.6);
}
.light-blue a.shortcode.button.gradient:before {
	background-color: #adebfc;
}
.light-blue h2,
.light-blue a:hover {
	color: inherit;
}
.light-blue a {
	color: #000;
}

/* sky blue */
.sky-blue {
	background: #74d7fc;
	color: #326477 !important;
}
.sky-blue.button:hover {
	background: rgba(116,215,252,.6);
}

/* new blue */
.new-blue {
	background: #6487d5;
	color: #d1dbf3;
}
.new-blue a.shortcode.button.gradient:before {
	background-color: #6487d5;
}
.new-blue a,
.new-blue h1,
.new-blue h3,
.new-blue h4 {
	color: #fff;
}

/* teal */
.teal {
	background: #bbebed;
	color: #668182;
}
.teal.button:hover {
	background: rgba(187,235,237,.6);
}
.teal a.shortcode.button.gradient:before {
	background-color: #bbebed;
}
.teal h2,
.teal a:hover {
	color: inherit;
}
.teal a {
	color: #3e5051;
}

/* white */
.white {
	background: #fff;
}
.white.button:hover {
	background: rgba(255,255,255,.6);
}
.white a:hover {
	color: inherit;
}
.white a {
	color: #000;
}

/* yellow */
.yellow {
	background: #fff799;
	color: #715f29;
}
.yellow.button:hover {
	background: rgba(253,215,97,.6);
}
.yellow a.shortcode.button.gradient:before {
	background-color: #fff799;
}
.yellow h2,
.yellow a:hover {
	color: inherit;
}
.yellow a {
	color: #000;
}

/* banner green */
.green {
	background: #01bd5d;
	color: #c6f3d6 !important;
}
.green.button:hover {
	background: rgba(1,189,93,.6);
}
.green a.shortcode.button.gradient:before {
	background-color: #01bd5d;
}

/* apple green */
.apple-green {
	background: #73b70b;
	color: #c4dfaa;
}
.apple-green.button:hover {
	background: rgba(115,183,11,.6);
}
.apple-green a.shortcode.button.gradient:before {
	background-color: #73b70b;
}
.apple-green a,
.apple-green h1,
.apple-green h3,
.apple-green h4 {
	color: #fff;
}
.apple-green h2,
.apple-green a:hover {
	color: #c4dfaa;
}

/* light green */
.light-green {
	background: #c4df9b;
	color: #677651;
}
.light-green.button:hover {
	background: rgba(196,223,115,.6);
}
.light-green a.shortcode.button.gradient:before {
	background-color: #c4df9b;
}
.light-green h2,
.light-green a:hover {
	color: inherit;
}
.light-green a {
	color: #000;
}

/* aqua green */
.aqua-green {
	background: #74e7cf;
	color: #3a796c;
}
.aqua-green.button:hover {
	background: rgba(116,231,207,.6);
}
.aqua-green a.shortcode.button.gradient:before {
	background-color: #74e7cf;
}
.aqua-green a {
	color: #000;
}

/* kiwi green */
.kiwi-green {
	background: #acd373;
	color: #6c8647;
}
.kiwi-green.button:hover {
	background: rgba(172,211,115,.6);
}
.kiwi-green a.shortcode.button.gradient:before {
	background-color: #acd373;
}

/* turquoise */
.turquoise {
	background: #12cbd6;
	color: #056f75;
}
.turquoise.button:hover {
	background: rgba(18,203,214,.6);
}
.turquoise a.shortcode.button.gradient:before {
	background-color: #12cbd6;
}
.turquoise a,
.turquoise h1,
.turquoise h3,
.turquoise h4 {
	color: #fff;
}
.turquoise h2,
.turquoise a:hover {
	color: inherit;
}

/* pink */
.pink {
	background: #fa5ba5;
	color: #fdc6dc !important;
}
.pink.button:hover {
	background: rgba(250,91,165,.6);
}
.pink a.shortcode.button.gradient:before {
	background-color: #fa5ba5;
}
.pink a,
.pink h1,
.pink h3,
.pink h4 {
	color: #fff;
}
.pink h2,
.pink a:hover {
	color: inherit;
}

/* salmon pink */
.salmon-pink {
	background: #fa797d;
	color: #fddcdd;
}
.salmon-pink {
	background: rgba(250,121,125,.6);
}
.salmon-pink a.shortcode.button.gradient:before {
	background-color: #fa797d;
}
.salmon-pink a,
.salmon-pink h1,
.salmon-pink h3,
.salmon-pink h4 {
	color: #fff;
}
.salmon-pink h2,
.salmon-pink a:hover {
	color: inherit;
}

/* orange */
.orange {
	background: #f06544;
	color: #fff;
}
.orange.button:hover {
	background: rgba(240,101,68,.6);
}
.orange a.shortcode.button.gradient:before {
	background-color: #f06544;
}
.orange a,
.orange h1,
.orange h3,
.orange h4 {
	color: #fff;
}
.orange h2,
.orange a:hover {
	color: inherit;
}

/* red */
.red {
	background: #ff5353;
	color: #ffcbca;
}
.red.button:hover {
	background: rgba(255,83,83,.6);
}
.red a.shortcode.button.gradient:before {
	background-color: #ff5353;
}
.red a,
.red h1,
.red h3,
.red h4 {
	color: #fff;
}

/* black */
.black,
.black.button {
	background: #000;
	color: #999;
}
.black.button:hover {
	background: rgba(0,0,0,.6);
}
.black a.shortcode.button.gradient:before {
	background-color: #000;
}
.black a,
.black h1,
.black h3,
.black h4 {
	color: #fff;
}
.black h2,
.black a:hover {
	color: inherit;
}

/* gray */
.gray,
.gray.button {
	background: #f5f5f5;
}
.gray.button:hover {
	background: rgba(0,0,0,.6);
}
.gray a.shortcode.button.gradient:before {
	background-color: #f5f5f5;
}

/************************************************************************************
BUTTON
*************************************************************************************/
a.shortcode.button {
	display: inline-block;
	padding: .7em 1.8em;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0 5px 5px;
	background: trasnparent;
	color: #fff !important;
}
a.shortcode.button.large {
	font-size: 1.5em;
}
a.shortcode.button.small {
	font-size: .75em;
	padding: .2em .8em;
	letter-spacing: 0;
	font-weight: normal;
}

/* gradient */
a.shortcode.button.gradient {
	position: relative;
	z-index: 1;
	color: #f600b9 !important;
	border-radius: 0.3rem;
	border: none;
	text-align: center;
	text-shadow: none;
	white-space: nowrap;
	vertical-align: initial;
	cursor: pointer;
	background-color: #765089;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4040ee), to(#de29ac));
	background: -webkit-linear-gradient(top, #4040ee, #de29ac);
	background: -moz-linear-gradient(to bottom, #4040ee, #de29ac);
	background: -ms-linear-gradient(top, #4040ee, #de29ac);
	background: -o-linear-gradient(top, #4040ee, #de29ac);
	background: linear-gradient(top, #4040ee, #de29ac);
	background-repeat: repeat-x;
}
a.shortcode.button.gradient,
a.shortcode.button.gradient:before,
a.shortcode.button.gradient:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.shortcode.button.gradient:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #fff;
	border-radius: 0.2rem;
}
a.shortcode.button.gradient:hover {
	opacity: 1;
}

/************************************************************************************
SECTION
*************************************************************************************/
.section {
	text-align: center;
	position: relative;
	width: 100%;
}
.section .pagewidth {
	padding: 60px 0 50px;
}
.section h2 {
	padding: 0 5%;
}

/* gradient section */
.section.gradient:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.05) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.05) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.05) 100%);
	z-index: 0;
}


/************************************************************************************
IMAGE
*************************************************************************************/
.image-circle img {
	border-radius: 100%;
}
.image-rounded img {
	border-radius: 10px;
}
.image-left,
.image-right {
	margin: 0;
	display: block !important;
}
.image-left figure {
	float: left;
	margin-right: 7%;
	max-width: 600px;
}
.image-right figure {
	float: right;
	margin-left: 7%;
}
.image-left .image-content,
.image-right .image-content {
	overflow: hidden;
}
.image-left .image-content {
	text-align: left;
}
.image-right .image-content {
	text-align: right;
}
.section .image-left h2,
.section .image-right h2 {
	font-family: Lato;
	font-weight: 300;
	font-size: 2.77em;
	padding: 0;
	margin: 40px 0 .2em;
}

/************************************************************************************
FEATURES
*************************************************************************************/
.font-features {
	margin: 0 30px 0 40px;
	padding: 0;
	list-style: none;
}
.font-features li {
	font: 600 1em/1em Lato, sans-serif;
	text-transform: uppercase;
	position: relative;
	line-height: 1em;
	margin: 15px 0 20px;
	padding: 0;
}

/* icons */
.font-features li:before {
	position: absolute;
	top: 2px;
	left: -40px;
	font-size: 1.2em;
}
.font-features .feature-font:before {
	content: "\e684";
}
.font-features .feature-vector:before {
	content: "\e628";
}
.font-features .feature-bitmap:before {
	content: "\e70e";
}
/* check icon
.font-features strong:after {
	content: "\e729";
	position: absolute;
	right: -30px;
} */

/* features note */
.font-features small {
	margin-top: 5px;
	display: block;
	font-size: .75em;
	text-transform: none;
	font-weight: normal;
	color: #bbb;
}


/* contact link */
.contact-link {
	margin-top: 2em;
	color: inherit;
}
.contact-link a {
	font: 700 .81em/1em Lato, sans-serif;
	text-transform: uppercase;
	margin-left: 15px;
}
.contact-link a:hover {
	text-decoration: none;
}
.contact-link a:hover i {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.contact-link i {
	font-size: 1.3em;
	display: inline-block;
	margin: -5px 0 0 5px;
	vertical-align: middle;
}

/************************************************************************************
FAQ
*************************************************************************************/
.faq a,
.faq a:hover {
	text-decoration: none;
}
/* icon font preview */
.faq a .ti-search-plus {
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	margin: -4px 0 0 5px;
}
.faq a:hover .ti-search-plus {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/************************************************************************************
FREE ICONS
*************************************************************************************/
.free-icons h2 {
	font-size: 1.66em;
	margin-bottom: 1.66em;
}
.free-icons p {
	margin: 0;
}
.free-icons .post-image {
	margin-bottom: .5em;
}
.free-icons .post-image img {
	padding: 20px;
	border: 5px solid #f0f0f0;
	border-radius: 20px;
}
.free-icons .post-image .lightboxwrapper a {
	margin: 0 5px;
	padding: .5em .65em;
}
.free-icons .post-image .lightboxwrapper i {
	margin: -4px 0 0 0;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a {
    text-decoration: none;
}
.pagenav a, .pagenav span {
   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;
}

/************************************************************************************
POST LAYOUTS
*************************************************************************************/
/*
GENERIC POST
================================================ */
.post {
	margin-bottom: 3em;
}

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

/* post title */
.post-title {
	font-size: 2.4em;
	line-height: 1.1em;
	margin: 0 0 .5em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-title a:hover {
	color: blue;
}

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

/* lightbox links */
.post-image .lightboxwrapper {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: .62em;
	left: 0;
	margin-top: -.62em;
	text-align: center;
	width: 100%;
}
.post-image .lightboxwrapper a {
	background: #a405a6;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	margin: 0 10px;
	padding: .5em 1em;
	border-radius: 10em
}
.post-image .lightboxwrapper a:hover {
	text-decoration: none;
}
.post-image .lightboxwrapper i {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.11em;
	margin: -4px 10px 0 0;
}

.post-image:hover .lightboxwrapper {
	visibility: visible;
	opacity: 1;
	top: 50%;
}

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

/* post date */
.post-date {
	display: block;
	margin: 0 0 .5em;
}

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

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 2.5em;
}
.loops-wrapper.grid4 .post-title {
	font-size: 1.1em;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.1em;
}
.loops-wrapper.grid3 .post-title {
	font-size: 1.5em;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	margin-left: 3.2%;
	float: left;
	margin-bottom: 3.7em;
}
.loops-wrapper.grid2 .post-title {
	font-size: 2.2em;
}

/*
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 {
	max-width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 20%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

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

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


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

/************************************************************************************
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 NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	display: block;
	width: auto;
	float: left;
	width: 40px;
	height: 28px;
	text-align: center;
}
.post-nav .next span {
	float: right;
}
.post-nav .next span:before,
.post-nav .prev span:before {
	color: #000;
    font-size: 2em;
    top: 0;
	position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
.post-nav .next span:before {
	content: '\e726';
	font-family: themify;
}
.post-nav .prev span:before {
	content: '\e727';
	font-family: themify;
}
.post-nav .prev span:before {
	left: 0;
}
.post-nav .next span:before {
	right: 0;
}
.post-nav a:hover span:before {
	color: #222;
}

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

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 0.625em;
	padding: 0;
}

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

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

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: italic;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	content: '\f02e';
	font-family: FontAwesome;
    display: block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	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: 8px;
}
.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: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	border: solid 1px #9e0b0f;

	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	background-color: #e41d24;
	border-radius: 5px;
}
#respond #cancel-comment-reply-link:hover {
	background: #fb4e55;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
	padding: 40px;
	border-radius: 5px;
}
.widgettitle {
	margin: 0 0 0.625em;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
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 br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 0.250em 0 0.188em;
}
.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%;
}

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

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background: #fff;
	color: #acacac;
	text-align: center;
	padding: 80px 0 60px;
}
#footerwrap a {
	color: #000;
	text-decoration: none;
}

#footer {
	clear: both;
}

/* back to top */
.back-top {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto 70px;
	width: 200px;
	letter-spacing: 1px;
	font-size: .9em;
}
.back-top a {
	display: block;
	width: 100%;
	height: 80px;
}
.back-top a:before {
	display: block;
	font-size: 4em;
	content: "\e6da";
}
.back-top .arrow-up {
	display: inline-block;	
}
.back-top .arrow-up a {
	position: absolute;
	z-index: 999;
	bottom: -10px;
	left: 0;
	height: 50px;
	background: transparent;
}
.back-top .arrow-up span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: 100 ;
	color: rgba(0,0,0,0);
}

.back-top:hover .arrow-up a {
	bottom: 20px;
}
.back-top:hover .arrow-up span {
	cursor: default;
	color: #fff;
	color: rgba(0,0,0,1);
	bottom: -30px;
}

/* footer nav */
.footer-nav {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer-nav li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}

/* footer text */
.footer-text {
	font: 400 .71em/2em Roboto, sans-serif;
	clear: both;
	padding: 0 0 1em;
	text-transform: uppercase;
}

/************************************************************************************
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-style: italic;
	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-right: 1.5%;
	margin-bottom: 1.5%;
}

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


/************************************************************************************
EASY DIGITAL DOWNLOADS PLUGIN
*************************************************************************************/
#edd_checkout_cart td,
#edd_checkout_cart th,
#edd_checkout_form_wrap fieldset,
#edd_checkout_cart .edd_cart_header_row th,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
	background: none;
	border: none;
	padding: 5px 0;
}
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap {
	margin: 0;
}
#edd_checkout_cart {
	padding-bottom: 50px !important;
	border-bottom: 1px solid #eee !important;
}
#edd_checkout_form_wrap legend {
	font-size: .9em;
	font-weight: 400;
	margin: 1em 0 2em;
	color: #333;
	text-transform: uppercase;
}
#edd_checkout_form_wrap label {
	width: 236px;
	display: block;
	float: left;
	margin: 15px 0;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 400;
	color: #444;
	letter-spacing: 1px;
}
#edd_checkout_form_wrap span.edd-description {
	display: none;
}
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
	width: 300px;
	background: #fff;
	border: solid 1px #aaa;
	padding: 11px 12px;
	border-radius: 4px;
	outline: none;
}
#edd_checkout_form_wrap input.edd-input:focus,
#edd_checkout_form_wrap textarea.edd-input:focus {
	border-color: #333;
}

#edd_checkout_form_wrap #edd_purchase_submit {
	padding-left: 236px;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
	margin-bottom: 5px;
}

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit {
	display: inline-block;
	padding: .7em 1.8em;
	border-radius: 4px;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	background: #000;
	background: rgba(0,0,0,1);
	text-transform: uppercase;
	border: none;
}
#edd-purchase-button:hover,
.edd-submit:hover,
input[type=submit].edd-submit:hover {
	background: #333;
	background: rgba(0,0,0,.7);
}

.edd-cart-added-alert {
	display: none !important;
}

/* custom checkout text */
#edd_checkout_form_wrap .custom-checkout-text {
	margin-top: 100px;
}

/* discount remove link */
.edd_discount_remove {
	top: auto;
}

/* hide elements on checkout */
.edd_cart_item_image,
#edd_checkout_form_wrap .edd-payment-icons {
	display: none;
}

/* buy widget */
.widget-buy {
	text-align: center;
}
.widget-buy h5 {
	font-weight: 300;
}
.widget-buy a.shortcode.button {
	margin: 0;
	padding: 15px 25px;
}

/************************************************************************************
ICON FONT
*************************************************************************************/
#site-logo:after,
.back-top a:before,
.font-features li:before,
.font-features li:after {
	font-family: themify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

/* icon sizes */
.large[class^="ti-"],
.large[class*=" ti-"] {
	font-size: 3em;
}

/************************************************************************************
ANNOUNCEMENT BAR
*************************************************************************************/
.themify_announcement {
	font-size: 1em;
}

/************************************************************************************
TRANSITION / ANIMATION
*************************************************************************************/
/* All animation */
a,
.mobile-button,
#main-nav.active,
#main-nav ul,
.post-nav .arrow,
.contact-link i,
.back-top .arrow-up a,
.back-top .arrow-up span,
.post-image .lightboxwrapper,
.faq a .ti-search-plus {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#main-nav.active * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}


/* headerwrap flicker effect */
#headerwrap:after {
	-webkit-animation: flicker 1.5s infinite linear;
	animation: flicker 1.5s infinite linear;
}

/* home download arrow */
.download-arrow {
	-webkit-animation: floatOne 1.5s infinite linear, opacityFlicker 1.5s 1 linear;
	animation: floatOne 1.5s infinite linear, opacityFlicker 1.5s 1 linear;
}

/* site logo icon */
#site-logo:after {
	-webkit-animation: floatOne 1.5s infinite linear;
	animation: floatOne 1.5s infinite linear;
}

.back-top:hover a {
	-webkit-animation: floatOne 1.5s infinite linear;
	animation: floatOne 1.5s infinite linear;
}
.back-top:hover a:before {
	-webkit-animation: rotateOne .5s 1 forwards;
	animation: rotateOne .5s 1 forwards;
}

@-webkit-keyframes flicker {
	50% {
		opacity: .6;
  	}
}
@keyframes flicker {
	50% {
		opacity: .6;
  	}
}

@-webkit-keyframes rotateOne {
	from {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
  	}
	to {
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
  	}
}
@keyframes rotateOne {
	0% {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
  	}
	100% {
		-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		transform:rotate(180deg);
  	}
}

@-webkit-keyframes opacityFlicker {
	0% {
		opacity: 0;
  	}
	100% {
		opacity: 1;
	}
}
@keyframes opacityFlicker {
	0% {
		opacity: 0;
  	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes floatOne {
	0%,100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
  	}
	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
  	}
}
@keyframes floatOne {
	0%,100% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
  	}
	50% {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
  	}
}