/*
Theme Name: Roseland
Theme URI: http://roseland.sculptureqode.com/
Author: Sculpture Qode
Author URI: https://sculptureqode.com
Description: A beautiful, sophisticated WordPress blogging theme.
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sq
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
## Search Form
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Styling
	## Layout
	## Header
	## Slider
	## Content Boxes
	## Posts
		### Entry Header
		### Post Gallery
		### Entry Meta
		### Entry Footer
		### Author Card
		### Related Posts
		### List Post
		### List (Circle) Post
		### Grid Post
	## Footer
	## Widgets
		### About Me
		### Recent Posts
		### Recent Comments
		### Social Buttons
		### Instagram
		### Newsletter
		### Tags
		### Calender


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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}


blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #717171;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	font-family: 'Vidaloka', serif;
	clear: both;
	margin: 0 0 20px 0;
	line-height: 1.4;
	font-weight: 500
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
	margin-bottom: 20px
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 30px;
	font-family: serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.4
}

address {
	margin: 0 0 30px;
}

pre {
	background: #f9f9f9;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
	padding: 30px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

strong,b {
	font-weight: bold
}


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

body {
	background: #f8f8f8; /* 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: #ededed;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

ul,
ol {
	margin: 0 0 30px 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 30px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 30px 30px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: bottom
}

a img {
	border: none
}

table {
	margin: 0 0 30px;
	width: 100%;
}

table tr th {
	background-color: #f9f9f9;
	padding: 10px;
    font-family: 'Vidaloka', serif;
    text-align: left;
    color: #404040;
    font-size: 16px
}

table tr td {
	padding: 10px
}

table tr {
	border-bottom: solid 1px #f1f1f1;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: solid 1px #636363;
	color: #4c4c4c;
	border-radius: 0;
	background: none;
	color: rgba(0, 0, 0, .8);
	display: inline-block;
	font-family: 'Vidaloka', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 1;
    margin: 0;
    padding: 12px 20px;
	min-height: 40px;
	outline: none
}

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

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: #777777;
}

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 {
    -webkit-appearance: none;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 6px 10px;
	margin: 0;
	min-height: 40px;
	outline: none;
	max-width: 100%
}

select {
	border: 1px solid #ccc;
}

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 {
	color: #111;
}

textarea {
	width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Vidaloka', serif;
	font-style: italic
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Vidaloka', serif;
	font-style: italic
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Vidaloka', serif;
	font-style: italic
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Vidaloka', serif;
	font-style: italic
}

label {
	display: block;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/

.search-form {
	position: relative;
}

.search-form input {
	height: 42px;
}

.search-form input[type="search"] {
	width: 100%;
	padding-right: 30px
}

.search-form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	background: none;
	background-color: none;
	border: none;
	color: #9a9a9a;
	font-size: 14px;
	padding: 0 15px 0 20px
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
	text-decoration: none
}

a:visited {
	color: #4c4c4c;
}

a:hover,
a:focus,
a:active {
	color: #4c4c4c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	position: relative;
	background: #ffffff;
	height: 60px;
	border-bottom: solid 1px #ededed;
	text-align: center;
	z-index: 999
}

.main-navigation.header-option-2 {
	border-top: solid 1px #ededed;
	border-bottom: none;
}

.main-navigation.header-option-3 {
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: none;
	border-bottom: none;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.main-navigation.header-option-5 {
	position: fixed;
	width: 100%;
	z-index: 999
}

.main-navigation ul {
    margin: 0;
    padding: 0
}

.main-navigation ul li.menu-item-has-children:hover > ul {
    display: block
}

.main-navigation ul li.menu-item-has-children, .main-navigation ul li.page_item_has_children {
    padding-right: 30px
}

.main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.page_item_has_children:before {
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 10px;
    text-rendering: auto;
    top: 46%;
    transform: translateY(-50%);
}

.main-navigation ul ul {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    margin: 0;
    padding: 0;
	display: none;
    position: absolute;
    text-align: left;
    transition: opacity 0.5s;
    z-index: 9999;
}

.main-navigation li:hover > ul,
.main-navigation li li a:hover > ul {
    display: block;
}

.main-navigation ul ul li.menu-item-has-children, .main-navigation ul ul li.page_item_has_children {
    padding-right: 0
}

.main-navigation ul ul li.menu-item-has-children:before, .main-navigation ul ul li.page_item_has_children:before {
    content: "\f105"
}

.main-navigation ul ul ul {
    left: 100%;
    padding-top: 0;
    border-top: solid 1px #f2f2f2;
    position: absolute;
    top: -1px;
}

.main-navigation ul ul li {
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    border-top: none;
    margin: 0;
    position: relative;
    width: 250px;
}

.main-navigation ul ul li a {
    display: block;
    padding: 14px 20px 14px 20px;
    line-height: normal;
    text-transform: none;
}

.main-navigation ul ul li a:hover {
    background-color: #fbfbfb
}

.main-navigation ul li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 15px;
    position: relative;
}

.main-navigation ul li a {
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Mobile Menu */

