/* ----------------------------------------------------------------

	Theme Name: Scripted
	Theme URI: http://demo.styledthemes.com/pages/scripted.html 
	Description: Refreshingly simple, brilliantly attractive. Scripted is a responsive theme. Packed with a ton of features, the overall concept of this theme is to keep it clean and simple in design, while you get a plethora of features like multiple page templates, multiple blog layouts, multiple blog styles, several post formats, gallery styling, font based icons, theme options using the built-in WP Customizer, unlimited colours, a theme that is Jetpack ready so that you can take advantage of all the features like the Portfolio.
    Text Domain: scripted
	Author: Styled Themes
	Author URI: http://styledthemes.com/
	Version: 3.0.1
	Tags: threaded-comments, custom-colors, two-columns, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, translation-ready
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
-------------------------------------------------------------------

 TABLE OF CONTENTS
	 
	0. RESET
	1. LAYOUT & STRUCTURE
	2. HEADER
	3. CONTENT
	4. PAGES
	5. SIDEBAR
	6. FOOTER
	7. MISC
   
------------------------------------------------ */



/*-------------------------------------
   0. RESET
-------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
section, article, aside, 
footer, header, nav, hgroup {
  display:block;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q { 
	quotes: none;
	}
	
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
:focus {
	outline: 0;
	}
	
ins { 
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/*-------------------------------------
   1. LAYOUT & STRUCTURE
-------------------------------------*/

body {
	font-family: 'Gentium Basic', serif;
	font-size: 21px;
	line-height: 36px;
	color: #202020;
	padding-top: 180px;
	}

@-webkit-keyframes fadeDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-3px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-3px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-3px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-3px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeDown {
	0% {
		opacity: 0;
		transform: translateY(-3px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeDown {
	-webkit-animation:fadeDown 250ms ease;
	   -moz-animation:fadeDown 250ms ease;
	    -ms-animation:fadeDown 250ms ease;
	     -o-animation:fadeDown 250ms ease;
	        animation:fadeDown 250ms ease;
}
		
a {
	color: #ec3853;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
a:hover {
	text-decoration: underline;
	}
	
::selection { 
	background: #ec3853;
	color: #FFF;
	}

header, main, footer, aside, section, .clearfix {
	*zoom: 1;
	}

header:before, main:before, footer:before, aside:before, section:before,
header:after, main:after, footer:after, aside:after, section:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height:0;
	}

header:after, main:after, footer:after, aside:after, section:after,
.clearfix:after {
	clear:both;
	}

.wrap {
	width: 920px;
	margin: 0 auto;
	}



/*-------------------------------------
   2. HEADER
-------------------------------------*/

#header {
	padding: 70px 0 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

#header .logo,
#header .logo a,
#header .logo a img {
	float: left;
	line-height: 0;
	margin-bottom: 15px;
	}

#header .logo a:after {
	color: #ec3853;
	}

#header .logo a:hover {
	color: #ec3853;
	text-decoration: none;
	}

#header .logo a.custom {
	position: relative;
	top: -5px;
	}

#header .logo a.custom img {
	max-width: 200px;
	max-height: 45px;
	width: auto;
	height: auto;
	margin-bottom: 0;
	}

#header .logo a.custom:after {
	content: none;
	}

#header .logo .plain {
	color: #000;
	font-size: 34px;
	line-height: 34px;
	letter-spacing: -1px;
	float: left;
	}

#header nav {
	float: left;
	position: relative;
	top: 8px;
	left: 60px;
	}

#header #nav,
#header #nav li {
	float: left;
	line-height: 15px;
	}

#header #nav li {
	margin-left: 12px;
	position: relative;
	}

#header #nav li:before {
	content: '/';
	color: rgba(0,0,0,0.25);
	font-size: 12px;
	}

#header #nav li:first-child:before {
	content: none;
	}

#header #nav li:first-child {
	margin-left: 5px;
	}

#header #nav li:first-child a {
	margin-left: 0;
	}

#header #nav li a {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 3px;
	margin-left: 12px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	}

#header #nav li a:hover,
#header #nav li.current_page_item a,
#header #nav li.current-menu-parent a,
#header #nav li.current_page_parent a {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}

#header #nav li.menu-item-has-children a,
#header #nav li.menu-item-has-children a:hover {
	margin-bottom: 12px;
	}


/* Navigation > Dropdown Menus */

#header #nav .sub-menu,
#header #nav .children {
	display: none;
	padding: 0;
	position: absolute;
	left: 8px;
	z-index: 99999;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	}

#header #nav li:hover > ul,
#header #nav ul li:hover > ul {
	display: inline-block;
	-webkit-animation: fadeDown 250ms ease;
	-moz-animation: fadeDown 250ms ease;
	-ms-animation: fadeDown 250ms ease;
	-o-animation: fadeDown 250ms ease;
	animation: fadeDown 250ms ease;
	}

#header #nav .sub-menu ul,
#header #nav .children ul {
	left: 99.75%;
	top: -1px;
	}

#header #nav ul li,
#header #nav ul ul li {
	margin-left: 0;
	border-top: 1px solid #DDD;
	}

#header #nav ul li:first-child,
#header #nav ul ul li:first-child {
	border-top: none;
	margin-left: 0;
	}

#header #nav ul li:before,
#header #nav ul ul li:before {
	content: none;
	}

#header #nav ul a,
#header #nav ul ul a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: none;
	text-align: left;
	padding: 10px;
	display: inline-block;
	min-width: 125px;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	margin-left: 0;
	}

#header #nav ul a:hover,
#header #nav ul ul a:hover {
	color: #ec3853 !important;
	border-bottom: none;
	}

#header #nav li.current_page_item ul a, 
#header #nav li.current-menu-parent ul a,
#header #nav li.current_page_parent ul a {
	color: #202020;
	}

#header #nav ul li.current-menu-item a {
	color: #ec3853 !important;
	}


/* Links */

#toggle {
	float: right;
	position: relative;
	top: 0px;
	}

#toggle i {
	font-size: 21px;
	line-height: 21px;
	color: rgba(0,0,0,0.35);
	padding: 5px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#toggle i:hover {
	color: rgba(0,0,0,0.5);
	cursor: pointer;
	}



/*-------------------------------------
   3. CONTENT
-------------------------------------*/

#content {
	background-color: #f2f2f1;
	padding: 70px 0 45px;
	}


/* Article (Post) */

#content article {
	margin-bottom: 10px;
	}


/* Article (Post / Misc) */

