/*
Theme Name: Blaskan
Theme URI: https://colorlib.com/wp/themes/blaskan/
Author: Colorlib
Author URI: https://colorlib.com/
Description: Blaskan is a responsive and accessible WordPress theme that's built for many kinds of screens.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blaskan
Tags: custom-background,custom-header,editor-style,featured-images,blog,grid-layout,left-sidebar,right-sidebar

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    word-wrap: break-word;
}

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

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;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

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

.entry-content table {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.entry-content table tr {
    border-bottom: 1px solid #ebebeb;
}

td,
th {
    padding: 0;
}

.entry-content table td,
.entry-content table th {
    padding: 5px;
    border-right: 1px solid #ebebeb;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #898989;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #898989;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #898989;
}
:-moz-placeholder { /* Firefox 18- */
  color: #898989;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #898989;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
    color: #333;
    line-height: 1.25;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

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

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*--------------------------------------------------------------
# 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: #fff; /* Fallback for when there is no custom background color defined. */
}

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 1.5em 3em;
    font-size: 14px;
    line-height: 1.85;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

main#main:after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title {
    font-size: 50px;
    line-height: 1.1;
    font-family: 'Pacifico', serif;
    margin: 0.67em 0;
}
.site-title a:visited,
.site-title a {
    color: #1a171c;
}
.site-title a:hover,
.site-title a:focus {
    color: #ae3c4e;
}

.site-branding {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

header#masthead {
    margin-bottom: 100px;
}

.top-header {
    margin-bottom: 15px;
}

.top-header .search label {
    font-size: 12px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #dddde0;
    display: inline-block;
    line-height: 12px;
    color: #fe92a1;
    cursor: pointer;
}

.top-header .search input#search {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #dddde0;
    margin-right: 10px;
    width: 0;
    -webkit-transition: width .6s; /* Safari */
    transition: width .6s;
    box-sizing: border-box;
    padding: 0;
}

.top-header .search.active input#search {
    width: 135px;
}

.top-header .search input#search:focus,
.top-header .search input#search:hover {
    outline: none;
    border-color: #ae3c4e;
}

.top-header .search form {
    position: relative;
    top: 1.75px;
}

header.archive-header {
    padding: 0 15px;
    margin-bottom: 60px;
}

.custom-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    font-family: 'Work Sans', sans-serif;
    color: #666;
    border: 1px solid #ebebeb;
    padding: 10px 25px;
    box-sizing: border-box;
    -webkit-appearance: none;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
select:focus,
select:hover {
    color: #111;
    border-color: #ae3c4e;
    outline: none;
}

textarea,
.widget_archive select,
.widget_categories select {
    width: 100%;
}

select {
    background-color: transparent;
}

#colophon select {
	border-color: rgba( 255,255,255,.1 );
}

#colophon select:focus,
#colophon select:hover {
    color: #fff;
    border-color: #ae3c4e;
}

#colophon select option {
    background-color: #fff;
    color: #000;
}

#colophon select:focus option,
#colophon select:hover option {
    color: #111;
}

a.button,
input[ type="submit" ] {
    background-color: #f63c4e;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.85;
}

a.button:hover,
input[ type="submit" ]:hover,
a.button:focus,
input[ type="submit" ]:focus {
    background-color: #ae3c4e;
}

a.button:active,
input[ type="submit" ]:active {
    background-color: #333;
}

a.more-link,
.entry-content a.more-link {
    color: #333;
}

a.more-link:hover,
a.more-link:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
    color: #ae3c4e;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #898989;
}

.entry-content a {
    color: #f63c4e;
}

.entry-content a.button {
	color: #fff;
}

.entry-content a:hover {
    color: #ae3c4e;
}

a:hover,
a:focus {
    color: #ae3c4e;
    outline: 0;
    text-decoration: none;
}

a:active {
    color: #333333;
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primary-menu > ul,
#primary-menu {
    text-align: center;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

#primary-menu > ul > li,
#primary-menu > li {
    padding-right: 45px;
}

#primary-menu > ul > li:last-child,
#primary-menu > li:last-child {
    padding-right: 0;
}

