/*!
Theme Name: Flammeum-alpha-0.0-new
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flammeum-alpha-0-0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Flammeum-alpha-0.0 is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/* //EDIT_ADD: global CSS variables */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
:root {
    --egregii-font-family-header: "Cormorant Garamond", 'times new roman', times, serif;
    --egregii-font-family-paragraph: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* //EDIT_END */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    /* //EDIT_REMOVE
    color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    *//* //EDIT_ADD */
	color: #292929;
	font-family: var(--egregii-font-family-paragraph);
	/* //EDIT_END */
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* //EDIT_ADD: Font customization */
	font-family: var(--egregii-font-family-header);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	/* //EDIT_END */
	clear: both;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/* //EDIT_REMOVE: Remove margin from the lists' left side
	margin: 0 0 1.5em 3em;
	*//* //EDIT_ADD */
	margin: 0 0 1.5em 0;
	/* //EDIT_END */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

/* Links
--------------------------------------------- */
/* //EDIT_REMOVE: Link colors
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
*//* //EDIT_ADD: Link colors */
a,
a:visited,
a:hover,
a:focus,
a:active {
	color: #c09197;
	outline: 0;
}
/* //EDIT_END */

/* 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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"],
/* //EDIT_ADD: Added "confirm_email" & "date" fields - style them same as rest of CF7 */
input[type="confirm_email"],
input[type="date"],
/* //EDIT_END */
textarea {
	color: #666;
	/* //EDIT_ADD */
	min-height: 35.6px;
	/* //EDIT_END */
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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,
/* //EDIT_ADD: Added "confirm_email" field - style it same as rest of CF7 */
input[type="confirm_email"]:focus,
/* //EDIT_END */
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	/* //EDIT_REMOVE
	left: auto;
	*//* //EDIT_ADD */
	left: 100%;
	/* //EDIT_END */
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/* //EDIT_ADD */
	display: block;
	/* //EDIT_END */
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	/* //EDIT_ADD */
	color: #292929;
	/* //EDIT_END */
}

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

/* //EDIT_REMOVE: Use custom Responsive Navigation Menu
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
*//* //EDIT_END */

/*******************************************************************************************************
Custom: Icon on mobile navigation menu: styling & animation (3bars <-> X)
*******************************************************************************************************/
.menu-toggle{
	position: relative;
	left: calc(100% - 6rem - 35px);
	height: 82px;
	padding: 0 3rem;
	background: none;
	border: none;
	outline: none;
    cursor: pointer;}
.menu-toggle-bar1, .menu-toggle-bar2, .menu-toggle-bar3{
	width: 35px;
	height: 4px;
	background-color: #292929;
	margin: 7px 0;
	border-radius: 2px;
	transition: 0.4s;}
.change .menu-toggle-bar1{
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);}
.change .menu-toggle-bar2{opacity: 0;}
.change .menu-toggle-bar3{
	-webkit-transform: rotate(45deg) translate(-9px, -8px);
	transform: rotate(45deg) translate(-9px, -8px);}

/*******************************************************************************************************
Custom: Header customization
*******************************************************************************************************/
.custom-logo{width: 100px;}
.site-branding{
	position: absolute;
	top: 0;
	left: calc(50% - 50px);}

