/*
Theme Name: SATURN
Theme URI: http://themeforest.net/item/saturn-a-personaltravel-wordpress-blog-theme/9814741?ref=phpface
Author: Toan Nguyen
Author URI: http://themeforest.net/user/phpface?ref=phpface
Description: SATURN - A WordPress Blog Theme
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: black, green, white, light, dark, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: saturn
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Cover background
 * 6.0 Featured Posts.
 * 7.0 - Content
 * 8.0 Page nagivation
 * 9.0 Footer
 * 10 Sidebar
 * 11 Comments
 * 12 Author Box
 * 13 Gallery
 * 14 Woocommerce
 * 15 Search page
 * 16 Right/Left Sidebar
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	font-family: Lato, sans-serif;
}
body{
	background: #eef1f2;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #FE9C46;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
	font-size: 13px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	line-height: 1.2631578947;
	margin-top: 24px;	
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #D5B243;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #D5B243;
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #FE9C46;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #E58633;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #E58633;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.container{
	width: 1000px;
}
/** 3.0 - Header **/

.header {
	background: #222;
	width: 100%;
	transition: all 0.3s ease 0s;
}
.header .logo{
	height: 50px;
	float:left;
	padding: 10px 0 10px 0;
}
/**  4.0 - Navigation **/
.header .navigation{
	float:right;
}
.header .navigation .menu li {
	display:block;
	margin: 0;
	position: relative;
}
.header .navigation .menu li a{
	color:#fff;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: transparent;
}
.header .navigation ul.menu li.active a {
	background: rgb(60, 56, 56)!important;
}
.header .navigation .navbar-collapse{
	margin-right: -15px!important;
	margin-left: -15px!important;
}
.header .navigation .navbar-toggle{
	background: transparent;
	margin-right: 0px;
}
.header .navigation .navbar-toggle .icon-bar{
	background:#FFF
}

.header .navigation ul.menu {
	margin-bottom:0;
}
.header .navigation ul.menu li {
	padding:0;
}

.header .navigation ul.menu li ul li a {
	height:30px;
	line-height:23px;
}
.header .navigation ul.menu li a:hover{
	background: rgb(60, 56, 56)!important;
}
.header .navigation .open,
.header .navigation .dropdown-menu{
	background: rgb(49, 42, 42)!important;
}
.header .navigation .dropdown-menu li a{
	font-weight: 400!important;
}
.header .navigation .open a{
	background: rgb(49, 42, 42)!important;
}
.header.headroom--unpinned {
  transform: translateY(-100%); }
.header.headroom--pinned {
  transform: translateY(0%); }
.header.headroom {
  position: fixed;
  z-index: 999;
  transition: transform 200ms linear;
}
/**  5.0 - Cover background **/
.main-content .cover-background{
	background:#84750E;
	position: relative;
	min-height: 300px;
	margin-bottom: 35px;
}
.main-content .cover-background .color-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #000 url(assets/images/slider-overlay.png);	
}
.main-content .cover-background .background{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	opacity: 0.6;
	position: absolute;
	height: 100%;	
}
.site-heading {
	display: table;
	width: 100%;
	position: relative;
	height: 1px;
	padding: 65px 0 0;
}
.site-heading .site-heading-content{
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	padding: 0 0 65px 0;
}
.site-heading .site-heading-content .site-title,
.site-heading .site-heading-content .site-subtitle{
	display: table;
	margin: 0 auto;
}
.site-heading .site-heading-content .site-title{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 5px;
	line-height: 1em;
	vertical-align: middle;
	padding: 0 40px 0 40px;
}
.site-heading .site-heading-content .site-title:after {
	background-color: #ffffff;
	content: "";
	display: block;
	height: 1px;
	width: 20%;
	margin: 15px auto 15px auto;
}
.site-heading .site-heading-content .site-subtitle{
	color: #ffffff;
	display: block;
	font-size: 14px;
	letter-spacing: 7px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	text-align: center;	
}