#primary-menu > ul > li > a,
#primary-menu > li > a {
    padding: 30px 0;
    display: block;
    color: #333333;
}

#primary-menu > ul > li > a:hover,
#primary-menu > ul > li > a:focus,
#primary-menu > li > a:hover,
#primary-menu > li > a:focus {
    text-decoration: none;
    color: #ae3c4e;
}

#primary-menu ul li > ul a,
#primary-menu li > ul a {
    display: block;
    line-height: 40px;
    font-weight: 300;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

#primary-menu .sub-menu .menu-item-has-children > a:after,
#primary-menu .children .page_item_has_children > a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 40px;
    float: right;
    display: block;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: color .6s; /* Safari */
    transition: color .6s;
}

#primary-menu .sub-menu .menu-item-has-children:hover > a:after,
#primary-menu .children .page_item_has_children:hover > a:after {
    color: #fff;
}

#primary-menu .sub-menu li:after,
#primary-menu .children li:after {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    content: "";
    display: block;
    -webkit-transition: width .6s; /* Safari */
    transition: width .6s;
}

#primary-menu .sub-menu li:hover:after,
#primary-menu .children li:hover:after {
    width: 50%;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
    background-color: rgba(246, 60, 78, .88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.main-navigation ul ul li a {
    color: #fff;
    padding: 0 20px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}

/* Social Menu */

#social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#social-menu li {
    display: inline-block;
}

#social-menu li span {
    display: none;
}

#social-menu li a {
    display: block;
    line-height: 30px;
    margin-right: 15px;
    color: rgba( 171, 171, 178, .53 );
}

#social-menu li a:hover {
    color: #ae3c4e;
}

#social-menu li:last-child a {
    margin-right: 0;
}

#social-menu li a:before {
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 12px;
}

/* CodePen */
#social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

/* Digg */
#social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

/* Dribbble */
#social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

/* Dropbox */
#social-menu li a[href*="dropbox.com"]:before {
    content: "\f16b";
}

/* Email */
#social-menu li a[href*="mailto:"]:before {
    content: "\f003";
}

/* Facebook */
#social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

/* Flickr */
#social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

/* Foursquare */
#social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

/* GitHub */
#social-menu li a[href*="github.com"]:before {
    content: "\f09b";
}

/* Google Plus */
#social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

/* Instagram */
#social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

/* LinkedIn */
#social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

/* Pinterest */
#social-menu li a[href*="pinterest.com"]:before {
    content: "\f231";
}

/* Reddit */
#social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

/* RSS Feed */
#social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

/* Skype */
#social-menu li a[href*="skype:"]:before {
    content: "\f17e";
}

/* Spotify */
#social-menu li a[href*="spotify.com"]:before {
    content: "\f1bc";
}

/* StumbleUpon */
#social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

/* Tumblr */
#social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

/* Twitch */
#social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

/* Twitter */
#social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

/* Vimeo */
#social-menu li a[href*="vimeo.com"]:before {
    content: "\f27d";
}

/* Vine */
#social-menu li a[href*="vine.co"]:before {
    content: "\f1ca";
}

/* WordPress */
#social-menu li a[href*="wordpress.com"]:before,
#social-menu li a[href*="wordpress.org"]:before {
    content: "\f19a";
}

/* YouTube */
#social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

/* Snapchat */
#social-menu li a[href*="snapchat.com"]:before {
    content: "\f2ab";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}

.menu-toggle:focus {
    outline: none;
}