#content article.sticky {
	background: #fffef5;
	border-bottom: 2px solid #f5f4e8;
	padding-bottom: 70px;
	}

#content article .entry-links {
	margin-bottom: 50px;
	}


/* Article (Post Header) */

#content article .entry-header {
	line-height: 0;
	margin-bottom: 35px;
	}

#content article .entry-header .entry-image {
	margin-bottom: 35px;
	}

#content article .entry-header .entry-image,
#content article .entry-header .entry-image img {
	display: block;
	box-shadow: 0 2px 6px -3px rgba(0,0,0,.35);
	width: 100%;
	height: auto;
	}

#content article .entry-image img {
	width: 100%;
	height: auto;
	}

#content article .entry-header .avatar{
	float: left;
	margin: 12px 35px 0 0;
	border-radius: 35px;
	}

#content article .entry-header h1.entry-title,
#content article .entry-header h2.entry-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 10px;
	}

#content article .entry-header h2.entry-title a {
	color: #000;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	}

#content article .entry-header h2.entry-title a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}


/* Article (Post Header Meta) */

#content article .entry-header .entry-meta {
	color: #777;
	font-weight: 400;
	font-size: 15px;
	font-style: italic;
	line-height: 21px;
	}

#content article .entry-header .entry-meta span,
#content article .entry-header .entry-meta .entry-time {
	color: #202020;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 2px;
	margin: 0 3px;
	}

#content article .entry-header .entry-meta span a {
	color: #202020;
	font-weight: 700;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	}

#content article .entry-header .entry-meta span a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}


/* Article (Post Content) */

#content article .entry-content {
	}

#content article .entry-content a.more {
	color: #202020;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	padding-bottom: 6px;
	display: inline-block;
	}

#content article .entry-content a.more:hover {
	border-bottom: 2px solid #ccc;
	}


/* Post Content (Spacing) */

#content article .entry-content p,
#content article .entry-content pre,
#content article .entry-content ul,
#content article .entry-content ol,
#content article .entry-content dl,
#content article .entry-content dd,
#content article .entry-content address,
#content article .entry-content table,
#content article .entry-content fieldset,
#content article .entry-content form,
#content article .entry-content blockquote {
	margin-bottom: 35px;
	}

body.single #content article .entry-content p,
body.single #content article .entry-content pre,
body.single #content article .entry-content ul,
body.single #content article .entry-content ol,
body.single #content article .entry-content dl,
body.single #content article .entry-content dd,
body.single #content article .entry-content address,
body.single #content article .entry-content table,
body.single #content article .entry-content fieldset,
body.single #content article .entry-content form,
body.single #content article .entry-content blockquote {
	margin-bottom: 50px;
	}


/* Post Content (Lists) */

#content article .entry-content ul li,
#content article .entry-content ol li {
	padding-left: 15px;
	list-style-position: inside;
	}

#content article .entry-content ul li {
	list-style-type: disc;
	}

#content article .entry-content ul ul li {
	list-style-type: circle;
	}

#content article .entry-content ul ul ul li {
	list-style-type: square;
	}

#content article .entry-content ol li {
	list-style-type: decimal;
	}

#content article .entry-content ol ol li {
	list-style-type: decimal-leading-zero;
	}

#content article .entry-content ol ol ol li {
	list-style-type: lower-roman;
	}


/* Post Content (Block & Pull Quotes) */

#content article .entry-content .pull-left {
	float: left;
	padding-bottom: 45px !important;
	margin: 0 60px 20px 0;
	}

#content article .entry-content .pull-right {
	float: right;
	padding-bottom: 45px !important;
	margin: 0 0 30px 60px;
	}

#content article .entry-content .pull-left,
#content article .entry-content .pull-right,
#content article .entry-content blockquote {
	font-style: italic;
	padding: 35px 55px 20px;
	background: #fff;
	width: 33%;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

#content article .entry-content blockquote {
	width: auto;
	margin: 10px 0 40px;
	}

#content article .entry-content blockquote p {
	margin-bottom: 35px;
	}

#content article .entry-content blockquote cite {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	}

#content article .entry-content blockquote cite a {
	font-weight: 700;
	color: #000;
	border-bottom: 2px solid transparent;
	}

#content article .entry-content blockquote cite a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}


/* Post Content (Divider) */

#content hr {
	background-color: rgba(0,0,0,0.075);
	border: 0;
	height: 3px;
	margin: 7% 0;
	}


/* Post Content (Headings) */

#content article .entry-content h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.25em;
	}

#content article .entry-content h1 { font-size: 2em; }
#content article .entry-content h2 { font-size: 1.75em; }
#content article .entry-content h3 { font-size: 1.5em; }
#content article .entry-content h4 { font-size: 1.25em; }
#content article .entry-content h5 { font-size: 1em; }
#content article .entry-content h6 { font-size: 0.75em; }


/* Post Content (Preformatting & Code) */

#content article .entry-content pre {
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	overflow: auto;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

#content article .entry-content code {
	}


/* Post Content (Tables) */

#content article .entry-content table {
	width: 100%;
	}

#content article .entry-content table thead {
	background: #fff;
	}

#content article .entry-content table thead th {
	font-weight: bold;
	text-align: left;
	}

#content article .entry-content table td,
#content article .entry-content table th {
	padding: 10px 20px;
	}

#content article .entry-content table tr:last-child td {
	border-bottom: none;
	}

#content article .entry-content table tr:nth-child(even) {
	background: #fff;
	}

#content article .entry-content table tr:nth-child(odd) {
	background: rgba(0,0,0,0.025);
	}


/* Post Content (Misc) */

.highlight {
	background: #fff198;
	padding: 0 3px;
	border-radius: 3px;
	}

.alignleft {
	display: inline;
	float: left;
	margin: .5em 2em 0 0;
	}

.alignright {
	display: inline;
	float: right;
	margin: .5em 0 0 2em;
	}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

.wp-caption {
	margin: 1.5em auto;
	}

.wp-caption img {
	display: block;
	margin: 0;
	max-width: 100%;
	}

.wp-caption p.wp-caption-text {
	color: #777;
	font-weight: 600;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	display: inline-block;
	margin: 1em 0 0 0 !important;
	text-align: center;
	width: 100%;
	}


/* Article > Content > WordPress Gallery */

.gallery {
	margin: 0 auto 18px;
	}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	}

.gallery-columns-2 .gallery-item {
	width: 50%;
	}