.mobile-navigation {
	position: absolute;
	opacity: 0;
	pointer-events: none;
    margin-bottom: 0;
    width: 300px;
    background: #ffffff;
    right: 0;
	text-align: left;
    padding: 30px 30px 30px 30px;
    z-index: 9999;
    -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border: solid 1px #f5f5f5;
    border-top: none
}

.mobile-navigation.active {
	opacity: 1;
	pointer-events: all;
}

.mobile-navigation .sub-menu-toggle {
    cursor: pointer;
    float: right;
    font-size: 20px;
    line-height: 1;
    padding-top: 10px
}

.mobile-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-navigation ul li > ul {
    display: none;
    margin-left: 20px;
}

.mobile-navigation a {
    display: block;
    padding: 8px 0;
    border-bottom: solid 1px #ededed;
}

.mobile-navigation > ul > li:last-of-type a {
	border-bottom: 0
}

/* Comment, Posts and Post Menus */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 40px;
	overflow: hidden;
	letter-spacing: 1px
}

.site-main .posts-navigation {
	margin-bottom: 0
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: right
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: left;
	width: 50%;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
	border: solid 1px #636363;
    color: #4c4c4c;
    border-radius: 0;
    background: none;
    color: rgba(0, 0, 0, .8);
    display: inline-block;
    font-family: 'Vidaloka', serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1;
    margin: 0 5px;
    padding: 12px 20px;
    min-height: 40px;
    outline: none;
}

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

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

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

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

.hentry {
	position: relative;
	margin: 0 0 40px;
	background-color: #ffffff;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	background-color: #ffffff;
	font-size: 14px;
	padding: 30px 30px 30px 30px;
}

#page-title {
	background-color: #ffffff;
	padding: 30px 40px 30px 40px;
	text-align: center;
	border-top: solid 1px #ededed;
}

#page-title .entry-title {
	margin: 0;
	line-height: 1
}

#page-title p {
	margin: 0;
	font-size: 14px
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
	background-color: #ffffff;
	padding: 30px
}

#comments .comments-title {
	text-align: center;
	margin-bottom: 40px
}

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

#comments .comment-list .comment {
	position: relative;
	margin-bottom: 30px;
}

#comments .comment-list .comment .children {
	margin-top: 30px
}

#comments .comment-list .comment .comment-avatar {
	float: left;
	padding-right: 30px;
}


#comments .comment-list .comment .comment-content {
	overflow: hidden;
	border-bottom: solid 1px #ededed;
	padding-bottom: 10px
}

#comments .comment-list .comment .comment-cite {
	font-family: 'Vidaloka', serif;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
	color: #404040;
	line-height: 1
}

#comments .comment-list .comment .comment-meta {
	font-size: 12px;
	margin-bottom: 10px
}

#comments .comment-list .comment .reply {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-family: 'Vidaloka', serif;
	font-style: italic;
	font-size: 14px
}

#comments .comment-list .comment .comment-content a {
	word-wrap: break-word;
}

#comments .comment-list .comment .bypostauthor {
	display: block;
}

#comments .comment-list .comment .comment-respond {
	padding-top: 30px
}

