/*
Theme Name: Ning
Theme URI: http://themepaper.com/
Author: ThemePaper
Author URI: http://themepaper.com/
Description: Ning Worpdress Theme created by ThemePaper
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, left-sidebar, right-sidebar, responsive-layout, sticky-post
Text Domain: ning
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Gallery
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Share Post
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * 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;
}

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%;
}

p,
body,
button,
input,
select,
textarea {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
}

.column-1-1,
.column-1-2,
.column-1-3,
.column-2-3,
.column-1-4,
.column-3-4,
.column-1-5,
.column-2-5,
.column-3-5,
.column-4-5 {
	display: block;
	float: left;
	position: relative;
	margin: 0 25px;
	box-sizing: border-box;
}

.column-1-1 {
	width: 100%;
}

.column-1-2 {
	width: 48.2%;
}

.column-1-3 {
	width: 30.9%;
}

.column-1-4 {
	width: 22.3%;
}

.column-1-5 {
	width: 17.1%;
}

.column-2-3 {
	width: 65.5%;
}

.column-3-4 {
	width: 74.1%;
}

.column-2-5 {
	width: 40%;
}

.column-3-5 {
	width: 60%;
}

.column-4-5 {
	width: 80%;
}

.dcol-3 {
	float: left;
	width: 33.33333333%;
}

.dcol-3 input {
	width: 80%;
}

.dcol-12 {
	float: left;
	width: 100%;
}

@media (max-width: 767px) {
	.dcol-3,
	.dcol-12 {
		width: 100%;
	}
}

.shortcode-container p {
	text-align: left;
}

.shortcode-container.button {
	display: inline-block;
}

a {
	color: #24890d;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	clear: both;
	font-family: 'Geneva', sans-serif;
	font-weight: 300;
	margin: 30px 0;
}

h1 {
	font-size: 40px;
	line-height: 56px;
}

h2 {
	font-size: 36px;
	line-height: 51px;
}

h3 {
	font-size: 30px;
	line-height: 44px;
}

h4 {
	font-size: 24px;
	line-height: 37px;
}

h5 {
	font-size: 18px;
	line-height: 31px;
}

h6 {
	font-size: 16px;
	line-height: 30px;
}

address {
	font-style: italic;
	margin-bottom: 30px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	color: #000000;
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 30px;
}

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: 30px;
	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;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 30px;
}

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: 30px;
}

dt {
	color: #000000;
	font-weight: bold;
}

dd {
	margin-bottom: 30px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 30px 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 30px;
	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: 30px;
	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;
	width: 100%;
}

.bypostauthor {}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

/* 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: #DD3333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #DD3333;
	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: #000000;
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	padding: 8px 30px 8px;
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
}

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 {
	opacity: .71;
}


/* 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: 30px;
	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 30px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 30px;
}

.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: 30px;
}

.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;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

div.wpcf7-response-output {
	margin: 0;
	clear: both;
}



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	position: relative;
}

.site-main {
	margin: 0 auto 0 auto;
	max-width: 1170px;
}

.main-content {
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}

.full-width .main-content {
	width: 100%;
}

#secondary-left {
	float: left;
	width: 30%;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#secondary-right {
	float: left;
	width: 30%;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.full-width #secondary-left,
.full-width #secondary-right {
	display: none;
}

.after-header,
.before-footer {
	margin: 60px 0;
	text-align: center;
}

@media (max-width: 1199px) {
	
	.site-main {
		padding: 0 15px;
	}
	
	.main-content {
		width: 65%;
	}
	
	#secondary-left,
	#secondary-right {
		width: 35%;
	}	
	
	.widget_most_commented img,
	.widget_popular_posts img {
		width: 100%;
	}
	
	.fb_iframe_widget, 
	.fb_iframe_widget span, 
	.fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}
	
	body {
		overflow-x: hidden;
	}
}


@media (max-width: 919px) {
	.main-content,
	#secondary-left,
	#secondary-right {
		padding: 0;
		width: 100%;
	}
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */


#wpadminbar {
	min-height: 32px;
}

.site-header {
	background: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
	box-shadow: 0 0 1px rgba(0,0,0,.15);
}