.gallery-columns-4 .gallery-item {
	width: 25%;
	}

.gallery img,
#gallery-1 img {
	border: 1px solid #EFEFEF !important;
	background: #F4F4F4; 
	padding: 8px;
	line-height: 0;
	}

.gallery img:hover {
	background: white;
	}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
	}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
	}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
	}

.gallery dl,
.gallery dt {
	margin: 0;
	}

.gallery br+br {
	display: none;
	}


/* Post Format > Audio */

#content article.format-audio .entry-header .entry-image,
body.single #content article.format-audio .entry-header .entry-image {
	margin-bottom: 0;
	}


/* Post Format > Gallery */

#content article.format-gallery .flexslider {
	margin-bottom: 35px;
	box-shadow: 0 2px 6px -3px rgba(0,0,0,.35);
	}


/* Post Format > Link */

#content article.format-link .entry-header .entry-image,
body.single #content article.format-link .entry-header .entry-image {
	margin-bottom: 0;
	}

#content article.format-link .entry-header .entry-image img,
body.single #content article.format-link .entry-header .entry-image img {
	box-shadow: none;
	}

#content article.format-link .entry-link {
	background: #fff;
	text-align: center;
	padding: 30px 50px 40px;
	margin-bottom: 35px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

#content article.format-link .entry-link h3 {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 5px;
	}

#content article.format-link .entry-link h3 a {
	color: #242424;
	border-bottom: 2px solid transparent;
	}

#content article.format-link .entry-link h3 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}

#content article.format-link .entry-link p {
	font-size: 18px;
	font-style: italic;
	color: #777;
	line-height: 23px;
	margin-bottom: 0px;
	}


/* Post Format > Quote */

#content article.format-quote .entry-header .entry-image,
body.single #content article.format-quote .entry-header .entry-image {
	margin-bottom: 0;
	}

#content article.format-quote .entry-header .entry-image img,
body.single #content article.format-quote .entry-header .entry-image img {
	box-shadow: none;
	}

#content article.format-quote .entry-quote {
	color: #242424;
	font-size: 21px;
	font-style: italic;
	line-height: 40px;
	padding: 40px 60px 20px;
	background: #fff;
	margin-bottom: 35px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

body.single #content article.format-quote .entry-quote {
	margin-bottom: 50px;
	text-align: center;
	}

#content article.format-quote .entry-quote p {
	margin-bottom: 35px;
	}

#content article.format-quote .entry-quote cite {
	color: #202020;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 15px;
	text-transform: uppercase;
	display: block;
	}


/* Article (Post Footer) */

#content article .entry-footer {
	color: #777;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0px;
	}

#content article .entry-footer a {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 8px;
	}

#content article .entry-footer a:hover {
	color: #202020;
	}


/* Article Nav */

#article-nav {
	padding: 40px 0 47px;
	border-top: 3px solid rgba(0,0,0,0.075);;
	border-bottom: 3px solid rgba(0,0,0,0.075);;
	margin-bottom: 90px;
	}

#article-nav .nav-previous {
	float: left;
	width: 50%;
	}

#article-nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	}

#article-nav .meta-nav {
	color: #777;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	display: block;
	text-transform: none;
	letter-spacing: normal;
	}

#article-nav a {
	color: #202020;
	font-size: 21px;
	font-weight: 700;
	line-height: 26px;
	border-bottom: 2px solid transparent;
	}

#article-nav a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}


/* Author Bio */

#author-bio {
	margin-bottom: 90px;
	}

#author-bio .avatar {
	float: left;
	border-radius: 45px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.35);
	}

#author-bio .author-name {
	color: #202020;
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	line-height: 26px;
	margin-bottom: 15px;
	}

#author-bio .author-name a {
	border-bottom: 2px solid transparent;
	font-weight: 700;
	color: #202020;
	}

#author-bio .author-name a:hover {
	border-bottom: 2px solid #ec3853;
	text-decoration: none;
	}

#author-bio .author-description {
	margin: 0;
	}

#author-bio .author-name,
#author-bio .author-description {
	padding-left: 125px;
	}


/* Comments */

#comments {
	padding: 90px 0 30px;
	border-top: 3px solid rgba(0,0,0,0.075);
	border-bottom: 3px solid rgba(0,0,0,0.075);
	}

#comments h3 {
	color: #202020;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 50px
	}

#comments .comments-closed {
	margin-bottom: 50px;
	}

#comments .comment .bypostauthor {
	overflow: auto;
	}

#comments .comment article {
	margin-bottom: 60px;
	}

#comments .comment .avatar {
	border-radius: 38px;
	width: 75px;
	height: 75px;
	margin: 2px 35px 15px 0;
	float: left;
	}

#comments .comment-author {
	margin-bottom: 5px;
	}

#comments .comment-author cite {
	color: #202020;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	}

#comments .comment-author cite a {
	color: #000;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	}

#comments .comment-author cite a:hover {
	color: #000;
	border-bottom: 2px solid #ec3853;
	text-decoration: none;
	}

#comments .comment-author time {
	font-style: italic;
	font-size: 14px;
	color: #777;
	margin: 0 15px;
	}

#comments a.comment-reply-link,
#comments a.comment-edit-link {
	color: #202020;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 16px;
	border-bottom: 2px solid transparent;
	}

#comments a.comment-reply-link:hover,
#comments a.comment-edit-link:hover {
	color: #000;
	border-bottom: 2px solid #ec3853;
	text-decoration: none;
	}

#comments .comment-content p {
	margin-bottom: 10px;
	}

#comments .awaiting {
	color: #aaa;
	}


/* Threaded comments */

#comments ol .children {
	margin-left: 100px;
	}


/* Reply form in comments */

#comments ol #respond {
	margin: 50px 0 80px 100px !important;
	}

#comments ol .children #respond {
	margin-left: 100px;
	}

#cancel-comment-reply-link {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: normal;
	background: #fff;
	border-radius: 15px;
	padding: 7px 10px;
	float: right;
	}

#cancel-comment-reply-link:hover {
	color: #ddd;
	text-decoration: none;
	}


/* Respond */

#respond {
	background-color: #fff;
	padding: 50px;
	margin: -3px 0 10px 0;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

#respond h3 {
	color: #202020;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 50px;
	}

#respond p {
	margin-bottom: 25px;
	}

#respond label {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

#respond label .required {
	color: red;
	font-size: 12px;
	}

