/*

	Theme Name: Evol
	Theme URI: http://themeforest.net/user/themerain
	Description: Created by ThemeRain.
	Author: ThemeRain
	Author URI: http://themeforest.net/user/themerain
	Version: 1.1
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/*----------------------------------------------------------------------------*/
/*	Base
/*----------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Raleway:600,400,200);

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

html,
button,
input,
select,
textarea {
	font-family: 'Raleway', Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
	color: #6F6F6F;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}

a {
	color: #313133;
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}

a:hover {
	color: #6F6F6F;
}

p {
	margin: 0 0 24px 0;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 24px 0;
	color: #444;
	font-weight: 400;
}

h1 {
	font-size: 60px;
	line-height: 60px;
}

h2 {
	font-size: 45px;
	line-height: 60px;
}

h3 {
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

ul {
	margin: 0 0 24px 0;
	padding: 0 0 0 30px;
}

img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}

blockquote {
	margin: 24px;
	padding: 24px;
	border-left: 4px double #EEE;
	color: #AAA;
	font-size: 24px;
	line-height: 36px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
	outline: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: #EEE;
	font-size: 100%;
	line-height: 24px;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #E1E1E1;
}

input[type="submit"] {
	cursor: pointer;
	margin: 0;
	padding: 13px 20px;
	border: 2px solid #444;
	border-radius: 0;
	background-color: #444;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

input[type="submit"]:hover {
	background-color: transparent;
	color: #444;
}

label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

small {
	font-size: 14px;
}

iframe,
object,
embed {
	width: 100%;
	max-width: 100%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.alignnone {
	margin: 0 24px 24px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}

.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}

.wp-caption img {
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin-top: 9px;
	color: #AAA;
	font-size: 14px;
	text-align: center;
}

/*----------------------------------------------------------------------------*/
/*	Header
/*----------------------------------------------------------------------------*/

#header {
	position: relative;
	color: #FFF;
}

#header a {
	color: #FFF;
}

#header .inner {
	padding: 0;
}

#header .header-bg {
	z-index: -999998;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header .header-color {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #313131;
}

#header .header-bg img {
	z-index: -999999;
	width: 100%;
	opacity: 0.2;
}

/* Page Header -----------------------*/

#page-header .inner {
	padding: 48px 0 96px 0;
}

#page-header h1 {
	margin-bottom: 0;
	color: #FFF;
	font-size: 60px;
	line-height: 84px;
	font-weight: 200;
}

#page-header .subtitle {
	margin-top: 12px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 200;
}

#page-header p {
	margin-bottom: 36px;
}

#page-header .button {
	margin: 0;
	border-color: #FFF;
	color: #FFF;
	line-height: 24px;
	font-weight: 400;
}

#page-header .button:hover {
	background-color: #FFF;
	color: #313133;
}

/* Logo ------------------------------*/

#logo {
	float: left;
	line-height: 40px;
	text-transform: uppercase;
}

#logo img {
	max-height: 102px;
	margin-top: 25px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#logo a:hover,
#logo img:hover {
	opacity: 0.5;
}

/* Navigation ------------------------*/

#nav {
	float: right;
	font-size: 13px;
	letter-spacing: 2px;
}

#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	float: left;
	margin-left: 30px;
}

#nav ul li a {
	display: block;
	line-height: 100px;
	text-transform: uppercase;
}

#nav ul li.menu-item-has-children > a {
	position: relative;
	padding-right: 14px;
}

#nav ul li.menu-item-has-children > a:after {
	content: "\f0d7";
	position: absolute;
	right: 0;
	font-family: "FontAwesome";
	font-size: 11px;
}

#nav ul li a:hover {
	opacity: 0.5;
	box-shadow: 0 4px 0 #FFF inset;
}

#nav ul li.current-menu-item > a {
	box-shadow: 0 4px 0 #FFF inset;
}

#nav ul li ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	top: 80px;
	width: 180px;
	padding: 0;
	background: #444;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#nav ul li ul.sub-menu:before {
	position: absolute;
	padding-left: 15px;
	top: -15px;
	width: 100%;
	height: 16px;
	color: #444;
	font: 24px/24px FontAwesome;
	content: "\F0D8";
}

#nav ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

#nav ul li ul.sub-menu li {
	display: block;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul li ul.sub-menu li a {
	display: block;
	padding: 10px 20px;
	color: #FFF;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: none;
}

#nav ul li ul.sub-menu li.current-menu-item a {
	box-shadow: none;
}

#nav ul li ul.sub-menu li a:hover {
	opacity: 0.5;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: none;
}

