/*
Theme Name: Cajo on the Move
Theme URI: https://www.beyonddesign.ch
Author: beyonddesign
Author URI: https://www.beyonddesign.ch
Description: A custom WordPress theme for Cajo on the Move
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cajo-on-the-move
Tags:

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.

Cajo on the Move is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# 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%;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

blockquote {
	margin: 0 1.5em 1em;
}

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

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


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.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 .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

/*
* Cajo on the Move | A Travel Blog by Caroline & Jochen
* Theme created by beyond corporation gmbh - Cleo Loulou Amacher & Nico Darryl Hänggi
* For further information please visit: www.beyonddesign.ch
*/

/* Table of Content
* ========================================

* - General
* - Typography
* - Styles 
* - Flex Properties
* - Header
* - Mobile Navigation
* - Featured Posts
* - Recommended Categories
* - Content
* - Current Section
* - Single Post Page
* - Instagram Widget
* - Jetpack Customization
* - Jetpack Widget 
* - Related Posts
* - Footer
* - Media Queries 

*/

/* General
* ===============================================
*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

*:before, *:after {
    box-sizing: inherit;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

body {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #2A2A2A;
}

ul {
	list-style: none;
}

li.menu-item a:hover, li.menu-item a:focus {
	color:black!important;
}

ol {
	list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.entry-meta a:hover {
	color:black!important;
}

.text-link:hover {
	color: black!important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    color: inherit;
}

.nav-links:hover, .nav-links:active, .nav-links:focus {
	color: #E9BC8E!important;
}

.thumbnail {
    overflow: hidden;
    height: 0;
    padding-top: calc(100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thumbnail-fullwidth {
	padding-right: 100px;	
}

.ratio-14-9 {
    padding-top: calc(9 / 14 * 100%);
}

.recommended-ratio {
    padding-top: calc(185 / 293 * 100%);
}

.single-ratio {
	padding-top: calc(343 / 610 * 100%);
}

.related-ratio {
	padding-top: calc(109 / 180 * 100%);
}

.fullwidth-ratio { 
	padding-top: calc(500 / 435 * 100%);
}

.image-fullwidth {
	width: 100%;
}

.featured-ratio {
	padding-top: calc(500 / 900 * 100%);
}

.signature-ratio { 
	width: 400px;
	height: 100px;
	background-repeat: no-repeat;
}

p.attachment {
	text-align: center;
}

.content {
    margin-bottom: 50px;
}

label {
	text-align: left;
	display: block;
    margin-bottom: 0;
}

input:focus {
    outline: none;
}

input::placeholder {
	color: #c0c0c0;
}


form input, form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: none;
    border: 1px solid #EFEFEF;
	letter-spacing: 0.1em;
	font-size: 14px;
}

.search-form {
    position: relative;
	max-width: 350px;
	height: 40px;
}

button {
	border: none;
}

button:focus {
	outline: none;
}

.search-submit {
	background: none;
    border: none;
    display: inline-block;
    position: absolute;
	right: 4px;
	top: 10px;
}

.nav-previous {
	float: right;
}

/* Typography
* ===============================================
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

h1 {
    font-weight: 700;
    font-size: 1.8rem;
}

.fullwidth-content h1 {
	margin-bottom: 30px;
}

.fullwidth-content p.has-medium-font-size {
	line-height: 1.6;
    font-size: 16px;
    font-family: 'Playfair Display';
    letter-spacing: 0.03em;
}

h2 {
	font-weight: 600;
	font-size: 1.5rem;	
}

h3 {
	font-size: 1.2rem; 
}

h4 {
	font-size: 1rem;
}

blockquote {
    font-family: 'playfair Display', serif; 
	font-size: 16px;
    letter-spacing: 0.01em;
    border-left: solid 5px  #E9BC8E;
	padding-left: 20px;
}

blockquote p {
	margin-bottom: 5px!important;
	font-weight: 600;
}

cite {
	font-family: 'Karla', sans-serif;	
	text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-style: normal; 
}

.content-single p {
    margin-bottom: 30px;
}

.nav-links {
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	letter-spacing: 0.1em;
}

/* Styles & Colours
* ===============================================
*/