#respond input[type="text"],
#respond textarea {
	background-color: #f2f2f1;
	color: #202020;
	font-family: 'Gentium Basic', serif;
	font-size: 18px;
	line-height: 28px;
	border: 2px solid #eee;
	border-radius: 2px;
	padding: 8px 8px 10px 8px;
	width: 95%;
	display: block;
	}

#respond input[type="text"]:focus,
#respond textarea:focus {
	border: 2px solid #ddd;
	}

#respond textarea {
	height: 131px;
	}

#respond input[type="submit"] {
	color: #fff;
	font-family: 'Gentium Basic', serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 2px;
	background-color: #ec3853;
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	padding: 20px;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#respond input[type="submit"]:hover {
	color: #000;
	background-color: #ddd;
	cursor: pointer;
	}

#respond #commentform {
	position: relative;
	}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .logged-in-as,
#respond .must_log_in {
	width: 47%;
	}

#respond .comment-form-comment,
#respond .form-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 47%;
	}

#respond .form-submit {
	top: 218px;
	margin-bottom: 0;
	}

body.logged-in #respond .form-submit,
body.logged-in #respond .comment-form-comment {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	}

body.logged-in #respond textarea,
body.logged-in #respond .logged-in-as {
	width: 97.7%;
	}


/* Pagination */

.pagination {
	border-top: 3px solid rgba(0,0,0,0.05);
	border-bottom: 3px solid rgba(0,0,0,0.05);
	padding: 50px 0;
	}

.pagination a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 24px;
	border-bottom: 2px solid transparent;
	}

.pagination a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}

.pagination .prev {
	background: url(images/arrow-left.svg) no-repeat left;
	background-size: contain;
	padding-left: 55px;
	float: left;
	}

.pagination .next {
	background: url(images/arrow-right.svg) no-repeat right;
	background-size: contain;
	padding-right: 55px;
	float: right;
	}



/*-------------------------------------
   4. PAGES
-------------------------------------*/

/* Error 404 */

body.error404 #content {
	text-align: center;
	padding: 55px 0;
	border-top: 3px solid #f7f7f7;
	border-bottom: 3px solid #f7f7f7;
	}

body.error404 #content article .entry-header h1.entry-title,
body.error404 #content article .entry-content {
	padding-left: 0;
	margin-bottom: 0;
	}

body.error404 #content article .entry-header h1.entry-title span.big {
	font-size: 100px;
	line-height: 100px;
	display: block;
	}

body.error404 #content {
	text-align: center;
	padding: 55px 0;
	border-top: 3px solid #f7f7f7;
	border-bottom: 3px solid #f7f7f7;
	}


/* Page */

body.page #content article .entry-header {
	margin-bottom: 25px;
	}

body.page #content article .entry-excerpt {
	color: #777;
	font-size: 30px;
	line-height: 44px;
	font-style: italic;
	margin-bottom: 75px;
	}


/* Single */

body.single #content {
	padding-bottom: 75px;
	}

body.single #content article.post {
	margin-bottom: 35px;
	}

body.single #content article .entry-excerpt {
	color: #777;
	font-size: 30px;
	line-height: 44px;
	font-style: italic;
	margin-bottom: 75px;
	}

body.single #content article .entry-meta {
	margin-bottom: 40px;
	}

body.single #content article .entry-header .entry-image {
	margin-bottom: 30px;
	}


/* Homepage */

body.page-template-template-homepage-php #content #header-meta,
body.page-template-template-sidebar-php #content #header-meta,
body.post-type-archive-product #content #header-meta {
	margin-bottom: 85px !important;
	}

body.page-template-template-homepage-php #header-meta .entry-title:after,
body.page-template-template-sidebar-php #header-meta .entry-title:after {
	color: #ec3853;
	}

body.page-template-template-homepage-php #header-meta .entry-excerpt,
body.page-template-template-sidebar-php #header-meta .entry-excerpt {
	margin-bottom: 25px;
	}

body.page-template-template-homepage-php #header-meta a.more,
body.page-template-template-sidebar-php #header-meta a.more {
	color: #202020;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #ec3853;
	padding-bottom: 4px;
	margin-top: 0;
	}

body.page-template-template-homepage-php #header-meta a.more:hover,
body.page-template-template-sidebar-php #header-meta a.more:hover  {
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	}


/* Homepage > Text Columns */

body.page-template-template-homepage-php #columns,
body.page-template-template-sidebar-php #columns {
	background-color: #fff;
	padding: 75px 0;
	margin-bottom: 35px;
	box-shadow: 0 0 6px -1px rgba(0,0,0,.12);
	z-index: 200;
	position: relative;
	}

body.page-template-template-homepage-php #columns .column,
body.page-template-template-sidebar-php #columns .column,
body.post-type-archive-product #columns .column  {
	width: 280px;
	float: left;
	margin-right: 40px;
	}

body.page-template-template-homepage-php #columns .last,
body.page-template-template-sidebar-php #columns .last  {
	margin-right: 0;
	}

body.page-template-template-homepage-php #columns h2,
body.page-template-template-sidebar-php #columns h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 10px;
	}

body.page-template-template-homepage-php #columns p,
body.page-template-template-sidebar-php #columns p  {
	margin-bottom: 15px;
	line-height: 34px;
	}

body.page-template-template-homepage-php #columns p a,
body.page-template-template-sidebar-php #columns p a {
	color: #202020;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	padding-bottom: 6px;
	display: inline-block;
	}

body.page-template-template-homepage-php #columns p a:hover,
body.page-template-template-sidebar-php #columns p a:hover {
	text-decoration: none;
	border-bottom: 2px solid #e9242e;
	}


/* Homepage > Blog Posts */

body.page-template-template-homepage-php #blog,
body.page-template-template-sidebar-php #blog,
body.post-type-archive-product #blog {
    padding-top: 40px;
	margin-bottom: 15px;
	}

body.page-template-template-homepage-php #blog .blog-post, 
body.page-template-template-sidebar-php #blog .blog-post
 {
	float: left;
	width: 560px;
	margin-left: 0px;
	}

body.post-type-archive-product #blog .blog-post{
    float: left;
	width: 600px;
	margin-left: 0px;
}
    

body.page-template-template-homepage-php #blog .blog-posts {
	float: right;
	width: 280px;
	margin-left: 40px;
	}
    
body.page-template-template-sidebar-php #blog .blog-posts 
 {
    float: right;
	width: 280px;
	margin-left: 40px;
    margin-top: 54px;
}