#comments .comment-notes {
	margin-bottom: 20px
}

.comment-reply-title small {
	font-size: 12px
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
	width: 217px;
	margin-right: 30px;
	display: inline-block
}

.comment-form p.comment-form-url {
	margin-right: 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 {
	max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
	font-size: 12px;
	margin: 10px 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 30px
}

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


/*--------------------------------------------------------------
# Styling
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/


.site-header {
    background-color: #ffffff;
    background-position: center center;
}

.site-header.header-option-5 {
    padding-top: 60px
}

.site-header #site-header-content {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 1140px;
}

#site-container {
    width: 1140px;
    margin: 0 auto;
    display: block;
    position: relative;
}

#site-content {
    padding: 60px 0 60px 0
}

#site-content #primary {
    float: left;
    width: 780px;
}

#site-content #primary.no-sidebar {
    float: none;
    width: 100%;
}

#site-content #primary.centered {
    float: none;
    margin: 0 auto;
    width: 80%;
}

#site-content #secondary {
    float: right;
    width: 320px;
}

.site-footer {
    background-color: #ffffff;
    padding: 60px 0 60px 0;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/


/* Social Buttons */

.site-header .social-buttons {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* Site Branding */

.site-header .site-branding {
    padding: 40px 0 40px 0;
    text-align: center;
}

.site-header .site-branding .site-description {
    margin: 0
}

.site-header .site-branding .site-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.site-header.header-option-3 .site-branding {
    display: inline-block;
    text-align: left;
}


/* Toggle Search */

.site-header #toggle-search {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.site-header #toggle-search.active i:before {
    content: "\f00d"
}

.site-header .search-form {
    -moz-transform: translateY(-50%);
    -moz-transition: 0.2s opacity ease-in-out;
    -webkit-transform: translateY(-50%);
    -webkit-transition: 0.2s opacity ease-in-out;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s opacity ease-in-out;
}

.site-header .search-form.active {
    opacity: 1;
    pointer-events: all;
}

.site-header.header-option-4 .search-form {
    left: 0;
    opacity: 1;
    pointer-events: all;
    right: auto;
}

.site-header.header-option-4 .search-form button[type="submit"] {
    padding-right: 0
}

.site-header.header-option-4 .search-form input[type="search"] {
    border: none;
    padding-left: 0;
}


/* Toggle Menu */

#toggle-menu {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 26px;
    min-height: 20px;
    font-size: 0;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

#toggle-menu span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #404040;
}

#toggle-menu span:before,
#toggle-menu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #404040;
    content: "";
    transition-duration: 0.1s, 0.1s;
    transition-delay: 0.1s, 0s;
}

#toggle-menu span:before {
    top: -8px;
    transition-property: top, transform;
}

#toggle-menu span:after {
    bottom: -8px;
    transition-property: bottom, transform;
}

#toggle-menu.active span {
    background: none
}

#toggle-menu.active span:before {
    top: 0;
    transform: rotate(45deg);
}

#toggle-menu.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

#toggle-menu.active span:before,
#toggle-menu.active span:after {
    transition-delay: 0s, 0.1s
}

.site-header.header-option-4 #toggle-menu {
    display: block
}



/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

#slider-container {
    width: 1140px;
    margin: 0 auto;
    padding-top: 60px;
    display: block;
    position: relative;
}

.slider {
    background: url(images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
}

.slider .slick-list {
    -moz-transition: 0.2s opacity ease-in-out;
    -webkit-transition: 0.2s opacity ease-in-out;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity ease-in-out;
}

.slider.slick-initialized {
    background: none
}

.slider.slick-initialized .slick-list {
    opacity: 1;
    pointer-events: all;
}

.slider .slide.slick-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    width: 100%;
}