.home .site-header {
	box-shadow: none;
}

.paged .site-header {
	box-shadow: 0 0 1px rgba(0,0,0,.15);
}

.boxed .site-header {
	max-width: 1280px;
	left: 50%;
	margin-left: -640px;
}

.admin-bar .site-header {
	top: 30px;
}

.site-header .subheader {
	margin: 0 auto;
	max-width: 1170px;
}

.slide--up {
    transform: translateY(-100%);
}

.slide--reset {
    transform: translateY(0px);
}

.slide {
    transition: all 0.25s ease-in-out 0s;
}

.headroom--not-top {
	box-shadow: 0 0 1px rgba(0,0,0,.15) !important;
}

.logo {
	float: left;
}

.logo h1 {
	background: #000000;
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
	margin: 0;
	padding: 30px 30px;
}

.site-header .socials-link {
	float: right;
}

.site-header .socials-link a {
	background: #000;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 18px;
	height: 35px;
	width: 35px;
	line-height: 35px;	
	margin-left: 0px;
	text-align: center;
}

.site-header .socials-link a:hover {
	opacity: .71;
}

.site-header .socials-link a.facebook {
	background: #3b5998;
}

.site-header .socials-link a.twitter {
	background: #00aced;
}

.site-header .socials-link a.instagram {
	background: #517fa4;
}

.site-header .socials-link a.linkedin {
	background: #007bb6;
}

.site-header .socials-link a.vimeo {
	background: #aad450;
}

.site-header .mobile-nav {
	display: none;
}

.site-header .mobile-nav,
.site-header .search-nav {
	position: relative;
	float: right;
}

.site-header .mobile-nav a,
.site-header .search-nav a {
	background: #000000;
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

.site-header .search-nav a:hover {
	opacity: .71;
}

.site-header .search-nav form {
	position: absolute;
	right: 0;
	opacity: 0;
	top: 30px;
	visibility: hidden;
	z-index: 10;
}

.site-header .search-nav form .search-field {
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, .21);
	min-width: 300px;
}

.site-header .search-nav .screen-reader-text,
.site-header .search-nav .search-submit {
	display: none;
}

.site-header .search-nav.open form {
	opacity: 1;
	visibility: visible;
}

.sidr-close-menu {
	float: right;
	display: inline-block;
	background: #111;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	text-align: center;
}

@media (max-width:1280px) {
	.boxed .site-header {
		max-width: auto;
		left: 0;
		margin-left: 0;
	}	
}