body.post-type-archive-product #blog .blog-posts{
    float: right;
	width: 180px;
	margin-left: 30px;
    margin-top: 54px;
}

body.page-template-template-homepage-php #blog .blog-post a,
body.page-template-template-homepage-php #blog .blog-posts a,
body.page-template-template-sidebar-php #blog .blog-post a,
body.page-template-template-sidebar-php #blog .blog-posts a,
body.post-type-archive-product #blog .blog-post a,
body.post-type-archive-product #blog .blog-posts a {
	color: #202020;
	border-bottom: 2px solid transparent;
	}

body.page-template-template-homepage-php #blog .blog-post a.more,
body.page-template-template-sidebar-php #blog .blog-post a.more {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #ec3853;
	padding-bottom: 4px;
	}

body.page-template-template-homepage-php #blog .blog-post a.more:hover,
body.page-template-template-sidebar-php #blog .blog-post a.more:hover {
	border-bottom: 2px solid #ccc;
	}

body.page-template-template-homepage-php #blog .blog-post a:hover,
body.page-template-template-homepage-php #blog .blog-posts a:hover,
body.page-template-template-sidebar-php #blog .blog-post a:hover,
body.page-template-template-sidebar-php #blog .blog-posts a:hover  {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}

body.page-template-template-homepage-php #blog .blog-post .entry-title, 
body.page-template-template-sidebar-php #blog .blog-post .entry-title {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 15px;
	}

body.page-template-template-homepage-php #blog .blog-posts .entry-title, 
body.page-template-template-sidebar-php #blog .blog-posts .entry-title {
	margin-bottom: 15px;
	}

body.page-template-template-homepage-php #blog .blog-post .entry-meta,
body.page-template-template-homepage-php #blog .blog-posts .entry-meta,
body.page-template-template-sidebar-php #blog .blog-post .entry-meta,
body.page-template-template-sidebar-php #blog .blog-posts .entry-meta {
	color: #777;
	font-weight: 400;
	font-size: 17px;
	font-style: italic;
	line-height: 17px;
	margin-bottom: 25px;
	}

body.page-template-template-homepage-php #blog .blog-posts .entry-meta,
body.page-template-template-sidebar-php #blog .blog-posts .entry-meta {
	margin-bottom: 30px;
	}

body.page-template-template-homepage-php #blog .blog-post .entry-meta a,
body.page-template-template-homepage-php #blog .blog-posts .entry-meta a,
body.page-template-template-sidebar-php #blog .blog-post .entry-meta a,
body.page-template-template-sidebar-php #blog .blog-posts .entry-meta a {
	color: #202020;
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	}

body.page-template-template-homepage-php #blog .blog-post .entry-meta span,
body.page-template-template-homepage-php #blog .blog-posts .entry-meta span,
body.page-template-template-sidebar-php #blog .blog-post .entry-meta span,
body.page-template-template-sidebar-php #blog .blog-posts .entry-meta span  {
	margin: 0 3px;
	}

body.page-template-template-homepage-php #blog .blog-post .entry-excerpt p,
body.page-template-template-sidebar-php #blog .blog-post .entry-excerpt p {
	line-height: 34px;
	margin-bottom: 15px;
	}

body.page-template-template-homepage-php #blog .blog-posts li,
body.page-template-template-sidebar-php #blog .blog-posts li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 25px;
	border-bottom: 3px solid rgba(0,0,0,0.075);
	}

body.page-template-template-homepage-php #blog .blog-posts li:before,
body.page-template-template-sidebar-php #blog .blog-posts li:before {
	color: #ec3853;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 18px;
	content: "\f0f6";
	position: absolute;
	top: 3.33px;
	left: 0;
	-webkit-font-smoothing: antialiased;
	}

body.page-template-template-homepage-php #blog .blog-posts li:last-child,
body.page-template-template-sidebar-php #blog .blog-posts li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	}


/* Homepage > Portfolio Section */

body.page-template-template-homepage-php #portfolio {
	position: relative;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.1);
	z-index: 100;
	bottom: -1px;
	}

body.page-template-template-homepage-php #portfolio .flexslider {
	max-height: 360px;
	}

body.page-template-template-homepage-php #portfolio .flex-direction-nav {
	position: absolute;
	width: 100%;
	bottom: 58%;
	z-index: 1000;
	}

body.page-template-template-homepage-php #portfolio .flex-direction-nav a {
	color: rgba(0,0,0,0.35);
	background-color: #fff;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 18px 15px;
	box-shadow: 0 0 6px -1px rgba(0,0,0,0.4);
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	transition: .15s ease-in;
	}

body.page-template-template-homepage-php #portfolio .flex-direction-nav a:hover {
	color: #ec3853;
	}

body.page-template-template-homepage-php #portfolio .flex-direction-nav .flex-prev {
	padding-left: 12px;
	}

body.page-template-template-homepage-php #portfolio .flex-direction-nav .flex-next {
	padding-right: 12px;
	}

body.page-template-template-homepage-php #portfolio .slide {
	float: left;
	line-height: 0;
	width: 50%;
	overflow: hidden;
	}

body.page-template-template-homepage-php #portfolio .slide a img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	transition: .15s ease-in;
	}

body.page-template-template-homepage-php #portfolio .slide a:hover img {
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	transition: .15s ease-in;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	}


/* Contact */

body.page-template-template-contact-php #contact-form {
	background-color: #fff;
	padding: 50px 50px 30px 50px;
	margin: 70px 0 30px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

body.page-template-template-contact-php #contact-form p {
	color: #cb2020;
	font-style: italic;
	margin-bottom: 50px;
	}

body.page-template-template-contact-php #contact-form p.success {
	color: #339933;
	margin-bottom: 20px;
	}

body.page-template-template-contact-php #contact-form ul {
	position: relative;
	}

body.page-template-template-contact-php #contact-form ul li {
	margin-bottom: 30px;
	}

body.page-template-template-contact-php #contact-form label {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

body.page-template-template-contact-php #contact-form .required {
	color: red;
	font-size: 12px;
	}

body.page-template-template-contact-php #contact-form input[type="text"],
body.page-template-template-contact-php #contact-form input[type="email"],
body.page-template-template-contact-php #contact-form textarea {
	color: #202020;
	font-family: 'Gentium Basic', serif;
	font-size: 18px;
	line-height: 28px;
	border: 2px solid #eee;
	background-color: #f2f2f1;
	border-radius: 2px;
	padding: 8px 8px 10px 8px;
	width: 95%;
	display: block;
	}