#nav ul li ul.sub-menu li ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	margin-top: -3px;
	top: 3px;
	left: 180px;
}

#nav ul li ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f0da";
	right: 20px;
}

#nav ul li ul.sub-menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

#nav ul li ul.sub-menu li ul.sub-menu:before {
	display: none;
}

#nav ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	opacity: 0;
	visibility: hidden;
}

#nav ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

/* Mobile Menu -----------------------*/

#mobile-menu {
	display: none;
	background-color: #313131;
	color: #FFF;
	font-size: 14px;
}

#mobile-menu ul {
	margin: 0;
	padding: 0;
}

#mobile-menu ul li {
	list-style: none;
}

#mobile-menu ul li ul li {
	padding-left: 20px;
}

#mobile-menu a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #393939;
	color: #FFF;
}

.mob-btn {
	cursor: pointer;
	display: none;
	float: right;
	font-size: 32px;
	line-height: 100px;
}

/*----------------------------------------------------------------------------*/
/*	Main
/*----------------------------------------------------------------------------*/

.inner {
	position: relative;
	width: 1180px;
	margin: 0 auto;
	padding: 48px 0;
}

.inner:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#main .inner {
	padding: 96px 0;
}

#primary {
	float: left;
	width: 780px;
}

#secondary {
	float: right;
	width: 300px;
}

.page-template-template-home-php #primary,
.page-template-template-portfolio-php #primary,
.page-template-template-gallery-php #primary,
.page-template-template-full-width-php #primary,
.single-portfolio #primary,
.single-gallery #primary,
.tax-portfolio-category #primary,
.tax-gallery-category #primary {
	width: 100%;
}

/*----------------------------------------------------------------------------*/
/*	Footer
/*----------------------------------------------------------------------------*/

#footer {
	background-color: #334c59;
	color: #999;
	font-size: 14px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #999;
}

#footer .copyright {
	color: #6F6F6F;
}

#footer .copyright a {
	color: #999;
}

#footer .copyright a:hover {
	color: #6F6F6F;
}

#footer .social {
	color: #999;
}

#footer .social:hover {
	color: #6F6F6F;
}

#footer-sidebar .inner {
	padding-top: 96px;
	border-bottom: 1px solid #444;
}

/*----------------------------------------------------------------------------*/
/*	Blog
/*----------------------------------------------------------------------------*/

.hentry {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #EEE;
}

.hentry:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.single-portfolio .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.entry-media {
	margin-bottom: 48px;
}

.entry-thumb {
	position: relative;
	overflow: hidden;
	background-color: #444;
}

.entry-thumb img {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.entry-thumb a:hover {
	cursor: url(assets/images/cursor.png) 40 40, crosshair;
}

.entry-thumb a:hover img {
	opacity: 0.2;
	-webkit-transform: rotate(4deg) scale(1.15);
	transform: rotate(4deg) scale(1.15);
	-webkit-filter: grayscale(100%);
}

.entry-meta {
	margin-bottom: 48px;
	color: #AAA;
}

.entry-meta a {
	color: #AAA;
}

.entry-meta a:hover {
	color: #6F6F6F;
}

.entry-more {
	margin-top: 48px;
}

.entry-more .button {
	margin: 0;
}

.entry-meta-bottom {
	margin-top: 60px;
	color: #AAA;
}

.entry-meta-tags {
	margin-top: 12px;
}

.entry-meta-tags a {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 2px 8px;
	background-color: #EEE;
	color: #AAA;
	font-size: 12px;
}

.entry-meta-tags a:hover {
	background-color: #444;
	color: #FFF;
}

.post-nav {
	overflow: hidden;
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
	border-top: 1px solid #EEE;
	color: #EEE;
}

.post-nav a {
	color: #AAA;
}

.post-nav a:hover {
	color: #6F6F6F;
}

.post-nav li {
	list-style: none;
}

.post-nav-left {
	float: left;
	width: 50%;
}

.post-nav-right {
	float: right;
	width: 50%;
	text-align: right;
}

/*----------------------------------------------------------------------------*/
/*	Page Templates
/*----------------------------------------------------------------------------*/

/* Home ------------------------------*/

#recent-projects {
	text-align: center;
}

#recent-posts {
	background-color: #F1F1F1;
}

#recent-posts .inner {
	padding: 90px 0;
}

.recent-posts-left {
	float: left;
	width: 540px;
}

.recent-posts-right {
	float: right;
	width: 540px;
}

.recent-posts-right .entry-header {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E1E1E1;
}