.karla {
	font-family: 'Karla', sans-serif;
	font-size: 14px;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.underlined span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.underlined span:before {
    background-color: #e6b44b;
    content: '';
    height: 4px;
    opacity: 0.5;
    position: absolute;
    bottom: 10%;
    left: 0;
    margin-top: -2px;
    min-width: 100%;
    z-index: -1;
}

.fa-facebook {
	color: #3b5998;
}

.fa-pinterest {
	color: #bd081c;
}

.fa-twitter-square {
	color: #1da1f2;
}

.fa-envelope-square {
	color: #4087e6;
}

.fa-whatsapp-square {
	color: #25d366;
	background-color: white;
	border-radius: 100%;
}

.icon-instagram {
	background: #E1306C!important; 
	height: 35px!important;
	width: 35px!important;
	padding: 6px!important;
	border-radius: 50%!important;
	color: white!important;
}

.icon-twitter {
	background: #1da1f2!important; 
	height: 35px!important;
	width: 35px!important;
	padding: 8px!important;
	border-radius: 50%!important;
	color: white!important;
}

.icon-facebook {

	background: #3b5998!important; 
	height: 35px!important;
	width: 35px!important;
	padding: 8px!important;
	border-radius: 50%!important;
	color: white!important;
}

/* Flex Properties 
* ===============================================
*/

.flex-container {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* Header
* ===============================================
*/


.header {
	flex-direction: row;
	margin-top: 25px!important;
}

.header-button {
    border: 1px solid #EFEFEF;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 7px;   
}

.site-logo {
	margin-bottom: 15px!important;
	max-width: 160px;
	max-height: 160px;
}

.site-title {
	padding-top: 5px!important;
	margin-top: 0px!important;
	margin-bottom: 10px!important;
}

.site-description {
    letter-spacing: 0.1em;
    font-style: italic;
}

ul li a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
	font-size: 0.9rem;
}

ul {
    padding-left: 0;
    margin-bottom: 0rem;
}

.site-navigation {
    margin-top: 50px;
    right: 20px;
    bottom: 20px;
}

.site-navigation nav ul {
    list-style: none;
}

.site-navigation nav li {
	padding: 0 1.2em;
	display: inline-block;
	position: relative;
}

.site-navigation li.menu-item-has-childern a:hover {
	cursor: pointer!important;
}

.site-navigation li.current-menu-item a,
.site-navigation li.current-menu-item a:active {
	color: #e6b44b!important;
}

.site-navigation li a:hover, 
.site-navigation li a:focus, 
.site-navigation li a:active,
.site-navigation .sub-menu>li>a:hover,
.site-navigation .sub-menu>li>a:focus,
.site-navigation .sub-menu>li>a:active {
	color: #e6b44b!important;
}

.site-navigation nav ul#main-menu li {
	padding-bottom: 25px;
}

ul.sub-menu li {
	padding-bottom: 0!important;
}

.site-navigation .sub-menu .menu-item {
	width: 100%;
}