.menu-toggle:after {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 769px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .main-navigation .menu-item-has-children > a:after, 
    .main-navigation .page_item_has_children > a:after,
    .main-navigation #primary-menu .sub-menu .menu-item-has-children > a:after,
    .main-navigation #primary-menu .children .page_item_has_children > a:after {
        display: none;
    }
    .main-navigation .blaskan-main-menu {
        position: relative;
        padding: 0;
        z-index: 99;
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-navigation .blaskan-main-menu > ul,
    .main-navigation .blaskan-main-menu > div {
        width: 100%;
        background: #f63c4e;
    }

    .main-navigation .blaskan-main-menu a {
        width: 100%;
    }

    .main-navigation li {
        display: block;
    }

    .main-navigation #primary-menu > ul > li > a,
    .main-navigation #primary-menu > li > a {
        padding: 10px 20px;
        color: #fff;
    }

    .main-navigation #primary-menu > ul > li,
    .main-navigation #primary-menu > li {
        padding-right: 0;
    }

    .main-navigation ul ul {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 20px;
    }

    .main-navigation ul ul ul {
        left: 0;
    }

    .main-navigation #primary-menu > ul,
    .main-navigation #primary-menu {
        text-align: left;
    }

    .main-navigation #primary-menu > ul > li > a, #primary-menu > li > a,
    .main-navigation ul.sub-menu li.menu-item-has-children > a,
    .main-navigation ul.children li.page_item_has_children > a,
    .main-navigation ul.sub-menu,
    .main-navigation ul.children {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .main-navigation ul.sub-menu li.menu-item-has-children,
    .main-navigation ul.children li.page_item_has_children,
    .main-navigation ul.sub-menu li:last-child,
    .main-navigation ul.children li:last-child {
        border-bottom: 0 none;
    }
}

@media screen and (max-width: 600px) {
    .top-header .pull-right {
        float: none !important;
        display: block;
    }

    .top-header .search label {
        border-right: 0 none;
        padding-right: 0;
        margin-right: 0;
    }

    .top-header {
        margin-bottom: 30px;
    }
}

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

/* Footer Menu */
.main-footer-navigation #footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.main-footer-navigation #footer-menu li {
    display: inline;
    padding-right: 15px;
}

.main-footer-navigation #footer-menu li:last-child {
    padding-right: 0;
}

.copyright-info,
.main-footer-navigation a {
    line-height: 2.85;
}

/*--------------------------------------------------------------
# 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;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 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;
}

/*--------------------------------------------------------------
# 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 {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

#secondary.widget-area .widget {
    padding: 25px 45px;
    border: 1px solid #ebebeb;
}

#colophon .widget-area .widget {
	border-color: rgba( 255, 255, 255, .1 );
}

.widget .widget-title {
    margin: 0 0 30px 0;
}

.widget.widget_rss .widget-title > a {
    font-weight: 400;
    font-family: 'Droid Serif', serif;
    line-height: 1.25;
    font-size: 20px;
    color: #333;
}

#colophon .widget.widget_rss .widget-title > a {
    color: #fff;
}

.widget-area .widget .widget-title {
    text-align: center;
}

.widget ul {
    margin: 0;
    padding-left: 15px;
}

.widget a {
    color: #333;
}

.widget a:hover,
.widget a:focus {
    color: #ae3c4e;
}

.widget_meta ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_rss ul {
    list-style: none;
    padding-left: 0;
}

.widget_meta ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(235, 235, 235, .5);
}

.widget_pages ul li ul {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(235, 235, 235, .5);
}

.widget_recent_entries ul li,
.widget_recent_comments ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget_meta ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_nav_menu ul li.menu-item-has-children {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.widget_nav_menu ul.sub-menu > li:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Menu Widget */
.widget_nav_menu ul li.menu-item-has-children > a {
    display: block;
    border-bottom: 1px solid rgba(235, 235, 235, .5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget_nav_menu .sub-menu > li > a {
    padding-left: 25px;
}

.widget_nav_menu li:not(:last-child) > .sub-menu > li:last-child {
    border-bottom: 1px solid rgba(235, 235, 235, .5);
}

/* RSS Widget */
.widget_rss a.rsswidget {
    font-size: 18px;
    line-height: 1.33;
}

.widget_rss .rss-date {
    display: block;
    color: #ababb2;
    line-height: 1.85;
}

.widget_rss .rssSummary {
    line-height: 1.85;
}

.widget_rss cite {
    color: #f63c4e;
    line-height: 1.85;
}

#secondary.widget-area .widget.widget_calendar,
#secondary.widget-area .widget.widget_search {
    padding: 0;
    border: 0 none;
}

.search-form .search-field,
.widget.widget_search .search-form label {
    display: block;
    width: 100%;
}

.search-form:hover input {
    color: #111;
    border-color: #ae3c4e;
    outline: none;
}

.search-form {
    position: relative;
}

.search-form .search-submit {
    border-radius: 0;
    background-color: transparent;
    border: 0 none;
    border-left: 1px solid #ebebeb;
    font-size: 13px;
    color: #e0e0e0;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 4px 15px;
    line-height: 25.9px;
}

.widget.widget_search .search-form .search-field {
    padding: 10px 25px;
    background: transparent;
}

.widget_archive ul li,
.widget_categories ul li {
    text-align: right;
    color: #f63c4e;
}

.widget_archive ul li:after,
.widget_categories ul li:after {
    content: "";
    display: block;
    clear: both;
}

.widget_archive ul li a,
.widget_categories ul li a {
    float: left;
}

.widget_archive ul li:hover a,
.widget_categories ul li:hover a,
.widget_archive ul li:hover,
.widget_categories ul li:hover {
    color: #ae3c4e;
}

.widget_calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.widget_calendar #wp-calendar {
    position: relative;
}