/** 6.0 Featured Posts.**/
.featured-posts{
	margin: 0 0 30px 0;
	padding:0;
}
.featured-posts .section-header .block-title{
	text-align: center;
	color: #FE9C46;
	letter-spacing: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}
.featured-posts .section-header .block-title:after{
	background-color: #FE9C46;
	content: "";
	display: block;
	height: 1px;
	width: 20%;
	margin: 7px auto 10px auto;	
}

.featured-posts .featured-posts-navigator .section-nav {
	position: static;
	width: auto;
	margin: 0 auto;
}

.featured-posts .featured-posts-navigator .section-nav .bullet {
	background:#ddd;
	width:13px;
	height:13px;
	display:inline-block;
	border-radius:50px;
	border: 0;
	margin: 0;
}
.featured-posts .featured-posts-navigator .section-nav .bullet.active {
	background: #FE9C46;
}
.featured-posts .featured-item-content{
	margin-bottom:15px;
	color: #5e5e5e;
}
.featured-posts .featured-item-content h3{
	margin: 14px 0 0px 0;

}
.featured-posts .featured-item-content h3 a{
	color: #5e5e5e;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.featured-posts .featured-item-content h3 a:hover{
	text-decoration: none;
	color: #FE9C46;
}
.featured-posts .featured-item-content .post-meta .post-date time{
	font-size:11px;
	font-style: italic;
	opacity: .6;
}
.featured-posts iframe{
	margin-bottom: 0;
	width: 100%;
	height: auto;
}
.featured-posts.not-found h3{
	text-align:center;
	color: rgb(199, 199, 199);
}
.no-cover-screen .main-content{
	padding-top: 80px;
}
.archive-heading {
	padding: 20px;
	background: #E8E7E7;
	text-align: center;
	color: #EA8C3A;
	margin-top: -44px;
	margin-bottom: 30px;
	line-height: 36px;
}
.archive-heading .browsing{
	font-size:13px;
	font-style:italic;
}
.archive-heading h2 {
	display: block;
	font-size: 25px;
	letter-spacing: 3px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
}
/** 7.0 - Content **/
.primary-content .page,
.primary-content .post{
	background :#fff;
	margin-bottom: 43px;
	padding-bottom: 20px;
	display: block;
}
.post iframe{
	margin-bottom: 0;
	width: 100%;
	height: auto;
}
.primary-content .sticky{
	background: rgb(249, 247, 217);
}
.error404 .primary-content .post{
	padding-bottom: 9px;
}
.page .primary-content .page,
.page .primary-content .post{
	padding-bottom: 20px;
}
.breadcrumbs #breadcrumbs a{
	color:#FE9C46;
	font-weight:bold;
}
.breadcrumbs #breadcrumbs,
.primary-content .page .post-meta,
.primary-content .post .post-meta{
	padding: 40px 0px 0px 40px;
	color: #aaa;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.post-views:before,
.post-comments:before{
	content: "/"
}
.breadcrumbs #breadcrumbs{
	padding: 0;
}
.primary-content .post .post-meta a{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;	
	color:#FE9C46;
}
.primary-content .post .post-meta a:hover{
	color:#fff;
	background: #DD6053;
	padding:1px;
	text-decoration: none;
}
.primary-content .page .post-header,
.primary-content .page .post-content,
.primary-content .post .post-header,
.primary-content .post .post-content{
	padding:1px 20px 0px 20px;
}
.page .primary-content .page .post-header{
	padding: 20px 40px 0px 40px;
}
.primary-content{
	font-size: 13px;
	color: #5e5e5e;
}
.primary-content .page .post-content img,
.primary-content .post .post-content img{
	max-width:100%;
	height: auto;
}
.primary-content h1,
.primary-content h2,
.primary-content h3,
.primary-content h4,
.primary-content h5,
.primary-content h6{
	margin: 10px 0 10px 0;
}
.primary-content blockquote{
	border-left: 5px solid #eee;
	padding-left: 20px;
	margin-left: 20px;
}
.primary-content th,
.primary-content td{
	padding: 10px;
}
.primary-content ol li,
.primary-content ul li{
	margin: 6px 0 6px 0;
}
.primary-content code,
.primary-content pre{
	font-size: 13px;
	background: rgb(244, 239, 216);
}
.primary-content code{
	background: rgb(242, 231, 231);
	padding: 3px;
}
.primary-content kbd{
	padding: 3px;
}
.primary-content q{
	font-style: italic;
}
.page-links{
	letter-spacing: 1px;
	margin: 20px 0 20px 0;
}
.page-links a:hover{
	text-decoration:none;
}
.page-links a span{
	border: 1px solid #FE9C46;
	background: #FE9C46;
	padding: 6px 10px;
	color:#fff;
	margin: 0 2px 0 2px;
}
.page-links a span:hover{
	border: 1px solid #fff;
	background: rgb(229, 229, 229);
	color: #FE9C46;
}
.page-links span{
	background: rgb(229, 229, 229);
	padding: 6px 10px;
	margin: 0 2px 0 2px;
	color: #FE9C46;
}
.error404 .primary-content .post .post-content{
	padding:35px 40px 35px 40px;
}
.error404 .primary-content .post .post-content{
	text-align:center;
}
.error404 .primary-content .post .post-content .post-title{
	font-size: 8em;
	font-weight: bold;
	color: #EADFA4;
	margin: 0;
}
.error404 .primary-content .post .post-content p{
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	color:#5e5e5e;
}
.primary-content .page .post-header .post-title,
.primary-content .post .post-header .post-title{
	padding:0;
	margin: 7px 0 4px 0;
	text-transform: uppercase;
	color: #333;
}
.primary-content .page .post-header .post-title a,
.primary-content .post .post-header .post-title a{
	color: #333;
	font-size: 23px;
	letter-spacing: 2px;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	line-height:140%;
}
.primary-content .page .post-header .post-title a:hover,
.primary-content .post .post-header .post-title a:hover{
	text-decoration: none;
	color: #FE9C46;	
}
.post-thumbnail,
.post-thumbnail{
	padding: 0;
	position: relative;
}
.post-thumbnail .img-hover,
.post-thumbnail .img-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000 url(assets/images/play-icon.png) no-repeat center center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);	
}
.post-thumbnail:hover > a .img-hover {
	opacity:.75;
}
.featured-posts .post-content p,
.primary-content .page .post-content p,
.primary-content .post .post-content p{
	letter-spacing: 1px;
	color: #5e5e5e;
	margin: 10px 0 20px 0;
	line-height: 25px;
}
.primary-content .read-more{
	display: block;
	margin: 10px 0 0px 0;	
}
.primary-content .more-link{
	color: #FE9C46;
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;	
}
.primary-content .page .post-content .more-link:hover,
.primary-content .post .post-content .more-link:hover{
	color:#fff;
	background: #DD6053;
	padding:1px;
	text-decoration: none;	
}
.primary-content .post .nav-links,
.primary-content .post .post-tags,
.primary-content .post .post-category{
	color: #aaa;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 24px;
}
.primary-content .post .post-tags a,
.primary-content .post .post-category a{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #FE9C46;
}
.primary-content .post .post-tags a:hover,
.primary-content .post .post-category a:hover{
	color:#fff;
	background: #DD6053;
	padding:1px;
	text-decoration: none;
}
.primary-content .nav-links {
	padding: 40px;
	margin-bottom: 30px;
	background: #fff;
	text-transform: uppercase;
}
.primary-content .nav-links .previous-post{
	float: left;
}
.primary-content .nav-links .previous-post h4{
	text-align: left;
}
.primary-content .nav-links .next-post{
	float: right;
}
.primary-content .nav-links .next-post h4{
	text-align: right;
}
.primary-content .nav-links h4 {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	color: #C3C2C2;
	letter-spacing: 2px;
}
.primary-content .nav-links h4 a{
	font-size: 16px;
	color: #333;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: block;
	font-weight: bold;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.primary-content .nav-links h4 a:hover{
	text-decoration: none;
	color: #E58633;
}

.primary-content .format-quote{
	padding: 30px;
	background: rgb(61, 43, 43);

}
.primary-content .format-quote blockquote {
	color:#fff;
	margin: 0;
	font-size: 18px;
	font-style: italic;
	margin: 0.25em 0;
	line-height: 1.45;
	position: relative;
	border-left: none;
}
.primary-content .format-quote .post-content blockquote p{
	color:#fff;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
}
.primary-content .format-quote .post-content blockquote:before{
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -11px;
	top: -27px;
	color: #fff;
}
.primary-content .format-quote .post-content blockquote cite{
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.primary-content .format-quote .post-content blockquote cite a{
	color: #fff;
}
.primary-content .format-quote .post-content blockquote cite a:hover{
	text-decoration: none;
	color: #FE9C46;
}
/** 8.0 Page nagivation **/
ul.pagination {
  margin-top: 30px;
  padding: 0;
  text-align: center;
  display: block;
}
ul.pagination li {
  display: inline-block;
  margin-left: 6px;
}
ul.pagination li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 6px 14px;
  color: #ADA59E;
  border: 1px solid #CBC6C1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
ul.pagination li.active {
  background: #4883ab;
}
ul.pagination li.active a{
	color: #ffffff;
}
ul.pagination li a:hover {
  color: #ffffff;
  background: #FE9C46;
}
ul.pagination .current {
  padding: 6px 14px;
  border: 1px solid #FE9C46;
  display: block;
  color: #fff;
  text-align: center;
  background: #FE9C46;
  border-radius: 2px;
}
/** 9.0 Footer **/
.footer{
	background: #2f3133;
}
.footer .copyright p {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	line-height: 24px;
	margin: 0 0 20px;
	float: left;
	font-weight: 400;
	margin: 25px 0 0px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.footer .copyright p a{
	transition: 0.4s;
	color: #FE9C46;	
}
.footer .copyright p a:hover{
	color:#fff;
	background: #DD6053;
	padding:1px;
	text-decoration: none;
}
.footer .socials {
  float: right;
  margin: 0;
  padding: 0;
}
.footer .socials ul{
	margin:0;
	text-align: center;
}
.footer .socials li {
  display: inline-block;
  margin-left: -4px;
}
.footer .socials li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 68px;
  height: 68px;
  text-align: center;
  background: transparent;
}
.footer .socials li a i {
  font-size: 20px;
  line-height: 68px;
  color: #ffffff;
}
.footer .socials li a:hover {
	background: #FE9C46;
}
.footer .socials li:first-child {
  margin-left: 0;
}
.footer .socials li a.link-fa-facebook:hover {
    background: #3b5998;
}

.footer .socials li a.link-fa-twitter:hover {
    background: #00aced;
}

.footer .socials li a.link-fa-linkedin:hover {
    background: #517fa4;
}

.footer .socials li a.link-fa-pinterest:hover {
    background: #cb2027;
}

.footer .socials li a.link-fa-google-plus:hover {
    background: #dd4b39;
}
.footer .socials li a.link-fa-instagram:hover {
    background:#517fa4;
}
.footer .socials li a.link-fa-tumblr:hover {
    background: #32506d;
}
.footer .socials li a.link-fa-flickr:hover {
    background: #ff0084;
}
.footer .socials li a.link-fa-youtube:hover {
    background: #bb0000;
}
.footer .socials li a.link-fa-rss:hover {
    background: #ff9900;
}
/** 10 Sidebar **/
.sidebar .widget{
	margin:0 0 40px 0;
}
.sidebar .widget p{
	color: #5e5e5e;
	letter-spacing: 1px;
	line-height: 25px;
}
.sidebar .widget ol,
.sidebar .widget ul{
	margin:0;
}
.sidebar .widget ul li{
	list-style: none;
}
.sidebar .widget li{
	font-size: 13px;
}
.sidebar .widget table{
	font-size: 13px;
}
.sidebar .widget table caption{
	text-align: center;
	margin: 0px 0 10px 0;
	font-weight: bold;
}
.sidebar .widget table thead{
	background: #FE9C46;
	color: #fff;	
}
.sidebar .widget table a{
	color: #FE9C46;
	font-weight: bold;
}
.sidebar .widget .widget-title{
	letter-spacing: 1px;
	margin: 0px 0 20px 0px;	
	font-size: 16px;
}
.sidebar .widget .widget-title:after{
	content: "";
	display: block;
	border-top: 5px solid #DDDDDD;
	margin-top: 12px;
}
.sidebar .widget a{
	color: #333333;	
	font-size: 13px;
	word-wrap: break-word;
}
.sidebar .widget a:hover{
	color:#DD6053;
	text-decoration: none;
}
/** search widget **/
.sidebar .widget_search .search-field{
	border: 1px solid #eee;
	background: #fff;
	font-size: 13px;
}
/** archive widget **/

.sidebar .widget_categories li,
.sidebar .widget_archive li{
	padding:8px 0;
	border-bottom: 1px dotted #ddd;
}
.sidebar .widget_categories .children li{
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar .widget_categories .children{
	margin-left: 20px;
}
.sidebar .widget_archive li a,
.sidebar .widget_categories li a{
	letter-spacing: 1px;	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.sidebar .widget_archive select,
.sidebar .widget_categories select{
	width:100%;
	padding: 6px;
	border: 1px solid #eee;
}
.sidebar .widget_nav_menu ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_pages ul li{
	padding: 4px 0 4px 0;
}
.sidebar .widget_nav_menu ul li:before,
.sidebar .widget_meta ul li:before,
.sidebar .widget_pages ul li:before {
	content: '\f105';
	font-family: 'Fontawesome';
	padding-right: .6em;
	color: #A7A5A5;
}
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li{
	padding: 8px 0;
	border-bottom: 1px solid #ddd;	
}
.searched-no-result .widget_tag_cloud a,
.sidebar .widget_tag_cloud a {
	margin-bottom: .2em;
	display: inline-block!important;
	color: #5e5e5e;
	background: #fff;
	display: block;
	padding: .5em;
	font-size: .9em;
	position: relative;
	border: 1px solid #E8E8E8;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.searched-no-result .widget_tag_cloud a:hover,
.sidebar .widget_tag_cloud a:hover{
	background:#FE9C46;
	color: #fff;
	text-decoration: none;
}
.sidebar .widget_flickr .flickr-badge-wrapper {
	display: block;
}
.sidebar .widget_flickr .flickr-badge-wrapper .flickr_badge_image {
	margin: 0 10px 10px 0px;;
	background: none;
	padding: 0;
	float: none;
	display: inline-block;
	width: 60px;
	height: auto;
}
.sidebar .widget_flickr .flickr-badge-wrapper .flickr_badge_image img{
	width: 100%;
	border-radius: 2px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	height: auto;
}
.sidebar .widget_flickr .flickr_badge_beacon{
	display: none;
}
.sidebar .widget_rss ul li{
	margin: 10px 0 20px 0;
}
.sidebar .widget_rss .rsswidget{
	display: block;
	font-weight: bold;
}
.sidebar .widget_rss .rss-date{
	font-style: italic;
}
.sidebar .widget_pages ul.children{
	margin-left: 20px;
}
/** 11 Comments **/
.comments-area{
	padding: 40px 40px 9px 40px;
	margin-bottom: 40px;
	background:#fff;
}
.comments-area a{
	color: #FE9C46;
}
.comment-reply-title, .comments-title {
	margin: 0;
	font-size:15px;
	text-transform: uppercase;
	margin: 0px 0 30px 0;
}
.comment-reply-link{
	font-size:13px;
}
.comment-reply-title{
	margin-bottom: 14px;
	border-bottom: 5px solid #CAC6C6!important;
	display: inline-block;
	line-height: 1.5;
	font-weight: 600;
	color: #5e5e5e;
}
.comment-notes {
	font-size:13px;
	font-style: italic;
	color: #A39E9D;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}
.comment-list .comment{
	margin: 20px 0 20px 0;
	border-bottom: 1px dotted #ddd;
	padding: 5px 0 18px 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 76px;
}
.comment-list .children .comment{
	border-bottom: none;
	padding: 0 0 0 0;
}
.comment-author{
	position: relative;
}
.comment-author .avatar {
	height: 64px;
	width: 64px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
}
.comment-author a{
	letter-spacing: 1px;
	color: #FE9C46;
}
.comment-list .trackback a, 
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
	text-transform: uppercase;
	font-size: 12px;
}
.comment-content{
	letter-spacing: 1px;
	color: #5e5e5e;
}
.comment-content p{
	margin: 10px 0px 10px 0;
}
.comment-awaiting-moderation, 
.comment-content, .comment-list 
.reply, 
.comment-metadata {
	padding-left: 90px;
}
.comment-awaiting-moderation{
	font-size: 13px;
	color: rgb(166, 168, 171);
	font-style: italic;
}
.comment-author.vcard .says{
	color: #5e5e5e;
}
.comment-author.vcard .fn{
	padding-left: 90px;
}
.comment-form input[type="url"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea
{
	border: 1px solid #eee;
	background: #fff;
	width: 100%;
}
.comment-form input[type="url"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus
{
	background: #F2F0ED;
}
.comment-form label{
	width: 100px;
	color: #5e5e5e;
	font-weight: 600;
	margin-bottom: 6px;
}
.comment-form .required{
	color: red;
}
/** 12 Author Box **/
.primary-content .author-box {
	padding: 40px 40px 0px 40px;
	background: #fff;
	min-height: 161px;
	margin-bottom: 30px;
}
.primary-content .author-box .author-avatar {
    float: left;
}
.primary-content .author-box .author-avatar img {
	border-radius: 50%;
}
.primary-content .author-box .author-description {
    margin-left: 7.5em;
}
.primary-content .author-box .author-description p{
	color: #5e5e5e;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 8px;
}
.primary-content .author-box .author-description h3 {
	font-size: 1.2em;
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
}
.primary-content .author-box .author-description h3 a{
	font-weight: bold;
	letter-spacing: 1px;
	color: #FE9C46;
}
.primary-content .author-box .author-description .author-socials{
	margin: 0;
	padding: 0;
}
.primary-content .author-box .author-description .author-socials li{
	float: left;
	list-style: none;
	padding-right: 18px;
	margin-top: 10px;
}
.primary-content .author-box .author-description .author-socials li a i{
	color:#FE9C46;
	font-size: 16px;
}
.primary-content .author-box .author-description .author-socials li a i:hover{
	color:#DD6053;
}
.color-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #BEEC36;
}
/** 13 Gallery **/
.gallery {
	margin-bottom: 20px;
	display: inline-block;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.bypostauthor {}
/** 14 Woocommerce **/
.woocommerce-wrapper {
	padding: 40px 40px 0px 40px;
	background: #fff;
}
.woocommerce-wrapper .entry-title,
.woocommerce-wrapper .page-title{
	padding: 0;
	margin: 7px 0 4px 0;
	text-transform: uppercase;
	color: #333;	
}
.country_to_state,
.woocommerce-wrapper .woocommerce-ordering .orderby{
	padding: 6px;
	border: 1px solid #eee;	
}
/** cart **/
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce .cart-collaterals .cart_totals tr td{
	padding: 8px;
}
.shipping-calculator-button{
	color: #333;
}
.shipping-calculator-button:hover{
	color: #FE9C46;
}
.flexslider{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	border: none;
}
.flexslider ul.slides li{
	margin-top: 0;
}
.flex-control-nav{
	bottom: 14px;
	z-index: 100;
}
.flex-control-nav li{
	margin: 0 5px!important;
}
.flex-control-paging li a{
	background: #ddd;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
	background: #FE9C46;
}
/** 15 Search page **/
.searched-no-result{
	padding: 19px 25px 12px 40px!important;
}
.searched-no-result h3{
	line-height: 30px;
	font-size: 14px;
}
/** 16 Right/Left Sidebar **/
.left-sidebar .main-content .container .content .col-main-content{
	float: right;
}
.left-sidebar .main-content .container .content .col-sidebar{
	float: left;
}
.widget_widgets_in_tabs ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}