.site-navigation .menu>li:hover>.sub-menu,
.site-navigation .menuli:hover>.children {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.site-navigation .sub-menu,
.site-navigation .children,
.header-button ul.sub-menu {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    list-style: none;
    margin: 0 0 0 -15px;
    min-width: 220px;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    visibility: hidden;
    z-index: 100;
}

.site-navigation .sub-menu>li,
.site-navigation .children>li {
    position: relative;
}

.site-navigation .sub-menu>li>a,
.site-navigation .sub-menu>li>span,
.site-navigation .children>li>a,
.site-navigation .children>li>span {
    color: inherit;
    display: block;
    padding: 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.site-navigation .sub-menu>li:hover>.sub-menu,
.site-navigation .sub-menu>li:hover>.children,
.site-navigation .children>li:hover>.sub-menu,
.site-navigation .children>li:hover>.children {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.site-navigation .sub-menu>li.menu-item-has-children>a:after,
.site-navigation .sub-menu>li.page_item_has_children>a:after,
.site-navigation .children>li.menu-item-has-children>a:after,
.site-navigation .children>li.page_item_has_children>a:after {
    display: inline-block;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
}

.site-navigation .sub-menu>li>.sub-menu,
.site-navigation .sub-menu>li>.children,
.site-navigation .children>li>.sub-menu,
.site-navigation .children>li>.children {
    margin-top: -1px;
    margin-left: 0;
    left: 100%;
    top: -15px;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

/** Share Blog Header Button Dropdown Menu **/

.header-button:hover>ul.sub-menu {
	opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
	visibility: visible;
}

.site-navigation .share-blog>li:first-child>span {
    border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.share-blog {
	width: 150px;
	margin: 0 0 0 0!important;
	box-shadow: none!important;
	left: -1px!important;
	min-width: 0px!important;
}

.share-blog li span {
	font-size: 12px;
	margin-left: 10px;
}

.header-button .sub-menu>li {
	left: 0;
	padding-bottom: 5px;
}

ul.share-blog {
	padding-left: 20px!important;
	padding-right: 10px!important;
	padding-top: 10px!important;
	padding-bottom: 5px!important;
	width: 180px;
}

/* Mobile Navigation
* ===============================================
*/

.mobile-nav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	z-index: 20;

}

.open {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-navigation {
	position: fixed;
	top: 20%;
	left: 30%;
	right: 30%;
	width: 40%;
	text-align: center;
}

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

.mobile-nav-navigation li {
	align-items: center;
	flex: 1;
	line-height: 7vh;
}

.mobile-nav-navigation li.menu-item a:hover,
.mobile-nav-navigation li.menu-item a:active {
	color: #e6b44b!important;
}

.mobile-nav-navigation .sub-menu {
    display: none;
}

.mobile-nav-navigation .sub-menu,
.mobile-nav-navigation .sub-menu>li.menu-item-has-children>.sub-menu {
	margin-left: 0;
}

.mobile-nav-navigation .sub-menu li>a {
	font-size: 14px;
}

.mobile-nav .mobile-nav-navigation .menu li.menu-item-has-children>a::after {
	display: inline-block;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
}

.mobile-nav-navigation a {
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s ease;
	text-decoration: none;
	color: #2A2A2A;
	letter-spacing: 0.05em;
}

.mobile-nav-navigation a:hover {
	color: #E9BC8E!important;
}

a.mobile-nav-close {
	position: fixed;
	top: 60px;
	right: 40px;
	color: #2A2A2A;
	z-index: 3;
	cursor: pointer;
	font-family: sans-serif;
}

.mobile-nav-close span,
.mobile-nav-close span:before,
.mobile-nav-close span:after {
	border-radius: 0px;
	height: 2px;
	width: 20px;
	background: black;
	position: absolute;
	display: block;
	content: '';
}

.mobile-nav-close span {
  background: transparent;
}

.mobile-nav-close span:before {
	transform: rotate(45deg);
}

.mobile-nav-close span:after {
	transform: rotate(-45deg);
}

.mobile-nav-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    height: 85px;
    cursor: pointer;
}

.toggle-mobile {
	text-align: center;
	padding: 20px;
	cursor: pointer;
	display: none;
}

.toggle-mobile svg {
	width: 20px;
}

/* Section Featured Posts 
* ===============================================
*/

.featured {
    margin-bottom: 50px;
}

.featured-slider-images {
    background-color: #EFEFEF;
    width: 100%;
}

.carousel-item .entry-fullwidth {
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-slider-content {
	background-color: #fff;
	text-align: center;
	position: absolute;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 400px;
	max-width: 400px;
}

.featured-slider-content .entry-title {
	font-size: 1.5rem;
}

.featured-slider-content .entry-categories {
	margin-bottom: 10px!important;
}

.featured-slider-content .entry-meta {
	margin-bottom: 20px!important;
}

.featured-slider-content .entry-exerpt {
	margin-bottom: 0px;
}

.featured-slider-content .entry-link {
	margin-bottom: 0px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.carousel-indicators {
	margin-bottom: 10px;
}

.carousel-indicators li {
	margin-left: 5px;
	margin-right: 5px;
}

.carousel {
	position: relative;
}

/* Section Recommended Categories
* ===============================================
*/

.recommended {
    margin-bottom: 30px;
}

.recommended-heading {
	font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

.recommended-label {
    background-color: white;
	padding: 15px;
	font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

/* Section Content 
* ===============================================
*/

.posts-heading {
	font-size: 14px;
    margin-bottom: 10px;
}

.entry {
    text-align: center;
    border: 1px solid #EFEFEF;
    margin-bottom: 30px;
    padding: 5px;
}

.entry-title {
	font-size: 1.5rem;
	padding-left: 5px;
	padding-right: 5px;
}

.entry-fullwidth {
	width: 100%;
}

.entry-small {
	width: 49%;
}

.entry-small-height {
	position: relative;
}

.entry-small-height .entry-link {
	position: absolute;
    bottom: 5px;
    width: 100%;
}

.entry-small-height .entry-exerpt {
    padding-bottom: 30px;
}

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

.entry-categories {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #757575;
}

.entry-categories a {
	color: #757575;
}

.entry-meta {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.entry-exerpt {
    padding: 0px 20px 20px 20px;
}

.entry-link {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color:  #E9BC8E;
}

.entry-link:hover {
	color: #e6b44b;
}

.entry-quote {
    height: 120px;
	width: 100%;
	background-image: url(https://www.cajoonthemove.com/wp-content/uploads/2019/07/quote.png);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: center;
	border: none;
}

.entry-quote-upper {
	height: 100px;
	margin-top: 15px;
}

blockquote.quote-entry {
    border-left: none;
	padding-left: 0!important;
}

.widget-quote-content blockquote {
	border-left: none;
	padding-left: 0!important;
}

.fullwidth {
	margin-top: 40px;
}


.fullwidth-signature {
	background-size: 50% auto;
	margin-top: 30px;
}

/* Current Section
* ===============================================
*/

.current-page {
	display: flex;
	margin-bottom: 20px;
	min-height: 80px;
	border: solid 1px #EFEFEF;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.current-display {
	width: 100%;
	padding: 15px;	
}

.current-display-category {
	padding: 0px;
	width: 100%;
}

.current-title {
	margin-bottom: 0px;
}

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

.category-image {
	width: 100%;
	position: relative;
}

.category-image-ratio {
	padding-top: calc( 200 / 710 * 100%);
	background-position: center center;
	position: relative;
}

.category-title {
    background-color: white;
	padding: 15px;
	font-size: 14px;
    min-width: 150px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
}

.author-avatar img {
	border-radius: 100%;
	margin: 0px 15px 20px 15px;
}

/* Not found Page
* ===============================================
*/

.not-found {
	margin-bottom: 40px;
}

.not-found .search-form {
	display: inline-block;
}

.not-found .search-form input {
	width: 300px;
}

.not-found-heading {
	margin-bottom: 30px;
}

.not-found-content {
	margin-bottom: 30px;
}

.search-not-found-text {
	margin-bottom: 30px;
	width: 400px;
	display: inline-block;
}

/* Single Post Page
* ===============================================
*/

.entry-single {
	border: none;
	padding: 5px;
}

.thumbnail-single {
	margin-bottom: 40px;
}

.categories-single {
	margin-bottom: 20px;
}

.title-single {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.meta-single {
	margin-bottom: 40px;
}

.content-single {
	text-align: left;
}

.content-single .wp-block-gallery {
	margin-bottom: 20px;
}

.content-single ul.wp-block-gallery {
	padding-left: 0px!important;
}

.content-single .wp-block-quote {
	margin-bottom: 30px;
}

.content-single ul {
	list-style-type: disc;
	padding-left: 45px;
	line-height: 1.2rem;
}

.content-single ol {
	list-style-type: decimal;
}

.content-single a {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Karla', sans-serif;
	text-transform: uppercase!important;
	letter-spacing: 0.1em;
}

.content-single a:hover, .content-single a:active, .content-single a:focus {
	color: #e6b44b;
}

.content-single .wp-block-pullquote cite {
	font-family: 'Karla', sans-serif;	
	text-transform: uppercase!important;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-style: normal; 
}

.content-single p.has-medium-font-size {
	font-size: 18px;
}

.content-single .has-drop-cap:not(:focus):first-letter {
	font-family: 'Playfair Display', serif;
    float: left;
    font-size: 5.4em;
    line-height: .68;
    font-weight: 100;
	margin: -0.18em 0em 0.1em 0;
	
    text-transform: uppercase;
	font-style: normal;
}

.comment-counter-single span.text {
	font-family: 'Karla', sans-serif;	
	margin-left: 0.2em;
	font-size: 14px;
	font-weight: 400;
}

/** Author Section **/

 .author-info {
    border: 1px solid #EFEFEF;
    padding: 20px;
    margin-bottom: 40px;
}

.author-info .author-avatar .avatar {
    display: inline-block;
    border-radius: 100%;
	width: 100px;
}

.author-info .author-title a {
    color: inherit;
    text-decoration: none;
}

.author-title a:hover,
.author-title a:focus {
    color: black;
}

a.author-link {
	color: #E9BC8E;
	font-size: 14px;
}

a.author-link:hover,
a.author-link:focus {
	color: #e6b44b;
}

.author-description {
	margin: 10px 0px 10px 0px;
}

.author-info .author-bio {
	margin: 0;
	font-size: 14px;
}

.author-bio a {
	margin-left: 5px;
}

/** Comments Section **/

.comments-list {
	border: solid 1px #EFEFEF;
	background-color: rgba(0, 0, 0, 0.01);
	margin-top: 20px;
}

.comment-body {
	 padding: 30px 15px 15px 150px;
	 position: relative;
}

.comments-heading {
	display: inline;
	width: 200px;
}

.comment-reply-title {
	margin-bottom: 20px;
}

.comments {
	width: 100%;
}

.comments-button {
	background-color: #e6b44b;
	color: white;
	text-transform: uppercase!important;
	width: 300px;
	font-size: 12px;
	width: 170px;
	border: none;
}

.comments-button:hover, .comments-button:hover {
	opacity: 0.8;
}

.logged-in-as a {
	font-size: 12px!important;
}

p.logged-in-as {
	margin-bottom: 5px;
}

textarea#comment {
	margin-bottom: 30px;
}

textarea#comment::placeholder {
	color: #c0c0c0;
}

textarea#comment:focus {
	outline: none;
}

.comment-form label.comment-cookies-consent {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	width: 95%;
	display: inline;
}

input#wp-comment-cookies-consent {
	width: 4%;
	display: inline;
}

.comment-form-field {
	margin-bottom: 15px;
}

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

.comment-avatar {
	left: 30px;
	position: absolute;
}

.comment-author {
	display: inline-block;
}

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

.comment-content {
	display: block;
}

.comments-list {
	padding: 0;
}

.commentmetadata {
	font-size: 12px;
}

.comment-edit-link {
	color: #E9BC8E;
	font-size: 12px;
}

.comment-edit-link:hover, .comment-edit-link:focus {
	color: #e6b44b;
}

.logged-in-as a:hover, .logged-in-as a:focus {
	color: #e6b44b;
}

.comment-reply-link {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #E9BC8E;
}

.comment-reply-link:hover, .comment-reply-link:focus {
	color: #e6b44b;
}

.comment-reply-title {
	padding-top: 15px;
}

.reply {
	margin-bottom: 15px;
}

.comments-list .comment-respond, .comments-list .children .comment-respond {
    border-top: 1px solid #EFEFEF;
	padding: 0px 30px 30px 15px;
	margin-right: 15px;
	margin-left: 15px;	
}

li.depth-2 {
	border-top: solid 1px #EFEFEF;
	margin-right: 15px;
}

.depth-2 .comment-body {
	padding: 20px 20px 15px 150px;
}
 
li.depth-3 {
	border-top: solid 1px #EFEFEF;
}

.depth-3 .comment-body {
	padding: 20px 20px 10px 150px;
}

.heading-reply {
	display: inline;
}

small {
	display: inline;
}

.cancel-reply {
	font-size: 12px
}

/** Related Posts Section **/

.related-posts-item {
	width: 32%;	
}

.related-posts {
	border: solid 1px #EFEFEF;
	padding: 30px 20px;
	margin-bottom: 40px;
}

.related-posts-header {
	border-bottom: solid 1px #EFEFEF;
	margin-bottom: 20px;
}

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

.related-posts-title {
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 14px;
	margin-bottom: 5px;
}

.related-posts-title:hover, .related-posts-title:focus {
	color: black;
}

.related-posts-content {
	text-align: center;
}

.related-posts-meta {
	font-size: 12px;
}

/* Sidebar
* ===============================================
*/

.widget {
    border-top: 1px solid #7A7A7A;
    padding-top: 30px;
    text-align: center;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.widget-about {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
}

.widget-title {
	font-family: 'Karla', sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.widget-text {
	margin-bottom: 30px;
}

.widget-link {
	padding: 15px 10px;
	align-self: center;
	margin-bottom: 0px;
	border: 1px solid #EFEFEF;
	font-size: 12px;
}

.widget-link:hover, .widget-link:focus {
	color: black;
	opacity: 0.7;
}

.widget-signature {
	align-self: center;
	margin-bottom: 40px;
	width: 200px;
}

.widget-heading {
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 20px;
}

.search-field {
    border: 1px solid #EFEFEF;
}

.widget-thumbnail {
    width: 100%;
    margin-bottom: 35px;
}

.search-field {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    padding: 7px 12px;
    vertical-align: middle;
    width: 100%;
}

.widget-quote-background {
	height: 60px;
	width: 100%;
	background-image: url(https://www.cajoonthemove.com/wp-content/uploads/2019/07/quote.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center;
	border: none;
	margin-top: 30px;
}

.widget-quote {
	height: 140px;
	margin-bottom: 15px;
}

.widget-quote-author cite {
	font-size: 13px;
	letter-spacing: 0.08em;
}


/* Instagram Widget
* ===============================================
*/

.null-instagram-feed .widget-title {
	margin-bottom: 30px;
}

.instagram-pics {
	margin-bottom: 30px;
}

.null-instagram-feed {
	text-align:center;
	margin-bottom: 25px;
}

.sidebar .instagram-pics {
	overflow:hidden;
}

.sidebar .instagram-pics li{
	width: 30%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 2px 2px;
}

.sidebar .instagram-pics li img{
	max-width:100%;
	vertical-align:middle;
}

.sidebar .instagram-pics li img:hover{
	opacity:.87;
}

.null-instagram-feed .clear a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	border: solid #EFEFEF 1px;
	padding: 15px 10px;
	width: 100%;
}

/* Jetpack Customization
* ===============================================
*/

.jetpack-social-widget-item {
	margin: 10px 8px!important;
}

.jetpack-social-widget-item:hover,
.jetpack-social-widget-item:focus  {
	opacity: 0.7;
}

.sharedaddy {
	text-align: center;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
	background-color: rgba(0, 0, 0, 0)!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover {
	background-color: rgba(0, 0, 0, 0)!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus {
	outline: none!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
	background-color: rgba(0, 0, 0, 0)!important;
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	transform: scale(0.75)!important;
	opacity: 1!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: currentColor;
	color: #c0c0c0!important;
	opacity: 0.01em;
    height: 14px!important;
    width: 14px!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background-color: #fff!important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
	max-width: 100%!important;
}


/* Jetpack Widget
* ===============================================
*/

.milestone-widget {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.milestone-content {
	border: solid 1px #EFEFEF;
}

.milestone-header {
	background-color: white!important;
	color: #2A2A2A!important;
	padding-top: 20px!important;
}

.milestone-header strong {
	font-family: 'Playfair Display', serif;
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

.milestone-countdown .difference {
	font-family: 'Playfair Display', serif;
	font-size: 60px!important;
	margin-bottom: 10px;
}

.milestone-countdown, milestone-message {
	border: none!important;
}

/* Footer
* ===============================================
*/

.footer {
	margin-bottom: 30px;
	align-items: center;
	border-top: solid 1px #EFEFEF;
	padding-top: 30px;
}

ul#footer-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around!important;
	width: 50%;
}

/* -------- MEDIA QUERIES --------- */


@media (max-width: 1200px) { 

    .entry-title {
        font-size: 20px;
	}

	.title-single {
		font-size: 1.8rem;
	}

	.fullwidth-ratio { 
		padding-top: calc(600 / 435 * 100%);
	}

	ul.share-blog {
		width: 150px;
	}

}

@media (max-width: 992px) { 
    
    .header-button {
        font-size: 10px;
    }

    .entry-small {
        width: 100%;
    }
    
    .container {
        max-width: 820px;
    }

    .entry-title {
        font-size: 22px;
	}

	.fullwidth-ratio { 
		padding-top: calc(750 / 435 * 100%);
	}

	.author-description {
		padding: 0px 10px 0px 20px;
	}

	ul.share-blog {
		width: 126.66px;
	}

	.share-blog li span {
		font-size: 10px;
	}

	ul#footer-menu {
		display: flex;
		flex-direction: row;
		justify-content: space-around!important;
		width: 60%;
	}

	.featured-slider-content {
		min-width: 300px;
	}

	.entry-small-height {
		position: inherit;
	}
	
	.entry-small-height .entry-link {
		position: inherit;
		width: auto;
	}

}

@media (max-width: 813px) { 
	
	ul.share-blog {
		width: 124.33px;
	}
}

@media (max-width: 785px) { 
	
	ul.share-blog {
		width: 120.85px;
	}
}

@media (max-width: 774px) { 
	
	ul.share-blog {
		width: 119px;
	}
}
	

@media (max-width: 768px) { 

	.recommended-box {
        margin-bottom: 30px!important;
	}
	
	.header-button {
        display: none;
	}
	
	.fullwidth-ratio {
		padding-top: calc(9 / 14 * 100%);
	}

	.thumbnail-fullwidth {
		margin-bottom: 40px;
	}

	.fullwidth {
		text-align: center;
	}

	.fullwidth-content p {
		text-align: left;
	}

	aside .search-form {
		max-width: 100%;
	}

	.no-results-container {
		flex-direction: column;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.search-not-found-text {
		padding-right: 0px;	
	}

	.site-navigation {
		display: none;
	}

	.toggle-mobile {
		display: block;
	}

	ul#footer-menu {
		display: flex;
		flex-direction: row;
		justify-content: space-around!important;
		width: 80%;
	}

	.carousel-indicators li {
		width: 8px;
		height: 8px;
		border-radius: 100%;
	}

	.carousel-indicators {
		margin-bottom: 5px;
	}

}

@media (max-width: 576px) { 
    .container {
        max-width: 650px;
    } 

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

	.author-info .author-avatar {
		margin-bottom: 10px;
	}

	.fullwidth-content p {
		text-align: center;
	}

	.signature-ratio {
		height: 100px; 
		width: auto;
		background-position: center;
	}

	.fullwidth-signature {
		margin-top: 0px;
	}

	ul#footer-menu {
		width: 100%;
	}
	
	.site-title {
		text-align: center;
	}

	.featured-slider-content {
		max-width: 300px!important;
		min-width: 0px;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		background-color: rgba(255, 255, 255, 0);
		color: #fff;
		z-index: 2;	
	}

	.featured-slider-content .entry-title {
		font-size: 1.3rem;
		margin-bottom: 8px;
	}

	.featured-slider-content .entry-categories,
	.featured-slider-content .entry-link {
		font-size: 13px;
		margin-bottom: 4px!important;
	}

	.featured-slider-content .entry-meta {
		font-size: 13px;
		margin-bottom: 10px!important;
	}

	.featured-slider-content .entry-categories,
	.featured-slider-content .entry-categories a {
		color: #fff!important;
	}

	.featured-overlay {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #000;
		opacity: 0.4;	
	}
	
	.carousel-indicators li {
		width: 5px;
		height: 5px;
		border-radius: 100%;
	}

	.carousel-indicators {
		margin-bottom: 2px;
		z-index: 3;
	}

	#footer-menu li a {
		font-size: 12px;
		text-align: center;
	}

	.site-logo {
		margin-bottom: 15px!important;
		max-width: 110px;
		max-height: 110px;
	}

}

@media (max-width: 380px) { 

	#footer-menu li a {
		font-size: 10px;
		text-align: center;
	}

	#footer-menu li.menu-item {
		padding-left: 10px;
	}	

	.featured-slider-content .entry-title {
		font-size: 1rem;
		margin-bottom: 5px;
	}

	.featured-slider-content {
		padding-top: 10px!important;
	}

	.featured-slider-content .entry-categories,
	.featured-slider-content .entry-link {
		font-size: 11px;
		margin-bottom: 4px!important;
	}

	.featured-slider-content .entry-meta {
		margin-bottom: 10px!important;
	}
}