.slider .slide .slider-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slider .slide .slider-content-container {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    padding: 0 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.slider .slide .slider-content-container .slider-content {
    color: #ffffff;
    display: inline-block;
    opacity: 0;
    padding: 40px 80px;
    pointer-events: none;
    position: relative;
}

.slider.slick-initialized .slide .slider-content-container .slider-content {
    opacity: 1;
    pointer-events: all;
}

.slider .slide .slider-content-container .slider-content .post-title,
.slider .slide .slider-content-container .slider-content .post-meta,
.slider .slide .slider-content-container .slider-content a {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.slider .slide .slider-content-container .slider-content .post-title,
.slider .slide .slider-content-container .slider-content .post-meta {
    margin: 0
}

.slider .slide .slider-content-container .slider-content .post-title {
    margin-bottom: 10px
}

.slider .slide .slider-content-container .slider-content .read-more {
    border: solid 1px #ffffff;
    display: inline-block;
    font-family: 'Vidaloka', serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1;
    padding: 12px 20px;
    text-transform: none;
}

.slider .slide .slider-content-container .slider-content .post-meta {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider .slide .slider-content-container.slider-content a {
    color: #ffffff
}

.slider-content-background {
    background-color: #262626;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Arrows */

.slider .slick-arrow {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.slider .slick-arrow#slider-arrow-prev {
    font-size: 60px;
    left: 20px;
}

.slider .slick-arrow#slider-arrow-next {
    font-size: 60px;
    right: 20px;
}

/* Featured Content Slider */

#featured-content-slider.slider,
#featured-content-slider.slider .slide.slick-slide {
    height: 540px
}


/*--------------------------------------------------------------
## Content Boxes
--------------------------------------------------------------*/

#content-box-container {
    position: relative
}

#content-box-container .content-box {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 360px;
    padding: 0 0 60px 0;
}

#content-box-container .content-box:nth-of-type(3) {
    margin-right: 0
}

#content-box-container .content-box .content-box-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
}

#content-box-container .content-box .content-box-content {
    background: #ffffff;
    padding: 30px 20px 30px 20px;
}

#content-box-container .content-box .content-box-content h3 {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 10px 0;
}

#content-box-container .content-box .content-box-content p {
    color: #9a9a9a;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}



/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Entry Header
--------------------------------------------------------------*/

.entry-header {
    background-color: #ffffff;
    padding: 30px 30px 20px 30px;
    text-align: center;
}

/* Title */

.entry-header .entry-title {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.entry-header .entry-title a {
    color: #404040
}

.entry-thumb {
    text-align: center
}


/*--------------------------------------------------------------
### Post Gallery
--------------------------------------------------------------*/

.gallery-tiles {
    border: solid 4px #ffffff;
    border-top: none;
    border-bottom: none;
    font-size: 0;
    margin-top: -4px;
}

.gallery-tiles .gallery-tile {
    border: solid 4px #ffffff
}


/*--------------------------------------------------------------
### Entry Meta
--------------------------------------------------------------*/

.entry-meta {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-meta span.cat-links a {
    color: #7fb5bc
}

.entry-meta span {
    margin: 0 10px
}

.entry-meta span a {
    color: #9a9a9a
}


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

.entry-footer {
    background-color: #ffffff;
    color: #9a9a9a;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 30px 40px 30px;
    position: relative;
    text-transform: uppercase;
}

.entry-footer a {
    color: #9a9a9a
}

/* Read More */

.entry-footer .entry-read-more {
    font-family: 'Vidaloka', serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: normal;
    margin-bottom: 60px;
    text-align: center;
    text-transform: none;
}

.entry-footer .entry-read-more a {
    border: solid 1px #636363;
    color: #4c4c4c;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
}

/* Tags */

.entry-footer #tags {
    line-height: 3;
    margin: 0 0 30px 0;
}

.entry-footer #tags .tags-links a {
    border: solid 1px #9a9a9a;
    letter-spacing: 1px;
    padding: 6px 10px;
    margin: 2px;
}

/* Author */

.entry-footer .author {
    position: relative;
    z-index: 1;
}

/* Sharing Buttons */

.entry-footer .entry-share-buttons {
    bottom: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.entry-footer .entry-share-buttons li {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
}

.entry-footer .entry-share-buttons li a {
	color: #9a9a9a
}

/* Comments Link */

.entry-footer .comments-link {
    float: right;
    position: relative;
    z-index: 1;
}



/*--------------------------------------------------------------
### Author Card
--------------------------------------------------------------*/

#author-card {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 30px;
}