body.page-template-template-contact-php #contact-form input[type="text"]:focus,
body.page-template-template-contact-php #contact-form textarea:focus {
	border: 2px solid #ddd;
	}

body.page-template-template-contact-php #contact-form textarea {
	height: 175px;
	}

body.page-template-template-contact-php #contact-form input[type="submit"] {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Gentium Basic', serif;
	line-height: 14px;
	letter-spacing: 2px;
	background-color: #ec3853;
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	padding: 20px;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

body.page-template-template-contact-php #contact-form input[type="submit"]:hover {
	color: #000;
	background-color: #ddd;
	cursor: pointer;
	}

body.page-template-template-contact-php #contact-form .contact-name,
body.page-template-template-contact-php #contact-form .contact-email,
body.page-template-template-contact-php #contact-form .contact-phone {
	width: 47%;
	}

body.page-template-template-contact-php #contact-form .contact-message,
body.page-template-template-contact-php #contact-form .contact-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 47%;
	}

body.page-template-template-contact-php #contact-form .contact-submit {
	top: 265px;
	margin-bottom: 0;
	}


/* Blog, Category, Author, Search, etc. */

body.blog .pagination,
body.category .pagination,
body.author .pagination,
body.archive .pagination,
body.search .pagination {
	margin-bottom: 60px;
	padding: 35px 0;
	}

body.blog #content article,
body.category #content article,
body.author #content article,
body.archive #content article,
body.search #content article {
	margin-bottom: 150px;
	}

body.blog #content article:last-child,
body.category #content article:last-child,
body.author #content article:last-child,
body.archive #content article:last-child,
body.search #content article:last-child {
	margin-bottom: 50px;
	}



body.page-template-template-homepage-php #content #header-meta .entry-title,
body.blog #content .entry-title,
body.category #content .entry-title,
body.author #content .entry-title,
body.archive #content .entry-title,
body.search #content .entry-title {
	color: #202020;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	padding-left: 0 !important;
	margin-bottom: 8px;
	}

body.page-template-template-homepage-php #content #header-meta .entry-excerpt,
body.blog #content .entry-excerpt,
body.category #content .entry-excerpt,
body.author #content .entry-excerpt,
body.archive #content .entry-excerpt,
body.search #content .entry-excerpt {
	color: #777;
	font-size: 30px;
	line-height: 44px;
	font-style: italic;
	}

body.page-template-template-homepage-php #content #header-meta,
body.blog #content #header-meta,
body.category #content #header-meta,
body.author #content #header-meta,
body.archive #content #header-meta,
body.search #content #header-meta {
	margin-bottom: 75px;
	}

body.author #content .avatar {
	float: left;
	margin: 12px 35px 0 0;
	border-radius: 38px;
	}

body.author #content .entry-header .entry-excerpt {
	margin-left: 110px;
	}


/* Portfolio > Sortable */

body.page-template-template-portfolio-php #content,
body.page-template-template-portfolio-sortable-php #content {
	padding-bottom: 20px;
	}

body.page-template-template-portfolio-php #content .portfolio-container .entry-header,
body.page-template-template-portfolio-sortable-php #content .portfolio-container .entry-header {
	background-color: #fff;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	padding-bottom: 35px;
	}

body.page-template-template-portfolio-php #content .portfolio-container .entry-header .entry-image,
body.page-template-template-portfolio-sortable-php #content .portfolio-container .entry-header .entry-image {
	box-shadow: none;
	}

body.page-template-template-portfolio-php #content .entry-title,
body.page-template-template-portfolio-sortable-php #content .entry-title,
body.single-portfolio #content .entry-title {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 15px;
	}

body.page-template-template-portfolio-php #content .entry-excerpt,
body.page-template-template-portfolio-sortable-php #content .entry-excerpt,
body.single-portfolio #content .entry-excerpt {
	color: #777;
	font-size: 30px;
	line-height: 44px;
	font-style: italic;
	margin-bottom: 50px;
	}


/* Portfolio > Single */

body.single-portfolio #content {
	padding-bottom: 15px;
	}

body.single-portfolio #content article {
	margin-bottom: 20px;
	}

body.single-portfolio #content article header {
	margin-bottom: 50px;
	}

body.single-portfolio #content .entry-excerpt {
	margin-bottom: 25px !important;
	}

body.single-portfolio #content .entry-image {
	line-height: 0;
	}

body.single-portfolio #content article .mejs-container {
	margin-bottom: 0px;
	}


/* Portfolio > Single > Meta */

body.single-portfolio .portfolio-meta {
	background-color: #fff;
	padding: 40px 50px 50px 50px;
	margin-bottom: 60px;
	position: relative;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

body.single-portfolio .portfolio-meta p {
	width: 70%;
	float: left;
	color: #777;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0;
	line-height: 32px;
	}

body.single-portfolio .portfolio-meta p a {
	font-weight: normal;
	}

body.single-portfolio .portfolio-meta p span {
	color: #000;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 90px;
	}

body.single-portfolio .portfolio-meta .project-button {
	width: 25%;
	float: right;
	position: absolute;
	top: 34%;
	right: 50px;
	}

body.single-portfolio .portfolio-meta .project-button a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 14px;
	letter-spacing: 2px;
	text-align: center;
	background-color: #ec3853;
	border-radius: 2px;
	border: none;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	width: 83%;
	}

body.single-portfolio .portfolio-meta .project-button a:hover {
	color: #202020;
	background-color: #ddd;
	text-decoration: none;
	}


/* Portfolio > Filter */

body.page-template-template-portfolio-sortable-php .portfolio-filter {
	padding: 30px 30px 35px 30px;
	background-color: #fff;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	margin-bottom: 80px;
	}

body.page-template-template-portfolio-sortable-php .portfolio-filter ul {
	line-height: 18px;
	margin: 0 auto;
	display: block;
	}

body.page-template-template-portfolio-sortable-php .portfolio-filter li {
	float: left;
	line-height: 18px;
	margin-left: 30px;
	}

body.page-template-template-portfolio-sortable-php .portfolio-filter li:first-child {
	margin-left: 0;
	}

body.page-template-template-portfolio-sortable-php .portfolio-filter li.filter-heading {
	font-size: 16px;
	font-style: italic;
	color: #777;
	}

body.page-template-template-portfolio-sortable-php .portfolio-filter li a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 18px;
	border-bottom: 2px solid transparent;
	}

body.page-template-template-portfolio-sortable-php .portfolio-filter li a.active,
body.page-template-template-portfolio-sortable-php .portfolio-filter li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #ec3853;
	}