.recent-posts-right .entry-header:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.recent-posts-right .entry-meta {
	margin-bottom: 0;
}

/* Portfolio -------------------------*/

#portfolio {
	width: 1215px;
}

#portfolio .hentry {
	float: left;
	width: 370px;
	margin: 0 35px 35px 0;
	padding: 0;
	border: 0;
}

#portfolio .entry-thumb h6 {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	margin: 0;
	padding: 20px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#portfolio .entry-thumb:hover h6 {
	opacity: 1;
	left: 0;
}

.entry-content {
	width: 65%;
	margin: 0 auto;
}

.portfolio-nav {
	margin: 96px 0 0 0;
	padding: 0;
	text-align: center;
	color: #EEE;
}

.portfolio-nav li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}

.portfolio-nav li a {
	color: #AAA;
}

.portfolio-nav li a:hover {
	color: #6F6F6F;
}

/* Gallery ---------------------------*/

#gallery {
	width: 1215px;
}

#gallery .hentry {
	float: left;
	width: 370px;
	margin: 0 35px 35px 0;
	padding: 0;
	border: 0;
}

#gallery .entry-thumb h6 {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	margin: 0;
	padding: 20px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#gallery .entry-thumb:hover h6 {
	opacity: 1;
	left: 0;
}

/* Contact ---------------------------*/

#contact-form label span {
	color: red;
}

#contact-form label.error {
	margin: 5px 0 0 0;
	color: red;
	font-size: 12px;
}

.page-template-template-contact-php p.error {
	color: red;
}

.page-template-template-contact-php p.success {
	color: green;
}

/*----------------------------------------------------------------------------*/
/*	Comments
/*----------------------------------------------------------------------------*/

#comments ol,
#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	list-style: none;
}

.comment-list .comment-body {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.comment-list .comment-author img {
	float: left;
	margin-right: 20px;
}

.comment-list .comment-meta {
	margin-bottom: 24px;
}

.comment-list .comment-meta a {
	color: #AAA;
}

.comment-list .comment-meta a:hover {
	color: #6F6F6F;
}

.comment-list .comment-metadata {
	font-size: 14px;
}

.comment-list .children {
	position: relative;
	margin-bottom: 60px !important;
	padding-left: 10% !important;
	border-left: 2px solid #EEE;
}

.comment-list .children:after {
	content: '';
	position: absolute;
	top: 24px;
	left: 0;
	width: 20px;
	height: 0;
	border-bottom: 2px solid #EEE;
}

.comment-body .reply {
	margin-top: 24px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

#comments .comment-reply-title {
	margin-bottom: 0;
}

#comments .logged-in-as,
#comments .comment-notes {
	color: #AAA;
	font-size: 14px;
}

#comments .form-allowed-tags {
	display: none;
}

#comments span.required {
	color: red;
}

/*----------------------------------------------------------------------------*/
/*	Widgets
/*----------------------------------------------------------------------------*/

#secondary .widget {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
}

#secondary .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#footer-sidebar .widget {
	float: left;
	width: 370px;
	margin: 0 35px 35px 0;
}

#footer-sidebar .widget:last-child {
	margin-right: 0;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style: none;
	position: relative;
	margin-bottom: 24px;
}

.widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget ul li:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #EEE;
}

.widget ul li:last-child:after {
	display: none;
}

#footer-sidebar .widget ul li:after {
	background-color: #444;
}

.widget-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#footer-sidebar .widget-title {
	color: #6F6F6F;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar a {
	display: block;
	background-color: #EEE;
}

#footer-sidebar #wp-calendar a {
	display: block;
	background-color: #444;
}

#wp-calendar caption {
	background-color: #EEE;
}

#footer-sidebar #wp-calendar caption {
	background-color: #444;
}

.widget_nav_menu .sub-menu {
	margin: 24px 0 0 24px;
}

.widget_recent_entries .post-date {
	font-size: 12px;
	color: #AAA;
	display: block;
}

.tagcloud a {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 2px 8px;
	background-color: #EEE;
	color: #AAA;
}

#footer-sidebar .tagcloud a {
	background-color: #444;
}

.tagcloud a:hover {
	background-color: #444;
	color: #FFF;
}