@media (min-width: 767px) {
	#sidr { display: none; }
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */


.main-navigation {
	float: left;
	max-width: 700px;
    position: relative;
	padding: 0 40px;
    z-index: 99;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.main-navigation > ul > li,
.main-navigation > .menu > ul > li {
    float: left;
	margin-right: 40px;
}

.main-navigation ul li {
	position: relative;
}

.main-navigation > ul > li:after {
	content: "";
	position: absolute;
	right: -24px;
	top: 50%;
	height: 8px;
	width: 8px;
	background: #eeeeee;
	margin-top: -4px;
}

.main-navigation > ul > li:last-child:after {
	content: none;
}

.main-navigation ul li a {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;

}

.main-navigation > ul > li:hover > a,
.main-navigation > ul > li.current-menu-item > a,
.main-navigation ul ul li.current-menu-item a {
	color: #DD3333;
} 

.main-navigation ul ul {
	box-shadow: 0 0 1px rgba(0, 0, 0, .21);
	background: #ffffff;
	position: absolute;
	left: -20px;
	top: 100%;
	min-width: 250px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease;	
	z-index: 999;
}

.main-navigation ul ul li a {
	border-bottom: 1px solid #eeeeee;
	color: #000000;
	font-size: 14px;
	display: block;
	padding: 5px 20px;
}

.main-navigation ul ul li a:hover {
	background: #eeeeee;
}

.main-navigation ul li.menu-item-has-children > a:after {
	content: "+";
}

.main-navigation ul li.menu-item-has-children:hover > ul {
	visibility: visible;
	opacity: 1;
}
 
.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

@media (max-width: 1190px) {
	.main-navigation > ul > li,
	.main-navigation > .menu > ul > li {
		margin-right: 25px;
	}	
	
	.main-navigation > ul > li:after {
		content: "";
		position: absolute;
		right: -16px;
		top: 50%;
		height: 8px;
		width: 8px;
		background: #eeeeee;
		margin-top: -4px;
	}	
}

@media (max-width: 919px) {
	.search-nav {
		margin-right: 15px;

	}
		
	.site-header .socials-link {
		background: #eeeeee;
		clear: both;
		display: none;
		float: none;
		margin-top: 0 !important;
		width: 100%;
		text-align: right;
	}
	
	.site-header .socials-link a {
		margin: 0 -2px 0 0;
	}
}

@media (max-width: 767px) {
	
	.site-header .mobile-nav {
		display: block;
	}
	
	.main-navigation {
		display: none;
	}
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.hentry {
	margin: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.blog-grid .site-content .hentry,
.blog-masonry .site-content .hentry {
	background: transparent;
	float: left;
	margin: 0;
	padding: 30px;
	position: relative;
	width: 50%;
}

.blog-grid .site-content .hentry:before,
.blog-masonry .site-content .hentry:before {
	clear: none;
	display: block;
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background: #ffffff;
}

.full-width.blog-grid .site-content .hentry,
.full-width.blog-masonry .site-content .hentry {
	float: left;
	width: 33.33333333333%;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	margin: 0 auto;
	padding: 0 100px;
}

.blog-grid .site-content .entry-header,
.blog-grid .site-content .entry-content,
.blog-grid .site-content .entry-summary,
.blog-grid .page-content,
.blog-masonry .site-content .entry-header,
.blog-masonry .site-content .entry-content,
.blog-masonry .site-content .entry-summary,
.blog-masonry .page-content {
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.full-width .site-content .entry-header,
.full-width .site-content .entry-content,
.full-width .site-content .entry-summary,
.full-width .site-content .entry-meta,
.full-width .page-content {
	margin: 0 auto;
}

.blog-grid .site-content,
.blog-masonry .site-content {
	padding: 60px 0;
	margin: -30px;
}

.page-content {
	margin-top: 60px;
	margin-bottom: 60px;
}

body.boxed {
	background-color: #eeeeee;
}

body.boxed #page {
	background: #ffffff;
	max-width: 1280px;
}

.page .site-content .entry-header .entry-title {
	margin: 0 0 60px 0;
}

@media (max-width: 919px) {
	.full-width.blog-grid .site-content .hentry,
	.full-width.blog-masonry .site-content .hentry {
		float: left;
		width: 50%;
	}		
}


@media (max-width: 767px) {

	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.page-content {
		padding: 0;
	}	
	
	.blog-grid .site-content .hentry,
	.blog-masonry .site-content .hentry {
		width: 100%;
	}

	.full-width.blog-grid .site-content .hentry,
	.full-width.blog-masonry .site-content .hentry {
		float: left;
		width: 100%;
	}	
	
	.blog-grid .site-content .entry-header,
	.blog-grid .site-content .entry-content,
	.blog-grid .site-content .entry-summary,
	.blog-grid .page-content,
	.blog-masonry .site-content .entry-header,
	.blog-masonry .site-content .entry-content,
	.blog-masonry .site-content .entry-summary,
	.blog-masonry .page-content {
		padding: 0;
	}
}




/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	margin-top: 30px;
	position: relative;
	width: 100%;
	text-align: center;
}

a.post-thumbnail img {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

a.post-thumbnail img:hover {
	opacity: .81;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
	width: 100%;	
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
    margin: 20px 0 20px 0;
	text-align: center;
}

.entry-title,
.entry-title a {
	color: #000000;
	font-size: 40px;	
	font-weight: 700;
	line-height: 56px;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	text-align: center;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 0;
	padding-bottom: 0;
}

.blog-grid .entry-title,
.blog-grid .entry-title a,
.blog-masonry .entry-title,
.blog-masonry .entry-title a {
	font-size: 24px;	
	line-height: 37px;
}

@media (max-width: 467px) {
	.entry-title,
	.entry-title a {	
		font-size: 24px;
		line-height: 37px;
	}
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-grid .entry-meta,
.blog-masonry .entry-meta {
	font-size: 13px;
}

.blog-grid .entry-meta .comments-link,
.blog-masonry .entry-meta .comments-link {
	display: none;
}

.entry-meta .featured-post {
	background: #EB4823;
	color: #ffffff;
	padding: 0 5px;
}

.entry-meta > span {
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 10px;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 600;
	text-transform: uppercase;
}

.cat-links a {
	color: #F5BB2C;
	font-style: normal;
	letter-spacing: 1px;
}


.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content footer.entry-meta {
	margin: 30px auto 0;
	padding: 0;
}

/* Tag links style */

.entry-meta .tag-links {
	display: block;
	padding: 0;
	margin: 0;
}

.entry-meta .tag-links a {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	margin-right: 20px;
	position: relative;
	text-transform: none;
	text-decoration: none;
}



/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding-top: 30px;
	padding-bottom: 0;
}

.blog-grid .site-content .entry-content,
.blog-grid .site-content .entry-summary,
.blog-grid .page-content,
.blog-masonry .site-content .entry-content,
.blog-masonry .site-content .entry-summary,
.blog-masonry .page-content {
	padding-top: 20px;
	padding-bottom: 40px;
}

.site-content .entry-content > p:last-child {
	margin-bottom: 0;
}

.page .entry-content {
	padding-top: 0;
}

.page .entry-content,
.single .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

.entry-summary .more-link,
.entry-content .more-link {
	display: none;
}

.entry-summary .more-links,
.entry-content .more-links {
	position: relative;
	line-height: 1;
	text-align: center;
}

.entry-summary .more-links:before,
.entry-content .more-links:before {
	content: "";
	position: absolute;
	bottom: 45%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}	

.entry-summary .more-links a,
.entry-content .more-links a {
	border-radius: 5px;
	display: inline-block;
	background: #ffffff;
	color: #000000;
	font-style: italic;
	position: relative;
	padding: 0 20px;
	z-index: 1;
	text-decoration: none;
}

.error404 .page-content {
	padding: 0;
	margin: 60px 0;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

.youtube-video,
.vimeo-video {
	margin-top: 30px;
}

.youtube-video iframe,
.vimeo-video iframe {
	margin: 0;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.blog .gallery,
.archive .gallery {
	margin-left: -100px;
	margin-right: -100px;
}

.blog-masonry .gallery {
	margin-left: -40px;
	margin-right: -40px;
}

.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;
}

@media (max-width: 467px) {
.blog .gallery, .archive .gallery {
margin-left: 0;
margin-right: 0;
}
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	hyphens: auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 60px auto 60px;
}

.post-navigation a.media {
	display: block;
	float: left;
	max-width: 231px;
	min-height: 154px;
}

.post-navigation a.media img {
	max-width: 100%;
}

.post-navigation a.media:hover {
	opacity: .71;
}

.post-navigation a:last-child {
	display: block;
	font-size: 24px;
	line-height: 37px;
	margin-left: 231px;
	padding: 0 30px;
}

.post-navigation .post-navigation-left {
	margin-bottom: 1px;
	width: 100%;
	min-height: 100px;
}

.post-navigation .post-navigation-right {
	width: 100%;
}

.post-navigation .meta-nav {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-top: 10px;
	font-style: italic;
}

.post-navigation .has-no-thumbnail.post-navigation-left,
.post-navigation .has-no-thumbnail.post-navigation-right {
    margin: 0;
	min-height: 1px;
    padding-left: 0;
}

.post-navigation .has-no-thumbnail a.media {
	min-height: auto;
}

.image-navigation .previous-image,
.image-navigation .next-image {
	float: left;
	display: inline-block;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
}

.image-navigation .next-image {
	float: right;
}

@media (max-width: 468px) {
	
	.post-navigation a.media {
		display: none;
	}
	
	.post-navigation a:last-child {
		margin-left: 0;
		padding: 0;
	}	
	
	.post-navigation .post-navigation-left {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eeeeee;
	}
	
}

/* Paging Navigation */
.paging-navigation {
	margin: 0 0 60px 0;
	line-height: 1;
	position: relative;
	z-index: 10;
	text-align: center;
}

.paging-navigation .page-numbers {
	font-size: 18px;
	display: inline-block;
	margin: 0;
	padding: 10px;
}

.paging-navigation .page-numbers.current,
.paging-navigation a:hover {

}

.paging-navigation .prev {
	background: #eeeeee;
	float: left;
	padding: 10px;
	text-transform: uppercase;
}

.paging-navigation .next {
	background: #eeeeee;
	float: right;
	padding: 10px;
	text-transform: uppercase;
}

@media (max-width: 467px) {
	.paging-navigation .prev,
	.paging-navigation .next {
		float: none;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	.paging-navigation .prev {
		margin-bottom: 5px;
	}
	
	.paging-navigation .next {
		margin-top: 5px;
	}
}

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-top: 30px;
}

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	border-bottom: 5px solid #eee;
	padding: 30px 0 30px 0;
	position: relative;
	text-align: center;
}

.archive-header:after,
.page-header:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eee;
}

.archive-title,
.page-title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	font-style: italic;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

@media (max-width: 467px) {
	.taxonomy-description,
	.author-description {
		padding-left: 0;
		padding-right: 0;
	}	
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}

/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	background: #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 60px;
}

.contributor-info {
	margin: 0 auto;
}

.contributor-avatar {
	float: left;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.contributor-summary {
	margin-left: 100px;
}

.contributor-name {
	clear: none;
	font-size: 16px;
	line-height: 29px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.contributor-bio {
	margin-bottom: 15px;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;

}

@media (max-width: 467px) {
	
	.contributor-avatar {
		float: none;
		margin-bottom: 15px;
	}
	
	.contributor-summary {
		margin: 0;
	}
}

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 30px;
}

/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}

.full-width .hentry .youtube-video iframe,
.full-width .hentry .vimeo-video iframe {
	width: 100%;
}

/**
 * 6.13 Share Post
 * -----------------------------------------------------------------------------
 */

.share-post {
	background: #eeeeee;
	margin-top: 60px;
	padding: 30px;
} 
 
.share-post ul {
	margin: 0 -2px;
} 
 
.share-post h3 {
	color: #000000;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.rrssb-1 {
	max-width: 500px !important;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin-bottom: 60px;
	padding: 0;
}

.comment-reply-title,
.comments-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 30px 0;
    position: relative;
    text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 60px 0;
	padding: 0;
}

.comment-author {
	font-size: 16px;
	line-height: 1.7142857142;
}

.comment-metadata {
	margin-bottom: 10px;
}

.comment-list .reply,
.comment-metadata {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1;
}

.comment-list .reply {
	margin-top: 10px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list > li {
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.comment-list > li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.comment-list .children {
	padding-left: 30px;
}

.comment-list .children li {
	border-top: 2px solid #eeeeee;
	padding-top: 30px;
	margin-top: 30px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
}

.comment-notes {
	display: none;
}


.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 100px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment .comment-respond {
	margin-top: 30px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form p {
	margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	padding: 8px 20px;
	width: 100%;
}

.comment-form textarea {
	padding: 20px;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	float: right;
}

.comment-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 60px 0;
	padding: 10px 0;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-next {
	float: right;
}

#comment-nav-above {
	margin-top: 30px;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	background: #ffffff;
	box-shadow: 0 1px 1px #ddd;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 60px 0;
	padding: 0 30px 30px 30px;
	width: 100%;
	word-wrap: break-word;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 20px 0;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0 !important;
}

.widget_calendar caption {
	background: #eeeeee;
	color: #000000;
	padding: 10px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #000000;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	opacity: .71;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/* Search Widget */

.widget_search form {
	position: relative;
}

.widget_search form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
}


/* Tabs */
.tabs ul {
	list-style: none;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.tabs {
	position: relative;
	margin-bottom: 30px;
	line-height: 30px;
	background: #F5BB2C;
	margin-left: -40px;
	margin-top: -1px;
	margin-right: -31px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;	
}

.tabs:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666666 transparent transparent;		
}

.tabs:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #F5BB2C transparent transparent;		
	opacity: .71;
}

.tabs li a h3 {
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	line-height: 1;
}

.tabs li a {
	text-transform: uppercase;
	color: #ffffff;
}

.tabs li a:focus {
	outline: none;
}

.tabs li {
	display: inline-block;
}

.tabs li.ui-tabs-active a {
	opacity: .71;
}

#most_commented {
	display: none;
}


/* Widget Popular Posts & Most Commented */
.widget_popular_posts li,
.widget_most_commented li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.widget_popular_posts li,
.widget_most_commented li {
	padding-bottom: 0;
}

.widget_popular_posts .media,
.widget_most_commented .media {
	max-width: 100%;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.widget_popular_posts .media:hover,
.widget_most_commented .media:hover {
	opacity: .71;
}

.widget_popular_posts .detail,
.widget_most_commented .detail {
	padding: 10px 0;
}

.widget_popular_posts .detail a,
.widget_most_commented .detail a {
	display: block;
	line-height: 1.4;
}

.widget_popular_posts .detail .entry-date,
.widget_most_commented .detail .entry-comment {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 7px;
	opacity: .71;
}


/* Widget Social Links */
.widget_social_links {
	overflow: hidden;
}

.widget_social_links i {
	font-family: 'FontAwesome';
	font-style: normal;
}

.widget_social_links li {
	display: inline-block;
	margin-right: 12px;
}

.widget_social_links li:last-child,
.primary-sidebar .widget.widget_social_links li:last-child {
	margin-right: 0;
}

.widget.widget_social_links ul li a {
	font-size: 24px;
}

.primary-sidebar aside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	max-width: 100%;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 30px;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-left: -40px;
	margin-top: -1px;
	margin-right: -31px;	
	margin-bottom: 30px;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-bottom: 12px;
	padding-top: 12px;	
	position: relative;
	text-transform: uppercase;
}

.widget .widget-title:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #666666 transparent transparent;		
}