#author-card #author-avatar {
    float: left
}

#author-card #author-bio {
    overflow: hidden;
    padding-left: 40px;
}

#author-card #author-bio p:last-of-type {
    margin-bottom: 0
}

#author-card #author-bio h3 {
    margin-top: 0;
    margin-bottom: 10px;
}



/*--------------------------------------------------------------
### Related Posts
--------------------------------------------------------------*/

#related-posts {
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 30px;
}

#related-posts #related-posts-title {
    margin-top: 0
}

#related-posts .related-post {
    float: left;
    margin-right: 30px;
    width: 220px;
    text-align: center;
}

.no-sidebar #related-posts .related-post {
    width: 340px
}

.centered #related-posts .related-post {
    width: 264px
}

#related-posts .related-post:nth-of-type(3) {
    margin-right: 0
}

#related-posts .related-post footer h5 {
    margin: 5px
}

#related-posts .related-post header {
    margin-bottom: 1em
}

/*--------------------------------------------------------------
### List Post
--------------------------------------------------------------*/

/* List Header */

.list .entry-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    width: 300px;
}

/* List Content */

.list .entry-content {
    overflow: hidden;
    padding-left: 340px;
}

.list .entry-content .entry-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.list .entry-content.no-thumbnail {
    padding-left: 30px;
    width: 100%;
}

/* List Meta */

.list .entry-content .entry-meta {
    margin-bottom: 30px
}

.list .entry-content .entry-meta span {
    margin: 10px 10px 10px 0
}

/* List Footer */

.list .entry-content .entry-footer {
    margin-top: 40px;
    padding: 0;
}

.list .entry-content .entry-footer .entry-share-buttons {
    bottom: 0;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.list .entry-content .entry-footer .entry-share-buttons li {
    margin: 0 10px 0 0
}

.list .entry-content .entry-footer .entry-read-more {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
}


/*--------------------------------------------------------------
### List (Circle) Post
--------------------------------------------------------------*/

/* List (Circle) Header */

.list-circle {
    overflow: hidden
}

.list-circle .entry-header {
    float: left;
    height: auto;
    padding: 40px 40px 40px 40px;
    position: relative;
    width: 320px;
}

.list-circle .entry-header img {
    border-radius: 100%
}

/* List (Circle) Content */

.list-circle .entry-content {
    padding-left: 0
}


/*--------------------------------------------------------------
### Grid Post
--------------------------------------------------------------*/

.post-grid {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.post-grid .entry-grid {
    font-size: 14px
}

.post-grid > li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: 375px;
    text-align: center;
}

.post-grid > li:nth-of-type(2n+2) {
    margin-right: 0
}

/* Grid Entry Header */

.post-grid > li .entry-header .entry-title {
    font-size: 20px
}

/* Grid Entry Footer */

.post-grid > li .entry-content {
    padding-bottom: 20px
}

/* Grid Entry Footer */

.post-grid > li .entry-footer .entry-read-more {
    margin-bottom: 0
}

.post-grid > li .entry-footer .entry-read-more a {
    display: inline-block
}

/* Grid No Sidebar */

.no-sidebar .post-grid > li {
    width: 360px
}

.no-sidebar .post-grid > li:nth-of-type(2n+2) {
    margin-right: 30px
}

.no-sidebar .post-grid > li:nth-of-type(3n+3) {
    margin-right: 0
}



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

.site-footer #site-footer-content {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

/* Site Info */

.site-info {
    font-size: 13px;
    position: relative;
}

.site-info p {
    margin: 0
}

.site-info #back-to-top {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 60px
}

.widget .widget-title {
    margin-top: 0;
    background: #4D4D4D;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px;
    font-weight: 500;
    margin-bottom: 40px;
}

.widget .widget-title a {
    color: #ffffff
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%
}



/*--------------------------------------------------------------
### About Me
--------------------------------------------------------------*/

.about-me-widget {
    text-align: center
}

.about-me-widget img {
    border-radius: 100%;
    margin-bottom: 20px;
    max-width: 80%;
}