.widget_recent_projects li {
	float: left;
	width: 88px;
	margin: 0 4px 4px 0 !important;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.widget_recent_projects li:after {
	display: none;
}

.widget_recent_projects li:hover {
	opacity: 0.5;
}

/*----------------------------------------------------------------------------*/
/*	Elements
/*----------------------------------------------------------------------------*/

.heading {
	position: relative;
	margin-bottom: 96px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.heading:after {
	position: absolute;
	bottom: -48px;
	left: 50%;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #BFBFBD;
	content: "";
}

/* Slider ----------------------------*/

.flexslider {
	position: relative;
	overflow: hidden;
}

.flexslider ul {
	margin: 0;
	padding: 0;
}

.flexslider ul li {
	list-style: none;
}

.flexslider ul.slides > li {
	display: none;
}

.flex-direction-nav li a {
	z-index: 999;
	position: absolute;
	top: 50%;
	width: 42px;
	height: 62px;
	margin-top: -31px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.3s;
}

.flex-direction-nav li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
}

.flex-direction-nav li .flex-prev {
	left: 0;
}

.flex-direction-nav li .flex-next {
	right: 0;
}

.flex-direction-nav li i {
	font-size: 14px;
	line-height: 62px;
}

/* Video -----------------------------*/

.embed {
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 0px;
	padding-bottom: 56.25%; /* 16/9 ratio */
}

.embed iframe,
.embed object,
.embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Pagination ------------------------*/

#pagination {
	overflow: hidden;
	font-size: 14px;
}

#pagination ul {
	margin: 0;
	padding: 0;
}

#pagination ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

#pagination ul li a {
	display: block;
	padding: 7px 14px;
	background-color: #EEE;
}

#pagination ul li a:hover {
	background-color: #444;
	color: #FFF;
}

#pagination ul li .current {
	display: block;
	padding: 7px 14px;
	background-color: #444;
	color: #FFF;
}

.page-template-template-portfolio-php #pagination,
.page-template-template-gallery-php #pagination {
	margin-top: 61px;
}

/* Filter ----------------------------*/

#filter {
	overflow: hidden;
	margin-bottom: 86px;
	font-size: 14px;
	text-transform: uppercase;
}

#filter a {
	display: block;
	padding: 3px 10px;
	border: 1px solid #EEE;
	color: #AAA;
}

#filter a:hover {
	color: #6F6F6F;
}

#filter .active {
	color: #6F6F6F;
}

#filter ul {
	margin: 0;
	padding: 0;
}

#filter ul li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Search ----------------------------*/

.search-form {
	position: relative;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
}

/*----------------------------------------------------------------------------*/
/*	Shortcodes
/*----------------------------------------------------------------------------*/

/* Buttons ---------------------------*/

.button {
	display: inline-block;
	margin: 0 12px 12px 0;
	padding: 14px 34px;
	border: 2px solid #444;
	color: #313133;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.button:hover {
	background-color: #444;
	color: #FFF;
}

.button.large {
	padding: 20px 50px;
	font-size: 18px;
}

.button.small {
	padding: 8px 16px;
	font-size: 12px;
}

/* Columns ---------------------------*/

.one-fourth,
.one-third,
.one-half,
.two-third,
.three-fourth {
	position: relative;
	float: left;
	margin-right: 4%;
	margin-bottom: 48px;
}

.one-fourth {
	width: 22%;
}

.one-third {
	width: 30.66%;
}

.one-half {
	width: 48%;
}

.two-third {
	width: 65.33%;
}

.three-fourth {
	width: 73.99%;
}

.last {
	margin-right: 0 !important;
}

/* Divider ---------------------------*/

.divider {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 48px;
	margin-bottom: 48px;
}

.divider.solid {
	background-color: #EEE;
}

/* Social Icons ----------------------*/

.social {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 6px 12px 6px;
	color: #444;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

/* Tabs ------------------------------*/

.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: -2px;
}

.tabs-nav li {
	list-style: none;
	display: inline-block;
}

.tabs-nav li a {
	display: block;
	margin-right: 2px;
	padding: 10px 20px;
	border-top: 2px solid #EEE;
	border-right: 2px solid #EEE;
	border-left: 2px solid #EEE;
	background-color: #FFF;
	color: #AAA;
}

.tabs-nav li a:hover {
	color: #6F6F6F;
}

.tabs-nav .active a {
	border-bottom: 2px solid #FFF;
	color: #313131;
}

.tabs-container {
	overflow: hidden;
	padding: 20px;
	border: 2px solid #EEE;
	background-color: #FFF;
}

.tab-content {
	display: none;
}

/* Toggle ----------------------------*/

.toggle {
	margin-bottom: 10px;
	border: 2px solid #EEE;
	background-color: #FFF;
}

.toggle-title {
	position: relative;
}

.toggle-title a {
	display: block;
	padding: 10px 20px 10px 45px;
}

