/*
Theme Name: My Blog
Theme URI: http://www.wpkube.com/
Author: WPKube
Author URI: http://www.wpkube.com/
Description: A responsive WordPress blog theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myblog
Tags: two-columns, masonry, right-sidebar, flexible-width, custom-colors, custom-menu, post-formats, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

myblog is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #0D0D0D;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 20px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f7f7f7; /* Fallback for when there is no custom background color defined. */
    color: #0D0D0D
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 20px 15px;
    padding: 0
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li { margin: 0 0 10px }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
    vertical-align: middle
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border: 0;
	color: #666;
	box-shadow: 0 0 0 1px #eee inset
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
.site-header {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top: 3px solid #fdd66c;
    position: relative
}
.site-branding {
    float: left;
    margin: 10px 0
}
.branding-box,
.header-title-box {
    clear: both;
    float: left;
    width: 100%
}
.site-title { margin: 20px 0 10px }
.site-description {
    font-size: 14px
}
.header-title-box {
    clear: both;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase
}
.header-title {
    color: #35373c;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 30px;
    position: relative;
}
.header-title:before {
    background: #fdd66c;
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 1px;
    margin-left: -17px;
    bottom: -18px;
    left: 50%
}
.header-description {
    display: block;
    margin-bottom: 30px
}
.header-title-box .author-social {
    float: none
}
.header-title-box .author-social span {
    display: inline-block;
    margin: 20px 0 0
}
.author-title {
    max-width: 730px;
    margin: 0 auto 20px
}
.author-title img {
    border-radius: 50%;
    margin: -10px 10px 0
}
.author-description {
    max-width: 730px;
    margin: 0 auto;
    text-transform: none
}
.author-title:before {
    display: none
}
.featured-posts-container {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 100%
}
.featuredslider {
    margin-bottom: 55px;
}
.featuredslider .post-type-icon {
    position: static;
    text-align: left
}
.featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 55px 90px
}
.featured-content .title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase
}
.featured-posts-container .flex-control-nav {
    bottom: 60px;
    left: 55px;
    top: auto
}
.featured-post {
    float: left;
    position: relative;
    width: 33.33333%
}
.featured-post img { width: 100% }
.featured-post .featured-content {
    background: #fff;
    border-top: 3px solid #dd3333;
    padding: 0 20px
}
.featured-post .featured-content .title {
    color: #4a4d57;
    font-size: 18px;
    line-height: 26px
}
.featured-posts .post-type-icon {
    top: -41px;
    bottom: auto
}
.featured-posts .hentry {
    border: 0;
    margin: 0
}
.branding-box.sticky {
    background: #d3d3d3;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
/* Header Search Form */
.header-right {
    width: 78%
}
.header-right,
.header-search {
    float: right
}
.header-search {
    margin: 28px 0 28px 20px;
    position: relative;
    z-index: 1
}
.header-search .s {
    background: #fff;
    border: 1px solid #fdd66c;
    color: #35373c;
    display: none;
    padding: 10px 50px 10px 0;
    visibility: visible;
    width: 160px;
    position: absolute;
    right: 0;
    border-radius: 20px;
    box-shadow: none;
    text-indent: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.header-search .s:focus { color: #35373c }
/*.header-search:hover .s {
    border: 1px solid #fdd66c;
    padding: 10px 50px 10px 0;
    visibility: visible;
    width: 160px
}*/
.header-search .search-submit {
    cursor: pointer;
    position: relative;
    z-index: 1
}
.search-submit {
    background: #fdd66c;
    border: 0;
    color: #fff;
    font-size: 18px !important;
    box-shadow: none;
    padding: 12px;
    border-radius: 50%;
}
.search-submit:hover {
    box-shadow: none;
}
/* Social Links */
.social-links {
    float: right;
    font-size: 20px;
    margin: 38px 0 38px 15px
}
.social-links a {
    color: #35373c;
    margin-left: 10px
}

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active {
	color: #fdd66c;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
    font-size: 13px;
    margin: 20px 0;
    position: relative
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
    color: #35373c ;
	display: block;
    padding: 20px 18px;
	text-decoration: none;
    text-transform: uppercase
}
.main-navigation a:hover,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item > a {
    color: #fdd66c
}
.main-navigation ul ul {
    border-top: 3px solid #fdd66c;
	float: left;
	position: absolute;
	top: 60px;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul a:before,
.main-navigation ul ul a:after {
    display: none
}
.main-navigation ul ul li:first-child {
    
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
    background: #35373c;
    color: #848790;
    padding: 10px 15px;
	width: 200px;
}
.main-navigation ul ul a:hover {
    background: #42444a;
    color: #fff
}

.main-navigation ul ul li {
    border-bottom: 1px solid #414349;
    margin-bottom: 0
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation {
    margin-right: 30px
}
.pagination {
    text-align: center
}
.nav-links a,
.nav-links span {
    border: 1px solid #dedede;
    color: #3c3f43;
    display: inline-block;
    font-weight: 300;
    min-width: 24px;
    padding: 2px 6px;
    text-transform: uppercase
}
.nav-links a:hover {
    border: 1px solid #fdd66c;
    color: #3c3f43;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.post-thumbnail:before {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 50px;
    overflow: hidden
}
.widget a { color: #7e879a }
.widget a:hover { color: #fdd66c }

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget_search input[type="search"] {
    font-size: 13px;
    padding: 9px 0;
    text-indent: 10px;
    width: 100%
}

/* Tag Cloud */
.tagcloud a {
    border: 1px solid #dedede;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    margin: 0 9px 9px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear !important;
    -moz-transition: all 0.25s linear !important;
    transition: all 0.25s linear !important;
}
.tagcloud a:hover {
    background-color: #fdd66c;
    border-color: #fdd66c;
    color: #35373c
}

/* About widget */
.about-widget {
    line-height: 24px;
}

/* Categories */
.widget_categories ul {
    list-style: none;
    margin: 0
}
.widget_categories li {
    float: left;
    position: relative;
    text-transform: uppercase;
    width: 50%
}
.widget_categories .children li { width:100% }
.widget_categories .children {
    float:left;
    margin:10px 0 0;
    width:100%
}
.widget_categories .children li:last-child { margin-bottom:0 }
.widget_categories a {
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
    -webkit-transition: all 0.25s linear !important;
    -moz-transition: all 0.25s linear !important;
    transition: all 0.25s linear !important;
}
.widget_categories li:before {
    content: '';
    position: absolute;
    background: #7e879a;
    width: 4px;
    height: 4px;
    left: 4px;
    top: 9px;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.widget_categories a:before,
.widget_categories a:after {
    content: '';
    position: absolute;
    border: 1px solid #7e879a;
    width: 12px;
    height: 12px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.widget_categories a:after {
    width: 8px;
    height: 8px;
    left: 2px;
    top: 7px
}
.widget_categories a:hover { color: #35373c }
.widget_categories a:hover:before,
.widget_categories a:hover:after { border-color: #35373c }
.widget_categories li:hover:before { background: #35373c }
.cat-count { float:right }

/* Pages */
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child { margin-top:10px }

/* Calendar */
.widget_calendar table {
	margin: 0;
}
.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}
.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

/* About Widget */
.about-widget img {
    display: block;
    margin-bottom: 30px
}

/* Contact Widget */
.contact-widget ul {
    list-style: none;
    margin: 0
}
.contact-widget li{
    overflow: hidden;
}
.contact-widget li span {
    float: left;
    font-size: 18px;
    padding: 3px 0;
    text-align: center;
    width: 38px
}
/* Social Widget */

.social-widget ul {
    list-style: none;
    margin: 0
}
.social-widget li a {
    border: 1px solid #dedede;
    float: left;
    font-size: 18px;
    margin: 0 5px 5px 0;
    padding: 8px 0;
    text-align: center;
    width: 38px
}
.social-widget a:hover {
    background: #fdd66c;
    border: 1px solid #fdd66c;
    color: #35373c
}
.social-widget.round li a {
    border-radius: 50%
}
.round li a {
    color: #fff
}
.round .twitter a {
    background: #31bbe8;
    border-color: #31bbe8;
}
.round .facebook a {
    background: #405a9c;
    border-color: #405a9c
}
.round .googleplus a {
    background: #e94a4a;
    border-color: #e94a4a;
}
.round .instagram a {
    background: #9C7043;
    border-color: #9C7043;
}
.round .rss a {
    background: #F88C06;
    border-color: #F88C06;
}
.round .linkedin a {
    background: #4b96be;
    border-color: #4b96be;
}

/* Tabs Widget */
.tabs-menu {
    clear: both;
    margin: 0 0 30px;
    list-style: none;
    overflow: hidden
}
.tabs-menu li {
    line-height: 30px;
    float: left;
    margin: 0;
    width: 50%
}
.tabs-menu li.current {
    position: relative;
    z-index: 5;
}
.tabs-menu li:first-child a { border-right: 1px solid #dedede; }
.tabs-menu li a {
    border-bottom: 1px solid #dedede;
    display: block;
    font-size: 18px;
    padding: 0 0 5px;
    text-transform: uppercase;
    text-decoration: none; 
}
.tabs-menu .current a {
    border-bottom: 3px solid #fdd66c;
    color: #35373c;
    padding-bottom: 3px
}
.tabs-menu li.second-tab a { padding-left: 15px }
.tabs-widget ul {
    list-style: none;
    margin: 0
}
.tabs-widget li {
    margin-bottom: 20px;
    overflow: hidden
}
.tabs-widget .thumbnail {
    float: left;
    margin: 0 20px 0 0
}
.tab {
    float: left;
    width: 100%;
}
.tab-content {
    display: none;
}
#tab-1 {
    display: block;   
}
.widgettitle {
    font-size: 14px;
    text-transform: uppercase
}
.meta {
    color: #7e879a;
    display: block;
    font-family: "Georgia", serif;
    font-style: italic
}
.meta time {
    font-style: italic
}
.info {
    overflow: hidden
}
.widget_kube_tabs_widget {
    margin-bottom: 30px
}

/* Recent Comments */
.comments-widget .widgettitle {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%
}
.site-content {
    margin: 66px 0
}
.content-area {
    float: left;
    width: 77%
}
.full-content-area { width: 100% }
.full-content-area .site-main {
    margin-left: 0;
    margin-right: 0
}
.site-main {
    margin-right: 30px
}
.widget-area {
    float: left;
    width: 23%
}
.widget-title,
.comments-title,
#reply-title {
    color: #35373c;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}
#secondary .widget-title:before {
    content: '';
    display: block;
    background: #dedede;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 1px;
    width: 100%
}
.widget-title span {
    background: #f7f7f7;
    display: inline-block;
    padding: 0 15px;
    position: relative
}
.site-footer {
    background: #fff;
    padding: 70px 0 20px;
    position: relative
}
.site-footer .container {
    position: relative
}
.footer-widgets {
    overflow: hidden
}
.footer-widgets .footer-widget {
    float: left;
    width: 25%
}
.footer-widget .widget-title {
    text-align: left;
    margin-bottom: 25px
}
.footer-widget .widget {
    margin-right: 25px
}
.footer-widget.last .widget {
    margin-right: 0
}
.scrollToTop{
	width:40px; 
	height:40px;
	padding:6px; 
	text-align:center; 
	font-size: 24px;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:75px;
	right:40px;
	display:none;
	background: #DDD;
	border-radius: 3px;
}
.scrollToTop:hover{
	text-decoration:none;
}
.footer-top {
    color: rgba( 255,255,255,0.6 );
    margin: -125px 0 50px;
    text-align: center;
    width: 100%
}
#tweecool,
.newsletter-widget {
    display: table-cell;
    text-align: left;
    max-width: 50%;
    width: 570px;
    vertical-align: middle
}
.newsletter-widget {
    background: #8f81fa;
    padding: 25px 20px;
    text-transform: uppercase
}
.newsletter-widget input {
    font-size: 13px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
}
.newsletter-widget input[type='text'] {
    padding: 10px;
    float: left;
    font-size: 11px;
    color: #4a4d57;
    padding: 10px;
    width: 80%
}
#mc_embed_signup {
    float: left;
    width: 100%
}
#mc_embed_signup_scroll {
    overflow: hidden
}
.newsletter-left,
.newsletter-right {
    float: left;
    width: 40%
}
.newsletter-right {
    width: 60%
}
.newsletter-left h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 2px
}
.newsletter-left span {
    font-size: 11px
}
.mc-field-group {
    float: left;
    width: 80%
}
.newsletter-widget input[type='submit'] {
    background: #31bbe8;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 13px 12px 14px
}

#tweecool {
    background: #31bbe8;
    padding: 28px 20px 28px 100px;
    position: relative
}
#tweecool:before,
#tweecool:after {
    color: #fff;
    content: 'Twitter';
    position: absolute;
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    left: 0
}
#tweecool:before {
    bottom: 28px
}
#tweecool:after {
    content: "\f099";
    font-family: 'FontAwesome';
    font-size: 27px;
    top: 28px
}
#tweecool a,
#tweecool span {
    color: #238db0
}
#tweecool ul {
    list-style-type: none;
    margin: 0
}
#tweecool li { margin: 0 }
.tweets_txt { line-height: 1.7 }

/* Other Layouts */
.sclayout {
    float: right
}
.sclayout .site-main {
    margin-left: 30px;
    margin-right: 0
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
    background: #fff;
    border-bottom: 1px solid #eee;
	margin: 0 0 50px;
}
.entry-header {
    border-top: 3px solid #fdd66c;
    text-align: center
}
.entry-title {
    color: #35373c;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin: 50px 0 5px;
    text-transform: uppercase
}
.entry-title a {
    color: #35373c
}
.entry-title a:hover {
    color: #fdd66c
}
.entry-footer .entry-meta {
    float: left
}
.entry-meta,
.entry-meta a {
    color: #a7a7a7;
    font-size: 13px;
    text-transform: uppercase
}
.entry-meta span {
    border-right: 1px solid #d1d1d1;
    margin: 0 15px 0 0;
    padding: 3px 15px 3px 0
}
.entry-meta span:last-child {
    border: 0;
    margin: 0;
    padding: 0
}
.entry-meta span.posted-on {
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}
.comments-link i {
    font-size: 20px;
    margin-right: 3px
}
.posted-on:before,
.posted-on:after {
    content: '';
    background-color: #fdd66c;
    position: absolute;
    height: 1px;
    width: 35px;
    margin-left: -15px;
    bottom: -10px;
    left: 50%
}
.posted-on:after {
    width: 4px;
    margin-left: -23px
}
.read-more {
    text-align: center;
    text-transform: uppercase
}
.read-more a {
    border: 1px solid #fad46c;
    color: #a7a7a7;
    display: inline-block;
    margin: 20px 0 25px;
    padding: 10px 20px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.read-more a:hover {
    background: #fad46c;
    color: #fff;
}
.post .share-buttons {
    color: #a7a7a7;
    float: right;
    font-weight: 300;
    text-transform: uppercase
}
.share-buttons span { display: inline-block }
.share-buttons a { margin-left: 10px }
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.post-thumbnail {
    position: relative
}
.left-thumb .hentry { overflow:hidden }
.left-thumb .audio-player,
.left-thumb .post-format-video,
.left-thumb .post-thumbnail {
    float:left;
    width:40%
}
.left-thumb .post-content {
    overflow: hidden
}
.left-thumb .entry-header,
.left-thumb .entry-content,
.left-thumb .entry-footer {
    border:0;
    padding:0 25px;
    overflow: hidden
}
.left-thumb .entry-footer {
    border-top:1px solid #eee;
    padding: 25px 0;
    margin: 0 25px
}
.left-thumb .entry-title { margin-top:25px }
.post-meta { text-transform: uppercase }
.left-thumb .post-meta {
    float:left;
    margin:0 15px 0 0;
    text-transform: uppercase
}
.left-thumb .read-more {
    float: right;
}
.left-thumb .read-more a {
    margin:0;
    padding:4px 8px
}
.left-thumb .read-more a:hover { color: #fff }
.left-thumb .comment-link a {
    color: #a7a7a7;
}
.left-thumb-meta {
    margin:15px 0
}
.left-thumb .entry-meta span {
    border: 0;
    padding-right: 0
}
.left-thumb .posted-on:before,
.left-thumb .posted-on:after {
    display: none
}
.left-thumb .format-quote {
    text-align: center
}
.left-thumb .format-quote .post-meta,
.left-thumb .format-quote .read-more {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: center
}
.left-thumb .post-type-icon { bottom: 0 }
.post-type-icon {
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 10
}
.post-type-icon i {
    background-color: #fdd66c;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 10px 25px 7px
}
.page-content,
.entry-content,
.entry-summary {
	padding: 20px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-navigation,
.author-box,
.related-posts {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 65px
}
.error-404 {
    background: #fff;
    padding: 50px 65px
}
.entry-content { padding-bottom: 30px }
.entry-content blockquote {
    font-family: "Georgia", serif;
    font-style: italic;
    min-height: 90px;
    margin-bottom: 20px;
    padding-left: 105px;
    position: relative
}
.entry-content blockquote:before {
    content: "\f10d";
    font-size: 30px;
    position: absolute;
    left: 28px;
    top: 28px;
    font-family: 'FontAwesome';
}
.entry-content blockquote:after {
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #fdd66c;
    left: 8px;
    position: absolute;
    top: 8px;
    border-radius: 50%
}
.entry-content ul { margin-left: 20px }
.entry-content ul li {
    list-style: none;
    position: relative
}
.entry-content ul li:before {
    color: #fdd66c;
    content: "\f0da";
    position: absolute;
    left: -18px;
    top: 1px;
    font-family: 'FontAwesome';
}
.entry-footer { padding-bottom: 45px }
.author-info-container {
    border-top: 1px solid #eee;
    padding-bottom: 35px;
    padding-top: 35px
}
.author-box-avtar {
    float: left;
    max-width: 24%
}
.author-info {
    overflow: hidden;
    padding: 0 30px 20px
}
.author-info-box {
    background: #f7f7f7;
    border: 1px solid #eee;
    overflow: hidden
}
.author-head h5 {
    color: #35373c;
    font-size: 14px;
    text-transform: uppercase
}
.author-social {
    float: right
}
.author-social a {
    color: #c9c9c9
}
.author-social .fa {
    font-size: 16px;
    margin-left: 10px
}
.site-main .post-navigation {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 50px;
    text-transform: uppercase
}
.post-navigation a {
    border: 1px solid #dedede;
    color: #7e879a;
    display: inline-block;
    padding: 8px 20px
}
.site-main .post-navigation .nav-links {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0 0;
}

/* Breadcrumbs */
.breadcrumbs {
    color: #35373c;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    text-align: center
}
.breadcrumbs a {
    color: rgba( 0,0,0,0.3 )
}
.breadcrumbs a:hover {
    color: rgba( 0,0,0,0.6 )
}
#breadcrumbs {
    background: #fdd66c;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase
}

/* Related Posts */
.related-posts {
    padding-bottom: 60px
}
.related-posts h4 {
    border-top: 1px solid #eee;
    color: #35373c;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
    padding-top: 35px;
    text-transform: uppercase
}
.related-posts .slides li {
    margin-right: 25px
}
.related-content {
    background: #f7f7f7;
    border: 1px solid #eee;
    overflow: hidden;
}
.related-posts .featured-thumbnail {
    float: left;
    max-width: 115px
}
.related-posts .excerpt {
    overflow: hidden;
    padding: 20px
}
.related-posts .title {
    clear: none;
    color: #35373c;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase
}
.related-posts a {
    color: #35373c;
}

/* Maonry Layout */
.masonry .site-main {
    float: left;
    margin-right: 0;
    overflow: hidden;
    width: 100%
}
.masonry.content-area {
    width: 100%
}
.masonry .post {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    width: 262px
}
.masonry .format-gallery,
.masonry .format-video {
    width: 550px
}
.masonry .flexslider {
    overflow: hidden
}
.masonry .entry-header,
.masonry .entry-content,
.masonry .entry-footer {
    padding-left: 30px;
    padding-right: 30px
}
.masonry .posts-navigation {
    float: left;
    margin: 0;
    width: 100%
}
.masonry .entry-footer {
    overflow: hidden
}
.masonry .entry-footer .entry-meta { float: none }
.masonry .post .share-buttons {
    float: none;
    margin: 10px 0 0
}

/*--------------------------------------------------------------
10.2 Post Formats
--------------------------------------------------------------*/
.post-format-content {
    position: relative
}
/* Gallery Format */
.format-gallery .entry-header,
.format-gallery .featured-content { border-top-color: #ecce59 }
.format-gallery .post-type-icon i,
.format-gallery .flex-control-paging li a.flex-active,
.format-gallery .flex-control-paging li a:hover {
    background: #ecce59
}

/* Link Format */
.format-link .post-format-content {
    background: #e8eff1;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    padding: 50px 20px 75px;
    position: relative;
    text-align: center
}
.format-link .post-type-icon i { background-color: #b0d5cd; }
.format-link .entry-header,
.format-link .featured-content { border-top-color: #b0d5cd }

/* Image Format */
.format-image .post-type-icon i { background-color: #8f81fa; }
.format-image .entry-header,
.format-image .featured-content { border-top-color: #8f81fa }

/* Format Audio */
.format-audio .post-type-icon i { background-color: #f3864e; }
.format-audio .entry-header,
.format-audio .featured-content { border-top-color: #f3864e }

/* Video Format */
.format-video .post-type-icon i { background-color: #f3854f }
.format-video .entry-header,
.format-video .featured-content { border-top-color: #f3854f }

/* Quote Format */
.format-quote .post-type-icon i { background-color: #92bf7c; }
.format-quote .entry-header,
.format-quote .featured-content { border-top-color: #92bf7c }
.format-quote .post-format-content {
    background: #778571;
    color: #cdd3cb;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    padding: 70px 100px 70px;
    position: relative;
    text-transform: uppercase
}
.format-quote .post-format-content span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.format-quote .post-format-content p {
    font-weight: 300;
    position: relative
}
.format-quote .post-format-content p:before {
    color: #fff;
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    left: -40px;
    top: -15px
}

/* Audio Player */
.audio-player {
    background: #f0f0f0;
    padding: 20px 0
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-title {
    text-align: left
}
.comments-text {
    margin-right: 85px;
    position: relative
}
.comments-text:before {
    background: #dedede;
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    position: absolute;
    right: -78px;
    top: 48%
}
.comments-count {
    background: #fdd66c;
    border-radius: 50%;
    display: inline-block;
    padding: 4px 0;
    width: 34px;
    text-align: center
}
.comment-list {
    border-bottom: 1px solid #dedede;
    list-style: none;
    margin: 0 0 60px;
    padding: 0 0 20px;
}
.comment-body {
    margin-bottom: 30px
}
.author-avtar {
    float: left;
    margin-right: 25px
}
.author-avtar img {
    border-radius: 50%
}
.comment-wrap {
    overflow: hidden
}
.comment-meta {
    margin-bottom: 10px
}
.comment-metadata {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 13px
}
.comment-metadata a {
    color: #8e8f93;
}
.comment-author {
    font-size: 13px;
    margin-right: 5px;
    text-transform: uppercase
}
.fn,
.fn a {
    color: #35373c ;
    font-style: normal
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-reply-link {
    background: #fdd66c;
    color: #35373c;
    float: right;
    font-size: 13px;
    padding: 3px 10px;
    text-transform: uppercase
}
.comment-reply-link:hover { color: #35373c; }
.comment .children {
    list-style: none;
    margin-left: 90px
}
.comment-respond {
    overflow: hidden;
    padding: 4px 0 0
}
#reply-title {
    float: left;
    position: relative;
    text-align: left
}
#reply-title:before {
    background: #dedede;
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -63px;
    top: 48%
}
#reply-title:after {
    background: #fdd66c;
    border-radius: 50%;
    content: "\f0e6";
    display: block;
    font-family: 'FontAwesome';
    width: 34px;
    padding: 4px 0;
    position: absolute;
    right: -107px;
    top: -4px;
    text-align: center
}
#commentform {
    float: left;
    width: 100%
}
.comment-form label {
    display: none
}
#gasp_p {
    float: right;
    position: relative;
    top: -45px
}
#gasp_p label {
    display:block
}
.comment-form-left,
.comment-form-right {
    float: left;
    width: 50%
}
.comment-form-section {
    margin-right: 15px
}
.comment-form input[type="text"] {
    padding: 8px 0;
    text-indent: 15px;
    width: 100%
}
.comment-form-author,
.comment-form-email { margin-bottom: 8px }
.comment-form-url { margin: 0 }
.comment-form textarea {
    min-height: 124px;
    padding: 5px 10px
}
.comment-form input[type="text"],
.comment-form textarea { font-size: 13px }
.comment-form input[type="submit"] {
    background: #fdd66c;
    border: 0;
    color: #35373c;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0
}
.form-submit {
    clear: both
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    border: 0;
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.sd-content li:before { display: none }