.widget_calendar table caption {
    color: #f63c4e;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 42px;
    font-family: "Droid Serif";
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    position: relative;
}
.widget_calendar table caption:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 55px;
    left: 50%;
    margin-left: -27.5px;
    background: #f63c4e;
}

.widget_calendar table thead {
    color: #888;
}

.widget_calendar table thead th {
    padding-bottom: 20px;
    text-align: center;
    color: #f63c4e;
    font-weight: 400;
}

.widget_calendar table thead th:last-child {
    border-right: none;
}

.widget_calendar table tbody {
    color: #898989;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.widget_calendar table tbody tr:last-child {
    border-bottom: none;
}

.widget_calendar table tbody tr td:not(.pad) {
    padding: 4px;
    position: relative;
    border: 1px solid #ebebeb;
}

.widget_calendar table#wp-calendar tbody tr td a {
    display: block;
    background-color: #f63c4e;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: 0;
    left: 0;
    padding: 4px;
    text-decoration: none;
    color: #fff;
    margin: -1px;
}

.widget_calendar table#wp-calendar tbody tr td a:hover {
    background-color: #ae3c4e;
}

.widget_calendar table tfoot {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.widget_calendar table tfoot #next {
    text-align: right;
}

.widget_calendar table a {
    text-decoration: underline;
}

.widget_calendar table tfoot tr {
    height: 32px;
}

.widget_calendar table a:hover {
    text-decoration: none;
}

.widget_calendar table td#prev,
.widget_calendar table td#next {
    position: absolute;
    top: 0;
}

.widget_calendar table td#prev {
    left: 20px;
}

.widget_calendar table td#next {
    right: 20px;
}

.widget_calendar table td#prev a,
.widget_calendar table td#next a {
    display: block;
    width: 10px;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
}

.widget_calendar table td#prev a:before,
.widget_calendar table td#next a:before {
    font-family: "FontAwesome";
    color: #f63c4e;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

.widget_calendar table td#prev a:before {
    content: "\f104";
}

.widget_calendar table td#next a:before {
    content: "\f105";
}

.widget_calendar table td#prev a:hover:before,
.widget_calendar table td#next a:hover:before,
.widget_calendar table td#prev a:focus:before,
.widget_calendar table td#next a:focus:before {
    color: #ae3c4e;
}

.widget_recent_entries .post-date {
    display: block;
    color: #ababb2;
    line-height: 1.85;
}

.widget_recent_comments .recentcomments > a {
    color: #f63c4e;
}

.widget_recent_comments .recentcomments > a:hover {
    color: #ae3c4e;
}

.widget_tag_cloud .tagcloud a {
    line-height: 22pt;
    padding: 0 10px;
    border: 1px solid #ffdfe4;
    color: #898989;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #ae3c4e;
    border-color: #ae3c4e;
    color: #fff;
}

.widget_blaskan_author_widget .user-info {
    text-align: center;
    padding: 0 25px;
}