.toggle-title a:before {
	position: absolute;
	top: 10px;
	left: 20px;
	font: 14px/24px FontAwesome;
	content: "\f067";
}

.toggle-title.active a:before {
	position: absolute;
	top: 10px;
	left: 20px;
	font: 14px/24px FontAwesome;
	content: "\f068";
}

.toggle-content {
	display: none;
}

.toggle-content-inner {
	overflow: hidden;
	padding: 20px;
	border-top: 2px solid #EEE;
}

/*----------------------------------------------------------------------------*/
/*	Responsive
/*----------------------------------------------------------------------------*/

@media only screen and (max-width: 1250px) {
	.inner {
		width: 940px;
	}
	
	#primary {
		width: 620px;
	}
	
	#secondary {
		width: 260px;
	}
	
	#footer-sidebar .widget {
		width: 300px;
		margin-right: 20px;
	}
	
	#portfolio,
	#gallery {
		width: 960px;
	}
	
	#portfolio .hentry,
	#gallery .hentry {
		width: 300px;
		margin: 0 20px 20px 0;
	}
	
	.recent-posts-left {
		width: 450px;
	}
	
	.recent-posts-right {
		width: 450px;
	}
}

@media only screen and (max-width: 980px) {
	.inner {
		width: 768px;
	}
	
	#primary {
		width: 507px;
	}
	
	#secondary {
		width: 216px;
	}
	
	#main .inner,
	#recent-posts .inner,
	#footer-sidebar .inner {
		padding: 48px 0;
	}
	
	#page-header .inner {
		padding: 24px 0;
	}
	
	.entry-meta {
		margin-bottom: 24px;
	}
	
	.portfolio-nav {
		margin-top: 48px;
	}
	
	#filter {
		margin-bottom: 38px;
	}
	
	.page-template-template-portfolio-php #pagination,
	.page-template-template-gallery-php #pagination {
		margin-top: 38px;
	}
	
	blockquote {
		font-size: 18px;
		line-height: 24px;
	}
	
	#footer-sidebar .widget {
		width: 246px;
		margin-right: 15px;
	}
	
	#portfolio,
	#gallery {
		width: 783px;
	}
	
	#portfolio .hentry,
	#gallery .hentry {
		width: 246px;
		margin: 0 15px 15px 0;
	}
	
	.recent-posts-left {
		width: 364px;
	}
	
	.recent-posts-right {
		width: 364px;
	}
	
	#nav {
		display: none;
	}
	
	.mob-btn {
		display: block;
	}
	
	#page-header h1 {
		font-size: 36px;
		line-height: 36px;
	}
	
	#page-header .subtitle {
		font-size: 14px;
		line-height: 24px;
	}
	
	#page-header p {
		margin-bottom: 24px;
	}
	
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 24px;
	}
	
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
	
	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	
	h6 {
		font-size: 16px;
		line-height: 24px;
	}
	
	.heading {
		margin-bottom: 48px;
	}
	
	.heading:after {
		bottom: -24px;
	}
	
	.button {
		padding: 8px 16px !important;
		font-size: 12px !important;
	}
	
	.hentry {
		margin-bottom: 48px;
		padding-bottom: 48px;
	}
	
	.post-nav {
		margin-top: 48px;
		padding-top: 48px;
	}
	
	.single-portfolio .entry-media {
		margin-bottom: 24px;
	}
	
	.divider {
		margin: 24px 0;
	}
	
	.entry-content {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.inner {
		padding: 24px 0;
		width: 460px;
	}
	
	#primary {
		float: none;
		width: 100%;
	}
	
	#secondary {
		float: none;
		width: 100%;
		margin-top: 48px;
		padding-top: 48px;
		border-top: 1px solid #EEE;
	}
	
	#footer-sidebar .widget {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	#portfolio,
	#gallery {
		width: 100%;
	}
	
	#portfolio .hentry,
	#gallery .hentry {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.recent-posts-left {
		float: none;
		width: 100%;
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid #E1E1E1;
	}
	
	.recent-posts-right {
		float: none;
		width: 100%;
	}
	
	.one-fourth,
	.one-third,
	.one-half,
	.two-third,
	.three-fourth {
		float: none;
		margin-right: 0;
		width: 100% !important;
	}
	
	#page-header h1 {
		font-size: 30px;
	}
	
	#header .header-color {
		width: 150%;
		height: 100%;
		margin-left: -25%;
	}
}

@media only screen and (max-width: 479px) {
	.inner {
		width: 300px;
	}
	
	#header .header-color {
		width: 250%;
		height: 100%;
		margin-left: -75%;
	}
}