/* Portfolio > Isotope */

.isotope-item {
  z-index: 2;
  position: relative;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

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


/* Portfolio > Container */

body.page-template-template-portfolio-sortable-php .portfolio-container {
	width: 107%;
	overflow: hidden;
	}

body.page-template-template-portfolio-php .portfolio-container .post {
	float: left;
	}

body.page-template-template-portfolio-php .pagination {
	margin-bottom: 50px;
	}

.portfolio-container .post {
	width: 430px;
	margin-right: 60px;
	margin-bottom: 55px !important;
	text-align: center;
	}

body.page-template-template-portfolio-php .portfolio-container .last {
	margin-right: 0;
	}

#content .portfolio-container article .entry-image {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	}

#content .portfolio-container article .entry-image img {
	display: block;
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	transition: .15s ease-in;
	}

#content .portfolio-container article .entry-image:hover img {
	-webkit-transition: .15s ease-in;
	-moz-transition: .15s ease-in;
	transition: .15s ease-in;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	}

#content .portfolio-container article h2.entry-title {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 5px;
	}

#content .portfolio-container article .entry-meta {
	padding-left: 0;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	}



/*-------------------------------------
   5. SIDEBAR
-------------------------------------*/

#sidebar {
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.18);
	background: #fff;
	padding: 55px 0 0;
	width: 100%;
	height: 210px;
	bottom: -265px;
	left: 0;
	z-index: 2000;
	position: fixed;
	opacity: 0;
	overflow-x: scroll;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#sidebar.open {
	opacity: 1;
	bottom: 0px;
	}

#sidebar .wrap {
	width: 980px;
	}

#sidebar .widget {
	float: left;
	font-size: 15px;
	line-height: 23px;
	width: 300px;
	margin-right: 40px;
	margin-bottom: 40px;
	}

#sidebar .widget:nth-child(3n+3) {
	margin-right: 0;
	}

#sidebar .widget a {
	font-weight: 600;
	}

#sidebar .widget h4 {
	color: #202020;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
	}


/* Recent Posts Widget */

.widget_recent_entries li {
	font-size: 16px;
	margin-bottom: 15px;
	}

.widget_recent_entries li span {
	color: #777;
	font-size: 14px;
	font-weight: 700;
	display: block;
	}


/* Categories Widget */

.widget_categories li {
	color: #888;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.widget_categories li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	padding-right: 3px;
	}


/* Recent Comments Widget */

.widget_recent_comments li {
	margin-bottom: 15px;
	}


/* Search Form / Widget */

.search-form .search-input {
	color: #202020;
	font-family: 'Gentium Basic', serif;
	font-size: 18px;
	line-height: 28px;
	border: 2px solid #eee;
	border-radius: 2px;
	padding: 8px 8px 10px 8px;
	width: 33%;
	margin: 0;
	}

.search-form .search-input:focus {
	border: 2px solid #ddd;
	}

.search-form .search-submit {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	background-color: #ec3853;
	border-radius: 2px;
	border: none;
	padding: 15px !important;
	position: relative;
	top: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.search-form .search-submit:hover {
	color: #000;
	background: #ddd;
	cursor: pointer;
	}

.widget_search .search-form {
	position: relative;
	}

.widget_search .search-form .search-input {
	position: relative;
	font-size: 15px;
	line-height: 21px;
	border: none;
	border-radius: 3px;
	padding: 12px;
	margin: 0;
	width: 300px;
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.2);
	}

.widget_search .search-form .search-submit {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #ccc;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.widget_search .search-form .search-submit:hover {
	color: #777;
	}


/* Calendar */

#calendar_wrap {
	border: 1px solid #DDD;
	border-radius: 4px;
	}

.widget_calendar #wp-calendar {
	width: 100%;
	}

.widget_calendar caption {
	font-size: 18px;
	font-style: italic;
	color: #777;
	background: #F4F4F4;
	padding: 5px 0 8px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	}

.widget_calendar th,
.widget_calendar td {
	text-align: center;
	}

.widget_calendar #today {
	background: #F4F4F4;
	border-radius: 4px;
	}

.widget_calendar #prev,
.widget_calendar #next {
	padding: 5px 0;
	}


/* RSS Widget */

.widget_rss ul li {
	margin-bottom: 15px;
	}

.widget_rss ul li span.rss-date {
	display: block;
	font-style: italic;
	color: #777;
	}


/* Text Widget */

.textwidget p {
	margin-bottom: 15px;
	}

.textwidget img {
	max-width: 100%;
	height: auto;
	}

.textwidget a img {
	border-bottom: none !important;
	}

.textwidget a:hover img {
	border-bottom: none !important;
	}

.textwidget form select,
.textwidget form input,
.textwidget form textarea {
	max-width: 97%;
	}


/* Nav Widget */

.widget_nav_menu ul ul {
	margin-left: 20px;
	}


/* Recent Tweet Widget */

.scripted_tweet_widget ul li {
	margin-bottom: 25px;
	font-style: italic;
	font-size: 16px;
	}

.scripted_tweet_widget ul li a {
	font-style: normal;
	}

.scripted_tweet_widget ul li:last-child {
	margin-bottom: 0;
	}

.scripted_tweet_widget .twitter-time-stamp {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #777;
	border-bottom: none;
	margin-top: 8px;
	}

.scripted_tweet_widget .twitter-time-stamp:hover {
	border-bottom: none;
	}


/* Recent Project Widget */

.scripted_project_widget .post {
	float: left;
	width: 300px;
	line-height: 0;
	margin-bottom: 10px;
	}

.scripted_project_widget .last {
	margin-right: 0;
	}


/* Dribbble Widget */

.scripted_dribbble_widget li {
	line-height: 0;
	margin-bottom: 15px;
	}

.scripted_dribbble_widget li a {
	line-height: 0;
	border-bottom: none;
	display: block;
	}

.scripted_dribbble_widget li a:hover {
	border-bottom: none;
	}

.scripted_dribbble_widget a img {
	width: 300px;
	}

.scripted_dribbble_widget p {
	padding-top: 10px;
	}


/* Instagram & Flickr Widgets */

.scripted_instagram_widget ul,
.scripted_flickr_widget ul {
	float: left;
	}

.scripted_instagram_widget li,
.scripted_flickr_widget li {
	line-height: 0;
	margin: 0 15px 15px 0;
	float: left;
	}