.widget .widget-title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #F5BB2C transparent transparent;		
	opacity: .71;
}

/* Widget Flickr */

.widget_flickr_image_gallery {
	/*overflow: hidden;*/
}


.widget_flickr_image_gallery ul {
	float: left;
	margin: -2px;
	width: 100%;
}

.widget_flickr_image_gallery ul > * {
	float: left;
	width: 72px;
	margin: 2px;
}

.widget_flickr_image_gallery ul li img {
	width: 100%;
}

.widget_flickr_image_gallery ul li a:hover {
	opacity: .71;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	background: #ffffff;
	position: relative;
	z-index: 3;
}

.site-footer .subfooter-first {
	display: table;
	background-color: #eee;
	background-size: 100%;
	position: relative;
}

.site-footer .subfooter-first .side-left {
	width: 50%;
	position: relative;
	display: table-cell;
}

.site-footer .subfooter-first .side-right {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	padding: 50px;
	position: relative;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 1500px) {
	
	.site-footer .subfooter-first .side-left,
	.site-footer .subfooter-first {
		display: block;
		width: 100%;
	}
	
	
}

@media (max-width: 467px) {
	.site-footer .subfooter-first .side-right {
		padding: 15px;
	}
	
	.box-subscribe {
		padding: 30px !important;
	}
}