.about-me-widget .about-me-link {
    background: none;
    border: solid 1px #636363;
    border-radius: 0;
    color: #4c4c4c;
    color: rgba(0, 0, 0, .8);
    display: inline-block;
    font-family: 'Vidaloka', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    padding: 12px 20px;
}


/*--------------------------------------------------------------
### Recent Posts
--------------------------------------------------------------*/

.recent-posts .recent-post {
    margin-bottom: 20px;
    overflow: hidden;
}

.recent-posts .recent-post .recent-post-image {
    float: left;
    margin-right: 20px;
    width: 120px;
}

.recent-posts .recent-post .recent-post-content {
    overflow: hidden
}

.recent-posts .recent-post .recent-post-content span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.recent-posts .recent-post .recent-post-content h4 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}



/*--------------------------------------------------------------
### Recent Comments
--------------------------------------------------------------*/

.recent-comments .recent-comment {
    margin-bottom: 20px;
    overflow: hidden;
}

.recent-comments .recent-comment .recent-comment-avatar {
    float: left;
    margin-right: 20px;
}

.recent-comments .recent-comment .recent-comment-content {
    overflow: hidden
}

.recent-comments .recent-comment .recent-comment-content p {
    font-size: 14px;
    line-height: 1.2;
}


/*--------------------------------------------------------------
### Social Buttons
--------------------------------------------------------------*/

.social-buttons {
    text-align: center
}

.social-buttons li {
    display: inline-block;
    margin: 0 5px;
}

/*--------------------------------------------------------------
### Instagram
--------------------------------------------------------------*/

.instagram-pics li {
    width: 50%;
    padding: 1%;
    display: inline-block;
}

/* Instagram Footer */

#footer-instagram {
    text-align: center
}

#footer-instagram  .widget-title {
    background: none;
    color: #404040;
    text-transform: none;
    font-size: 22px;
    margin: 0;
}

#footer-instagram .instagram-pics li {
    width: 12.5%;
    padding: 2px;
}


/*--------------------------------------------------------------
### Newsletter
--------------------------------------------------------------*/

.mc4wp-alert,
.mc4wp-error {
    text-align: center
}

.mc4wp-alert p,
.mc4wp-error p {
    margin: 0;
    padding-top: 10px;
}

/* Sidebar Newsletter Widget */

.widget .mc4wp-form label {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.widget .mc4wp-form .mc4wp-form-fields p,
.widget .mc4wp-form .mc4wp-form-fields input {
    width: 100%
}

.widget .mc4wp-form .mc4wp-form-fields p {
    margin-bottom: 10px
}

/* Footer Newsletter Widget */

#footer-newsletter .mc4wp-form {
    margin-bottom: 60px
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields {
    text-align: center
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    width: 50%
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
    width: 100%
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields label {
    color: #404040;
    font-family: 'Vidaloka', serif;
    font-size: 22px;
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields p,
#footer-newsletter .mc4wp-form .mc4wp-form-fields label,
#footer-newsletter .mc4wp-form .mc4wp-form-fields input {
    display: inline-block;
    vertical-align: top;
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields p {
    margin-bottom: 0;
    width: 30%;
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields p#label {
    text-align: right;
    padding-right: 1%;
}

#footer-newsletter .mc4wp-form .mc4wp-form-fields p#submit {
    text-align: left;
    padding-left: 1%;
}




/*--------------------------------------------------------------
### Tags
--------------------------------------------------------------*/

.tagcloud a {
	border: solid 1px #9a9a9a;
	display: inline-block;
	font-family: 'Vidaloka', serif;
	font-size: 14px !important;
	font-style: italic;
	margin: 2px 0;
	padding: 6px 20px;
}

/*--------------------------------------------------------------
### Calender
--------------------------------------------------------------*/

#wp-calendar caption {
    font-family: 'Vidaloka', serif;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}

#wp-calendar tr td {
    padding: 6px
}

#wp-calendar #prev,
#wp-calendar #next {
    font-family: 'Vidaloka', serif;
    font-size: 14px;
    font-style: italic;
}

#wp-calendar #next {
    text-align: right
}