.main-navigation a:hover, .main-navigation a:active, .current-menu-item > a, .current_page_item > a, .current_page_ancestor > a{
	background-color: #C09197;
	color: #F7F7F7;}

.menu-item-has-children .menu-item{
	background: white;}
.menu-item-has-children .menu-item a{
	padding-left: 0.6rem;}

/*******************************************************************************************************
Custom: Responsive behavior (my custom code is under "Responsive design -custom")
*******************************************************************************************************/
@media only screen and (max-width: 800px) {
	.main-navigation li{
		width: 100%;
		text-align: right;
		font-size: 1.2rem;
		background:#F7F7F7;
		z-index: 999;}
	.main-navigation li a{
		padding:0.6rem 3rem;}}

@media only screen and (min-width: 801px) {
	/* This is moved from "Menus" (this) section */
	.menu-toggle{display: none;}
	.main-navigation ul.nav-menu{display: flex;}

	.site-header{
		position: sticky;
		top: 0;
		width: 100%;
		padding-left: calc(50% - 378px);
		background: #f7f7f7;
		z-index: 999;
		height: 82px;}
	.main-navigation li{height: 100%;}
	.main-navigation a{
		height: 100%;
		padding: 8px;
		padding-top: 29px;}
	.sub-menu a{padding: 5px;}
	.sub-menu{background: #F7F7F7;}
	
	#primary-menu > li:nth-child(1){margin-left: 26px;}
	.menu-navigation-flammeum-hr-container > #primary-menu > li:nth-child(1){margin-left: 32px;}
	#primary-menu > li:nth-child(4){margin-right: 140px;}
	
	.main-navigation, .menu-navigation-flammeum-en-container, #primary-menu,
	.main-navigation, .menu-navigation-flammeum-hr-container, #primary-menu{ height: 100%; }
}
/******************************************************************************************************/

/* //EDIT_REMOVE: Post Navigation styling
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
*//* //EDIT_END */

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* //EDIT_ADD: Post Navigation styling */
.posts-navigation .nav-next,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .nav-previous {
	margin: 0.5rem 0;
	padding: 0 0.5rem;
}
.blog_single_post .post-navigation .nav-next, 
.blog_single_post .post-navigation .nav-previous {
	float: unset;
	width: 100%;
	text-align: center;
}
.posts-navigation a,
.post-navigation a {
    text-decoration: none;
}

.egregii_paignation {
	text-align: center;
	padding: 1rem 0;
}
.egregii_paignation a.page-numbers { 
	text-decoration: none;
	margin-right: 0.25rem;
	margin-left: 0.25rem;
}
.egregii_paignation .page-numbers.current {
	background: #C09197;
	padding: 0.2rem 0.45rem;
	border-radius: 50%;
	color: #fff;
}

@media screen and (max-width: 800px) {
    .posts-navigation .nav-next,
    .posts-navigation .nav-previous,
    .post-navigation .nav-next,
    .post-navigation .nav-previous {
    	width: 100%;
    	text-align: center;
    }
    .egregii_paignation {
    	font-size: 1.2rem;
    }
}
/* //EDIT_END */

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

.post,
.page {
	/* //EDIT_REMOVE: Remove margin from bottom of page
	margin: 0 0 1.5em;
	*//* //EDIT_ADD */
	margin: 0;
	/* //EDIT_END */
}

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

.page-content,
.entry-content,
.entry-summary {
	/* //EDIT_REMOVE: Remove margin from top of page
	margin: 1.5em 0 0;
	*//* //EDIT_ADD */
	margin: 0;
	/* //EDIT_END */
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





/*******************************************************************************************************
Custom: Alignments
*******************************************************************************************************/
.align-center{ text-align:center; }
.align-left{ text-align:left; }
.align-right{ text-align:right; }
.align-justify{ text-align:justify; }
/*******************************************************************************************************
Custom: Responsive design -custom
*******************************************************************************************************/
.rd-m{ margin:0 auto; max-width:1200px; }

.rd-flex-row-800{ display:flex; }
.rd-flex-row-1200{ display:flex; }

.rd-col-80{ display:inline-block; vertical-align:top; width:80%; }
.rd-col-66{ display:inline-block; vertical-align:top; width:66.66%; }
.rd-col-50{ display:inline-block; vertical-align:top; width:50%; }
.rd-col-45{ display:inline-block; vertical-align:top; width:45%; }
.rd-col-40{ display:inline-block; vertical-align:top; width:40%; }
.rd-col-35{ display:inline-block; vertical-align:top; width:35%; }
.rd-col-33{ display:inline-block; vertical-align:top; width:33.33%; }
.rd-col-30{ display:inline-block; vertical-align:top; width:30%; }
.rd-col-25{ display:inline-block; vertical-align:top; width:25%; }
.rd-col-20{ display:inline-block; vertical-align:top; width:20%; }
@media only screen and (max-width:800px){
	.rd-col-80, .rd-col-66, .rd-col-50, .rd-col-45, .rd-col-40, .rd-col-35, .rd-col-33, .rd-col-30, .rd-col-25, .rd-col-20{ width:100%; } }
	
@media only screen and (max-width:800px){
	.rd-desktop{ display:none !important; }
	.rd-flex-row-800{ display:block; } }
	
@media only screen and (min-width:801px){ 
    .rd-mobile{ display:none !important; } }
	
@media only screen and (max-width:1200px) and (min-width:801px){}

@media screen and (max-width:1200px){
	.rd-m{ margin:0 1rem; }
	.rd-flex-row-1200{ display:block; } }

@media screen and (min-width:1201px){}
/*******************************************************************************************************
Custom: Site Content container size
*******************************************************************************************************/
.site-content{width: 100%;}
/*******************************************************************************************************
Custom: Copyright area style
*******************************************************************************************************/
.responsive-copyright-left, .responsive-copyright-right{
	display: inline-block;
	width: 50%;
	padding: 0 20px;}
.site-info a, .site-info p {display: inline;}
.responsive-copyright-right{
	text-align: right;
	float: right;}
.responsive-copyright-right a{
	color: #292929;
	text-decoration:none;
	font-size: 1.5rem;
	margin-right: 1rem;}

@media screen and (max-width: 800px){
	.responsive-copyright-left, .responsive-copyright-right{
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;}
}

.button-socicon [class^="socicon-"], .button-socicon [class*=" socicon-"] {vertical-align: middle;}
/*******************************************************************************************************
Custom: "Socicon" je font za social icons: http://www.socicon.com/how.php
*******************************************************************************************************/
@font-face {
	font-family: 'Socicon';
	src:url('/wp-content/uploads/fonts/Socicon/Socicon.eot?87visu');
	src:url('/wp-content/uploads/fonts/Socicon/Socicon.eot?87visu#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/fonts/Socicon/Socicon.woff2?87visu') format('woff2'),
		url('/wp-content/uploads/fonts/Socicon/Socicon.ttf?87visu') format('truetype'),
		url('/wp-content/uploads/fonts/Socicon/Socicon.woff?87visu') format('woff'),
		url('/wp-content/uploads/fonts/Socicon/Socicon.svg?87visu#Socicon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;}

[class^="socicon-"], [class*=" socicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Socicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}

.socicon-facebook:before{content: "\e028";}
.socicon-facebook{ background:#3b5998; }
.socicon-google:before{content: "\e034";}
.socicon-googleplus:before{content: "\e038";}
.socicon-instagram:before{content: "\e044";}
.socicon-instagram{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbb040+0,f69c44+5,ea654e+19,e13d56+31,dc255a+41,da1c5c+47,a01f57+60,692152+73,41234f+85,29254d+94,20254c+100 */
	background: #fbb040; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #fbb040 0%, #f69c44 5%, #ea654e 19%, #e13d56 31%, #dc255a 41%, #da1c5c 47%, #a01f57 60%, #692152 73%, #41234f 85%, #29254d 94%, #20254c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #fbb040 0%,#f69c44 5%,#ea654e 19%,#e13d56 31%,#dc255a 41%,#da1c5c 47%,#a01f57 60%,#692152 73%,#41234f 85%,#29254d 94%,#20254c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #fbb040 0%,#f69c44 5%,#ea654e 19%,#e13d56 31%,#dc255a 41%,#da1c5c 47%,#a01f57 60%,#692152 73%,#41234f 85%,#29254d 94%,#20254c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb040', endColorstr='#20254c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.socicon-mail:before{content: "\e050";}
.socicon-pinterest:before{content: "\e063";}
.socicon-youtube:before{content: "\e0a5";}
.socicon-youtube{ background:#ff0000; }
.socicon-linkedin:before{content: "\e04c";}
.socicon-linkedin{ background:#0077B5; }
.no_bg a.socicon-facebook, .no_bg a.socicon-instagram, .no_bg a.socicon-youtube, .no_bg a.socicon-linkedin{ background:none; color:#eee; }

.button_facebook_color, .button_facebook_color a::before, a.button_facebook_color::before{ color:white; background:#365899; }
.button_google_color, .button_google_color a::before, a.button_google_color::before{ color:white; background:#DD4B39; }
body a.button-socicon, body a.socicon{ text-decoration:none; color:white; font-size:1.5rem; padding:0.5rem; }
.round a.button-socicon, .round a.socicon{ border-radius:50%; }
/*******************************************************************************************************
Custom: Social Review buttons
*******************************************************************************************************/
.soc_btn_inline{ display:inline-block; vertical-align:bottom; margin-left:0.1rem; }
.soc_btn_table{ display:table; width:42px; height:42px; }
.soc_btn_table > a{ display:table-cell; vertical-align:middle; text-align:center; font-size:1.5rem; }
.social_review_button_line .inline_button{ width:auto; }
/*******************************************************************************************************
Custom: Social Share buttons (added by Vedran)
*******************************************************************************************************/
.social_share_buttons{ width:100%; text-align:center; }
.social_share_buttons .center_content{ display:inline-block; width:auto; }
.social_share_buttons .center_content p{ margin-bottom:0.1rem; }
.social_share_buttons .center_content .separator{ width:calc(100% - 0.8rem); height:1px; margin:0.4rem auto; background:#777; }
/*******************************************************************************************************
Custom: Social Share buttons (copied from https://sharingbuttons.io )
*******************************************************************************************************/
body.xl .btn, .btn{ border-radius:0; }
.twitter-share-button, .pinterest-share-button a{ vertical-align:top; border-radius:0; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.1rem;
}

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.1em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter { background-color: #55acee}
.resp-sharing-button--twitter:hover { background-color: #2795e9}
.resp-sharing-button--pinterest { background-color: #bd081c}
.resp-sharing-button--pinterest:hover { background-color: #8c0615}
.resp-sharing-button--facebook { background-color: #3b5998}
.resp-sharing-button--facebook:hover { background-color: #2d4373}
.resp-sharing-button--tumblr { background-color: #35465C}
.resp-sharing-button--tumblr:hover { background-color: #222d3c}
.resp-sharing-button--reddit { background-color: #5f99cf}
.resp-sharing-button--reddit:hover { background-color: #3a80c1}
.resp-sharing-button--google { background-color: #dd4b39}
.resp-sharing-button--google:hover { background-color: #c23321}
.resp-sharing-button--linkedin { background-color: #0077b5}
.resp-sharing-button--linkedin:hover { background-color: #046293}
.resp-sharing-button--email { background-color: #777}
.resp-sharing-button--email:hover { background-color: #5e5e5e}
.resp-sharing-button--xing { background-color: #1a7576}
.resp-sharing-button--xing:hover { background-color: #114c4c}
.resp-sharing-button--whatsapp { background-color: #25D366}
.resp-sharing-button--whatsapp:hover { background-color: #1da851}
.resp-sharing-button--hackernews { background-color: #FF6600}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus { background-color: #FB6200 }
.resp-sharing-button--vk { background-color: #507299}
.resp-sharing-button--vk:hover { background-color: #43648c}
.resp-sharing-button--facebook {
  background-color: #3b5998; 
  border-color: #3b5998;}
.resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;}
.resp-sharing-button--twitter:hover, .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;}
.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;}
.resp-sharing-button--google:hover, .resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;}
.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;}
.resp-sharing-button--tumblr:hover, .resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;}
.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;}
.resp-sharing-button--email:hover, .resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;}
.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;}
.resp-sharing-button--pinterest:hover, .resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;}

/*******************************************************************************************************
Custom: "No scroll" & "Hide"
*******************************************************************************************************/
.no-scroll{ overflow:hidden; }
.hide{ display:none; }
/*******************************************************************************************************
Custom: "Wedding Blog" customization (category)
*******************************************************************************************************/
.post-thumbnail {text-decoration: none;}
.archive.category-wedding_blog .post-thumbnail img, .archive.category-wedding_blog .entry-text,
.archive.category-blog_vjencanja .post-thumbnail img, .archive.category-blog_vjencanja .entry-text{
	display: inline-block;
	vertical-align: top;}
.archive.category-wedding_blog .post-thumbnail img .size-medium,
.archive.category-blog_vjencanja .post-thumbnail img {width: 300px;}
.archive.category-wedding_blog .entry-text,
.archive.category-blog_vjencanja .entry-text{
	width: calc(100% - 305px);
	padding: 0.5rem 0 0 1rem;}
.archive.category-wedding_blog .entry-content, .archive.category-wedding_blog .entry-title,
.archive.category-blog_vjencanja .entry-content, .archive.category-blog_vjencanja .entry-title {margin: 0;}
.archive.category-wedding_blog .entry-title a,
.archive.category-blog_vjencanja .entry-title a{
	font-family: var(--egregii-font-family-header);
	font-weight: 400;
	text-decoration: none;
	color: #C09197;}
.archive.category-wedding_blog .entry-content p,
.archive.category-blog_vjencanja .entry-content p{
	margin: 0.5rem 1rem 0.5rem 0;
	text-align: justify;}

.archive.category-wedding_blog article,
.archive.category-blog_vjencanja article{
	margin: 3rem 0;
	background: #eee;
	overflow: hidden;
	box-shadow: 0 2px #ddd;}

@media screen and (max-width: 800px){
.archive.category-wedding_blog .post-thumbnail img, .archive.category-wedding_blog .entry-text,
.archive.category-blog_vjencanja .post-thumbnail img, .archive.category-blog_vjencanja .entry-text {width: 100%;}
}
/*******************************************************************************************************
Custom: "Wedding Blog" customization (single post)
*******************************************************************************************************/
article.category-wedding_blog h2, article.category-blog_vjencanja h2,
article.category-wedding_blog a, article.category-blog_vjencanja a{ 
	font-style: italic;
	font-weight: 600; }
article.category-wedding_blog p, article.category-blog_vjencanja p{ text-align: justify; }
article.category-wedding_blog img.large, article.category-blog_vjencanja img.large{ 
	width: 100%;
	padding: 1rem; }
article.category-wedding_blog img.blog_small_left, article.category-blog_vjencanja img.blog_small_left{ 
	width: 50%;
	padding-right: 1rem;
	float: left; }
article.category-wedding_blog img.blog_small_right, article.category-blog_vjencanja img.blog_small_right{ 
	width: 50%;
	padding-left: 1rem;
	float: right; }
article.category-wedding_blog .blog_author_area p, article.category-blog_vjencanja .blog_author_area p{
	text-align: right;
	font-style: italic; }

body.single-post main.blog_single_post article{
	width: calc(100% - 360px);
	display: inline-block; }
body.single-post main.blog_single_post .navigation{
	width: 340px;
	display: inline-block;
	vertical-align: top;
	position: sticky;
	top: 6rem;
	text-align: center; }
body.single-post main.blog_single_post .navigation p{
	margin: 0.5rem 0; }

@media screen and (max-width: 800px){
article.category-wedding_blog img.large, article.category-blog_vjencanja img.large,
article.category-wedding_blog img.blog_small_left, article.category-blog_vjencanja img.blog_small_left,
article.category-wedding_blog img.blog_small_right, article.category-blog_vjencanja img.blog_small_right{ 
	width: 100%;
	padding: 0; }
body.single-post main.blog_single_post article,
body.single-post main.blog_single_post .navigation{ 
	width: 100%; 
	position: unset; } }
/*******************************************************************************************************
Custom: "Wedding Gallery" customization (archive)
*******************************************************************************************************/
.wedding_gallery_archive article.category-wedding_gallery,
.wedding_gallery_archive article.category-galerija_vjencanja{
	display: inline-block;
	max-width: 300px;
	margin: calc(0.5rem + 2px) 0.5rem;
	background: #eee;
	box-shadow: 0 2px #ddd;}
.wedding_gallery_archive{
	display: inline-block;
	max-width: calc(900px + 4rem);
	position: relative;
	left: 50%;
	transform: translateX(-50%);}
.wedding_gallery_archive .category-wedding_gallery .entry-title,
.wedding_gallery_archive .category-galerija_vjencanja .entry-title{
	margin: 0; 
	padding: 0 0 0.4rem 0.5rem;}
.wedding_gallery_archive .category-wedding_gallery .entry-title a,
.wedding_gallery_archive .category-galerija_vjencanja .entry-title a{
	font-family: var(--egregii-font-family-header);
	font-size: 1.2rem;
	font-weight: 400;
	text-decoration: none;
	color: #C09197;
	margin: 0;
	text-transform: capitalize;}
.wedding_gallery_archive .category-wedding_gallery .post-thumbnail img, 
.wedding_gallery_archive .category-wedding_gallery .entry-text,
.wedding_gallery_archive .category-galerija_vjencanja .post-thumbnail img, 
.wedding_gallery_archive .category-galerija_vjencanja .entry-text{
	height: 200px;
	object-fit: cover;}
@media screen and (max-width: 685px){
.wedding_gallery_archive {max-width: calc(300px + 2rem);}}
@media screen and (min-width: 686px) and (max-width: 1004px){
.wedding_gallery_archive {max-width: calc(600px + 3rem);}}
@media screen and (min-width: 1005px) and (max-width: 1199px){
.wedding_gallery_archive {max-width: calc(900px + 4rem);}}
@media screen and (min-width: 1200px){
.wedding_gallery_archive {max-width: 100%;}
.wedding_gallery_archive article.category-wedding_gallery,
.wedding_gallery_archive article.category-galerija_vjencanja {max-width: calc(296px - 1rem);}}
/*******************************************************************************************************
Custom: "Wedding Gallery" customization (single post)
*******************************************************************************************************/
article.category-wedding_gallery header h1,
article.category-galerija_vjencanja header h1{
    text-transform:capitalize; }
article.category-wedding_gallery header h1,
article.category-galerija_vjencanja header h1,
article.category-wedding_gallery header h2,
article.category-galerija_vjencanja header h2,
article.category-wedding_gallery .entry-content,
article.category-galerija_vjencanja .entry-content{ 
	text-align:center; }
article.category-wedding_gallery .entry-content p,
article.category-galerija_vjencanja .entry-content p{ 
	margin:1rem 1.5rem 0; }
article.category-wedding_gallery .social_share_buttons .separator.bottom,
article.category-galerija_vjencanja .social_share_buttons .separator.bottom,
article.category-wedding_gallery .social_share_buttons p,
article.category-galerija_vjencanja .social_share_buttons p{ 
	display:none; }
/*******************************************************************************************************
Custom: Page title styling
*******************************************************************************************************/
.page-title{
	font-family: var(--egregii-font-family-header);
	font-weight: 400;
	margin: 0 0 1rem 0;}
.page-header{margin: 3rem 0;}
.archive-description{text-align: justify;}
/*******************************************************************************************************
Custom: Footer always on bottom of the page
*******************************************************************************************************/
html{height: 100%;}
body{
	position: relative;
	margin: 0;
	padding-bottom: 13rem;
	min-height: 100%;}
.site-footer{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding:0;
	height:13rem; 
	background:#6B5159; }
@media only screen and (max-width:800px) {
body{ padding-bottom:31rem; }
.site-footer{ height:31rem; }}
/*******************************************************************************************************
Custom: Footer styling
*******************************************************************************************************/
.site-footer a, .site-footer p{ font-size:80%; }

footer.site-footer{ color:#fff; border-top:1px solid #000; }
.footer_content{ height:7rem; width:770px; margin:1rem auto 2rem; }
.footer_col{ float:left; margin:0 1rem 0; }
.footer_col.social_icons{ float:right; padding-top:3rem; }
.footer_col.social_icons .mail_footer{ display:flex; flex-direction:row; justify-content:center; }
.footer_col.social_icons .mail_footer a{ display:flex; flex-direction:row; align-items:center; gap:.4em; padding:1em 0; color:#fff; }
.footer_col.social_icons .mail_footer svg{ height:1.5em; fill:#fff; }

ul.footer_col.sitemap{ list-style:none; text-align:center; padding:0; }
.footer_col.sitemap li{ display:block; }
.footer_col.sitemap a{ padding-top:0.3rem; color:#ddd; text-decoration:none; }
.footer_col.sitemap h3{ margin:1rem 0 0; font-size:1.2rem; }

.footer_copyright{ text-align:center; }
.footer_copyright a{ color:#ddd; }

@media only screen and (max-width:800px) {
	.footer_content{ height:23rem; width:100%; }
	.footer_col.social_icons{ float:unset; padding-top:1rem; text-align:center; }
	.footer_col{ float:unset; }}
/*******************************************************************************************************
Custom: Pink button
*******************************************************************************************************/
input.pink_button[type="button"], .pink_button input[type="button"],
input.pink_button[type="submit"], .pink_button input[type="submit"],
a.pink_button, .pink_button a{
	display:inline-block; margin:0; width:100%; padding:0.5rem;
	color: white; font-size: 1rem; font-weight: 600; cursor:pointer; text-decoration:none;
	border:1px solid #b5878d; border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);

	-moz-box-shadow:inset 0px 1px 0px 0px #d6b8bb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d6b8bb;
	box-shadow:inset 0px 1px 0px 0px #d6b8bb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ceacb0), color-stop(1, #c6a1a4));
	background:-moz-linear-gradient(top, #ceacb0 5%, #c6a1a4 100%);
	background:-webkit-linear-gradient(top, #ceacb0 5%, #c6a1a4 100%);
	background:-o-linear-gradient(top, #ceacb0 5%, #c6a1a4 100%);
	background:-ms-linear-gradient(top, #ceacb0 5%, #c6a1a4 100%);
	background:linear-gradient(to bottom, #ceacb0 5%, #c6a1a4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceacb0', endColorstr='#c6a1a4',GradientType=0);
	background-color:#ceacb0;}
input.pink_button[type="button"]:hover, .pink_button input[type="button"]:hover,
input.pink_button[type="submit"]:hover, .pink_button input[type="submit"]:hover,
a.pink_button:hover, .pink_button a:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c6a1a4), color-stop(1, #ceacb0));
	background:-moz-linear-gradient(top, #c6a1a4 5%, #ceacb0 100%);
	background:-webkit-linear-gradient(top, #c6a1a4 5%, #ceacb0 100%);
	background:-o-linear-gradient(top, #c6a1a4 5%, #ceacb0 100%);
	background:-ms-linear-gradient(top, #c6a1a4 5%, #ceacb0 100%);
	background:linear-gradient(to bottom, #c6a1a4 5%, #ceacb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6a1a4', endColorstr='#ceacb0',GradientType=0);
	background-color:#c6a1a4;}
/******************************************************************************************************/