.widget_blaskan_author_widget .user-info > img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.widget_blaskan_author_widget .user-info > a {
    font-size: 14px;
    line-height: 3.4;
    color: #f63c4e;
    display: inline-block;
    margin-bottom: 10px;
}
.widget_blaskan_author_widget .user-info > a:hover,
.widget_blaskan_author_widget #social-menu li a:hover {
    color: #ae3c4e;
}
.widget_blaskan_author_widget #social-menu li a {
    color: #ababb2;
}
.widget_blaskan_author_widget .author-social-menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
/* Footer sidebar */
.footer-widgets.container {
    padding: 40px 15px 55px;
}

#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6 {
    color: #fff;
}
#colophon a {
    color: #ababb2;
}

#colophon .widget_rss .rss-date,
#colophon .widget_recent_entries .post-date {
    color: #fff;
}

#colophon .widget_nav_menu li:not(:last-child) > .sub-menu > li:last-child,
#colophon .widget_nav_menu ul li.menu-item-has-children > a,
#colophon .widget_meta ul li,
#colophon .widget_categories ul li,
#colophon .widget_recent_entries ul li,
#colophon .widget_pages ul li,
#colophon .widget_recent_comments ul li,
#colophon .widget_archive ul li,
#colophon .widget_nav_menu ul li,
#colophon .widget_calendar table tbody tr td:not(.pad),
#colophon .widget_calendar table caption,
#colophon .widget.widget_search .search-form .search-field,
#colophon .widget.widget_search .search-form .search-submit,
.widget_pages ul li ul {
    border-color: rgba(255, 255, 255, .1);
}

#colophon .widget.widget_search .search-form .search-field:focus,
#colophon .widget.widget_search .search-form .search-field:hover,
#colophon .widget.widget_search .search-form:hover .search-field {
    border-color: #ae3c4e;
    color: #fff;
}

#colophon .widget.widget_search .search-form .search-field:hover,
#colophon .widget.widget_search .search-form:hover .search-field {
    color: #fff;
}

#colophon a:hover,
#colophon a:focus {
    color: #ae3c4e;
}

#colophon .widget.widget_search .search-form .search-submit {
    color: rgba(224, 224, 224, .1);
}

#colophon .widget_tag_cloud a:hover,
#colophon .widget_calendar table#wp-calendar tbody tr td a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 60px;
    max-width: 100%;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta {
    font-family: 'Work Sans', sans-serif;
}

.entry-meta:before {
    width: 60px;
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #f63c4e;
    top: -4px;
    position: relative;
    margin-right: 10px;
    opacity: .4;
}

.byline,
.byline a {
    color: rgba( 246, 60, 78, .7 );
}

.byline a:hover {
	color: #ae3c4e;
}

.entry-header h2.entry-title {
    margin: 20px 0 35px;
    line-height: 1.25;
}

.entry-title a .fa {
    padding-right: 10px;
    display: inline-block;
}

.big-post .entry-header h2.entry-title {
    margin: 15px 0 45px;
}

.entry-header h2.entry-title a {
    color: #333333;
}

.entry-thumbnail {
    text-align: center;
    margin-bottom: 50px;
}

.entry-thumbnail a {
    display: block;
}

.entry-footer.index-entry {
    padding-top: 20px;
    border-top: 1px solid #efefef;
}
.entry-footer.index-entry:after {
    display: block;
    content: "";
    clear: both;
}

.entry-footer.index-entry .link-more,
.entry-footer.index-entry .more-link {
    display: block;
    float: right;
}
.entry-footer.index-entry .social-icons {
    color: rgba( 137, 137, 137, .5 );
    margin-left: 0;
    margin-right: 15px;
}
.entry-footer.index-entry .social-icons:hover {
    color: #ae3c4e;
}

.entry-footer .tags-links a {
    font-size: 13px;
    line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    border: 1px solid #ffdfe4;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.entry-footer .tags-links a:hover {
    background-color: #ae3c4e;
    color: #fff;
    border-color: #ae3c4e;
}

.entry-footer .social-icons {
    font-size: 12px;
    line-height: 25px;
    margin-left: 25px;
}

footer.entry-footer.row {
    margin-top: 40px;
}

.author-container {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
    float: left;
    width: 100%;
    clear: both;
}

.author-container .author-avatar {
    float: left;
}

.author-container .author-avatar img {
    border-radius: 100%;
}

.author-container .author-description {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
}