.scripted_instagram_widget li a,
.scripted_flickr_widget a {
	line-height: 0;
	border-bottom: none;
	display: block;
	}

.scripted_instagram_widget li a:hover,
.scripted_flickr_widget li a:hover {
	border-bottom: none;
	}

.scripted_instagram_widget li img,
.scripted_flickr_widget li img {
	width: 85px;
	height: 85px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.35);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.scripted_instagram_widget li a:hover img,
.scripted_flickr_widget li a:hover img {
	opacity: 0.8;
	}

.scripted_instagram_widget p {
	padding-top: 10px;
	}


/* Social Links */

.scripted_social_widget ul {
	float: left;
	}

.scripted_social_widget li {
	float: left;
	line-height: 0;
	margin: 0 15px 15px 0;
	}

.scripted_social_widget li:nth-child(5n) {
	margin-right: 0;
	}

.scripted_social_widget a {
	float: left;
	padding: 15px;
	height: 17px;
	width: 17px;
	border-radius: 3px;
	background: #fff;
	color: #777;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	box-shadow: 0px 1px 3px 0 rgba(0,0,0,.15);
	}

.scripted_social_widget a:hover {
	color: #ec3853;
	}





/*-------------------------------------
   6. FOOTER
-------------------------------------*/

#footer {
	padding: 65px 0 45px;
	box-shadow: 0 -4px 4px -4px rgba(0,0,0,.1);
	}

#footer .copyright {
	color: #777;
	font-size: 15px;
	font-style: italic;
	line-height: 15px;
	padding-top: 3px;
	float: left;
	}

#footer .copyright a {
	color: #202020;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 14px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	margin: 0 5px;
	}

#footer .copyright a:hover {
	border-bottom: 2px solid #ec3853;
	}

#footer ul {
	float: right;
	}

#footer li {
	display: inline-block;
	padding: 2px 0 2px 21px;
	margin-left: 30px;
	}

#footer li:first-child {
	margin-left: 0;
	}

#footer li a {
	float: left;
	color: #202020;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 14px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	}

#footer li a:hover {
	border-bottom: 2px solid #ec3853;
	}


/* Social */

#footer li.twitter {
	background: url('images/social-twitter.svg') no-repeat top left;
	padding-left: 22px;
	}

#footer li.facebook {
	background: url('images/social-facebook.svg') no-repeat top left;
	padding-left: 22px;
	}

#footer li.dribbble {
	background: url('images/social-dribbble.svg') no-repeat top left;
	padding-left: 22px;
	}

#footer li.instagram {
	background: url('images/social-instagram.svg') no-repeat top left;
	padding-left: 22px;
	}

#footer li.linkedin {
	background: url('images/social-linkedin.svg') no-repeat top left;
	padding-left: 22px;
	}

#footer li.pinterest {
	background: url('images/social-pinterest.svg') no-repeat top left;
	padding-left: 22px;
	}

#footer li.vimeo {
	background: url('images/social-vimeo.svg') no-repeat top left;
	padding-left: 22px;
	}



/*-------------------------------------
   7. MISC
-------------------------------------*/

/* Misc */

ul.fa-ul li {
	padding-left: 0 !important;
	list-style: none !important;
	}

ul.fa-ul i.fa-li {
	top: .5em;
	}


/* MediaElement Player */

.mejs-container {
	box-shadow: 0 2px 6px -3px rgba(0,0,0,.35) !important;
	margin-bottom: 35px;
	}

.mejs-time-loaded {
	background: #484848 !important;
	}

.mejs-time-current {
	background: #ec3853 !important;
	}

.mejs-controls {
	background: #161616 !important;
	}

.mejs-controls .mejs-button button:focus {
	outline: none !important;
	}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ec3853 !important;
	}

.mejs-container .mejs-controls .mejs-time {
	padding-top: 9px !important;
	}

.mejs-container .mejs-controls .mejs-time span {
	color: #BBB !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,.6);
	}


/* Flexslider */

.flexslider { 
	margin: 0;
	padding: 0;
	position: relative;
	}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	width: 50%;
	}

.flexslider .slides img {
	width: 100%;
	display: block;
	}

.flex-pauseplay span {
	text-transform: capitalize;
	}

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}

html[xmlns] .format-gallery .slides {
	display: block;
	}

* html .format-gallery .slides {
	height: 1%;
	}

.no-js .slides > li:first-child {
	display: block;
	}

.flex-control-paging {
	display: none;
	}

.flex-direction-nav {
	position: absolute;
	width: 100%;
	bottom: 56%;
	}

.flex-direction-nav a {
	font-size: 26px;
	color: rgba(255,255,255,.8);
	background-color: rgba(0,0,0,.5);
	display: block;
	padding: 25px 15px;
	position: absolute;
	border-bottom: 0;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	transition: background-color .1s linear;
	}

.flex-direction-nav a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
	border-bottom: 0;
	}

.flex-direction-nav .flex-prev {
	left: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

.flex-direction-nav .flex-next {
	right: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}


/* Shortcodes Overrides */

.alert .content {
	font-weight: normal;
	}

.btn {
	color: #fff;
	line-height: 18px;
	border-radius: 2px;
	padding: 11px 22px 13px !important;
	}

.btn:hover {
	text-decoration: none;
	background-image: linear-gradient( rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) );
	}

.btn.white {
	background-color: #fff;
	}

.tabs .head .tab.active {
	background: #fff;
	}

.tabs .content .tab {
	background: #fff;
	padding: 25px 35px;
	font-size: 18px;
	line-height: 28px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

.toggle {
	background-color: #fff;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);
	}

.toggle .content {
	position: relative;
	top: -2px;
	background: #fff;
	padding: 25px 35px 35px 35px;
	font-size: 18px;
	line-height: 28px;
	}

/* For flicker photos style display inline */
.flickr-photos li {
    display: inline-block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 30.05% !important;
    }
section#woocommerce_price_filter-2 {
    width:225px;
    margin-bottom: 50px;
}

.single-product .woocommerce ul.products li.product, .single-product .woocommerce-page ul.products li.product {
    width: 22.05% !important;
}

.product_list_widget{
    font-size: 20px;
    width:225px;
}

.widget-title{
    text-decoration:underline;   
}

.blog-posts .widget{
    margin-bottom: 20px;
}

.image_sidebar_page{
    width:100%;
}

/* Firefox */

@-moz-document url-prefix() {

	#header #nav .sub-menu,
	#header #nav .children {
		top: 30px;
		}

}