.site-footer #supplementary {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0;
}

.site-footer .site-info {
	margin: 0 auto;
	text-align: center;
}

.footer-sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	margin: 0 -30px;
}

.footer-sidebar .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	border: 0;
	float: left;
	margin: 0;
	padding: 30px;
	box-shadow: none;
}

.footer-sidebar .widget .inner {
	padding: 0 30px;
}

.footer-sidebar .widget .widget-title,
.footer-sidebar .widget .tabs {
	background: #eee;
	color: #000000;
	margin: 0 -30px 30px -30px;
	padding: 6px 30px;
}

.footer-sidebar .widget .tabs li a {
	color: #000000;
}

.footer-sidebar .widget .tabs li.ui-tabs-active a {
	color: #777777;
}

.footer-sidebar .widget .widget-title:before,
.footer-sidebar .widget .widget-title:after,
.footer-sidebar .widget .tabs:before,
.footer-sidebar .widget .tabs:after {
	content: none;
}

.footer-sidebar.footer-sidebar-2col > .widget {	
	width: 50%;
}

.footer-sidebar.footer-sidebar-3col > .widget {
	width: 33.33333333333%;
}

.footer-sidebar.footer-sidebar-4col > .widget {
	width: 25%;	
}

.footer-sidebar.footer-sidebar-5col > .widget,
.footer-sidebar.footer-sidebar-6col > .widget,
.footer-sidebar.footer-sidebar-7col > .widget,
.footer-sidebar.footer-sidebar-8col > .widget,
.footer-sidebar.footer-sidebar-9col > .widget,
.footer-sidebar.footer-sidebar-10col > .widget,
.footer-sidebar.footer-sidebar-11col > .widget,
.footer-sidebar.footer-sidebar-12col > .widget,
.footer-sidebar.footer-sidebar-13col > .widget {
	width: 33.33333333333%;
}