.author-container .author:after {
    display: block;
    content: "";
    clear: both;
}

.author-container p.author-name a {
    color: #f63c4e;
    line-height: 1;
}

.author-container p.author-name {
    margin-bottom: 10px;
}

.author-container p.author-name a:hover {
    color: #ae3c4e;
}

.related-posts {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.related-posts .entry-thumbnail {
    margin-bottom: 20px;
}

.related-posts p {
    color: #333333;
    font-family: 'Droid Serif', serif;
}

.related-posts p:after {
    display: block;
    content: "";
    width: 75px;
    margin-top: 20px;
    height: 1px;
    background-color: #f63c4e;
}

.entry-content ul,
.entry-content ol {
    margin: 0;
    padding-left: 15px;
}

blockquote {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 1.5em;
    padding-bottom: 20px;
    position: relative;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAAABCAIAAABlpRorAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0RDRTNCQjMxQkIxMUU3QUQ3MUNGODlFMEI0QUE3QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0RDRTNCQTMxQkIxMUU3QUQ3MUNGODlFMEI0QUE3QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjliMmExMjc4LTcxYTgtNDlmOS1iNjMyLTUzYzEwZTA0NzM5NyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmE4ZWMyNjVkLTM0NmQtMTE3YS04YzE0LWMyODFkMTAyYWZhYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi6ThWAAAAATSURBVHjaYvxm48cwCgYlAAgwAGr+AYLW8J+ZAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: bottom center;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote p {
	display: inline-block;
}
blockquote p:first-of-type:after {
	content: "\201D";
	display: inline-block;
}
blockquote p:last-of-type:before {
	content: "\201C";
	display: inline-block;
}


.date-hidden.categories-hidden.author-hidden .entry-meta,
.author-hidden .posted-on-delimeter,
.date-hidden.author-hidden:not(.single) .entry-meta,
.date-hidden.author-hidden.single .category-delimeter {
    display: none;
}

.date-hidden.author-hidden:not(.single) .big-post .entry-header h2.entry-title,
.date-hidden.categories-hidden.author-hidden .entry-meta .big-post .entry-header h2.entry-title {
    margin-top: 0;
}

.big-post .entry-header > a {
    display: block;
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

div#comments {
    float: left;
    width: 100%;
}

ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol.comment-list li > ol {
    margin: 0;
    list-style: none;
}

.comment-meta.commentmetadata {
    margin-bottom: 15px;
}

.comment-list li .comment-body {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb;
}

.comment-author img {
    border-radius: 100%;
}

.comment-body:after,
.comment-meta:after {
    content: "";
    display: block;
    clear: both;
}

.comment-author,
.comment-content {
    float: left;
}

.comment-content {
    width: calc(100% - 50px);
    padding-left: 30px;
}

.comment-meta .reply {
    float: right;
    line-height: 1;
}

.comment-meta .reply a {
    color: #f63c4e;
}

.comment-meta .reply a:hover {
    color: #ae3c4e;
}

.comment-meta .comment-info {
    float: left;
    line-height: 1;
}

.comment-meta .comment-info cite {
    font-size: 16px;
    color: #333;
    font-style: normal;
}

.comment-meta .comment-info a:before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

#reply-title {
    margin: 0;
}

p.comment-form-author {
    width: 49%;
    margin-right: 1%;
    float: left;
}

p.comment-form-email {
    width: 49%;
    margin-left: 1%;
    float: left;
}

p.comment-form-url {
    width: 100%;
    clear: both;
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input {
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
    background-color: #333333;
}

.site-info {
    padding: 15px 0;
    border-top: 1px solid rgba(213, 207, 180, .1);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.nav-links .nav-previous a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
}

.nav-links .nav-next a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 10px;
}

.no-results.not-found {
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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 {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## 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;
}

/* Responsive */

@media screen and (max-width: 768px) {

    #colophon .copyright-info,
    #colophon .main-footer-navigation #footer-menu {
        text-align: center;
    }

    #colophon .main-footer-navigation #footer-menu {
        margin-top: 15px;
    }

    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: auto;
    }

    #primary-menu .sub-menu li:hover:after {
        width: 0;
    }

}