.site-info {
	padding: 30px 0;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info .copyright-text {
	font-size: 14px;
}

.menu-footer {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-footer ul {
	display: none;
}

.menu-footer li {
	display: inline;
	margin: 0 10px;
}

.menu-footer li a {
	font-size: 14px;
}

/* Instagram feeds */
#instafeed {
	min-height: 100px;
}

#instafeed a {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	overflow: hidden;
}

.boxed #instafeed a {
	width: 33.3333333%;
}

#instafeed a img {
	position: relative;
	width: 100%;
}


.instagram-follow {
	background: #000000;
	color: #ffffff;
	font-size: 21px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	margin-left: -1px;
	padding: 0 30px;
}

.instagram-follow a {
	color: #FDBA21;
}

.instagram-follow a:hover {
	color: #FDBA21;
	opacity: .71;
}

@media (max-width: 767px) {
	.instagram-follow {
		font-size: 14px;
		height: auto;
		line-height: 1.4;		
		padding: 15px;
		margin: 0;
	}
	
	#instafeed a {
		width: 50%;
	}
}

/* Subscibe */
.box-subscribe {
	background: #ffffff;
	padding: 50px;
}

.box-subscribe input[type=email] {
	padding-left: 30px;
	width: 50%;
}

.box-subscribe input[type=submit] {

}

.box-subscribe h2 {
	margin: 0;
}

@media (max-width: 768px) {
	.box-subscribe input[type=submit],
	.box-subscribe input[type=email] {
		width: 100%;
	}
	
	.box-subscribe input[type=email] {
		margin-bottom: 5px;
	}
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.featured-content-inner {
	display: none;
}

.featured-content .post-thumbnail,
.featured-content img {
	margin: 0;
}

.featured-content .hentry {
	position: relative;
	margin: 0;
}

.featured-content .entry-header .entry-meta {
	color: #ffffff;
	margin-bottom: 0;
}

.featured-content .featured-caption {
	content: "";
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.71) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.71) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,0,0,0.71) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

.featured-content .featured-caption:hover {
	opacity: 0;
}

.featured-content .cat-links a {
	color: #F5BB2C;
	font-weight: 700;
	letter-spacing: 1px;	
}

.featured-content .entry-header {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;	
}

.featured-content .entry-header .entry-title,
.featured-content .entry-header .entry-title a {
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	position: relative;
	text-align: left;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.featured-content .entry-header .entry-title a {
	border-bottom: 0px solid #ffffff;
}

.featured-content .entry-header .entry-title a:hover {
	border-bottom: 3px solid #ffffff;
}

.featured-content .entry-meta > span {
	margin-right: 10px;
	margin-left: 0;
}

.featured-content .owl-nav {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

.featured-content:hover .owl-nav {
	opacity: 1;
}

.featured-content .owl-nav .owl-prev,
.featured-content .owl-nav .owl-next {
	background: #000000;
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;		
}

.featured-content .owl-nav .owl-prev:hover,
.featured-content .owl-nav .owl-next:hover {
	opacity: .71;
}

.owl-loader {
	padding: 150px 0;
	text-align: center;
}



/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {;
	width: auto;
}

.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;

	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}